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