diff options
Diffstat (limited to 'Stups_der_kleine_Osterhase/Stups_der_kleine_Osterhase.ly')
-rw-r--r-- | Stups_der_kleine_Osterhase/Stups_der_kleine_Osterhase.ly | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/Stups_der_kleine_Osterhase/Stups_der_kleine_Osterhase.ly b/Stups_der_kleine_Osterhase/Stups_der_kleine_Osterhase.ly new file mode 100644 index 0000000..78c943e --- /dev/null +++ b/Stups_der_kleine_Osterhase/Stups_der_kleine_Osterhase.ly @@ -0,0 +1,51 @@ +\include "deutsch.ly" +#(ly:set-option 'relative-includes #t) +\include "stimmen.ly" +\include "texte.ly" +#(ly:set-option 'relative-includes #f) + +\version "2.19.80" + +%spezifisch% + +\paper { + top-margin = 5 + print-all-headers = ##t +} +\header { + tagline = "" +} + +\score { + \header { + title = "Stups, der kleine Osterhase" + composer = "Rolf Zuckowski" + tagline = ##f + } + \new ChoirStaff << + \set Score.skipBars = ##t + \new ChoirStaff << + \new Staff << + \new Voice = "melodie" { \global \melodie } + >> + \new Lyrics \lyricsto "melodie" \textI + \new Lyrics \lyricsto "melodie" \textIa + \new Lyrics \lyricsto "melodie" \textII + \new Lyrics \lyricsto "melodie" \textIIa + \new Lyrics \lyricsto "melodie" \textIII + \new Lyrics \lyricsto "melodie" \textIIIa + \new Lyrics \lyricsto "melodie" \textIV + \new Lyrics \lyricsto "melodie" \textIVa + \new Staff << + \new Voice = "begleitungOben" { \global \melodieBegleitungOben } + >> + \new Staff << + \clef "bass" + \new Voice = "begleitungBass" { \global \melodieBegleitungBass } + >> + >> + >> + \layout { + indent = #0 + } +} |