]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/00a-Basics-Pitches.xml
Add support for max-systems-per-page.
[lilypond.git] / input / regression / musicxml / 00a-Basics-Pitches.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.0 Partwise//EN"
3                                 "http://www.musicxml.org/dtds/partwise.dtd">
4 <score-partwise>
5   <movement-title>Pitches and accidentals</movement-title>
6   <identification>
7     <creator type="composer">Reinhold Kainhofer</creator>
8   </identification>
9   <part-list>
10     <score-part id="P1">
11       <part-name>MusicXML Part</part-name>
12       <score-instrument id="P1-I1">
13         <instrument-name>Acoustic Grand Piano</instrument-name>
14       </score-instrument>
15       <midi-instrument id="P1-I1">
16         <midi-channel>1</midi-channel>
17         <midi-program>1</midi-program>
18       </midi-instrument>
19     </score-part>
20   </part-list>
21   <!--=========================================================-->
22   <part id="P1">
23     <measure number="1">
24       <attributes>
25         <divisions>1</divisions>
26         <key>
27           <fifths>0</fifths>
28           <mode>major</mode>
29         </key>
30         <time symbol="common">
31           <beats>4</beats>
32           <beat-type>4</beat-type>
33         </time>
34         <clef>
35           <sign>G</sign>
36           <line>2</line>
37         </clef>
38       </attributes>
39       <sound tempo="120"/>
40       <note>
41         <pitch>
42           <step>G</step>
43           <octave>2</octave>
44         </pitch>
45         <duration>1</duration>
46         <voice>1</voice>
47         <type>quarter</type>
48         <stem>up</stem>
49       </note>
50       <note>
51         <pitch>
52           <step>A</step>
53           <octave>2</octave>
54         </pitch>
55         <duration>1</duration>
56         <voice>1</voice>
57         <type>quarter</type>
58         <stem>up</stem>
59       </note>
60       <note>
61         <pitch>
62           <step>B</step>
63           <octave>2</octave>
64         </pitch>
65         <duration>1</duration>
66         <voice>1</voice>
67         <type>quarter</type>
68         <stem>up</stem>
69       </note>
70       <note>
71         <pitch>
72           <step>C</step>
73           <octave>3</octave>
74         </pitch>
75         <duration>1</duration>
76         <voice>1</voice>
77         <type>quarter</type>
78         <stem>up</stem>
79       </note>
80     </measure>
81     <!--=======================================================-->
82     <measure number="2">
83       <note>
84         <pitch>
85           <step>D</step>
86           <octave>3</octave>
87         </pitch>
88         <duration>1</duration>
89         <voice>1</voice>
90         <type>quarter</type>
91         <stem>up</stem>
92       </note>
93       <note>
94         <pitch>
95           <step>E</step>
96           <octave>3</octave>
97         </pitch>
98         <duration>1</duration>
99         <voice>1</voice>
100         <type>quarter</type>
101         <stem>up</stem>
102       </note>
103       <note>
104         <pitch>
105           <step>F</step>
106           <octave>3</octave>
107         </pitch>
108         <duration>1</duration>
109         <voice>1</voice>
110         <type>quarter</type>
111         <stem>up</stem>
112       </note>
113       <note>
114         <pitch>
115           <step>G</step>
116           <octave>3</octave>
117         </pitch>
118         <duration>1</duration>
119         <voice>1</voice>
120         <type>quarter</type>
121         <stem>up</stem>
122       </note>
123     </measure>
124     <!--=======================================================-->
125     <measure number="3">
126       <note>
127         <pitch>
128           <step>A</step>
129           <octave>3</octave>
130         </pitch>
131         <duration>1</duration>
132         <voice>1</voice>
133         <type>quarter</type>
134         <stem>up</stem>
135       </note>
136       <note>
137         <pitch>
138           <step>B</step>
139           <octave>3</octave>
140         </pitch>
141         <duration>1</duration>
142         <voice>1</voice>
143         <type>quarter</type>
144         <stem>up</stem>
145       </note>
146       <note>
147         <pitch>
148           <step>C</step>
149           <octave>4</octave>
150         </pitch>
151         <duration>1</duration>
152         <voice>1</voice>
153         <type>quarter</type>
154         <stem>up</stem>
155       </note>
156       <note>
157         <pitch>
158           <step>D</step>
159           <octave>4</octave>
160         </pitch>
161         <duration>1</duration>
162         <voice>1</voice>
163         <type>quarter</type>
164         <stem>up</stem>
165       </note>
166     </measure>
167     <!--=======================================================-->
168     <measure number="4">
169       <note>
170         <pitch>
171           <step>E</step>
172           <octave>4</octave>
173         </pitch>
174         <duration>1</duration>
175         <voice>1</voice>
176         <type>quarter</type>
177         <stem>up</stem>
178       </note>
179       <note>
180         <pitch>
181           <step>F</step>
182           <octave>4</octave>
183         </pitch>
184         <duration>1</duration>
185         <voice>1</voice>
186         <type>quarter</type>
187         <stem>up</stem>
188       </note>
189       <note>
190         <pitch>
191           <step>G</step>
192           <octave>4</octave>
193         </pitch>
194         <duration>1</duration>
195         <voice>1</voice>
196         <type>quarter</type>
197         <stem>up</stem>
198       </note>
199       <note>
200         <pitch>
201           <step>A</step>
202           <octave>4</octave>
203         </pitch>
204         <duration>1</duration>
205         <voice>1</voice>
206         <type>quarter</type>
207         <stem>up</stem>
208       </note>
209     </measure>
210     <!--=======================================================-->
211     <measure number="5">
212       <note>
213         <pitch>
214           <step>B</step>
215           <octave>4</octave>
216         </pitch>
217         <duration>1</duration>
218         <voice>1</voice>
219         <type>quarter</type>
220         <stem>down</stem>
221       </note>
222       <note>
223         <pitch>
224           <step>C</step>
225           <octave>5</octave>
226         </pitch>
227         <duration>1</duration>
228         <voice>1</voice>
229         <type>quarter</type>
230         <stem>down</stem>
231       </note>
232       <note>
233         <pitch>
234           <step>D</step>
235           <octave>5</octave>
236         </pitch>
237         <duration>1</duration>
238         <voice>1</voice>
239         <type>quarter</type>
240         <stem>down</stem>
241       </note>
242       <note>
243         <pitch>
244           <step>E</step>
245           <octave>5</octave>
246         </pitch>
247         <duration>1</duration>
248         <voice>1</voice>
249         <type>quarter</type>
250         <stem>down</stem>
251       </note>
252     </measure>
253     <!--=======================================================-->
254     <measure number="6">
255       <print new-system="yes"/>
256       <note>
257         <pitch>
258           <step>F</step>
259           <octave>5</octave>
260         </pitch>
261         <duration>1</duration>
262         <voice>1</voice>
263         <type>quarter</type>
264         <stem>down</stem>
265       </note>
266       <note>
267         <pitch>
268           <step>G</step>
269           <octave>5</octave>
270         </pitch>
271         <duration>1</duration>
272         <voice>1</voice>
273         <type>quarter</type>
274         <stem>down</stem>
275       </note>
276       <note>
277         <pitch>
278           <step>A</step>
279           <octave>5</octave>
280         </pitch>
281         <duration>1</duration>
282         <voice>1</voice>
283         <type>quarter</type>
284         <stem>down</stem>
285       </note>
286       <note>
287         <pitch>
288           <step>B</step>
289           <octave>5</octave>
290         </pitch>
291         <duration>1</duration>
292         <voice>1</voice>
293         <type>quarter</type>
294         <stem>down</stem>
295       </note>
296     </measure>
297     <!--=======================================================-->
298     <measure number="7">
299       <note>
300         <pitch>
301           <step>C</step>
302           <octave>6</octave>
303         </pitch>
304         <duration>1</duration>
305         <voice>1</voice>
306         <type>quarter</type>
307         <stem>down</stem>
308       </note>
309       <note>
310         <pitch>
311           <step>D</step>
312           <octave>6</octave>
313         </pitch>
314         <duration>1</duration>
315         <voice>1</voice>
316         <type>quarter</type>
317         <stem>down</stem>
318       </note>
319       <note>
320         <pitch>
321           <step>E</step>
322           <octave>6</octave>
323         </pitch>
324         <duration>1</duration>
325         <voice>1</voice>
326         <type>quarter</type>
327         <stem>down</stem>
328       </note>
329       <note>
330         <pitch>
331           <step>F</step>
332           <octave>6</octave>
333         </pitch>
334         <duration>1</duration>
335         <voice>1</voice>
336         <type>quarter</type>
337         <stem>down</stem>
338       </note>
339     </measure>
340     <!--=======================================================-->
341     <measure number="8">
342       <note>
343         <pitch>
344           <step>G</step>
345           <octave>6</octave>
346         </pitch>
347         <duration>1</duration>
348         <voice>1</voice>
349         <type>quarter</type>
350         <stem>down</stem>
351       </note>
352       <note>
353         <pitch>
354           <step>A</step>
355           <octave>6</octave>
356         </pitch>
357         <duration>1</duration>
358         <voice>1</voice>
359         <type>quarter</type>
360         <stem>down</stem>
361       </note>
362       <note>
363         <pitch>
364           <step>B</step>
365           <octave>6</octave>
366         </pitch>
367         <duration>1</duration>
368         <voice>1</voice>
369         <type>quarter</type>
370         <stem>down</stem>
371       </note>
372       <note>
373         <pitch>
374           <step>C</step>
375           <octave>7</octave>
376         </pitch>
377         <duration>1</duration>
378         <voice>1</voice>
379         <type>quarter</type>
380         <stem>down</stem>
381       </note>
382     </measure>
383     <!--=======================================================-->
384     <measure number="9">
385       <note>
386         <pitch>
387           <step>G</step>
388           <alter>1</alter>
389           <octave>2</octave>
390         </pitch>
391         <duration>1</duration>
392         <voice>1</voice>
393         <type>quarter</type>
394         <accidental>sharp</accidental>
395         <stem>up</stem>
396       </note>
397       <note>
398         <pitch>
399           <step>A</step>
400           <alter>1</alter>
401           <octave>2</octave>
402         </pitch>
403         <duration>1</duration>
404         <voice>1</voice>
405         <type>quarter</type>
406         <accidental>sharp</accidental>
407         <stem>up</stem>
408       </note>
409       <note>
410         <pitch>
411           <step>B</step>
412           <alter>1</alter>
413           <octave>2</octave>
414         </pitch>
415         <duration>1</duration>
416         <voice>1</voice>
417         <type>quarter</type>
418         <accidental>sharp</accidental>
419         <stem>up</stem>
420       </note>
421       <note>
422         <pitch>
423           <step>C</step>
424           <alter>1</alter>
425           <octave>3</octave>
426         </pitch>
427         <duration>1</duration>
428         <voice>1</voice>
429         <type>quarter</type>
430         <accidental>sharp</accidental>
431         <stem>up</stem>
432       </note>
433     </measure>
434     <!--=======================================================-->
435     <measure number="10">
436       <note>
437         <pitch>
438           <step>D</step>
439           <alter>1</alter>
440           <octave>3</octave>
441         </pitch>
442         <duration>1</duration>
443         <voice>1</voice>
444         <type>quarter</type>
445         <accidental>sharp</accidental>
446         <stem>up</stem>
447       </note>
448       <note>
449         <pitch>
450           <step>E</step>
451           <alter>1</alter>
452           <octave>3</octave>
453         </pitch>
454         <duration>1</duration>
455         <voice>1</voice>
456         <type>quarter</type>
457         <accidental>sharp</accidental>
458         <stem>up</stem>
459       </note>
460       <note>
461         <pitch>
462           <step>F</step>
463           <alter>1</alter>
464           <octave>3</octave>
465         </pitch>
466         <duration>1</duration>
467         <voice>1</voice>
468         <type>quarter</type>
469         <accidental>sharp</accidental>
470         <stem>up</stem>
471       </note>
472       <note>
473         <pitch>
474           <step>G</step>
475           <alter>1</alter>
476           <octave>3</octave>
477         </pitch>
478         <duration>1</duration>
479         <voice>1</voice>
480         <type>quarter</type>
481         <accidental>sharp</accidental>
482         <stem>up</stem>
483       </note>
484     </measure>
485     <!--=======================================================-->
486     <measure number="11">
487       <print new-system="yes"/>
488       <note>
489         <pitch>
490           <step>A</step>
491           <alter>1</alter>
492           <octave>3</octave>
493         </pitch>
494         <duration>1</duration>
495         <voice>1</voice>
496         <type>quarter</type>
497         <accidental>sharp</accidental>
498         <stem>up</stem>
499       </note>
500       <note>
501         <pitch>
502           <step>B</step>
503           <alter>1</alter>
504           <octave>3</octave>
505         </pitch>
506         <duration>1</duration>
507         <voice>1</voice>
508         <type>quarter</type>
509         <accidental>sharp</accidental>
510         <stem>up</stem>
511       </note>
512       <note>
513         <pitch>
514           <step>C</step>
515           <alter>1</alter>
516           <octave>4</octave>
517         </pitch>
518         <duration>1</duration>
519         <voice>1</voice>
520         <type>quarter</type>
521         <accidental>sharp</accidental>
522         <stem>up</stem>
523       </note>
524       <note>
525         <pitch>
526           <step>D</step>
527           <alter>1</alter>
528           <octave>4</octave>
529         </pitch>
530         <duration>1</duration>
531         <voice>1</voice>
532         <type>quarter</type>
533         <accidental>sharp</accidental>
534         <stem>up</stem>
535       </note>
536     </measure>
537     <!--=======================================================-->
538     <measure number="12">
539       <note>
540         <pitch>
541           <step>E</step>
542           <alter>1</alter>
543           <octave>4</octave>
544         </pitch>
545         <duration>1</duration>
546         <voice>1</voice>
547         <type>quarter</type>
548         <accidental>sharp</accidental>
549         <stem>up</stem>
550       </note>
551       <note>
552         <pitch>
553           <step>F</step>
554           <alter>1</alter>
555           <octave>4</octave>
556         </pitch>
557         <duration>1</duration>
558         <voice>1</voice>
559         <type>quarter</type>
560         <accidental>sharp</accidental>
561         <stem>up</stem>
562       </note>
563       <note>
564         <pitch>
565           <step>G</step>
566           <alter>1</alter>
567           <octave>4</octave>
568         </pitch>
569         <duration>1</duration>
570         <voice>1</voice>
571         <type>quarter</type>
572         <accidental>sharp</accidental>
573         <stem>up</stem>
574       </note>
575       <note>
576         <pitch>
577           <step>A</step>
578           <alter>1</alter>
579           <octave>4</octave>
580         </pitch>
581         <duration>1</duration>
582         <voice>1</voice>
583         <type>quarter</type>
584         <accidental>sharp</accidental>
585         <stem>up</stem>
586       </note>
587     </measure>
588     <!--=======================================================-->
589     <measure number="13">
590       <note>
591         <pitch>
592           <step>B</step>
593           <alter>1</alter>
594           <octave>4</octave>
595         </pitch>
596         <duration>1</duration>
597         <voice>1</voice>
598         <type>quarter</type>
599         <accidental>sharp</accidental>
600         <stem>down</stem>
601       </note>
602       <note>
603         <pitch>
604           <step>C</step>
605           <alter>1</alter>
606           <octave>5</octave>
607         </pitch>
608         <duration>1</duration>
609         <voice>1</voice>
610         <type>quarter</type>
611         <accidental>sharp</accidental>
612         <stem>down</stem>
613       </note>
614       <note>
615         <pitch>
616           <step>D</step>
617           <alter>1</alter>
618           <octave>5</octave>
619         </pitch>
620         <duration>1</duration>
621         <voice>1</voice>
622         <type>quarter</type>
623         <accidental>sharp</accidental>
624         <stem>down</stem>
625       </note>
626       <note>
627         <pitch>
628           <step>E</step>
629           <alter>1</alter>
630           <octave>5</octave>
631         </pitch>
632         <duration>1</duration>
633         <voice>1</voice>
634         <type>quarter</type>
635         <accidental>sharp</accidental>
636         <stem>down</stem>
637       </note>
638     </measure>
639     <!--=======================================================-->
640     <measure number="14">
641       <note>
642         <pitch>
643           <step>F</step>
644           <alter>1</alter>
645           <octave>5</octave>
646         </pitch>
647         <duration>1</duration>
648         <voice>1</voice>
649         <type>quarter</type>
650         <accidental>sharp</accidental>
651         <stem>down</stem>
652       </note>
653       <note>
654         <pitch>
655           <step>G</step>
656           <alter>1</alter>
657           <octave>5</octave>
658         </pitch>
659         <duration>1</duration>
660         <voice>1</voice>
661         <type>quarter</type>
662         <accidental>sharp</accidental>
663         <stem>down</stem>
664       </note>
665       <note>
666         <pitch>
667           <step>A</step>
668           <alter>1</alter>
669           <octave>5</octave>
670         </pitch>
671         <duration>1</duration>
672         <voice>1</voice>
673         <type>quarter</type>
674         <accidental>sharp</accidental>
675         <stem>down</stem>
676       </note>
677       <note>
678         <pitch>
679           <step>B</step>
680           <alter>1</alter>
681           <octave>5</octave>
682         </pitch>
683         <duration>1</duration>
684         <voice>1</voice>
685         <type>quarter</type>
686         <accidental>sharp</accidental>
687         <stem>down</stem>
688       </note>
689     </measure>
690     <!--=======================================================-->
691     <measure number="15">
692       <note>
693         <pitch>
694           <step>C</step>
695           <alter>1</alter>
696           <octave>6</octave>
697         </pitch>
698         <duration>1</duration>
699         <voice>1</voice>
700         <type>quarter</type>
701         <accidental>sharp</accidental>
702         <stem>down</stem>
703       </note>
704       <note>
705         <pitch>
706           <step>D</step>
707           <alter>1</alter>
708           <octave>6</octave>
709         </pitch>
710         <duration>1</duration>
711         <voice>1</voice>
712         <type>quarter</type>
713         <accidental>sharp</accidental>
714         <stem>down</stem>
715       </note>
716       <note>
717         <pitch>
718           <step>E</step>
719           <alter>1</alter>
720           <octave>6</octave>
721         </pitch>
722         <duration>1</duration>
723         <voice>1</voice>
724         <type>quarter</type>
725         <accidental>sharp</accidental>
726         <stem>down</stem>
727       </note>
728       <note>
729         <pitch>
730           <step>F</step>
731           <alter>1</alter>
732           <octave>6</octave>
733         </pitch>
734         <duration>1</duration>
735         <voice>1</voice>
736         <type>quarter</type>
737         <accidental>sharp</accidental>
738         <stem>down</stem>
739       </note>
740     </measure>
741     <!--=======================================================-->
742     <measure number="16">
743       <print new-system="yes"/>
744       <note>
745         <pitch>
746           <step>G</step>
747           <alter>1</alter>
748           <octave>6</octave>
749         </pitch>
750         <duration>1</duration>
751         <voice>1</voice>
752         <type>quarter</type>
753         <accidental>sharp</accidental>
754         <stem>down</stem>
755       </note>
756       <note>
757         <pitch>
758           <step>A</step>
759           <alter>1</alter>
760           <octave>6</octave>
761         </pitch>
762         <duration>1</duration>
763         <voice>1</voice>
764         <type>quarter</type>
765         <accidental>sharp</accidental>
766         <stem>down</stem>
767       </note>
768       <note>
769         <pitch>
770           <step>B</step>
771           <alter>1</alter>
772           <octave>6</octave>
773         </pitch>
774         <duration>1</duration>
775         <voice>1</voice>
776         <type>quarter</type>
777         <accidental>sharp</accidental>
778         <stem>down</stem>
779       </note>
780       <note>
781         <pitch>
782           <step>C</step>
783           <alter>1</alter>
784           <octave>7</octave>
785         </pitch>
786         <duration>1</duration>
787         <voice>1</voice>
788         <type>quarter</type>
789         <accidental>sharp</accidental>
790         <stem>down</stem>
791       </note>
792     </measure>
793     <!--=======================================================-->
794     <measure number="17">
795       <note>
796         <pitch>
797           <step>G</step>
798           <alter>-1</alter>
799           <octave>2</octave>
800         </pitch>
801         <duration>1</duration>
802         <voice>1</voice>
803         <type>quarter</type>
804         <accidental>flat</accidental>
805         <stem>up</stem>
806       </note>
807       <note>
808         <pitch>
809           <step>A</step>
810           <alter>-1</alter>
811           <octave>2</octave>
812         </pitch>
813         <duration>1</duration>
814         <voice>1</voice>
815         <type>quarter</type>
816         <accidental>flat</accidental>
817         <stem>up</stem>
818       </note>
819       <note>
820         <pitch>
821           <step>B</step>
822           <alter>-1</alter>
823           <octave>2</octave>
824         </pitch>
825         <duration>1</duration>
826         <voice>1</voice>
827         <type>quarter</type>
828         <accidental>flat</accidental>
829         <stem>up</stem>
830       </note>
831       <note>
832         <pitch>
833           <step>C</step>
834           <alter>-1</alter>
835           <octave>3</octave>
836         </pitch>
837         <duration>1</duration>
838         <voice>1</voice>
839         <type>quarter</type>
840         <accidental>flat</accidental>
841         <stem>up</stem>
842       </note>
843     </measure>
844     <!--=======================================================-->
845     <measure number="18">
846       <note>
847         <pitch>
848           <step>D</step>
849           <alter>-1</alter>
850           <octave>3</octave>
851         </pitch>
852         <duration>1</duration>
853         <voice>1</voice>
854         <type>quarter</type>
855         <accidental>flat</accidental>
856         <stem>up</stem>
857       </note>
858       <note>
859         <pitch>
860           <step>E</step>
861           <alter>-1</alter>
862           <octave>3</octave>
863         </pitch>
864         <duration>1</duration>
865         <voice>1</voice>
866         <type>quarter</type>
867         <accidental>flat</accidental>
868         <stem>up</stem>
869       </note>
870       <note>
871         <pitch>
872           <step>F</step>
873           <alter>-1</alter>
874           <octave>3</octave>
875         </pitch>
876         <duration>1</duration>
877         <voice>1</voice>
878         <type>quarter</type>
879         <accidental>flat</accidental>
880         <stem>up</stem>
881       </note>
882       <note>
883         <pitch>
884           <step>G</step>
885           <alter>-1</alter>
886           <octave>3</octave>
887         </pitch>
888         <duration>1</duration>
889         <voice>1</voice>
890         <type>quarter</type>
891         <accidental>flat</accidental>
892         <stem>up</stem>
893       </note>
894     </measure>
895     <!--=======================================================-->
896     <measure number="19">
897       <note>
898         <pitch>
899           <step>A</step>
900           <alter>-1</alter>
901           <octave>3</octave>
902         </pitch>
903         <duration>1</duration>
904         <voice>1</voice>
905         <type>quarter</type>
906         <accidental>flat</accidental>
907         <stem>up</stem>
908       </note>
909       <note>
910         <pitch>
911           <step>B</step>
912           <alter>-1</alter>
913           <octave>3</octave>
914         </pitch>
915         <duration>1</duration>
916         <voice>1</voice>
917         <type>quarter</type>
918         <accidental>flat</accidental>
919         <stem>up</stem>
920       </note>
921       <note>
922         <pitch>
923           <step>C</step>
924           <alter>-1</alter>
925           <octave>4</octave>
926         </pitch>
927         <duration>1</duration>
928         <voice>1</voice>
929         <type>quarter</type>
930         <accidental>flat</accidental>
931         <stem>up</stem>
932       </note>
933       <note>
934         <pitch>
935           <step>D</step>
936           <alter>-1</alter>
937           <octave>4</octave>
938         </pitch>
939         <duration>1</duration>
940         <voice>1</voice>
941         <type>quarter</type>
942         <accidental>flat</accidental>
943         <stem>up</stem>
944       </note>
945     </measure>
946     <!--=======================================================-->
947     <measure number="20">
948       <note>
949         <pitch>
950           <step>E</step>
951           <alter>-1</alter>
952           <octave>4</octave>
953         </pitch>
954         <duration>1</duration>
955         <voice>1</voice>
956         <type>quarter</type>
957         <accidental>flat</accidental>
958         <stem>up</stem>
959       </note>
960       <note>
961         <pitch>
962           <step>F</step>
963           <alter>-1</alter>
964           <octave>4</octave>
965         </pitch>
966         <duration>1</duration>
967         <voice>1</voice>
968         <type>quarter</type>
969         <accidental>flat</accidental>
970         <stem>up</stem>
971       </note>
972       <note>
973         <pitch>
974           <step>G</step>
975           <alter>-1</alter>
976           <octave>4</octave>
977         </pitch>
978         <duration>1</duration>
979         <voice>1</voice>
980         <type>quarter</type>
981         <accidental>flat</accidental>
982         <stem>up</stem>
983       </note>
984       <note>
985         <pitch>
986           <step>A</step>
987           <alter>-1</alter>
988           <octave>4</octave>
989         </pitch>
990         <duration>1</duration>
991         <voice>1</voice>
992         <type>quarter</type>
993         <accidental>flat</accidental>
994         <stem>up</stem>
995       </note>
996     </measure>
997     <!--=======================================================-->
998     <measure number="21">
999       <print new-system="yes"/>
1000       <note>
1001         <pitch>
1002           <step>B</step>
1003           <alter>-1</alter>
1004           <octave>4</octave>
1005         </pitch>
1006         <duration>1</duration>
1007         <voice>1</voice>
1008         <type>quarter</type>
1009         <accidental>flat</accidental>
1010         <stem>down</stem>
1011       </note>
1012       <note>
1013         <pitch>
1014           <step>C</step>
1015           <alter>-1</alter>
1016           <octave>5</octave>
1017         </pitch>
1018         <duration>1</duration>
1019         <voice>1</voice>
1020         <type>quarter</type>
1021         <accidental>flat</accidental>
1022         <stem>down</stem>
1023       </note>
1024       <note>
1025         <pitch>
1026           <step>D</step>
1027           <alter>-1</alter>
1028           <octave>5</octave>
1029         </pitch>
1030         <duration>1</duration>
1031         <voice>1</voice>
1032         <type>quarter</type>
1033         <accidental>flat</accidental>
1034         <stem>down</stem>
1035       </note>
1036       <note>
1037         <pitch>
1038           <step>E</step>
1039           <alter>-1</alter>
1040           <octave>5</octave>
1041         </pitch>
1042         <duration>1</duration>
1043         <voice>1</voice>
1044         <type>quarter</type>
1045         <accidental>flat</accidental>
1046         <stem>down</stem>
1047       </note>
1048     </measure>
1049     <!--=======================================================-->
1050     <measure number="22">
1051       <note>
1052         <pitch>
1053           <step>F</step>
1054           <alter>-1</alter>
1055           <octave>5</octave>
1056         </pitch>
1057         <duration>1</duration>
1058         <voice>1</voice>
1059         <type>quarter</type>
1060         <accidental>flat</accidental>
1061         <stem>down</stem>
1062       </note>
1063       <note>
1064         <pitch>
1065           <step>G</step>
1066           <alter>-1</alter>
1067           <octave>5</octave>
1068         </pitch>
1069         <duration>1</duration>
1070         <voice>1</voice>
1071         <type>quarter</type>
1072         <accidental>flat</accidental>
1073         <stem>down</stem>
1074       </note>
1075       <note>
1076         <pitch>
1077           <step>A</step>
1078           <alter>-1</alter>
1079           <octave>5</octave>
1080         </pitch>
1081         <duration>1</duration>
1082         <voice>1</voice>
1083         <type>quarter</type>
1084         <accidental>flat</accidental>
1085         <stem>down</stem>
1086       </note>
1087       <note>
1088         <pitch>
1089           <step>B</step>
1090           <alter>-1</alter>
1091           <octave>5</octave>
1092         </pitch>
1093         <duration>1</duration>
1094         <voice>1</voice>
1095         <type>quarter</type>
1096         <accidental>flat</accidental>
1097         <stem>down</stem>
1098       </note>
1099     </measure>
1100     <!--=======================================================-->
1101     <measure number="23">
1102       <note>
1103         <pitch>
1104           <step>C</step>
1105           <alter>-1</alter>
1106           <octave>6</octave>
1107         </pitch>
1108         <duration>1</duration>
1109         <voice>1</voice>
1110         <type>quarter</type>
1111         <accidental>flat</accidental>
1112         <stem>down</stem>
1113       </note>
1114       <note>
1115         <pitch>
1116           <step>D</step>
1117           <alter>-1</alter>
1118           <octave>6</octave>
1119         </pitch>
1120         <duration>1</duration>
1121         <voice>1</voice>
1122         <type>quarter</type>
1123         <accidental>flat</accidental>
1124         <stem>down</stem>
1125       </note>
1126       <note>
1127         <pitch>
1128           <step>E</step>
1129           <alter>-1</alter>
1130           <octave>6</octave>
1131         </pitch>
1132         <duration>1</duration>
1133         <voice>1</voice>
1134         <type>quarter</type>
1135         <accidental>flat</accidental>
1136         <stem>down</stem>
1137       </note>
1138       <note>
1139         <pitch>
1140           <step>F</step>
1141           <alter>-1</alter>
1142           <octave>6</octave>
1143         </pitch>
1144         <duration>1</duration>
1145         <voice>1</voice>
1146         <type>quarter</type>
1147         <accidental>flat</accidental>
1148         <stem>down</stem>
1149       </note>
1150     </measure>
1151     <!--=======================================================-->
1152     <measure number="24">
1153       <note>
1154         <pitch>
1155           <step>G</step>
1156           <alter>-1</alter>
1157           <octave>6</octave>
1158         </pitch>
1159         <duration>1</duration>
1160         <voice>1</voice>
1161         <type>quarter</type>
1162         <accidental>flat</accidental>
1163         <stem>down</stem>
1164       </note>
1165       <note>
1166         <pitch>
1167           <step>A</step>
1168           <alter>-1</alter>
1169           <octave>6</octave>
1170         </pitch>
1171         <duration>1</duration>
1172         <voice>1</voice>
1173         <type>quarter</type>
1174         <accidental>flat</accidental>
1175         <stem>down</stem>
1176       </note>
1177       <note>
1178         <pitch>
1179           <step>B</step>
1180           <alter>-1</alter>
1181           <octave>6</octave>
1182         </pitch>
1183         <duration>1</duration>
1184         <voice>1</voice>
1185         <type>quarter</type>
1186         <accidental>flat</accidental>
1187         <stem>down</stem>
1188       </note>
1189       <note>
1190         <pitch>
1191           <step>C</step>
1192           <alter>-1</alter>
1193           <octave>7</octave>
1194         </pitch>
1195         <duration>1</duration>
1196         <voice>1</voice>
1197         <type>quarter</type>
1198         <accidental>flat</accidental>
1199         <stem>down</stem>
1200       </note>
1201     </measure>
1202     <!--=======================================================-->
1203     <measure number="31">
1204       <note>
1205         <pitch>
1206           <step>C</step>
1207           <alter>2</alter>
1208           <octave>5</octave>
1209         </pitch>
1210         <duration>1</duration>
1211         <voice>1</voice>
1212         <type>quarter</type>
1213         <accidental>double-sharp</accidental>
1214         <stem>down</stem>
1215       </note>
1216       <note>
1217         <pitch>
1218           <step>C</step>
1219           <alter>-2</alter>
1220           <octave>5</octave>
1221         </pitch>
1222         <duration>1</duration>
1223         <voice>1</voice>
1224         <type>quarter</type>
1225         <accidental>flat-flat</accidental>
1226         <stem>down</stem>
1227       </note>
1228       <note>
1229         <pitch>
1230           <step>C</step>
1231           <alter>1</alter>
1232           <octave>5</octave>
1233         </pitch>
1234         <duration>1</duration>
1235         <voice>1</voice>
1236         <type>quarter</type>
1237         <accidental>sharp</accidental>
1238         <stem>down</stem>
1239       </note>
1240       <note>
1241         <pitch>
1242           <step>C</step>
1243           <alter>1</alter>
1244           <octave>5</octave>
1245         </pitch>
1246         <duration>1</duration>
1247         <voice>1</voice>
1248         <type>quarter</type>
1249         <accidental>sharp</accidental>
1250         <stem>down</stem>
1251       </note>
1252     </measure>
1253     <!--=======================================================-->
1254     <measure number="32">
1255       <print new-system="yes"/>
1256       <note>
1257         <pitch>
1258           <step>C</step>
1259           <alter>1</alter>
1260           <octave>5</octave>
1261         </pitch>
1262         <duration>1</duration>
1263         <voice>1</voice>
1264         <type>quarter</type>
1265         <accidental>sharp</accidental>
1266         <stem>down</stem>
1267       </note>
1268       <note>
1269         <pitch>
1270           <step>C</step>
1271           <alter>1</alter>
1272           <octave>5</octave>
1273         </pitch>
1274         <duration>1</duration>
1275         <voice>1</voice>
1276         <type>quarter</type>
1277         <accidental editorial="yes">sharp</accidental>
1278         <stem>down</stem>
1279       </note>
1280       <barline location="right">
1281         <bar-style>light-heavy</bar-style>
1282       </barline>
1283     </measure>
1284   </part>
1285   <!--=========================================================-->
1286 </score-partwise>