\include "deutsch.ly" #(ly:set-option 'relative-includes #t) \include "stimmen_Quoniam.ly" \include "texte_Quoniam.ly" #(ly:set-option 'relative-includes #f) \score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \label #'Quoniam \pausenQuoniam \new Voice = sopran { \globalQuoniam \voiceOne \sopranMelodieQuoniam } \new Voice = alt { \globalQuoniam \voiceTwo \altMelodieQuoniam } >> \new Lyrics = text { } \new Staff << \pausenQuoniam \new Voice = tenor { \globalQuoniam \voiceOne \clef "bass" \tenorMelodieQuoniam } \new Voice = bass { \globalQuoniam \voiceTwo \clef "bass" \bassMelodieQuoniam } >> \context Lyrics = text \lyricsto bass \textQuoniam >> \layout { indent = #0 } \header { title = "11. Quoniam tu solus sanctus" composer = ##f } }