include(parts/stimmenXV.pre) include(parts/texteXV.pre) \score { ifdef(`midi',`\unfoldRepeats {') \new ChoirStaff << \set Score.skipBars = ##t \new Staff { \label #'ChorXV \new Voice = sopran { \globalXV \sopranMelodieXV } } \new Lyrics \lyricsto sopran { ifdef(`deutsch',`\sopranTextXVDeu',`\sopranTextXVEng') } \new Staff { \new Voice = alt { \globalXV \altMelodieXV } } \new Lyrics \lyricsto alt{ ifdef(`deutsch',`\altTextXVDeu',`\altTextXVEng') } \new Staff { \new Voice = tenor { \globalXV \tenorMelodieXV } } \new Lyrics \lyricsto tenor { ifdef(`deutsch',`\tenorTextXVDeu',`\tenorTextXVEng') } \new Staff { \new Voice = bass { \globalXV \bassMelodieXV } } \new Lyrics \lyricsto bass { ifdef(`deutsch',`\bassTextXVDeu',`\bassTextXVEng') } >> ifdef(`midi',`} `\midi' { \context { \Score tempoWholesPerMinute = #(ly:make-moment 72 2) } } ',` \layout { indent = #0 } \header { title = "Messias" subtitle = ##f piece = "Nr. 15 Chor" composer = "Georg Friedrich Händel" tagline = ##f } ') }