\include "deutsch.ly" #(ly:set-option 'relative-includes #t) \include "stimmenIX.ly" \include "texteIX.ly" #(ly:set-option 'relative-includes #f) \score { % IX % {{{ \new ChoirStaff << \set Score.skipBars = ##t \new Staff { \label #'ChorIX \new Voice = sopran { \globalIX \sopranMelodieIX \bar "|." } } \new Lyrics \lyricsto sopran { \sopranTextIX } \new Staff { \new Voice = alt { \globalIX \altMelodieIX } } \new Lyrics \lyricsto alt{ \altTextIX } \new Staff { \new Voice = tenor { \globalIX \tenorMelodieIX } } \new Lyrics \lyricsto tenor { \tenorTextIX } \new Staff { \new Voice = bass { \globalIX \bassMelodieIX } } \new Lyrics \lyricsto bass { \bassTextIX } >> \layout { indent = #0 } \header { title = "Nr. 9 Chor" } } % }}}