include(parts/stimmenXXIII.pre) include(parts/texteXXIII.pre) \score { ifdef(`midi',`\unfoldRepeats {') \new ChoirStaff << \set Score.skipBars = ##t \new Staff { \label #'ChorXXIII \new Voice = sopran { \globalXXIII \sopranMelodieXXIII } } \new Lyrics \lyricsto sopran { ifdef(`deutsch',`',`\sopranTextXXIIIEng') } \new Staff { \new Voice = alt { \globalXXIII \altMelodieXXIII } } \new Lyrics \lyricsto alt { ifdef(`deutsch',`',`\altTextXXIIIEng') } \new Staff { \new Voice = tenor { \globalXXIII \tenorMelodieXXIII } } \new Lyrics \lyricsto tenor { ifdef(`deutsch',`',`\tenorTextXXIIIEng') } \new Staff { \new Voice = bass { \globalXXIII \bassMelodieXXIII } } \new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextXXIIIEng') } >> ifdef(`midi',`} `\midi' { \context { \Score tempoWholesPerMinute = #(ly:make-moment 72 2) } } ',` \layout { indent = #0 } \header { title = "Messias" subtitle = ##f piece = "Nr. 23 Chor" composer = "Georg Friedrich Händel" tagline = ##f } ') }