blob: 50ba05780f348587fabcc6219ba18d7abd71c038 (
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
%some settings% vim: ai sw=2 lbr nu et
\version "2.18"
global = {
\key f \major
%\override Staff.TimeSignature #'style = #'()
\time 3/4
\autoBeamOff
}
% Die Stimmen
melodie = \relative f' {
\set melismaBusyProperties = #'(melismaBusy beamMelismaBusy)
\repeat volta 2 {
f2 f4 |
f e d |
e2 d4 |
c2 c4 |
b'4. b8 b4 |
b a gis |
a2. |
r |
f2 \tieDashed f8~ f |
\slurDashed f4( e) d |
e2 d8~ d |
c2 c4 |
b'4.~ b8 b4 |
b a g |
\tieSolid
f2.~ |
f2 r4 |
f2 f4 |
a g f |
\set melismaBusyProperties = #'(melismaBusy slurMelismaBusy beamMelismaBusy)
\slurSolid
e2( g4) |
g2 r4 |
f4. f8 f4 |
\slurDashed
\set melismaBusyProperties = #'(melismaBusy beamMelismaBusy)
a( g) f |
\slurSolid
\set melismaBusyProperties = #'(melismaBusy slurMelismaBusy beamMelismaBusy)
e2( g4) |
g2 r4 |
\tieDashed
\tuplet 3/2 { f4~ f~ f } f8~ f |
a4 g f |
e4~ e g |
c2 r4 |
g8~ g~ g~ g g4 |
f e d |
c2. |
a'2 g4 |
f a c |
e, a c |
d, a' c |
c,2 c8 c |
f4. f8 f4 |
f e d |
e2 r4 |
r2 g4 |
g b d |
f, b d |
e, b' d |
d,2 c8 c |
b'4. b8 b4 |
b a gis |
a2 r4 |
r2 a4 |
a fis d |
a' fis d |
c'2. |
b2 b8 b |
g4 e c |
g' e c |
b'2. |
a2 a4 |
f4. f8 f4 |
g4 g g |
gis4. gis8 gis4 |
a2 a4 |
b4. b8 b4 |
b a g |
}
\alternative {
{
f2. |
r |
}
{
\tieSolid
c'2.~ |
}
}
c4 r c8 c |
b4. b8 b4 |
b a g8 g |
a2 a4 |
a g f8 f |
c'4. c8 c4 |
b a g |
f2. | \bar "|."
}
|