\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Halleluja" composer = "Johann Michael Haydn" } \new ChoirStaff << \new Lyrics = "sopranText" {} \new Staff << \new Voice = "Frauen" { \oneVoice \global \frauenPausen } \new Voice = "Sopran" { \voiceOne \global \sopranMelodie } \new Voice = "Alt" { \voiceTwo \global \altMelodie } >> \new Lyrics = "altText" {} \new Staff << \clef "bass" \new Voice = "Maenner" { \global \maennerMelodie } >> \new Lyrics = "maennerText" {} \context Lyrics = "sopranText" \lyricsto "Sopran" { \sopranText } \context Lyrics = "altText" \lyricsto "Alt" { \altText } \context Lyrics = "maennerText" \lyricsto "Maenner" { \maennerText } >> \layout { indent = #0 } }