\include "deutsch.ly" #(ly:set-option 'relative-includes #t) \include "artikulation.ly" \include "stimmen.ly" \include "texte.ly" #(ly:set-option 'relative-includes #f) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { print-all-headers = ##t } \score { \header { title = "Er ist mein Hirt" composer = "Joseph Haydn, London 1794/95" poet = "Text: Lene Mayer-Skumanz, nach Ps. 23" } \new StaffGroup = choirStaff << \new Voice = sopran << \artikulation \global \sopranMelodie >> \new Lyrics \lyricsto sopran { \textSopran } \new Voice = alt << \artikulation \global \altMelodie >> \new Lyrics \lyricsto alt { \textAlt } \new Voice = bass << \artikulation \global \clef "bass" \bassMelodie >> \new Lyrics \lyricsto bass { \textBass } >> }