\include "deutsch.ly" #(ly:set-option 'relative-includes #t) \include "stimmenXV.ly" \include "texteXV.ly" #(ly:set-option 'relative-includes #f) XV = \score { % XV % {{{ \new ChoirStaff << \set Score.skipBars = ##t \new Staff { \label #'ChorXV \new Voice = sopran { \globalXV \sopranMelodieXV \bar "|." } } \new Lyrics \lyricsto sopran { \sopranTextXV } \new Staff { \new Voice = alt { \globalXV \altMelodieXV } } \new Lyrics \lyricsto alt{ \altTextXV } \new Staff { \new Voice = tenor { \globalXV \tenorMelodieXV } } \new Lyrics \lyricsto tenor { \tenorTextXV } \new Staff { \new Voice = bass { \globalXV \bassMelodieXV } } \new Lyrics \lyricsto bass { \bassTextXV } >> \layout { indent = #0 } \header { title = "Nr. 15 Chor" } } % }}}