\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") \book { \paper { top-margin = 5 print-all-headers = ##t } \header { title = "Verleih uns Frieden" subtitle = "Choralkantate" composer = "Felix Mendelssohn Bartholdy (1809-1847)" poet = "Gebet nach Worten von Luther" tagline = ##f } \markup { Verleih uns Frieden: Seite \page-ref #'Verleih "0" "?" } \score { % Verleih % {{{ \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \label #'Verleih \new Voice = frauen { \globalVerleih \oneVoice \frauenMelodieVerleih } \new Voice = sopran { \globalVerleih \voiceOne \sopranMelodieVerleih } \new Voice = alt { \globalVerleih \voiceTwo \altMelodieVerleih } >> \new Lyrics \lyricsto frauen { \textFrauenVerleih } \new Lyrics \lyricsto sopran { \textSopranVerleih } \new Staff << \new Voice = maenner { \clef "bass" \globalVerleih \oneVoice \maennerMelodieVerleih } \new Voice = tenor { \clef "bass" \globalVerleih \voiceOne \tenorMelodieVerleih } \new Voice = bass { \clef "bass" \globalVerleih \voiceTwo \bassMelodieVerleih } >> \new Lyrics \lyricsto maenner { \textMaennerVerleih } \new Lyrics \lyricsto bass { \textBassVerleih } >> \layout { indent = #0 } \header { title = "Verleih uns Frieden" subtitle = ##f composer = ##f poet = ##f } } % }}} }