\include "deutsch.ly" include(stimmen.pre) include(texte.pre) \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { ifdef(`nur-midi', \unfoldRepeats { \global << ifdef(`nur-Alt' ,,ifdef(`nur-Tenor',,ifdef(`nur-Bass' ,,\new Voice { ifdef(`nur-Sopran',\oneVoice,\voiceOne) \sopranMelodie }))) ifdef(`nur-Sopran',,ifdef(`nur-Tenor',,ifdef(`nur-Bass' ,,\new Voice { ifdef(`nur-Alt', \oneVoice,\voiceTwo) \altMelodie }))) ifdef(`nur-Sopran',,ifdef(`nur-Alt' ,,ifdef(`nur-Bass' ,,\new Voice { ifdef(`nur-Tenor', \oneVoice,\voiceThree) \tenorMelodie }))) ifdef(`nur-Sopran',,ifdef(`nur-Alt' ,,ifdef(`nur-Tenor',,\new Voice { ifdef(`nur-Bass', \oneVoice,\voiceFour) \bassMelodie }))) >> } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 50 2) } }, \header { title = "Thank you for the music" poet = "Abba" } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = "frauen" { \global \oneVoice \frauenPausen } \new Voice = "sopran" { \global \voiceOne \sopranMelodie } \new Voice = "alt" { \global \voiceTwo \altMelodie } >> \new Lyrics = "textEins" {} \new Lyrics = "textZwei" {} \new Staff = "maenner" << \clef "bass" \new Voice = "frauen" { \global \oneVoice \maennerPausen } \new Voice = "tenor" { \global \voiceOne \tenorMelodie } \new Voice = "bass" { \global \voiceTwo \bassMelodie } >> \context Lyrics = "textEins" \lyricsto "sopran" \textFrauen \context Lyrics = "textZwei" \lyricsto "tenor" \textMaenner >> \layout { indent = #0 } ) }