include(parts/stimmenLI.pre) include(parts/texteLI.pre) \score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff { \label #'ChorLI \new Voice = sopran { \globalLI \sopranMelodieLI } } \new Lyrics \lyricsto sopran { ifdef(`deutsch',`\sopranTextLIDeu',`\sopranTextLIEng') } \new Staff { \new Voice = alt { \globalLI \altMelodieLI } } \new Lyrics \lyricsto alt{ ifdef(`deutsch',`\altTextLIDeu',`\altTextLIEng') } \new Staff { \new Voice = tenor { \globalLI \tenorMelodieLI } } \new Lyrics \lyricsto tenor { ifdef(`deutsch',`\tenorTextLIDeu',`\tenorTextLIEng') } \new Staff { \new Voice = bass { \globalLI \bassMelodieLI } } \new Lyrics \lyricsto bass { ifdef(`deutsch',`\bassTextLIDeu',`\bassTextLIEng') } >> \layout { indent = #0 } \header { title = "Messias" subtitle = ##f piece = "Nr. 51 Chor" composer = "Georg Friedrich Händel" tagline = ##f } }