\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \version "2.19.80" \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Magnificat" subtitle = "(deutsch)" composer = "Heinrich Schütz (1585-1672)" arranger = "(aus den „zwölf geistlichen Gesängen“, 1657)" } << \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = "sopran" \with { \remove "Forbid_line_break_engraver" } << { \global \sopranMelodie } \bars >> >> \new Lyrics = "sopranText" {} \new Staff << \new Voice = "alt" \with { \remove "Forbid_line_break_engraver" } << { \global \altMelodie } \bars >> >> \new Lyrics = "altText" {} \new Staff << \new Voice = "tenor" \with { \remove "Forbid_line_break_engraver" } << { \global \clef "G_8" \tenorMelodie } \bars >> >> \new Lyrics = "tenorText" {} \new Staff << \new Voice = "bass" \with { \remove "Forbid_line_break_engraver" } << { \global \clef "bass" \bassMelodie } \bars >> >> \new Lyrics = "bass" {} \context Lyrics = "sopranText" \lyricsto "sopran" \sopranText \context Lyrics = "altText" \lyricsto "alt" \altText \context Lyrics = "tenorText" \lyricsto "tenor" \tenorText \context Lyrics = "bassText" \lyricsto "bass" \bassText >> >> \layout { indent = #0 % \context { \Staff \RemoveEmptyStaves } } }