summaryrefslogtreecommitdiff
path: root/Schmueckt_das_Fest_mit_Maien
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-06-07 20:30:04 +0200
committerErich Eckner <git@eckner.net>2019-06-07 20:30:04 +0200
commit139b04ed487e84d9ad6f144692698083a4537bd2 (patch)
tree41ab946964f44f63f3b066eef7385b0916978ef7 /Schmueckt_das_Fest_mit_Maien
parent55ca562d614e172eb9a23837f336ef8935970e7d (diff)
downloadMusik-139b04ed487e84d9ad6f144692698083a4537bd2.tar.xz
Schmueckt_das_Fest_mit_Maien: Tonart- und Melodiekorrektur
Diffstat (limited to 'Schmueckt_das_Fest_mit_Maien')
-rw-r--r--Schmueckt_das_Fest_mit_Maien/stimmen.ly38
1 files changed, 19 insertions, 19 deletions
diff --git a/Schmueckt_das_Fest_mit_Maien/stimmen.ly b/Schmueckt_das_Fest_mit_Maien/stimmen.ly
index 4eacc62..5b1caa5 100644
--- a/Schmueckt_das_Fest_mit_Maien/stimmen.ly
+++ b/Schmueckt_das_Fest_mit_Maien/stimmen.ly
@@ -1,26 +1,26 @@
global = {
\time 2/2
- \key c \major
+ \key d \major
\autoBeamOff
}
melodie = \relative c' {
- c4. d8 e4 c |
- g'2 e |
- a4 a g g |
- f2 e2 |
- d4 e f8[ e] d4 |
- c1 |
- c4. d8 e4 c |
- g'2 e |
- a4 a g c |
- g( f) e2 |
- d4 e f8[ e] d4 |
- c1 |
- e4 e d e |
- f e d2 |
- g4 g a h | \time 3/2
- c h a2 g | \time 2/2
- e4 e f e |
- d2 c | \bar "|."
+ d4. e8 fis4 d |
+ a'2 fis |
+ h4 h a a |
+ g2 fis2 |
+ e4 fis g8[ fis] e4 |
+ d2 r |
+ d4. e8 fis4 d |
+ a'2 fis |
+ h4 h a d |
+ a4.( g8) fis2 |
+ e4 fis g8[ fis] e4 |
+ d2 r |
+ fis4 fis e fis |
+ g fis e2 |
+ a4 a h cis | \time 3/2
+ d cis h2 a | \time 2/2
+ h4. a8 g4 fis |
+ e2 d | \bar "|."
}