\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 = "Missa in C" subtitle = "Krönungsmesse" composer = "Wolfgang Amadeus Mozart" tagline = ##f } \score { % Kyrie % {{{ \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \label #'Kyrie \new Voice = pFrauen { \globalKyrie \pausenKyrie } \new Voice = sopran { \globalKyrie \voiceOne \sopranMelodieKyrie } \new Voice = alt { \globalKyrie \voiceTwo \altMelodieKyrie } >> \new Lyrics \lyricsto alt { \textKyrie } \new Staff << \new Voice = pMaenner { \globalKyrie \clef "bass" \pausenKyrie } \new Voice = tenor { \globalKyrie \clef "bass" \voiceOne \tenorMelodieKyrie } \new Voice = bass { \globalKyrie \clef "bass" \voiceTwo \bassMelodieKyrie } >> \new Lyrics \lyricsto bass { \textKyrie } >> \layout { indent = #0 } \header { title = "Kyrie" subtitle = ##f composer = ##f } } % }}} \score { % Gloria % {{{ \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \label #'Gloria \new Voice = sopran { \globalGloria \sopranMelodieGloria } >> \new Lyrics \lyricsto sopran { \sopranTextGloria } \new Staff << \new Voice = alt { \globalGloria \altMelodieGloria } >> \new Lyrics \lyricsto alt { \altTextGloria } \new Staff << \new Voice = tenor { \globalGloria \clef "G_8" \tenorMelodieGloria } >> \new Lyrics \lyricsto tenor { \tenorTextGloria } \new Staff << \new Voice = bass { \globalGloria \clef "bass" \bassMelodieGloria } >> \new Lyrics \lyricsto bass { \bassTextGloria } >> \layout { indent = #0 } \header { title = "Gloria" subtitle = ##f composer = ##f } } % }}} \score { % Credo % {{{ \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \label #'Credo \new Voice = sopran { \globalCredo \sopranMelodieCredo } >> \new Lyrics \lyricsto sopran { \sopranTextCredo } \new Staff << \new Voice = alt { \globalCredo \altMelodieCredo } >> \new Lyrics \lyricsto alt { \altTextCredo } \new Staff << \new Voice = tenor { \globalCredo \clef "G_8" \tenorMelodieCredo } >> \new Lyrics \lyricsto tenor { \tenorTextCredo } \new Staff << \new Voice = bass { \globalCredo \clef "bass" \bassMelodieCredo } >> \new Lyrics \lyricsto bass { \bassTextCredo } >> \layout { indent = #0 } \header { title = "Credo" subtitle = ##f composer = ##f } } % }}} \score { % Sanctus % {{{ \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \label #'Sanctus \new Voice = sopran { \globalSanctus \sopranMelodieSanctus } >> \new Lyrics \lyricsto sopran { \sopranTextSanctus } \new Staff << \new Voice = alt { \globalSanctus \altMelodieSanctus } >> \new Lyrics \lyricsto alt { \altTextSanctus } \new Staff << \new Voice = tenor { \globalSanctus \clef "G_8" \tenorMelodieSanctus } >> \new Lyrics \lyricsto tenor { \tenorTextSanctus } \new Staff << \new Voice = bass { \globalSanctus \clef "bass" \bassMelodieSanctus } >> \new Lyrics \lyricsto bass { \bassTextSanctus } >> \layout { indent = #0 } \header { title = "Sanctus" subtitle = ##f composer = ##f } } % }}} \score { % Benedictus % {{{ \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \label #'Benedictus \new Voice = pFrauen { \globalBenedictus \pausenBenedictus } \new Voice = sopran { \globalBenedictus \voiceOne \sopranMelodieBenedictus } \new Voice = alt { \globalBenedictus \voiceTwo \altMelodieBenedictus } >> \new Lyrics \lyricsto alt { \textBenedictus } \new Staff << \new Voice = pMaenner { \globalBenedictus \clef "bass" \pausenBenedictus } \new Voice = tenor { \globalBenedictus \clef "bass" \voiceOne \tenorMelodieBenedictus } \new Voice = bass { \globalBenedictus \clef "bass" \voiceTwo \bassMelodieBenedictus } >> \new Lyrics \lyricsto bass { \textBenedictus } >> \layout { indent = #0 } \header { title = "Benedictus" subtitle = ##f composer = ##f } } % }}} \score { % AgnusDei % {{{ \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \label #'AgnusDei \new Voice = sopran { \globalAgnusDei \sopranMelodieAgnusDei } >> \new Lyrics \lyricsto sopran { \sopranTextAgnusDei } \new Staff << \new Voice = alt { \globalAgnusDei \altMelodieAgnusDei } >> \new Lyrics \lyricsto alt { \altTextAgnusDei } \new Staff << \new Voice = tenor { \globalAgnusDei \clef "G_8" \tenorMelodieAgnusDei } >> \new Lyrics \lyricsto tenor { \tenorTextAgnusDei } \new Staff << \new Voice = bass { \globalAgnusDei \clef "bass" \bassMelodieAgnusDei } >> \new Lyrics \lyricsto bass { \bassTextAgnusDei } >> \layout { indent = #0 } \header { title = "Agnus Dei" subtitle = ##f composer = ##f } } % }}} } %{\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 } } %}