לדלג לתוכן

קובץ:Petersil&Suppenkraut.gif

תוכן הדף אינו נתמך בשפות אחרות.
מתוך ויקיפדיה, האנציקלופדיה החופשית

לקובץ המקורי(4,962 × 4,800 פיקסלים, גודל הקובץ: 231 ק"ב, סוג MIME‏: image/gif)

ויקישיתוף זהו קובץ שמקורו במיזם ויקישיתוף. תיאורו בדף תיאור הקובץ המקורי (בעברית) מוצג למטה.

תקציר

תיאור
Deutsch: Altes Kinderlied, für Akkordeon gesetzt. Die für Lilypond erforderliche Include-Datei stradella-toolbox--1.2.ly gibt es in deutschen Lilypond-Forum www.lilypondforum.de/index.php?topic=1158.0 zum Download
תאריך יצירה
מקור Manuela
יוצר Manuela Gößnitzer
אישורים והיתרים
(שימוש חוזר בקובץ זה)
Deutsch: Diese Grafik wurde von Manuela Gößnitzer erstellt und unter nachfolgender Lizenz veröffentlicht:

Die Grafik kann frei ohne weitere Bedingungen verwendet werden.

Von Printprodukten, die dieses Werk verwenden, wird gebeten, der Autorin ein Belegexemplar zukommen zu lassen. Die Postanschrift kann über die Kontaktfunktion (s.u.) angefragt werden.

E-Mail an die Autorin (nur für angemeldete Wikipedia-User)


 

English: Graphics by Manuela Gößnitzer and is published under the following license:

You are free to use the graphic without any further conditions or limitations.

If you use the graphic in a printed publication you are kindly asked by the author to send her a voucher copy. Please ask for my postal address via E-Mail function of Wikipedia.

E-Mail to the author (registered Wikipedia-Users only)

LilyPond source

\version "2.18.2"

%A4 21 cm x 29,7 cm = 8.27 x 11.69 in

#(set! paper-alist (cons '("mein Format" . (cons (* 8.27 in) (* 8 in))) paper-alist))

\layout {
  %indent = #'0
  line-width = #190
  ragged-last = ##f

  \context {
    \Staff
    \omit ClefModifier
    \override TimeSignature #'break-visibility = #end-of-line-invisible
    \override Clef #'break-visibility = #begin-of-line-visible
    %#(override-auto-beam-setting '(end 1 8 * *) 2 8)
  }

  \context {
    \Score
    \remove "Bar_number_engraver"
    \override Score.BarNumber.break-visibility = #'#(#f #f #f)
  }
}

\header{
  title = "Petersil und Suppenkraut"
  composer = "Kinderlied"
  subtitle = " "
  tagline = ""

}
\language "deutsch"

FootLeft = #(string-append " " )
FootRight = #(string-append " " )
FootCenter = #(string-append "gesetzt mit Lilypond 2.18")

\paper {
  #(set-paper-size "mein Format")
  system-system-spacing = #'((padding . 0) (basic-distance . 8))
  ragged-last-bottom = ##t
  ragged-bottom = ##t
  %system-count = #6
  page-count = #1
  top-margin = 1.5\cm
  oddFooterMarkup = \markup \fill-line {
    \abs-fontsize #9.5 { \FootLeft }
    \abs-fontsize #7.0 { \italic { \FootCenter } }
    \abs-fontsize #9.5 { \FootRight }
  }
}

AkkDiskant = \relative c'' {
  \once \override Score.RehearsalMark.extra-offset = #'(5 . -1.2) % verschiebt die Nummernbox
  \set Score.markFormatter = #format-mark-box-numbers
  \clef treble
  \key c \major
  \time 4/4
  %\once \override Script.extra-offset = #'(0 . 16)
  <>^\markup {
    \vspace #1 \raise #10
    " "
  }
  \repeat unfold 2 {g4-5 g e-3 c-1 | g' g e2 |
  g4 g a a | g2 e4 r |}
  %{<>^\markup {
    \vspace #10 \raise #1
    " "
  }
  g g e c | g' g e2 | g4 g e c | g'2 e4 r%}
  g4 g a2 g4 g a2
  a4 g f e d d c2
  \bar "|."

}

% hier kommt die 1. Strophe
StropheI = \lyricmode {
  %\override LyricText #'font-series = #'bold
  %\set stanza = #"1. "

  Pe -- ter -- sil und Sup -- pen -- kraut
  wächst in un -- serm Gar -- ten.
  Un -- ser Lies -- chen wird ge -- traut,
  soll nicht län -- ger war -- ten.
  O wie fein, o wie fein,
  mor -- gen soll die Hoch -- zeit sein.
}

\include "stradella-toolbox--1.2.ly"

AkkBass = \stradellaMode {
  \clef bass
  \key c \major
  \repeat unfold 2 {c,4 c g, c c, c g, c
  c,4 c f, f c, c g, c }

  \repeat unfold 2 { g,4 g <f, f>2 }
  f,4 f  c, f g, g <c, c>2
}
% Nicht relativ! sondern absolut notieren
% X, = Basston, X,, = Terzbaßton, X = Dur, X' = Moll, X'' = Septakkord, X''' = verminderter

\score {
  <<
    \new Lyrics = "LyrI" \with {
      % \override VerticalAxisGroup #'staff-affinity = #DOWN
    }
    \new PianoStaff <<
      \set PianoStaff.instrumentName = #""
      \set PianoStaff.shortInstrumentName = #""
      \new Staff = "Diskant" {
        \new Voice = "Melodie" { \AkkDiskant }

      }
      \new Lyrics \lyricsto "Melodie" { \StropheI }
      \new Staff = "Bass" {
        \stradellaSpread es ##t #-2/12 ##t #'() % Chromatic with two semitones gap, expand the chords, no additional options
        \stradellaChordify
        \AkkBass
      }

      \new Staff = "Stradella" \with {
        % Wenn die Wahl getroffen wurde, dann die beiden Zeilen entfernen!
        %instrumentName = \markup \fontsize #-4 \with-color #grey "Stil = „german”"
        %shortInstrumentName = \markup \fontsize #-4 \with-color #grey "„german”"
        % Es empfiehlt sich, diese with-Optionen in eine eigene Include-Datei auszulagern,
        % vor allem auch, weil diese Liste sicher noch nicht vollständig ist!
        \remove "Clef_engraver"
        \remove "Time_signature_engraver"
        \remove "Bar_engraver"
        \remove "Key_engraver"
        \remove "Accidental_engraver"
        \remove "Breathing_sign_engraver"
        \remove "Cue_clef_engraver"
        \remove "Dynamic_engraver"
        \remove "Ledger_line_engraver"
        \override Stem.stencil = ##f
        \override Stem.length = #0.0
        \override Beam.stencil = ##f
        \override Flag.stencil = ##f
        \override Script.stencil = ##f
        \override Rest.stencil = ##f
        \override Dots.stencil = ##f
        \override TupletNumber.stencil = ##f
        \override TupletBracket.stencil = ##f
        \override NoteHead.Y-offset = #0.0
        \override NoteHead.font-size = #-60.0  %%%%% Use -12 e.g. for testing / Für Tests z. Bsp. auf -12 setzen
        \override NoteHead.transparent = ##t   %%%%% Hide this for testing / Für Tests auskommentieren
        \override StaffSymbol.line-count = #1
        \override StaffSymbol.staff-space = #0
      } {
        \new Voice = "StradellaVoice" {
          \stopStaff %%%%% Hide this for testing / Für Tests auskommentieren
          \override Staff.StaffSymbol #'after-line-breaking = #(stradella-cleanup 0)
          % \stradellaPrePurge #0  %%% nur auskommentieren, wenn alle Takte mit "barchecks" notiert sind!
          % \stradellaStaticTextify #DOWN #DOWN 0 "german"
          %   \stradellaStaticTextify #UP #UP 0 "german"
          \stradellaStaticTextify #UP #UP #0 "german"
          \stradellaStaticTextify #DOWN #UP #0 "german"
          \stradellaReduceForTextOnly
          \stradellaChordify
          \AkkBass
        }
      }
    >>

  >>

}

רישיון

This work is labeled as Kopimi, meaning that the copyright holder of this work specifically requests that this work be used and copied for any purpose, including unlimited commercial use and redistribution. It is believed in good faith that a work classified as Kopimi is free to use in any way, including modification and the creation of derivative works.

תבנית זו אינה מעידה על מצב זכויות היוצרים של היצירה. לתבנית זו יש לצרף תבנית רישיון מתאימה.


English  français  polski  português  slovenščina  svenska  македонски  മലയാളം  中文(简体)‎  فارسی  +/−

Ich, die Urheberrechtsinhaberin dieses Werkes, veröffentliche es hiermit unter der folgenden Lizenz:
WTFPL
Permission is granted to do what the fuck you want to with this document under the terms of the WTF Public License, Version 2.
WTF Public LicenseWTFPLfalsefalsehttp://www.wtfpl.net/about/
Creative Commons CC-Zero קובץ זה זמין לפי תנאי הקדשה עולמית לנחלת הכלל CC0 1.0 של Creative Commons.
האדם ששייך יצירה להיתר הזה הקדיש את היצירה לנחלת הכלל על־ידי ויתור על כל הזכויות שלו או שלה על היצירה בכל העולם לפי חוק זכויות יוצרים, לרבות כל הזכויות הקשורות או הסמוכות כקבוע בחוק. באפשרותך להעתיק, לשנות, להפיץ, או להציג את היצירה, אפילו למטרות מסחריות, וכל זה אפילו מבלי לבקש רשות.

Du darfst es unter einer der obigen Lizenzen deiner Wahl verwenden.

כיתובים

נא להוסיף משפט שמסביר מה הקובץ מייצג

פריטים שמוצגים בקובץ הזה

מוצג

היסטוריית הקובץ

ניתן ללחוץ על תאריך/שעה כדי לראות את הקובץ כפי שנראה באותו זמן.

תאריך/שעהתמונה ממוזערתממדיםמשתמשהערה
נוכחית15:32, 28 במרץ 2015תמונה ממוזערת לגרסה מ־15:32, 28 במרץ 2015‪4,800 × 4,962‬ (231 ק"ב)ManuelaUser created page with UploadWizard

אין בוויקיפדיה דפים המשתמשים בקובץ זה.