diff options
Diffstat (limited to 'Deutsche_Messe/stimmen.ly')
-rw-r--r-- | Deutsche_Messe/stimmen.ly | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/Deutsche_Messe/stimmen.ly b/Deutsche_Messe/stimmen.ly index 6393a05..f2fe1dd 100644 --- a/Deutsche_Messe/stimmen.ly +++ b/Deutsche_Messe/stimmen.ly @@ -282,3 +282,80 @@ bassMelodieNoch = \relative g { } % }}} +% Du % {{{ +globalDu = { + \time 3/4 + \key c \major + \autoBeamOff + \partial 8 +} + +pausenDu = { + s8 | + s2.*3 | + s2 r8 s | + s2. | + s2 r8 s | + s2. | + s2 r8 s | + s2. | + s4. s4 \bar "|." +} + +sopranMelodieDu = \relative g' { + g8^\p | + g8. f16 e8 g c c | + c4 h8 d^\f d d | + d4. c8 h a | + g2 s8 g^\p | + g8. f16 e8 g c c | + c4 h s8 c^\p | + c8. a16 a8 c b g | + a2 s8 g^\pp | + g8. e16 e8 g f d | + c4. s4 \bar "|." +} + +altMelodieDu = \relative e' { + e8 | + e8. d16 c8 e e fis | + g4 g8 h h h | + h4. a8 g fis | + g2 s8 e | + e8. d16 c8 e fis fis | + g4 g s8 a | + a8. f16 f8 f g e | + f2 s8 e | + e8. c16 c8 cis d h | + c4. s4 \bar "|." +} + +tenorMelodieDu = \relative g { + g8^\p | + g8. g16 g8 c c d | + e4 d8 h^\f h c | + d4. e8 d c | + h2 s8 g^\p | + g8. g16 g8 c es c | + d4 d s8 f^\p | + f8. c16 c8 c c c | + c2 s8 c^\pp | + c8. g16 g8 b a f | + e4. s4 \bar "|." +} + +bassMelodieDu = \relative c { + c8 | + c8. c16 c8 c a a | + g4 g8 g g a | + h4. c8 d d | + g,2 s8 c | + c8. c16 c8 c a a | + g4 g s8 f | + f8. f16 f8 a c c | + f2 s8 c | + c8. c16 c8 e f, g | + c4. s4 \bar "|." +} +% }}} + |