blob: 1a6184f269b62f4be71806a8deb2ffcd80eebf3a (
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
|
%some settings% vim: ai sw=2 lbr nu et
\version "2.12"
global = {
\key f \major
%\override Staff.TimeSignature #'style = #'()
\time 4/4
\autoBeamOff
\partial 4
}
% Die Stimmen
pausen = {
r4 | R1*3 | r2 r4
\repeat volta 3 { s |
s1*3 | s2 r4 s |
s1*3 | s2 s4 r |
s1*3 | s2 r | R1 | r2 r4
}
}
floetenMelodie = \relative f' {
f8 g | a4. b8 c4 b | a8 f a g a b c e | f4 a,8 b c4 b | a2 r4
\repeat volta 3 { r4 |
f8 g a b c4 c, | d8 e f g a4 a, | b8 c d e f4 e | f2 r |
c'8 b a g f4 f' | d8 c b a g4 g' | f8 e d c b a g f | e f e d c2 | r4 c e g |
f g8 f e f e d | c2 d4 e | f a8 g a b c e | f4 a,8 b c4 b | a2 r4
}
}
sopranMelodie = \relative c' {
s4 | s1*3 | s2 s4
\repeat volta 3 { c4 |
f4. g8 a4 g | f2 e4 f | g f8[ g] a4 g | f2 s4 c' |
c a b c | d2 b4 b | a b c b8[ a] | g2. s4 | c2 g |
a g4 a8[ b] | c4 f,8[ g] a4 g | f2 s | s1 | s2 s4
}
}
altMelodie = \relative c' {
s4 | s1*3 | s2 s4
\repeat volta 3 { c8[ b] |
a4. b8 c4 c | d2 c4 c | b d8[ e] f4 e | f2 s4 f |
f f es es | d2 d4 f | c c f f | e8[ f e d] e4 s4 | f2 e |
f e4 c | c f f e | f2 s | s1 | s2 s4
}
}
maennerMelodie = \relative c {
r4 | R1*3 | r2 r4
\repeat volta 3 { c4 |
f4. f8 f4 e | d2 a'4 a | g g c, c | f2 r4 a |
a f g a | b2 b,4 d | f g a b | c2. r4 | c2 c, |
c c'4 b | a a8[ b] c4 <b c,> | <a f>2 r | R1 | r2 r4
}
}
|