blob: 79b86f9dffd4fcd3ea4817357c2d17d2fa299097 (
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
|
%some settings% vim: ai sw=2 lbr nu et
global = {
\key g \major
\time 4/4
\autoBeamOff
\partial 4
}
punktBoegen = {
\set melismaBusyProperties = #'()
\slurDashed
\tieDashed
}
strichBoegen = {
\set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy)
\slurSolid
\tieSolid
}
pausen = {
s4 |
s1*3 |
s2 r4 s |
s1*3 |
s4 r s2 |
s1*2 |
s2 r4 \bar "|."
}
sopranMelodie = \relative d'' {
d4 |
\punktBoegen d4.~ d8 \strichBoegen h4 a |
g2 d4 g |
e e a fis |
d2 s4 d |
e fis g a |
fis4. \parenthesize e8 d4 g |
a h c d |
h s e2 |
a, g |
c a |
g2 s4 \bar "|."
}
altMelodie = \relative g' {
g4 |
\punktBoegen g4.~ g8 \strichBoegen g4 fis |
e2 d4 d |
c h cis cis |
d2 s4 h |
h d d e |
d4. \once \override NoteColumn.force-hshift = 1.25 \parenthesize d8 d4 g |
g g g a |
g s g2 |
fis g |
g fis |
d s4 \bar "|."
}
tenorMelodie = \relative h {
h4 |
\punktBoegen h4.~ h8 \strichBoegen d4 d |
h2 h4 g |
g g e a |
fis2 s4 g |
g a h c |
a4. \parenthesize g8 fis4 h |
c d e f |
d s c2 |
d d |
e d4( c) |
h2 s4 \bar "|."
}
bassMelodie = \relative g {
g4 |
\punktBoegen g4.~ g8 \strichBoegen g4 d |
e2 h4 h |
c e a, a |
d2 s4 g |
e d h a |
d4. \parenthesize d8 d4 g, |
g' f e d |
g s c,2 |
c h |
a d |
g, s4 \bar "|."
}
|