\include "deutsch.ly" #(ly:set-option 'relative-includes #t) \include "texte.ly" \include "stimmen.ly" #(ly:set-option 'relative-includes #f) \score { \header { title = "6. Chor" composer = ##f } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = sopran { \global \sopranMelodie } >> \new Lyrics \lyricsto sopran { \sopranTextVI } \new Staff << \new Voice = alt { \global \keepWithTag #'partVI \altMelodie } >> \new Lyrics \lyricsto alt { \altTextVI } \new Staff << \clef "G_8" \new Voice = tenor { \global \keepWithTag #'partVI \tenorMelodie } >> \new Lyrics \lyricsto tenor { \tenorTextVI } \new Staff << \clef "bass" \new Voice = bass { \global \bassMelodie } >> \new Lyrics \lyricsto bass { \bassTextVI } >> \layout { indent = #0 } }