<?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">
  <work>
    <work-number></work-number>
    <work-title></work-title>
  </work>
  <movement-number></movement-number>
  <movement-title>Empty work-title, non-empty movement-title</movement-title>
  <identification>
    <miscellaneous>
      <miscellaneous-field name="description">A piece with empty (but existing)
          &lt;work-title&gt; and &lt;work-number&gt; elements.
          &lt;movement-title&gt; is non-empty but &lt;movement-number&gt; is
          empty, too.  It makes sense to use &lt;movement-title&gt; as the title
          in this situation.</miscellaneous-field>
    </miscellaneous>
  </identification>
  <part-list>
    <score-part id="P1">
      <part-name print-object="no">MusicXML Part</part-name>
    </score-part>
  </part-list>
  <!--=========================================================-->
  <part id="P1">
    <measure number="1">
      <note>
        <rest/>
        <duration>4</duration>
        <voice>1</voice>
        <type>whole</type>
      </note>
    </measure>
  </part>
  <!--=========================================================-->
</score-partwise>
