\include "deutsch.ly" include(artikulation.pre) include(stimmen.pre) include(texte.pre) %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" } \layout { indent = #0 \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } } \new ChoirStaff << \set Score.skipBars = ##t \new Staff = sopran << \new Voice = sopran << \artikulation \global \sopranMelodie >> \new Lyrics \lyricsto sopran { \textSopran } >> \new Staff = alt << \new Voice = alt << \artikulation \global \altMelodie >> \new Lyrics \lyricsto alt { \textAlt } >> \new Staff = bass << \new Voice = bass << \artikulation \global \clef "bass" \bassMelodie >> \new Lyrics \lyricsto bass { \textBass } >> >> }