\include "deutsch.ly" include(artikulation.pre) include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = ##f } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { tagline = ##f title = "Gott giebet Speise reichlich und überall" composer = "Satz: H.P.G." } \layout { indent = #0 ragged-last = ##f } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = sopran { \global \voiceOne << \sopranMelodie \artikulation >> } \new Voice = alt { \global \voiceTwo \altMelodie } >> \new Lyrics \lyricsto sopran { \text} \new Staff << \clef "bass" \new Voice = tenor { \global \voiceOne << \tenorMelodie \artikulation >> } \new Voice = bass { \global \voiceTwo \bassMelodie } >> >> }