blob: df471a646c6613432a424df3f9870de23fb548ef (
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 f \major
\time 3/4
\partial 4
\autoBeamOff
}
melodieI = \relative f' {
f8 g |
a4 a b8 g |
d'[ c] c4 a8 c |
c[ b] b4 c8 b|
a2\breathe f8 g |
a4 a b8 g |
d'[ c] c4 a8 c |
c[ b] b4 c8 b|
a2\breathe c8 a |
a[ g] g4 d'8 b |
b[ a] a4\breathe c8 a |
a[ g] g4 d'8 b |
b[ a] a4\breathe f8 g |
a4 a b8 g |
d'4( c)\breathe a8 c |
c[ b] b4 c8 b |
a2 \bar "|."
}
melodieII = \relative f' {
f8 e |
f4 c g'8 g |
gis4 a8[ g] f fis |
g4 g8[ f] e e |
f2\breathe f8 e |
f4 c g'8 g |
gis4 a8[ g] f e |
d4 g8[ f] e e |
f2\breathe f8 f |
c4 d e8 e |
f4 c\breathe f8 f |
c4 d e8 e |
f4 f\breathe f8 e |
f4 c g'8 g |
gis4( a)\breathe f8 es |
d4 g8[ f] e e |
f2 \bar "|."
}
|