\include "deutsch.ly" #(ly:set-option 'relative-includes #t) \include "stimmenXLII.ly" \include "texteXLII.ly" #(ly:set-option 'relative-includes #f) \score { % XLII % {{{ \new ChoirStaff << \set Score.skipBars = ##t \new Staff { \label #'ChorXLII \new Voice = sopran { \globalXLII \sopranMelodieXLII \bar "|." } } \new Lyrics \lyricsto sopran { \sopranTextXLII } \new Staff { \new Voice = alt { \globalXLII \altMelodieXLII } } \new Lyrics \lyricsto alt{ \altTextXLII } \new Staff { \new Voice = tenor { \globalXLII \tenorMelodieXLII } } \new Lyrics \lyricsto tenor { \tenorTextXLII } \new Staff { \new Voice = bass { \globalXLII \bassMelodieXLII } } \new Lyrics \lyricsto bass { \bassTextXLII } >> \layout { indent = #0 } \header { title = "Nr. 42 Chor" } } % }}}