\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Mein Jesus, ich lieb dich" poet = "Text: W. R. Featherston" meter = "Deutsch: Ulrich Betz" composer = "Melodie: A. J. Gordon (1836-1895)" } \new ChoirStaff << \set Score.skipBars = ##t \new ChordNames \akkorde \new Staff << \new Voice = "sopran" { \global \voiceOne \sopranMelodie } \new Voice = "alt" { \global \voiceTwo \altMelodie } >> \new Lyrics = "textEins" {} \new Lyrics = "textZwei" {} \new Lyrics = "textDrei" {} \new Lyrics = "textVier" {} \new Staff = "maenner" << \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } >> \context Lyrics = "textEins" \lyricsto "bass" \textI \context Lyrics = "textZwei" \lyricsto "bass" \textII \context Lyrics = "textDrei" \lyricsto "bass" \textIII \context Lyrics = "textVier" \lyricsto "bass" \textIV >> \layout { indent = #0 } }