\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 = "Die Gott lieben werden sein wie die Sonne" } \paper { top-margin = 5 } \score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = "frauen" { \global \pausen } \new Voice = "sopran" { \global \voiceOne \sopranMelodie } \new Voice = "alt" { \global \voiceTwo \altMelodie } >> \new Lyrics = "textRefrain" {} \new Staff << \new Voice = "maenner" { \global \pausen } \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } >> \context Lyrics = "textRefrain" \lyricsto "bass" \textRefr >> \layout { indent = #0 } } \score { \new Staff << \new Voice = "alle" { \global \strMelodie } \new Lyrics = "textI" {} \new Lyrics = "textII" {} \new Lyrics = "textIII" {} \new Lyrics = "textIV" {} \context Lyrics = "textI" \lyricsto "alle" \textStrI \context Lyrics = "textII" \lyricsto "alle" \textStrII \context Lyrics = "textIII" \lyricsto "alle" \textStrIII \context Lyrics = "textIV" \lyricsto "alle" \textStrIV >> \layout { indent = #0 } }