diff options
author | Erich Eckner <git@eckner.net> | 2014-09-04 10:59:12 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2014-09-04 10:59:12 +0200 |
commit | cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd (patch) | |
tree | 25be2d35abeec51d18d0204e199f3bdbf66826b1 /Kroenungsmesse | |
download | Musik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz |
initialer Commit
Diffstat (limited to 'Kroenungsmesse')
-rw-r--r-- | Kroenungsmesse/Kroenungsmesse.ly | 229 | ||||
-rw-r--r-- | Kroenungsmesse/stimmen.ly | 430 | ||||
-rw-r--r-- | Kroenungsmesse/texte.ly | 235 |
3 files changed, 894 insertions, 0 deletions
diff --git a/Kroenungsmesse/Kroenungsmesse.ly b/Kroenungsmesse/Kroenungsmesse.ly new file mode 100644 index 0000000..3f40907 --- /dev/null +++ b/Kroenungsmesse/Kroenungsmesse.ly @@ -0,0 +1,229 @@ +\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 = "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 + } +} +%} diff --git a/Kroenungsmesse/stimmen.ly b/Kroenungsmesse/stimmen.ly new file mode 100644 index 0000000..2eb0e7c --- /dev/null +++ b/Kroenungsmesse/stimmen.ly @@ -0,0 +1,430 @@ +\version "2.12" + +% Kyrie % {{{ +globalKyrie = { + \time 4/4 + \key c \major + \autoBeamOff +} + +pausenKyrie = \relative c { + \repeat unfold 3 { s4. r8 r2 | } + s1 | s2. r4 | R1*15 | + \repeat unfold 3 { s4. r4 s4. | } + s1*2 | s4 r2. | r4 s2. | + s4 r2. | r4 s2. | s4 r2. | R1 | \bar "|." +} + +sopranMelodieKyrie = \relative c'' { + c8.\f^\markup { \italic "andante maestoso" } c16 c8 s8 s2 | d8. d16 d8 s8 s2 | e8. e16 e8 s8 s2 | + f4. f8 es4. es8 | d4. d8 d4 s | s1*15^\markup { \italic "piu andante" } | + c8.\f^\markup { \italic "maestoso come prima" } c16 c8 s4 g16. g32 g8 g | g'[( f]) f s4 g,16. g32 g8 g | f'[( e]) e s4 g16. g32 e8 c | + f4. f8 f4 es8. es16 | d4. d8 d4. d8 | c4 s2. | s4\p a8. a16 g8. g16 g8[( f]) | + e4 s2. | s4 f8. f16 e8. e16 e8[( d]) | c4 s2. | s1 | \bar "|." +} + +altMelodieKyrie = \relative e' { + e8. e16 e8 s8 s2 | f8. f16 f8 s8 s2 | g8. g16 g8 s8 s2 | + f4. f8 g4. g8 | a4. a8 g4 s | s1*15 | + e8. e16 e8 s4 e16. e32 e8 e | g4 g8 s4 f16. f32 f8 d | g4 g8 s4 e16. e32 g8 e | + f4. f8 g4 a8. a16 | d,8 d g2 g4 | g s2. | s4 f8. f16 e8. e16 d8[( h]) | + c4 s2. | s4 d8. d16 c8. c16 c8[( h]) | c4 s2. | s1 | \bar "|." +} + +tenorMelodieKyrie = \relative g { + g8.\f g16 g8 s8 s2 | g8. g16 g8 s8 s2 | c8. c16 c8 s8 s2 | + c4. c8 c4. c8 | c4. c8 h4 s | s1*15 | + g8.\f g16 g8 s4 g16. g32 g8 c | d4 d8 s4 d16. d32 d8 f | c4 c8 s4 c16. c32 c8 c | + c4. c8 h4 c8. c16 | c4( h8) a h4. h8 | c4 s2. | s4\p c8. c16 c8. c16 h8[( g]) | + g4 s2. | s4 a8. a16 g8. g16 g8[( f]) | e4 s2. | s1 | \bar "|." +} + +bassMelodieKyrie = \relative c { + c8. c16 c8 s8 s2 | h8. h16 h8 s8 s2 | b8. b16 b8 s8 s2 | + as4. as'8 g4. g8 | fis4. fis8 g4 s | s1*15 | + c,8. c16 c8 s4 c16. c32 c8 c | h4 h8 s4 h16. h32 h8 h | b4 b8 s4 b'16. b32 b8 b | + as4. as8 g4 fis8. fis16 | g4. g8 g4. g8 | c,4 s2. | s4 f8. f16 g8 g, g4 | + c s2. | s4 f8. f16 g8 g, g4 | c s2. | s1 | \bar "|." +} +% }}} + +% Gloria % {{{ +globalGloria = { + \time 3/4 + \key c \major + \autoBeamOff +} + +sopranMelodieGloria = \relative c'' { + c4.\f c8 c4 | R2.*3 | c4. c8 c4 | R2.*3 | + e4. e8 e4 | c8. c16 c4 e8 c | d4 g, g'8 g | + g4( e) f | f( dis) e | d8 d d4 d | d r2 | d4\p r2 | + fis\f fis4 | g2~ g8. d16 | d4 r2 | R2.*10 | + c2.\f f2 f4 | e r2 | R2.*9 | + c4\f c c | f2 f4 | e r2 | R2. | + c8. c16 c4 r | e4. e8 e4 | e8. a,16 a4 r | d4. d8 d4 | d g, r | + a( e') d | cis cis r | cis8. cis16 cis4 r | g'4. g8 g4 | fis2. | + d4 r2 | R2.*21 | r2 r8 b | a2 a4 | r2 r8 c | + h2 h4 | r2 r8 d | c2. cis | d | d4 r2 | + R2.*9 | r2 r8 b | a2 a4 | r2 r8 c | + h2 h4 | r2 r8 d | c2. | c | des | c4 r2 | + R2.*30 | + c4. c8 c4 | r e,(\p f) | g( e) a | f'( d) h | + c2\f c4 | r e,(\p f) | g( e) a | f'2 d4 | e4.\f e8 e4 | + c8. c16 c4 e8[( c]) | d4 g, g' | g( e) f | f( dis) e | d d d | + d d r | d8. d16 d4 r8. d16 | fis4 fis fis | g2~ g8. d16 | d4 r2 | + R2.*10 | + c4\f c c | f2~ f8. f16 | e4 r2 | + r2 r8. g,16 | c4 c8 c c c | f2. | e4 r2 | e4( d) c | c h r | + R2.*8 | c2 c4 | R2. | c2 c4 | R2. | c2 c4 | c2 b4 | a a r | + h h r | R2. | c4( d) es | e2.( | + d) | c4 r2 | R2. | + r4 c, e | g e g | c2. | c4 r2 | \bar "|." +} + +altMelodieGloria = \relative e' { + e4.\f e8 e4 | R2.*3 | e4. e8 e4 | R2.*3 | + g4. g8 g4 | g8. g16 g4 r | g8. g16 g4 h8 g | + c2. c | a8 a a4 g | fis r2 | fis4\p r2 | + c'\f c4 | h2~ h8. g16 | g4 r2 | R2.*10 | + e2.\f | f2 g4 | g r2 | R2.*9 | + e4\f e e | f2 g4 | g r2 | R2. | + g8. g16 g4 r | h4. h8 h4 | a8. e16 e4 r | a4. a8 a4 | g d r | + e( g) g | g g r | g8. g16 g4 r | a4. a8 a4 | a2. | + fis4 r2 | R2.*21 | r2 r8 d | es2 es4 | r2 r8 es | + f2 f4 | r2 r8 f | g2. | g | fis4( g b) | a r2 | + R2.*9 | r2 r8 d, | es2 es4 | r2 r8 es | + f2 f4 | r2 r8 f | g2. | g | g | g4 r2 | + R2.*30 | e4. e8 e4 | r c(\p d) | e( c) f | a( f) d | + e2\f e4 | r c(\p d) | e( c) f | a2 g4 | g4.\f g8 g4 | + g8. g16 g4 r | g8. g16 g4 h8[( g]) | c2. | c | a4 a a | + fis fis r | fis8. fis16 fis4 r8. a 16 | c4 c c | h2~ h8. g16 | g4 r2 | + R2.*10 | e4\f e e | f2( g8.) g16 | g4 r2 | + r2 r8. g16 | e4 e8 e e e | f2( g4) | g r2 | g g4 | g g r | + R2.*9 | e4( f a) | g r2 | + e4( f a) | g r2 | g4( f) e | f f r | + g g r | R2. | a4( h) c | g2.~ | + g | g4 r2 | R2. | + r4 c, e | g e g | g2. | g4 r2 | \bar "|." +} + +tenorMelodieGloria = \relative g { + g4.\f g8 g4 | R2.*3 | g4. g8 g4 | R2.*3 | + c4. c8 c4 | e8. e16 e4 r | d8. d16 d4 d8 d | + c2. | c | c8 c c4 c | c r2 | c4\p r2 | + d\f d4 d2~ d8. h16 | h4 r2 | R2.*10 | g2.\f | a2 h4 | c r2 | R2.*9 | + g4 g g | a2 h4 | c r2 | R2. | + e8. e16 e4 r | d4. d8 d4 | c8. c16 c4 r | c4. c8 c4 | h h r | + r a a | a a r | a8. a16 a4 r | cis4. cis8 cis4 | d2. | + a4 r2 | R2.*21 | r2 r8 g | g2 g4 | r2 r8 g | + g2 g4 | r2 r8 g | g2. g | a4( b g) | fis r2 | + R2.*9 | r2 r8 g | g2 g4 | r2 r8 g | + g2 g4 | r2 r8 g | g2. | g | b | b4 r2 | + R2.*30 | g4. g8 g4 | R2.*3 | + g2\f g4 | R2.*3 | c4.\f c8 c4 | + e8. e16 e4 r | d8. d16 d4 d | c2. | c | c4 c c | + c c r | c8. c16 c4 r8. c16 | d4 d d | d2~ d8. h16 | h4 r2 | + R2.*10 | g4\f g g | a2( h8.) h16 | c4 r2 | + r2 r8. g16 | g4 g8 g g g | a2( h4) | c r2 | c4( f) e | e d r | + R2.*8 | c2 c4 | R2. | c2 c4 | R2. | c2 c4 | c2 c4 | c c r | + d d r | R2. | c4( h) a | c2.( | + h) | c4 c, e | g e g | c2. | c | e | e4 r2 | \bar "|." +} + +bassMelodieGloria = \relative c { + c4.\f c8 c4 | R2.*3 | c4. c8 c4 | R2.*3 | + c4. c8 c4 | c'8. c16 c4 r | h8. h16 h4 h8 h | + a2 a4 | g2 g4 | f8 f f4 g | a r2 | a4\p r2 | + a2\f a4 | g2~ g8. g16 | g4 r2 | R2.*10 | + c,2.\f | c2 c4 | c r2 | R2.*9 | + c4\f c c | c2 c4 | c r2 | R2. | + c'8. c16 c4 r | gis4. gis8 gis4 | a8. a16 a4 r | fis4. fis8 fis4 | g4 g r | + c,2 d4 | e e r | e8. e16 e4 r | e4. e8 e4 | d2. | + d4 r2 | R2.*21 | r2 r8 b | c2 c4 | r2 r8 c | + d2 d4 | r2 r8 d | es2. | es | d | d4 r2 | + R2.*9 | r2 r8 b | c2 c4 | r2 r8 c | + d2 d4 | r2 r8 d | es2. es | e | e4 r2 | + R2.*30 | c4. c8 c4 | R2.*3 | c2\f c4 | R2.*3 c4. c8 c4 | + c'8. c16 c4 r | h8. h16 h4 h | a2 a4 | g2 g4 | f f f | + a a r | a8. a16 a4 r8. a16 | a4 a a | g2~ g8. g16 | g4 r2 | + R2.*10 | c,4\f c c | c2~ c8. c16 | c4 r2 | + r2 r8. g'16 | c,4 c8 c c c | c2. | c4 r2 | c'4( g) c | g g r | + R2.*8 | c,4 c' h | b a f | e c' h | + b a f | e c' h | b a g | f f r | + f f r | R2. | f2 fis4 | g2.~ | + g | c,4 c e | g e g | + c2.~ | c~ | c | c4 r2 | \bar "|." +} + +% }}} + +% Credo % {{{ +globalCredo = { + \time 4/4 + \key c \major + \autoBeamOff +} + +sopranMelodieCredo = \relative c'' { + R1*4^\markup { \italic "Allegro molto" } | c4\f-> c8. c16 c4 c | c-> c8. c16 c4 c | + c-> c c-> c8 c | c4 c c( f) | e8 c e4.( d8[ c h] | + a4) e' d8[( c]) h a | g4 d' r c8 c | c4 c8 c c4 c8 c | + c4. c8 c4 c8 c | h4 c h( a8.) a16 | g4 r2. | R1*2 | + e'4-> e e e | e8.-> e16 d4 d-> d | d-> c c8.-> c16 c4 | c(-> h2) a4 | gis a8[( h]) c4. c8 | + h4 r2. | R1*12 | c4~-> c8. c16 c4 c | c2-> c4 c | + c-> c c4. c8 | c4. c8 c c f4 | e e8 e d8. d16 d4 | + c4. c8 b4 b8 b | a8. a16 a4 g8. g16 g4 | f8[( g a h c d]) e[( fis]) | + g r2.. | R1*5 | + r4. e8 g[( f e d]) | c4. e16[( c]) f8[( e d c]) | h4. d16[( h]) e2~ | + e4 f8[( e]) d2~ | d4 e8[( d]) c2~ | c4 d8[( e]) f4 f8 f | + e4 e8 e d2 | c4 r2. | R1*7^\markup"Adagio" | + r8 b4 b8 ces2 | b8 b16 b b8 b b2 | + a8 c c16. c32 c16 es es2 | h4 r c8\p g r4 | + d'8 g, r4 es' es | es\< es es(\! d8.) c16 | + c8 r as\p r g r g r | c,4^\markup { \italic "Primo tempo" } r4. c'8\f c c | c4 c c8. c16 c4 | + c c8 c c4 c8 c | c4 c8 c c4( f) | e r2. | R1*57 | r4. e8[( g f e d]) | + c4. e16[( c]) f8[( e d c]) | h4. d16[( h]) e2~ | e4 f8[( e]) d2~ | + d4 e8[( d]) c2~ | c4 d8[( e]) f4. f8 | + e4 d c( h) | c r2. | f4 e d2 | + e4 r2. | f4 e d2 | c4 r2. | + R1 | e2~( e8[ f]) e f | g4 f e( d) | + c r2 d4 | e r2 d4 | c r2. | \bar "|." +} + +altMelodieCredo = \relative c' { + R1*4 | c4\f-> c8. c16 c4 c | c-> c8. c16 c4 c | + c-> c e8[(-> f]) g a | b4 a g8[( e a g]) | g4 r8 g c[( h]) a[( gis]) | + a2 h8[( a]) g[( fis]) | g4 d r2 | r4 c'8 h a[( c]) a g | + fis4. fis8 fis4 fis8 fis | g4 a g( fis8.) fis16 | g4 r2. | R1*2 | + gis4-> gis gis gis | + a8.-> a16 a4 a-> a | g-> g g8.-> g16 g4 | f-> f e e | d( e2) fis4 | + h, r2. | R1*12 | c4~-> c8. c16 c4 c | c2-> c4 c | + c-> c e8 f g a | b4 a g8[( e a g]) | g4 g8 g a8. a16 e4 | + e4. e8 f4 c8 c | c8. c16 c4 d8. d16 a4 | a8( c4 f8 e g4) c8 | + h r2.. | R1*5 | + r4 r2 r8 g | a[( g f e]) d4. f16[( d]) | g8[( f e d]) c4 r | + r8 c8 a'2 h8[( a]) | g2. a8[( g]) | f4. c'8 h4 g | + g a8 a a4( g) | g r2. | R1*7 | r8 g4 g8 as2 | g8 g16 g g8 g f2 | + es8 a a16. a32 a16 a g2 | f4 r g8\p es r4 | + g8 f r4 es g | as8(\< g4) fis8\! g4( f8.) f16 | + es8 r d\p r e r d r | c4 r4. c8\f c c | c4 c c8. c16 c4 | + c c8 c e[( f]) g a | b4 a8 a g[( e a g]) | g4 r2. | + R1*57 | r4 r2 r8 g | a[( g f e]) d4. f16[( d]) | g8[( f e d]) c4 r | r8 c a'2 h8[( a]) | + g2. a8[( g]) | f4. c'8 h4 g | + g a g2 | g4 r2. | g4 g a( g) | + g r2. | g4 g a( g) | g r2. | + R1 | g2~( g8[ a]) b a | g4 a g2 | + g4 r2 g4 | g r2 g4 | g r2. | \bar "|." +} + +tenorMelodieCredo = \relative c' { + R1*4 | c4\f-> c8. c16 c4 c | c-> c8. c16 c4 c | + c-> c c-> b8 a | g4 f g8( c4 h8) | c4 r4. f8 e4 | + e a, r8 e' d d | d4 g, r e'8 d | c[( e]) a, h c4 fis,8 g | + a4. a8 a4 d8 d | d4 e d4. d8 | d4 r2. | R1*2 | + e4-> e e e | f8.-> f16 f4 f f | e-> e e8.-> e16 e4 | d-> d c c | h( c8[ gis] a4.) a8 | + gis4 r2. | R1*12 | c4~-> c8. c16 c4 c | c2-> c4 c | + c-> c g8 a b a | g4 f g8( c4 h8) | c4 r c h~ | + h a4. a8 g4~ | g f2 e4 | f8[( g a h c d]) e[( c]) | + d r2.. | R1*7 | r2.. c8 | f[( e d c]) h4. d16[( h]) | e8[( d c h]) a2~ | a4 h8[( c]) d4 d8 d | + c4 c8 c c4( h) | c r2. | R1*7 | + r8 es4 es8 es2 | des8 des16 des des8 des8 des2 | + c8 es es16. es32 es16 c16 c2 | d4 r g,8\p c r4 | + g8 d' r4 g, des' | c\< c c4.\! h8 | + c r c\p r c r h r | c4 r4. c8\f c c | c4 c c8. c16 c4 | + c4 c8 c c4 b8 a | g4 f8 f g( c4 h8) | c4 r2. | R1*59 | r2.. c8( | f[ e d c]) h4. d16[( h]) | + e8[( d c h]) a2~( | a4 h8[ c] d4.) d8 | + c4.( d8 e4 d) | c r2. | d4 c c( h) | + c r2. | d4 c c( h) | c r2. | + R1 | c2. c8 c | c4 c c( h) | + c r2 h4 | c r2 h4 | c r2. | \bar "|." +} + +bassMelodieCredo = \relative c { + R1*4 | c4\f-> c8. c16 c4 c | c-> c8. c16 c4 c | + c-> c b'8[(-> a]) g f | e4 f e8[( c d g]) | c,4 r c8[( d e d]) | + c4. c8 h8[( c]) d c | h4 h r c'8 h | a[( c]) a g fis[( a]) fis e | + d4. d8 d4 d8 d | g4 c, d4. d8 | g,4 r2. | R1*2 | + e'4-> e e e | e8.-> e16 e4 e-> e | e-> e e8.-> e16 e4 | e2-> e | e4. e8 e4( dis8.) dis16 | + e4 r2. | R1*12 | + c4~-> c8. c16 c4 c | c2-> c4 c | + c-> c b'8 a g f | e4 f e8[( c d g]) | c,4 c'8 c fis,8. fis16 gis4 | + r c,8 c d8. d16 e4 | r a,8 a h8. h16 cis4 | d8[( e f g a h]) c[( a]) | + h r2.. | R1*7 | r4. g8 c[( h a g]) | + f4. a16[( f]) h8[( a g f]) | e4. g16[( e]) a8[( g f e]) | d[( c h a]) g4 g' | + c a8 a f4( g) | c, r2. | R1*7 | + r8 es4 es8 es2 | e8 e16 e e8 e f2 | + fis8 fis fis16. fis32 fis16 fis g2 | as4 r es8\p es r4 | + h8 h r4 c b | as\< as' g~\! g8. g16 | + c,8 r f\p r g r g, r | c4 r4. c8\f c c | c4 c c8. c16 c4 | + c c8 c b'[( a]) g f | e4 f8 f e[( c d g]) | c,4 r2. | R1*59 | r4. g'8[( c h a g]) | f4. a16[( f]) h8[( a g f]) | + e4. g16[( e]) a8[( g f e]) | d[( c h a]) g4 g' | + c f, g2 | c,4 r2. | h'4 c f,( g) | + c, r2. | h'4 c f,( g) | c, r2. | + R1 | b'2~( b8[ a]) g f | e4 f g2 | + c,4 r2 g'4 | c r2 g4 | c, r2. | \bar "|." +} + +% }}} + +% Sanctus % {{{ +globalSanctus = { + \time 3/4 + \key c \major + \autoBeamOff +} + +sopranMelodieSanctus = \relative d'' { + R2.*14^\markup { \italic "Andante maestoso" } | \bar "||" R2.^\markup { \italic "Allegro assai" } | r2 r8 d | g2 fis4 | f( e) c | + c h r | r2 r8 d | g2 fis4 | f( e) c | g'2.~ | g4 f e | + f2.~ | f4 e dis | e d e | f( fis) g | d2 e4 | d( c h) | c r2 | + r r8 e | d4. d8 d d | d2 g4 | f8 f e4( d) | c r2 | + r r8 e | d4. d8 d d | d2 g4 | f8 f e4( d) | c r2 | + g'8 g e4( d) | c r2 | g'8 g e4( d) | c r2 | R2. | \bar "|." +} + +altMelodieSanctus = \relative g' { + R2.*14 | \bar "||" R2. | r2 r8 g | g2 a4 | h( c) g | + g g r | r2 r8 g | g2 a4 | h( c) g | g2 b4 | a2.~ | + a4 d, as' | g2.~ | g4 g g | a( c) h | c( h8.[ a16]) g4 | a( g2) | g4 r2 | + r r8 g | g4. g8 g g | g2 g4 | a8 a g2 | g4 r2 | + r r8 g | g4. g8 g g | g2 g4 | a8 a g2 | g4 r2 | + g8 g g2 | g4 r2 | g8 g g2 | g4 r2 | R2. | \bar "|." +} + +tenorMelodieSanctus = \relative h { + R2.*14 | \bar "||" R2. | r2 r8 h | h2 c4 | d( c) e | + e d r | r2 r8 h | h2 c4 | d( c) e | d2. | e4 cis a~ | + a2 d4~ | d h g | c h c | c2 d4 | a( h) c | c8.[( d16] e4 d) | c4 r2 | + r r8 c | h4. h8 h h | h2 c4 | a8 a c4( h) | c r2 | + r r8 c | h4. h8 h h | h2 c4 | a8 a c4( h) | c r2 | + e8 e c4( h) | c r2 | e8 e c4( h) | c r2 | R2. | \bar "|." +} + +bassMelodieSanctus = \relative g { + R2.*14 | \bar "||" R2. | r2 r8 g | g2 g4 | g2 g4 | + g g r | r2 r8 g | g2 g4 | g2 g4 | g2. | cis, | + d | h | r4 r b' | a( as) g | fis( f) e | f( g2) | c,4 r2 | + r r8 c | f4. f8 f f | f2 e4 | f8 f g2 | c,4 r2 | + r r8 c | f4. f8 f f | f2 e4 | f8 f g2 | c,4 r2 | + c'8 c g2 | c,4 r2 | c'8 c g2 | c,4 r2 | R2. | \bar "|." +} + +% }}} + +% Benedictus % {{{ +globalBenedictus = { + \time 2/4 + \key c \major + \autoBeamOff +} + +pausenBenedictus = \relative c { + R2*59^\markup { \italic "Allegretto" } | \bar "||" \time 3/4 + R2.^\markup { \italic "Allegro assai" } | r2 r8 s | + s2.*2 | s2 r4 | r2 r8 s | s2.*5 | s4 r2 | \bar "||" + R2.*11^\markup { \italic "Allegretto" } | \bar "||" + R2.^\markup { \italic "Allegro assai" } | r2 r8 s | + s2.*3 | s4 r2 | r r8 s | + s2.*3 | s4 r2 | + s2. s4 r2 | s2. | s4 r2 | R2. | \bar "|." +} + +sopranMelodieBenedictus = \relative d'' { + s2*59 | \bar "||" \time 3/4 + s2. | s2 s8 d | g2 fis4 | f( e) c | c h s | s2 s8 d | g2 fis4 | + f( e) c | h( c) e | h( c) e | g2. | g4 s2 | \bar "||" + s2.*11 | \bar "||" + s2. | s2 s8 e | d4. d8 d d | d2 g4 | f8 f e4( d) | c s2 | s s8 e | + d4. d8 d d | d2 g4 | f8 f e4( d) | c s2 | + g'8 g e4( d) | c s2 | g'8 g e4( d) | c s2 | s2. | \bar "|." +} + +altMelodieBenedictus = \relative g' { + s2*59 | \bar "||" \time 3/4 + s2. | s2 s8 g | g2 a4 | h( c) g | g g s | s2 s8 g | g2 a4 | + h( c) g | g2 g4 | g2 g4 | h( c2) | h4 s2 | \bar "||" + s2.*11 | \bar "||" + s2. | s2 s8 g | g4. g8 g g | g2 g4 | a8 a g2 | g4 s2 | s s8 g | + g4. g8 g g | g2 g4 | a8 a g2 | g4 s2 | + g8 g g2 | g4 s2 | g8 g g2 | g4 s2 | s2. | \bar "|." +} + +tenorMelodieBenedictus = \relative h { + s2*59 | \bar "||" \time 3/4 + s2. | s2 s8 h | h2 c4 | d( c) e | e d s | s2 s8 d | d2 e4 | + d( c) e | d( c) c | d( c) c | d( e2) | d4 s2 | \bar "||" + s2.*11 | \bar "||" + s2. | s2 s8 c | h4. h8 h h | h2 c4 | a8 a c4( h) | c s2 | s s8 c | + h4. h8 h h | h2 c4 | a8 a c4( h) | c s2 | + e8 e c4( h) | c s2 | e8 e c4( h) | c s2 | s2. | \bar "|." +} + +bassMelodieBenedictus = \relative g { + s2*59 | \bar "||" \time 3/4 + s2. | s2 s8 g | g2 g4 | g2 g4 | g g s | s2 s8 g | g2 g4 | + g2 g4 | g( e) c | g'( e) c | g'( c2) | g4 s2 | \bar "||" + s2.*11 | \bar "||" + s2. | s2 s8 c, | f4. f8 f f | f2 e4 | f8 f g2 | c,4 s2 | s s8 c | + f4. f8 f f | f2 e4 | f8 f g2 | c,4 s2 | + c'8 c g2 | c,4 s2 | c'8 c g2 | c,4 s2 | s2. | \bar "|." +} +% }}} + +% AgnusDei % {{{ +globalAgnusDei = { + \time 3/4 + \key c \major + \autoBeamOff +} + +sopranMelodieAgnusDei = \relative e'' { + R2.*56^\markup { \italic "Andante sostenuto" } | \bar "||" \time 4/4 + R1*14^\markup { \italic "Andante con moto" } | e4. f16[ d] c8[( g c]) d | + e4.( f16[ d]) c4 e8 f | d e c d c16[( h a g] c8) f | f4( e) d r | + e4. f16[( d]) c8[( g c]) d | e4.( f16[ d]) c4 e8 f | d e c d g,[( a16 h c d e f] | + g8) e d4 c r | R1*4 | e4( d8.[ e16]) f4 r | f4( e8.[ f16]) g4 r | + g f8.[( e16]) d8.[( c16]) d8.[( e16]) | f4( d) c r | R1*4 | e4( d8.[ e16]) f4 r | + f( e8.[ f16]) g4 r | g f8.[( e16]) d8.[( c16]) d8.[( e16]) | f4( d) c8 e[( d]) e | + f( c4) f8 e4( d8.[ e16]) | f4 r4. c4 c8 | c8.[( h16] c8) f e4( d) | c r2. | + R1 | r2 r8 e[( d]) e | f8.[( e16] f8) f e4( d8.[ e16]) | f4 r4. c4 c8 | + c8.[( h16] c8) f e4( d) | c d8. d16 e8 e g4 | e d8. d16 e8 e g4 | e r2. | \bar "|." +} + +altMelodieAgnusDei = \relative g' { + R2.*56 | \bar "||" \time 4/4 + R1*14 | r4 g4. g8 g4~ | g8 g g4. g8 g f | f e e d d4( e8) g | g2 g4 r | + r g4. g8 g4~ | g8 g g4. g8 g f | f e e d d4( g8) f | + e g g4 g r | R1*4 | g2 f4 r | a( g) g r | + g c8.[( h16]) a8.[( g16]) g4 | a( g) g r | R1*4 | g2 f4 r | + a( g) g r | g c8.[( h16]) a8.[( g16]) g4 | a( g) g8 c4 c8 | + c4. f,8 g2 | f4 r4. e8[( f]) g | a8.[( g16] a8) f g2 | g4 r2. | + R1 | r2 r8 c4 c8 | c4. f8 g2 | f4 r4. e8[( f]) g | + a8.[( g16] f8) a g2 | g4 g8. g16 g8 g g4 | g g8. g16 g8 g g4 | g r2. | \bar "|." +} + +tenorMelodieAgnusDei = \relative e' { + R2.*56 | \bar "||" \time 4/4 + R1*14 | r2 e4.\f f16[( d]) | c8[( g c]) d e4. c8 | d h c a g[( a16 h] c8) d | d4( c) h r | + r2 e4. f16[( d]) | c8[( g c]) d e4. c8 | d h c a h[( a] g4~ | + g8) c c[( h]) c4 r | R1*4 | c4( h8.[ c16]) a4 r | a( c8. d16]) e4 r | + e( c2) f8.[( e16]) | d4( h) c r | R1*4 | c4( h8.[ c16]) a4 r | + a( c8.[ d16]) e4 r | e( c2) f8.[( e16]) | d4( h) c8 c4 c8 | + c4. c8 c4( h) | c r4. c4 e8 | f4. c8 c4( h) | c r2. | + R1 | r2 r8 c4 c8 | c4. c8 c4( h) | c4 r4. c4 e8 | + f( c4) a8 c4( h) | c f8. f16 e8 c h4 | c f8. f16 e8 c h4 | c r2. | \bar "|." +} + +bassMelodieAgnusDei = \relative c' { + R2.*56 | \bar "||" \time 4/4 + R1*14 | c4 g e8 c r4 | c' g e8 c c' a | h g a fis a[( f e]) h | c8.[( d16] e8.[ f16]) g4 r | + c g e8 c r4 | c' g e8 c c' a | h g a fis g[( f e d] | + c) e g4 c, r | R1*4 | c4( f8.[ e16]) d4 r | d( g8.[ f16]) e4 r | + c' a8.[( g16]) f8.[( e16]) d8.[( c16]) | f4( g) c, r | R1*4 | c4( f8.[ e16]) d4 r | + d( g8.[ f16]) e4 r | c' a8.[( g16]) f8.[( e16]) d8.[( c16]) | f4( g) c,8 c'([ h]) b | + a8.[( g16] f8) a g2 | a4 r4. b8[( a]) g | f4. a8 g2 | c,4 r2. | + R1 | r2 r8 c'8[( h]) b | a8.[( g16] f8) a g2 | a4 r4. b8[( a]) g | + f8.[( g16] a8) f g2 | c,4 g'8. g16 c8 c g4 | c,4 g'8. g16 c8 c g4 | c, r2. | \bar "|." +} + +% }}} diff --git a/Kroenungsmesse/texte.ly b/Kroenungsmesse/texte.ly new file mode 100644 index 0000000..a66b99b --- /dev/null +++ b/Kroenungsmesse/texte.ly @@ -0,0 +1,235 @@ + +% Kyrie % {{{ +textKyrie = \lyricmode { + \repeat unfold 3 { Ky -- ri -- e, } + Ky -- ri -- e e -- le -- i -- son. + Ky -- ri -- e, \repeat unfold 2 { Ky -- ri -- e e -- lei -- son. } + \repeat unfold 2 { Ky -- ri -- e e -- le -- i -- son. } + \repeat unfold 2 { Ky -- ri -- e e -- lei -- son. } +} +% }}} + +% Gloria % {{{ +sopranTextGloria = \lyricmode { + Glo -- ri -- a, glo -- ri -- a, glo -- ri -- a, + glo -- ri -- a in ex -- cel -- sis, in ex -- cel -- sis De -- o. + Et in ter -- ra pax, pax, pax ho -- mi -- ni -- bus. + Lau -- da -- mus -- te. + Glo -- ri -- fi -- ca -- mus -- te. + Gra -- ti -- as, gra -- ti -- as a -- gi -- mus, a -- gi -- mus ti -- bi + prop -- ter mag -- nam glo -- ri -- am, glo -- ri -- am tu -- am. + Qui -- to -- lis, qui -- to -- lis pe -- ca -- ta mun -- di. + Qui -- to -- lis, qui -- to -- lis pe -- ca -- ta mun -- di, + Quo -- ni -- am tu so -- lus, so -- lus San -- ctus, + tu so -- lus, so -- lus Do -- mi -- nus, + quo -- ni -- am tu so -- lus, tu so -- lus San -- ctus, tu so -- lus San -- ctus, + Do -- mi -- nus, tu so -- lus Al -- ti -- si -- mus, + Cum San -- cto Spi -- ri -- tu, + in glo -- ri -- a De -- i Pa -- tris. A -- men, \repeat unfold 9 { a -- men, } + a -- _ _ _ _ _ men. +} + +altTextGloria = \lyricmode { + Glo -- ri -- a, glo -- ri -- a, glo -- ri -- a, glo -- ri -- a, + glo -- ri -- a in ex -- cel -- sis. + Et in ter -- ra pax, pax, pax ho -- mi -- ni -- bus. + Lau -- da -- mus -- te. + Glo -- ri -- fi -- ca -- mus -- te. + Gra -- ti -- as, gra -- ti -- as a -- gi -- mus, a -- gi -- mus ti -- bi + prop -- ter mag -- nam glo -- ri -- am, glo -- ri -- am tu -- am. + Qui -- to -- lis, qui -- to -- lis pe -- ca -- ta mun -- di. + Qui -- to -- lis, qui -- to -- lis pe -- ca -- ta mun -- di, + Quo -- ni -- am tu so -- lus, so -- lus San -- ctus, + tu so -- lus, so -- lus Do -- mi -- nus, + quo -- ni -- am, quo -- ni -- am tu so -- lus, tu so -- lus San -- ctus, + Do -- mi -- nus, tu so -- lus Al -- ti -- si -- mus, + Cum San -- cto Spi -- ri -- tu, + in glo -- ri -- a De -- i Pa -- tris. A -- men, \repeat unfold 8 { a -- men, } + a -- _ _ _ _ _ men. +} + +tenorTextGloria = \lyricmode { + Glo -- ri -- a, glo -- ri -- a, glo -- ri -- a, glo -- ri -- a, + glo -- ri -- a in ex -- cel -- sis. + Et in ter -- ra pax, pax, pax ho -- mi -- ni -- bus. + Lau -- da -- mus -- te. + Glo -- ri -- fi -- ca -- mus -- te. + Gra -- ti -- as, gra -- ti -- as a -- gi -- mus, a -- gi -- mus ti -- bi + prop -- ter mag -- nam glo -- ri -- am, glo -- ri -- am tu -- am. + Qui -- to -- lis, qui -- to -- lis pe -- ca -- ta mun -- di. + Qui -- to -- lis, qui -- to -- lis pe -- ca -- ta mun -- di, + Quo -- ni -- am San -- ctus, Do -- mi -- nus, + quo -- ni -- am, quo -- ni -- am tu so -- lus, tu so -- lus San -- ctus, + Do -- mi -- nus, tu so -- lus Al -- ti -- si -- mus, + Cum San -- cto Spi -- ri -- tu, + in glo -- ri -- a De -- i Pa -- tris. A -- men, \repeat unfold 9 { a -- men, } + a -- _ _ _ _ _ men, a -- men. +} + +bassTextGloria = \lyricmode { + Glo -- ri -- a, glo -- ri -- a, glo -- ri -- a, glo -- ri -- a, + glo -- ri -- a in ex -- cel -- sis De -- o. + Et in ter -- ra pax, pax, pax ho -- mi -- ni -- bus. + Lau -- da -- mus -- te. + Glo -- ri -- fi -- ca -- mus -- te. + Gra -- ti -- as, gra -- ti -- as a -- gi -- mus, a -- gi -- mus ti -- bi + prop -- ter mag -- nam glo -- ri -- am, glo -- ri -- am tu -- am. + Qui -- to -- lis, qui -- to -- lis pe -- ca -- ta mun -- di. + Qui -- to -- lis, qui -- to -- lis pe -- ca -- ta mun -- di, + Quo -- ni -- am San -- ctus, Do -- mi -- nus, + quo -- ni -- am, quo -- ni -- am tu so -- lus San -- ctus, tu so -- lus San -- ctus, + Do -- mi -- nus, tu so -- lus Al -- ti -- si -- mus, + Cum San -- cto Spi -- ri -- tu, + in glo -- ri -- a De -- i Pa -- tris. A -- men, a -- men, + \repeat unfold 3 { a -- _ _ _ _ men, } + \repeat unfold 4 { a -- men, } + a -- _ _ _ _ _ men. +} + +% }}} + +% Credo % {{{ +sopranTextCredo = \lyricmode { + Cre -- do in u -- num De -- um in u -- num De -- um, Pa -- trem om -- ni -- po -- ten -- tem, + fa -- cto -- rem coe -- li et ter -- rae, vi -- si -- bi -- li -- um om -- ni -- um, + om -- ni -- um, et in -- vi -- si -- bi -- li -- um. + Et in u -- num Do -- mi -- num Je -- sum Chris -- tum, Fi -- li -- um De -- i u -- ni -- ge -- ni -- tum. + Ge -- ni -- tum, non fa -- ctum, non fa -- ctum, con -- sub -- stan -- ti -- a -- lem Pa -- tri: per quem o -- mni -- a + fa -- cta sunt, per quem o -- mni -- a, o -- mni -- a fa -- cta sunt. + de -- scen -- _ _ _ _ _ _ _ _ _ _ _ _ dit, de -- scen -- dit de -- coe -- lis. + Cru -- ci -- fi -- xus et -- i -- am pro no -- bis: + sub Pon -- ti -- o Pi -- la -- to pas -- sus pas -- sus, + pas -- sus et se -- pul -- tus est, se -- pul -- tus est. + Et re -- su -- re -- xit ter -- ti -- a di -- e, se -- cun -- dum, se -- cun -- dum Scri -- ptu -- ras. + a -- _ _ _ _ _ _ men, a -- men, a -- _ _ men, \repeat unfold 5 { a -- men, } a -- men. + Cre -- do in u -- num De -- um. A -- men, a -- men. +} + +altTextCredo = \lyricmode { + Cre -- do in u -- num De -- um in u -- num De -- um, Pa -- trem om -- ni -- po -- ten -- tem, + fa -- cto -- rem coe -- li et ter -- rae, vi -- si -- bi -- li -- um om -- ni -- um, + et in -- vi -- si -- bi -- li -- um. + Et in u -- num Do -- mi -- num Je -- sum Chris -- tum, Fi -- li -- um De -- i u -- ni -- ge -- ni -- tum. + Ge -- ni -- tum, non fa -- ctum, non fa -- ctum, con -- sub -- stan -- ti -- a -- lem Pa -- tri: per quem o -- mni -- a + fa -- cta sunt, per quem o -- mni -- a, o -- mni -- a fa -- cta sunt. + de -- scen -- _ _ _ dit, de -- scen -- _ _ _ _ _ dit, de -- scen -- dit de -- coe -- lis. + Cru -- ci -- fi -- xus et -- i -- am pro no -- bis: + sub Pon -- ti -- o Pi -- la -- to pas -- sus pas -- sus, + pas -- sus et se -- pul -- tus est, se -- pul -- tus est. + Et re -- su -- re -- xit ter -- ti -- a di -- e, se -- cun -- dum, se -- cun -- dum Scri -- ptu -- ras. + a -- _ _ _ _ men, a -- _ men, \repeat unfold 8 { a -- men, } a -- men. + Cre -- do in u -- num De -- um. A -- men, a -- men. +} + +tenorTextCredo = \lyricmode { + Cre -- do in u -- num De -- um in u -- num De -- um, Pa -- trem om -- ni -- po -- ten -- tem, + fa -- cto -- _ rem coe -- li et ter -- rae, vi -- si -- bi -- li -- um om -- ni -- um, + om -- ni -- um, et in -- vi -- si -- bi -- li -- um. + Et in u -- num Do -- mi -- num Je -- sum Chris -- tum, Fi -- li -- um De -- i u -- ni -- ge -- ni -- tum. + Ge -- ni -- tum, non fa -- ctum, non fa -- ctum, con -- sub -- stan -- ti -- a -- lem Pa -- tri: per quem o -- mni -- a + fa -- cta, fa -- cta sunt. + de -- scen -- _ _ _ _ _ _ dit, de -- scen -- dit de -- coe -- lis. + Cru -- ci -- fi -- xus et -- i -- am pro no -- bis: + sub Pon -- ti -- o Pi -- la -- to pas -- sus pas -- sus, + pas -- sus et se -- pul -- tus est, se -- pul -- tus est. + Et re -- su -- re -- xit ter -- ti -- a di -- e, se -- cun -- dum, se -- cun -- dum Scri -- ptu -- ras. + a -- _ _ _ _ men, \repeat unfold 4 { a -- men, } a -- men. + Cre -- do in u -- num De -- um. A -- men, a -- men. +} + +bassTextCredo = \lyricmode { + Cre -- do in u -- num De -- um in u -- num De -- um, Pa -- trem om -- ni -- po -- ten -- tem, + fa -- cto -- rem coe -- li et ter -- rae, vi -- si -- bi -- li -- um om -- ni -- um, + om -- ni -- um, et in -- vi -- si -- bi -- li -- um. + Et in u -- num Do -- mi -- num Je -- sum Chris -- tum, Fi -- li -- um De -- i u -- ni -- ge -- ni -- tum. + Ge -- ni -- tum, non fa -- ctum, non fa -- ctum, con -- sub -- stan -- ti -- a -- lem Pa -- tri: per quem o -- mni -- a, + per quem o -- mni -- a, per quem o -- mni -- a fa -- cta sunt. + de -- scen -- _ _ _ _ _ _ _ dit, de -- scen -- dit de -- coe -- lis. + Cru -- ci -- fi -- xus et -- i -- am pro no -- bis: + sub Pon -- ti -- o Pi -- la -- to pas -- sus pas -- sus, + pas -- sus et se -- pul -- tus est, se -- pul -- tus est. + Et re -- su -- re -- xit ter -- ti -- a di -- e, se -- cun -- dum, se -- cun -- dum Scri -- ptu -- ras. + a -- _ _ _ _ _ _ _ _ men, \repeat unfold 5 { a -- men, } a -- men. + Cre -- do in u -- num De -- um. A -- men, a -- men. +} + +% }}} + +% Sanctus % {{{ +sopranTextSanctus = \lyricmode { + O -- san -- na in ex -- cel -- sis, + o -- san -- na in ex -- cel -- _ _ _ _ _ _ sis, + o -- san -- na in ex -- cel -- sis, + o -- san -- na in ex -- cel -- sis, in ex -- cel -- sis, + o -- san -- na in ex -- cel -- sis, in ex -- cel -- sis, in ex -- cel -- sis, in ex -- cel -- sis. +} + +altTextSanctus = \lyricmode { + O -- san -- na in ex -- cel -- sis, + o -- san -- na in ex -- cel -- _ _ _ _ _ sis, + o -- san -- na in ex -- cel -- sis, + o -- san -- na in ex -- cel -- sis, in ex -- cel -- sis, + o -- san -- na in ex -- cel -- sis, in ex -- cel -- sis, in ex -- cel -- sis, in ex -- cel -- sis. +} + +tenorTextSanctus = \lyricmode { + O -- san -- na in ex -- cel -- sis, + o -- san -- na in ex -- cel -- _ _ _ _ _ _ _ sis, + o -- san -- na in ex -- cel -- sis, + o -- san -- na in ex -- cel -- sis, in ex -- cel -- sis, + o -- san -- na in ex -- cel -- sis, in ex -- cel -- sis, in ex -- cel -- sis, in ex -- cel -- sis. +} + +bassTextSanctus = \lyricmode { + O -- san -- na in ex -- cel -- sis, + o -- san -- na in ex -- cel -- _ _ sis, + o -- san -- na in ex -- cel -- sis, + o -- san -- na in ex -- cel -- sis, in ex -- cel -- sis, + o -- san -- na in ex -- cel -- sis, in ex -- cel -- sis, in ex -- cel -- sis, in ex -- cel -- sis. +} + +% }}} + +% Benedictus % {{{ +textBenedictus = \lyricmode { + O -- san -- na in ex -- cel -- sis, + o -- san -- na in ex -- cel -- sis, in ex -- cel -- sis. + O -- san -- na in ex -- cel -- sis, in ex -- cel -- sis, + o -- san -- na \repeat unfold 3 { in ex -- cel -- sis, } in ex -- cel -- sis. +} +% }}} + +% AgnusDei % {{{ +sopranTextAgnusDei = \lyricmode { + do -- na no -- bis pa -- cem, do -- na, do -- na, do -- na no -- bis pa -- cem, + do -- na no -- bis pa -- cem, do -- na, do -- na no -- bis pa -- cem, pa -- cem, + do -- na, do -- na no -- _ _ bis pa -- cem, + do -- na, do -- na, no -- _ _ bis pa -- cem, + \repeat unfold 5 { do -- na no -- bis pa -- cem, } do -- na no -- bis pa -- cem. +} + +altTextAgnusDei = \lyricmode { + do -- na no -- bis pa -- cem, do -- na, do -- na, do -- na no -- bis pa -- cem, + do -- na no -- bis pa -- cem, do -- na, do -- na no -- bis pa -- cem, no -- bis pa -- cem, + do -- na, do -- na no -- _ _ bis pa -- cem, + do -- na, do -- na, no -- _ _ bis pa -- cem, + \repeat unfold 5 { do -- na no -- bis pa -- cem, } do -- na no -- bis pa -- cem. +} + +tenorTextAgnusDei = \lyricmode { + do -- na no -- bis pa -- cem, do -- na, do -- na no -- bis pa -- cem, + do -- na no -- bis pa -- cem, do -- na no -- bis pa -- cem, pa -- cem, + do -- na, do -- na no -- bis pa -- cem, + do -- na, do -- na, no -- bis pa -- cem, + \repeat unfold 5 { do -- na no -- bis pa -- cem, } do -- na no -- bis pa -- cem. +} + +bassTextAgnusDei = \lyricmode { + do -- na no -- bis, no -- bis pa -- cem, do -- na, do -- na, do -- na no -- bis pa -- cem, + do -- na no -- bis, no -- bis pa -- cem, do -- na, do -- na no -- bis pa -- cem, pa -- cem, + do -- na, do -- na no -- _ _ bis pa -- cem, + do -- na, do -- na, no -- _ _ bis pa -- cem, + \repeat unfold 5 { do -- na no -- bis pa -- cem, } do -- na no -- bis pa -- cem. +} + +% }}} |