blob: 3a7ac2a246b74f55e095e0369f45ab80e8df0e33 (
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
107
108
109
110
111
112
113
114
115
116
117
118
|
%some settings% vim: ai sw=2 lbr nu et
\version "2.18"
global = {
\key b \major
%\override Staff.TimeSignature #'style = #'()
\time 4/4
\autoBeamOff
}
% Die Stimmen
sopranMelodie = \relative d'' {
\repeat volta 2 {
d4^\f c b a |
g2 f4\breathe f8 f |
b16[( a b c] d[ c b a] g8) g\breathe g g |
c16[( b c d] es[ d c b] a8) a\breathe a a |
d16[( c d es] f[ es d c] b8) b\breathe b b |
c b b[ a] b4\breathe b8 b |
}
\alternative {
{
c b b[ a] b2^"Fine"\breathe |
}
{
c8 b b[ a] b4\breathe a8^\mf a |
}
}
b4 c d\breathe g,8 g |
a4 b c2\breathe |
b4 a g2 |
f8\breathe a a a a2 |
a a4 g |
a8\breathe e^\p f g a4( g) |
f\breathe g8^\mf\( a b4 a |
g a8 b c4( b) |
a\)\breathe c c h |
c8\breathe e,^\p f g a4(^\< g) |
f\breathe g8^\mf\( a b4 a |
g a8 b c4( b) |
a\)\breathe b8[^\f c] d4 f |
f( e) f2 |
r4 a,^\> b a |
g2 f^"d.c. al Fine"^\! | \bar "||"
}
altMelodie = \relative f' {
\repeat volta 2 {
f8[ g] a4 d,8[ es] f4 |
f( es) d\breathe f8 f16[ es] |
d8 d f d es b\breathe g' g16[ f] |
es8 es g es d c\breathe a' a16[ g] |
f8 f a f g d\breathe g16[ f] es[ f] |
g8 f c4 b\breathe g'8 f |
}
\alternative {
{
es f c4 d2\breathe |
}
{
es8 f c4 d\breathe fis8 fis |
}
}
g4 a8[ g] f4\breathe e8 e |
f4 e8[ d] c4\breathe f8 e |
d e f4 f( e) |
f2 r8 f f f |
e4 f d d |
cis2 r8 a b c |
d4( c) b c8 d |
e4 d c d8[ e] |
f4( g f) d |
e8\breathe c d e f4( e) |
d\breathe e8 f g4 f |
e f8 g a4( g) |
f\breathe g8[ a] b4 c |
b( g) a a8[ g] |
f4\breathe f f f8[ e] |
d4( e) f2 | \bar "||"
}
maennerMelodie = \relative b {
\repeat volta 2 {
b4 f g d |
es8[ f g a] b4 r |
r b,8 b es16[( d es f] g[ f es d] |
c8) c c c f16[( es f g] a[ g f es] |
d8) d\breathe d d g16[( f g a] b[ a g f] |
es8) d f4 g\breathe es8 d | % statt f ein es?
}
\alternative {
{
c d16[ es] f4 b,2\breathe |
}
{
c8 d16[ es] f4 b,\breathe d8 d |
}
}
g4 f b\breathe c8 b |
a4 g a( f)\breathe |
g a8[ b] c2 |
f, r8 d d d |
cis4 d b' b |
a2 r8 f g a |
b4( a) g\breathe a8 b |
c4 b a g |
f( e d) g |
c,2 r8 f^\p g a |
b4( a) g\breathe a8 b |
c4 b a b8 c |
d4 c b a |
g c f, g |
a\breathe f8[ e] d4 c |
b( c) f2 | \bar "||"
}
|