\include "deutsch.ly" include(artikulation.pre) include(stimmen.pre) include(texte.pre) %spezifisch% \version "2.19.80" \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Den Tag, an dem wir feiern, segne Gott" composer = "Musik: Ralf Grössler" poet = "Text: Eugen Eckert" } \new ChoirStaff << \new Staff << \new Voice = "Frauen" { \global \oneVoice \pausen } \new Voice = "Sopran" << \dynamicUp \dynamik \transpose c transponiert { \global \voiceOne \sopranMelodie } >> \new Voice = "Alt" \transpose c transponiert { \global \voiceTwo \altMelodie } >> ifdef(`STR_1',`\new Lyrics \lyricsto "Alt" \textI') ifdef(`STR_2',`\new Lyrics \lyricsto "Alt" \textII') ifdef(`STR_3',`\new Lyrics \lyricsto "Alt" \textIII') \new Staff << \clef "bass" \new Voice = "Maenner" { \global \oneVoice \pausen } \new Voice = "Tenor" \transpose c transponiert { \global \voiceOne \tenorMelodie } \new Voice = "Bass" << \dynamik \transpose c transponiert { \global \voiceTwo \bassMelodie } >> >> >> \layout { indent = #0 } }