abcjs 6.3.0 → 6.4.1

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