]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/musicxml/03a-Directions-MusicXML.xml
MusicXML: Improve test suite for the direction elements
[lilypond.git] / input / regression / musicxml / 03a-Directions-MusicXML.xml
diff --git a/input/regression/musicxml/03a-Directions-MusicXML.xml b/input/regression/musicxml/03a-Directions-MusicXML.xml
new file mode 100644 (file)
index 0000000..7c9d2f9
--- /dev/null
@@ -0,0 +1,760 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 2.0 Partwise//EN"\r
+                                "http://www.musicxml.org/dtds/partwise.dtd">\r
+<score-partwise version="2.0">\r
+  <movement-title>MusicXML directions (attached to staff)</movement-title>\r
+  <identification/>\r
+  <part-list>\r
+    <score-part id="P1">\r
+      <part-name></part-name>\r
+    </score-part>\r
+  </part-list>\r
+  <!--=========================================================-->\r
+  <part id="P1">\r
+    <!-- Direction type can contain the following child types:\r
+         rehearsal+ | segno+ | words+ |\r
+         coda+ | wedge | dynamics+ | dashes | bracket | pedal | \r
+         metronome | octave-shift | harp-pedals | damp | \r
+         damp-all | eyeglasses | scordatura | image |\r
+         accordion-registration | other-direction -->\r
+    <!-- Rehearsal marks -->\r
+    <measure number="1">\r
+      <attributes>\r
+        <divisions>1</divisions>\r
+        <key>\r
+          <fifths>0</fifths>\r
+          <mode>major</mode>\r
+        </key>\r
+        <time symbol="common">\r
+          <beats>4</beats>\r
+          <beat-type>4</beat-type>\r
+        </time>\r
+        <clef>\r
+          <sign>G</sign>\r
+          <line>2</line>\r
+        </clef>\r
+      </attributes>\r
+      <sound tempo="120"/>\r
+      <direction placement="below">\r
+        <direction-type>\r
+          <rehearsal>A</rehearsal>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>reh.A (def=sq.)</text></lyric>\r
+      </note>\r
+      <direction placement="above">\r
+        <direction-type>\r
+          <rehearsal enclosure="none">B</rehearsal>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>reh.B (none)</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <rehearsal enclosure="square">Test</rehearsal>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>reh.Test (sq.)</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <rehearsal enclosure="circle">Crc</rehearsal>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>reh.Crc (crc.)</text></lyric>\r
+      </note>\r
+    </measure>\r
+    <!-- Segno, Coda, Words (extra unit test for formatting!),  Eyeglasses -->\r
+    <measure number="2">\r
+      <direction>\r
+        <direction-type>\r
+          <segno/>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>Segno</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <coda/>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>Coda</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <words>words</words>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>Words</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <eyeglasses/>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>Eyegl.</text></lyric>\r
+      </note>\r
+    </measure>\r
+    <!-- Dynamics: p | pp | ppp | pppp | ppppp | pppppp |\r
+        f | ff | fff | ffff | fffff | ffffff | mp | mf | sf |\r
+        sfp | sfpp | fp | rf | rfz | sfz | sffz | fz | \r
+        other-dynamics -->\r
+    <measure number="3">\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><p/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>p</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><pp/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>pp</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><ppp/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>ppp</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><pppp/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>pppp</text></lyric>\r
+      </note>\r
+    </measure>\r
+    <measure number="4">\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><ppppp/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>ppppp</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><pppppp/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>pppppp</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><f/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>f</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><ff/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>ff</text></lyric>\r
+      </note>\r
+    </measure>\r
+    <measure number="5">\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><fff/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>fff</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><ffff/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>ffff</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><fffff/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>fffff</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><ffffff/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>ffffff</text></lyric>\r
+      </note>\r
+    </measure>\r
+    <measure number="6">\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><mp/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>mp</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><mf/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>mf</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><sf/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>sf</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><sfp/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>sfp</text></lyric>\r
+      </note>\r
+    </measure>\r
+    <measure number="7">\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><sfpp/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>sfpp</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><fp/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>fp</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><rf/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>rf</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><rfz/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>rfz</text></lyric>\r
+      </note>\r
+    </measure>\r
+    <measure number="8">\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><sfz/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>sfz</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><sffz/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>sffz</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><fz/></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>fz</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <dynamics><other-dynamics>abc-ffz</other-dynamics></dynamics>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>abc-ffz (oth.)</text></lyric>\r
+      </note>\r
+    </measure>\r
+    <!-- Spanners (there is another unit test for testing the various options):\r
+         wedge, dashes, bracket, pedal, octave-shift -->\r
+    <measure number="9">\r
+      <direction>\r
+        <direction-type>\r
+          <wedge type="crescendo"/>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><syllabic>begin</syllabic><text>hairpin</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <wedge type="stop"/>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><syllabic>end</syllabic><text>cresc</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <dashes type="start"/>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><syllabic>begin</syllabic><text>dash</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <dashes type="stop"/>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><syllabic>end</syllabic><text>es</text></lyric>\r
+      </note>\r
+    </measure>\r
+    <measure number="10">\r
+      <direction>\r
+        <direction-type>\r
+          <bracket type="start" line-end="none"/>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><syllabic>begin</syllabic><text>bra</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <braclet type="stop" line-end="none"/>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><syllabic>end</syllabic><text>cket</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <octave-shift type="up"/>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><syllabic>begin</syllabic><text>oct.</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <octave-shift type="stop"/>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><syllabic>end</syllabic><text>shift</text></lyric>\r
+      </note>\r
+    </measure>\r
+    <measure number="11">\r
+      <direction>\r
+        <direction-type>\r
+          <pedal type="start"/>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><syllabic>begin</syllabic><text>pedal</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <pedal type="change"/>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><syllabic>continue</syllabic><text>change</text></lyric>\r
+      </note>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <pedal type="stop"/>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><syllabic>end</syllabic><text>mark</text></lyric>\r
+      </note>\r
+    </measure>\r
+    <!-- metronome, harp-pedals, damp, damp-all, scordatura, accordion-registration -->\r
+    <measure number="12">\r
+      <direction>\r
+        <direction-type>\r
+          <metronome><beat-unit>quarter</beat-unit><per-minute>60</per-minute></metronome>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>Metr.</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <harp-pedals>\r
+              <pedal-tuning>\r
+                  <pedal-step>C</pedal-step>\r
+                  <pedal-alter>-1</pedal-alter>\r
+              </pedal-tuning>\r
+              <pedal-tuning>\r
+                  <pedal-step>E</pedal-step>\r
+                  <pedal-alter>1</pedal-alter>\r
+              </pedal-tuning>\r
+              <pedal-tuning>\r
+                  <pedal-step>A</pedal-step>\r
+                  <pedal-alter>0</pedal-alter>\r
+              </pedal-tuning>\r
+          </harp-pedals>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>Harp ped.</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <damp/>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>Damp</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <damp-all/>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>Damp all</text></lyric>\r
+      </note>\r
+    </measure>\r
+    <measure number="13">\r
+      <direction>\r
+        <direction-type>\r
+          <scordatura>\r
+              <accord string="0"><tuning-step>C</tuning-step><tuning-octave>3</tuning-octave></accord>\r
+              <accord string="1"><tuning-step>G</tuning-step><tuning-octave>5</tuning-octave></accord>\r
+              <accord string="2"><tuning-step>E</tuning-step><tuning-octave>5</tuning-octave></accord>\r
+          </scordatura>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>Scord.</text></lyric>\r
+      </note>\r
+      <direction>\r
+        <direction-type>\r
+          <accordion-registration>\r
+              <accordion-high/>\r
+              <accordion-middle>2</accordion-middle>\r
+              <accordion-low/>\r
+          </accordion-registration>\r
+        </direction-type>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>Accordion reg.</text></lyric>\r
+      </note>\r
+      <note>\r
+        <rest/>\r
+        <duration>2</duration>\r
+        <voice>1</voice>\r
+        <type>half</type>\r
+      </note>\r
+      <barline location="right">\r
+        <bar-style>light-light</bar-style>\r
+      </barline>\r
+    </measure>\r
+    <!-- Other issues: Multiple direction-type elements: "subito p", ppp<fff -->\r
+    <measure number="14">\r
+      <direction placement="below">\r
+        <direction-type>\r
+          <words default-y="-80" font-family="Times New Roman" font-size="10.25" font-style="italic">subito</words>\r
+        </direction-type>\r
+        <direction-type>\r
+          <words default-y="-80" font-family="Times New Roman" font-size="10.25"> </words>\r
+        </direction-type>\r
+        <direction-type>\r
+          <dynamics default-y="-80">\r
+            <p/>\r
+          </dynamics>\r
+        </direction-type>\r
+        <offset>2</offset>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>subp</text></lyric>\r
+      </note>\r
+      <direction placement="below">\r
+        <direction-type>\r
+          <dynamics><ppp/></dynamics>\r
+          <wedge type="crescendo"/>\r
+        </direction-type>\r
+        <offset>2</offset>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><syllabic>begin</syllabic><text>ppp cresc</text></lyric>\r
+      </note>\r
+      <direction placement="below">\r
+        <direction-type>\r
+          <wedge type="stop"/>\r
+          <dynamics><fff/></dynamics>\r
+        </direction-type>\r
+        <offset>2</offset>\r
+      </direction>\r
+      <note>\r
+        <pitch><step>C</step><octave>4</octave></pitch>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><syllabic>begin</syllabic><text>to fff</text></lyric>\r
+      </note>\r
+      <note>\r
+        <rest/>\r
+        <duration>1</duration>\r
+        <voice>1</voice>\r
+        <type>quarter</type>\r
+        <lyric number="1"><text>subp</text></lyric>\r
+      </note>\r
+      <barline location="right">\r
+        <bar-style>light-heavy</bar-style>\r
+      </barline>\r
+    </measure>\r
+    <!--=======================================================-->\r
+  </part>\r
+  <!--=========================================================-->\r
+</score-partwise>\r