\include "deutsch.ly" include(artikulation.pre) include(stimmen.pre) include(texte.pre) %spezifisch% \paper { top-margin = 5 print-all-headers = ##t } \header { tagline = "" } \pointAndClickOff \score { \header { title = "Horch, die Wellen tragen" composer = "Dimitrij Bortniansky (1751 - 1825)" poet = "Text: Nach einem russischen Vesperchor" tagline = ##f } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = sopran { \global \oneVoice \sopranMelodie } { \global \dynamik } >> \new Lyrics = sopranTextI {} \new Lyrics = sopranTextII {} \new Staff << \new Voice = alt { \global \oneVoice \altMelodie } { \global \dynamik } >> \new Lyrics = unterstimmenText {} \new Staff << \clef "bass" \new Voice = maenner { \global \oneVoice \maennerPausen } \new Voice = tenor { \global \voiceOne \tenorMelodie } \new Voice = bass { \global \voiceTwo \bassMelodie } { \global \dynamik } >> \context Lyrics = sopranTextI \lyricsto sopran { \sopranTextI } \context Lyrics = sopranTextII \lyricsto sopran { \sopranTextII } \context Lyrics = unterstimmenText \lyricsto alt { \unterstimmenText } >> \layout { indent = #0 } }