\include "deutsch.ly" #(ly:set-option 'relative-includes #t) \include "Vtexte.ly" \include "Vstimmen.ly" #(ly:set-option 'relative-includes #f) \score { \header { title = "5. Chor" composer = ##f } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = sopran { \globalV \sopranMelodieV } >> \new Lyrics \lyricsto sopran { \sopranTextV } \new Staff << \new Voice = alt { \globalV \altMelodieV } >> \new Lyrics \lyricsto alt { \altTextV } \new Staff << \clef "G_8" \new Voice = tenor { \globalV \tenorMelodieV } >> \new Lyrics \lyricsto tenor { \tenorTextV } \new Staff << \clef "bass" \new Voice = bass { \globalV \bassMelodieV } >> \new Lyrics \lyricsto bass { \bassTextV } >> \layout { indent = #0 } }