\include "deutsch.ly" #(ly:set-option 'relative-includes #t) \include "artikulation_gloria.ly" \include "stimmen_gloria.ly" \include "texte_gloria.ly" #(ly:set-option 'relative-includes #f) \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \pointAndClickOff \score { \header { title = "Nr. 2 Gloria" } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = sopran { \globalGloria << \melodieSopranGloria \artikulationGloria >> } >> \new Lyrics \lyricsto sopran { \textGloria } \new Staff << \new Voice = alt { \globalGloria << \melodieAltGloria \artikulationGloria >> } >> \new Lyrics \lyricsto alt { \textGloria } \new Staff << \new Voice = tenor { \clef "G_8" \globalGloria << \melodieTenorGloria \artikulationGloria >> } >> \new Lyrics \lyricsto tenor { \textGloria } \new Staff << \new Voice = bass { \clef "bass" \globalGloria << \melodieBassGloria \artikulationGloria >> } >> \new Lyrics \lyricsto bass { \textBassGloria } >> \layout { % indent = #0 \context { \Staff \RemoveEmptyStaves } } }