\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Jauchzet dem Herrn alle Welt" composer = "Carl Stein (1824-1902)" poet = "Text: Psalm 100" } \new StaffGroup = choirStaff << \new Voice = sopran { \global \sopranMelodie } \new Lyrics \lyricsto sopran { \textSopran } \new Voice = alt { \global \altMelodie } \new Lyrics \lyricsto alt { \textAlt } \new Voice = bass { \global \clef "bass" \bassMelodie } \new Lyrics \lyricsto bass { \textBass } >> }