include(parts/stimmenVI.pre) include(parts/texteVI.pre) \score { ifdef(`midi',`\unfoldRepeats {') \new ChoirStaff << \set Score.skipBars = ##t \new Staff { \label #'ChorVI \new Voice = sopran { \globalVI \sopranMelodieVI } } \new Lyrics \lyricsto sopran { ifdef(`deutsch',`',`\sopranTextVIEng') } \new Staff { \new Voice = alt { \globalVI \altMelodieVI } } ifdef(`deutsch',`',`\new Lyrics \lyricsto alt{ \altTextVIEng }') \new Staff { \new Voice = tenor { \globalVI \tenorMelodieVI } } \new Lyrics \lyricsto tenor { ifdef(`deutsch',`',`\tenorTextVIEng') } \new Staff { \new Voice = bass { \globalVI \bassMelodieVI } } \new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextVIEng') } >> ifdef(`midi',`} `\midi' { \context { \Score tempoWholesPerMinute = #(ly:make-moment 72 2) } } ',` \layout { indent = #0 } \header { title = "Messias" subtitle = ##f piece = "Nr. 6 Chor" composer = "Georg Friedrich Händel" tagline = ##f } ') }