\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \version "2.19.83" \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Lobe den Herrn, meine Seele" poet = "Text: Psalm 103, 1-5" composer = "Musik: Eduard August Grell (1800-1886)" arranger = "Bearbeitung: Klaus Heizmann" } << \set Score.skipBars = ##t \new Staff << \new Voice = oberstimme { \global \oneVoice \oberstimmeMelodie } >> \new Lyrics = sopranText { } \new Staff << \new Voice = frauen { \global \oneVoice \frauenPausen } \new Voice = sopran { \global \voiceOne \sopranMelodie } \new Voice = alt { \global \voiceTwo \altMelodie } >> \new Lyrics = altText { } \new Lyrics = tenorText { } \new Staff << \clef "bass" \new Voice = maenner { \global \oneVoice \maennerPausen } \new Voice = tenor { \global \voiceOne \tenorMelodie } \new Voice = bass { \global \voiceTwo \bassMelodie } >> \new Lyrics = bassText { } \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 } }