blob: e7d910123b9eeae40d2a0b6510e3956b00343860 (
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
|
%some settings% vim: ai sw=2 lbr nu et
\version "2.12"
global = {
\key b \major
%\override Staff.TimeSignature #'style = #'()
\time 4/4
\autoBeamOff
\partial 4
}
% Die Stimmen
pausen = {
s4 | s1*7 | s2. r4 |
s1*7 | s2. \bar "|."
}
sopranMelodie = \relative f' {
f4 | f f b b | g es c4. g'8 | f4 a g es | d2. f4 |
f d' c b | g es c4. g'8 | f4 b a c | b2. s4 |
d4 d es es | c c d4. d8 | b4 b c c | a2. g4 |
f d' c b | g es c4. g'8 | f4 b a c | b2. \bar "|."
}
altMelodie = \relative f' {
f4 | d d f f | es es c4. c8 | c4 c c c | d2. es4 |
d f es f | es c c4. c8 | d4 f f f | f2. s4 |
f f g g | f f fis4. fis8 | g4 g g g | f2. es4 |
f f es f | es c c4. c8 | d4 f f f | f2. \bar "|."
}
tenorMelodie = \relative f {
f4 | b b b b | b g g4. g8 | a4 f g a | b2. a4 |
b b a b | b b g4. g8 | b4 d c es | d2. s4 |
d d c c | b a a4. d8 | d4 d c c | c2. c4 |
d b a b | b g g4. g8 | b4 d c es | d2. \bar "|."
}
bassMelodie = \relative f {
f4 | b, b d d | es es es4. es8 | f4 f f f | b,2. c4 |
b b c d | es es es4. es8 | f4 f f f | b2. s4 |
b b b b | f f d4. d8 | g4 f e e | f2. f4 |
b, b c d | es es es4. es8 | f4 f f f | <b b,>2. \bar "|."
}
|