summaryrefslogtreecommitdiff
path: root/hr/stch/fertig/canzone/stimmen.ly
blob: e0ee233488229e0c6ad5cc40ffd83f3fd221be67 (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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
%some settings% vim: ai sw=2 lbr nu encoding=utf8

  global = {
    \key d \minor
    \time 4/4
  }

  meta = {
  }
  %{
    %(dynamic) marks global to all voices
    \dynamicUp
    \repeat unfold <+number of parts+> {
      s4*<+number of measures within a part+> \break
    }
  %}

% Die Stimmen

  sopranMelodie = \relative c'' {
    <<
      { \meta }
      %%articulation etc.
      %\repeat unfold <+number of parts+> {
	%s4*<+number of measures within a part+>
      %}
      %the actual tune
      {
	% E_una
	a2 gis2 
	\repeat volta 3 {
	  a4 gis4 a4 bes8 a8 ~ a8 d,4. e4 f4
	  a4. g8 ~ g2 ~ g2 r8 g4 fis8
	  g4 fis4 g4 a8 g8 ~ g8 cis,4. d4 e4
	  g4. f8 ~ f2 ~ f2 r8 a4 gis8
	  a4 gis4 a4 bes8 a8 ~ a8 d,4. e4 f4
	  c'4. bes8 ~ bes2 ~ bes2 r8 c4 bes8
	  a4 a4 g4 f8 g8 ~ g8 g4 ~ g8 f8 e4 d8 ~
	}
	\alternative {
	  {
	    d1
	    % Du du a
	    d8 r8 d8 e8 r8 a4 gis8 
	  }
	  {
	    d1 ~ d8 r8 r4 r4 a'4
	    a8 r8 r4 bes8 r8 bes8 a8 ~ a8 r8 r4 r4 a4
	    a8 r8 r4 bes8 r8 bes8 a8 ~ a8 r8 r4 r4 a4
	    bes8 r8 r4 bes8 r8 bes8 bes8 ~ bes8
	    r8 r4 bes4 bes8 a8 ~ a8 r8 a8 r8 g8 r8 f8 a8 ~ a2
	    % E_una
	    r8 a4 gis8 
	  }
	  {
	    \times 2/3 {
	      d8 r8 a'4 bes4 b4 c4 cis4 
	    }
	    d8 r8 r4 <<b2 e2>> 
	  }
      }
    }
    >>
  }

  altMelodie = \relative c' {
    <<
      { \meta }
      %%articulation etc.
      %\repeat unfold <+number of parts+> {
	%s4*<+number of measures within a part+>
      %}
      %the actual tune
      {
	% E_una
	cis2 cis2 
	\repeat volta 3 {
	  d4 d4 cis4 cis8 d8 ~ d8 d4. cis4 d4 
	  d4. d8 ~ d2 ~ d2 r8 d4 d8 
	  cis4 cis4 cis4 cis8 cis8 ~ cis8 a4. a4 a4 
	  d4. d8 ~ d2 ~ d2 r8 cis4 cis8 
	  d4 d4 cis4 cis8 d8 ~ d8 d4. cis4 d4 
	  a'4. g8 ~ g2 ~ g2 r8 a4 g8 
	  f4 f4 e4 d8 d8 ~ d8 d4 ~ d8 cis8 cis4 d8 ~ 
	}
	\alternative {
	  {
	    % Du du a
	    d1 d8 r8 d8 cis8 r8 cis4 cis8 
	  }
	  {
	    d2( bes2( a8 ) ) r8 r4 r4 f'4 
	    g8 r8 r4 g8 r8 g8 g8 ~ g8 r8 r4 r4 g4 
	    f8 r8 r4 f8 r8 f8 f8 ~ f8 r8 r4 r4 a4 
	    g8 r8 r4 e8 r8 e8 e8 ~ e8
	    r8 r4 d4 e8 f8 ~ f8 r8 f8 r8 f8 r8 f8 e8 ~ e2
	    r8 cis4 cis8 
	  }
	  {
	    \times 2/3 {
	      d8 r8 a4 bes4 b4 c4 cis4 
	    }
	    d8 r8 r4 f2 
	  }
	}
      }
    >>
  }
  
  tenorMelodie = \relative c' {
    <<
      { \meta }
      %%articulation etc.
      %\repeat unfold <+number of parts+> {
	%s4*<+number of measures within a part+>
      %}
      %the actual tune
      {
	% E_una
	a2 a2
	\repeat volta 3 {
	  f4 f4 g4 g8 a8 ~ a8 a4. g4 a4 
	  bes4. bes8 ~ bes2 ~ bes2 r8 bes4 bes8 
	  a4 a4 a4 a8 a8 ~ a8 a4. a4 a4
	  a4. a8 ~ a2 ~ a2 r8 a4 a8 
	  f4 f4 g4 g8 a8 ~ a8 a4. g4 a4 
	  g4. g8 ~ g2 ~ g2 r8 g4 g8 
	  a4 a4 a4 a8 f8 ~ f8 f4 ~ f8 a8 g4 f8 ~ 
	}
	\alternative {
	  {
	    f1 f8 r8 f8 a8 r8 a4 a8 
	  }
	  {
	    f2( g2( f8 ) ) r8 r4 r4 d'4 
	    e8 r8 r4 d8 r8 d8 cis8 ~ cis8 r8 r4 r4 cis4 
	    d8 r8 r4 d8 r8 d8 d8 ~ d8 r8 r4 r4 d4 
	    c8 r8 r4 d8 r8 d8 c8 ~ c8 r8 r4
	    c4 c8 c8 ~ c8 r8 c8 r8 c8 r8 c8 cis8 ~ cis2
	    % E_una
	    r8 a4 a8 
	  }
	  {
	    \times 2/3 {
	      f8 r8 a4 bes4 b4 c4 cis4
	    }
	    d8 r8 r4 <<a2 d2>> 
	  }
	}
      }
    >>
  }

  bassMelodie = \relative c {
    <<
      { \meta }
      %%articulation etc.
      %\repeat unfold <+number of parts+> {
	%s4*<+number of measures within a part+>
      %}
      %the actual tune
      \clef bass
      {
	% E_una
	a2 a2 
	\repeat volta 3 {
	  d4 d4 e4 e8 f8 ~ f8 f4. e4 d4
	  s2*3 r8 g,4 g8
	  a4 a4 e'4 e8 a,8 ~ a8 a4. b4 cis4
	  s2*3 r8 a4 a8
	  d4 d4 e4 e8 f8 ~ f8 f4. e4 d4
	  s2*3 r8 g4 g8
	  d4 d4 c4 c8 bes8 ~ bes8 bes4 ~ bes8 a8 a4 d8 ~
	}
	\alternative {
	  {
	    d2( c2 )
	    % Du du a
	    bes8 r8 bes8 a8 r8 a4 a8 
	  }
	  {
	    d1 ~ d8 s8 s4 s2
	    s1*7
	    % E_una
	    s2 r8 a4 a8
	  }
      %{
	d4 d4 e4 e8 f8 ~ f8 f4. e4 d4 
	s2*3 r8 g,4 g8 
	a4 a4 e'4 e8 a,8 ~ a8 a4. b4 cis4 
	s2*3 r8 a4 a8 
	d4 d4 e4 e8 f8 ~ f8 f4. e4 d4 
	s2*3 r8 g4 g8 
	d4 d4 c4 c8 bes8 ~ bes8 bes4. a8 a4 d8 ~
      %}
	{
	  \times 2/3 {
	    d8 r8 a4 bes4 b4 c4 cis4
	  }
	  d8 r8 r4 <<d2 e2>> 
	}
      }
    }
    >>
  }

  bassExtra = \relative c {
    <<
      { \meta }
      %%articulation etc.
      %\repeat unfold <+number of parts+> {
	%s4*<+number of measures within a part+>
      %}
      %the actual tune
      \clef bass
      {
	s1
	\repeat volta 3 {
	  s1*2
	  % soldi
	  g4\( a4 bes4 d4 g2 \) s2
	  s1*2
	  % borghi
	  d4\( e4 f4 a4 d,2 \) s2
	  s1*2
	  % cordi
	  g,4\( a4 bes4 d4 g2 \) s2
	  s1*2
	}
	\alternative {
	  { s1*2 }
	  {
	    % si
	    s1 s8 d4. d4 d4
	    cis8. d16 cis8. d16 e2
	    r8 e4. e4 e4
	    d8. e16 d8. e16 f2
	    r8 f4. f4 f4
	    e8. f16 e8. f16 g2
	    r8 g4. f4 g8 a8 ~ a1 ~ a2 s2
	  }
	  {
	    s1*2
	  }
	}
      }
      %{
	s1*2
	% soldi
	g,4( a4( bes4( d4( g2 ) ) ) ) s2 
	s1*2
	% borghi
	d4( e4( f4( a4( d,2 ) ) ) ) s2
	s1*2
	% sogna
	g,4( a4( bes4( d4( g2 ) ) ) ) s2 
	s1*4
      %}
    >>
  }