include(parts/stimmenVI.pre) include(parts/texteVI.pre) \score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff { \label #'ChorVI \new Voice = sopran { \globalVI \sopranMelodieVI \bar "|." } } \new Lyrics \lyricsto sopran { \sopranTextVI } \new Staff { \new Voice = alt { \globalVI \altMelodieVI } } \new Lyrics \lyricsto alt{ \altTextVI } \new Staff { \new Voice = tenor { \globalVI \tenorMelodieVI } } \new Lyrics \lyricsto tenor { \tenorTextVI } \new Staff { \new Voice = bass { \globalVI \bassMelodieVI } } \new Lyrics \lyricsto bass { \bassTextVI } >> \layout { indent = #0 } \header { title = "Messias" subtitle = ##f piece = "Nr. 6 Chor" composer = "Georg Friedrich Händel" tagline = ##f } }