abcjs 6.3.0 → 6.4.0

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 +44 -0
  3. package/dist/abcjs-basic-min.js +2 -2
  4. package/dist/abcjs-basic.js +1028 -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 +562 -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/temp.txt +1 -48
  36. package/types/index.d.ts +96 -32
  37. package/version.js +1 -1
  38. package/abc2xml_239/abc2xml.html +0 -769
  39. package/abc2xml_239/abc2xml.py +0 -2248
  40. package/abc2xml_239/abc2xml_changelog.html +0 -124
  41. package/abc2xml_239/lazy-river.abc +0 -26
  42. package/abc2xml_239/lazy-river.xml +0 -3698
  43. package/abc2xml_239/mean-to-me.abc +0 -22
  44. package/abc2xml_239/mean-to-me.xml +0 -2954
  45. package/abc2xml_239/pyparsing.py +0 -3672
  46. package/abc2xml_239/pyparsing.pyc +0 -0
@@ -1,2954 +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>Mean To Me</work-title>
6
- </work>
7
- <identification>
8
- <creator type="composer">Fred E. Ahlert and Roy Turk</creator>
9
- <encoding>
10
- <encoder>abc2xml version 239</encoder>
11
- <encoding-date>2023-09-28</encoding-date>
12
- </encoding>
13
- <source>Copyright 1929</source>
14
- </identification>
15
- <part-list>
16
- <score-part id="P1">
17
- <part-name />
18
- </score-part>
19
- </part-list>
20
- <part id="P1">
21
- <measure number="1">
22
- <direction placement="above">
23
- <direction-type>
24
- <metronome>
25
- <beat-unit>quarter</beat-unit>
26
- <per-minute>130</per-minute>
27
- </metronome>
28
- </direction-type>
29
- <sound tempo="130.00" />
30
- </direction>
31
- <attributes>
32
- <divisions>120</divisions>
33
- <key>
34
- <fifths>-2</fifths>
35
- <mode>major</mode>
36
- </key>
37
- <time>
38
- <beats>4</beats>
39
- <beat-type>4</beat-type>
40
- </time>
41
- </attributes>
42
- <direction placement="above">
43
- <direction-type>
44
- <rehearsal font-weight="bold">Intro</rehearsal>
45
- </direction-type>
46
- </direction>
47
- <harmony>
48
- <root>
49
- <root-step>C</root-step>
50
- </root>
51
- <kind>minor-seventh</kind>
52
- </harmony>
53
- <note>
54
- <rest />
55
- <duration>120</duration>
56
- <voice>1</voice>
57
- <type>quarter</type>
58
- </note>
59
- <note>
60
- <pitch>
61
- <step>C</step>
62
- <octave>5</octave>
63
- </pitch>
64
- <duration>40</duration>
65
- <voice>1</voice>
66
- <type>eighth</type>
67
- <time-modification>
68
- <actual-notes>3</actual-notes>
69
- <normal-notes>2</normal-notes>
70
- </time-modification>
71
- <beam number="1">begin</beam>
72
- <notations>
73
- <tuplet bracket="yes" type="start" />
74
- </notations>
75
- </note>
76
- <note>
77
- <pitch>
78
- <step>C</step>
79
- <octave>5</octave>
80
- </pitch>
81
- <duration>40</duration>
82
- <voice>1</voice>
83
- <type>eighth</type>
84
- <time-modification>
85
- <actual-notes>3</actual-notes>
86
- <normal-notes>2</normal-notes>
87
- </time-modification>
88
- <beam number="1">continue</beam>
89
- </note>
90
- <note>
91
- <pitch>
92
- <step>C</step>
93
- <octave>5</octave>
94
- </pitch>
95
- <duration>40</duration>
96
- <voice>1</voice>
97
- <type>eighth</type>
98
- <time-modification>
99
- <actual-notes>3</actual-notes>
100
- <normal-notes>2</normal-notes>
101
- </time-modification>
102
- <beam number="1">end</beam>
103
- <notations>
104
- <tuplet type="stop" />
105
- </notations>
106
- </note>
107
- <harmony>
108
- <root>
109
- <root-step>F</root-step>
110
- </root>
111
- <kind>dominant</kind>
112
- </harmony>
113
- <note>
114
- <pitch>
115
- <step>D</step>
116
- <octave>5</octave>
117
- </pitch>
118
- <duration>60</duration>
119
- <voice>1</voice>
120
- <type>eighth</type>
121
- </note>
122
- <note>
123
- <pitch>
124
- <step>D</step>
125
- <octave>5</octave>
126
- </pitch>
127
- <duration>180</duration>
128
- <voice>1</voice>
129
- <type>quarter</type>
130
- <dot />
131
- </note>
132
- </measure>
133
- <measure number="2">
134
- <harmony>
135
- <root>
136
- <root-step>C</root-step>
137
- </root>
138
- <kind>minor-seventh</kind>
139
- </harmony>
140
- <note>
141
- <rest />
142
- <duration>120</duration>
143
- <voice>1</voice>
144
- <type>quarter</type>
145
- </note>
146
- <note>
147
- <pitch>
148
- <step>C</step>
149
- <octave>5</octave>
150
- </pitch>
151
- <duration>40</duration>
152
- <voice>1</voice>
153
- <type>eighth</type>
154
- <time-modification>
155
- <actual-notes>3</actual-notes>
156
- <normal-notes>2</normal-notes>
157
- </time-modification>
158
- <beam number="1">begin</beam>
159
- <notations>
160
- <tuplet bracket="yes" type="start" />
161
- </notations>
162
- </note>
163
- <note>
164
- <pitch>
165
- <step>C</step>
166
- <octave>5</octave>
167
- </pitch>
168
- <duration>40</duration>
169
- <voice>1</voice>
170
- <type>eighth</type>
171
- <time-modification>
172
- <actual-notes>3</actual-notes>
173
- <normal-notes>2</normal-notes>
174
- </time-modification>
175
- <beam number="1">continue</beam>
176
- </note>
177
- <note>
178
- <pitch>
179
- <step>C</step>
180
- <octave>5</octave>
181
- </pitch>
182
- <duration>40</duration>
183
- <voice>1</voice>
184
- <type>eighth</type>
185
- <time-modification>
186
- <actual-notes>3</actual-notes>
187
- <normal-notes>2</normal-notes>
188
- </time-modification>
189
- <beam number="1">end</beam>
190
- <notations>
191
- <tuplet type="stop" />
192
- </notations>
193
- </note>
194
- <harmony>
195
- <root>
196
- <root-step>F</root-step>
197
- </root>
198
- <kind>dominant</kind>
199
- </harmony>
200
- <note>
201
- <pitch>
202
- <step>D</step>
203
- <octave>5</octave>
204
- </pitch>
205
- <duration>60</duration>
206
- <voice>1</voice>
207
- <type>eighth</type>
208
- </note>
209
- <note>
210
- <pitch>
211
- <step>D</step>
212
- <octave>5</octave>
213
- </pitch>
214
- <duration>180</duration>
215
- <voice>1</voice>
216
- <type>quarter</type>
217
- <dot />
218
- </note>
219
- </measure>
220
- <measure number="3">
221
- <direction placement="above">
222
- <direction-type>
223
- <words>BbΔ7</words>
224
- </direction-type>
225
- </direction>
226
- <note>
227
- <rest />
228
- <duration>120</duration>
229
- <voice>1</voice>
230
- <type>quarter</type>
231
- </note>
232
- <note>
233
- <pitch>
234
- <step>C</step>
235
- <octave>5</octave>
236
- </pitch>
237
- <duration>40</duration>
238
- <voice>1</voice>
239
- <type>eighth</type>
240
- <time-modification>
241
- <actual-notes>3</actual-notes>
242
- <normal-notes>2</normal-notes>
243
- </time-modification>
244
- <beam number="1">begin</beam>
245
- <notations>
246
- <tuplet bracket="yes" type="start" />
247
- </notations>
248
- </note>
249
- <note>
250
- <pitch>
251
- <step>B</step>
252
- <alter>-1</alter>
253
- <octave>4</octave>
254
- </pitch>
255
- <duration>40</duration>
256
- <voice>1</voice>
257
- <type>eighth</type>
258
- <time-modification>
259
- <actual-notes>3</actual-notes>
260
- <normal-notes>2</normal-notes>
261
- </time-modification>
262
- <beam number="1">continue</beam>
263
- </note>
264
- <note>
265
- <pitch>
266
- <step>A</step>
267
- <octave>4</octave>
268
- </pitch>
269
- <duration>40</duration>
270
- <voice>1</voice>
271
- <type>eighth</type>
272
- <time-modification>
273
- <actual-notes>3</actual-notes>
274
- <normal-notes>2</normal-notes>
275
- </time-modification>
276
- <beam number="1">end</beam>
277
- <notations>
278
- <tuplet type="stop" />
279
- </notations>
280
- </note>
281
- <harmony>
282
- <root>
283
- <root-step>A</root-step>
284
- </root>
285
- <kind>dominant</kind>
286
- </harmony>
287
- <note>
288
- <pitch>
289
- <step>G</step>
290
- <octave>4</octave>
291
- </pitch>
292
- <duration>60</duration>
293
- <voice>1</voice>
294
- <type>eighth</type>
295
- <beam number="1">begin</beam>
296
- </note>
297
- <note>
298
- <pitch>
299
- <step>B</step>
300
- <alter>-1</alter>
301
- <octave>4</octave>
302
- </pitch>
303
- <duration>60</duration>
304
- <voice>1</voice>
305
- <type>eighth</type>
306
- <beam number="1">continue</beam>
307
- </note>
308
- <note>
309
- <pitch>
310
- <step>G</step>
311
- <octave>4</octave>
312
- </pitch>
313
- <duration>60</duration>
314
- <voice>1</voice>
315
- <type>eighth</type>
316
- <beam number="1">continue</beam>
317
- </note>
318
- <note>
319
- <pitch>
320
- <step>A</step>
321
- <octave>4</octave>
322
- </pitch>
323
- <duration>60</duration>
324
- <tie type="start" />
325
- <voice>1</voice>
326
- <type>eighth</type>
327
- <beam number="1">end</beam>
328
- <notations>
329
- <tied type="start" />
330
- </notations>
331
- </note>
332
- </measure>
333
- <measure number="4">
334
- <harmony>
335
- <root>
336
- <root-step>D</root-step>
337
- </root>
338
- <kind>minor-seventh</kind>
339
- </harmony>
340
- <note>
341
- <pitch>
342
- <step>A</step>
343
- <octave>4</octave>
344
- </pitch>
345
- <duration>120</duration>
346
- <tie type="stop" />
347
- <voice>1</voice>
348
- <type>quarter</type>
349
- <notations>
350
- <tied type="stop" />
351
- </notations>
352
- </note>
353
- <note>
354
- <pitch>
355
- <step>F</step>
356
- <octave>4</octave>
357
- </pitch>
358
- <duration>60</duration>
359
- <voice>1</voice>
360
- <type>eighth</type>
361
- <beam number="1">begin</beam>
362
- </note>
363
- <note>
364
- <pitch>
365
- <step>G</step>
366
- <octave>4</octave>
367
- </pitch>
368
- <duration>60</duration>
369
- <tie type="start" />
370
- <voice>1</voice>
371
- <type>eighth</type>
372
- <beam number="1">end</beam>
373
- <notations>
374
- <tied type="start" />
375
- </notations>
376
- </note>
377
- <harmony>
378
- <root>
379
- <root-step>G</root-step>
380
- </root>
381
- <kind>dominant</kind>
382
- </harmony>
383
- <note>
384
- <pitch>
385
- <step>G</step>
386
- <octave>4</octave>
387
- </pitch>
388
- <duration>240</duration>
389
- <tie type="stop" />
390
- <voice>1</voice>
391
- <type>half</type>
392
- <notations>
393
- <tied type="stop" />
394
- </notations>
395
- </note>
396
- </measure>
397
- <measure number="5">
398
- <harmony>
399
- <root>
400
- <root-step>C</root-step>
401
- </root>
402
- <kind>minor-seventh</kind>
403
- </harmony>
404
- <note>
405
- <rest />
406
- <duration>120</duration>
407
- <voice>1</voice>
408
- <type>quarter</type>
409
- </note>
410
- <note>
411
- <pitch>
412
- <step>C</step>
413
- <octave>5</octave>
414
- </pitch>
415
- <duration>40</duration>
416
- <voice>1</voice>
417
- <type>eighth</type>
418
- <time-modification>
419
- <actual-notes>3</actual-notes>
420
- <normal-notes>2</normal-notes>
421
- </time-modification>
422
- <beam number="1">begin</beam>
423
- <notations>
424
- <tuplet bracket="yes" type="start" />
425
- </notations>
426
- </note>
427
- <note>
428
- <pitch>
429
- <step>C</step>
430
- <octave>5</octave>
431
- </pitch>
432
- <duration>40</duration>
433
- <voice>1</voice>
434
- <type>eighth</type>
435
- <time-modification>
436
- <actual-notes>3</actual-notes>
437
- <normal-notes>2</normal-notes>
438
- </time-modification>
439
- <beam number="1">continue</beam>
440
- </note>
441
- <note>
442
- <pitch>
443
- <step>C</step>
444
- <octave>5</octave>
445
- </pitch>
446
- <duration>40</duration>
447
- <voice>1</voice>
448
- <type>eighth</type>
449
- <time-modification>
450
- <actual-notes>3</actual-notes>
451
- <normal-notes>2</normal-notes>
452
- </time-modification>
453
- <beam number="1">end</beam>
454
- <notations>
455
- <tuplet type="stop" />
456
- </notations>
457
- </note>
458
- <harmony>
459
- <root>
460
- <root-step>G</root-step>
461
- </root>
462
- <kind>dominant</kind>
463
- </harmony>
464
- <note>
465
- <pitch>
466
- <step>D</step>
467
- <octave>5</octave>
468
- </pitch>
469
- <duration>60</duration>
470
- <voice>1</voice>
471
- <type>eighth</type>
472
- </note>
473
- <note>
474
- <pitch>
475
- <step>D</step>
476
- <octave>5</octave>
477
- </pitch>
478
- <duration>180</duration>
479
- <voice>1</voice>
480
- <type>quarter</type>
481
- <dot />
482
- </note>
483
- </measure>
484
- <measure number="6">
485
- <harmony>
486
- <root>
487
- <root-step>G</root-step>
488
- <root-alter>-1</root-alter>
489
- </root>
490
- <kind>dominant</kind>
491
- </harmony>
492
- <note>
493
- <rest />
494
- <duration>120</duration>
495
- <voice>1</voice>
496
- <type>quarter</type>
497
- </note>
498
- <note>
499
- <pitch>
500
- <step>C</step>
501
- <octave>5</octave>
502
- </pitch>
503
- <duration>40</duration>
504
- <voice>1</voice>
505
- <type>eighth</type>
506
- <time-modification>
507
- <actual-notes>3</actual-notes>
508
- <normal-notes>2</normal-notes>
509
- </time-modification>
510
- <beam number="1">begin</beam>
511
- <notations>
512
- <tuplet bracket="yes" type="start" />
513
- </notations>
514
- </note>
515
- <note>
516
- <pitch>
517
- <step>C</step>
518
- <octave>5</octave>
519
- </pitch>
520
- <duration>40</duration>
521
- <voice>1</voice>
522
- <type>eighth</type>
523
- <time-modification>
524
- <actual-notes>3</actual-notes>
525
- <normal-notes>2</normal-notes>
526
- </time-modification>
527
- <beam number="1">continue</beam>
528
- </note>
529
- <note>
530
- <pitch>
531
- <step>C</step>
532
- <octave>5</octave>
533
- </pitch>
534
- <duration>40</duration>
535
- <voice>1</voice>
536
- <type>eighth</type>
537
- <time-modification>
538
- <actual-notes>3</actual-notes>
539
- <normal-notes>2</normal-notes>
540
- </time-modification>
541
- <beam number="1">end</beam>
542
- <notations>
543
- <tuplet type="stop" />
544
- </notations>
545
- </note>
546
- <harmony>
547
- <root>
548
- <root-step>F</root-step>
549
- </root>
550
- <kind>dominant</kind>
551
- </harmony>
552
- <note>
553
- <pitch>
554
- <step>D</step>
555
- <octave>5</octave>
556
- </pitch>
557
- <duration>60</duration>
558
- <voice>1</voice>
559
- <type>eighth</type>
560
- </note>
561
- <note>
562
- <pitch>
563
- <step>D</step>
564
- <octave>5</octave>
565
- </pitch>
566
- <duration>180</duration>
567
- <voice>1</voice>
568
- <type>quarter</type>
569
- <dot />
570
- </note>
571
- </measure>
572
- <measure number="7">
573
- <harmony>
574
- <root>
575
- <root-step>B</root-step>
576
- <root-alter>-1</root-alter>
577
- </root>
578
- <kind>major</kind>
579
- </harmony>
580
- <note>
581
- <rest />
582
- <duration>120</duration>
583
- <voice>1</voice>
584
- <type>quarter</type>
585
- </note>
586
- <note>
587
- <pitch>
588
- <step>C</step>
589
- <octave>5</octave>
590
- </pitch>
591
- <duration>40</duration>
592
- <voice>1</voice>
593
- <type>eighth</type>
594
- <time-modification>
595
- <actual-notes>3</actual-notes>
596
- <normal-notes>2</normal-notes>
597
- </time-modification>
598
- <beam number="1">begin</beam>
599
- <notations>
600
- <tuplet bracket="yes" type="start" />
601
- </notations>
602
- </note>
603
- <note>
604
- <pitch>
605
- <step>B</step>
606
- <alter>-1</alter>
607
- <octave>4</octave>
608
- </pitch>
609
- <duration>40</duration>
610
- <voice>1</voice>
611
- <type>eighth</type>
612
- <time-modification>
613
- <actual-notes>3</actual-notes>
614
- <normal-notes>2</normal-notes>
615
- </time-modification>
616
- <beam number="1">continue</beam>
617
- </note>
618
- <note>
619
- <pitch>
620
- <step>A</step>
621
- <octave>4</octave>
622
- </pitch>
623
- <duration>40</duration>
624
- <voice>1</voice>
625
- <type>eighth</type>
626
- <time-modification>
627
- <actual-notes>3</actual-notes>
628
- <normal-notes>2</normal-notes>
629
- </time-modification>
630
- <beam number="1">end</beam>
631
- <notations>
632
- <tuplet type="stop" />
633
- </notations>
634
- </note>
635
- <harmony>
636
- <root>
637
- <root-step>C</root-step>
638
- </root>
639
- <kind>minor</kind>
640
- </harmony>
641
- <note>
642
- <pitch>
643
- <step>G</step>
644
- <octave>4</octave>
645
- </pitch>
646
- <duration>60</duration>
647
- <voice>1</voice>
648
- <type>eighth</type>
649
- <beam number="1">begin</beam>
650
- </note>
651
- <note>
652
- <pitch>
653
- <step>B</step>
654
- <alter>-1</alter>
655
- <octave>4</octave>
656
- </pitch>
657
- <duration>60</duration>
658
- <voice>1</voice>
659
- <type>eighth</type>
660
- <beam number="1">continue</beam>
661
- </note>
662
- <note>
663
- <pitch>
664
- <step>G</step>
665
- <octave>4</octave>
666
- </pitch>
667
- <duration>60</duration>
668
- <voice>1</voice>
669
- <type>eighth</type>
670
- <beam number="1">continue</beam>
671
- </note>
672
- <note>
673
- <pitch>
674
- <step>A</step>
675
- <octave>4</octave>
676
- </pitch>
677
- <duration>60</duration>
678
- <tie type="start" />
679
- <voice>1</voice>
680
- <type>eighth</type>
681
- <beam number="1">end</beam>
682
- <notations>
683
- <tied type="start" />
684
- </notations>
685
- </note>
686
- </measure>
687
- <measure number="8">
688
- <harmony>
689
- <root>
690
- <root-step>D</root-step>
691
- </root>
692
- <kind>minor-seventh</kind>
693
- </harmony>
694
- <note>
695
- <pitch>
696
- <step>A</step>
697
- <octave>4</octave>
698
- </pitch>
699
- <duration>120</duration>
700
- <tie type="stop" />
701
- <voice>1</voice>
702
- <type>quarter</type>
703
- <notations>
704
- <tied type="stop" />
705
- </notations>
706
- </note>
707
- <note>
708
- <pitch>
709
- <step>F</step>
710
- <octave>4</octave>
711
- </pitch>
712
- <duration>60</duration>
713
- <voice>1</voice>
714
- <type>eighth</type>
715
- <beam number="1">begin</beam>
716
- </note>
717
- <note>
718
- <pitch>
719
- <step>G</step>
720
- <octave>4</octave>
721
- </pitch>
722
- <duration>60</duration>
723
- <tie type="start" />
724
- <voice>1</voice>
725
- <type>eighth</type>
726
- <beam number="1">end</beam>
727
- <notations>
728
- <tied type="start" />
729
- </notations>
730
- </note>
731
- <direction placement="above">
732
- <direction-type>
733
- <words>EbΔ7</words>
734
- </direction-type>
735
- </direction>
736
- <note>
737
- <pitch>
738
- <step>G</step>
739
- <octave>4</octave>
740
- </pitch>
741
- <duration>240</duration>
742
- <tie type="stop" />
743
- <voice>1</voice>
744
- <type>half</type>
745
- <notations>
746
- <tied type="stop" />
747
- </notations>
748
- </note>
749
- </measure>
750
- <measure number="9">
751
- <harmony>
752
- <root>
753
- <root-step>E</root-step>
754
- </root>
755
- <kind>minor-seventh</kind>
756
- </harmony>
757
- <note>
758
- <rest />
759
- <duration>120</duration>
760
- <voice>1</voice>
761
- <type>quarter</type>
762
- </note>
763
- <note>
764
- <pitch>
765
- <step>A</step>
766
- <octave>4</octave>
767
- </pitch>
768
- <duration>40</duration>
769
- <voice>1</voice>
770
- <type>eighth</type>
771
- <time-modification>
772
- <actual-notes>3</actual-notes>
773
- <normal-notes>2</normal-notes>
774
- </time-modification>
775
- <beam number="1">begin</beam>
776
- <notations>
777
- <tuplet bracket="yes" type="start" />
778
- </notations>
779
- </note>
780
- <note>
781
- <pitch>
782
- <step>A</step>
783
- <octave>4</octave>
784
- </pitch>
785
- <duration>40</duration>
786
- <voice>1</voice>
787
- <type>eighth</type>
788
- <time-modification>
789
- <actual-notes>3</actual-notes>
790
- <normal-notes>2</normal-notes>
791
- </time-modification>
792
- <beam number="1">continue</beam>
793
- </note>
794
- <note>
795
- <pitch>
796
- <step>A</step>
797
- <octave>4</octave>
798
- </pitch>
799
- <duration>40</duration>
800
- <voice>1</voice>
801
- <type>eighth</type>
802
- <time-modification>
803
- <actual-notes>3</actual-notes>
804
- <normal-notes>2</normal-notes>
805
- </time-modification>
806
- <beam number="1">end</beam>
807
- <notations>
808
- <tuplet type="stop" />
809
- </notations>
810
- </note>
811
- <harmony>
812
- <root>
813
- <root-step>A</root-step>
814
- </root>
815
- <kind>dominant</kind>
816
- </harmony>
817
- <note>
818
- <pitch>
819
- <step>F</step>
820
- <octave>5</octave>
821
- </pitch>
822
- <duration>120</duration>
823
- <voice>1</voice>
824
- <type>quarter</type>
825
- </note>
826
- <note>
827
- <pitch>
828
- <step>F</step>
829
- <octave>5</octave>
830
- </pitch>
831
- <duration>120</duration>
832
- <voice>1</voice>
833
- <type>quarter</type>
834
- </note>
835
- </measure>
836
- <measure number="10">
837
- <harmony>
838
- <root>
839
- <root-step>D</root-step>
840
- </root>
841
- <kind>minor-seventh</kind>
842
- </harmony>
843
- <note>
844
- <pitch>
845
- <step>D</step>
846
- <octave>5</octave>
847
- </pitch>
848
- <duration>30</duration>
849
- <voice>1</voice>
850
- <type>16th</type>
851
- <beam number="1">begin</beam>
852
- </note>
853
- <note>
854
- <pitch>
855
- <step>E</step>
856
- <alter>0</alter>
857
- <octave>5</octave>
858
- </pitch>
859
- <duration>30</duration>
860
- <voice>1</voice>
861
- <type>16th</type>
862
- <accidental>natural</accidental>
863
- <beam number="1">end</beam>
864
- </note>
865
- <note>
866
- <pitch>
867
- <step>D</step>
868
- <octave>5</octave>
869
- </pitch>
870
- <duration>180</duration>
871
- <tie type="start" />
872
- <voice>1</voice>
873
- <type>quarter</type>
874
- <dot />
875
- <notations>
876
- <tied type="start" />
877
- </notations>
878
- </note>
879
- <harmony>
880
- <root>
881
- <root-step>A</root-step>
882
- </root>
883
- <kind>dominant</kind>
884
- </harmony>
885
- <note>
886
- <pitch>
887
- <step>D</step>
888
- <octave>5</octave>
889
- </pitch>
890
- <duration>240</duration>
891
- <tie type="stop" />
892
- <voice>1</voice>
893
- <type>half</type>
894
- <notations>
895
- <tied type="stop" />
896
- </notations>
897
- </note>
898
- </measure>
899
- <measure number="11">
900
- <harmony>
901
- <root>
902
- <root-step>C</root-step>
903
- </root>
904
- <kind>dominant</kind>
905
- </harmony>
906
- <note>
907
- <rest />
908
- <duration>120</duration>
909
- <voice>1</voice>
910
- <type>quarter</type>
911
- </note>
912
- <note>
913
- <pitch>
914
- <step>C</step>
915
- <octave>5</octave>
916
- </pitch>
917
- <duration>40</duration>
918
- <voice>1</voice>
919
- <type>eighth</type>
920
- <time-modification>
921
- <actual-notes>3</actual-notes>
922
- <normal-notes>2</normal-notes>
923
- </time-modification>
924
- <beam number="1">begin</beam>
925
- <notations>
926
- <tuplet bracket="yes" type="start" />
927
- </notations>
928
- </note>
929
- <note>
930
- <pitch>
931
- <step>D</step>
932
- <octave>5</octave>
933
- </pitch>
934
- <duration>40</duration>
935
- <voice>1</voice>
936
- <type>eighth</type>
937
- <time-modification>
938
- <actual-notes>3</actual-notes>
939
- <normal-notes>2</normal-notes>
940
- </time-modification>
941
- <beam number="1">continue</beam>
942
- </note>
943
- <note>
944
- <pitch>
945
- <step>C</step>
946
- <octave>5</octave>
947
- </pitch>
948
- <duration>40</duration>
949
- <voice>1</voice>
950
- <type>eighth</type>
951
- <time-modification>
952
- <actual-notes>3</actual-notes>
953
- <normal-notes>2</normal-notes>
954
- </time-modification>
955
- <beam number="1">end</beam>
956
- <notations>
957
- <tuplet type="stop" />
958
- </notations>
959
- </note>
960
- <harmony>
961
- <root>
962
- <root-step>C</root-step>
963
- </root>
964
- <kind>dominant</kind>
965
- </harmony>
966
- <note>
967
- <pitch>
968
- <step>D</step>
969
- <octave>5</octave>
970
- </pitch>
971
- <duration>60</duration>
972
- <voice>1</voice>
973
- <type>eighth</type>
974
- </note>
975
- <note>
976
- <pitch>
977
- <step>C</step>
978
- <octave>5</octave>
979
- </pitch>
980
- <duration>120</duration>
981
- <voice>1</voice>
982
- <type>quarter</type>
983
- </note>
984
- <note>
985
- <pitch>
986
- <step>D</step>
987
- <octave>5</octave>
988
- </pitch>
989
- <duration>60</duration>
990
- <voice>1</voice>
991
- <type>eighth</type>
992
- </note>
993
- </measure>
994
- <measure number="12">
995
- <harmony>
996
- <root>
997
- <root-step>F</root-step>
998
- </root>
999
- <kind>dominant</kind>
1000
- </harmony>
1001
- <note>
1002
- <pitch>
1003
- <step>F</step>
1004
- <octave>5</octave>
1005
- </pitch>
1006
- <duration>30</duration>
1007
- <voice>1</voice>
1008
- <type>16th</type>
1009
- <beam number="1">begin</beam>
1010
- <notations>
1011
- <slur number="1" type="start" />
1012
- </notations>
1013
- </note>
1014
- <note>
1015
- <pitch>
1016
- <step>E</step>
1017
- <alter>-1</alter>
1018
- <octave>5</octave>
1019
- </pitch>
1020
- <duration>30</duration>
1021
- <voice>1</voice>
1022
- <type>16th</type>
1023
- <beam number="1">end</beam>
1024
- </note>
1025
- <note>
1026
- <pitch>
1027
- <step>F</step>
1028
- <octave>5</octave>
1029
- </pitch>
1030
- <duration>180</duration>
1031
- <tie type="start" />
1032
- <voice>1</voice>
1033
- <type>quarter</type>
1034
- <dot />
1035
- <notations>
1036
- <tied type="start" />
1037
- </notations>
1038
- </note>
1039
- <note>
1040
- <pitch>
1041
- <step>F</step>
1042
- <octave>5</octave>
1043
- </pitch>
1044
- <duration>180</duration>
1045
- <tie type="stop" />
1046
- <voice>1</voice>
1047
- <type>quarter</type>
1048
- <dot />
1049
- <notations>
1050
- <tied type="stop" />
1051
- <slur number="1" type="stop" />
1052
- </notations>
1053
- </note>
1054
- <harmony>
1055
- <root>
1056
- <root-step>F</root-step>
1057
- </root>
1058
- <kind>augmented-seventh</kind>
1059
- </harmony>
1060
- <note>
1061
- <pitch>
1062
- <step>D</step>
1063
- <alter>-1</alter>
1064
- <octave>5</octave>
1065
- </pitch>
1066
- <duration>60</duration>
1067
- <voice>1</voice>
1068
- <type>eighth</type>
1069
- <accidental>flat</accidental>
1070
- </note>
1071
- <barline location="right">
1072
- <bar-style>light-light</bar-style>
1073
- </barline>
1074
- </measure>
1075
- <measure number="13">
1076
- <direction placement="above">
1077
- <direction-type>
1078
- <rehearsal font-weight="bold">Verse</rehearsal>
1079
- </direction-type>
1080
- </direction>
1081
- <barline location="left">
1082
- <bar-style>heavy-light</bar-style>
1083
- <repeat direction="forward" />
1084
- </barline>
1085
- <direction placement="above">
1086
- <direction-type>
1087
- <words>BbΔ7</words>
1088
- </direction-type>
1089
- </direction>
1090
- <note>
1091
- <pitch>
1092
- <step>D</step>
1093
- <octave>5</octave>
1094
- </pitch>
1095
- <duration>180</duration>
1096
- <voice>1</voice>
1097
- <type>quarter</type>
1098
- <dot />
1099
- </note>
1100
- <note>
1101
- <pitch>
1102
- <step>F</step>
1103
- <octave>4</octave>
1104
- </pitch>
1105
- <duration>60</duration>
1106
- <voice>1</voice>
1107
- <type>eighth</type>
1108
- </note>
1109
- <harmony>
1110
- <root>
1111
- <root-step>G</root-step>
1112
- </root>
1113
- <kind>dominant</kind>
1114
- </harmony>
1115
- <note>
1116
- <pitch>
1117
- <step>G</step>
1118
- <octave>4</octave>
1119
- </pitch>
1120
- <duration>240</duration>
1121
- <voice>1</voice>
1122
- <type>half</type>
1123
- </note>
1124
- </measure>
1125
- <measure number="14">
1126
- <harmony>
1127
- <root>
1128
- <root-step>C</root-step>
1129
- </root>
1130
- <kind>minor-seventh</kind>
1131
- </harmony>
1132
- <note>
1133
- <rest />
1134
- <duration>120</duration>
1135
- <voice>1</voice>
1136
- <type>quarter</type>
1137
- </note>
1138
- <note>
1139
- <pitch>
1140
- <step>E</step>
1141
- <alter>-1</alter>
1142
- <octave>5</octave>
1143
- </pitch>
1144
- <duration>60</duration>
1145
- <voice>1</voice>
1146
- <type>eighth</type>
1147
- <beam number="1">begin</beam>
1148
- </note>
1149
- <note>
1150
- <pitch>
1151
- <step>G</step>
1152
- <octave>4</octave>
1153
- </pitch>
1154
- <duration>60</duration>
1155
- <tie type="start" />
1156
- <voice>1</voice>
1157
- <type>eighth</type>
1158
- <beam number="1">end</beam>
1159
- <notations>
1160
- <tied type="start" />
1161
- </notations>
1162
- </note>
1163
- <harmony>
1164
- <root>
1165
- <root-step>F</root-step>
1166
- </root>
1167
- <kind>dominant</kind>
1168
- </harmony>
1169
- <note>
1170
- <pitch>
1171
- <step>G</step>
1172
- <octave>4</octave>
1173
- </pitch>
1174
- <duration>60</duration>
1175
- <tie type="stop" />
1176
- <voice>1</voice>
1177
- <type>eighth</type>
1178
- <beam number="1">begin</beam>
1179
- <notations>
1180
- <tied type="stop" />
1181
- </notations>
1182
- </note>
1183
- <note>
1184
- <pitch>
1185
- <step>G</step>
1186
- <alter>1</alter>
1187
- <octave>4</octave>
1188
- </pitch>
1189
- <duration>60</duration>
1190
- <voice>1</voice>
1191
- <type>eighth</type>
1192
- <accidental>sharp</accidental>
1193
- <beam number="1">continue</beam>
1194
- </note>
1195
- <note>
1196
- <pitch>
1197
- <step>A</step>
1198
- <octave>4</octave>
1199
- </pitch>
1200
- <duration>60</duration>
1201
- <voice>1</voice>
1202
- <type>eighth</type>
1203
- <beam number="1">continue</beam>
1204
- </note>
1205
- <note>
1206
- <pitch>
1207
- <step>F</step>
1208
- <octave>5</octave>
1209
- </pitch>
1210
- <duration>60</duration>
1211
- <tie type="start" />
1212
- <voice>1</voice>
1213
- <type>eighth</type>
1214
- <beam number="1">end</beam>
1215
- <notations>
1216
- <tied type="start" />
1217
- </notations>
1218
- </note>
1219
- </measure>
1220
- <measure number="15">
1221
- <direction placement="above">
1222
- <direction-type>
1223
- <words>BbΔ7</words>
1224
- </direction-type>
1225
- </direction>
1226
- <note>
1227
- <pitch>
1228
- <step>F</step>
1229
- <octave>5</octave>
1230
- </pitch>
1231
- <duration>180</duration>
1232
- <tie type="stop" />
1233
- <voice>1</voice>
1234
- <type>quarter</type>
1235
- <dot />
1236
- <notations>
1237
- <tied type="stop" />
1238
- </notations>
1239
- </note>
1240
- <note>
1241
- <pitch>
1242
- <step>A</step>
1243
- <octave>4</octave>
1244
- </pitch>
1245
- <duration>60</duration>
1246
- <voice>1</voice>
1247
- <type>eighth</type>
1248
- </note>
1249
- <harmony>
1250
- <root>
1251
- <root-step>E</root-step>
1252
- </root>
1253
- <kind>dominant-ninth</kind>
1254
- </harmony>
1255
- <note>
1256
- <pitch>
1257
- <step>B</step>
1258
- <alter>-1</alter>
1259
- <octave>4</octave>
1260
- </pitch>
1261
- <duration>240</duration>
1262
- <voice>1</voice>
1263
- <type>half</type>
1264
- </note>
1265
- </measure>
1266
- <measure number="16">
1267
- <direction placement="above">
1268
- <direction-type>
1269
- <words>EbΔ9</words>
1270
- </direction-type>
1271
- </direction>
1272
- <note>
1273
- <rest />
1274
- <duration>120</duration>
1275
- <voice>1</voice>
1276
- <type>quarter</type>
1277
- </note>
1278
- <note>
1279
- <pitch>
1280
- <step>G</step>
1281
- <octave>5</octave>
1282
- </pitch>
1283
- <duration>120</duration>
1284
- <voice>1</voice>
1285
- <type>quarter</type>
1286
- </note>
1287
- <harmony>
1288
- <root>
1289
- <root-step>A</root-step>
1290
- <root-alter>-1</root-alter>
1291
- </root>
1292
- <kind>dominant-ninth</kind>
1293
- </harmony>
1294
- <note>
1295
- <pitch>
1296
- <step>B</step>
1297
- <alter>-1</alter>
1298
- <octave>4</octave>
1299
- </pitch>
1300
- <duration>60</duration>
1301
- <voice>1</voice>
1302
- <type>eighth</type>
1303
- </note>
1304
- <note>
1305
- <pitch>
1306
- <step>C</step>
1307
- <octave>5</octave>
1308
- </pitch>
1309
- <duration>120</duration>
1310
- <voice>1</voice>
1311
- <type>quarter</type>
1312
- </note>
1313
- <note>
1314
- <pitch>
1315
- <step>C</step>
1316
- <alter>1</alter>
1317
- <octave>5</octave>
1318
- </pitch>
1319
- <duration>60</duration>
1320
- <voice>1</voice>
1321
- <type>eighth</type>
1322
- <accidental>sharp</accidental>
1323
- </note>
1324
- </measure>
1325
- <measure number="17">
1326
- <harmony>
1327
- <root>
1328
- <root-step>F</root-step>
1329
- </root>
1330
- <kind>major-sixth</kind>
1331
- </harmony>
1332
- <note>
1333
- <pitch>
1334
- <step>D</step>
1335
- <octave>5</octave>
1336
- </pitch>
1337
- <duration>180</duration>
1338
- <voice>1</voice>
1339
- <type>quarter</type>
1340
- <dot />
1341
- </note>
1342
- <note>
1343
- <pitch>
1344
- <step>F</step>
1345
- <octave>4</octave>
1346
- </pitch>
1347
- <duration>60</duration>
1348
- <voice>1</voice>
1349
- <type>eighth</type>
1350
- </note>
1351
- <harmony>
1352
- <root>
1353
- <root-step>G</root-step>
1354
- </root>
1355
- <kind>dominant</kind>
1356
- </harmony>
1357
- <note>
1358
- <pitch>
1359
- <step>G</step>
1360
- <octave>4</octave>
1361
- </pitch>
1362
- <duration>240</duration>
1363
- <voice>1</voice>
1364
- <type>half</type>
1365
- </note>
1366
- </measure>
1367
- <measure number="18">
1368
- <harmony>
1369
- <root>
1370
- <root-step>C</root-step>
1371
- </root>
1372
- <kind>minor-seventh</kind>
1373
- </harmony>
1374
- <note>
1375
- <rest />
1376
- <duration>60</duration>
1377
- <voice>1</voice>
1378
- <type>eighth</type>
1379
- </note>
1380
- <note>
1381
- <pitch>
1382
- <step>E</step>
1383
- <alter>-1</alter>
1384
- <octave>5</octave>
1385
- </pitch>
1386
- <duration>60</duration>
1387
- <voice>1</voice>
1388
- <type>eighth</type>
1389
- </note>
1390
- <note>
1391
- <pitch>
1392
- <step>F</step>
1393
- <octave>5</octave>
1394
- </pitch>
1395
- <duration>60</duration>
1396
- <voice>1</voice>
1397
- <type>eighth</type>
1398
- <beam number="1">begin</beam>
1399
- </note>
1400
- <note>
1401
- <pitch>
1402
- <step>E</step>
1403
- <alter>-1</alter>
1404
- <octave>5</octave>
1405
- </pitch>
1406
- <duration>60</duration>
1407
- <voice>1</voice>
1408
- <type>eighth</type>
1409
- <beam number="1">end</beam>
1410
- </note>
1411
- <harmony>
1412
- <root>
1413
- <root-step>F</root-step>
1414
- </root>
1415
- <kind>dominant</kind>
1416
- </harmony>
1417
- <note>
1418
- <pitch>
1419
- <step>F</step>
1420
- <octave>5</octave>
1421
- </pitch>
1422
- <duration>180</duration>
1423
- <voice>1</voice>
1424
- <type>quarter</type>
1425
- <dot />
1426
- </note>
1427
- <note>
1428
- <pitch>
1429
- <step>D</step>
1430
- <octave>5</octave>
1431
- </pitch>
1432
- <duration>60</duration>
1433
- <voice>1</voice>
1434
- <type>eighth</type>
1435
- </note>
1436
- </measure>
1437
- <measure number="19">
1438
- <harmony>
1439
- <root>
1440
- <root-step>B</root-step>
1441
- <root-alter>-1</root-alter>
1442
- </root>
1443
- <kind>major</kind>
1444
- </harmony>
1445
- <note>
1446
- <pitch>
1447
- <step>C</step>
1448
- <octave>5</octave>
1449
- </pitch>
1450
- <duration>60</duration>
1451
- <voice>1</voice>
1452
- <type>eighth</type>
1453
- </note>
1454
- <note>
1455
- <pitch>
1456
- <step>B</step>
1457
- <alter>-1</alter>
1458
- <octave>4</octave>
1459
- </pitch>
1460
- <duration>180</duration>
1461
- <tie type="start" />
1462
- <voice>1</voice>
1463
- <type>quarter</type>
1464
- <dot />
1465
- <notations>
1466
- <tied type="start" />
1467
- </notations>
1468
- </note>
1469
- <harmony>
1470
- <root>
1471
- <root-step>D</root-step>
1472
- <root-alter>-1</root-alter>
1473
- </root>
1474
- <kind>dominant-ninth</kind>
1475
- </harmony>
1476
- <note>
1477
- <pitch>
1478
- <step>B</step>
1479
- <alter>-1</alter>
1480
- <octave>4</octave>
1481
- </pitch>
1482
- <duration>240</duration>
1483
- <tie type="stop" />
1484
- <voice>1</voice>
1485
- <type>half</type>
1486
- <notations>
1487
- <tied type="stop" />
1488
- </notations>
1489
- </note>
1490
- </measure>
1491
- <measure number="20">
1492
- <harmony>
1493
- <root>
1494
- <root-step>C</root-step>
1495
- </root>
1496
- <kind>minor-seventh</kind>
1497
- </harmony>
1498
- <note>
1499
- <pitch>
1500
- <step>C</step>
1501
- <octave>5</octave>
1502
- </pitch>
1503
- <duration>60</duration>
1504
- <voice>1</voice>
1505
- <type>eighth</type>
1506
- <beam number="1">begin</beam>
1507
- </note>
1508
- <note>
1509
- <pitch>
1510
- <step>D</step>
1511
- <octave>5</octave>
1512
- </pitch>
1513
- <duration>60</duration>
1514
- <voice>1</voice>
1515
- <type>eighth</type>
1516
- <beam number="1">continue</beam>
1517
- </note>
1518
- <note>
1519
- <pitch>
1520
- <step>C</step>
1521
- <octave>5</octave>
1522
- </pitch>
1523
- <duration>60</duration>
1524
- <voice>1</voice>
1525
- <type>eighth</type>
1526
- <beam number="1">continue</beam>
1527
- </note>
1528
- <note>
1529
- <pitch>
1530
- <step>F</step>
1531
- <octave>5</octave>
1532
- </pitch>
1533
- <duration>60</duration>
1534
- <tie type="start" />
1535
- <voice>1</voice>
1536
- <type>eighth</type>
1537
- <beam number="1">end</beam>
1538
- <notations>
1539
- <tied type="start" />
1540
- </notations>
1541
- </note>
1542
- <harmony>
1543
- <root>
1544
- <root-step>B</root-step>
1545
- </root>
1546
- <kind>minor-seventh</kind>
1547
- </harmony>
1548
- <note>
1549
- <pitch>
1550
- <step>F</step>
1551
- <octave>5</octave>
1552
- </pitch>
1553
- <duration>240</duration>
1554
- <tie type="stop" />
1555
- <voice>1</voice>
1556
- <type>half</type>
1557
- <notations>
1558
- <tied type="stop" />
1559
- </notations>
1560
- </note>
1561
- </measure>
1562
- <measure number="21">
1563
- <direction placement="above">
1564
- <direction-type>
1565
- <words>BbΔ7</words>
1566
- </direction-type>
1567
- </direction>
1568
- <note>
1569
- <pitch>
1570
- <step>D</step>
1571
- <octave>5</octave>
1572
- </pitch>
1573
- <duration>120</duration>
1574
- <voice>1</voice>
1575
- <type>quarter</type>
1576
- </note>
1577
- <note>
1578
- <pitch>
1579
- <step>F</step>
1580
- <octave>4</octave>
1581
- </pitch>
1582
- <duration>60</duration>
1583
- <voice>1</voice>
1584
- <type>eighth</type>
1585
- <beam number="1">begin</beam>
1586
- </note>
1587
- <note>
1588
- <pitch>
1589
- <step>G</step>
1590
- <octave>4</octave>
1591
- </pitch>
1592
- <duration>60</duration>
1593
- <tie type="start" />
1594
- <voice>1</voice>
1595
- <type>eighth</type>
1596
- <beam number="1">end</beam>
1597
- <notations>
1598
- <tied type="start" />
1599
- </notations>
1600
- </note>
1601
- <harmony>
1602
- <root>
1603
- <root-step>G</root-step>
1604
- </root>
1605
- <kind>dominant</kind>
1606
- </harmony>
1607
- <note>
1608
- <pitch>
1609
- <step>G</step>
1610
- <octave>4</octave>
1611
- </pitch>
1612
- <duration>240</duration>
1613
- <tie type="stop" />
1614
- <voice>1</voice>
1615
- <type>half</type>
1616
- <notations>
1617
- <tied type="stop" />
1618
- </notations>
1619
- </note>
1620
- </measure>
1621
- <measure number="22">
1622
- <harmony>
1623
- <root>
1624
- <root-step>C</root-step>
1625
- </root>
1626
- <kind>minor-seventh</kind>
1627
- </harmony>
1628
- <note>
1629
- <rest />
1630
- <duration>120</duration>
1631
- <voice>1</voice>
1632
- <type>quarter</type>
1633
- </note>
1634
- <note>
1635
- <pitch>
1636
- <step>E</step>
1637
- <alter>-1</alter>
1638
- <octave>5</octave>
1639
- </pitch>
1640
- <duration>60</duration>
1641
- <voice>1</voice>
1642
- <type>eighth</type>
1643
- <beam number="1">begin</beam>
1644
- </note>
1645
- <note>
1646
- <pitch>
1647
- <step>G</step>
1648
- <octave>4</octave>
1649
- </pitch>
1650
- <duration>60</duration>
1651
- <tie type="start" />
1652
- <voice>1</voice>
1653
- <type>eighth</type>
1654
- <beam number="1">end</beam>
1655
- <notations>
1656
- <tied type="start" />
1657
- </notations>
1658
- </note>
1659
- <harmony>
1660
- <root>
1661
- <root-step>F</root-step>
1662
- </root>
1663
- <kind>dominant-ninth</kind>
1664
- </harmony>
1665
- <note>
1666
- <pitch>
1667
- <step>G</step>
1668
- <octave>4</octave>
1669
- </pitch>
1670
- <duration>60</duration>
1671
- <tie type="stop" />
1672
- <voice>1</voice>
1673
- <type>eighth</type>
1674
- <beam number="1">begin</beam>
1675
- <notations>
1676
- <tied type="stop" />
1677
- </notations>
1678
- </note>
1679
- <note>
1680
- <pitch>
1681
- <step>G</step>
1682
- <alter>1</alter>
1683
- <octave>4</octave>
1684
- </pitch>
1685
- <duration>60</duration>
1686
- <voice>1</voice>
1687
- <type>eighth</type>
1688
- <accidental>sharp</accidental>
1689
- <beam number="1">continue</beam>
1690
- </note>
1691
- <note>
1692
- <pitch>
1693
- <step>A</step>
1694
- <octave>4</octave>
1695
- </pitch>
1696
- <duration>60</duration>
1697
- <voice>1</voice>
1698
- <type>eighth</type>
1699
- <beam number="1">continue</beam>
1700
- </note>
1701
- <note>
1702
- <pitch>
1703
- <step>F</step>
1704
- <octave>5</octave>
1705
- </pitch>
1706
- <duration>60</duration>
1707
- <tie type="start" />
1708
- <voice>1</voice>
1709
- <type>eighth</type>
1710
- <beam number="1">end</beam>
1711
- <notations>
1712
- <tied type="start" />
1713
- </notations>
1714
- </note>
1715
- </measure>
1716
- <measure number="23">
1717
- <direction placement="above">
1718
- <direction-type>
1719
- <words>BbΔ7</words>
1720
- </direction-type>
1721
- </direction>
1722
- <note>
1723
- <pitch>
1724
- <step>F</step>
1725
- <octave>5</octave>
1726
- </pitch>
1727
- <duration>180</duration>
1728
- <tie type="stop" />
1729
- <voice>1</voice>
1730
- <type>quarter</type>
1731
- <dot />
1732
- <notations>
1733
- <tied type="stop" />
1734
- </notations>
1735
- </note>
1736
- <note>
1737
- <pitch>
1738
- <step>A</step>
1739
- <octave>4</octave>
1740
- </pitch>
1741
- <duration>60</duration>
1742
- <voice>1</voice>
1743
- <type>eighth</type>
1744
- </note>
1745
- <harmony>
1746
- <root>
1747
- <root-step>E</root-step>
1748
- </root>
1749
- <kind>dominant-ninth</kind>
1750
- </harmony>
1751
- <note>
1752
- <pitch>
1753
- <step>B</step>
1754
- <alter>-1</alter>
1755
- <octave>4</octave>
1756
- </pitch>
1757
- <duration>240</duration>
1758
- <voice>1</voice>
1759
- <type>half</type>
1760
- </note>
1761
- </measure>
1762
- <measure number="24">
1763
- <direction placement="above">
1764
- <direction-type>
1765
- <words>EbΔ9</words>
1766
- </direction-type>
1767
- </direction>
1768
- <note>
1769
- <rest />
1770
- <duration>120</duration>
1771
- <voice>1</voice>
1772
- <type>quarter</type>
1773
- </note>
1774
- <note>
1775
- <pitch>
1776
- <step>G</step>
1777
- <octave>5</octave>
1778
- </pitch>
1779
- <duration>120</duration>
1780
- <voice>1</voice>
1781
- <type>quarter</type>
1782
- </note>
1783
- <harmony>
1784
- <root>
1785
- <root-step>A</root-step>
1786
- <root-alter>-1</root-alter>
1787
- </root>
1788
- <kind>dominant-ninth</kind>
1789
- </harmony>
1790
- <note>
1791
- <pitch>
1792
- <step>B</step>
1793
- <alter>-1</alter>
1794
- <octave>4</octave>
1795
- </pitch>
1796
- <duration>60</duration>
1797
- <voice>1</voice>
1798
- <type>eighth</type>
1799
- </note>
1800
- <note>
1801
- <pitch>
1802
- <step>C</step>
1803
- <octave>5</octave>
1804
- </pitch>
1805
- <duration>120</duration>
1806
- <voice>1</voice>
1807
- <type>quarter</type>
1808
- </note>
1809
- <note>
1810
- <pitch>
1811
- <step>C</step>
1812
- <alter>1</alter>
1813
- <octave>5</octave>
1814
- </pitch>
1815
- <duration>60</duration>
1816
- <voice>1</voice>
1817
- <type>eighth</type>
1818
- <accidental>sharp</accidental>
1819
- </note>
1820
- </measure>
1821
- <measure number="25">
1822
- <harmony>
1823
- <root>
1824
- <root-step>F</root-step>
1825
- </root>
1826
- <kind>major-sixth</kind>
1827
- </harmony>
1828
- <note>
1829
- <pitch>
1830
- <step>D</step>
1831
- <octave>5</octave>
1832
- </pitch>
1833
- <duration>180</duration>
1834
- <voice>1</voice>
1835
- <type>quarter</type>
1836
- <dot />
1837
- </note>
1838
- <note>
1839
- <pitch>
1840
- <step>F</step>
1841
- <octave>4</octave>
1842
- </pitch>
1843
- <duration>60</duration>
1844
- <voice>1</voice>
1845
- <type>eighth</type>
1846
- </note>
1847
- <harmony>
1848
- <root>
1849
- <root-step>G</root-step>
1850
- </root>
1851
- <kind>dominant</kind>
1852
- </harmony>
1853
- <note>
1854
- <pitch>
1855
- <step>G</step>
1856
- <octave>4</octave>
1857
- </pitch>
1858
- <duration>240</duration>
1859
- <voice>1</voice>
1860
- <type>half</type>
1861
- </note>
1862
- </measure>
1863
- <measure number="26">
1864
- <harmony>
1865
- <root>
1866
- <root-step>C</root-step>
1867
- </root>
1868
- <kind>minor-seventh</kind>
1869
- </harmony>
1870
- <note>
1871
- <rest />
1872
- <duration>120</duration>
1873
- <voice>1</voice>
1874
- <type>quarter</type>
1875
- </note>
1876
- <note>
1877
- <pitch>
1878
- <step>E</step>
1879
- <alter>-1</alter>
1880
- <octave>5</octave>
1881
- </pitch>
1882
- <duration>40</duration>
1883
- <voice>1</voice>
1884
- <type>eighth</type>
1885
- <time-modification>
1886
- <actual-notes>3</actual-notes>
1887
- <normal-notes>2</normal-notes>
1888
- </time-modification>
1889
- <beam number="1">begin</beam>
1890
- <notations>
1891
- <tuplet bracket="yes" type="start" />
1892
- </notations>
1893
- </note>
1894
- <note>
1895
- <pitch>
1896
- <step>F</step>
1897
- <octave>5</octave>
1898
- </pitch>
1899
- <duration>40</duration>
1900
- <voice>1</voice>
1901
- <type>eighth</type>
1902
- <time-modification>
1903
- <actual-notes>3</actual-notes>
1904
- <normal-notes>2</normal-notes>
1905
- </time-modification>
1906
- <beam number="1">continue</beam>
1907
- </note>
1908
- <note>
1909
- <pitch>
1910
- <step>E</step>
1911
- <alter>-1</alter>
1912
- <octave>5</octave>
1913
- </pitch>
1914
- <duration>40</duration>
1915
- <voice>1</voice>
1916
- <type>eighth</type>
1917
- <time-modification>
1918
- <actual-notes>3</actual-notes>
1919
- <normal-notes>2</normal-notes>
1920
- </time-modification>
1921
- <beam number="1">end</beam>
1922
- <notations>
1923
- <tuplet type="stop" />
1924
- </notations>
1925
- </note>
1926
- <harmony>
1927
- <root>
1928
- <root-step>F</root-step>
1929
- </root>
1930
- <kind>dominant</kind>
1931
- </harmony>
1932
- <note>
1933
- <pitch>
1934
- <step>F</step>
1935
- <octave>5</octave>
1936
- </pitch>
1937
- <duration>180</duration>
1938
- <voice>1</voice>
1939
- <type>quarter</type>
1940
- <dot />
1941
- </note>
1942
- <note>
1943
- <pitch>
1944
- <step>D</step>
1945
- <octave>5</octave>
1946
- </pitch>
1947
- <duration>60</duration>
1948
- <voice>1</voice>
1949
- <type>eighth</type>
1950
- </note>
1951
- </measure>
1952
- <measure number="27">
1953
- <harmony>
1954
- <root>
1955
- <root-step>B</root-step>
1956
- <root-alter>-1</root-alter>
1957
- </root>
1958
- <kind>major</kind>
1959
- </harmony>
1960
- <note>
1961
- <pitch>
1962
- <step>C</step>
1963
- <octave>5</octave>
1964
- </pitch>
1965
- <duration>60</duration>
1966
- <voice>1</voice>
1967
- <type>eighth</type>
1968
- </note>
1969
- <note>
1970
- <pitch>
1971
- <step>B</step>
1972
- <alter>-1</alter>
1973
- <octave>4</octave>
1974
- </pitch>
1975
- <duration>180</duration>
1976
- <tie type="start" />
1977
- <voice>1</voice>
1978
- <type>quarter</type>
1979
- <dot />
1980
- <notations>
1981
- <tied type="start" />
1982
- </notations>
1983
- </note>
1984
- <note>
1985
- <pitch>
1986
- <step>B</step>
1987
- <alter>-1</alter>
1988
- <octave>4</octave>
1989
- </pitch>
1990
- <duration>240</duration>
1991
- <tie type="stop" />
1992
- <voice>1</voice>
1993
- <type>half</type>
1994
- <notations>
1995
- <tied type="stop" />
1996
- </notations>
1997
- </note>
1998
- </measure>
1999
- <measure number="28">
2000
- <note>
2001
- <rest />
2002
- <duration>120</duration>
2003
- <voice>1</voice>
2004
- <type>quarter</type>
2005
- </note>
2006
- <harmony>
2007
- <root>
2008
- <root-step>G</root-step>
2009
- </root>
2010
- <kind>minor</kind>
2011
- </harmony>
2012
- <note>
2013
- <pitch>
2014
- <step>G</step>
2015
- <octave>5</octave>
2016
- </pitch>
2017
- <duration>120</duration>
2018
- <voice>1</voice>
2019
- <type>quarter</type>
2020
- </note>
2021
- <note>
2022
- <pitch>
2023
- <step>G</step>
2024
- <octave>5</octave>
2025
- </pitch>
2026
- <duration>120</duration>
2027
- <voice>1</voice>
2028
- <type>quarter</type>
2029
- </note>
2030
- <note>
2031
- <pitch>
2032
- <step>F</step>
2033
- <octave>5</octave>
2034
- </pitch>
2035
- <duration>120</duration>
2036
- <voice>1</voice>
2037
- <type>quarter</type>
2038
- </note>
2039
- </measure>
2040
- <measure number="29">
2041
- <direction placement="above">
2042
- <direction-type>
2043
- <words>EbΔ7</words>
2044
- </direction-type>
2045
- </direction>
2046
- <note>
2047
- <pitch>
2048
- <step>F</step>
2049
- <octave>5</octave>
2050
- </pitch>
2051
- <duration>180</duration>
2052
- <voice>1</voice>
2053
- <type>quarter</type>
2054
- <dot />
2055
- </note>
2056
- <note>
2057
- <pitch>
2058
- <step>E</step>
2059
- <alter>-1</alter>
2060
- <octave>5</octave>
2061
- </pitch>
2062
- <duration>60</duration>
2063
- <tie type="start" />
2064
- <voice>1</voice>
2065
- <type>eighth</type>
2066
- <notations>
2067
- <tied type="start" />
2068
- </notations>
2069
- </note>
2070
- <note>
2071
- <pitch>
2072
- <step>E</step>
2073
- <alter>-1</alter>
2074
- <octave>5</octave>
2075
- </pitch>
2076
- <duration>240</duration>
2077
- <tie type="stop" />
2078
- <voice>1</voice>
2079
- <type>half</type>
2080
- <notations>
2081
- <tied type="stop" />
2082
- </notations>
2083
- </note>
2084
- </measure>
2085
- <measure number="30">
2086
- <harmony>
2087
- <root>
2088
- <root-step>F</root-step>
2089
- </root>
2090
- <kind>minor-seventh</kind>
2091
- </harmony>
2092
- <note>
2093
- <rest />
2094
- <duration>120</duration>
2095
- <voice>1</voice>
2096
- <type>quarter</type>
2097
- </note>
2098
- <note>
2099
- <pitch>
2100
- <step>G</step>
2101
- <octave>5</octave>
2102
- </pitch>
2103
- <duration>120</duration>
2104
- <voice>1</voice>
2105
- <type>quarter</type>
2106
- </note>
2107
- <harmony>
2108
- <root>
2109
- <root-step>B</root-step>
2110
- <root-alter>-1</root-alter>
2111
- </root>
2112
- <kind>dominant</kind>
2113
- </harmony>
2114
- <note>
2115
- <pitch>
2116
- <step>G</step>
2117
- <octave>5</octave>
2118
- </pitch>
2119
- <duration>80</duration>
2120
- <voice>1</voice>
2121
- <type>quarter</type>
2122
- <time-modification>
2123
- <actual-notes>3</actual-notes>
2124
- <normal-notes>2</normal-notes>
2125
- </time-modification>
2126
- <notations>
2127
- <tuplet bracket="yes" type="start" />
2128
- </notations>
2129
- </note>
2130
- <note>
2131
- <pitch>
2132
- <step>G</step>
2133
- <alter>-1</alter>
2134
- <octave>5</octave>
2135
- </pitch>
2136
- <duration>80</duration>
2137
- <voice>1</voice>
2138
- <type>quarter</type>
2139
- <accidental>flat</accidental>
2140
- <time-modification>
2141
- <actual-notes>3</actual-notes>
2142
- <normal-notes>2</normal-notes>
2143
- </time-modification>
2144
- </note>
2145
- <note>
2146
- <pitch>
2147
- <step>F</step>
2148
- <octave>5</octave>
2149
- </pitch>
2150
- <duration>80</duration>
2151
- <voice>1</voice>
2152
- <type>quarter</type>
2153
- <time-modification>
2154
- <actual-notes>3</actual-notes>
2155
- <normal-notes>2</normal-notes>
2156
- </time-modification>
2157
- <notations>
2158
- <tuplet type="stop" />
2159
- </notations>
2160
- </note>
2161
- </measure>
2162
- <measure number="31">
2163
- <harmony>
2164
- <root>
2165
- <root-step>E</root-step>
2166
- <root-alter>-1</root-alter>
2167
- </root>
2168
- <kind>major</kind>
2169
- </harmony>
2170
- <note>
2171
- <pitch>
2172
- <step>E</step>
2173
- <alter>-1</alter>
2174
- <octave>5</octave>
2175
- </pitch>
2176
- <duration>480</duration>
2177
- <voice>1</voice>
2178
- <type>whole</type>
2179
- </note>
2180
- </measure>
2181
- <measure number="32">
2182
- <harmony>
2183
- <root>
2184
- <root-step>D</root-step>
2185
- </root>
2186
- <kind>dominant</kind>
2187
- </harmony>
2188
- <note>
2189
- <rest />
2190
- <duration>60</duration>
2191
- <voice>1</voice>
2192
- <type>eighth</type>
2193
- </note>
2194
- <note>
2195
- <pitch>
2196
- <step>E</step>
2197
- <alter>-1</alter>
2198
- <octave>5</octave>
2199
- </pitch>
2200
- <duration>60</duration>
2201
- <voice>1</voice>
2202
- <type>eighth</type>
2203
- </note>
2204
- <note>
2205
- <pitch>
2206
- <step>E</step>
2207
- <alter>-1</alter>
2208
- <octave>5</octave>
2209
- </pitch>
2210
- <duration>120</duration>
2211
- <tie type="start" />
2212
- <voice>1</voice>
2213
- <type>quarter</type>
2214
- <notations>
2215
- <tied type="start" />
2216
- </notations>
2217
- </note>
2218
- <harmony>
2219
- <root>
2220
- <root-step>G</root-step>
2221
- </root>
2222
- <kind>dominant-ninth</kind>
2223
- </harmony>
2224
- <note>
2225
- <pitch>
2226
- <step>E</step>
2227
- <alter>-1</alter>
2228
- <octave>5</octave>
2229
- </pitch>
2230
- <duration>180</duration>
2231
- <tie type="stop" />
2232
- <voice>1</voice>
2233
- <type>quarter</type>
2234
- <dot />
2235
- <notations>
2236
- <tied type="stop" />
2237
- </notations>
2238
- </note>
2239
- <note>
2240
- <pitch>
2241
- <step>D</step>
2242
- <octave>5</octave>
2243
- </pitch>
2244
- <duration>60</duration>
2245
- <voice>1</voice>
2246
- <type>eighth</type>
2247
- </note>
2248
- </measure>
2249
- <measure number="33">
2250
- <harmony>
2251
- <root>
2252
- <root-step>C</root-step>
2253
- </root>
2254
- <kind>minor-seventh</kind>
2255
- </harmony>
2256
- <note>
2257
- <pitch>
2258
- <step>D</step>
2259
- <octave>5</octave>
2260
- </pitch>
2261
- <duration>180</duration>
2262
- <voice>1</voice>
2263
- <type>quarter</type>
2264
- <dot />
2265
- </note>
2266
- <note>
2267
- <pitch>
2268
- <step>C</step>
2269
- <octave>5</octave>
2270
- </pitch>
2271
- <duration>60</duration>
2272
- <tie type="start" />
2273
- <voice>1</voice>
2274
- <type>eighth</type>
2275
- <notations>
2276
- <tied type="start" />
2277
- </notations>
2278
- </note>
2279
- <harmony>
2280
- <root>
2281
- <root-step>A</root-step>
2282
- </root>
2283
- <kind>minor-seventh</kind>
2284
- </harmony>
2285
- <note>
2286
- <pitch>
2287
- <step>C</step>
2288
- <octave>5</octave>
2289
- </pitch>
2290
- <duration>240</duration>
2291
- <tie type="stop" />
2292
- <voice>1</voice>
2293
- <type>half</type>
2294
- <notations>
2295
- <tied type="stop" />
2296
- </notations>
2297
- </note>
2298
- </measure>
2299
- <measure number="34">
2300
- <harmony>
2301
- <root>
2302
- <root-step>A</root-step>
2303
- <root-alter>-1</root-alter>
2304
- </root>
2305
- <kind>dominant</kind>
2306
- </harmony>
2307
- <note>
2308
- <rest />
2309
- <duration>120</duration>
2310
- <voice>1</voice>
2311
- <type>quarter</type>
2312
- </note>
2313
- <note>
2314
- <rest />
2315
- <duration>60</duration>
2316
- <voice>1</voice>
2317
- <type>eighth</type>
2318
- </note>
2319
- <note>
2320
- <pitch>
2321
- <step>E</step>
2322
- <alter>-1</alter>
2323
- <octave>5</octave>
2324
- </pitch>
2325
- <duration>60</duration>
2326
- <voice>1</voice>
2327
- <type>eighth</type>
2328
- <beam number="1">begin</beam>
2329
- </note>
2330
- <harmony>
2331
- <root>
2332
- <root-step>G</root-step>
2333
- </root>
2334
- <kind>dominant</kind>
2335
- </harmony>
2336
- <note>
2337
- <pitch>
2338
- <step>E</step>
2339
- <alter>-1</alter>
2340
- <octave>5</octave>
2341
- </pitch>
2342
- <duration>60</duration>
2343
- <voice>1</voice>
2344
- <type>eighth</type>
2345
- <beam number="1">end</beam>
2346
- </note>
2347
- <note>
2348
- <pitch>
2349
- <step>D</step>
2350
- <octave>5</octave>
2351
- </pitch>
2352
- <duration>120</duration>
2353
- <voice>1</voice>
2354
- <type>quarter</type>
2355
- </note>
2356
- <note>
2357
- <pitch>
2358
- <step>D</step>
2359
- <octave>5</octave>
2360
- </pitch>
2361
- <duration>60</duration>
2362
- <tie type="start" />
2363
- <voice>1</voice>
2364
- <type>eighth</type>
2365
- <notations>
2366
- <tied type="start" />
2367
- </notations>
2368
- </note>
2369
- </measure>
2370
- <measure number="35">
2371
- <harmony>
2372
- <root>
2373
- <root-step>C</root-step>
2374
- </root>
2375
- <kind>dominant</kind>
2376
- </harmony>
2377
- <note>
2378
- <pitch>
2379
- <step>D</step>
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
- <note>
2391
- <pitch>
2392
- <step>G</step>
2393
- <octave>4</octave>
2394
- </pitch>
2395
- <duration>60</duration>
2396
- <voice>1</voice>
2397
- <type>eighth</type>
2398
- <beam number="1">begin</beam>
2399
- </note>
2400
- <note>
2401
- <pitch>
2402
- <step>A</step>
2403
- <octave>4</octave>
2404
- </pitch>
2405
- <duration>60</duration>
2406
- <voice>1</voice>
2407
- <type>eighth</type>
2408
- <beam number="1">continue</beam>
2409
- </note>
2410
- <note>
2411
- <pitch>
2412
- <step>B</step>
2413
- <alter>-1</alter>
2414
- <octave>4</octave>
2415
- </pitch>
2416
- <duration>60</duration>
2417
- <voice>1</voice>
2418
- <type>eighth</type>
2419
- <beam number="1">continue</beam>
2420
- </note>
2421
- <note>
2422
- <pitch>
2423
- <step>C</step>
2424
- <octave>5</octave>
2425
- </pitch>
2426
- <duration>60</duration>
2427
- <tie type="start" />
2428
- <voice>1</voice>
2429
- <type>eighth</type>
2430
- <beam number="1">end</beam>
2431
- <notations>
2432
- <tied type="start" />
2433
- </notations>
2434
- </note>
2435
- </measure>
2436
- <measure number="36">
2437
- <harmony>
2438
- <root>
2439
- <root-step>C</root-step>
2440
- </root>
2441
- <kind>minor-seventh</kind>
2442
- </harmony>
2443
- <note>
2444
- <pitch>
2445
- <step>C</step>
2446
- <octave>5</octave>
2447
- </pitch>
2448
- <duration>120</duration>
2449
- <tie type="stop" />
2450
- <voice>1</voice>
2451
- <type>quarter</type>
2452
- <notations>
2453
- <tied type="stop" />
2454
- </notations>
2455
- </note>
2456
- <note>
2457
- <rest />
2458
- <duration>60</duration>
2459
- <voice>1</voice>
2460
- <type>eighth</type>
2461
- </note>
2462
- <note>
2463
- <pitch>
2464
- <step>C</step>
2465
- <alter>1</alter>
2466
- <octave>5</octave>
2467
- </pitch>
2468
- <duration>60</duration>
2469
- <tie type="start" />
2470
- <voice>1</voice>
2471
- <type>eighth</type>
2472
- <accidental>sharp</accidental>
2473
- <notations>
2474
- <tied type="start" />
2475
- </notations>
2476
- </note>
2477
- <harmony>
2478
- <root>
2479
- <root-step>B</root-step>
2480
- </root>
2481
- <kind>dominant-ninth</kind>
2482
- </harmony>
2483
- <note>
2484
- <pitch>
2485
- <step>C</step>
2486
- <alter>1</alter>
2487
- <octave>5</octave>
2488
- </pitch>
2489
- <duration>120</duration>
2490
- <tie type="stop" />
2491
- <voice>1</voice>
2492
- <type>quarter</type>
2493
- <notations>
2494
- <tied type="stop" />
2495
- </notations>
2496
- </note>
2497
- <note>
2498
- <rest />
2499
- <duration>120</duration>
2500
- <voice>1</voice>
2501
- <type>quarter</type>
2502
- </note>
2503
- </measure>
2504
- <measure number="37">
2505
- <direction placement="above">
2506
- <direction-type>
2507
- <words>BbΔ7</words>
2508
- </direction-type>
2509
- </direction>
2510
- <note>
2511
- <rest />
2512
- <duration>60</duration>
2513
- <voice>1</voice>
2514
- <type>eighth</type>
2515
- </note>
2516
- <note>
2517
- <pitch>
2518
- <step>D</step>
2519
- <octave>5</octave>
2520
- </pitch>
2521
- <duration>60</duration>
2522
- <voice>1</voice>
2523
- <type>eighth</type>
2524
- </note>
2525
- <note>
2526
- <pitch>
2527
- <step>F</step>
2528
- <octave>4</octave>
2529
- </pitch>
2530
- <duration>60</duration>
2531
- <voice>1</voice>
2532
- <type>eighth</type>
2533
- <beam number="1">begin</beam>
2534
- </note>
2535
- <note>
2536
- <pitch>
2537
- <step>G</step>
2538
- <octave>4</octave>
2539
- </pitch>
2540
- <duration>60</duration>
2541
- <tie type="start" />
2542
- <voice>1</voice>
2543
- <type>eighth</type>
2544
- <beam number="1">end</beam>
2545
- <notations>
2546
- <tied type="start" />
2547
- </notations>
2548
- </note>
2549
- <harmony>
2550
- <root>
2551
- <root-step>G</root-step>
2552
- </root>
2553
- <kind>dominant</kind>
2554
- </harmony>
2555
- <note>
2556
- <pitch>
2557
- <step>G</step>
2558
- <octave>4</octave>
2559
- </pitch>
2560
- <duration>240</duration>
2561
- <tie type="stop" />
2562
- <voice>1</voice>
2563
- <type>half</type>
2564
- <notations>
2565
- <tied type="stop" />
2566
- </notations>
2567
- </note>
2568
- </measure>
2569
- <measure number="38">
2570
- <harmony>
2571
- <root>
2572
- <root-step>C</root-step>
2573
- </root>
2574
- <kind>minor-seventh</kind>
2575
- </harmony>
2576
- <note>
2577
- <rest />
2578
- <duration>120</duration>
2579
- <voice>1</voice>
2580
- <type>quarter</type>
2581
- </note>
2582
- <note>
2583
- <pitch>
2584
- <step>E</step>
2585
- <alter>-1</alter>
2586
- <octave>5</octave>
2587
- </pitch>
2588
- <duration>60</duration>
2589
- <voice>1</voice>
2590
- <type>eighth</type>
2591
- <beam number="1">begin</beam>
2592
- </note>
2593
- <note>
2594
- <pitch>
2595
- <step>G</step>
2596
- <octave>4</octave>
2597
- </pitch>
2598
- <duration>60</duration>
2599
- <tie type="start" />
2600
- <voice>1</voice>
2601
- <type>eighth</type>
2602
- <beam number="1">end</beam>
2603
- <notations>
2604
- <tied type="start" />
2605
- </notations>
2606
- </note>
2607
- <harmony>
2608
- <root>
2609
- <root-step>F</root-step>
2610
- </root>
2611
- <kind>dominant-ninth</kind>
2612
- </harmony>
2613
- <note>
2614
- <pitch>
2615
- <step>G</step>
2616
- <octave>4</octave>
2617
- </pitch>
2618
- <duration>60</duration>
2619
- <tie type="stop" />
2620
- <voice>1</voice>
2621
- <type>eighth</type>
2622
- <beam number="1">begin</beam>
2623
- <notations>
2624
- <tied type="stop" />
2625
- </notations>
2626
- </note>
2627
- <note>
2628
- <pitch>
2629
- <step>G</step>
2630
- <alter>1</alter>
2631
- <octave>4</octave>
2632
- </pitch>
2633
- <duration>60</duration>
2634
- <voice>1</voice>
2635
- <type>eighth</type>
2636
- <accidental>sharp</accidental>
2637
- <beam number="1">continue</beam>
2638
- </note>
2639
- <note>
2640
- <pitch>
2641
- <step>A</step>
2642
- <octave>4</octave>
2643
- </pitch>
2644
- <duration>60</duration>
2645
- <voice>1</voice>
2646
- <type>eighth</type>
2647
- <beam number="1">continue</beam>
2648
- </note>
2649
- <note>
2650
- <pitch>
2651
- <step>F</step>
2652
- <octave>5</octave>
2653
- </pitch>
2654
- <duration>60</duration>
2655
- <tie type="start" />
2656
- <voice>1</voice>
2657
- <type>eighth</type>
2658
- <beam number="1">end</beam>
2659
- <notations>
2660
- <tied type="start" />
2661
- </notations>
2662
- </note>
2663
- </measure>
2664
- <measure number="39">
2665
- <direction placement="above">
2666
- <direction-type>
2667
- <words>BbΔ7</words>
2668
- </direction-type>
2669
- </direction>
2670
- <note>
2671
- <pitch>
2672
- <step>F</step>
2673
- <octave>5</octave>
2674
- </pitch>
2675
- <duration>180</duration>
2676
- <tie type="stop" />
2677
- <voice>1</voice>
2678
- <type>quarter</type>
2679
- <dot />
2680
- <notations>
2681
- <tied type="stop" />
2682
- </notations>
2683
- </note>
2684
- <note>
2685
- <pitch>
2686
- <step>A</step>
2687
- <octave>4</octave>
2688
- </pitch>
2689
- <duration>60</duration>
2690
- <voice>1</voice>
2691
- <type>eighth</type>
2692
- </note>
2693
- <harmony>
2694
- <root>
2695
- <root-step>E</root-step>
2696
- </root>
2697
- <kind>dominant-ninth</kind>
2698
- </harmony>
2699
- <note>
2700
- <pitch>
2701
- <step>B</step>
2702
- <alter>-1</alter>
2703
- <octave>4</octave>
2704
- </pitch>
2705
- <duration>240</duration>
2706
- <voice>1</voice>
2707
- <type>half</type>
2708
- </note>
2709
- </measure>
2710
- <measure number="40">
2711
- <direction placement="above">
2712
- <direction-type>
2713
- <words>EbΔ7</words>
2714
- </direction-type>
2715
- </direction>
2716
- <note>
2717
- <rest />
2718
- <duration>120</duration>
2719
- <voice>1</voice>
2720
- <type>quarter</type>
2721
- </note>
2722
- <note>
2723
- <pitch>
2724
- <step>G</step>
2725
- <octave>5</octave>
2726
- </pitch>
2727
- <duration>120</duration>
2728
- <voice>1</voice>
2729
- <type>quarter</type>
2730
- </note>
2731
- <harmony>
2732
- <root>
2733
- <root-step>A</root-step>
2734
- <root-alter>-1</root-alter>
2735
- </root>
2736
- <kind>dominant-ninth</kind>
2737
- </harmony>
2738
- <note>
2739
- <pitch>
2740
- <step>B</step>
2741
- <alter>-1</alter>
2742
- <octave>4</octave>
2743
- </pitch>
2744
- <duration>60</duration>
2745
- <voice>1</voice>
2746
- <type>eighth</type>
2747
- </note>
2748
- <note>
2749
- <pitch>
2750
- <step>C</step>
2751
- <octave>5</octave>
2752
- </pitch>
2753
- <duration>120</duration>
2754
- <voice>1</voice>
2755
- <type>quarter</type>
2756
- </note>
2757
- <note>
2758
- <pitch>
2759
- <step>C</step>
2760
- <alter>1</alter>
2761
- <octave>5</octave>
2762
- </pitch>
2763
- <duration>60</duration>
2764
- <voice>1</voice>
2765
- <type>eighth</type>
2766
- <accidental>sharp</accidental>
2767
- </note>
2768
- </measure>
2769
- <measure number="41">
2770
- <direction placement="above">
2771
- <direction-type>
2772
- <words>BbΔ7</words>
2773
- </direction-type>
2774
- </direction>
2775
- <note>
2776
- <pitch>
2777
- <step>D</step>
2778
- <octave>5</octave>
2779
- </pitch>
2780
- <duration>120</duration>
2781
- <voice>1</voice>
2782
- <type>quarter</type>
2783
- </note>
2784
- <note>
2785
- <pitch>
2786
- <step>F</step>
2787
- <octave>4</octave>
2788
- </pitch>
2789
- <duration>60</duration>
2790
- <voice>1</voice>
2791
- <type>eighth</type>
2792
- <beam number="1">begin</beam>
2793
- </note>
2794
- <note>
2795
- <pitch>
2796
- <step>G</step>
2797
- <octave>4</octave>
2798
- </pitch>
2799
- <duration>60</duration>
2800
- <tie type="start" />
2801
- <voice>1</voice>
2802
- <type>eighth</type>
2803
- <beam number="1">end</beam>
2804
- <notations>
2805
- <tied type="start" />
2806
- </notations>
2807
- </note>
2808
- <harmony>
2809
- <root>
2810
- <root-step>G</root-step>
2811
- </root>
2812
- <kind>dominant</kind>
2813
- </harmony>
2814
- <note>
2815
- <pitch>
2816
- <step>G</step>
2817
- <octave>4</octave>
2818
- </pitch>
2819
- <duration>60</duration>
2820
- <tie type="stop" />
2821
- <voice>1</voice>
2822
- <type>eighth</type>
2823
- <beam number="1">begin</beam>
2824
- <notations>
2825
- <tied type="stop" />
2826
- </notations>
2827
- </note>
2828
- <note>
2829
- <pitch>
2830
- <step>B</step>
2831
- <alter>-1</alter>
2832
- <octave>4</octave>
2833
- </pitch>
2834
- <duration>60</duration>
2835
- <voice>1</voice>
2836
- <type>eighth</type>
2837
- <beam number="1">continue</beam>
2838
- </note>
2839
- <note>
2840
- <pitch>
2841
- <step>D</step>
2842
- <octave>5</octave>
2843
- </pitch>
2844
- <duration>60</duration>
2845
- <voice>1</voice>
2846
- <type>eighth</type>
2847
- <beam number="1">continue</beam>
2848
- </note>
2849
- <note>
2850
- <pitch>
2851
- <step>F</step>
2852
- <octave>5</octave>
2853
- </pitch>
2854
- <duration>60</duration>
2855
- <tie type="start" />
2856
- <voice>1</voice>
2857
- <type>eighth</type>
2858
- <beam number="1">end</beam>
2859
- <notations>
2860
- <tied type="start" />
2861
- </notations>
2862
- </note>
2863
- </measure>
2864
- <measure number="42">
2865
- <harmony>
2866
- <root>
2867
- <root-step>C</root-step>
2868
- </root>
2869
- <kind>minor-seventh</kind>
2870
- </harmony>
2871
- <note>
2872
- <pitch>
2873
- <step>F</step>
2874
- <octave>5</octave>
2875
- </pitch>
2876
- <duration>240</duration>
2877
- <tie type="stop" />
2878
- <voice>1</voice>
2879
- <type>half</type>
2880
- <notations>
2881
- <tied type="stop" />
2882
- </notations>
2883
- </note>
2884
- <harmony>
2885
- <root>
2886
- <root-step>F</root-step>
2887
- </root>
2888
- <kind>dominant</kind>
2889
- </harmony>
2890
- <note>
2891
- <pitch>
2892
- <step>D</step>
2893
- <octave>5</octave>
2894
- </pitch>
2895
- <duration>240</duration>
2896
- <voice>1</voice>
2897
- <type>half</type>
2898
- </note>
2899
- </measure>
2900
- <measure number="43">
2901
- <direction placement="above">
2902
- <direction-type>
2903
- <words>BbΔ7</words>
2904
- </direction-type>
2905
- </direction>
2906
- <note>
2907
- <pitch>
2908
- <step>B</step>
2909
- <alter>-1</alter>
2910
- <octave>4</octave>
2911
- </pitch>
2912
- <duration>480</duration>
2913
- <tie type="start" />
2914
- <voice>1</voice>
2915
- <type>whole</type>
2916
- <notations>
2917
- <tied type="start" />
2918
- </notations>
2919
- </note>
2920
- </measure>
2921
- <measure number="44">
2922
- <note>
2923
- <pitch>
2924
- <step>B</step>
2925
- <alter>-1</alter>
2926
- <octave>4</octave>
2927
- </pitch>
2928
- <duration>120</duration>
2929
- <tie type="stop" />
2930
- <voice>1</voice>
2931
- <type>quarter</type>
2932
- <notations>
2933
- <tied type="stop" />
2934
- </notations>
2935
- </note>
2936
- <note>
2937
- <rest />
2938
- <duration>120</duration>
2939
- <voice>1</voice>
2940
- <type>quarter</type>
2941
- </note>
2942
- <note>
2943
- <rest />
2944
- <duration>240</duration>
2945
- <voice>1</voice>
2946
- <type>half</type>
2947
- </note>
2948
- <barline location="right">
2949
- <bar-style>light-heavy</bar-style>
2950
- <repeat direction="backward" />
2951
- </barline>
2952
- </measure>
2953
- </part>
2954
- </score-partwise>