diff options
author | Erich Eckner <git@eckner.net> | 2014-09-10 17:47:07 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2014-09-10 17:47:07 +0200 |
commit | 49d14358c33b7d0ba7e7c381f91943617c7723ea (patch) | |
tree | fd55f0d3900d53978587d2228553359f86e69bbe /hr/michi/come/stimmen.ly | |
parent | 646f69a657326ca8dd733dfa579a90f89823d677 (diff) | |
download | Musik-49d14358c33b7d0ba7e7c381f91943617c7723ea.tar.xz |
Hauke eingefügt
Diffstat (limited to 'hr/michi/come/stimmen.ly')
-rw-r--r-- | hr/michi/come/stimmen.ly | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/hr/michi/come/stimmen.ly b/hr/michi/come/stimmen.ly new file mode 100644 index 0000000..07fb843 --- /dev/null +++ b/hr/michi/come/stimmen.ly @@ -0,0 +1,77 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + \include "dynArt.ly" + + global = { + %\autoBeamOff + } + +% Die Stimmen + + sopranMelodie = \relative c'' { + << + { \meta } + %\sopranArt + %the actual tune + { + r2 g2 e2 r8 f8 g8[ e8] b'2. c8[ b8] a8[ b8] g2 f4 e1 e4. f8 g8[ c,8] e8[ g8] d'2 e4( d4) d8[ g,8] g2 e4 d1 g4 <bes g>2 ees,4 + <c' g>4 <bes g>8[ <c g>8] \times 2/3 { d4 e4 d4 } + bes4. g8 f4 ees4 f1 f8[ g8] a2 f4 g4 c4 c4 a8[ c8] e4. <c a>8 a4 e4 d1 + r4 c4 d4 e4 g2 ~ g8[ f8] g8[ e8] b'2. c8([ b8)] a8[ b8] g2 f4 <g e>2 r4 c4 + e8[ d8] c4 \times 2/3 { a4 c4 e4 } + <a e>1 r4 r8 c,8 a4 e4 d2 f2 d'1 + } + >> + } + + altMelodie = \relative c'' { + << + { \meta } + %\altArt + %the actual tune + { + r2 g2 <d b>2 r8 f8 g8[ e8] <e b>2. c'8[ b8] e,4 d4 d4 c4 b1 d4. d8 d8[ c8] e8[ g8] <a e>2 <a f>2 <g d>8[ d8] d2 e4 <c a>2( b2) d4 d2 ees4 + ees4 ees8[ ees8] \times 2/3 { <aes f>4 q4 q4 } + <f d>4. g8 f4 ees4 <ees ces>1 d8[ d8] d2 d4 e4 <g e>4 q4 a8[ c8] <c f,>4. e,8 <e c>4 c4 c1 + r4 c4 d4 e4 <e d>2 ~ q8[ f8] g8[ e8] <e c>2. c'8([ b8)] e,4 d4 d4 c4 b2 r4 <g' e>4 + <a e>8 q8 q4 \times 2/3 { a4 c4 e4 } + <c fis,>1 r4 r8 c8 a4 e4 <c a>2 c2 <g' e>1 + } + >> + } + + tenorMelodie = \relative c' { + << + { \meta } + %\tenorArt + %the actual tune + { + \clef "treble_8" + r2 g2 g2 r8 f8 g8[ e8] g2. c8[ b8] c4 b4 bes4 aes4 g1 bes4. bes8 bes8[ c,8] e8[ g8] c2 c2 b8[ b8] b2 e,4 f1 bes4 bes2 ees,4 + c'4 c8[ c8] \times 2/3 { ces4 ces4 ces4 } + bes4. g8 f4 ees4 aes1 bes8[ bes8] bes2 bes4 a4 a4 a4 a8[ c8] c4. c8 a4 <a f>4 q1 + r4 c,4 d4 e4 g2 ~ g8[ f8] g8[ e8] g2. c8([ b8)] c4 b4 bes4 aes4 g2 r4 bes4 + c8[ c8] a4 \times 2/3 { a4 c4 e4 } + <fis c>1 r4 r8 c8 a4 e4 f2 aes2 b1 + } + >> + } + + bassMelodie = \relative c' { + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + r2 g2 c,2 r8 f8 g8[ e8] a,2. c'8[ b8] f4 e4 ees4 des4 c1 c4. c8 c8[ c8] e8[ g8] f2 d2 e8[ e8] e2 e4 g,1 ees'4 ees2 ees4 + aes4 aes8[ aes8] \times 2/3 { aes4 aes4 aes4 } + g4. g8 f4 ees4 des1 c8[ c8] c2 c4 c4 c4 c4 a'8[ c8] d,4. d8 d4 d4 g,1 + r4 c4 d4 e4 c2 ~ c8[ f8] g8[ e8] a,2. c'8[ b8] f4 e4 ees4 des4 c2 r4 c4 + f8[ f8] f4 \times 2/3 { a4 c4 e4 } + d,1 r4 r8 c'8 a4 e4 g,2 des'2 c1 + } + >> + } + |