\include "deutsch.ly" #(ly:set-option 'relative-includes #t) \include "artikulation.ly" \include "stimmen.ly" \include "texte.ly" #(ly:set-option 'relative-includes #f) \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \pointAndClickOff \score { \header { title = "Sanctus" } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = sopran { \globalSanctus << \melodieSopranSanctus \artikulationSanctus >> } >> \new Lyrics \lyricsto sopran { \textSanctus } \new Staff << \new Voice = alt { \globalSanctus << \melodieAltSanctus \artikulationSanctus >> } >> \new Lyrics \lyricsto alt { \textSanctus } \new Staff << \new Voice = tenor { \clef "G_8" \globalSanctus << \melodieTenorSanctus \artikulationSanctus >> } >> \new Lyrics \lyricsto tenor { \textSanctus } \new Staff << \new Voice = bass { \clef "bass" \globalSanctus << \melodieBassSanctus \artikulationSanctus >> } >> \new Lyrics \lyricsto bass { \textSanctus } >> \layout { % indent = #0 \context { \Staff \RemoveEmptyStaves } } }