\include "deutsch.ly" \include "stimmen.ly" \include "texte.ly" \pointAndClickOff #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) #(set-default-paper-size "kindle") \header { title = "Verleih uns Frieden" subtitle = "Choralkantate" composer = "Felix Mendelssohn Bartholdy (1809-1847)" poet = "Gebet nach Worten von Luther" tagline = ##f } \score { \new ChoirStaff << \set Score.skipBars = ##t \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 << \new Voice = maenner { \clef "bass" \global \oneVoice \maennerPausen } \new Voice = tenor { \clef "bass" \global \voiceOne \tenorMelodie } \new Voice = bass { \clef "bass" \global \voiceTwo \bassMelodie } >> \new Lyrics = "bassText" {} \context Lyrics = "sopranText" \lyricsto sopran { \textSopran } \context Lyrics = "altText" \lyricsto alt { \textAlt } \context Lyrics = "tenorText" \lyricsto tenor { \textTenor } \context Lyrics = "bassText" \lyricsto bass { \textBass } >> \layout { indent = #0 } \header { title = "Verleih uns Frieden" subtitle = ##f composer = ##f poet = ##f } }