\include "deutsch.ly" include(stimmen.pre) include(texte.pre) #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) #(set-default-paper-size "kindle") \pointAndClickOff \header { title = "Bunt sind schon die Wälder" tagline = "" composer = "Weise: Johann Friedrich Reichardt (1752-1814)" arranger = "Satz: Johannes Petzold (*1912)" poet = "Worte: Joh. Gaudenz v. Slis-Seewis (1762-1834)" } \paper { top-margin = 5 } \score { \new ChoirStaff << \set Score.skipBars = ##t \new Lyrics = textSopranI { } \new Lyrics = textSopranII { } \new Lyrics = textSopranIII { } \new Lyrics = textSopranIV { } \new Staff << \new Voice = "frauen" { \global \pausen } \new Voice = "sopran" { \global \voiceOne \sopranMelodie } \new Voice = "alt" { \global \voiceTwo \altMelodie } >> \new Lyrics = textI { } \new Lyrics = textII { } \new Lyrics = textIII { } \new Lyrics = textIV { } \new Staff << \new Voice = "maenner" { \global \pausen } \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } >> \new Lyrics = textBassI { } \new Lyrics = textBassII { } \new Lyrics = textBassIII { } \new Lyrics = textBassIV { } \context Lyrics = textSopranI \lyricsto "sopran" \textI \context Lyrics = textSopranII \lyricsto "sopran" \textII \context Lyrics = textSopranIII \lyricsto "sopran" \textIII \context Lyrics = textSopranIV \lyricsto "sopran" \textIV \context Lyrics = textI \lyricsto "alt" \textI \context Lyrics = textII \lyricsto "alt" \textII \context Lyrics = textIII \lyricsto "alt" \textIII \context Lyrics = textIV \lyricsto "alt" \textIV \context Lyrics = textBassI \lyricsto "bass" \textI \context Lyrics = textBassII \lyricsto "bass" \textII \context Lyrics = textBassIII \lyricsto "bass" \textIII \context Lyrics = textBassIV \lyricsto "bass" \textIV >> \layout { indent = #0 } }