\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 = "Nun lasst uns Gott, dem Herren, Dank sagen" composer = "Satz: Johann Crüger" } \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 { \textI } \new Lyrics \lyricsto sopran { \textII } \new Lyrics \lyricsto sopran { \textIII } \new Lyrics \lyricsto sopran { \textIV } \new Lyrics \lyricsto sopran { \textVIII } \new Staff << \clef "bass" \new Voice = tenor { \global \voiceOne << \tenorMelodie \artikulation >> } \new Voice = bass { \global \voiceTwo \bassMelodie } >> >> }