<?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">
  <movement-title>"Quotes" in header fields</movement-title>
  <identification>
    <creator type="composer">Some "Tester" Name</creator>
    <rights>Free for anyone ("Public Domain")</rights>
    <encoding>
      <software>"Hand-crafted" MusicXML file</software>
      <encoding-date>2008-02-06</encoding-date>
    </encoding>
    <miscellaneous>
      <miscellaneous-field name="description">Header fields and part names can
          contain double quotes (").  This test checks some fields
          (&lt;movement-title&gt;, &lt;creator type="composer"&gt;,
          &lt;rights&gt;, &lt;software&gt;, &lt;part-name&gt;) whether they are
          converted or imported without problems (i.e., whether they are
          correctly escaped when converting).</miscellaneous-field>
    </miscellaneous>
  </identification>
  <part-list>
    <score-part id="P1">
      <part-name>Staff "Test"</part-name>
    </score-part>
  </part-list>
  <!--=========================================================-->
  <part id="P1">
    <measure number="1">
      <note>
        <rest/>
        <duration>4</duration>
        <voice>1</voice>
        <type>whole</type>
      </note>
      <barline location="right">
        <bar-style>light-heavy</bar-style>
      </barline>
    </measure>
  </part>
  <!--=========================================================-->
</score-partwise>
