\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 = "Lobt Gott in allen Landen" poet = "nach Psalm 104" composer = "Johann Steuerlein 1575" } \paper { top-margin = 5 } \score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = "sopran" { \global \voiceOne \sopranMelodie } \new Voice = "alt" { \global \voiceTwo \altMelodie } >> \new Lyrics = "textI" {} \new Lyrics = "textIb" {} \new Lyrics = "textII" {} \new Lyrics = "textIIb" {} \new Lyrics = "textIII" {} \new Lyrics = "textIIIb" {} \new Staff << \clef "bass" \new Voice = "tenor" { \global \voiceOne \tenorMelodie } \new Voice = "bass" { \global \voiceTwo \bassMelodie } >> \context Lyrics = "textI" \lyricsto "bass" \textI \context Lyrics = "textIb" \lyricsto "bass" \textIb \context Lyrics = "textII" \lyricsto "bass" \textII \context Lyrics = "textIIb" \lyricsto "bass" \textIIb \context Lyrics = "textIII" \lyricsto "bass" \textIII \context Lyrics = "textIIIb" \lyricsto "bass" \textIIIb >> \layout { indent = #0 } }