\include "deutsch.ly" include(stimmen.pre) include(texte.pre) #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) #(set-default-paper-size "kindle") \pointAndClickOff \header { tagline = "" title = "Der Herr, mein Hirte, führet mich" } \paper { top-margin = 5 } \score { \new ChoirStaff << \set Score.skipBars = ##t \new Lyrics = textSopranI { } \new Lyrics = textSopranII { } \new Lyrics = textSopranIII { } \new Lyrics = textSopranIV { } \new Lyrics = textSopranV { } \new Staff << \new Voice = "sopran" { \global \voiceOne \sopranMelodie } \new Voice = "alt" { \global \voiceTwo \altMelodie } >> \new Lyrics = textI { } \new Lyrics = textII { } \new Lyrics = textIII { } \new Lyrics = textIV { } \new Lyrics = textV { } \new Staff << \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } >> \context Lyrics = textSopranI \lyricsto "sopran" \textIa \context Lyrics = textSopranII \lyricsto "sopran" \textIIa \context Lyrics = textSopranIII \lyricsto "sopran" \textIIIa \context Lyrics = textSopranIV \lyricsto "sopran" \textIVa \context Lyrics = textSopranV \lyricsto "sopran" \textVa \context Lyrics = textI \lyricsto "bass" \textI \context Lyrics = textII \lyricsto "bass" \textII \context Lyrics = textIII \lyricsto "bass" \textIII \context Lyrics = textIV \lyricsto "bass" \textIV \context Lyrics = textV \lyricsto "bass" \textV >> \layout { indent = #0 } }