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