blob: 6e3f67df6b0a1a4302a9f22c50a16c8734052340 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
global = {
\key c \major
\time 3/4
\partial 4
\autoBeamOff
}
melodieI = \relative e' {
e8 e |
g4. e8 e4 |
g2 e8[ g] |
c4 h4. a8 |
a4( g)\breathe d8[ e] |
f4 d d8[ e] |
f2 d8[ f] |
h[ a] g4 h |
c2\breathe c,8 c |
c'2 a8 f |
g2 e8 c |
f4 g a |
g2\breathe c,8 c |
c'2 a8 f |
g2 e8 c |
f4 \grace { g16[( f] } e4) d |
c2 \bar "|."
}
melodieII = \relative c' {
c8 c |
e4. c8 c4 |
e2 c8[ e] |
d4 g f |
e2\breathe h8[ c] |
d4 h h8[ c] |
d2 h8[ d] |
f4 g f |
e2\breathe c'8 b |
a4( g) f8 a |
c4( h) b8 b |
a[ d] c[ h] c4 |
h2\breathe c8 b |
a4( g) f8 a |
c4( h) b8 b |
a4 g h |
c2 \bar "|."
}
|