diff options
author | Erich Eckner <git@eckner.net> | 2018-09-05 08:31:59 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-09-05 08:31:59 +0200 |
commit | 02d30b9a1e0e1e6c9e803ec9fb490731e9f72540 (patch) | |
tree | 9980ac344a948d6b5dce91ebd0e038d63ea1882f /Missa_brevis_in_C | |
parent | 4fba95b4e838d697a54a6da7f0111d1ab88db83f (diff) | |
download | Musik-02d30b9a1e0e1e6c9e803ec9fb490731e9f72540.tar.xz |
Missa_brevis_in_C: Korrekturen
Diffstat (limited to 'Missa_brevis_in_C')
-rw-r--r-- | Missa_brevis_in_C/parts/agnus_dei.ly | 2 | ||||
-rw-r--r-- | Missa_brevis_in_C/parts/stimmen_agnus_dei.ly | 23 | ||||
-rw-r--r-- | Missa_brevis_in_C/parts/texte_agnus_dei.ly | 21 | ||||
-rw-r--r-- | Missa_brevis_in_C/parts/texte_kyrie.ly | 2 |
4 files changed, 16 insertions, 32 deletions
diff --git a/Missa_brevis_in_C/parts/agnus_dei.ly b/Missa_brevis_in_C/parts/agnus_dei.ly index 0ceeabd..10efaa7 100644 --- a/Missa_brevis_in_C/parts/agnus_dei.ly +++ b/Missa_brevis_in_C/parts/agnus_dei.ly @@ -8,7 +8,7 @@ \new Voice = sopran { \voiceOne \globalAgnusDei << \melodieSopranAgnusDei \artikulationAgnusDei >> } \new Voice = alt { \voiceTwo \globalAgnusDei \melodieAltAgnusDei } >> - \new Lyrics \lyricsto alt { \textFrauenAgnusDei } + \new Lyrics \lyricsto sopran { \textFrauenAgnusDei } \new Staff << \new Voice = maenner { \oneVoice \clef "bass" \globalAgnusDei \pausenMaennerAgnusDei } \new Voice = tenor { \voiceOne \clef "bass" \globalAgnusDei \melodieTenorAgnusDei } diff --git a/Missa_brevis_in_C/parts/stimmen_agnus_dei.ly b/Missa_brevis_in_C/parts/stimmen_agnus_dei.ly index bacf3e9..66e9263 100644 --- a/Missa_brevis_in_C/parts/stimmen_agnus_dei.ly +++ b/Missa_brevis_in_C/parts/stimmen_agnus_dei.ly @@ -175,12 +175,12 @@ d2 d | d d | } - d4( e) f( g) | - c,( d) e( f) | - h,( c) d( e) | - a,( h) c( d) | - g,( a) h( c) | - g( a) h c | + d d | + d d | + d d | + d d | + g, g | + g g4 g | a a8 a g4 f | g2 g4 s | s1 | @@ -193,7 +193,7 @@ g( a) h( c) | g2 g | g( f) | - e2. s4 | + e2. r4 | h'2 d | c e | h( d) | @@ -226,9 +226,8 @@ c c4 c | c c8 c c4 c | c2 c4 s | - s2 \new CueVoice { \voiceFour - c4 c | + r2 c4 c | f2 f4 s | r2 d4 d | g2 g | @@ -238,9 +237,9 @@ g g | g g | c, c | - c c | - c c | - c c4 s | + c c4 c | + c c8 c c4 c | + c2 c4 s | s1 | \new CueVoice { \voiceFour f2 f4 s | diff --git a/Missa_brevis_in_C/parts/texte_agnus_dei.ly b/Missa_brevis_in_C/parts/texte_agnus_dei.ly index d1d7b07..a7bd91f 100644 --- a/Missa_brevis_in_C/parts/texte_agnus_dei.ly +++ b/Missa_brevis_in_C/parts/texte_agnus_dei.ly @@ -2,31 +2,16 @@ % Abkürzungen - textAlleI = \lyricmode { + textFrauenAgnusDei = \lyricmode { A -- gnus De -- i, qui to -- lis pe -- ca -- ta mun -- di: A -- gnus De -- i, A -- gnus De -- i, A -- gnus De -- i, - } - - textAlleII = \lyricmode { + qui to -- lis pe -- ca -- ta mun -- di: do -- na no -- bis pa -- cem, - } - - textAlleIII = \lyricmode { do -- na no -- bis pa -- cem, do -- na no -- bis pa -- cem. } - textFrauenAgnusDei = \lyricmode { - \textAlleI - qui to -- lis pe -- ca -- ta mun -- di: - \textAlleII - \textAlleIII - } - textBassAgnusDei = \lyricmode { - \textAlleI - A -- gnus De -- i: - \textAlleII + \repeat unfold 38 { \skip 1 } do -- na, - \textAlleIII } diff --git a/Missa_brevis_in_C/parts/texte_kyrie.ly b/Missa_brevis_in_C/parts/texte_kyrie.ly index 96421f8..8543613 100644 --- a/Missa_brevis_in_C/parts/texte_kyrie.ly +++ b/Missa_brevis_in_C/parts/texte_kyrie.ly @@ -31,7 +31,7 @@ } textBassKyrie = \lyricmode { - \Ke + \repeat unfold 7 { \skip 1 } Ky -- ri -- e \repeat unfold 4 { e -- le -- i -- son, } \KKe } |