\include "deutsch.ly" #(ly:set-option 'relative-includes #t) \include "stimmenLI.ly" \include "texteLI.ly" #(ly:set-option 'relative-includes #f) \score { % LI % {{{ \new ChoirStaff << \set Score.skipBars = ##t \new Staff { \label #'ChorLI \new Voice = sopran { \globalLI \sopranMelodieLI \bar "|." } } \new Lyrics \lyricsto sopran { \sopranTextLI } \new Staff { \new Voice = alt { \globalLI \altMelodieLI } } \new Lyrics \lyricsto alt{ \altTextLI } \new Staff { \new Voice = tenor { \globalLI \tenorMelodieLI } } \new Lyrics \lyricsto tenor { \tenorTextLI } \new Staff { \new Voice = bass { \globalLI \bassMelodieLI } } \new Lyrics \lyricsto bass { \bassTextLI } >> \layout { indent = #0 } \header { title = "Nr. 51 Chor" } } % }}}