\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 = "%%S" } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = sopran { \global%%S << \melodieSopran%%S \artikulation%%S >> } >> \new Lyrics \lyricsto sopran { \textSopran%%S } \new Staff << \new Voice = alt { \global%%S << \melodieAlt%%S \artikulation%%S >> } >> \new Lyrics \lyricsto alt { \textAlt%%S } \new Staff << \new Voice = tenor { \clef "G_8" \global%%S << \melodieTenor%%S \artikulation%%S >> } >> \new Lyrics \lyricsto tenor { \textTenor%%S } \new Staff << \new Voice = bass { \clef "bass" \global%%S << \melodieBass%%S \artikulation%%S >> } >> \new Lyrics \lyricsto bass { \textBass%%S } >> \layout { % indent = #0 \context { \Staff \RemoveEmptyStaves } } }