]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/03a-Directions-MusicXML.xml
MusicXML: (Test cases) Make Finale happy (very picky about correct syntax..)
[lilypond.git] / input / regression / musicxml / 03a-Directions-MusicXML.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 2.0 Partwise//EN"\r
3                                 "http://www.musicxml.org/dtds/partwise.dtd">\r
4 <score-partwise version="2.0">\r
5   <movement-title>MusicXML directions (attached to staff)</movement-title>\r
6   <identification/>\r
7   <defaults/>\r
8   <part-list>\r
9     <score-part id="P1">\r
10       <part-name></part-name>\r
11     </score-part>\r
12   </part-list>\r
13   <!--=========================================================-->\r
14   <part id="P1">\r
15     <!-- Direction type can contain the following child types:\r
16          rehearsal+ | segno+ | words+ |\r
17          coda+ | wedge | dynamics+ | dashes | bracket | pedal | \r
18          metronome | octave-shift | harp-pedals | damp | \r
19          damp-all | eyeglasses | scordatura | image |\r
20          accordion-registration | other-direction -->\r
21     <!-- Rehearsal marks -->\r
22     <measure number="1">\r
23       <attributes>\r
24         <divisions>1</divisions>\r
25         <key>\r
26           <fifths>0</fifths>\r
27           <mode>major</mode>\r
28         </key>\r
29         <time symbol="common">\r
30           <beats>4</beats>\r
31           <beat-type>4</beat-type>\r
32         </time>\r
33         <clef>\r
34           <sign>G</sign>\r
35           <line>2</line>\r
36         </clef>\r
37       </attributes>\r
38       <sound tempo="120"/>\r
39       <direction placement="below">\r
40         <direction-type>\r
41           <rehearsal>A</rehearsal>\r
42         </direction-type>\r
43       </direction>\r
44       <note>\r
45         <pitch><step>C</step><octave>4</octave></pitch>\r
46         <duration>1</duration>\r
47         <voice>1</voice>\r
48         <type>quarter</type>\r
49         <lyric number="1"><text>reh.A (def=sq.)</text></lyric>\r
50       </note>\r
51       <direction placement="above">\r
52         <direction-type>\r
53           <rehearsal enclosure="none">B</rehearsal>\r
54         </direction-type>\r
55       </direction>\r
56       <note>\r
57         <pitch><step>C</step><octave>4</octave></pitch>\r
58         <duration>1</duration>\r
59         <voice>1</voice>\r
60         <type>quarter</type>\r
61         <lyric number="1"><text>reh.B (none)</text></lyric>\r
62       </note>\r
63       <direction>\r
64         <direction-type>\r
65           <rehearsal enclosure="square">Test</rehearsal>\r
66         </direction-type>\r
67       </direction>\r
68       <note>\r
69         <pitch><step>C</step><octave>4</octave></pitch>\r
70         <duration>1</duration>\r
71         <voice>1</voice>\r
72         <type>quarter</type>\r
73         <lyric number="1"><text>reh.Test (sq.)</text></lyric>\r
74       </note>\r
75       <direction>\r
76         <direction-type>\r
77           <rehearsal enclosure="circle">Crc</rehearsal>\r
78         </direction-type>\r
79       </direction>\r
80       <note>\r
81         <pitch><step>C</step><octave>4</octave></pitch>\r
82         <duration>1</duration>\r
83         <voice>1</voice>\r
84         <type>quarter</type>\r
85         <lyric number="1"><text>reh.Crc (crc.)</text></lyric>\r
86       </note>\r
87     </measure>\r
88     <!-- Segno, Coda, Words (extra unit test for formatting!),  Eyeglasses -->\r
89     <measure number="2">\r
90       <direction>\r
91         <direction-type>\r
92           <segno/>\r
93         </direction-type>\r
94       </direction>\r
95       <note>\r
96         <pitch><step>C</step><octave>4</octave></pitch>\r
97         <duration>1</duration>\r
98         <voice>1</voice>\r
99         <type>quarter</type>\r
100         <lyric number="1"><text>Segno</text></lyric>\r
101       </note>\r
102       <direction>\r
103         <direction-type>\r
104           <coda/>\r
105         </direction-type>\r
106       </direction>\r
107       <note>\r
108         <pitch><step>C</step><octave>4</octave></pitch>\r
109         <duration>1</duration>\r
110         <voice>1</voice>\r
111         <type>quarter</type>\r
112         <lyric number="1"><text>Coda</text></lyric>\r
113       </note>\r
114       <direction>\r
115         <direction-type>\r
116           <words>words</words>\r
117         </direction-type>\r
118       </direction>\r
119       <note>\r
120         <pitch><step>C</step><octave>4</octave></pitch>\r
121         <duration>1</duration>\r
122         <voice>1</voice>\r
123         <type>quarter</type>\r
124         <lyric number="1"><text>Words</text></lyric>\r
125       </note>\r
126       <direction>\r
127         <direction-type>\r
128           <eyeglasses/>\r
129         </direction-type>\r
130       </direction>\r
131       <note>\r
132         <pitch><step>C</step><octave>4</octave></pitch>\r
133         <duration>1</duration>\r
134         <voice>1</voice>\r
135         <type>quarter</type>\r
136         <lyric number="1"><text>Eyegl.</text></lyric>\r
137       </note>\r
138     </measure>\r
139     <!-- Dynamics: p | pp | ppp | pppp | ppppp | pppppp |\r
140         f | ff | fff | ffff | fffff | ffffff | mp | mf | sf |\r
141         sfp | sfpp | fp | rf | rfz | sfz | sffz | fz | \r
142         other-dynamics -->\r
143     <measure number="3">\r
144       <direction>\r
145         <direction-type>\r
146           <dynamics><p/></dynamics>\r
147         </direction-type>\r
148       </direction>\r
149       <note>\r
150         <pitch><step>C</step><octave>4</octave></pitch>\r
151         <duration>1</duration>\r
152         <voice>1</voice>\r
153         <type>quarter</type>\r
154         <lyric number="1"><text>p</text></lyric>\r
155       </note>\r
156       <direction>\r
157         <direction-type>\r
158           <dynamics><pp/></dynamics>\r
159         </direction-type>\r
160       </direction>\r
161       <note>\r
162         <pitch><step>C</step><octave>4</octave></pitch>\r
163         <duration>1</duration>\r
164         <voice>1</voice>\r
165         <type>quarter</type>\r
166         <lyric number="1"><text>pp</text></lyric>\r
167       </note>\r
168       <direction>\r
169         <direction-type>\r
170           <dynamics><ppp/></dynamics>\r
171         </direction-type>\r
172       </direction>\r
173       <note>\r
174         <pitch><step>C</step><octave>4</octave></pitch>\r
175         <duration>1</duration>\r
176         <voice>1</voice>\r
177         <type>quarter</type>\r
178         <lyric number="1"><text>ppp</text></lyric>\r
179       </note>\r
180       <direction>\r
181         <direction-type>\r
182           <dynamics><pppp/></dynamics>\r
183         </direction-type>\r
184       </direction>\r
185       <note>\r
186         <pitch><step>C</step><octave>4</octave></pitch>\r
187         <duration>1</duration>\r
188         <voice>1</voice>\r
189         <type>quarter</type>\r
190         <lyric number="1"><text>pppp</text></lyric>\r
191       </note>\r
192     </measure>\r
193     <measure number="4">\r
194       <direction>\r
195         <direction-type>\r
196           <dynamics><ppppp/></dynamics>\r
197         </direction-type>\r
198       </direction>\r
199       <note>\r
200         <pitch><step>C</step><octave>4</octave></pitch>\r
201         <duration>1</duration>\r
202         <voice>1</voice>\r
203         <type>quarter</type>\r
204         <lyric number="1"><text>ppppp</text></lyric>\r
205       </note>\r
206       <direction>\r
207         <direction-type>\r
208           <dynamics><pppppp/></dynamics>\r
209         </direction-type>\r
210       </direction>\r
211       <note>\r
212         <pitch><step>C</step><octave>4</octave></pitch>\r
213         <duration>1</duration>\r
214         <voice>1</voice>\r
215         <type>quarter</type>\r
216         <lyric number="1"><text>pppppp</text></lyric>\r
217       </note>\r
218       <direction>\r
219         <direction-type>\r
220           <dynamics><f/></dynamics>\r
221         </direction-type>\r
222       </direction>\r
223       <note>\r
224         <pitch><step>C</step><octave>4</octave></pitch>\r
225         <duration>1</duration>\r
226         <voice>1</voice>\r
227         <type>quarter</type>\r
228         <lyric number="1"><text>f</text></lyric>\r
229       </note>\r
230       <direction>\r
231         <direction-type>\r
232           <dynamics><ff/></dynamics>\r
233         </direction-type>\r
234       </direction>\r
235       <note>\r
236         <pitch><step>C</step><octave>4</octave></pitch>\r
237         <duration>1</duration>\r
238         <voice>1</voice>\r
239         <type>quarter</type>\r
240         <lyric number="1"><text>ff</text></lyric>\r
241       </note>\r
242     </measure>\r
243     <measure number="5">\r
244       <direction>\r
245         <direction-type>\r
246           <dynamics><fff/></dynamics>\r
247         </direction-type>\r
248       </direction>\r
249       <note>\r
250         <pitch><step>C</step><octave>4</octave></pitch>\r
251         <duration>1</duration>\r
252         <voice>1</voice>\r
253         <type>quarter</type>\r
254         <lyric number="1"><text>fff</text></lyric>\r
255       </note>\r
256       <direction>\r
257         <direction-type>\r
258           <dynamics><ffff/></dynamics>\r
259         </direction-type>\r
260       </direction>\r
261       <note>\r
262         <pitch><step>C</step><octave>4</octave></pitch>\r
263         <duration>1</duration>\r
264         <voice>1</voice>\r
265         <type>quarter</type>\r
266         <lyric number="1"><text>ffff</text></lyric>\r
267       </note>\r
268       <direction>\r
269         <direction-type>\r
270           <dynamics><fffff/></dynamics>\r
271         </direction-type>\r
272       </direction>\r
273       <note>\r
274         <pitch><step>C</step><octave>4</octave></pitch>\r
275         <duration>1</duration>\r
276         <voice>1</voice>\r
277         <type>quarter</type>\r
278         <lyric number="1"><text>fffff</text></lyric>\r
279       </note>\r
280       <direction>\r
281         <direction-type>\r
282           <dynamics><ffffff/></dynamics>\r
283         </direction-type>\r
284       </direction>\r
285       <note>\r
286         <pitch><step>C</step><octave>4</octave></pitch>\r
287         <duration>1</duration>\r
288         <voice>1</voice>\r
289         <type>quarter</type>\r
290         <lyric number="1"><text>ffffff</text></lyric>\r
291       </note>\r
292     </measure>\r
293     <measure number="6">\r
294       <direction>\r
295         <direction-type>\r
296           <dynamics><mp/></dynamics>\r
297         </direction-type>\r
298       </direction>\r
299       <note>\r
300         <pitch><step>C</step><octave>4</octave></pitch>\r
301         <duration>1</duration>\r
302         <voice>1</voice>\r
303         <type>quarter</type>\r
304         <lyric number="1"><text>mp</text></lyric>\r
305       </note>\r
306       <direction>\r
307         <direction-type>\r
308           <dynamics><mf/></dynamics>\r
309         </direction-type>\r
310       </direction>\r
311       <note>\r
312         <pitch><step>C</step><octave>4</octave></pitch>\r
313         <duration>1</duration>\r
314         <voice>1</voice>\r
315         <type>quarter</type>\r
316         <lyric number="1"><text>mf</text></lyric>\r
317       </note>\r
318       <direction>\r
319         <direction-type>\r
320           <dynamics><sf/></dynamics>\r
321         </direction-type>\r
322       </direction>\r
323       <note>\r
324         <pitch><step>C</step><octave>4</octave></pitch>\r
325         <duration>1</duration>\r
326         <voice>1</voice>\r
327         <type>quarter</type>\r
328         <lyric number="1"><text>sf</text></lyric>\r
329       </note>\r
330       <direction>\r
331         <direction-type>\r
332           <dynamics><sfp/></dynamics>\r
333         </direction-type>\r
334       </direction>\r
335       <note>\r
336         <pitch><step>C</step><octave>4</octave></pitch>\r
337         <duration>1</duration>\r
338         <voice>1</voice>\r
339         <type>quarter</type>\r
340         <lyric number="1"><text>sfp</text></lyric>\r
341       </note>\r
342     </measure>\r
343     <measure number="7">\r
344       <direction>\r
345         <direction-type>\r
346           <dynamics><sfpp/></dynamics>\r
347         </direction-type>\r
348       </direction>\r
349       <note>\r
350         <pitch><step>C</step><octave>4</octave></pitch>\r
351         <duration>1</duration>\r
352         <voice>1</voice>\r
353         <type>quarter</type>\r
354         <lyric number="1"><text>sfpp</text></lyric>\r
355       </note>\r
356       <direction>\r
357         <direction-type>\r
358           <dynamics><fp/></dynamics>\r
359         </direction-type>\r
360       </direction>\r
361       <note>\r
362         <pitch><step>C</step><octave>4</octave></pitch>\r
363         <duration>1</duration>\r
364         <voice>1</voice>\r
365         <type>quarter</type>\r
366         <lyric number="1"><text>fp</text></lyric>\r
367       </note>\r
368       <direction>\r
369         <direction-type>\r
370           <dynamics><rf/></dynamics>\r
371         </direction-type>\r
372       </direction>\r
373       <note>\r
374         <pitch><step>C</step><octave>4</octave></pitch>\r
375         <duration>1</duration>\r
376         <voice>1</voice>\r
377         <type>quarter</type>\r
378         <lyric number="1"><text>rf</text></lyric>\r
379       </note>\r
380       <direction>\r
381         <direction-type>\r
382           <dynamics><rfz/></dynamics>\r
383         </direction-type>\r
384       </direction>\r
385       <note>\r
386         <pitch><step>C</step><octave>4</octave></pitch>\r
387         <duration>1</duration>\r
388         <voice>1</voice>\r
389         <type>quarter</type>\r
390         <lyric number="1"><text>rfz</text></lyric>\r
391       </note>\r
392     </measure>\r
393     <measure number="8">\r
394       <direction>\r
395         <direction-type>\r
396           <dynamics><sfz/></dynamics>\r
397         </direction-type>\r
398       </direction>\r
399       <note>\r
400         <pitch><step>C</step><octave>4</octave></pitch>\r
401         <duration>1</duration>\r
402         <voice>1</voice>\r
403         <type>quarter</type>\r
404         <lyric number="1"><text>sfz</text></lyric>\r
405       </note>\r
406       <direction>\r
407         <direction-type>\r
408           <dynamics><sffz/></dynamics>\r
409         </direction-type>\r
410       </direction>\r
411       <note>\r
412         <pitch><step>C</step><octave>4</octave></pitch>\r
413         <duration>1</duration>\r
414         <voice>1</voice>\r
415         <type>quarter</type>\r
416         <lyric number="1"><text>sffz</text></lyric>\r
417       </note>\r
418       <direction>\r
419         <direction-type>\r
420           <dynamics><fz/></dynamics>\r
421         </direction-type>\r
422       </direction>\r
423       <note>\r
424         <pitch><step>C</step><octave>4</octave></pitch>\r
425         <duration>1</duration>\r
426         <voice>1</voice>\r
427         <type>quarter</type>\r
428         <lyric number="1"><text>fz</text></lyric>\r
429       </note>\r
430       <direction>\r
431         <direction-type>\r
432           <dynamics><other-dynamics>abc-ffz</other-dynamics></dynamics>\r
433         </direction-type>\r
434       </direction>\r
435       <note>\r
436         <pitch><step>C</step><octave>4</octave></pitch>\r
437         <duration>1</duration>\r
438         <voice>1</voice>\r
439         <type>quarter</type>\r
440         <lyric number="1"><text>abc-ffz (oth.)</text></lyric>\r
441       </note>\r
442     </measure>\r
443     <!-- Spanners (there is another unit test for testing the various options):\r
444          wedge, dashes, bracket, pedal, octave-shift -->\r
445     <measure number="9">\r
446       <direction>\r
447         <direction-type>\r
448           <wedge type="crescendo"/>\r
449         </direction-type>\r
450       </direction>\r
451       <note>\r
452         <pitch><step>C</step><octave>4</octave></pitch>\r
453         <duration>1</duration>\r
454         <voice>1</voice>\r
455         <type>quarter</type>\r
456         <lyric number="1"><syllabic>begin</syllabic><text>hairpin</text></lyric>\r
457       </note>\r
458       <direction>\r
459         <direction-type>\r
460           <wedge type="stop"/>\r
461         </direction-type>\r
462       </direction>\r
463       <note>\r
464         <pitch><step>C</step><octave>4</octave></pitch>\r
465         <duration>1</duration>\r
466         <voice>1</voice>\r
467         <type>quarter</type>\r
468         <lyric number="1"><syllabic>end</syllabic><text>cresc</text></lyric>\r
469       </note>\r
470       <direction>\r
471         <direction-type>\r
472           <dashes type="start"/>\r
473         </direction-type>\r
474       </direction>\r
475       <note>\r
476         <pitch><step>C</step><octave>4</octave></pitch>\r
477         <duration>1</duration>\r
478         <voice>1</voice>\r
479         <type>quarter</type>\r
480         <lyric number="1"><syllabic>begin</syllabic><text>dash</text></lyric>\r
481       </note>\r
482       <direction>\r
483         <direction-type>\r
484           <dashes type="stop"/>\r
485         </direction-type>\r
486       </direction>\r
487       <note>\r
488         <pitch><step>C</step><octave>4</octave></pitch>\r
489         <duration>1</duration>\r
490         <voice>1</voice>\r
491         <type>quarter</type>\r
492         <lyric number="1"><syllabic>end</syllabic><text>es</text></lyric>\r
493       </note>\r
494     </measure>\r
495     <measure number="10">\r
496       <direction>\r
497         <direction-type>\r
498           <bracket type="start" line-end="none"/>\r
499         </direction-type>\r
500       </direction>\r
501       <note>\r
502         <pitch><step>C</step><octave>4</octave></pitch>\r
503         <duration>1</duration>\r
504         <voice>1</voice>\r
505         <type>quarter</type>\r
506         <lyric number="1"><syllabic>begin</syllabic><text>bra</text></lyric>\r
507       </note>\r
508       <direction>\r
509         <direction-type>\r
510           <bracket type="stop" line-end="none"/>\r
511         </direction-type>\r
512       </direction>\r
513       <note>\r
514         <pitch><step>C</step><octave>4</octave></pitch>\r
515         <duration>1</duration>\r
516         <voice>1</voice>\r
517         <type>quarter</type>\r
518         <lyric number="1"><syllabic>end</syllabic><text>cket</text></lyric>\r
519       </note>\r
520       <direction>\r
521         <direction-type>\r
522           <octave-shift type="up"/>\r
523         </direction-type>\r
524       </direction>\r
525       <note>\r
526         <pitch><step>C</step><octave>4</octave></pitch>\r
527         <duration>1</duration>\r
528         <voice>1</voice>\r
529         <type>quarter</type>\r
530         <lyric number="1"><syllabic>begin</syllabic><text>oct.</text></lyric>\r
531       </note>\r
532       <direction>\r
533         <direction-type>\r
534           <octave-shift type="stop"/>\r
535         </direction-type>\r
536       </direction>\r
537       <note>\r
538         <pitch><step>C</step><octave>4</octave></pitch>\r
539         <duration>1</duration>\r
540         <voice>1</voice>\r
541         <type>quarter</type>\r
542         <lyric number="1"><syllabic>end</syllabic><text>shift</text></lyric>\r
543       </note>\r
544     </measure>\r
545     <measure number="11">\r
546       <direction>\r
547         <direction-type>\r
548           <pedal type="start"/>\r
549         </direction-type>\r
550       </direction>\r
551       <note>\r
552         <pitch><step>C</step><octave>4</octave></pitch>\r
553         <duration>1</duration>\r
554         <voice>1</voice>\r
555         <type>quarter</type>\r
556         <lyric number="1"><syllabic>begin</syllabic><text>pedal</text></lyric>\r
557       </note>\r
558       <direction>\r
559         <direction-type>\r
560           <pedal type="change"/>\r
561         </direction-type>\r
562       </direction>\r
563       <note>\r
564         <pitch><step>C</step><octave>4</octave></pitch>\r
565         <duration>1</duration>\r
566         <voice>1</voice>\r
567         <type>quarter</type>\r
568         <lyric number="1"><syllabic>continue</syllabic><text>change</text></lyric>\r
569       </note>\r
570       <note>\r
571         <pitch><step>C</step><octave>4</octave></pitch>\r
572         <duration>1</duration>\r
573         <voice>1</voice>\r
574         <type>quarter</type>\r
575       </note>\r
576       <direction>\r
577         <direction-type>\r
578           <pedal type="stop"/>\r
579         </direction-type>\r
580       </direction>\r
581       <note>\r
582         <pitch><step>C</step><octave>4</octave></pitch>\r
583         <duration>1</duration>\r
584         <voice>1</voice>\r
585         <type>quarter</type>\r
586         <lyric number="1"><syllabic>end</syllabic><text>mark</text></lyric>\r
587       </note>\r
588     </measure>\r
589     <!-- metronome, harp-pedals, damp, damp-all, scordatura, accordion-registration -->\r
590     <measure number="12">\r
591       <direction>\r
592         <direction-type>\r
593           <metronome><beat-unit>quarter</beat-unit><per-minute>60</per-minute></metronome>\r
594         </direction-type>\r
595       </direction>\r
596       <note>\r
597         <pitch><step>C</step><octave>4</octave></pitch>\r
598         <duration>1</duration>\r
599         <voice>1</voice>\r
600         <type>quarter</type>\r
601         <lyric number="1"><text>Metr.</text></lyric>\r
602       </note>\r
603       <direction>\r
604         <direction-type>\r
605           <harp-pedals>\r
606               <pedal-tuning>\r
607                   <pedal-step>C</pedal-step>\r
608                   <pedal-alter>-1</pedal-alter>\r
609               </pedal-tuning>\r
610               <pedal-tuning>\r
611                   <pedal-step>E</pedal-step>\r
612                   <pedal-alter>1</pedal-alter>\r
613               </pedal-tuning>\r
614               <pedal-tuning>\r
615                   <pedal-step>A</pedal-step>\r
616                   <pedal-alter>0</pedal-alter>\r
617               </pedal-tuning>\r
618           </harp-pedals>\r
619         </direction-type>\r
620       </direction>\r
621       <note>\r
622         <pitch><step>C</step><octave>4</octave></pitch>\r
623         <duration>1</duration>\r
624         <voice>1</voice>\r
625         <type>quarter</type>\r
626         <lyric number="1"><text>Harp ped.</text></lyric>\r
627       </note>\r
628       <direction>\r
629         <direction-type>\r
630           <damp/>\r
631         </direction-type>\r
632       </direction>\r
633       <note>\r
634         <pitch><step>C</step><octave>4</octave></pitch>\r
635         <duration>1</duration>\r
636         <voice>1</voice>\r
637         <type>quarter</type>\r
638         <lyric number="1"><text>Damp</text></lyric>\r
639       </note>\r
640       <direction>\r
641         <direction-type>\r
642           <damp-all/>\r
643         </direction-type>\r
644       </direction>\r
645       <note>\r
646         <pitch><step>C</step><octave>4</octave></pitch>\r
647         <duration>1</duration>\r
648         <voice>1</voice>\r
649         <type>quarter</type>\r
650         <lyric number="1"><text>Damp all</text></lyric>\r
651       </note>\r
652     </measure>\r
653     <measure number="13">\r
654       <direction>\r
655         <direction-type>\r
656           <scordatura>\r
657               <accord string="0"><tuning-step>C</tuning-step><tuning-octave>3</tuning-octave></accord>\r
658               <accord string="1"><tuning-step>G</tuning-step><tuning-octave>5</tuning-octave></accord>\r
659               <accord string="2"><tuning-step>E</tuning-step><tuning-octave>5</tuning-octave></accord>\r
660           </scordatura>\r
661         </direction-type>\r
662       </direction>\r
663       <note>\r
664         <pitch><step>C</step><octave>4</octave></pitch>\r
665         <duration>1</duration>\r
666         <voice>1</voice>\r
667         <type>quarter</type>\r
668         <lyric number="1"><text>Scord.</text></lyric>\r
669       </note>\r
670       <direction>\r
671         <direction-type>\r
672           <accordion-registration>\r
673               <accordion-high/>\r
674               <accordion-middle>2</accordion-middle>\r
675               <accordion-low/>\r
676           </accordion-registration>\r
677         </direction-type>\r
678       </direction>\r
679       <note>\r
680         <pitch><step>C</step><octave>4</octave></pitch>\r
681         <duration>1</duration>\r
682         <voice>1</voice>\r
683         <type>quarter</type>\r
684         <lyric number="1"><text>Accordion reg.</text></lyric>\r
685       </note>\r
686       <note>\r
687         <rest/>\r
688         <duration>2</duration>\r
689         <voice>1</voice>\r
690         <type>half</type>\r
691       </note>\r
692       <barline location="right">\r
693         <bar-style>light-light</bar-style>\r
694       </barline>\r
695     </measure>\r
696     <!-- Other issues: Multiple direction-type elements: "subito p", ppp<fff -->\r
697     <measure number="14">\r
698       <direction placement="below">\r
699         <direction-type>\r
700           <words default-y="-80" font-family="Times New Roman" font-size="10.25" font-style="italic">subito</words>\r
701         </direction-type>\r
702         <direction-type>\r
703           <words default-y="-80" font-family="Times New Roman" font-size="10.25"> </words>\r
704         </direction-type>\r
705         <direction-type>\r
706           <dynamics default-y="-80">\r
707             <p/>\r
708           </dynamics>\r
709         </direction-type>\r
710         <offset>2</offset>\r
711       </direction>\r
712       <note>\r
713         <pitch><step>C</step><octave>4</octave></pitch>\r
714         <duration>1</duration>\r
715         <voice>1</voice>\r
716         <type>quarter</type>\r
717         <lyric number="1"><text>subp</text></lyric>\r
718       </note>\r
719       <direction placement="below">\r
720         <direction-type>\r
721           <dynamics><ppp/></dynamics>\r
722         </direction-type>\r
723         <direction-type>\r
724           <wedge type="crescendo"/>\r
725         </direction-type>\r
726         <offset>2</offset>\r
727       </direction>\r
728       <note>\r
729         <pitch><step>C</step><octave>4</octave></pitch>\r
730         <duration>1</duration>\r
731         <voice>1</voice>\r
732         <type>quarter</type>\r
733         <lyric number="1"><syllabic>begin</syllabic><text>ppp cresc</text></lyric>\r
734       </note>\r
735       <direction placement="below">\r
736         <direction-type>\r
737           <wedge type="stop"/>\r
738         </direction-type>\r
739         <direction-type>\r
740           <dynamics><fff/></dynamics>\r
741         </direction-type>\r
742         <offset>2</offset>\r
743       </direction>\r
744       <note>\r
745         <pitch><step>C</step><octave>4</octave></pitch>\r
746         <duration>1</duration>\r
747         <voice>1</voice>\r
748         <type>quarter</type>\r
749         <lyric number="1"><syllabic>end</syllabic><text>to fff</text></lyric>\r
750       </note>\r
751       <note>\r
752         <rest/>\r
753         <duration>1</duration>\r
754         <voice>1</voice>\r
755         <type>quarter</type>\r
756         <lyric number="1"><text>subp</text></lyric>\r
757       </note>\r
758       <barline location="right">\r
759         <bar-style>light-heavy</bar-style>\r
760       </barline>\r
761     </measure>\r
762     <!--=======================================================-->\r
763   </part>\r
764   <!--=========================================================-->\r
765 </score-partwise>\r