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