include(parts/stimmenXXXII.pre) include(parts/texteXXXII.pre) \score { ifdef(`midi',`\unfoldRepeats {') \new ChoirStaff << \set Score.skipBars = ##t \new Staff { \label #'ChorXXXII \new Voice = sopran { \globalXXXII \sopranMelodieXXXII } } \new Lyrics \lyricsto sopran { ifdef(`deutsch',`',`\sopranTextXXXIIEng') } \new Staff { \new Voice = alt { \globalXXXII \altMelodieXXXII } } ifdef(`deutsch',`',`\new Lyrics \lyricsto alt{ \altTextXXXIIEng }') \new Staff { \new Voice = tenor { \globalXXXII \tenorMelodieXXXII } } \new Lyrics \lyricsto tenor { ifdef(`deutsch',`',`\tenorTextXXXIIEng') } \new Staff { \new Voice = bass { \globalXXXII \bassMelodieXXXII } } \new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextXXXIIEng') } >> ifdef(`midi',`} `\midi' { \context { \Score tempoWholesPerMinute = #(ly:make-moment 72 2) } } ',` \layout { indent = #0 } \header { title = "Messias" subtitle = ##f piece = "Nr. 32 Chor" composer = "Georg Friedrich Händel" tagline = ##f } ') }