\include "deutsch.ly" include(artikulation.pre) include(stimmen.pre) include(texte.pre) %spezifisch% \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \pointAndClickOff \score { \header { title = "Mögen sich die Wege vor deinen Füßen ebnen" poet = "Text: Altirischer Segenswunsch" composer = "Musik: Günter Schwarze 1987" } << \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = fPausen { \global \oneVoice \pausen } \new Voice = sopran { \global \voiceOne << \melodieSopran \artikulation >> } \new Voice = alt { \global \voiceTwo \melodieAlt } >> \new Lyrics \lyricsto sopran { \textI } \new Lyrics \lyricsto sopran { \textII } \new Staff << \clef "bass" \new Voice = mPausen { \global \oneVoice \pausen } \new Voice = tenor { \global \voiceOne << \melodieTenor \artikulation >> } \new Voice = bass { \global \voiceTwo \melodieBass } >> \new Lyrics \lyricsto bass { \textBass } >> \new PianoStaff << \new Staff { \global \autoBeamOn << \klavierRechts \artikulation >> } \new Staff { \clef "bass" \global \autoBeamOn \klavierLinks } >> >> \layout { % indent = #0 \context { \Staff \RemoveEmptyStaves } } }