\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 = "Kyrie" } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = sopran { \globalKyrie << \melodieSopranKyrie \artikulationKyrie >> } >> \new Lyrics \lyricsto sopran { \textKyrie } \new Staff << \new Voice = alt { \globalKyrie << \melodieAltKyrie \artikulationKyrie >> } >> \new Lyrics \lyricsto alt { \textKyrie } \new Staff << \new Voice = tenor { \clef "G_8" \globalKyrie << \melodieTenorKyrie \artikulationKyrie >> } >> \new Lyrics \lyricsto tenor { \textKyrie } \new Staff << \new Voice = bass { \clef "bass" \globalKyrie << \melodieBassKyrie \artikulationKyrie >> } >> \new Lyrics \lyricsto bass { \textKyrie } >> \layout { % indent = #0 \context { \Staff \RemoveEmptyStaves } } }