blob: 28ad70d0e08c2bb5d4cecd5d68aa392dd0c02945 (
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
|
%some settings% vim: ai sw=2 lbr nu et
\version "2.12"
global = {
\key g \major
%\override Staff.TimeSignature #'style = #'()
\time 6/8
\autoBeamOff
}
punktBoegen = {
\set melismaBusyProperties = #'()
\slurDashed
\tieDashed
}
strichBoegen = {
\set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy)
\slurSolid
\tieSolid
}
% Die Stimmen
sopranMelodie = \relative e' {
e4 fis8 g8. fis16 e8 |
h'4 h8 h4. |
c4 c8 e8. d16 c8 |
h4. h |
a4 a8 c8. h16 a8 |
g4 g8 e4. |
fis8. fis16 fis8 h,4 dis8 |
e4. e | \bar "|."
}
altMelodie = \relative e' {
e4 fis8 g8. fis16 e8 |
h'4 h8 h4. |
g4 g8 g fis fis |
fis4( e8) e4. |
e4 e8 e dis fis |
fis[ e] d c4. |
c8 c c h4 h8 |
h4( c8) h4. | \bar "|."
}
maennerMelodie = \relative e {
e4 fis8 g8. fis16 e8 |
h'4 h8 h4. |
a4 a8 a d, d |
g4. g |
fis r8 h, h |
e g a \punktBoegen h( a) g |
a~ a~ a \strichBoegen d,( h') a |
g4( fis8) e4. | \bar "|."
}
|