\include "deutsch.ly" include(artikulation.pre) include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Brich an, du schönes Morgenlicht" composer = "Johann Schop 1641" poet = "Johann Rist 1641" } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = sopran << \global \artikulation \melodieSopran >> >> \new Lyrics = "textSopran" { } \new Lyrics = "textSopranb" { } \new Staff << \new Voice = alt << \global \artikulation \melodieAlt >> >> \new Lyrics = "textAlt" { } \new Lyrics = "textAltb" { } \new Staff << \new Voice = maenner << \clef "bass" \global \artikulation \melodieMaenner >> >> \new Lyrics = "textMaenner" { } \new Lyrics = "textMaennerb" { } \context Lyrics = "textSopran" \lyricsto sopran { \textI } \context Lyrics = "textSopranb" \lyricsto sopran { \textII } \context Lyrics = "textAlt" \lyricsto alt { \textI } \context Lyrics = "textAltb" \lyricsto alt { \textII } \context Lyrics = "textMaenner" \lyricsto maenner { \textI } \context Lyrics = "textMaennerb" \lyricsto maenner { \textII } >> \layout { indent = #0 } }