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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
global = {
\time 3/2
\key g \major
\autoBeamOff
\partial 2
s2 |
\repeat unfold 29 { \skip 1. | } \time 4/2
\repeat unfold 5 { \skip 1*2 | }
\override Staff.BarLine.transparent = ##f
\bar "|."
}
sopranMelodie = \relative g' {
g2 |
h1 c2 |
d1 c2 |
h1 a2 |
h1 h2 |
h1 a2 |
c( h) a |
g1( fis2) |
g1\breathe d2 |
d1 e2 |
fis1 e2 |
g1 e2 |
g1 g2 |
fis( g) fis |
g1 d'2 |
h( a1) |
h r2 |
e, fis g |
a e' d |
c4( d e2) h2 |
cis4( d ifdef(`Pausen-statt-Fermaten',`e) r',`e2)') d2 |
d( g,) a |
h1 a2 |
g1 e2 |
g1-- r2 |
e fis1 |
g2 d'1 |
c2 d( e) |
a,1 d2 |
h( a1) | \time 4/2
h1 r2 h |
fis4( e fis) d e( fis g a |
h2) c d2.( c8[ h] | \override NoteHead #'style = #'mensural
a\breve) |
h\breve | \bar "|."
}
altMelodie = \relative d' {
d2 |
d1 e2 |
fis1 e2 |
g1 e2 |
g1 g2 |
fis g fis |
g1 d'2( |
h a1) |
h\breathe g2 |
h1 c2 |
d1 c2 |
h1 a2 |
h1 h2 |
h1 a2 |
c( h) a |
g1( fis2) |
g1 r2 |
g a h |
c c h |
a1 gis2 |
ifdef(`Pausen-statt-Fermaten',`a2. r4',`a1') a2 |
h1 c2 |
d1 c2 |
h1 a2 |
h1-- r2 |
g2 a1 |
c2 h1 |
a2 g( fis4 e |
fis2. g4 a2 |
g1 fis2) | \time 4/2
g1 r2 g |
a1 c2 h~ |
h a1 g2~( |
g fis4 e fis1) | \override NoteHead #'style = #'mensural
g\breve | \bar "|."
}
maennerMelodie = \relative g, {
g2 |
g'1 e2 |
d1 a2 |
e'4( fis g2) a |
e1 e2 |
h2.( c4 d2) |
e1 fis2 |
g d1 |
g1\breathe g2 |
g1 e2 |
d1 a2 |
e'4( fis g2) a |
e1 e2 |
h2. c4 d2 |
e1 fis2 |
g2( d1) |
g r2 |
e d h |
a4( h c2) g' |
a e e |
a,4( h ifdef(`Pausen-statt-Fermaten',`cis) r',`cis2)') d2 |
h1 a2 |
g1 a2 |
e'4( fis g2) a |
e1-- r2 |
e d1 |
c2 g1 |
a2( h c) |
d2.( e4 fis2 |
g d1) | \time 4/2
g r2 e |
d1 c2 g~ |
g a h2.( c4 | \override NoteHead #'style = #'mensural
d\breve) |
g,\breve | \bar "|."
}
|