\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \paper { top-margin = 5 print-all-headers = ##t } \header { tagline = ##f } \pointAndClickOff \score { \header { title = "Du bist's, dem Ruhm und Ehre gebühret" composer = "Joseph Haydn (1732-1809)" } \new ChoirStaff << \new Staff << \new Voice = "Sopran" \transpose c transponiert { \global \oneVoice \sopranMelodie } >> \new Lyrics \lyricsto "Sopran" \sopranText \new Staff << \new Voice = "Alt" \transpose c transponiert { \global \oneVoice \altMelodie } >> \new Lyrics \lyricsto "Alt" \altText \new Staff << \clef "G_8" \new Voice = "Tenor" \transpose c transponiert { \global \oneVoice \tenorMelodie } >> \new Lyrics \lyricsto "Tenor" \tenorText \new Staff << \clef "bass" \new Voice = "Bass" \transpose c transponiert { \global \oneVoice \bassMelodie } >> \new Lyrics \lyricsto "Bass" \bassText >> \layout { indent = #0 } }