\include "deutsch.ly" \include "stimmen.ly" \include "texte.ly" #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) #(set-default-paper-size "kindle") \pointAndClickOff \header { title = "Die Weihnachtsgeschichte" composer = "Arnold Melchior Brunckhorst (um 1670-1725)" %opus = "<+Werk+>" tagline = "" } \paper { top-margin = 5 } \score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff { << \new Voice = frauen { \globalIII \pausenFrauenIII } \new Voice = sopran { \globalIII \voiceOne \sopranIII } \new Voice = alt { \globalIII \voiceTwo \altIII } >> } \new Lyrics = textIII \new Staff << \new Voice = maenner { \globalIII \clef "bass" \pausenMaennerIII } \new Voice = tenor { \globalIII \clef "bass" \voiceOne \tenorIII } \new Voice = bass { \globalIII \clef "bass" \voiceTwo \bassIII } >> \context Lyrics = textIII \lyricsto bass \textIII >> \header { piece = \markup { \bold "3. Chor" } } \layout { indent = #0 } } \score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff { << \new Voice = frauen { \globalIX \pausenFrauenIX } \new Voice = sopran { \globalIX \voiceOne \sopranIX } \new Voice = alt { \globalIX \voiceTwo \altIX } >> } \new Lyrics = textIX \new Staff << \new Voice = maenner { \globalIX \clef "bass" \pausenMaennerIX } \new Voice = tenor { \globalIX \clef "bass" \voiceOne \tenorIX } \new Voice = bass { \globalIX \clef "bass" \voiceTwo \bassIX } >> \context Lyrics = textIX \lyricsto bass \textIX >> \header { piece = \markup { \bold "9. Arie (Bass) und Chor" } } \layout { indent = #0 } } \score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff { << \new Voice = frauen { \globalXI \pausenXI } \new Voice = sopran { \globalXI \voiceOne \sopranXI } \new Voice = alt { \globalXI \voiceTwo \altXI } >> } \new Lyrics = textXI \new Staff << \new Voice = maenner { \globalXI \clef "bass" \pausenXI } \new Voice = tenor { \globalXI \clef "bass" \voiceOne \tenorXI } \new Voice = bass { \globalXI \clef "bass" \voiceTwo \bassXI } >> \context Lyrics = textXI \lyricsto bass \textXI >> \header { piece = \markup { \bold "11. Chor" } } \layout { indent = #0 } } \score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff { << \new Voice = frauen { \globalXIV \pausenFrauenXIV } \new Voice = sopran { \globalXIV \voiceOne \sopranXIV } \new Voice = alt { \globalXIV \voiceTwo \altXIV } >> } \new Lyrics = textXIV \new Staff << \new Voice = maenner { \globalXIV \clef "bass" \pausenMaennerXIV } \new Voice = tenor { \globalXIV \clef "bass" \voiceOne \tenorXIV } \new Voice = bass { \globalXIV \clef "bass" \voiceTwo \bassXIV } >> \context Lyrics = textXIV \lyricsto bass \textXIV >> \header { piece = \markup { \bold "14. Chor" } } \layout { indent = #0 } } \score { \new ChoirStaff << \set Score.skipBars = ##t \new Lyrics = textXVSopran \new Staff { << \new Voice = frauen { \globalXV \pausenXV } \new Voice = sopran { \globalXV \voiceOne \sopranXV } \new Voice = alt { \globalXV \voiceTwo \altXV } >> } \new Lyrics = textXV \new Lyrics = textXVTenor \new Staff << \new Voice = maenner { \globalXV \clef "bass" \pausenXV } \new Voice = tenor { \globalXV \clef "bass" \voiceOne \tenorXV } \new Voice = bass { \globalXV \clef "bass" \voiceTwo \bassXV } >> \new Lyrics = textXVBass \context Lyrics = textXVSopran \lyricsto sopran \textXVSopran \context Lyrics = textXV \lyricsto alt \textXV \context Lyrics = textXVTenor \lyricsto tenor \textXVTenor \context Lyrics = textXVBass \lyricsto bass \textXVBass >> \header { piece = \markup { \bold "15. Choral" } } \layout { indent = #0 } }