musicxml 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +6 -0
  3. data/.rubocop.yml +25 -0
  4. data/.travis.yml +6 -0
  5. data/Gemfile +3 -0
  6. data/LICENSE.txt +21 -0
  7. data/README.md +42 -0
  8. data/Rakefile +10 -0
  9. data/bin/console +10 -0
  10. data/lib/musicxml.rb +12 -0
  11. data/lib/musicxml/key_signature.rb +16 -0
  12. data/lib/musicxml/node.rb +129 -0
  13. data/lib/musicxml/node/base.rb +30 -0
  14. data/lib/musicxml/node/config.rb +48 -0
  15. data/lib/musicxml/node/json_export.rb +54 -0
  16. data/lib/musicxml/node/parser.rb +66 -0
  17. data/lib/musicxml/parser.rb +22 -0
  18. data/lib/musicxml/version.rb +3 -0
  19. data/musicxml.gemspec +25 -0
  20. data/samples/ActorPreludeSample.mxl +0 -0
  21. data/samples/ActorPreludeSample.pdf +0 -0
  22. data/samples/ActorPreludeSample.xml +44672 -0
  23. data/samples/BeetAnGeSample.mxl +0 -0
  24. data/samples/BeetAnGeSample.pdf +0 -0
  25. data/samples/BeetAnGeSample.xml +4274 -0
  26. data/samples/Binchois.mxl +0 -0
  27. data/samples/Binchois.png +0 -0
  28. data/samples/Binchois.xml +2547 -0
  29. data/samples/BrahWiMeSample.mxl +0 -0
  30. data/samples/BrahWiMeSample.pdf +0 -0
  31. data/samples/BrahWiMeSample.xml +3023 -0
  32. data/samples/BrookeWestSample.mxl +0 -0
  33. data/samples/BrookeWestSample.pdf +0 -0
  34. data/samples/BrookeWestSample.xml +5940 -0
  35. data/samples/Chant.mxl +0 -0
  36. data/samples/Chant.png +0 -0
  37. data/samples/Chant.xml +482 -0
  38. data/samples/DebuMandSample.mxl +0 -0
  39. data/samples/DebuMandSample.pdf +0 -0
  40. data/samples/DebuMandSample.xml +4201 -0
  41. data/samples/Dichterliebe01.mxl +0 -0
  42. data/samples/Dichterliebe01.pdf +0 -0
  43. data/samples/Dichterliebe01.xml +7607 -0
  44. data/samples/Echigo-Jishi.mxl +0 -0
  45. data/samples/Echigo-Jishi.pdf +0 -0
  46. data/samples/Echigo-Jishi.xml +2559 -0
  47. data/samples/FaurReveSample.mxl +0 -0
  48. data/samples/FaurReveSample.pdf +0 -0
  49. data/samples/FaurReveSample.xml +5667 -0
  50. data/samples/MahlFaGe4Sample.mxl +0 -0
  51. data/samples/MahlFaGe4Sample.pdf +0 -0
  52. data/samples/MahlFaGe4Sample.xml +4876 -0
  53. data/samples/MozaChloSample.mxl +0 -0
  54. data/samples/MozaChloSample.pdf +0 -0
  55. data/samples/MozaChloSample.xml +0 -0
  56. data/samples/MozaVeilSample.mxl +0 -0
  57. data/samples/MozaVeilSample.pdf +0 -0
  58. data/samples/MozaVeilSample.xml +0 -0
  59. data/samples/MozartPianoSonata.mxl +0 -0
  60. data/samples/MozartPianoSonata.png +0 -0
  61. data/samples/MozartPianoSonata.xml +1136 -0
  62. data/samples/MozartTrio.mxl +0 -0
  63. data/samples/MozartTrio.png +0 -0
  64. data/samples/MozartTrio.xml +3498 -0
  65. data/samples/Saltarello.ly +7 -0
  66. data/samples/Saltarello.mxl +0 -0
  67. data/samples/Saltarello.png +0 -0
  68. data/samples/Saltarello.xml +1551 -0
  69. data/samples/SchbAvMaSample.mxl +0 -0
  70. data/samples/SchbAvMaSample.pdf +0 -0
  71. data/samples/SchbAvMaSample.xml +8787 -0
  72. data/samples/Telemann.mxl +0 -0
  73. data/samples/Telemann.png +0 -0
  74. data/samples/Telemann.xml +5498 -0
  75. metadata +187 -0
Binary file
Binary file
@@ -0,0 +1,4274 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 3.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd">
3
+ <score-partwise version="3.0">
4
+ <work>
5
+ <work-number>Op. 98</work-number>
6
+ <work-title>An die ferne Geliebte (Page 1)</work-title>
7
+ </work>
8
+ <identification>
9
+ <creator type="composer">Ludwig van Beethoven</creator>
10
+ <creator type="lyricist">Aloys Jeitteles</creator>
11
+ <rights>Copyright © 2002 Recordare LLC</rights>
12
+ <encoding>
13
+ <software>Finale 2011 for Windows</software>
14
+ <software>Dolet 6.0 for Finale</software>
15
+ <encoding-date>2011-08-08</encoding-date>
16
+ <supports attribute="new-system" element="print" type="yes" value="yes"/>
17
+ <supports attribute="new-page" element="print" type="yes" value="yes"/>
18
+ </encoding>
19
+ </identification>
20
+ <defaults>
21
+ <scaling>
22
+ <millimeters>6.35</millimeters>
23
+ <tenths>40</tenths>
24
+ </scaling>
25
+ <page-layout>
26
+ <page-height>1760</page-height>
27
+ <page-width>1360</page-width>
28
+ <page-margins type="both">
29
+ <left-margin>80</left-margin>
30
+ <right-margin>80</right-margin>
31
+ <top-margin>80</top-margin>
32
+ <bottom-margin>80</bottom-margin>
33
+ </page-margins>
34
+ </page-layout>
35
+ <system-layout>
36
+ <system-margins>
37
+ <left-margin>71</left-margin>
38
+ <right-margin>0</right-margin>
39
+ </system-margins>
40
+ <system-distance>108</system-distance>
41
+ <top-system-distance>65</top-system-distance>
42
+ </system-layout>
43
+ <staff-layout>
44
+ <staff-distance>101</staff-distance>
45
+ </staff-layout>
46
+ <appearance>
47
+ <line-width type="stem">0.957</line-width>
48
+ <line-width type="beam">5.0391</line-width>
49
+ <line-width type="staff">0.957</line-width>
50
+ <line-width type="light barline">1.875</line-width>
51
+ <line-width type="heavy barline">5.0391</line-width>
52
+ <line-width type="leger">1.875</line-width>
53
+ <line-width type="ending">0.957</line-width>
54
+ <line-width type="wedge">0.957</line-width>
55
+ <line-width type="enclosure">0.957</line-width>
56
+ <line-width type="tuplet bracket">0.957</line-width>
57
+ <note-size type="grace">60</note-size>
58
+ <note-size type="cue">60</note-size>
59
+ <distance type="hyphen">120</distance>
60
+ <distance type="beam">8</distance>
61
+ </appearance>
62
+ <music-font font-family="Maestro,engraved" font-size="18"/>
63
+ <word-font font-family="Times New Roman" font-size="9"/>
64
+ <lyric-font font-family="Times New Roman" font-size="10"/>
65
+ </defaults>
66
+ <credit page="1">
67
+ <credit-words default-x="680" default-y="1678" font-size="24" justify="center" valign="top">An die ferne Geliebte</credit-words>
68
+ <credit-words font-size="24" font-weight="bold" xml:space="preserve"> 
69
+ </credit-words>
70
+ <credit-words font-size="14" font-weight="normal">Op. 98</credit-words>
71
+ </credit>
72
+ <credit page="1">
73
+ <credit-words default-x="680" default-y="65" font-size="9" justify="center" valign="bottom">Copyright © 2002 Recordare LLC</credit-words>
74
+ </credit>
75
+ <credit page="1">
76
+ <credit-words default-x="80" default-y="1545" font-size="12" valign="top">Aloys Jeitteles</credit-words>
77
+ </credit>
78
+ <credit page="1">
79
+ <credit-words default-x="1280" default-y="1545" font-size="12" halign="right" justify="center" valign="top">Ludwig van Beethoven</credit-words>
80
+ </credit>
81
+ <part-list>
82
+ <score-part id="P1">
83
+ <part-name>Voice</part-name>
84
+ <score-instrument id="P1-I3">
85
+ <instrument-name>Voice</instrument-name>
86
+ </score-instrument>
87
+ <midi-instrument id="P1-I3">
88
+ <midi-channel>1</midi-channel>
89
+ <midi-program>53</midi-program>
90
+ <volume>80</volume>
91
+ <pan>0</pan>
92
+ </midi-instrument>
93
+ </score-part>
94
+ <score-part id="P2">
95
+ <part-name>Piano</part-name>
96
+ <score-instrument id="P2-I2">
97
+ <instrument-name>Acoustic Grand Piano</instrument-name>
98
+ </score-instrument>
99
+ <midi-instrument id="P2-I2">
100
+ <midi-channel>2</midi-channel>
101
+ <midi-program>1</midi-program>
102
+ <volume>80</volume>
103
+ <pan>0</pan>
104
+ </midi-instrument>
105
+ </score-part>
106
+ </part-list>
107
+ <!--=========================================================-->
108
+ <part id="P1">
109
+ <measure number="1" width="324">
110
+ <print page-number="1">
111
+ <system-layout>
112
+ <system-margins>
113
+ <left-margin>150</left-margin>
114
+ <right-margin>0</right-margin>
115
+ </system-margins>
116
+ <top-system-distance>300</top-system-distance>
117
+ </system-layout>
118
+ <measure-numbering>system</measure-numbering>
119
+ </print>
120
+ <attributes>
121
+ <divisions>24</divisions>
122
+ <key>
123
+ <fifths>-3</fifths>
124
+ <mode>major</mode>
125
+ </key>
126
+ <time>
127
+ <beats>3</beats>
128
+ <beat-type>4</beat-type>
129
+ </time>
130
+ <clef>
131
+ <sign>G</sign>
132
+ <line>2</line>
133
+ </clef>
134
+ </attributes>
135
+ <direction directive="yes" placement="above">
136
+ <direction-type>
137
+ <words default-y="26" font-size="11" font-weight="bold">Ziemlich langsam und mit Ausdruck</words>
138
+ </direction-type>
139
+ <sound tempo="60"/>
140
+ </direction>
141
+ <direction directive="yes" placement="above">
142
+ <direction-type>
143
+ <words default-y="60" font-size="16" font-weight="bold" xml:lang="de">No. 1</words>
144
+ </direction-type>
145
+ </direction>
146
+ <note default-x="136">
147
+ <rest/>
148
+ <duration>24</duration>
149
+ <voice>1</voice>
150
+ <type>quarter</type>
151
+ </note>
152
+ <note default-x="196">
153
+ <pitch>
154
+ <step>B</step>
155
+ <alter>-1</alter>
156
+ <octave>4</octave>
157
+ </pitch>
158
+ <duration>24</duration>
159
+ <voice>1</voice>
160
+ <type>quarter</type>
161
+ <stem default-y="-55.5">down</stem>
162
+ <lyric default-y="-80" number="1">
163
+ <syllabic>single</syllabic>
164
+ <text>Auf</text>
165
+ </lyric>
166
+ </note>
167
+ <note default-x="257">
168
+ <pitch>
169
+ <step>B</step>
170
+ <alter>-1</alter>
171
+ <octave>4</octave>
172
+ </pitch>
173
+ <duration>24</duration>
174
+ <voice>1</voice>
175
+ <type>quarter</type>
176
+ <stem default-y="-55.5">down</stem>
177
+ <lyric default-y="-80" number="1">
178
+ <syllabic>single</syllabic>
179
+ <text>dem</text>
180
+ </lyric>
181
+ </note>
182
+ </measure>
183
+ <!--=======================================================-->
184
+ <measure number="2" width="261">
185
+ <note default-x="15">
186
+ <pitch>
187
+ <step>B</step>
188
+ <alter>-1</alter>
189
+ <octave>4</octave>
190
+ </pitch>
191
+ <duration>36</duration>
192
+ <voice>1</voice>
193
+ <type>quarter</type>
194
+ <dot/>
195
+ <stem default-y="-55.5">down</stem>
196
+ <lyric default-y="-80" number="1">
197
+ <syllabic>begin</syllabic>
198
+ <text>Hü</text>
199
+ </lyric>
200
+ </note>
201
+ <note default-x="110">
202
+ <pitch>
203
+ <step>C</step>
204
+ <octave>5</octave>
205
+ </pitch>
206
+ <duration>12</duration>
207
+ <voice>1</voice>
208
+ <type>eighth</type>
209
+ <stem default-y="-50.5">down</stem>
210
+ <lyric default-y="-80" number="1">
211
+ <syllabic>end</syllabic>
212
+ <text>gel</text>
213
+ </lyric>
214
+ </note>
215
+ <note default-x="158">
216
+ <pitch>
217
+ <step>D</step>
218
+ <octave>5</octave>
219
+ </pitch>
220
+ <duration>12</duration>
221
+ <voice>1</voice>
222
+ <type>eighth</type>
223
+ <stem default-y="-42">down</stem>
224
+ <beam number="1">begin</beam>
225
+ <lyric default-y="-80" number="1">
226
+ <syllabic>single</syllabic>
227
+ <text>sitz’</text>
228
+ </lyric>
229
+ </note>
230
+ <note default-x="206">
231
+ <pitch>
232
+ <step>E</step>
233
+ <alter>-1</alter>
234
+ <octave>5</octave>
235
+ </pitch>
236
+ <duration>12</duration>
237
+ <voice>1</voice>
238
+ <type>eighth</type>
239
+ <stem default-y="-42">down</stem>
240
+ <beam number="1">end</beam>
241
+ <lyric default-y="-80" number="1">
242
+ <syllabic>single</syllabic>
243
+ <text>ich</text>
244
+ </lyric>
245
+ </note>
246
+ </measure>
247
+ <!--=======================================================-->
248
+ <measure number="3" width="245">
249
+ <note default-x="16">
250
+ <pitch>
251
+ <step>E</step>
252
+ <alter>-1</alter>
253
+ <octave>5</octave>
254
+ </pitch>
255
+ <duration>24</duration>
256
+ <voice>1</voice>
257
+ <type>quarter</type>
258
+ <stem default-y="-40.5">down</stem>
259
+ <lyric default-y="-80" number="1">
260
+ <syllabic>begin</syllabic>
261
+ <text>spä</text>
262
+ </lyric>
263
+ </note>
264
+ <note default-x="71">
265
+ <pitch>
266
+ <step>G</step>
267
+ <octave>4</octave>
268
+ </pitch>
269
+ <duration>12</duration>
270
+ <voice>1</voice>
271
+ <type>eighth</type>
272
+ <stem default-y="6">up</stem>
273
+ <lyric default-y="-80" number="1">
274
+ <syllabic>end</syllabic>
275
+ <text>hend</text>
276
+ </lyric>
277
+ </note>
278
+ <note default-x="113">
279
+ <rest/>
280
+ <duration>12</duration>
281
+ <voice>1</voice>
282
+ <type>eighth</type>
283
+ </note>
284
+ <note default-x="155">
285
+ <pitch>
286
+ <step>A</step>
287
+ <alter>-1</alter>
288
+ <octave>4</octave>
289
+ </pitch>
290
+ <duration>12</duration>
291
+ <voice>1</voice>
292
+ <type>eighth</type>
293
+ <stem default-y="5">up</stem>
294
+ <beam number="1">begin</beam>
295
+ <lyric default-y="-80" number="1">
296
+ <syllabic>single</syllabic>
297
+ <text>in</text>
298
+ </lyric>
299
+ </note>
300
+ <note default-x="196">
301
+ <pitch>
302
+ <step>G</step>
303
+ <octave>4</octave>
304
+ </pitch>
305
+ <duration>12</duration>
306
+ <voice>1</voice>
307
+ <type>eighth</type>
308
+ <stem default-y="5">up</stem>
309
+ <beam number="1">end</beam>
310
+ <lyric default-y="-80" number="1">
311
+ <syllabic>single</syllabic>
312
+ <text>das</text>
313
+ </lyric>
314
+ </note>
315
+ </measure>
316
+ <!--=======================================================-->
317
+ <measure number="4" width="220">
318
+ <note default-x="20">
319
+ <pitch>
320
+ <step>F</step>
321
+ <octave>4</octave>
322
+ </pitch>
323
+ <duration>12</duration>
324
+ <voice>1</voice>
325
+ <type>eighth</type>
326
+ <stem default-y="3.5">up</stem>
327
+ <beam number="1">begin</beam>
328
+ <lyric default-y="-80" number="1">
329
+ <syllabic>begin</syllabic>
330
+ <text>blau</text>
331
+ </lyric>
332
+ </note>
333
+ <note default-x="61">
334
+ <pitch>
335
+ <step>A</step>
336
+ <alter>-1</alter>
337
+ <octave>4</octave>
338
+ </pitch>
339
+ <duration>12</duration>
340
+ <voice>1</voice>
341
+ <type>eighth</type>
342
+ <stem default-y="5">up</stem>
343
+ <beam number="1">end</beam>
344
+ <lyric default-y="-80" number="1">
345
+ <syllabic>end</syllabic>
346
+ <text>e</text>
347
+ </lyric>
348
+ </note>
349
+ <note default-x="103">
350
+ <pitch>
351
+ <step>C</step>
352
+ <octave>5</octave>
353
+ </pitch>
354
+ <duration>24</duration>
355
+ <voice>1</voice>
356
+ <type>quarter</type>
357
+ <stem default-y="-50.5">down</stem>
358
+ <lyric default-y="-80" number="1">
359
+ <syllabic>begin</syllabic>
360
+ <text>Ne</text>
361
+ </lyric>
362
+ </note>
363
+ <note default-x="158">
364
+ <pitch>
365
+ <step>C</step>
366
+ <octave>5</octave>
367
+ </pitch>
368
+ <duration>24</duration>
369
+ <voice>1</voice>
370
+ <type>quarter</type>
371
+ <stem default-y="-50.5">down</stem>
372
+ <lyric default-y="-80" number="1">
373
+ <syllabic>middle</syllabic>
374
+ <text>bel</text>
375
+ </lyric>
376
+ </note>
377
+ </measure>
378
+ <!--=======================================================-->
379
+ <measure number="5" width="267">
380
+ <print new-system="yes">
381
+ <system-layout>
382
+ <system-margins>
383
+ <left-margin>0</left-margin>
384
+ <right-margin>0</right-margin>
385
+ </system-margins>
386
+ <system-distance>192</system-distance>
387
+ </system-layout>
388
+ </print>
389
+ <note default-x="108">
390
+ <pitch>
391
+ <step>F</step>
392
+ <octave>4</octave>
393
+ </pitch>
394
+ <duration>24</duration>
395
+ <voice>1</voice>
396
+ <type>quarter</type>
397
+ <stem default-y="1">up</stem>
398
+ <lyric default-y="-80" number="1">
399
+ <syllabic>end</syllabic>
400
+ <text>land,</text>
401
+ </lyric>
402
+ </note>
403
+ <note default-x="154">
404
+ <pitch>
405
+ <step>B</step>
406
+ <alter>-1</alter>
407
+ <octave>4</octave>
408
+ </pitch>
409
+ <duration>36</duration>
410
+ <voice>1</voice>
411
+ <type>quarter</type>
412
+ <dot/>
413
+ <stem default-y="-55">down</stem>
414
+ <lyric default-y="-80" number="1">
415
+ <syllabic>single</syllabic>
416
+ <text>nach</text>
417
+ </lyric>
418
+ </note>
419
+ <note default-x="225">
420
+ <pitch>
421
+ <step>C</step>
422
+ <octave>5</octave>
423
+ </pitch>
424
+ <duration>12</duration>
425
+ <voice>1</voice>
426
+ <type>eighth</type>
427
+ <stem default-y="-50">down</stem>
428
+ <lyric default-y="-80" number="1">
429
+ <syllabic>single</syllabic>
430
+ <text>den</text>
431
+ </lyric>
432
+ </note>
433
+ </measure>
434
+ <!--=======================================================-->
435
+ <measure number="6" width="194">
436
+ <note default-x="22">
437
+ <pitch>
438
+ <step>B</step>
439
+ <alter>-1</alter>
440
+ <octave>4</octave>
441
+ </pitch>
442
+ <duration>24</duration>
443
+ <voice>1</voice>
444
+ <type>quarter</type>
445
+ <stem default-y="-55">down</stem>
446
+ <lyric default-y="-80" number="1">
447
+ <syllabic>begin</syllabic>
448
+ <text>fer</text>
449
+ </lyric>
450
+ </note>
451
+ <note default-x="69">
452
+ <pitch>
453
+ <step>A</step>
454
+ <octave>4</octave>
455
+ </pitch>
456
+ <duration>24</duration>
457
+ <voice>1</voice>
458
+ <type>quarter</type>
459
+ <accidental>natural</accidental>
460
+ <stem default-y="11">up</stem>
461
+ <lyric default-y="-80" number="1">
462
+ <syllabic>end</syllabic>
463
+ <text>nen</text>
464
+ </lyric>
465
+ </note>
466
+ <note default-x="116">
467
+ <pitch>
468
+ <step>A</step>
469
+ <alter>-1</alter>
470
+ <octave>4</octave>
471
+ </pitch>
472
+ <duration>12</duration>
473
+ <voice>1</voice>
474
+ <type>eighth</type>
475
+ <accidental>flat</accidental>
476
+ <stem default-y="12.5">up</stem>
477
+ <beam number="1">begin</beam>
478
+ <lyric default-y="-80" number="1">
479
+ <syllabic>begin</syllabic>
480
+ <text>Trif</text>
481
+ </lyric>
482
+ </note>
483
+ <note default-x="152">
484
+ <pitch>
485
+ <step>B</step>
486
+ <alter>-1</alter>
487
+ <octave>4</octave>
488
+ </pitch>
489
+ <duration>12</duration>
490
+ <voice>1</voice>
491
+ <type>eighth</type>
492
+ <stem default-y="12.5">up</stem>
493
+ <beam number="1">end</beam>
494
+ <lyric default-y="-80" number="1">
495
+ <syllabic>end</syllabic>
496
+ <text>ten</text>
497
+ </lyric>
498
+ </note>
499
+ </measure>
500
+ <!--=======================================================-->
501
+ <measure number="7" width="178">
502
+ <note default-x="12">
503
+ <pitch>
504
+ <step>A</step>
505
+ <alter>-1</alter>
506
+ <octave>4</octave>
507
+ </pitch>
508
+ <duration>24</duration>
509
+ <voice>1</voice>
510
+ <type>quarter</type>
511
+ <stem default-y="11">up</stem>
512
+ <lyric default-y="-80" number="1">
513
+ <syllabic>begin</syllabic>
514
+ <text>se</text>
515
+ </lyric>
516
+ </note>
517
+ <note default-x="57">
518
+ <pitch>
519
+ <step>G</step>
520
+ <octave>4</octave>
521
+ </pitch>
522
+ <duration>24</duration>
523
+ <voice>1</voice>
524
+ <type>quarter</type>
525
+ <stem default-y="6">up</stem>
526
+ <lyric default-y="-80" number="1">
527
+ <syllabic>end</syllabic>
528
+ <text>hend,</text>
529
+ </lyric>
530
+ </note>
531
+ <note default-x="102">
532
+ <pitch>
533
+ <step>E</step>
534
+ <alter>-1</alter>
535
+ <octave>5</octave>
536
+ </pitch>
537
+ <duration>12</duration>
538
+ <voice>1</voice>
539
+ <type>eighth</type>
540
+ <stem default-y="-42.5">down</stem>
541
+ <beam number="1">begin</beam>
542
+ <lyric default-y="-80" number="1">
543
+ <syllabic>single</syllabic>
544
+ <text>wo</text>
545
+ </lyric>
546
+ </note>
547
+ <note default-x="137">
548
+ <pitch>
549
+ <step>D</step>
550
+ <octave>5</octave>
551
+ </pitch>
552
+ <duration>12</duration>
553
+ <voice>1</voice>
554
+ <type>eighth</type>
555
+ <stem default-y="-42.5">down</stem>
556
+ <beam number="1">end</beam>
557
+ <lyric default-y="-80" number="1">
558
+ <syllabic>single</syllabic>
559
+ <text>ich</text>
560
+ </lyric>
561
+ </note>
562
+ </measure>
563
+ <!--=======================================================-->
564
+ <measure number="8" width="211">
565
+ <note default-x="12">
566
+ <pitch>
567
+ <step>D</step>
568
+ <octave>5</octave>
569
+ </pitch>
570
+ <duration>24</duration>
571
+ <voice>1</voice>
572
+ <type>quarter</type>
573
+ <stem default-y="-45">down</stem>
574
+ <notations>
575
+ <slur bezier-x="16" bezier-y="13" default-x="5" default-y="2" number="1" placement="above" type="start"/>
576
+ </notations>
577
+ <lyric default-y="-80" justify="left" number="1">
578
+ <syllabic>single</syllabic>
579
+ <text>dich,</text>
580
+ <extend/>
581
+ </lyric>
582
+ </note>
583
+ <note default-x="60">
584
+ <pitch>
585
+ <step>C</step>
586
+ <octave>5</octave>
587
+ </pitch>
588
+ <duration>12</duration>
589
+ <voice>1</voice>
590
+ <type>eighth</type>
591
+ <stem default-y="-52.5">down</stem>
592
+ <beam number="1">begin</beam>
593
+ <notations>
594
+ <slur bezier-x="-11" bezier-y="17" default-x="6" default-y="-5" number="1" type="stop"/>
595
+ </notations>
596
+ </note>
597
+ <note default-x="95">
598
+ <pitch>
599
+ <step>B</step>
600
+ <alter>-1</alter>
601
+ <octave>4</octave>
602
+ </pitch>
603
+ <duration>12</duration>
604
+ <voice>1</voice>
605
+ <type>eighth</type>
606
+ <stem default-y="-52.5">down</stem>
607
+ <beam number="1">end</beam>
608
+ <lyric default-y="-80" number="1">
609
+ <syllabic>begin</syllabic>
610
+ <text>Ge</text>
611
+ </lyric>
612
+ </note>
613
+ <note default-x="132">
614
+ <pitch>
615
+ <step>A</step>
616
+ <alter>-1</alter>
617
+ <octave>4</octave>
618
+ </pitch>
619
+ <duration>12</duration>
620
+ <voice>1</voice>
621
+ <type>eighth</type>
622
+ <stem default-y="5">up</stem>
623
+ <beam number="1">begin</beam>
624
+ <lyric default-y="-80" number="1">
625
+ <syllabic>middle</syllabic>
626
+ <text>lieb</text>
627
+ </lyric>
628
+ </note>
629
+ <note default-x="168">
630
+ <pitch>
631
+ <step>F</step>
632
+ <octave>4</octave>
633
+ </pitch>
634
+ <duration>12</duration>
635
+ <voice>1</voice>
636
+ <type>eighth</type>
637
+ <stem default-y="3.5">up</stem>
638
+ <beam number="1">end</beam>
639
+ <lyric default-y="-80" number="1">
640
+ <syllabic>end</syllabic>
641
+ <text>te,</text>
642
+ </lyric>
643
+ </note>
644
+ </measure>
645
+ <!--=======================================================-->
646
+ <measure number="9" width="180">
647
+ <note default-x="22">
648
+ <pitch>
649
+ <step>E</step>
650
+ <alter>-1</alter>
651
+ <octave>4</octave>
652
+ </pitch>
653
+ <duration>24</duration>
654
+ <voice>1</voice>
655
+ <type>quarter</type>
656
+ <stem default-y="-4">up</stem>
657
+ <lyric default-y="-80" number="1">
658
+ <syllabic>single</syllabic>
659
+ <text>fand.</text>
660
+ </lyric>
661
+ </note>
662
+ <note default-x="69">
663
+ <rest/>
664
+ <duration>24</duration>
665
+ <voice>1</voice>
666
+ <type>quarter</type>
667
+ </note>
668
+ <note default-x="115">
669
+ <rest/>
670
+ <duration>24</duration>
671
+ <voice>1</voice>
672
+ <type>quarter</type>
673
+ </note>
674
+ </measure>
675
+ <!--=======================================================-->
676
+ <measure number="10" width="169">
677
+ <note>
678
+ <rest measure="yes"/>
679
+ <duration>72</duration>
680
+ <voice>1</voice>
681
+ </note>
682
+ </measure>
683
+ <!--=======================================================-->
684
+ <measure number="11" width="288">
685
+ <print new-system="yes">
686
+ <system-layout>
687
+ <system-margins>
688
+ <left-margin>0</left-margin>
689
+ <right-margin>0</right-margin>
690
+ </system-margins>
691
+ <system-distance>192</system-distance>
692
+ </system-layout>
693
+ </print>
694
+ <note default-x="99">
695
+ <rest/>
696
+ <duration>24</duration>
697
+ <voice>1</voice>
698
+ <type>quarter</type>
699
+ </note>
700
+ <note default-x="159">
701
+ <pitch>
702
+ <step>B</step>
703
+ <alter>-1</alter>
704
+ <octave>4</octave>
705
+ </pitch>
706
+ <duration>24</duration>
707
+ <voice>1</voice>
708
+ <type>quarter</type>
709
+ <stem default-y="-55">down</stem>
710
+ <lyric default-y="-80" number="1">
711
+ <syllabic>single</syllabic>
712
+ <text>Weit</text>
713
+ </lyric>
714
+ </note>
715
+ <note default-x="221">
716
+ <pitch>
717
+ <step>B</step>
718
+ <alter>-1</alter>
719
+ <octave>4</octave>
720
+ </pitch>
721
+ <duration>24</duration>
722
+ <voice>1</voice>
723
+ <type>quarter</type>
724
+ <stem default-y="-55">down</stem>
725
+ <lyric default-y="-80" number="1">
726
+ <syllabic>single</syllabic>
727
+ <text>bin</text>
728
+ </lyric>
729
+ </note>
730
+ </measure>
731
+ <!--=======================================================-->
732
+ <measure number="12" width="229">
733
+ <note default-x="22">
734
+ <pitch>
735
+ <step>B</step>
736
+ <alter>-1</alter>
737
+ <octave>4</octave>
738
+ </pitch>
739
+ <duration>36</duration>
740
+ <voice>1</voice>
741
+ <type>quarter</type>
742
+ <dot/>
743
+ <stem default-y="-55">down</stem>
744
+ <lyric default-y="-80" number="1">
745
+ <syllabic>single</syllabic>
746
+ <text>ich</text>
747
+ </lyric>
748
+ </note>
749
+ <note default-x="115">
750
+ <pitch>
751
+ <step>C</step>
752
+ <octave>5</octave>
753
+ </pitch>
754
+ <duration>12</duration>
755
+ <voice>1</voice>
756
+ <type>eighth</type>
757
+ <stem default-y="-50">down</stem>
758
+ <lyric default-y="-80" number="1">
759
+ <syllabic>single</syllabic>
760
+ <text>von</text>
761
+ </lyric>
762
+ </note>
763
+ <note default-x="160">
764
+ <pitch>
765
+ <step>D</step>
766
+ <octave>5</octave>
767
+ </pitch>
768
+ <duration>12</duration>
769
+ <voice>1</voice>
770
+ <type>eighth</type>
771
+ <stem default-y="-42">down</stem>
772
+ <beam number="1">begin</beam>
773
+ <lyric default-y="-80" number="1">
774
+ <syllabic>single</syllabic>
775
+ <text>dir</text>
776
+ </lyric>
777
+ </note>
778
+ <note default-x="192">
779
+ <pitch>
780
+ <step>E</step>
781
+ <alter>-1</alter>
782
+ <octave>5</octave>
783
+ </pitch>
784
+ <duration>12</duration>
785
+ <voice>1</voice>
786
+ <type>eighth</type>
787
+ <stem default-y="-42">down</stem>
788
+ <beam number="1">end</beam>
789
+ <lyric default-y="-80" number="1">
790
+ <syllabic>begin</syllabic>
791
+ <text>ge</text>
792
+ </lyric>
793
+ </note>
794
+ </measure>
795
+ <!--=======================================================-->
796
+ <measure number="13" width="224">
797
+ <note default-x="25">
798
+ <pitch>
799
+ <step>E</step>
800
+ <alter>-1</alter>
801
+ <octave>5</octave>
802
+ </pitch>
803
+ <duration>24</duration>
804
+ <voice>1</voice>
805
+ <type>quarter</type>
806
+ <stem default-y="-40">down</stem>
807
+ <lyric default-y="-80" number="1" relative-x="-3">
808
+ <syllabic>middle</syllabic>
809
+ <text>schie</text>
810
+ </lyric>
811
+ </note>
812
+ <note default-x="66">
813
+ <pitch>
814
+ <step>G</step>
815
+ <octave>4</octave>
816
+ </pitch>
817
+ <duration>12</duration>
818
+ <voice>1</voice>
819
+ <type>eighth</type>
820
+ <stem default-y="5.5">up</stem>
821
+ <lyric default-y="-80" number="1" relative-x="7">
822
+ <syllabic>end</syllabic>
823
+ <text>den,</text>
824
+ </lyric>
825
+ </note>
826
+ <note default-x="103">
827
+ <rest/>
828
+ <duration>12</duration>
829
+ <voice>1</voice>
830
+ <type>eighth</type>
831
+ </note>
832
+ <note default-x="148">
833
+ <pitch>
834
+ <step>A</step>
835
+ <alter>-1</alter>
836
+ <octave>4</octave>
837
+ </pitch>
838
+ <duration>12</duration>
839
+ <voice>1</voice>
840
+ <type>eighth</type>
841
+ <stem default-y="5.5">up</stem>
842
+ <beam number="1">begin</beam>
843
+ <lyric default-y="-80" number="1" relative-x="-7">
844
+ <syllabic>begin</syllabic>
845
+ <text>tren</text>
846
+ </lyric>
847
+ </note>
848
+ <note default-x="178">
849
+ <pitch>
850
+ <step>G</step>
851
+ <octave>4</octave>
852
+ </pitch>
853
+ <duration>12</duration>
854
+ <voice>1</voice>
855
+ <type>eighth</type>
856
+ <stem default-y="5.5">up</stem>
857
+ <beam number="1">end</beam>
858
+ <lyric default-y="-80" number="1" relative-x="7">
859
+ <syllabic>end</syllabic>
860
+ <text>nend</text>
861
+ </lyric>
862
+ </note>
863
+ </measure>
864
+ <!--=======================================================-->
865
+ <measure number="14" width="233">
866
+ <note default-x="19">
867
+ <pitch>
868
+ <step>F</step>
869
+ <octave>4</octave>
870
+ </pitch>
871
+ <duration>12</duration>
872
+ <voice>1</voice>
873
+ <type>eighth</type>
874
+ <stem default-y="4">up</stem>
875
+ <beam number="1">begin</beam>
876
+ <lyric default-y="-80" number="1" relative-x="-6">
877
+ <syllabic>begin</syllabic>
878
+ <text>lie</text>
879
+ </lyric>
880
+ </note>
881
+ <note default-x="50">
882
+ <pitch>
883
+ <step>A</step>
884
+ <alter>-1</alter>
885
+ <octave>4</octave>
886
+ </pitch>
887
+ <duration>12</duration>
888
+ <voice>1</voice>
889
+ <type>eighth</type>
890
+ <stem default-y="5.5">up</stem>
891
+ <beam number="1">end</beam>
892
+ <lyric default-y="-80" number="1">
893
+ <syllabic>end</syllabic>
894
+ <text>gen</text>
895
+ </lyric>
896
+ </note>
897
+ <note default-x="82">
898
+ <pitch>
899
+ <step>C</step>
900
+ <octave>5</octave>
901
+ </pitch>
902
+ <duration>24</duration>
903
+ <voice>1</voice>
904
+ <type>quarter</type>
905
+ <stem default-y="-50">down</stem>
906
+ <lyric default-y="-80" number="1" relative-x="7">
907
+ <syllabic>single</syllabic>
908
+ <text>Berg</text>
909
+ </lyric>
910
+ </note>
911
+ <note default-x="165">
912
+ <pitch>
913
+ <step>C</step>
914
+ <octave>5</octave>
915
+ </pitch>
916
+ <duration>24</duration>
917
+ <voice>1</voice>
918
+ <type>quarter</type>
919
+ <stem default-y="-50">down</stem>
920
+ <lyric default-y="-80" number="1">
921
+ <syllabic>single</syllabic>
922
+ <text>und</text>
923
+ </lyric>
924
+ </note>
925
+ </measure>
926
+ <!--=======================================================-->
927
+ <measure number="15" width="226">
928
+ <note default-x="20">
929
+ <pitch>
930
+ <step>F</step>
931
+ <octave>4</octave>
932
+ </pitch>
933
+ <duration>24</duration>
934
+ <voice>1</voice>
935
+ <type>quarter</type>
936
+ <stem default-y="0.5">up</stem>
937
+ <lyric default-y="-80" number="1">
938
+ <syllabic>single</syllabic>
939
+ <text>Thal</text>
940
+ </lyric>
941
+ </note>
942
+ <note default-x="82">
943
+ <pitch>
944
+ <step>B</step>
945
+ <alter>-1</alter>
946
+ <octave>4</octave>
947
+ </pitch>
948
+ <duration>36</duration>
949
+ <voice>1</voice>
950
+ <type>quarter</type>
951
+ <dot/>
952
+ <stem default-y="-55">down</stem>
953
+ <lyric default-y="-80" number="1">
954
+ <syllabic>begin</syllabic>
955
+ <text>zwi</text>
956
+ </lyric>
957
+ </note>
958
+ <note default-x="184">
959
+ <pitch>
960
+ <step>C</step>
961
+ <octave>5</octave>
962
+ </pitch>
963
+ <duration>12</duration>
964
+ <voice>1</voice>
965
+ <type>eighth</type>
966
+ <stem default-y="-50">down</stem>
967
+ <lyric default-y="-80" number="1">
968
+ <syllabic>end</syllabic>
969
+ <text>schen</text>
970
+ </lyric>
971
+ </note>
972
+ </measure>
973
+ </part>
974
+ <!--=========================================================-->
975
+ <part id="P2">
976
+ <measure number="1" width="324">
977
+ <print>
978
+ <staff-layout number="2">
979
+ <staff-distance>70</staff-distance>
980
+ </staff-layout>
981
+ <measure-numbering>none</measure-numbering>
982
+ </print>
983
+ <attributes>
984
+ <divisions>96</divisions>
985
+ <key>
986
+ <fifths>-3</fifths>
987
+ <mode>major</mode>
988
+ </key>
989
+ <time>
990
+ <beats>3</beats>
991
+ <beat-type>4</beat-type>
992
+ </time>
993
+ <staves>2</staves>
994
+ <clef number="1">
995
+ <sign>G</sign>
996
+ <line>2</line>
997
+ </clef>
998
+ <clef number="2">
999
+ <sign>F</sign>
1000
+ <line>4</line>
1001
+ </clef>
1002
+ </attributes>
1003
+ <direction placement="below">
1004
+ <direction-type>
1005
+ <dynamics default-y="-81" halign="left">
1006
+ <p/>
1007
+ </dynamics>
1008
+ </direction-type>
1009
+ <staff>1</staff>
1010
+ <sound dynamics="54"/>
1011
+ </direction>
1012
+ <note default-x="136">
1013
+ <pitch>
1014
+ <step>B</step>
1015
+ <alter>-1</alter>
1016
+ <octave>3</octave>
1017
+ </pitch>
1018
+ <duration>96</duration>
1019
+ <voice>1</voice>
1020
+ <type>quarter</type>
1021
+ <stem default-y="15.5">up</stem>
1022
+ <staff>1</staff>
1023
+ </note>
1024
+ <note default-x="136">
1025
+ <chord/>
1026
+ <pitch>
1027
+ <step>E</step>
1028
+ <alter>-1</alter>
1029
+ <octave>4</octave>
1030
+ </pitch>
1031
+ <duration>96</duration>
1032
+ <voice>1</voice>
1033
+ <type>quarter</type>
1034
+ <stem>up</stem>
1035
+ <staff>1</staff>
1036
+ </note>
1037
+ <note default-x="136">
1038
+ <chord/>
1039
+ <pitch>
1040
+ <step>G</step>
1041
+ <octave>4</octave>
1042
+ </pitch>
1043
+ <duration>96</duration>
1044
+ <voice>1</voice>
1045
+ <type>quarter</type>
1046
+ <stem>up</stem>
1047
+ <staff>1</staff>
1048
+ </note>
1049
+ <note default-x="136">
1050
+ <chord/>
1051
+ <pitch>
1052
+ <step>B</step>
1053
+ <alter>-1</alter>
1054
+ <octave>4</octave>
1055
+ </pitch>
1056
+ <duration>96</duration>
1057
+ <voice>1</voice>
1058
+ <type>quarter</type>
1059
+ <stem>up</stem>
1060
+ <staff>1</staff>
1061
+ </note>
1062
+ <note default-x="196">
1063
+ <pitch>
1064
+ <step>B</step>
1065
+ <alter>-1</alter>
1066
+ <octave>4</octave>
1067
+ </pitch>
1068
+ <duration>96</duration>
1069
+ <voice>1</voice>
1070
+ <type>quarter</type>
1071
+ <stem default-y="-55">down</stem>
1072
+ <staff>1</staff>
1073
+ <notations>
1074
+ <slur bezier-x="19" bezier-y="12" default-x="7" default-y="-11" number="1" placement="above" type="start"/>
1075
+ </notations>
1076
+ </note>
1077
+ <note default-x="257">
1078
+ <pitch>
1079
+ <step>A</step>
1080
+ <alter>-1</alter>
1081
+ <octave>4</octave>
1082
+ </pitch>
1083
+ <duration>96</duration>
1084
+ <voice>1</voice>
1085
+ <type>quarter</type>
1086
+ <stem default-y="10.5">up</stem>
1087
+ <staff>1</staff>
1088
+ <notations>
1089
+ <slur bezier-x="-16" bezier-y="14" default-x="7" default-y="-15" number="1" type="stop"/>
1090
+ </notations>
1091
+ </note>
1092
+ <backup>
1093
+ <duration>288</duration>
1094
+ </backup>
1095
+ <direction placement="below">
1096
+ <direction-type>
1097
+ <pedal default-y="-96" halign="left" line="no" relative-x="-9" type="start"/>
1098
+ </direction-type>
1099
+ <staff>2</staff>
1100
+ <sound damper-pedal="yes"/>
1101
+ </direction>
1102
+ <note default-x="136">
1103
+ <pitch>
1104
+ <step>E</step>
1105
+ <alter>-1</alter>
1106
+ <octave>2</octave>
1107
+ </pitch>
1108
+ <duration>96</duration>
1109
+ <voice>3</voice>
1110
+ <type>quarter</type>
1111
+ <stem default-y="18">up</stem>
1112
+ <staff>2</staff>
1113
+ </note>
1114
+ <note default-x="136">
1115
+ <chord/>
1116
+ <pitch>
1117
+ <step>E</step>
1118
+ <alter>-1</alter>
1119
+ <octave>3</octave>
1120
+ </pitch>
1121
+ <duration>96</duration>
1122
+ <voice>3</voice>
1123
+ <type>quarter</type>
1124
+ <stem>up</stem>
1125
+ <staff>2</staff>
1126
+ </note>
1127
+ <attributes>
1128
+ <clef number="2">
1129
+ <sign>G</sign>
1130
+ <line>2</line>
1131
+ </clef>
1132
+ </attributes>
1133
+ <direction placement="below">
1134
+ <direction-type>
1135
+ <pedal default-y="-95" halign="left" line="no" type="stop"/>
1136
+ </direction-type>
1137
+ <offset sound="yes">32</offset>
1138
+ <staff>2</staff>
1139
+ <sound damper-pedal="no"/>
1140
+ </direction>
1141
+ <note default-x="196">
1142
+ <pitch>
1143
+ <step>G</step>
1144
+ <octave>4</octave>
1145
+ </pitch>
1146
+ <duration>96</duration>
1147
+ <voice>3</voice>
1148
+ <type>quarter</type>
1149
+ <stem default-y="5.5">up</stem>
1150
+ <staff>2</staff>
1151
+ <notations>
1152
+ <slur bezier-x="17" bezier-y="-14" default-x="7" default-y="-42" number="1" placement="below" type="start"/>
1153
+ </notations>
1154
+ </note>
1155
+ <note default-x="257">
1156
+ <pitch>
1157
+ <step>F</step>
1158
+ <octave>4</octave>
1159
+ </pitch>
1160
+ <duration>96</duration>
1161
+ <voice>3</voice>
1162
+ <type>quarter</type>
1163
+ <stem default-y="0.5">up</stem>
1164
+ <staff>2</staff>
1165
+ <notations>
1166
+ <slur bezier-x="-18" bezier-y="-12" default-x="7" default-y="-45" number="1" type="stop"/>
1167
+ </notations>
1168
+ </note>
1169
+ </measure>
1170
+ <!--=======================================================-->
1171
+ <measure number="2" width="261">
1172
+ <note default-x="15">
1173
+ <pitch>
1174
+ <step>G</step>
1175
+ <octave>4</octave>
1176
+ </pitch>
1177
+ <duration>96</duration>
1178
+ <voice>1</voice>
1179
+ <type>quarter</type>
1180
+ <stem default-y="5.5">up</stem>
1181
+ <staff>1</staff>
1182
+ </note>
1183
+ <note default-x="79">
1184
+ <pitch>
1185
+ <step>G</step>
1186
+ <octave>3</octave>
1187
+ </pitch>
1188
+ <duration>96</duration>
1189
+ <voice>1</voice>
1190
+ <type>quarter</type>
1191
+ <stem default-y="5.5">up</stem>
1192
+ <staff>1</staff>
1193
+ </note>
1194
+ <note default-x="79">
1195
+ <chord/>
1196
+ <pitch>
1197
+ <step>E</step>
1198
+ <alter>-1</alter>
1199
+ <octave>4</octave>
1200
+ </pitch>
1201
+ <duration>96</duration>
1202
+ <voice>1</voice>
1203
+ <type>quarter</type>
1204
+ <stem>up</stem>
1205
+ <staff>1</staff>
1206
+ </note>
1207
+ <note default-x="79">
1208
+ <chord/>
1209
+ <pitch>
1210
+ <step>G</step>
1211
+ <octave>4</octave>
1212
+ </pitch>
1213
+ <duration>96</duration>
1214
+ <voice>1</voice>
1215
+ <type>quarter</type>
1216
+ <stem>up</stem>
1217
+ <staff>1</staff>
1218
+ </note>
1219
+ <note default-x="158">
1220
+ <rest/>
1221
+ <duration>96</duration>
1222
+ <voice>1</voice>
1223
+ <type>quarter</type>
1224
+ <staff>1</staff>
1225
+ </note>
1226
+ <backup>
1227
+ <duration>288</duration>
1228
+ </backup>
1229
+ <note default-x="15">
1230
+ <pitch>
1231
+ <step>E</step>
1232
+ <alter>-1</alter>
1233
+ <octave>4</octave>
1234
+ </pitch>
1235
+ <duration>96</duration>
1236
+ <voice>3</voice>
1237
+ <type>quarter</type>
1238
+ <stem default-y="-4.5">up</stem>
1239
+ <staff>2</staff>
1240
+ </note>
1241
+ <attributes>
1242
+ <clef number="2">
1243
+ <sign>F</sign>
1244
+ <line>4</line>
1245
+ </clef>
1246
+ </attributes>
1247
+ <direction placement="below">
1248
+ <direction-type>
1249
+ <pedal default-y="-95" halign="left" line="no" type="start"/>
1250
+ </direction-type>
1251
+ <offset sound="yes">-17</offset>
1252
+ <staff>2</staff>
1253
+ <sound damper-pedal="yes"/>
1254
+ </direction>
1255
+ <note default-x="79">
1256
+ <pitch>
1257
+ <step>E</step>
1258
+ <alter>-1</alter>
1259
+ <octave>2</octave>
1260
+ </pitch>
1261
+ <duration>96</duration>
1262
+ <voice>3</voice>
1263
+ <type>quarter</type>
1264
+ <stem default-y="18">up</stem>
1265
+ <staff>2</staff>
1266
+ </note>
1267
+ <note default-x="79">
1268
+ <chord/>
1269
+ <pitch>
1270
+ <step>E</step>
1271
+ <alter>-1</alter>
1272
+ <octave>3</octave>
1273
+ </pitch>
1274
+ <duration>96</duration>
1275
+ <voice>3</voice>
1276
+ <type>quarter</type>
1277
+ <stem>up</stem>
1278
+ <staff>2</staff>
1279
+ </note>
1280
+ <direction placement="below">
1281
+ <direction-type>
1282
+ <pedal default-y="-95" halign="left" line="no" type="stop"/>
1283
+ </direction-type>
1284
+ <offset sound="yes">-6</offset>
1285
+ <staff>2</staff>
1286
+ <sound damper-pedal="no"/>
1287
+ </direction>
1288
+ <note default-x="158">
1289
+ <rest/>
1290
+ <duration>96</duration>
1291
+ <voice>3</voice>
1292
+ <type>quarter</type>
1293
+ <staff>2</staff>
1294
+ </note>
1295
+ </measure>
1296
+ <!--=======================================================-->
1297
+ <measure number="3" width="245">
1298
+ <note default-x="16">
1299
+ <rest/>
1300
+ <duration>96</duration>
1301
+ <voice>1</voice>
1302
+ <type>quarter</type>
1303
+ <staff>1</staff>
1304
+ </note>
1305
+ <note default-x="71">
1306
+ <pitch>
1307
+ <step>G</step>
1308
+ <octave>3</octave>
1309
+ </pitch>
1310
+ <duration>96</duration>
1311
+ <voice>1</voice>
1312
+ <type>quarter</type>
1313
+ <stem default-y="5.5">up</stem>
1314
+ <staff>1</staff>
1315
+ </note>
1316
+ <note default-x="71">
1317
+ <chord/>
1318
+ <pitch>
1319
+ <step>C</step>
1320
+ <octave>4</octave>
1321
+ </pitch>
1322
+ <duration>96</duration>
1323
+ <voice>1</voice>
1324
+ <type>quarter</type>
1325
+ <stem>up</stem>
1326
+ <staff>1</staff>
1327
+ </note>
1328
+ <note default-x="71">
1329
+ <chord/>
1330
+ <pitch>
1331
+ <step>E</step>
1332
+ <alter>-1</alter>
1333
+ <octave>4</octave>
1334
+ </pitch>
1335
+ <duration>96</duration>
1336
+ <voice>1</voice>
1337
+ <type>quarter</type>
1338
+ <stem>up</stem>
1339
+ <staff>1</staff>
1340
+ </note>
1341
+ <note default-x="71">
1342
+ <chord/>
1343
+ <pitch>
1344
+ <step>G</step>
1345
+ <octave>4</octave>
1346
+ </pitch>
1347
+ <duration>96</duration>
1348
+ <voice>1</voice>
1349
+ <type>quarter</type>
1350
+ <stem>up</stem>
1351
+ <staff>1</staff>
1352
+ </note>
1353
+ <note default-x="155">
1354
+ <rest/>
1355
+ <duration>48</duration>
1356
+ <voice>1</voice>
1357
+ <type>eighth</type>
1358
+ <staff>1</staff>
1359
+ </note>
1360
+ <note default-x="196">
1361
+ <pitch>
1362
+ <step>G</step>
1363
+ <octave>3</octave>
1364
+ </pitch>
1365
+ <duration>48</duration>
1366
+ <voice>1</voice>
1367
+ <type>eighth</type>
1368
+ <stem default-y="5.5">up</stem>
1369
+ <staff>1</staff>
1370
+ </note>
1371
+ <note default-x="196">
1372
+ <chord/>
1373
+ <pitch>
1374
+ <step>E</step>
1375
+ <alter>-1</alter>
1376
+ <octave>4</octave>
1377
+ </pitch>
1378
+ <duration>48</duration>
1379
+ <voice>1</voice>
1380
+ <type>eighth</type>
1381
+ <stem>up</stem>
1382
+ <staff>1</staff>
1383
+ </note>
1384
+ <note default-x="196">
1385
+ <chord/>
1386
+ <pitch>
1387
+ <step>G</step>
1388
+ <octave>4</octave>
1389
+ </pitch>
1390
+ <duration>48</duration>
1391
+ <voice>1</voice>
1392
+ <type>eighth</type>
1393
+ <stem>up</stem>
1394
+ <staff>1</staff>
1395
+ </note>
1396
+ <backup>
1397
+ <duration>288</duration>
1398
+ </backup>
1399
+ <note default-x="16">
1400
+ <rest/>
1401
+ <duration>96</duration>
1402
+ <voice>3</voice>
1403
+ <type>quarter</type>
1404
+ <staff>2</staff>
1405
+ </note>
1406
+ <direction placement="below">
1407
+ <direction-type>
1408
+ <pedal default-y="-95" halign="left" line="no" type="start"/>
1409
+ </direction-type>
1410
+ <offset sound="yes">-22</offset>
1411
+ <staff>2</staff>
1412
+ <sound damper-pedal="yes"/>
1413
+ </direction>
1414
+ <note default-x="71">
1415
+ <pitch>
1416
+ <step>C</step>
1417
+ <octave>2</octave>
1418
+ </pitch>
1419
+ <duration>96</duration>
1420
+ <voice>3</voice>
1421
+ <type>quarter</type>
1422
+ <stem default-y="10.5">up</stem>
1423
+ <staff>2</staff>
1424
+ </note>
1425
+ <note default-x="71">
1426
+ <chord/>
1427
+ <pitch>
1428
+ <step>C</step>
1429
+ <octave>3</octave>
1430
+ </pitch>
1431
+ <duration>96</duration>
1432
+ <voice>3</voice>
1433
+ <type>quarter</type>
1434
+ <stem>up</stem>
1435
+ <staff>2</staff>
1436
+ </note>
1437
+ <direction placement="below">
1438
+ <direction-type>
1439
+ <pedal default-y="-95" halign="left" line="no" type="stop"/>
1440
+ </direction-type>
1441
+ <staff>2</staff>
1442
+ <sound damper-pedal="no"/>
1443
+ </direction>
1444
+ <note default-x="155">
1445
+ <rest/>
1446
+ <duration>48</duration>
1447
+ <voice>3</voice>
1448
+ <type>eighth</type>
1449
+ <staff>2</staff>
1450
+ </note>
1451
+ <note default-x="196">
1452
+ <pitch>
1453
+ <step>B</step>
1454
+ <alter>-1</alter>
1455
+ <octave>1</octave>
1456
+ </pitch>
1457
+ <duration>48</duration>
1458
+ <voice>3</voice>
1459
+ <type>eighth</type>
1460
+ <stem default-y="5.5">up</stem>
1461
+ <staff>2</staff>
1462
+ </note>
1463
+ <note default-x="196">
1464
+ <chord/>
1465
+ <pitch>
1466
+ <step>B</step>
1467
+ <alter>-1</alter>
1468
+ <octave>2</octave>
1469
+ </pitch>
1470
+ <duration>48</duration>
1471
+ <voice>3</voice>
1472
+ <type>eighth</type>
1473
+ <stem>up</stem>
1474
+ <staff>2</staff>
1475
+ </note>
1476
+ </measure>
1477
+ <!--=======================================================-->
1478
+ <measure number="4" width="220">
1479
+ <note default-x="20">
1480
+ <pitch>
1481
+ <step>F</step>
1482
+ <octave>4</octave>
1483
+ </pitch>
1484
+ <duration>48</duration>
1485
+ <voice>1</voice>
1486
+ <type>eighth</type>
1487
+ <stem default-y="4">up</stem>
1488
+ <staff>1</staff>
1489
+ <beam number="1">begin</beam>
1490
+ <notations>
1491
+ <slur bezier-x="25" bezier-y="20" default-x="13" default-y="5" number="1" placement="above" type="start"/>
1492
+ </notations>
1493
+ </note>
1494
+ <note default-x="61">
1495
+ <pitch>
1496
+ <step>A</step>
1497
+ <alter>-1</alter>
1498
+ <octave>4</octave>
1499
+ </pitch>
1500
+ <duration>48</duration>
1501
+ <voice>1</voice>
1502
+ <type>eighth</type>
1503
+ <stem default-y="5.5">up</stem>
1504
+ <staff>1</staff>
1505
+ <beam number="1">end</beam>
1506
+ </note>
1507
+ <note default-x="103">
1508
+ <pitch>
1509
+ <step>C</step>
1510
+ <octave>5</octave>
1511
+ </pitch>
1512
+ <duration>96</duration>
1513
+ <voice>1</voice>
1514
+ <type>quarter</type>
1515
+ <stem default-y="18">up</stem>
1516
+ <staff>1</staff>
1517
+ <notations>
1518
+ <slur bezier-x="-15" bezier-y="23" default-x="9" default-y="-2" number="1" type="stop"/>
1519
+ </notations>
1520
+ </note>
1521
+ <note default-x="158">
1522
+ <pitch>
1523
+ <step>C</step>
1524
+ <octave>5</octave>
1525
+ </pitch>
1526
+ <duration>96</duration>
1527
+ <voice>1</voice>
1528
+ <type>quarter</type>
1529
+ <stem default-y="18">up</stem>
1530
+ <staff>1</staff>
1531
+ </note>
1532
+ <backup>
1533
+ <duration>288</duration>
1534
+ </backup>
1535
+ <note default-x="20">
1536
+ <pitch>
1537
+ <step>C</step>
1538
+ <octave>4</octave>
1539
+ </pitch>
1540
+ <duration>96</duration>
1541
+ <voice>2</voice>
1542
+ <type>quarter</type>
1543
+ <stem default-y="-75">down</stem>
1544
+ <staff>1</staff>
1545
+ </note>
1546
+ <note default-x="103">
1547
+ <pitch>
1548
+ <step>C</step>
1549
+ <octave>4</octave>
1550
+ </pitch>
1551
+ <duration>96</duration>
1552
+ <voice>2</voice>
1553
+ <type>quarter</type>
1554
+ <stem default-y="-75">down</stem>
1555
+ <staff>1</staff>
1556
+ </note>
1557
+ <note default-x="103">
1558
+ <chord/>
1559
+ <pitch>
1560
+ <step>F</step>
1561
+ <octave>4</octave>
1562
+ </pitch>
1563
+ <duration>96</duration>
1564
+ <voice>2</voice>
1565
+ <type>quarter</type>
1566
+ <stem>down</stem>
1567
+ <staff>1</staff>
1568
+ </note>
1569
+ <note default-x="158">
1570
+ <pitch>
1571
+ <step>C</step>
1572
+ <octave>4</octave>
1573
+ </pitch>
1574
+ <duration>96</duration>
1575
+ <voice>2</voice>
1576
+ <type>quarter</type>
1577
+ <stem default-y="-75">down</stem>
1578
+ <staff>1</staff>
1579
+ <notations>
1580
+ <slur bezier-x="13" bezier-y="-13" default-x="10" default-y="-42" number="1" placement="below" type="start"/>
1581
+ <slur bezier-x="-16" bezier-y="-11" default-x="72" default-y="-49" number="1" type="continue"/>
1582
+ </notations>
1583
+ </note>
1584
+ <note default-x="146">
1585
+ <chord/>
1586
+ <pitch>
1587
+ <step>E</step>
1588
+ <alter>-1</alter>
1589
+ <octave>4</octave>
1590
+ </pitch>
1591
+ <duration>96</duration>
1592
+ <voice>2</voice>
1593
+ <type>quarter</type>
1594
+ <stem>down</stem>
1595
+ <staff>1</staff>
1596
+ </note>
1597
+ <note default-x="158">
1598
+ <chord/>
1599
+ <pitch>
1600
+ <step>F</step>
1601
+ <octave>4</octave>
1602
+ </pitch>
1603
+ <duration>96</duration>
1604
+ <tie type="start"/>
1605
+ <voice>2</voice>
1606
+ <type>quarter</type>
1607
+ <stem>down</stem>
1608
+ <staff>1</staff>
1609
+ <notations>
1610
+ <tied orientation="over" type="start"/>
1611
+ </notations>
1612
+ </note>
1613
+ <backup>
1614
+ <duration>288</duration>
1615
+ </backup>
1616
+ <note default-x="20">
1617
+ <pitch>
1618
+ <step>A</step>
1619
+ <alter>-1</alter>
1620
+ <octave>1</octave>
1621
+ </pitch>
1622
+ <duration>96</duration>
1623
+ <voice>3</voice>
1624
+ <type>quarter</type>
1625
+ <stem default-y="0.5">up</stem>
1626
+ <staff>2</staff>
1627
+ </note>
1628
+ <note default-x="20">
1629
+ <chord/>
1630
+ <pitch>
1631
+ <step>A</step>
1632
+ <alter>-1</alter>
1633
+ <octave>2</octave>
1634
+ </pitch>
1635
+ <duration>96</duration>
1636
+ <voice>3</voice>
1637
+ <type>quarter</type>
1638
+ <stem>up</stem>
1639
+ <staff>2</staff>
1640
+ </note>
1641
+ <note default-x="103">
1642
+ <pitch>
1643
+ <step>A</step>
1644
+ <alter>-1</alter>
1645
+ <octave>1</octave>
1646
+ </pitch>
1647
+ <duration>96</duration>
1648
+ <voice>3</voice>
1649
+ <type>quarter</type>
1650
+ <stem default-y="0.5">up</stem>
1651
+ <staff>2</staff>
1652
+ <notations>
1653
+ <slur bezier-x="27" bezier-y="-22" default-x="7" default-y="-81" number="2" placement="below" type="start"/>
1654
+ <slur bezier-x="-28" bezier-y="-19" default-x="114" default-y="-85" number="2" type="continue"/>
1655
+ </notations>
1656
+ </note>
1657
+ <note default-x="103">
1658
+ <chord/>
1659
+ <pitch>
1660
+ <step>A</step>
1661
+ <alter>-1</alter>
1662
+ <octave>2</octave>
1663
+ </pitch>
1664
+ <duration>96</duration>
1665
+ <voice>3</voice>
1666
+ <type>quarter</type>
1667
+ <stem>up</stem>
1668
+ <staff>2</staff>
1669
+ </note>
1670
+ <note default-x="158">
1671
+ <pitch>
1672
+ <step>A</step>
1673
+ <octave>1</octave>
1674
+ </pitch>
1675
+ <duration>96</duration>
1676
+ <voice>3</voice>
1677
+ <type>quarter</type>
1678
+ <accidental>natural</accidental>
1679
+ <stem default-y="0.5">up</stem>
1680
+ <staff>2</staff>
1681
+ </note>
1682
+ <note default-x="158">
1683
+ <chord/>
1684
+ <pitch>
1685
+ <step>A</step>
1686
+ <octave>2</octave>
1687
+ </pitch>
1688
+ <duration>96</duration>
1689
+ <voice>3</voice>
1690
+ <type>quarter</type>
1691
+ <accidental>natural</accidental>
1692
+ <stem>up</stem>
1693
+ <staff>2</staff>
1694
+ </note>
1695
+ </measure>
1696
+ <!--=======================================================-->
1697
+ <measure number="5" width="267">
1698
+ <print new-system="yes">
1699
+ <staff-layout number="2">
1700
+ <staff-distance>70</staff-distance>
1701
+ </staff-layout>
1702
+ </print>
1703
+ <forward>
1704
+ <duration>96</duration>
1705
+ <voice>1</voice>
1706
+ <staff>1</staff>
1707
+ </forward>
1708
+ <note default-x="154">
1709
+ <pitch>
1710
+ <step>B</step>
1711
+ <alter>-1</alter>
1712
+ <octave>4</octave>
1713
+ </pitch>
1714
+ <duration>144</duration>
1715
+ <voice>1</voice>
1716
+ <type>quarter</type>
1717
+ <dot/>
1718
+ <stem default-y="15.5">up</stem>
1719
+ <staff>1</staff>
1720
+ <notations>
1721
+ <slur bezier-x="45" bezier-y="36" default-x="15" default-y="5" number="3" placement="above" type="start"/>
1722
+ </notations>
1723
+ </note>
1724
+ <note default-x="225">
1725
+ <pitch>
1726
+ <step>C</step>
1727
+ <octave>5</octave>
1728
+ </pitch>
1729
+ <duration>48</duration>
1730
+ <voice>1</voice>
1731
+ <type>eighth</type>
1732
+ <stem default-y="18">up</stem>
1733
+ <staff>1</staff>
1734
+ </note>
1735
+ <backup>
1736
+ <duration>288</duration>
1737
+ </backup>
1738
+ <note default-x="108">
1739
+ <pitch>
1740
+ <step>D</step>
1741
+ <octave>4</octave>
1742
+ </pitch>
1743
+ <duration>96</duration>
1744
+ <voice>2</voice>
1745
+ <type>quarter</type>
1746
+ <stem default-y="0.5">up</stem>
1747
+ <staff>1</staff>
1748
+ <notations>
1749
+ <slur bezier-x2="11" bezier-y2="-7" default-x="-26" default-y="-60" number="1" type="continue"/>
1750
+ <slur bezier-x="-7" bezier-y="-12" default-x="6" default-y="-53" number="1" type="stop"/>
1751
+ </notations>
1752
+ </note>
1753
+ <note default-x="108">
1754
+ <chord/>
1755
+ <pitch>
1756
+ <step>F</step>
1757
+ <octave>4</octave>
1758
+ </pitch>
1759
+ <duration>96</duration>
1760
+ <tie type="stop"/>
1761
+ <voice>2</voice>
1762
+ <type>quarter</type>
1763
+ <stem>up</stem>
1764
+ <staff>1</staff>
1765
+ <notations>
1766
+ <tied type="stop"/>
1767
+ </notations>
1768
+ </note>
1769
+ <note default-x="154">
1770
+ <pitch>
1771
+ <step>F</step>
1772
+ <octave>4</octave>
1773
+ </pitch>
1774
+ <duration>96</duration>
1775
+ <voice>2</voice>
1776
+ <type>quarter</type>
1777
+ <stem default-y="-63">down</stem>
1778
+ <staff>1</staff>
1779
+ </note>
1780
+ <note default-x="201">
1781
+ <pitch>
1782
+ <step>G</step>
1783
+ <octave>4</octave>
1784
+ </pitch>
1785
+ <duration>96</duration>
1786
+ <voice>2</voice>
1787
+ <type>quarter</type>
1788
+ <stem default-y="-60.5">down</stem>
1789
+ <staff>1</staff>
1790
+ </note>
1791
+ <backup>
1792
+ <duration>288</duration>
1793
+ </backup>
1794
+ <note default-x="108">
1795
+ <pitch>
1796
+ <step>B</step>
1797
+ <alter>-1</alter>
1798
+ <octave>1</octave>
1799
+ </pitch>
1800
+ <duration>96</duration>
1801
+ <voice>3</voice>
1802
+ <type>quarter</type>
1803
+ <stem default-y="5.5">up</stem>
1804
+ <staff>2</staff>
1805
+ <notations>
1806
+ <slur bezier-x2="12" bezier-y2="-13" default-x="-30" default-y="-80" number="2" type="continue"/>
1807
+ <slur bezier-x="-7" bezier-y="-15" default-x="7" default-y="-75" number="2" type="stop"/>
1808
+ </notations>
1809
+ </note>
1810
+ <note default-x="108">
1811
+ <chord/>
1812
+ <pitch>
1813
+ <step>B</step>
1814
+ <alter>-1</alter>
1815
+ <octave>2</octave>
1816
+ </pitch>
1817
+ <duration>96</duration>
1818
+ <voice>3</voice>
1819
+ <type>quarter</type>
1820
+ <stem>up</stem>
1821
+ <staff>2</staff>
1822
+ </note>
1823
+ <note default-x="154">
1824
+ <pitch>
1825
+ <step>D</step>
1826
+ <octave>3</octave>
1827
+ </pitch>
1828
+ <duration>96</duration>
1829
+ <voice>3</voice>
1830
+ <type>quarter</type>
1831
+ <stem default-y="-55.5">down</stem>
1832
+ <staff>2</staff>
1833
+ <notations>
1834
+ <slur bezier-x="33" bezier-y="36" default-x="7" default-y="-6" number="1" placement="above" type="start"/>
1835
+ </notations>
1836
+ </note>
1837
+ <note default-x="201">
1838
+ <pitch>
1839
+ <step>E</step>
1840
+ <alter>-1</alter>
1841
+ <octave>3</octave>
1842
+ </pitch>
1843
+ <duration>96</duration>
1844
+ <voice>3</voice>
1845
+ <type>quarter</type>
1846
+ <stem default-y="-50.5">down</stem>
1847
+ <staff>2</staff>
1848
+ </note>
1849
+ </measure>
1850
+ <!--=======================================================-->
1851
+ <measure number="6" width="194">
1852
+ <note default-x="22">
1853
+ <pitch>
1854
+ <step>B</step>
1855
+ <alter>-1</alter>
1856
+ <octave>4</octave>
1857
+ </pitch>
1858
+ <duration>96</duration>
1859
+ <voice>1</voice>
1860
+ <type>quarter</type>
1861
+ <stem default-y="15.5">up</stem>
1862
+ <staff>1</staff>
1863
+ </note>
1864
+ <note default-x="69">
1865
+ <pitch>
1866
+ <step>A</step>
1867
+ <octave>4</octave>
1868
+ </pitch>
1869
+ <duration>96</duration>
1870
+ <voice>1</voice>
1871
+ <type>quarter</type>
1872
+ <accidental>natural</accidental>
1873
+ <stem default-y="10.5">up</stem>
1874
+ <staff>1</staff>
1875
+ <notations>
1876
+ <slur bezier-x="-25" bezier-y="39" default-x="9" default-y="-5" number="3" type="stop"/>
1877
+ </notations>
1878
+ </note>
1879
+ <note default-x="116">
1880
+ <pitch>
1881
+ <step>A</step>
1882
+ <alter>-1</alter>
1883
+ <octave>4</octave>
1884
+ </pitch>
1885
+ <duration>48</duration>
1886
+ <voice>1</voice>
1887
+ <type>eighth</type>
1888
+ <accidental>flat</accidental>
1889
+ <stem default-y="13">up</stem>
1890
+ <staff>1</staff>
1891
+ <beam number="1">begin</beam>
1892
+ <notations>
1893
+ <slur bezier-x="11" bezier-y="12" default-x="12" default-y="16" number="2" placement="above" type="start"/>
1894
+ </notations>
1895
+ </note>
1896
+ <note default-x="152">
1897
+ <pitch>
1898
+ <step>B</step>
1899
+ <alter>-1</alter>
1900
+ <octave>4</octave>
1901
+ </pitch>
1902
+ <duration>48</duration>
1903
+ <voice>1</voice>
1904
+ <type>eighth</type>
1905
+ <stem default-y="13">up</stem>
1906
+ <staff>1</staff>
1907
+ <beam number="1">end</beam>
1908
+ <notations>
1909
+ <slur bezier-x="-11" bezier-y="12" default-x="13" default-y="16" number="2" type="stop"/>
1910
+ </notations>
1911
+ </note>
1912
+ <backup>
1913
+ <duration>288</duration>
1914
+ </backup>
1915
+ <note default-x="22">
1916
+ <pitch>
1917
+ <step>E</step>
1918
+ <alter>-1</alter>
1919
+ <octave>4</octave>
1920
+ </pitch>
1921
+ <duration>192</duration>
1922
+ <voice>2</voice>
1923
+ <type>half</type>
1924
+ <stem default-y="-65.5">down</stem>
1925
+ <staff>1</staff>
1926
+ </note>
1927
+ <note default-x="22">
1928
+ <chord/>
1929
+ <pitch>
1930
+ <step>G</step>
1931
+ <alter>-1</alter>
1932
+ <octave>4</octave>
1933
+ </pitch>
1934
+ <duration>192</duration>
1935
+ <voice>2</voice>
1936
+ <type>half</type>
1937
+ <accidental>flat</accidental>
1938
+ <stem>down</stem>
1939
+ <staff>1</staff>
1940
+ </note>
1941
+ <note default-x="116">
1942
+ <pitch>
1943
+ <step>F</step>
1944
+ <octave>4</octave>
1945
+ </pitch>
1946
+ <duration>96</duration>
1947
+ <voice>2</voice>
1948
+ <type>quarter</type>
1949
+ <stem default-y="-63">down</stem>
1950
+ <staff>1</staff>
1951
+ </note>
1952
+ <backup>
1953
+ <duration>288</duration>
1954
+ </backup>
1955
+ <note default-x="22">
1956
+ <pitch>
1957
+ <step>C</step>
1958
+ <octave>3</octave>
1959
+ </pitch>
1960
+ <duration>96</duration>
1961
+ <voice>3</voice>
1962
+ <type>quarter</type>
1963
+ <stem default-y="10.5">up</stem>
1964
+ <staff>2</staff>
1965
+ </note>
1966
+ <note default-x="69">
1967
+ <pitch>
1968
+ <step>C</step>
1969
+ <octave>4</octave>
1970
+ </pitch>
1971
+ <duration>96</duration>
1972
+ <voice>3</voice>
1973
+ <type>quarter</type>
1974
+ <stem default-y="35.5">up</stem>
1975
+ <staff>2</staff>
1976
+ <notations>
1977
+ <slur bezier-x="-49" bezier-y="25" default-x="9" default-y="19" number="1" type="stop"/>
1978
+ </notations>
1979
+ </note>
1980
+ <forward>
1981
+ <duration>96</duration>
1982
+ <voice>3</voice>
1983
+ <staff>2</staff>
1984
+ </forward>
1985
+ <backup>
1986
+ <duration>288</duration>
1987
+ </backup>
1988
+ <note default-x="37">
1989
+ <pitch>
1990
+ <step>C</step>
1991
+ <octave>3</octave>
1992
+ </pitch>
1993
+ <duration>192</duration>
1994
+ <voice>4</voice>
1995
+ <type>half</type>
1996
+ <stem default-y="-58">down</stem>
1997
+ <staff>2</staff>
1998
+ </note>
1999
+ <note default-x="116">
2000
+ <pitch>
2001
+ <step>D</step>
2002
+ <octave>3</octave>
2003
+ </pitch>
2004
+ <duration>96</duration>
2005
+ <voice>4</voice>
2006
+ <type>quarter</type>
2007
+ <stem default-y="-55.5">down</stem>
2008
+ <staff>2</staff>
2009
+ </note>
2010
+ <note default-x="116">
2011
+ <chord/>
2012
+ <pitch>
2013
+ <step>B</step>
2014
+ <alter>-1</alter>
2015
+ <octave>3</octave>
2016
+ </pitch>
2017
+ <duration>96</duration>
2018
+ <voice>4</voice>
2019
+ <type>quarter</type>
2020
+ <stem>down</stem>
2021
+ <staff>2</staff>
2022
+ </note>
2023
+ <note default-x="116">
2024
+ <chord/>
2025
+ <pitch>
2026
+ <step>D</step>
2027
+ <octave>4</octave>
2028
+ </pitch>
2029
+ <duration>96</duration>
2030
+ <voice>4</voice>
2031
+ <type>quarter</type>
2032
+ <stem>down</stem>
2033
+ <staff>2</staff>
2034
+ </note>
2035
+ </measure>
2036
+ <!--=======================================================-->
2037
+ <measure number="7" width="178">
2038
+ <note default-x="12">
2039
+ <pitch>
2040
+ <step>F</step>
2041
+ <octave>4</octave>
2042
+ </pitch>
2043
+ <duration>96</duration>
2044
+ <voice>1</voice>
2045
+ <type>quarter</type>
2046
+ <stem default-y="10.5">up</stem>
2047
+ <staff>1</staff>
2048
+ <notations>
2049
+ <slur bezier-x="14" bezier-y="-13" default-x="7" default-y="-45" number="1" placement="below" type="start"/>
2050
+ </notations>
2051
+ </note>
2052
+ <note default-x="12">
2053
+ <chord/>
2054
+ <pitch>
2055
+ <step>A</step>
2056
+ <alter>-1</alter>
2057
+ <octave>4</octave>
2058
+ </pitch>
2059
+ <duration>96</duration>
2060
+ <voice>1</voice>
2061
+ <type>quarter</type>
2062
+ <stem>up</stem>
2063
+ <staff>1</staff>
2064
+ </note>
2065
+ <note default-x="57">
2066
+ <pitch>
2067
+ <step>G</step>
2068
+ <octave>4</octave>
2069
+ </pitch>
2070
+ <duration>96</duration>
2071
+ <voice>1</voice>
2072
+ <type>quarter</type>
2073
+ <accidental>natural</accidental>
2074
+ <stem default-y="5.5">up</stem>
2075
+ <staff>1</staff>
2076
+ <notations>
2077
+ <slur bezier-x="-12" bezier-y="-14" default-x="7" default-y="-41" number="1" type="stop"/>
2078
+ </notations>
2079
+ </note>
2080
+ <direction placement="below">
2081
+ <direction-type>
2082
+ <wedge default-y="-70" spread="0" type="crescendo"/>
2083
+ </direction-type>
2084
+ <staff>1</staff>
2085
+ </direction>
2086
+ <note default-x="102">
2087
+ <pitch>
2088
+ <step>E</step>
2089
+ <alter>-1</alter>
2090
+ <octave>4</octave>
2091
+ </pitch>
2092
+ <duration>48</duration>
2093
+ <voice>1</voice>
2094
+ <type>eighth</type>
2095
+ <stem default-y="23">up</stem>
2096
+ <staff>1</staff>
2097
+ <beam number="1">begin</beam>
2098
+ </note>
2099
+ <note default-x="102">
2100
+ <chord/>
2101
+ <pitch>
2102
+ <step>B</step>
2103
+ <alter>-1</alter>
2104
+ <octave>4</octave>
2105
+ </pitch>
2106
+ <duration>48</duration>
2107
+ <voice>1</voice>
2108
+ <type>eighth</type>
2109
+ <stem>up</stem>
2110
+ <staff>1</staff>
2111
+ </note>
2112
+ <note default-x="102">
2113
+ <chord/>
2114
+ <pitch>
2115
+ <step>E</step>
2116
+ <alter>-1</alter>
2117
+ <octave>5</octave>
2118
+ </pitch>
2119
+ <duration>48</duration>
2120
+ <voice>1</voice>
2121
+ <type>eighth</type>
2122
+ <stem>up</stem>
2123
+ <staff>1</staff>
2124
+ </note>
2125
+ <note default-x="137">
2126
+ <pitch>
2127
+ <step>E</step>
2128
+ <alter>-1</alter>
2129
+ <octave>4</octave>
2130
+ </pitch>
2131
+ <duration>48</duration>
2132
+ <voice>1</voice>
2133
+ <type>eighth</type>
2134
+ <stem default-y="23">up</stem>
2135
+ <staff>1</staff>
2136
+ <beam number="1">end</beam>
2137
+ </note>
2138
+ <note default-x="137">
2139
+ <chord/>
2140
+ <pitch>
2141
+ <step>B</step>
2142
+ <alter>-1</alter>
2143
+ <octave>4</octave>
2144
+ </pitch>
2145
+ <duration>48</duration>
2146
+ <voice>1</voice>
2147
+ <type>eighth</type>
2148
+ <stem>up</stem>
2149
+ <staff>1</staff>
2150
+ </note>
2151
+ <note default-x="137">
2152
+ <chord/>
2153
+ <pitch>
2154
+ <step>D</step>
2155
+ <octave>5</octave>
2156
+ </pitch>
2157
+ <duration>48</duration>
2158
+ <voice>1</voice>
2159
+ <type>eighth</type>
2160
+ <stem>up</stem>
2161
+ <staff>1</staff>
2162
+ </note>
2163
+ <direction>
2164
+ <direction-type>
2165
+ <wedge spread="15" type="stop"/>
2166
+ </direction-type>
2167
+ <offset>-8</offset>
2168
+ <staff>1</staff>
2169
+ </direction>
2170
+ <backup>
2171
+ <duration>288</duration>
2172
+ </backup>
2173
+ <note default-x="12">
2174
+ <pitch>
2175
+ <step>B</step>
2176
+ <alter>-1</alter>
2177
+ <octave>3</octave>
2178
+ </pitch>
2179
+ <duration>96</duration>
2180
+ <voice>3</voice>
2181
+ <type>quarter</type>
2182
+ <stem default-y="30.5">up</stem>
2183
+ <staff>2</staff>
2184
+ <notations>
2185
+ <slur bezier-x="6" bezier-y="18" default-x="15" default-y="16" number="1" placement="above" type="start"/>
2186
+ </notations>
2187
+ </note>
2188
+ <note default-x="57">
2189
+ <pitch>
2190
+ <step>E</step>
2191
+ <alter>-1</alter>
2192
+ <octave>4</octave>
2193
+ </pitch>
2194
+ <duration>96</duration>
2195
+ <voice>3</voice>
2196
+ <type>quarter</type>
2197
+ <stem default-y="45.5">up</stem>
2198
+ <staff>2</staff>
2199
+ <notations>
2200
+ <slur bezier-x="-15" bezier-y="10" default-x="7" default-y="30" number="1" type="stop"/>
2201
+ </notations>
2202
+ </note>
2203
+ <forward>
2204
+ <duration>96</duration>
2205
+ <voice>3</voice>
2206
+ <staff>2</staff>
2207
+ </forward>
2208
+ <backup>
2209
+ <duration>288</duration>
2210
+ </backup>
2211
+ <note default-x="12">
2212
+ <pitch>
2213
+ <step>E</step>
2214
+ <alter>-1</alter>
2215
+ <octave>3</octave>
2216
+ </pitch>
2217
+ <duration>192</duration>
2218
+ <voice>4</voice>
2219
+ <type>half</type>
2220
+ <stem default-y="-50.5">down</stem>
2221
+ <staff>2</staff>
2222
+ </note>
2223
+ <note default-x="102">
2224
+ <pitch>
2225
+ <step>G</step>
2226
+ <octave>2</octave>
2227
+ </pitch>
2228
+ <duration>96</duration>
2229
+ <voice>4</voice>
2230
+ <type>quarter</type>
2231
+ <stem default-y="-65.5">down</stem>
2232
+ <staff>2</staff>
2233
+ </note>
2234
+ <note default-x="102">
2235
+ <chord/>
2236
+ <pitch>
2237
+ <step>E</step>
2238
+ <alter>-1</alter>
2239
+ <octave>3</octave>
2240
+ </pitch>
2241
+ <duration>96</duration>
2242
+ <voice>4</voice>
2243
+ <type>quarter</type>
2244
+ <stem>down</stem>
2245
+ <staff>2</staff>
2246
+ </note>
2247
+ <note default-x="102">
2248
+ <chord/>
2249
+ <pitch>
2250
+ <step>G</step>
2251
+ <octave>3</octave>
2252
+ </pitch>
2253
+ <duration>96</duration>
2254
+ <voice>4</voice>
2255
+ <type>quarter</type>
2256
+ <stem>down</stem>
2257
+ <staff>2</staff>
2258
+ </note>
2259
+ </measure>
2260
+ <!--=======================================================-->
2261
+ <measure number="8" width="211">
2262
+ <direction placement="below">
2263
+ <direction-type>
2264
+ <wedge default-y="-70" spread="15" type="diminuendo"/>
2265
+ </direction-type>
2266
+ <staff>1</staff>
2267
+ </direction>
2268
+ <note default-x="12">
2269
+ <pitch>
2270
+ <step>E</step>
2271
+ <alter>-1</alter>
2272
+ <octave>4</octave>
2273
+ </pitch>
2274
+ <duration>96</duration>
2275
+ <voice>1</voice>
2276
+ <type>quarter</type>
2277
+ <stem default-y="20.5">up</stem>
2278
+ <staff>1</staff>
2279
+ <notations>
2280
+ <slur bezier-x="14" bezier-y="8" default-x="15" default-y="3" number="1" placement="above" type="start"/>
2281
+ </notations>
2282
+ </note>
2283
+ <note default-x="12">
2284
+ <chord/>
2285
+ <pitch>
2286
+ <step>B</step>
2287
+ <alter>-1</alter>
2288
+ <octave>4</octave>
2289
+ </pitch>
2290
+ <duration>96</duration>
2291
+ <voice>1</voice>
2292
+ <type>quarter</type>
2293
+ <stem>up</stem>
2294
+ <staff>1</staff>
2295
+ </note>
2296
+ <note default-x="12">
2297
+ <chord/>
2298
+ <pitch>
2299
+ <step>D</step>
2300
+ <octave>5</octave>
2301
+ </pitch>
2302
+ <duration>96</duration>
2303
+ <voice>1</voice>
2304
+ <type>quarter</type>
2305
+ <stem>up</stem>
2306
+ <staff>1</staff>
2307
+ </note>
2308
+ <note default-x="60">
2309
+ <pitch>
2310
+ <step>E</step>
2311
+ <alter>-1</alter>
2312
+ <octave>4</octave>
2313
+ </pitch>
2314
+ <duration>48</duration>
2315
+ <voice>1</voice>
2316
+ <type>eighth</type>
2317
+ <stem default-y="18">up</stem>
2318
+ <staff>1</staff>
2319
+ <beam number="1">begin</beam>
2320
+ <notations>
2321
+ <slur bezier-x="-8" bezier-y="14" default-x="7" default-y="-7" number="1" type="stop"/>
2322
+ </notations>
2323
+ </note>
2324
+ <note default-x="60">
2325
+ <chord/>
2326
+ <pitch>
2327
+ <step>A</step>
2328
+ <alter>-1</alter>
2329
+ <octave>4</octave>
2330
+ </pitch>
2331
+ <duration>48</duration>
2332
+ <voice>1</voice>
2333
+ <type>eighth</type>
2334
+ <stem>up</stem>
2335
+ <staff>1</staff>
2336
+ </note>
2337
+ <note default-x="60">
2338
+ <chord/>
2339
+ <pitch>
2340
+ <step>C</step>
2341
+ <octave>5</octave>
2342
+ </pitch>
2343
+ <duration>48</duration>
2344
+ <voice>1</voice>
2345
+ <type>eighth</type>
2346
+ <stem>up</stem>
2347
+ <staff>1</staff>
2348
+ </note>
2349
+ <direction>
2350
+ <direction-type>
2351
+ <wedge spread="0" type="stop"/>
2352
+ </direction-type>
2353
+ <offset>-17</offset>
2354
+ <staff>1</staff>
2355
+ </direction>
2356
+ <note default-x="95">
2357
+ <pitch>
2358
+ <step>E</step>
2359
+ <alter>-1</alter>
2360
+ <octave>4</octave>
2361
+ </pitch>
2362
+ <duration>48</duration>
2363
+ <voice>1</voice>
2364
+ <type>eighth</type>
2365
+ <stem default-y="13">up</stem>
2366
+ <staff>1</staff>
2367
+ <beam number="1">continue</beam>
2368
+ </note>
2369
+ <note default-x="95">
2370
+ <chord/>
2371
+ <pitch>
2372
+ <step>G</step>
2373
+ <octave>4</octave>
2374
+ </pitch>
2375
+ <duration>48</duration>
2376
+ <voice>1</voice>
2377
+ <type>eighth</type>
2378
+ <stem>up</stem>
2379
+ <staff>1</staff>
2380
+ </note>
2381
+ <note default-x="95">
2382
+ <chord/>
2383
+ <pitch>
2384
+ <step>B</step>
2385
+ <alter>-1</alter>
2386
+ <octave>4</octave>
2387
+ </pitch>
2388
+ <duration>48</duration>
2389
+ <voice>1</voice>
2390
+ <type>eighth</type>
2391
+ <stem>up</stem>
2392
+ <staff>1</staff>
2393
+ </note>
2394
+ <note default-x="132">
2395
+ <pitch>
2396
+ <step>D</step>
2397
+ <octave>4</octave>
2398
+ </pitch>
2399
+ <duration>48</duration>
2400
+ <voice>1</voice>
2401
+ <type>eighth</type>
2402
+ <stem default-y="8">up</stem>
2403
+ <staff>1</staff>
2404
+ <beam number="1">continue</beam>
2405
+ </note>
2406
+ <note default-x="132">
2407
+ <chord/>
2408
+ <pitch>
2409
+ <step>F</step>
2410
+ <octave>4</octave>
2411
+ </pitch>
2412
+ <duration>48</duration>
2413
+ <voice>1</voice>
2414
+ <type>eighth</type>
2415
+ <stem>up</stem>
2416
+ <staff>1</staff>
2417
+ </note>
2418
+ <note default-x="132">
2419
+ <chord/>
2420
+ <pitch>
2421
+ <step>A</step>
2422
+ <alter>-1</alter>
2423
+ <octave>4</octave>
2424
+ </pitch>
2425
+ <duration>48</duration>
2426
+ <voice>1</voice>
2427
+ <type>eighth</type>
2428
+ <stem>up</stem>
2429
+ <staff>1</staff>
2430
+ </note>
2431
+ <note default-x="168">
2432
+ <pitch>
2433
+ <step>A</step>
2434
+ <alter>-1</alter>
2435
+ <octave>3</octave>
2436
+ </pitch>
2437
+ <duration>48</duration>
2438
+ <voice>1</voice>
2439
+ <type>eighth</type>
2440
+ <stem default-y="3">up</stem>
2441
+ <staff>1</staff>
2442
+ <beam number="1">end</beam>
2443
+ </note>
2444
+ <note default-x="168">
2445
+ <chord/>
2446
+ <pitch>
2447
+ <step>D</step>
2448
+ <octave>4</octave>
2449
+ </pitch>
2450
+ <duration>48</duration>
2451
+ <voice>1</voice>
2452
+ <type>eighth</type>
2453
+ <stem>up</stem>
2454
+ <staff>1</staff>
2455
+ </note>
2456
+ <note default-x="168">
2457
+ <chord/>
2458
+ <pitch>
2459
+ <step>F</step>
2460
+ <octave>4</octave>
2461
+ </pitch>
2462
+ <duration>48</duration>
2463
+ <voice>1</voice>
2464
+ <type>eighth</type>
2465
+ <stem>up</stem>
2466
+ <staff>1</staff>
2467
+ </note>
2468
+ <backup>
2469
+ <duration>288</duration>
2470
+ </backup>
2471
+ <note default-x="12">
2472
+ <pitch>
2473
+ <step>A</step>
2474
+ <alter>-1</alter>
2475
+ <octave>2</octave>
2476
+ </pitch>
2477
+ <duration>96</duration>
2478
+ <voice>3</voice>
2479
+ <type>quarter</type>
2480
+ <stem default-y="-63">down</stem>
2481
+ <staff>2</staff>
2482
+ </note>
2483
+ <note default-x="12">
2484
+ <chord/>
2485
+ <pitch>
2486
+ <step>E</step>
2487
+ <alter>-1</alter>
2488
+ <octave>3</octave>
2489
+ </pitch>
2490
+ <duration>96</duration>
2491
+ <voice>3</voice>
2492
+ <type>quarter</type>
2493
+ <stem>down</stem>
2494
+ <staff>2</staff>
2495
+ </note>
2496
+ <note default-x="12">
2497
+ <chord/>
2498
+ <pitch>
2499
+ <step>A</step>
2500
+ <alter>-1</alter>
2501
+ <octave>3</octave>
2502
+ </pitch>
2503
+ <duration>96</duration>
2504
+ <voice>3</voice>
2505
+ <type>quarter</type>
2506
+ <stem>down</stem>
2507
+ <staff>2</staff>
2508
+ </note>
2509
+ <note default-x="60">
2510
+ <pitch>
2511
+ <step>A</step>
2512
+ <alter>-1</alter>
2513
+ <octave>2</octave>
2514
+ </pitch>
2515
+ <duration>48</duration>
2516
+ <voice>3</voice>
2517
+ <type>eighth</type>
2518
+ <stem default-y="35">up</stem>
2519
+ <staff>2</staff>
2520
+ <beam number="1">begin</beam>
2521
+ </note>
2522
+ <note default-x="60">
2523
+ <chord/>
2524
+ <pitch>
2525
+ <step>E</step>
2526
+ <alter>-1</alter>
2527
+ <octave>3</octave>
2528
+ </pitch>
2529
+ <duration>48</duration>
2530
+ <voice>3</voice>
2531
+ <type>eighth</type>
2532
+ <stem>up</stem>
2533
+ <staff>2</staff>
2534
+ </note>
2535
+ <note default-x="60">
2536
+ <chord/>
2537
+ <pitch>
2538
+ <step>A</step>
2539
+ <alter>-1</alter>
2540
+ <octave>3</octave>
2541
+ </pitch>
2542
+ <duration>48</duration>
2543
+ <voice>3</voice>
2544
+ <type>eighth</type>
2545
+ <stem>up</stem>
2546
+ <staff>2</staff>
2547
+ </note>
2548
+ <note default-x="95">
2549
+ <pitch>
2550
+ <step>B</step>
2551
+ <alter>-1</alter>
2552
+ <octave>2</octave>
2553
+ </pitch>
2554
+ <duration>48</duration>
2555
+ <voice>3</voice>
2556
+ <type>eighth</type>
2557
+ <stem default-y="35">up</stem>
2558
+ <staff>2</staff>
2559
+ <beam number="1">continue</beam>
2560
+ </note>
2561
+ <note default-x="95">
2562
+ <chord/>
2563
+ <pitch>
2564
+ <step>E</step>
2565
+ <alter>-1</alter>
2566
+ <octave>3</octave>
2567
+ </pitch>
2568
+ <duration>48</duration>
2569
+ <voice>3</voice>
2570
+ <type>eighth</type>
2571
+ <stem>up</stem>
2572
+ <staff>2</staff>
2573
+ </note>
2574
+ <note default-x="95">
2575
+ <chord/>
2576
+ <pitch>
2577
+ <step>B</step>
2578
+ <alter>-1</alter>
2579
+ <octave>3</octave>
2580
+ </pitch>
2581
+ <duration>48</duration>
2582
+ <voice>3</voice>
2583
+ <type>eighth</type>
2584
+ <stem>up</stem>
2585
+ <staff>2</staff>
2586
+ </note>
2587
+ <note default-x="132">
2588
+ <pitch>
2589
+ <step>B</step>
2590
+ <alter>-1</alter>
2591
+ <octave>2</octave>
2592
+ </pitch>
2593
+ <duration>48</duration>
2594
+ <voice>3</voice>
2595
+ <type>eighth</type>
2596
+ <stem default-y="35">up</stem>
2597
+ <staff>2</staff>
2598
+ <beam number="1">continue</beam>
2599
+ </note>
2600
+ <note default-x="132">
2601
+ <chord/>
2602
+ <pitch>
2603
+ <step>B</step>
2604
+ <alter>-1</alter>
2605
+ <octave>3</octave>
2606
+ </pitch>
2607
+ <duration>48</duration>
2608
+ <voice>3</voice>
2609
+ <type>eighth</type>
2610
+ <stem>up</stem>
2611
+ <staff>2</staff>
2612
+ </note>
2613
+ <note default-x="168">
2614
+ <pitch>
2615
+ <step>B</step>
2616
+ <alter>-1</alter>
2617
+ <octave>1</octave>
2618
+ </pitch>
2619
+ <duration>48</duration>
2620
+ <voice>3</voice>
2621
+ <type>eighth</type>
2622
+ <stem default-y="35">up</stem>
2623
+ <staff>2</staff>
2624
+ <beam number="1">end</beam>
2625
+ </note>
2626
+ <note default-x="168">
2627
+ <chord/>
2628
+ <pitch>
2629
+ <step>B</step>
2630
+ <alter>-1</alter>
2631
+ <octave>2</octave>
2632
+ </pitch>
2633
+ <duration>48</duration>
2634
+ <voice>3</voice>
2635
+ <type>eighth</type>
2636
+ <stem>up</stem>
2637
+ <staff>2</staff>
2638
+ </note>
2639
+ </measure>
2640
+ <!--=======================================================-->
2641
+ <measure number="9" width="180">
2642
+ <note default-x="22">
2643
+ <pitch>
2644
+ <step>G</step>
2645
+ <octave>3</octave>
2646
+ </pitch>
2647
+ <duration>96</duration>
2648
+ <voice>1</voice>
2649
+ <type>quarter</type>
2650
+ <stem default-y="-4.5">up</stem>
2651
+ <staff>1</staff>
2652
+ </note>
2653
+ <note default-x="22">
2654
+ <chord/>
2655
+ <pitch>
2656
+ <step>E</step>
2657
+ <alter>-1</alter>
2658
+ <octave>4</octave>
2659
+ </pitch>
2660
+ <duration>96</duration>
2661
+ <voice>1</voice>
2662
+ <type>quarter</type>
2663
+ <stem>up</stem>
2664
+ <staff>1</staff>
2665
+ </note>
2666
+ <note default-x="46">
2667
+ <grace slash="yes"/>
2668
+ <pitch>
2669
+ <step>B</step>
2670
+ <alter>-1</alter>
2671
+ <octave>4</octave>
2672
+ </pitch>
2673
+ <voice>1</voice>
2674
+ <type>eighth</type>
2675
+ <stem default-y="2">up</stem>
2676
+ <staff>1</staff>
2677
+ <notations>
2678
+ <slur bezier-x="-3" bezier-y="12" default-x="8" default-y="5" number="1" placement="above" type="start"/>
2679
+ </notations>
2680
+ </note>
2681
+ <direction placement="above">
2682
+ <direction-type>
2683
+ <words default-y="33" font-size="11" font-weight="bold" xml:lang="de">Ausdrucksvoll</words>
2684
+ </direction-type>
2685
+ <staff>1</staff>
2686
+ </direction>
2687
+ <direction placement="below">
2688
+ <direction-type>
2689
+ <wedge default-y="-57" spread="15" type="diminuendo"/>
2690
+ </direction-type>
2691
+ <staff>1</staff>
2692
+ </direction>
2693
+ <direction placement="below">
2694
+ <direction-type>
2695
+ <words default-y="-80" font-size="10" font-style="italic">espressivo</words>
2696
+ </direction-type>
2697
+ <offset>18</offset>
2698
+ <staff>1</staff>
2699
+ </direction>
2700
+ <note default-x="69">
2701
+ <pitch>
2702
+ <step>B</step>
2703
+ <alter>-1</alter>
2704
+ <octave>5</octave>
2705
+ </pitch>
2706
+ <duration>144</duration>
2707
+ <voice>1</voice>
2708
+ <type>quarter</type>
2709
+ <dot/>
2710
+ <stem default-y="-20.5">down</stem>
2711
+ <staff>1</staff>
2712
+ <notations>
2713
+ <slur bezier-x="-10" bezier-y="3" default-x="1" default-y="20" number="1" type="stop"/>
2714
+ </notations>
2715
+ </note>
2716
+ <direction>
2717
+ <direction-type>
2718
+ <wedge spread="0" type="stop"/>
2719
+ </direction-type>
2720
+ <offset>-34</offset>
2721
+ <staff>1</staff>
2722
+ </direction>
2723
+ <note default-x="138">
2724
+ <pitch>
2725
+ <step>E</step>
2726
+ <alter>-1</alter>
2727
+ <octave>5</octave>
2728
+ </pitch>
2729
+ <duration>48</duration>
2730
+ <voice>1</voice>
2731
+ <type>eighth</type>
2732
+ <stem default-y="-40.5">down</stem>
2733
+ <staff>1</staff>
2734
+ </note>
2735
+ <backup>
2736
+ <duration>288</duration>
2737
+ </backup>
2738
+ <note default-x="22">
2739
+ <pitch>
2740
+ <step>E</step>
2741
+ <alter>-1</alter>
2742
+ <octave>2</octave>
2743
+ </pitch>
2744
+ <duration>96</duration>
2745
+ <voice>3</voice>
2746
+ <type>quarter</type>
2747
+ <stem default-y="18">up</stem>
2748
+ <staff>2</staff>
2749
+ </note>
2750
+ <note default-x="22">
2751
+ <chord/>
2752
+ <pitch>
2753
+ <step>E</step>
2754
+ <alter>-1</alter>
2755
+ <octave>3</octave>
2756
+ </pitch>
2757
+ <duration>96</duration>
2758
+ <voice>3</voice>
2759
+ <type>quarter</type>
2760
+ <stem>up</stem>
2761
+ <staff>2</staff>
2762
+ </note>
2763
+ <note default-x="69">
2764
+ <pitch>
2765
+ <step>E</step>
2766
+ <alter>-1</alter>
2767
+ <octave>3</octave>
2768
+ </pitch>
2769
+ <duration>192</duration>
2770
+ <voice>3</voice>
2771
+ <type>half</type>
2772
+ <stem default-y="-50.5">down</stem>
2773
+ <staff>2</staff>
2774
+ </note>
2775
+ <note default-x="69">
2776
+ <chord/>
2777
+ <pitch>
2778
+ <step>G</step>
2779
+ <octave>3</octave>
2780
+ </pitch>
2781
+ <duration>192</duration>
2782
+ <voice>3</voice>
2783
+ <type>half</type>
2784
+ <stem>down</stem>
2785
+ <staff>2</staff>
2786
+ </note>
2787
+ <note default-x="69">
2788
+ <chord/>
2789
+ <pitch>
2790
+ <step>B</step>
2791
+ <alter>-1</alter>
2792
+ <octave>3</octave>
2793
+ </pitch>
2794
+ <duration>192</duration>
2795
+ <voice>3</voice>
2796
+ <type>half</type>
2797
+ <stem>down</stem>
2798
+ <staff>2</staff>
2799
+ </note>
2800
+ <note default-x="69">
2801
+ <chord/>
2802
+ <pitch>
2803
+ <step>E</step>
2804
+ <alter>-1</alter>
2805
+ <octave>4</octave>
2806
+ </pitch>
2807
+ <duration>192</duration>
2808
+ <voice>3</voice>
2809
+ <type>half</type>
2810
+ <stem>down</stem>
2811
+ <staff>2</staff>
2812
+ </note>
2813
+ </measure>
2814
+ <!--=======================================================-->
2815
+ <measure number="10" width="169">
2816
+ <note default-x="22">
2817
+ <pitch>
2818
+ <step>D</step>
2819
+ <octave>5</octave>
2820
+ </pitch>
2821
+ <duration>96</duration>
2822
+ <voice>1</voice>
2823
+ <type>quarter</type>
2824
+ <stem default-y="-45.5">down</stem>
2825
+ <staff>1</staff>
2826
+ </note>
2827
+ <note default-x="44">
2828
+ <grace slash="yes"/>
2829
+ <pitch>
2830
+ <step>B</step>
2831
+ <alter>-1</alter>
2832
+ <octave>4</octave>
2833
+ </pitch>
2834
+ <voice>1</voice>
2835
+ <type>eighth</type>
2836
+ <stem default-y="2">up</stem>
2837
+ <staff>1</staff>
2838
+ <notations>
2839
+ <slur bezier-x="0" bezier-y="13" default-x="8" default-y="5" number="1" placement="above" type="start"/>
2840
+ </notations>
2841
+ </note>
2842
+ <direction placement="below">
2843
+ <direction-type>
2844
+ <wedge default-y="-69" spread="15" type="diminuendo"/>
2845
+ </direction-type>
2846
+ <offset>-7</offset>
2847
+ <staff>1</staff>
2848
+ </direction>
2849
+ <note default-x="69">
2850
+ <pitch>
2851
+ <step>B</step>
2852
+ <alter>-1</alter>
2853
+ <octave>5</octave>
2854
+ </pitch>
2855
+ <duration>144</duration>
2856
+ <voice>1</voice>
2857
+ <type>quarter</type>
2858
+ <dot/>
2859
+ <stem default-y="-20.5">down</stem>
2860
+ <staff>1</staff>
2861
+ <notations>
2862
+ <slur bezier-x="-12" bezier-y="4" default-x="2" default-y="20" number="1" type="stop"/>
2863
+ </notations>
2864
+ </note>
2865
+ <direction>
2866
+ <direction-type>
2867
+ <wedge spread="0" type="stop"/>
2868
+ </direction-type>
2869
+ <offset>-44</offset>
2870
+ <staff>1</staff>
2871
+ </direction>
2872
+ <direction placement="below">
2873
+ <direction-type>
2874
+ <words default-y="-73" font-size="10" font-style="italic">dim.</words>
2875
+ </direction-type>
2876
+ <offset>-25</offset>
2877
+ <staff>1</staff>
2878
+ </direction>
2879
+ <note default-x="127">
2880
+ <pitch>
2881
+ <step>D</step>
2882
+ <octave>5</octave>
2883
+ </pitch>
2884
+ <duration>48</duration>
2885
+ <voice>1</voice>
2886
+ <type>eighth</type>
2887
+ <stem default-y="-45.5">down</stem>
2888
+ <staff>1</staff>
2889
+ <notations>
2890
+ <slur bezier-x="7" bezier-y="16" default-x="4" default-y="-2" number="1" placement="above" type="start"/>
2891
+ <slur bezier-x="-12" bezier-y="11" default-x="41" default-y="5" number="1" type="continue"/>
2892
+ </notations>
2893
+ </note>
2894
+ <backup>
2895
+ <duration>288</duration>
2896
+ </backup>
2897
+ <note default-x="9">
2898
+ <pitch>
2899
+ <step>E</step>
2900
+ <alter>-1</alter>
2901
+ <octave>3</octave>
2902
+ </pitch>
2903
+ <duration>96</duration>
2904
+ <voice>3</voice>
2905
+ <type>quarter</type>
2906
+ <stem default-y="-50.5">down</stem>
2907
+ <staff>2</staff>
2908
+ </note>
2909
+ <note default-x="22">
2910
+ <chord/>
2911
+ <pitch>
2912
+ <step>F</step>
2913
+ <octave>3</octave>
2914
+ </pitch>
2915
+ <duration>96</duration>
2916
+ <voice>3</voice>
2917
+ <type>quarter</type>
2918
+ <stem>down</stem>
2919
+ <staff>2</staff>
2920
+ </note>
2921
+ <note default-x="22">
2922
+ <chord/>
2923
+ <pitch>
2924
+ <step>A</step>
2925
+ <alter>-1</alter>
2926
+ <octave>3</octave>
2927
+ </pitch>
2928
+ <duration>96</duration>
2929
+ <voice>3</voice>
2930
+ <type>quarter</type>
2931
+ <stem>down</stem>
2932
+ <staff>2</staff>
2933
+ </note>
2934
+ <note default-x="22">
2935
+ <chord/>
2936
+ <pitch>
2937
+ <step>D</step>
2938
+ <octave>4</octave>
2939
+ </pitch>
2940
+ <duration>96</duration>
2941
+ <voice>3</voice>
2942
+ <type>quarter</type>
2943
+ <stem>down</stem>
2944
+ <staff>2</staff>
2945
+ </note>
2946
+ <note default-x="56">
2947
+ <pitch>
2948
+ <step>E</step>
2949
+ <alter>-1</alter>
2950
+ <octave>3</octave>
2951
+ </pitch>
2952
+ <duration>144</duration>
2953
+ <voice>3</voice>
2954
+ <type>quarter</type>
2955
+ <dot/>
2956
+ <stem default-y="-50.5">down</stem>
2957
+ <staff>2</staff>
2958
+ </note>
2959
+ <note default-x="69">
2960
+ <chord/>
2961
+ <pitch>
2962
+ <step>F</step>
2963
+ <octave>3</octave>
2964
+ </pitch>
2965
+ <duration>144</duration>
2966
+ <voice>3</voice>
2967
+ <type>quarter</type>
2968
+ <dot/>
2969
+ <stem>down</stem>
2970
+ <staff>2</staff>
2971
+ </note>
2972
+ <note default-x="56">
2973
+ <chord/>
2974
+ <pitch>
2975
+ <step>A</step>
2976
+ <alter>-1</alter>
2977
+ <octave>3</octave>
2978
+ </pitch>
2979
+ <duration>144</duration>
2980
+ <voice>3</voice>
2981
+ <type>quarter</type>
2982
+ <dot/>
2983
+ <stem>down</stem>
2984
+ <staff>2</staff>
2985
+ </note>
2986
+ <note default-x="69">
2987
+ <chord/>
2988
+ <pitch>
2989
+ <step>B</step>
2990
+ <alter>-1</alter>
2991
+ <octave>3</octave>
2992
+ </pitch>
2993
+ <duration>144</duration>
2994
+ <voice>3</voice>
2995
+ <type>quarter</type>
2996
+ <dot/>
2997
+ <stem>down</stem>
2998
+ <staff>2</staff>
2999
+ </note>
3000
+ <note default-x="69">
3001
+ <chord/>
3002
+ <pitch>
3003
+ <step>D</step>
3004
+ <octave>4</octave>
3005
+ </pitch>
3006
+ <duration>144</duration>
3007
+ <voice>3</voice>
3008
+ <type>quarter</type>
3009
+ <dot/>
3010
+ <stem>down</stem>
3011
+ <staff>2</staff>
3012
+ </note>
3013
+ <note default-x="127">
3014
+ <pitch>
3015
+ <step>D</step>
3016
+ <octave>4</octave>
3017
+ </pitch>
3018
+ <duration>48</duration>
3019
+ <voice>3</voice>
3020
+ <type>eighth</type>
3021
+ <stem default-y="-20.5">down</stem>
3022
+ <staff>2</staff>
3023
+ <notations>
3024
+ <slur bezier-x="9" bezier-y="14" default-x="6" default-y="23" number="2" placement="above" type="start"/>
3025
+ <slur bezier-x="-11" bezier-y="12" default-x="41" default-y="25" number="2" type="continue"/>
3026
+ </notations>
3027
+ </note>
3028
+ </measure>
3029
+ <!--=======================================================-->
3030
+ <measure number="11" width="288">
3031
+ <print new-system="yes">
3032
+ <staff-layout number="2">
3033
+ <staff-distance>70</staff-distance>
3034
+ </staff-layout>
3035
+ </print>
3036
+ <note default-x="99">
3037
+ <pitch>
3038
+ <step>F</step>
3039
+ <octave>5</octave>
3040
+ </pitch>
3041
+ <duration>48</duration>
3042
+ <voice>1</voice>
3043
+ <type>eighth</type>
3044
+ <stem default-y="25">up</stem>
3045
+ <staff>1</staff>
3046
+ <beam number="1">begin</beam>
3047
+ </note>
3048
+ <note default-x="129">
3049
+ <pitch>
3050
+ <step>F</step>
3051
+ <octave>4</octave>
3052
+ </pitch>
3053
+ <duration>48</duration>
3054
+ <voice>1</voice>
3055
+ <type>eighth</type>
3056
+ <stem default-y="25">up</stem>
3057
+ <staff>1</staff>
3058
+ <beam number="1">continue</beam>
3059
+ <notations>
3060
+ <slur bezier-x2="19" bezier-y2="14" default-x="-54" default-y="29" number="1" type="continue"/>
3061
+ <slur bezier-x="-16" bezier-y="15" default-x="12" default-y="26" number="1" type="stop"/>
3062
+ </notations>
3063
+ </note>
3064
+ <note default-x="129">
3065
+ <chord/>
3066
+ <pitch>
3067
+ <step>A</step>
3068
+ <alter>-1</alter>
3069
+ <octave>4</octave>
3070
+ </pitch>
3071
+ <duration>48</duration>
3072
+ <voice>1</voice>
3073
+ <type>eighth</type>
3074
+ <stem>up</stem>
3075
+ <staff>1</staff>
3076
+ </note>
3077
+ <note default-x="159">
3078
+ <pitch>
3079
+ <step>F</step>
3080
+ <octave>4</octave>
3081
+ </pitch>
3082
+ <duration>48</duration>
3083
+ <voice>1</voice>
3084
+ <type>eighth</type>
3085
+ <stem default-y="26">up</stem>
3086
+ <staff>1</staff>
3087
+ <beam number="1">continue</beam>
3088
+ <notations>
3089
+ <slur bezier-x="19" bezier-y="-22" default-x="6" default-y="-45" number="1" placement="below" type="start"/>
3090
+ </notations>
3091
+ </note>
3092
+ <note default-x="159">
3093
+ <chord/>
3094
+ <pitch>
3095
+ <step>A</step>
3096
+ <alter>-1</alter>
3097
+ <octave>4</octave>
3098
+ </pitch>
3099
+ <duration>48</duration>
3100
+ <voice>1</voice>
3101
+ <type>eighth</type>
3102
+ <stem>up</stem>
3103
+ <staff>1</staff>
3104
+ </note>
3105
+ <note default-x="190">
3106
+ <pitch>
3107
+ <step>E</step>
3108
+ <octave>4</octave>
3109
+ </pitch>
3110
+ <duration>48</duration>
3111
+ <voice>1</voice>
3112
+ <type>eighth</type>
3113
+ <accidental>natural</accidental>
3114
+ <stem default-y="26">up</stem>
3115
+ <staff>1</staff>
3116
+ <beam number="1">continue</beam>
3117
+ </note>
3118
+ <note default-x="190">
3119
+ <chord/>
3120
+ <pitch>
3121
+ <step>G</step>
3122
+ <octave>4</octave>
3123
+ </pitch>
3124
+ <duration>48</duration>
3125
+ <voice>1</voice>
3126
+ <type>eighth</type>
3127
+ <stem>up</stem>
3128
+ <staff>1</staff>
3129
+ </note>
3130
+ <note default-x="221">
3131
+ <pitch>
3132
+ <step>G</step>
3133
+ <octave>4</octave>
3134
+ </pitch>
3135
+ <duration>48</duration>
3136
+ <voice>1</voice>
3137
+ <type>eighth</type>
3138
+ <stem default-y="26">up</stem>
3139
+ <staff>1</staff>
3140
+ <beam number="1">continue</beam>
3141
+ </note>
3142
+ <note default-x="221">
3143
+ <chord/>
3144
+ <pitch>
3145
+ <step>B</step>
3146
+ <alter>-1</alter>
3147
+ <octave>4</octave>
3148
+ </pitch>
3149
+ <duration>48</duration>
3150
+ <voice>1</voice>
3151
+ <type>eighth</type>
3152
+ <stem>up</stem>
3153
+ <staff>1</staff>
3154
+ </note>
3155
+ <note default-x="251">
3156
+ <pitch>
3157
+ <step>F</step>
3158
+ <octave>4</octave>
3159
+ </pitch>
3160
+ <duration>48</duration>
3161
+ <voice>1</voice>
3162
+ <type>eighth</type>
3163
+ <stem default-y="26">up</stem>
3164
+ <staff>1</staff>
3165
+ <beam number="1">end</beam>
3166
+ <notations>
3167
+ <slur bezier-x="-24" bezier-y="-23" default-x="7" default-y="-43" number="1" type="stop"/>
3168
+ </notations>
3169
+ </note>
3170
+ <note default-x="251">
3171
+ <chord/>
3172
+ <pitch>
3173
+ <step>A</step>
3174
+ <alter>-1</alter>
3175
+ <octave>4</octave>
3176
+ </pitch>
3177
+ <duration>48</duration>
3178
+ <voice>1</voice>
3179
+ <type>eighth</type>
3180
+ <stem>up</stem>
3181
+ <staff>1</staff>
3182
+ </note>
3183
+ <backup>
3184
+ <duration>288</duration>
3185
+ </backup>
3186
+ <note default-x="99">
3187
+ <pitch>
3188
+ <step>F</step>
3189
+ <octave>4</octave>
3190
+ </pitch>
3191
+ <duration>48</duration>
3192
+ <voice>3</voice>
3193
+ <type>eighth</type>
3194
+ <stem default-y="-45">down</stem>
3195
+ <staff>2</staff>
3196
+ <beam number="1">begin</beam>
3197
+ </note>
3198
+ <note default-x="129">
3199
+ <pitch>
3200
+ <step>F</step>
3201
+ <octave>3</octave>
3202
+ </pitch>
3203
+ <duration>48</duration>
3204
+ <voice>3</voice>
3205
+ <type>eighth</type>
3206
+ <stem default-y="-45">down</stem>
3207
+ <staff>2</staff>
3208
+ <beam number="1">continue</beam>
3209
+ <notations>
3210
+ <slur bezier-x2="24" bezier-y2="11" default-x="-53" default-y="37" number="2" type="continue"/>
3211
+ <slur bezier-x="-10" bezier-y="25" default-x="7" default-y="12" number="2" type="stop"/>
3212
+ </notations>
3213
+ </note>
3214
+ <note default-x="129">
3215
+ <chord/>
3216
+ <pitch>
3217
+ <step>A</step>
3218
+ <alter>-1</alter>
3219
+ <octave>3</octave>
3220
+ </pitch>
3221
+ <duration>48</duration>
3222
+ <voice>3</voice>
3223
+ <type>eighth</type>
3224
+ <stem>down</stem>
3225
+ <staff>2</staff>
3226
+ </note>
3227
+ <note default-x="159">
3228
+ <pitch>
3229
+ <step>F</step>
3230
+ <octave>3</octave>
3231
+ </pitch>
3232
+ <duration>48</duration>
3233
+ <voice>3</voice>
3234
+ <type>eighth</type>
3235
+ <stem default-y="-45">down</stem>
3236
+ <staff>2</staff>
3237
+ <beam number="1">continue</beam>
3238
+ <notations>
3239
+ <slur bezier-x="24" bezier-y="19" default-x="7" default-y="8" number="1" placement="above" type="start"/>
3240
+ </notations>
3241
+ </note>
3242
+ <note default-x="159">
3243
+ <chord/>
3244
+ <pitch>
3245
+ <step>A</step>
3246
+ <alter>-1</alter>
3247
+ <octave>3</octave>
3248
+ </pitch>
3249
+ <duration>48</duration>
3250
+ <voice>3</voice>
3251
+ <type>eighth</type>
3252
+ <stem>down</stem>
3253
+ <staff>2</staff>
3254
+ </note>
3255
+ <note default-x="190">
3256
+ <pitch>
3257
+ <step>E</step>
3258
+ <octave>3</octave>
3259
+ </pitch>
3260
+ <duration>48</duration>
3261
+ <voice>3</voice>
3262
+ <type>eighth</type>
3263
+ <accidental>natural</accidental>
3264
+ <stem default-y="-45">down</stem>
3265
+ <staff>2</staff>
3266
+ <beam number="1">continue</beam>
3267
+ </note>
3268
+ <note default-x="190">
3269
+ <chord/>
3270
+ <pitch>
3271
+ <step>G</step>
3272
+ <octave>3</octave>
3273
+ </pitch>
3274
+ <duration>48</duration>
3275
+ <voice>3</voice>
3276
+ <type>eighth</type>
3277
+ <stem>down</stem>
3278
+ <staff>2</staff>
3279
+ </note>
3280
+ <note default-x="221">
3281
+ <pitch>
3282
+ <step>G</step>
3283
+ <octave>3</octave>
3284
+ </pitch>
3285
+ <duration>48</duration>
3286
+ <voice>3</voice>
3287
+ <type>eighth</type>
3288
+ <stem default-y="-45">down</stem>
3289
+ <staff>2</staff>
3290
+ <beam number="1">continue</beam>
3291
+ </note>
3292
+ <note default-x="221">
3293
+ <chord/>
3294
+ <pitch>
3295
+ <step>B</step>
3296
+ <alter>-1</alter>
3297
+ <octave>3</octave>
3298
+ </pitch>
3299
+ <duration>48</duration>
3300
+ <voice>3</voice>
3301
+ <type>eighth</type>
3302
+ <stem>down</stem>
3303
+ <staff>2</staff>
3304
+ </note>
3305
+ <note default-x="251">
3306
+ <pitch>
3307
+ <step>F</step>
3308
+ <octave>3</octave>
3309
+ </pitch>
3310
+ <duration>48</duration>
3311
+ <voice>3</voice>
3312
+ <type>eighth</type>
3313
+ <stem default-y="-45">down</stem>
3314
+ <staff>2</staff>
3315
+ <beam number="1">end</beam>
3316
+ <notations>
3317
+ <slur bezier-x="-24" bezier-y="19" default-x="6" default-y="8" number="1" type="stop"/>
3318
+ </notations>
3319
+ </note>
3320
+ <note default-x="251">
3321
+ <chord/>
3322
+ <pitch>
3323
+ <step>A</step>
3324
+ <alter>-1</alter>
3325
+ <octave>3</octave>
3326
+ </pitch>
3327
+ <duration>48</duration>
3328
+ <voice>3</voice>
3329
+ <type>eighth</type>
3330
+ <stem>down</stem>
3331
+ <staff>2</staff>
3332
+ </note>
3333
+ </measure>
3334
+ <!--=======================================================-->
3335
+ <measure number="12" width="229">
3336
+ <note default-x="22">
3337
+ <pitch>
3338
+ <step>E</step>
3339
+ <alter>-1</alter>
3340
+ <octave>4</octave>
3341
+ </pitch>
3342
+ <duration>48</duration>
3343
+ <voice>1</voice>
3344
+ <type>eighth</type>
3345
+ <accidental>flat</accidental>
3346
+ <stem default-y="6">up</stem>
3347
+ <staff>1</staff>
3348
+ </note>
3349
+ <note default-x="22">
3350
+ <chord/>
3351
+ <pitch>
3352
+ <step>G</step>
3353
+ <octave>4</octave>
3354
+ </pitch>
3355
+ <duration>48</duration>
3356
+ <voice>1</voice>
3357
+ <type>eighth</type>
3358
+ <stem>up</stem>
3359
+ <staff>1</staff>
3360
+ </note>
3361
+ <note default-x="53">
3362
+ <rest>
3363
+ <display-step>B</display-step>
3364
+ <display-octave>4</display-octave>
3365
+ </rest>
3366
+ <duration>48</duration>
3367
+ <voice>1</voice>
3368
+ <type>eighth</type>
3369
+ <staff>1</staff>
3370
+ </note>
3371
+ <note default-x="84">
3372
+ <pitch>
3373
+ <step>B</step>
3374
+ <alter>-1</alter>
3375
+ <octave>3</octave>
3376
+ </pitch>
3377
+ <duration>48</duration>
3378
+ <voice>1</voice>
3379
+ <type>eighth</type>
3380
+ <stem default-y="3">up</stem>
3381
+ <staff>1</staff>
3382
+ <beam number="1">begin</beam>
3383
+ </note>
3384
+ <note default-x="84">
3385
+ <chord/>
3386
+ <pitch>
3387
+ <step>G</step>
3388
+ <octave>4</octave>
3389
+ </pitch>
3390
+ <duration>48</duration>
3391
+ <voice>1</voice>
3392
+ <type>eighth</type>
3393
+ <stem>up</stem>
3394
+ <staff>1</staff>
3395
+ </note>
3396
+ <note default-x="115">
3397
+ <rest/>
3398
+ <duration>24</duration>
3399
+ <voice>1</voice>
3400
+ <type>16th</type>
3401
+ <staff>1</staff>
3402
+ </note>
3403
+ <note default-x="137">
3404
+ <pitch>
3405
+ <step>B</step>
3406
+ <alter>-1</alter>
3407
+ <octave>3</octave>
3408
+ </pitch>
3409
+ <duration>24</duration>
3410
+ <voice>1</voice>
3411
+ <type>16th</type>
3412
+ <stem default-y="3">up</stem>
3413
+ <staff>1</staff>
3414
+ <beam number="1">end</beam>
3415
+ <beam number="2">backward hook</beam>
3416
+ </note>
3417
+ <note default-x="137">
3418
+ <chord/>
3419
+ <pitch>
3420
+ <step>G</step>
3421
+ <octave>4</octave>
3422
+ </pitch>
3423
+ <duration>24</duration>
3424
+ <voice>1</voice>
3425
+ <type>16th</type>
3426
+ <stem>up</stem>
3427
+ <staff>1</staff>
3428
+ </note>
3429
+ <note default-x="160">
3430
+ <pitch>
3431
+ <step>B</step>
3432
+ <alter>-1</alter>
3433
+ <octave>3</octave>
3434
+ </pitch>
3435
+ <duration>48</duration>
3436
+ <voice>1</voice>
3437
+ <type>eighth</type>
3438
+ <stem default-y="6">up</stem>
3439
+ <staff>1</staff>
3440
+ </note>
3441
+ <note default-x="160">
3442
+ <chord/>
3443
+ <pitch>
3444
+ <step>G</step>
3445
+ <octave>4</octave>
3446
+ </pitch>
3447
+ <duration>48</duration>
3448
+ <voice>1</voice>
3449
+ <type>eighth</type>
3450
+ <stem>up</stem>
3451
+ <staff>1</staff>
3452
+ </note>
3453
+ <note default-x="192">
3454
+ <rest>
3455
+ <display-step>B</display-step>
3456
+ <display-octave>4</display-octave>
3457
+ </rest>
3458
+ <duration>48</duration>
3459
+ <voice>1</voice>
3460
+ <type>eighth</type>
3461
+ <staff>1</staff>
3462
+ </note>
3463
+ <backup>
3464
+ <duration>288</duration>
3465
+ </backup>
3466
+ <note default-x="22">
3467
+ <pitch>
3468
+ <step>E</step>
3469
+ <alter>-1</alter>
3470
+ <octave>3</octave>
3471
+ </pitch>
3472
+ <duration>48</duration>
3473
+ <voice>3</voice>
3474
+ <type>eighth</type>
3475
+ <accidental>flat</accidental>
3476
+ <stem default-y="-50.5">down</stem>
3477
+ <staff>2</staff>
3478
+ </note>
3479
+ <note default-x="22">
3480
+ <chord/>
3481
+ <pitch>
3482
+ <step>G</step>
3483
+ <octave>3</octave>
3484
+ </pitch>
3485
+ <duration>48</duration>
3486
+ <voice>3</voice>
3487
+ <type>eighth</type>
3488
+ <stem>down</stem>
3489
+ <staff>2</staff>
3490
+ </note>
3491
+ <note default-x="55">
3492
+ <rest>
3493
+ <display-step>D</display-step>
3494
+ <display-octave>3</display-octave>
3495
+ </rest>
3496
+ <duration>48</duration>
3497
+ <voice>3</voice>
3498
+ <type>eighth</type>
3499
+ <staff>2</staff>
3500
+ </note>
3501
+ <note default-x="84">
3502
+ <pitch>
3503
+ <step>E</step>
3504
+ <alter>-1</alter>
3505
+ <octave>3</octave>
3506
+ </pitch>
3507
+ <duration>48</duration>
3508
+ <voice>3</voice>
3509
+ <type>eighth</type>
3510
+ <stem default-y="-50">down</stem>
3511
+ <staff>2</staff>
3512
+ <beam number="1">begin</beam>
3513
+ </note>
3514
+ <note default-x="115">
3515
+ <rest/>
3516
+ <duration>24</duration>
3517
+ <voice>3</voice>
3518
+ <type>16th</type>
3519
+ <staff>2</staff>
3520
+ </note>
3521
+ <note default-x="137">
3522
+ <pitch>
3523
+ <step>E</step>
3524
+ <alter>-1</alter>
3525
+ <octave>3</octave>
3526
+ </pitch>
3527
+ <duration>24</duration>
3528
+ <voice>3</voice>
3529
+ <type>16th</type>
3530
+ <stem default-y="-50">down</stem>
3531
+ <staff>2</staff>
3532
+ <beam number="1">end</beam>
3533
+ <beam number="2">backward hook</beam>
3534
+ </note>
3535
+ <note default-x="160">
3536
+ <pitch>
3537
+ <step>E</step>
3538
+ <alter>-1</alter>
3539
+ <octave>2</octave>
3540
+ </pitch>
3541
+ <duration>48</duration>
3542
+ <voice>3</voice>
3543
+ <type>eighth</type>
3544
+ <stem default-y="-14">up</stem>
3545
+ <staff>2</staff>
3546
+ </note>
3547
+ <note default-x="192">
3548
+ <rest>
3549
+ <display-step>D</display-step>
3550
+ <display-octave>3</display-octave>
3551
+ </rest>
3552
+ <duration>48</duration>
3553
+ <voice>3</voice>
3554
+ <type>eighth</type>
3555
+ <staff>2</staff>
3556
+ </note>
3557
+ </measure>
3558
+ <!--=======================================================-->
3559
+ <measure number="13" width="224">
3560
+ <note default-x="26">
3561
+ <rest>
3562
+ <display-step>B</display-step>
3563
+ <display-octave>4</display-octave>
3564
+ </rest>
3565
+ <duration>96</duration>
3566
+ <voice>1</voice>
3567
+ <type>quarter</type>
3568
+ <staff>1</staff>
3569
+ </note>
3570
+ <note default-x="66">
3571
+ <pitch>
3572
+ <step>E</step>
3573
+ <alter>-1</alter>
3574
+ <octave>4</octave>
3575
+ </pitch>
3576
+ <duration>48</duration>
3577
+ <voice>1</voice>
3578
+ <type>eighth</type>
3579
+ <stem default-y="3">up</stem>
3580
+ <staff>1</staff>
3581
+ <beam number="1">begin</beam>
3582
+ </note>
3583
+ <note default-x="66">
3584
+ <chord/>
3585
+ <pitch>
3586
+ <step>G</step>
3587
+ <octave>4</octave>
3588
+ </pitch>
3589
+ <duration>48</duration>
3590
+ <voice>1</voice>
3591
+ <type>eighth</type>
3592
+ <stem>up</stem>
3593
+ <staff>1</staff>
3594
+ </note>
3595
+ <note default-x="102">
3596
+ <rest/>
3597
+ <duration>24</duration>
3598
+ <voice>1</voice>
3599
+ <type>16th</type>
3600
+ <staff>1</staff>
3601
+ </note>
3602
+ <note default-x="126">
3603
+ <pitch>
3604
+ <step>E</step>
3605
+ <alter>-1</alter>
3606
+ <octave>4</octave>
3607
+ </pitch>
3608
+ <duration>24</duration>
3609
+ <voice>1</voice>
3610
+ <type>16th</type>
3611
+ <stem default-y="3">up</stem>
3612
+ <staff>1</staff>
3613
+ <beam number="1">end</beam>
3614
+ <beam number="2">backward hook</beam>
3615
+ </note>
3616
+ <note default-x="126">
3617
+ <chord/>
3618
+ <pitch>
3619
+ <step>G</step>
3620
+ <octave>4</octave>
3621
+ </pitch>
3622
+ <duration>24</duration>
3623
+ <voice>1</voice>
3624
+ <type>16th</type>
3625
+ <stem>up</stem>
3626
+ <staff>1</staff>
3627
+ </note>
3628
+ <note default-x="148">
3629
+ <pitch>
3630
+ <step>E</step>
3631
+ <alter>-1</alter>
3632
+ <octave>4</octave>
3633
+ </pitch>
3634
+ <duration>48</duration>
3635
+ <voice>1</voice>
3636
+ <type>eighth</type>
3637
+ <stem default-y="23">up</stem>
3638
+ <staff>1</staff>
3639
+ <beam number="1">begin</beam>
3640
+ </note>
3641
+ <note default-x="148">
3642
+ <chord/>
3643
+ <pitch>
3644
+ <step>A</step>
3645
+ <alter>-1</alter>
3646
+ <octave>4</octave>
3647
+ </pitch>
3648
+ <duration>48</duration>
3649
+ <voice>1</voice>
3650
+ <type>eighth</type>
3651
+ <stem>up</stem>
3652
+ <staff>1</staff>
3653
+ </note>
3654
+ <note default-x="148">
3655
+ <chord/>
3656
+ <pitch>
3657
+ <step>E</step>
3658
+ <alter>-1</alter>
3659
+ <octave>5</octave>
3660
+ </pitch>
3661
+ <duration>48</duration>
3662
+ <voice>1</voice>
3663
+ <type>eighth</type>
3664
+ <stem>up</stem>
3665
+ <staff>1</staff>
3666
+ </note>
3667
+ <note default-x="178">
3668
+ <pitch>
3669
+ <step>E</step>
3670
+ <alter>-1</alter>
3671
+ <octave>4</octave>
3672
+ </pitch>
3673
+ <duration>48</duration>
3674
+ <voice>1</voice>
3675
+ <type>eighth</type>
3676
+ <stem default-y="18.5">up</stem>
3677
+ <staff>1</staff>
3678
+ <beam number="1">end</beam>
3679
+ </note>
3680
+ <note default-x="178">
3681
+ <chord/>
3682
+ <pitch>
3683
+ <step>G</step>
3684
+ <octave>4</octave>
3685
+ </pitch>
3686
+ <duration>48</duration>
3687
+ <voice>1</voice>
3688
+ <type>eighth</type>
3689
+ <stem>up</stem>
3690
+ <staff>1</staff>
3691
+ </note>
3692
+ <backup>
3693
+ <duration>288</duration>
3694
+ </backup>
3695
+ <note default-x="26">
3696
+ <rest>
3697
+ <display-step>D</display-step>
3698
+ <display-octave>3</display-octave>
3699
+ </rest>
3700
+ <duration>96</duration>
3701
+ <voice>3</voice>
3702
+ <type>quarter</type>
3703
+ <staff>2</staff>
3704
+ </note>
3705
+ <note default-x="66">
3706
+ <pitch>
3707
+ <step>C</step>
3708
+ <octave>4</octave>
3709
+ </pitch>
3710
+ <duration>48</duration>
3711
+ <voice>3</voice>
3712
+ <type>eighth</type>
3713
+ <stem default-y="-22">down</stem>
3714
+ <staff>2</staff>
3715
+ <beam number="1">begin</beam>
3716
+ </note>
3717
+ <note default-x="104">
3718
+ <rest>
3719
+ <display-step>C</display-step>
3720
+ <display-octave>4</display-octave>
3721
+ </rest>
3722
+ <duration>24</duration>
3723
+ <voice>3</voice>
3724
+ <type>16th</type>
3725
+ <staff>2</staff>
3726
+ </note>
3727
+ <note default-x="126">
3728
+ <pitch>
3729
+ <step>C</step>
3730
+ <octave>4</octave>
3731
+ </pitch>
3732
+ <duration>24</duration>
3733
+ <voice>3</voice>
3734
+ <type>16th</type>
3735
+ <stem default-y="-22">down</stem>
3736
+ <staff>2</staff>
3737
+ <beam number="1">end</beam>
3738
+ <beam number="2">backward hook</beam>
3739
+ </note>
3740
+ <note default-x="148">
3741
+ <pitch>
3742
+ <step>C</step>
3743
+ <octave>3</octave>
3744
+ </pitch>
3745
+ <duration>48</duration>
3746
+ <voice>3</voice>
3747
+ <type>eighth</type>
3748
+ <stem default-y="5">up</stem>
3749
+ <staff>2</staff>
3750
+ <beam number="1">begin</beam>
3751
+ </note>
3752
+ <note default-x="178">
3753
+ <pitch>
3754
+ <step>B</step>
3755
+ <alter>-1</alter>
3756
+ <octave>2</octave>
3757
+ </pitch>
3758
+ <duration>48</duration>
3759
+ <voice>3</voice>
3760
+ <type>eighth</type>
3761
+ <stem default-y="5">up</stem>
3762
+ <staff>2</staff>
3763
+ <beam number="1">end</beam>
3764
+ </note>
3765
+ </measure>
3766
+ <!--=======================================================-->
3767
+ <measure number="14" width="233">
3768
+ <note default-x="19">
3769
+ <pitch>
3770
+ <step>C</step>
3771
+ <octave>4</octave>
3772
+ </pitch>
3773
+ <duration>48</duration>
3774
+ <voice>1</voice>
3775
+ <type>eighth</type>
3776
+ <stem default-y="1">up</stem>
3777
+ <staff>1</staff>
3778
+ </note>
3779
+ <note default-x="19">
3780
+ <chord/>
3781
+ <pitch>
3782
+ <step>F</step>
3783
+ <octave>4</octave>
3784
+ </pitch>
3785
+ <duration>48</duration>
3786
+ <voice>1</voice>
3787
+ <type>eighth</type>
3788
+ <stem>up</stem>
3789
+ <staff>1</staff>
3790
+ </note>
3791
+ <note default-x="50">
3792
+ <rest>
3793
+ <display-step>B</display-step>
3794
+ <display-octave>4</display-octave>
3795
+ </rest>
3796
+ <duration>48</duration>
3797
+ <voice>1</voice>
3798
+ <type>eighth</type>
3799
+ <staff>1</staff>
3800
+ </note>
3801
+ <note default-x="82">
3802
+ <pitch>
3803
+ <step>C</step>
3804
+ <octave>4</octave>
3805
+ </pitch>
3806
+ <duration>48</duration>
3807
+ <voice>1</voice>
3808
+ <type>eighth</type>
3809
+ <stem default-y="0">up</stem>
3810
+ <staff>1</staff>
3811
+ <beam number="1">begin</beam>
3812
+ </note>
3813
+ <note default-x="82">
3814
+ <chord/>
3815
+ <pitch>
3816
+ <step>F</step>
3817
+ <octave>4</octave>
3818
+ </pitch>
3819
+ <duration>48</duration>
3820
+ <voice>1</voice>
3821
+ <type>eighth</type>
3822
+ <stem>up</stem>
3823
+ <staff>1</staff>
3824
+ </note>
3825
+ <note default-x="113">
3826
+ <rest/>
3827
+ <duration>24</duration>
3828
+ <voice>1</voice>
3829
+ <type>16th</type>
3830
+ <staff>1</staff>
3831
+ </note>
3832
+ <note default-x="135">
3833
+ <pitch>
3834
+ <step>C</step>
3835
+ <octave>4</octave>
3836
+ </pitch>
3837
+ <duration>24</duration>
3838
+ <voice>1</voice>
3839
+ <type>16th</type>
3840
+ <stem default-y="0">up</stem>
3841
+ <staff>1</staff>
3842
+ <beam number="1">end</beam>
3843
+ <beam number="2">backward hook</beam>
3844
+ </note>
3845
+ <note default-x="135">
3846
+ <chord/>
3847
+ <pitch>
3848
+ <step>F</step>
3849
+ <octave>4</octave>
3850
+ </pitch>
3851
+ <duration>24</duration>
3852
+ <voice>1</voice>
3853
+ <type>16th</type>
3854
+ <stem>up</stem>
3855
+ <staff>1</staff>
3856
+ </note>
3857
+ <note default-x="165">
3858
+ <pitch>
3859
+ <step>C</step>
3860
+ <octave>4</octave>
3861
+ </pitch>
3862
+ <duration>48</duration>
3863
+ <voice>1</voice>
3864
+ <type>eighth</type>
3865
+ <stem default-y="18">up</stem>
3866
+ <staff>1</staff>
3867
+ </note>
3868
+ <note default-x="165">
3869
+ <chord/>
3870
+ <pitch>
3871
+ <step>E</step>
3872
+ <alter>-1</alter>
3873
+ <octave>4</octave>
3874
+ </pitch>
3875
+ <duration>48</duration>
3876
+ <voice>1</voice>
3877
+ <type>eighth</type>
3878
+ <stem>up</stem>
3879
+ <staff>1</staff>
3880
+ </note>
3881
+ <note default-x="177">
3882
+ <chord/>
3883
+ <pitch>
3884
+ <step>F</step>
3885
+ <octave>4</octave>
3886
+ </pitch>
3887
+ <duration>48</duration>
3888
+ <voice>1</voice>
3889
+ <type>eighth</type>
3890
+ <stem>up</stem>
3891
+ <staff>1</staff>
3892
+ </note>
3893
+ <note default-x="165">
3894
+ <chord/>
3895
+ <pitch>
3896
+ <step>C</step>
3897
+ <octave>5</octave>
3898
+ </pitch>
3899
+ <duration>48</duration>
3900
+ <voice>1</voice>
3901
+ <type>eighth</type>
3902
+ <stem>up</stem>
3903
+ <staff>1</staff>
3904
+ </note>
3905
+ <note default-x="196">
3906
+ <rest>
3907
+ <display-step>B</display-step>
3908
+ <display-octave>4</display-octave>
3909
+ </rest>
3910
+ <duration>48</duration>
3911
+ <voice>1</voice>
3912
+ <type>eighth</type>
3913
+ <staff>1</staff>
3914
+ </note>
3915
+ <backup>
3916
+ <duration>288</duration>
3917
+ </backup>
3918
+ <note default-x="19">
3919
+ <pitch>
3920
+ <step>A</step>
3921
+ <alter>-1</alter>
3922
+ <octave>2</octave>
3923
+ </pitch>
3924
+ <duration>48</duration>
3925
+ <voice>3</voice>
3926
+ <type>eighth</type>
3927
+ <stem default-y="1">up</stem>
3928
+ <staff>2</staff>
3929
+ </note>
3930
+ <note default-x="50">
3931
+ <rest>
3932
+ <display-step>D</display-step>
3933
+ <display-octave>3</display-octave>
3934
+ </rest>
3935
+ <duration>48</duration>
3936
+ <voice>3</voice>
3937
+ <type>eighth</type>
3938
+ <staff>2</staff>
3939
+ </note>
3940
+ <note default-x="82">
3941
+ <pitch>
3942
+ <step>A</step>
3943
+ <alter>-1</alter>
3944
+ <octave>3</octave>
3945
+ </pitch>
3946
+ <duration>48</duration>
3947
+ <voice>3</voice>
3948
+ <type>eighth</type>
3949
+ <stem default-y="-58">down</stem>
3950
+ <staff>2</staff>
3951
+ <beam number="1">begin</beam>
3952
+ </note>
3953
+ <note default-x="113">
3954
+ <rest/>
3955
+ <duration>24</duration>
3956
+ <voice>3</voice>
3957
+ <type>16th</type>
3958
+ <staff>2</staff>
3959
+ </note>
3960
+ <note default-x="135">
3961
+ <pitch>
3962
+ <step>A</step>
3963
+ <alter>-1</alter>
3964
+ <octave>2</octave>
3965
+ </pitch>
3966
+ <duration>24</duration>
3967
+ <voice>3</voice>
3968
+ <type>16th</type>
3969
+ <stem default-y="-67">down</stem>
3970
+ <staff>2</staff>
3971
+ <beam number="1">end</beam>
3972
+ <beam number="2">backward hook</beam>
3973
+ </note>
3974
+ <note default-x="135">
3975
+ <chord/>
3976
+ <pitch>
3977
+ <step>A</step>
3978
+ <alter>-1</alter>
3979
+ <octave>3</octave>
3980
+ </pitch>
3981
+ <duration>24</duration>
3982
+ <voice>3</voice>
3983
+ <type>16th</type>
3984
+ <stem>down</stem>
3985
+ <staff>2</staff>
3986
+ </note>
3987
+ <note default-x="165">
3988
+ <pitch>
3989
+ <step>A</step>
3990
+ <octave>2</octave>
3991
+ </pitch>
3992
+ <duration>96</duration>
3993
+ <voice>3</voice>
3994
+ <type>quarter</type>
3995
+ <accidental>natural</accidental>
3996
+ <stem default-y="-60.5">down</stem>
3997
+ <staff>2</staff>
3998
+ </note>
3999
+ <note default-x="165">
4000
+ <chord/>
4001
+ <pitch>
4002
+ <step>A</step>
4003
+ <octave>3</octave>
4004
+ </pitch>
4005
+ <duration>96</duration>
4006
+ <voice>3</voice>
4007
+ <type>quarter</type>
4008
+ <accidental>natural</accidental>
4009
+ <stem>down</stem>
4010
+ <staff>2</staff>
4011
+ </note>
4012
+ </measure>
4013
+ <!--=======================================================-->
4014
+ <measure number="15" width="226">
4015
+ <note default-x="20">
4016
+ <pitch>
4017
+ <step>D</step>
4018
+ <octave>4</octave>
4019
+ </pitch>
4020
+ <duration>48</duration>
4021
+ <voice>1</voice>
4022
+ <type>eighth</type>
4023
+ <stem default-y="1">up</stem>
4024
+ <staff>1</staff>
4025
+ </note>
4026
+ <note default-x="20">
4027
+ <chord/>
4028
+ <pitch>
4029
+ <step>F</step>
4030
+ <octave>4</octave>
4031
+ </pitch>
4032
+ <duration>48</duration>
4033
+ <voice>1</voice>
4034
+ <type>eighth</type>
4035
+ <stem>up</stem>
4036
+ <staff>1</staff>
4037
+ </note>
4038
+ <note default-x="52">
4039
+ <rest>
4040
+ <display-step>B</display-step>
4041
+ <display-octave>4</display-octave>
4042
+ </rest>
4043
+ <duration>48</duration>
4044
+ <voice>1</voice>
4045
+ <type>eighth</type>
4046
+ <staff>1</staff>
4047
+ </note>
4048
+ <note default-x="82">
4049
+ <pitch>
4050
+ <step>F</step>
4051
+ <octave>4</octave>
4052
+ </pitch>
4053
+ <duration>48</duration>
4054
+ <voice>1</voice>
4055
+ <type>eighth</type>
4056
+ <stem default-y="13">up</stem>
4057
+ <staff>1</staff>
4058
+ <beam number="1">begin</beam>
4059
+ </note>
4060
+ <note default-x="82">
4061
+ <chord/>
4062
+ <pitch>
4063
+ <step>B</step>
4064
+ <alter>-1</alter>
4065
+ <octave>4</octave>
4066
+ </pitch>
4067
+ <duration>48</duration>
4068
+ <voice>1</voice>
4069
+ <type>eighth</type>
4070
+ <stem>up</stem>
4071
+ <staff>1</staff>
4072
+ </note>
4073
+ <note default-x="112">
4074
+ <rest/>
4075
+ <duration>24</duration>
4076
+ <voice>1</voice>
4077
+ <type>16th</type>
4078
+ <staff>1</staff>
4079
+ </note>
4080
+ <note default-x="132">
4081
+ <pitch>
4082
+ <step>F</step>
4083
+ <octave>4</octave>
4084
+ </pitch>
4085
+ <duration>24</duration>
4086
+ <voice>1</voice>
4087
+ <type>16th</type>
4088
+ <stem default-y="13">up</stem>
4089
+ <staff>1</staff>
4090
+ <beam number="1">end</beam>
4091
+ <beam number="2">backward hook</beam>
4092
+ </note>
4093
+ <note default-x="132">
4094
+ <chord/>
4095
+ <pitch>
4096
+ <step>B</step>
4097
+ <alter>-1</alter>
4098
+ <octave>4</octave>
4099
+ </pitch>
4100
+ <duration>24</duration>
4101
+ <voice>1</voice>
4102
+ <type>16th</type>
4103
+ <stem>up</stem>
4104
+ <staff>1</staff>
4105
+ </note>
4106
+ <note default-x="152">
4107
+ <pitch>
4108
+ <step>G</step>
4109
+ <octave>4</octave>
4110
+ </pitch>
4111
+ <duration>48</duration>
4112
+ <voice>1</voice>
4113
+ <type>eighth</type>
4114
+ <stem default-y="16">up</stem>
4115
+ <staff>1</staff>
4116
+ </note>
4117
+ <note default-x="152">
4118
+ <chord/>
4119
+ <pitch>
4120
+ <step>B</step>
4121
+ <alter>-1</alter>
4122
+ <octave>4</octave>
4123
+ </pitch>
4124
+ <duration>48</duration>
4125
+ <voice>1</voice>
4126
+ <type>eighth</type>
4127
+ <stem>up</stem>
4128
+ <staff>1</staff>
4129
+ </note>
4130
+ <note default-x="184">
4131
+ <rest>
4132
+ <display-step>B</display-step>
4133
+ <display-octave>4</display-octave>
4134
+ </rest>
4135
+ <duration>48</duration>
4136
+ <voice>1</voice>
4137
+ <type>eighth</type>
4138
+ <staff>1</staff>
4139
+ </note>
4140
+ <backup>
4141
+ <duration>288</duration>
4142
+ </backup>
4143
+ <note default-x="20">
4144
+ <pitch>
4145
+ <step>B</step>
4146
+ <alter>-1</alter>
4147
+ <octave>2</octave>
4148
+ </pitch>
4149
+ <duration>48</duration>
4150
+ <voice>3</voice>
4151
+ <type>eighth</type>
4152
+ <stem default-y="-60.5">down</stem>
4153
+ <staff>2</staff>
4154
+ </note>
4155
+ <note default-x="20">
4156
+ <chord/>
4157
+ <pitch>
4158
+ <step>B</step>
4159
+ <alter>-1</alter>
4160
+ <octave>3</octave>
4161
+ </pitch>
4162
+ <duration>48</duration>
4163
+ <voice>3</voice>
4164
+ <type>eighth</type>
4165
+ <stem>down</stem>
4166
+ <staff>2</staff>
4167
+ </note>
4168
+ <note default-x="52">
4169
+ <rest>
4170
+ <display-step>D</display-step>
4171
+ <display-octave>3</display-octave>
4172
+ </rest>
4173
+ <duration>48</duration>
4174
+ <voice>3</voice>
4175
+ <type>eighth</type>
4176
+ <staff>2</staff>
4177
+ </note>
4178
+ <note default-x="82">
4179
+ <pitch>
4180
+ <step>D</step>
4181
+ <octave>3</octave>
4182
+ </pitch>
4183
+ <duration>48</duration>
4184
+ <voice>3</voice>
4185
+ <type>eighth</type>
4186
+ <stem default-y="-52">down</stem>
4187
+ <staff>2</staff>
4188
+ <beam number="1">begin</beam>
4189
+ </note>
4190
+ <note default-x="82">
4191
+ <chord/>
4192
+ <pitch>
4193
+ <step>B</step>
4194
+ <alter>-1</alter>
4195
+ <octave>3</octave>
4196
+ </pitch>
4197
+ <duration>48</duration>
4198
+ <voice>3</voice>
4199
+ <type>eighth</type>
4200
+ <stem>down</stem>
4201
+ <staff>2</staff>
4202
+ </note>
4203
+ <note default-x="112">
4204
+ <rest/>
4205
+ <duration>24</duration>
4206
+ <voice>3</voice>
4207
+ <type>16th</type>
4208
+ <staff>2</staff>
4209
+ </note>
4210
+ <note default-x="132">
4211
+ <pitch>
4212
+ <step>D</step>
4213
+ <octave>3</octave>
4214
+ </pitch>
4215
+ <duration>24</duration>
4216
+ <voice>3</voice>
4217
+ <type>16th</type>
4218
+ <stem default-y="-52">down</stem>
4219
+ <staff>2</staff>
4220
+ <beam number="1">end</beam>
4221
+ <beam number="2">backward hook</beam>
4222
+ </note>
4223
+ <note default-x="132">
4224
+ <chord/>
4225
+ <pitch>
4226
+ <step>B</step>
4227
+ <alter>-1</alter>
4228
+ <octave>3</octave>
4229
+ </pitch>
4230
+ <duration>24</duration>
4231
+ <voice>3</voice>
4232
+ <type>16th</type>
4233
+ <stem>down</stem>
4234
+ <staff>2</staff>
4235
+ </note>
4236
+ <note default-x="152">
4237
+ <pitch>
4238
+ <step>E</step>
4239
+ <alter>-1</alter>
4240
+ <octave>3</octave>
4241
+ </pitch>
4242
+ <duration>48</duration>
4243
+ <voice>3</voice>
4244
+ <type>eighth</type>
4245
+ <stem default-y="-50.5">down</stem>
4246
+ <staff>2</staff>
4247
+ </note>
4248
+ <note default-x="152">
4249
+ <chord/>
4250
+ <pitch>
4251
+ <step>B</step>
4252
+ <alter>-1</alter>
4253
+ <octave>3</octave>
4254
+ </pitch>
4255
+ <duration>48</duration>
4256
+ <voice>3</voice>
4257
+ <type>eighth</type>
4258
+ <stem>down</stem>
4259
+ <staff>2</staff>
4260
+ </note>
4261
+ <note default-x="184">
4262
+ <rest>
4263
+ <display-step>D</display-step>
4264
+ <display-octave>3</display-octave>
4265
+ </rest>
4266
+ <duration>48</duration>
4267
+ <voice>3</voice>
4268
+ <type>eighth</type>
4269
+ <staff>2</staff>
4270
+ </note>
4271
+ </measure>
4272
+ </part>
4273
+ <!--=========================================================-->
4274
+ </score-partwise>