include(parts/stimmenXIX.pre) include(parts/texteXIX.pre) \score { ifdef(`midi',`\unfoldRepeats {') \new ChoirStaff << \set Score.skipBars = ##t \new Staff { \label #'ChorXIX \new Voice = sopran { \globalXIX \sopranMelodieXIX } } \new Lyrics \lyricsto sopran { ifdef(`deutsch',`',`\sopranTextXIXEng') } \new Staff { \new Voice = alt { \globalXIX \altMelodieXIX } } ifdef(`deutsch',`',`\new Lyrics \lyricsto alt{ \altTextXIXEng }') \new Staff { \new Voice = tenor { \globalXIX \tenorMelodieXIX } } \new Lyrics \lyricsto tenor { ifdef(`deutsch',`',`\tenorTextXIXEng') } \new Staff { \new Voice = bass { \globalXIX \bassMelodieXIX } } \new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextXIXEng') } >> ifdef(`midi',`} `\midi' { \context { \Score tempoWholesPerMinute = #(ly:make-moment 72 2) } } ',` \layout { indent = #0 } \header { title = "Messias" subtitle = ##f piece = "Nr. 19 Chor" composer = "Georg Friedrich Händel" tagline = ##f } ') }