blob: 8d72d55d93f395750eed487344284da37e4c5df9 (
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
|
%some settings% vim: ai sw=2 lbr nu et
\version "2.12"
\include "dynArt.ly"
global = {
\key d \minor
%\override Staff.TimeSignature #'style = #'()
\time 4/4
%\autoBeamOff
}
% Die Stimmen
sopranMelodie = \relative c' {
<<
{ \meta }
%\sopranArt
%the actual tune
{
r1
}
>>
}
altMelodie = \relative c' {
<<
{ \meta }
%\altArt
%the actual tune
{
r1
}
>>
}
tenorMelodie = \relative c' {
<<
{ \meta }
%\tenorArt
%the actual tune
\clef "treble_8"
{
R1*6
R1*7
R1*6
R1*5
\key c \major
R1*12
R1*2
R1*3
R1*5
R1*6
R1
R1*8
c8 c4. ~ c4 c4 ~
c4 a8 b8 c4 d8( e8)
a,2. d4
f2 d2
c2 b2
a4 b8( c8) d4 e4
f2 f2
b,8( d8 c8 b8 c8 d8) c8( b8)
a4 a4 b4.( c8)
c2 d2
d2 d4 d4
d4 c4 ees4 d4
f4 g2 c,4
ees2 d4. r8
g1
g1
g1(
e2) c2 ~
c1 ~
c1
r1
r2 r4 a4
a4. b8 b4. b8
b4 c2. ~
c2 b4. b8
c2 c2
c2.( d4)
e2( f4.) r8
c4. c8 g4. g8
g2( f4 e4)
c'4. r8 b4. c8
b4 a2.
c4. d8 ~ d4 d4
a2 a2 ~
a1
b1
g'1
g1
d2 c4( b4)
a4 g4 ~ g4. r8
g'2 fis4.( g8)
fis4 e2.
g2 fis4( g4)
g2. r4
c,8 c4. c2
c2 c2
d2 a2 ~
a2 d2 ~
d2 cis2 ~
cis2 fis4 eis4
dis2( cis2
b2 ais2)
c2 c2 ~
c2 c2
c1 ~
c2 c2
c2 c2
% 393
\key e \major
gis1
gis1
gis1
gis2. r4
r1
r1
gis1
gis1
gis1
r1
r1\fermata
\bar "|."
}
>>
}
bassMelodie = \relative c {
<<
{ \meta }
%\bassArt
%the actual tune
\clef bass
{
r1
}
>>
}
|