\include "deutsch.ly" include(stimmen.pre) include(texte.pre) \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 = "Alles, was ihr tut" composer = "Dietrich Buxtehude" tagline = ##f } \score { % II % {{{ \new ChoirStaff << \set Score.skipBars = ##t \new Staff { \label #'ChorII \set Staff.instrumentName = #"S" \new Voice = sopran { \globalII \sopranMelodieII \bar "|." } } \new Lyrics \lyricsto sopran { \sopranTextII } \new Staff { \set Staff.instrumentName = #"A" \new Voice = alt { \globalII \altMelodieII } } \new Lyrics \lyricsto alt{ \altTextII } \new Staff { \set Staff.instrumentName = #"T" \new Voice = tenor { \globalII \tenorMelodieII } } \new Lyrics \lyricsto tenor { \tenorTextII } \new Staff { \set Staff.instrumentName = #"B" \new Voice = bass { \globalII \bassMelodieII } } \new Lyrics \lyricsto bass { \bassTextII } >> \layout { indent = #0 } \header { title = "Nr. 2 Chor" composer = ##f } } % }}} \score { % IV % {{{ \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \label #'AriaIV \set Staff.instrumentName = #"S+A" \new Voice = pFrauen { \globalIV \pausenFrauenIV \bar "|." } \new Voice = sopran { \globalIV \voiceOne \sopranMelodieIV \bar "|." } \new Voice = alt { \globalIV \voiceTwo \altMelodieIV \bar "|." } >> \new Lyrics \lyricsto sopran { \textIVa } \new Lyrics \lyricsto sopran { \textIVb } \new Lyrics \lyricsto sopran { \textIVc } \new Staff << \set Staff.instrumentName = #"T+B" \new Voice = pMaenner { \globalIV \clef "bass" \pausenMaennerIV \bar "|." } \new Voice = tenor { \globalIV \clef "bass" \voiceOne \tenorMelodieIV } \new Voice = bass { \globalIV \clef "bass" \voiceTwo \bassMelodieIV } >> >> \layout { indent = #0 } \header { title = "Nr. 4 Aria" composer = ##f } } % }}} \score { % VI % {{{ \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \label #'ChoralVI \set Staff.instrumentName = #"S+A" \new Voice = pFrauen { \globalVI \pausenFrauenVI \bar "|." } \new Voice = sopran { \globalVI \voiceOne \sopranMelodieVI \bar "|." } \new Voice = alt { \globalVI \voiceTwo \altMelodieVI \bar "|." } >> \new Lyrics \lyricsto sopran { \textVIa } \new Lyrics \lyricsto sopran { \textVIb } \new Staff << \set Staff.instrumentName = #"T+B" \new Voice = pMaenner { \globalVI \clef "bass" \pausenMaennerVI \bar "|." } \new Voice = tenor { \globalVI \clef "bass" \voiceOne \tenorMelodieVI } \new Voice = bass { \globalVI \clef "bass" \voiceTwo \bassMelodieVI } >> >> \layout { indent = #0 } \header { title = "Nr. 6 Choral" composer = ##f } } % }}} \score { % VIII % {{{ \new ChoirStaff << \set Score.skipBars = ##t \new Staff { \label #'ChorVIII \set Staff.instrumentName = #"S" \new Voice = sopran { \globalVIII \sopranMelodieVIII \bar "|." } } \new Lyrics \lyricsto sopran { \sopranTextVIII } \new Staff { \set Staff.instrumentName = #"A" \new Voice = alt { \globalVIII \altMelodieVIII } } \new Lyrics \lyricsto alt{ \altTextVIII } \new Staff { \set Staff.instrumentName = #"T" \new Voice = tenor { \globalVIII \tenorMelodieVIII } } \new Lyrics \lyricsto tenor { \tenorTextVIII } \new Staff { \set Staff.instrumentName = #"B" \new Voice = bass { \globalVIII \bassMelodieVIII } } \new Lyrics \lyricsto bass { \bassTextVIII } >> \layout { indent = #0 } \header { title = "Nr. 8 Chor" composer = ##f } } % }}} \markup { Chor 2: Seite \page-ref #'ChorII "0" "?" } \markup { Aria 4: Seite \page-ref #'AriaIV "00" "?" } \markup { Choral 6: Seite \page-ref #'ChoralVI "00" "?" } \markup { Chor 8: Seite \page-ref #'ChorVIII "00" "?" } } %{\score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff { << \new Voice = frauen { \generalPausenFrauen \bar "|." } \new Voice = sopran { \global \voiceOne \sopranMelodie \bar "|." } \new Voice = alt { \global \voiceTwo \altMelodie \bar "|." } >> } \new Lyrics \lyricsto sopran { \sopranText } \new Lyrics \lyricsto alt{ \altText } \new Staff { << \new Voice = maenner { \generalPausenMaenner \bar "|." } \new Voice = tenor { \global \voiceOne \tenorMelodie \bar "|." } \new Voice = bass { \global \voiceTwo \bassMelodie \bar "|." } >> } \new Lyrics \lyricsto tenor { \tenorText } \new Lyrics \lyricsto bass { \bassText } >> \layout { indent = #0 } } %}