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