blob: 449e8e5231bc7a82ce6535fe1bee40003cca3ebb (
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
|
%some settings% vim: ai sw=2 lbr nu et
\version "2.12"
global = {
\key g \major
%\override Staff.TimeSignature #'style = #'()
\time 4/4
\autoBeamOff
}
% Die Stimmen
sopranMelodie = \relative d'' {
d8[ c] h c d4 h |
g a h2 |
h8 a g a h4 g |
d fis g2^\markup { \bold Fine } | \bar "|."
a4 d d2 |
h4 d d2\breathe |
a4 e' d h |
d c8[ h] a2\breathe |
d8[ c] h c d4 h |
g a h2 |
h8 a g a h4 g |
d fis g2\breathe |
a4. h8 c4 a |
\slurDashed \set melismaBusyProperties = #'() h( c) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) d2 |
e4 d c h |
c1\breathe |
a4. h8 c4 a |
h c d2 |
d,4 h' h a |
g1^\markup { \bold D.C. al \bold Fine } | \bar "||"
}
altMelodie = \relative h' {
h8[ a] g a h4 fis |
e fis g2 |
d8 d d d d4 d |
d d d2 | \bar "|."
d4 fis g( a) |
h g a( g) |
fis fis g fis |
g g fis2 |
h8[ a] g a h4 fis |
e fis g2 |
d8 d d d d4 d |
d d d2 |
fis4. gis8 a4 fis |
\slurDashed \set melismaBusyProperties = #'(beamMelismaBusy) g( fis8[ e]) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) d4 g8 f |
e4( f) e2 |
e1 |
fis4. gis8 a4 fis |
g fis8[ e] d4( e) |
d d8[ e] fis[ e] fis4 |
g1 | \bar "|."
}
tenorMelodie = \relative d' {
d4 d8 d d4 d |
h d d2 |
d8 c h c d4 h |
a c h2 | \bar "|."
a4 a a2 |
d4 d c( h)\breathe |
c c d c |
d e fis\breathe d~ |
d d8 d d4 d |
h d d2 |
d8 c h c d4 h |
a c h2\breathe |
d4. d8 e4 d |
\slurDashed \set melismaBusyProperties = #'() d( c) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) h g~ |
g8[ a] h4 a gis |
a1\breathe |
d4. d8 e4 d |
d c h g8 a |
h[( c] d2 c4 |
h) a h2 | \bar "||"
}
bassMelodie = \relative g {
g4 g8 g g,4 h |
e d g2 |
g8 g g g g,4 h |
d d g2 | \bar "|."
fis4 d e( fis) |
g e fis( g) |
a a h a |
h c d2 |
g,4 g8 g g,4 h |
e d g2 |
g8 g g g g,4 h |
d d g2 |
d4 c8[ h] a4 d |
\slurDashed \set melismaBusyProperties = #'() g,( a) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) h2 |
c4( d) e2 |
a,4 c8[ e] a2 |
d,4 c8[ h] a4 d |
g, a h( c) |
d2 d |
g4 d g,2 | \bar "||"
}
|