\version "2.19.82" \include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "O Haupt voll Blut und Wunden" poet = "Text: Paul Gerhardt 1656" composer = "Melodie: Hans Leo Hassler 1601" arranger = "Satz: Johann Hermann Schein 1627" } \layout { indent = #0 \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = frauen { \global \oneVoice \pausen } \new Voice = sopran { \global \voiceOne \sopranMelodie } \new Voice = alt { \global \voiceTwo \altMelodie } >> \new Lyrics \lyricsto sopran { \textIa } \new Lyrics \lyricsto sopran { \textIb } \new Lyrics \lyricsto sopran { \textIIa } \new Lyrics \lyricsto sopran { \textIIb } \new Staff << \clef "bass" \new Voice = maenner { \global \oneVoice \pausen } \new Voice = tenor { \global \voiceOne \tenorMelodie } \new Voice = bass { \global \voiceTwo \bassMelodie } >> \new Lyrics = "bass" { } >> }