<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 4.0 Partwise//EN"
                                "http://www.musicxml.org/dtds/partwise.dtd">
<score-partwise version="4.0">
  <identification>
    <miscellaneous>
      <miscellaneous-field name="description">Text markup with different CSS
          font sizes, weights, horizontal positions (using ‘default-x’), and
          vertical positions (using ‘default-y’), seven in total.  The four
          markups below the staff are positioned immediately before
          &lt;measure&gt; elements; they should be thus associated with the
          following bar line.  One markup is also drawn in red.

          A trailing up-arrow indicates a ‘placement="above"’ attribute, a
          down-arrow means ‘placement="below"’.</miscellaneous-field>
    </miscellaneous>
  </identification>
  <part-list>
    <score-part id="P1">
      <part-name></part-name>
    </score-part>
  </part-list>
  <part id="P1">
    <measure number="1">
      <attributes>
        <divisions>96</divisions>
        <key>
          <fifths>0</fifths>
        </key>
        <time>
          <beats>4</beats>
          <beat-type>4</beat-type>
        </time>
        <staves>1</staves>
        <clef number="1">
          <sign>G</sign>
          <line>2</line>
        </clef>
      </attributes>
      <direction placement="above">
        <direction-type>
          <words default-x="0" default-y="15" font-size="medium"
                 font-weight="normal">(0,15) normal, medium ↑</words>
        </direction-type>
      </direction>
      <note>
        <pitch>
          <step>F</step>
          <octave>4</octave>
        </pitch>
        <duration>384</duration>
        <voice>1</voice>
        <type>whole</type>
      </note>
      <direction placement="below">
        <direction-type>
          <words default-x="-50" default-y="-100" font-size="medium"
                 font-weight="bold">(-50,-100) bold, medium ↓</words>
        </direction-type>
      </direction>
    </measure>
    <measure number="2">
      <direction placement="above">
        <direction-type>
          <words default-x="50" default-y="35" font-size="large"
                 font-weight="normal">(50,35) normal, large ↑</words>
        </direction-type>
      </direction>
      <note>
        <pitch>
          <step>G</step>
          <octave>4</octave>
        </pitch>
        <duration>384</duration>
        <voice>1</voice>
        <type>whole</type>
      </note>
      <direction placement="below">
        <direction-type>
          <words default-x="0" default-y="-120" font-size="large"
                 font-weight="bold">(0,-120) bold, large ↓</words>
        </direction-type>
      </direction>
    </measure>
    <measure number="3">
      <direction placement="above">
        <direction-type>
          <words default-x="0" default-y="55" font-size="small"
                 font-weight="normal">(0,55) normal, small ↑</words>
        </direction-type>
      </direction>
      <note>
        <rest measure="yes"/>
        <duration>384</duration>
        <voice>1</voice>
        <type>whole</type>
      </note>
      <direction placement="below">
        <direction-type>
          <words default-x="50" default-y="-140" font-size="small"
                 font-weight="bold">(50,-140) bold, small ↓</words>
        </direction-type>
      </direction>
      <direction placement="below">
        <direction-type>
          <words default-x="100" default-y="-160" font-size="small"
                 color="#FF0000">(100,-160) normal, small, red ↓</words>
        </direction-type>
      </direction>
    </measure>
  </part>
</score-partwise>
