include(parts/stimmenXX.pre) include(parts/texteXX.pre) \score { ifdef(`midi',`\unfoldRepeats {') \new ChoirStaff << \set Score.skipBars = ##t \new Staff { \label #'ChorXX \new Voice = sopran { \globalXX \sopranMelodieXX } } \new Lyrics \lyricsto sopran { ifdef(`deutsch',`',`\sopranTextXXEng') } \new Staff { \new Voice = alt { \globalXX \altMelodieXX } } ifdef(`deutsch',`',`\new Lyrics \lyricsto alt{ \altTextXXEng }') \new Staff { \new Voice = tenor { \globalXX \tenorMelodieXX } } \new Lyrics \lyricsto tenor { ifdef(`deutsch',`',`\tenorTextXXEng') } \new Staff { \new Voice = bass { \globalXX \bassMelodieXX } } \new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextXXEng') } >> ifdef(`midi',`} `\midi' { \context { \Score tempoWholesPerMinute = #(ly:make-moment 72 2) } } ',` \layout { indent = #0 } \header { title = "Messias" subtitle = ##f piece = "Nr. 20 Chor" composer = "Georg Friedrich Händel" tagline = ##f } ') }