<?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">MusicXML allows &lt;part-name&gt;
          and &lt;part-name-display&gt; in the &lt;score-part&gt; element.  If
          &lt;part-name-display&gt; is given, it overrides &lt;part-name&gt; for
          display.

          The first staff uses only &lt;part-name&gt;, while the second one
          (with the same &lt;part-name&gt; value) overrides it with a custom
          text.

          In a similar vein, &lt;part-abbreviation&gt; can be overridden with
          &lt;part-abbreviation-display&gt;, shown in the second system.

          The multi-line entries are generated by using ‘xml:space="preserve"’
          as an attribute within a &lt;display-text&gt; child of the
          &lt;xxx-display&gt; element.</miscellaneous-field>
    </miscellaneous>
  </identification>
  <part-list>
    <score-part id="P1">
      <part-name>Part name</part-name>
      <part-abbreviation>Abbrev.</part-abbreviation>
    </score-part>
    <score-part id="P2">
      <part-name>Part name</part-name>
      <part-name-display>
        <display-text xml:space="preserve">Part Name
Override</display-text>
      </part-name-display>
      <part-abbreviation>Abbrev.</part-abbreviation>
      <part-abbreviation-display>
        <display-text xml:space="preserve">Abbrv.
overr.</display-text>
      </part-abbreviation-display>
    </score-part>
  </part-list>
  <!--=========================================================-->
  <part id="P1">
    <measure number="1">
      <attributes>
        <divisions>1</divisions>
      </attributes>
      <note>
        <pitch>
          <step>C</step>
          <octave>4</octave>
        </pitch>
        <duration>4</duration>
        <voice>1</voice>
        <type>whole</type>
      </note>
    </measure>
    <measure number="2">
      <print new-system="yes" />
      <note>
        <pitch>
          <step>C</step>
          <octave>4</octave>
        </pitch>
        <duration>4</duration>
        <voice>1</voice>
        <type>whole</type>
      </note>
    </measure>
  </part>
  <!--=========================================================-->
  <part id="P2">
    <measure number="1">
      <attributes>
        <divisions>1</divisions>
      </attributes>
      <note>
        <pitch>
          <step>C</step>
          <octave>4</octave>
        </pitch>
        <duration>4</duration>
        <voice>1</voice>
        <type>whole</type>
      </note>
    </measure>
    <measure number="2">
      <print new-system="yes" />
      <note>
        <pitch>
          <step>C</step>
          <octave>4</octave>
        </pitch>
        <duration>4</duration>
        <voice>1</voice>
        <type>whole</type>
      </note>
    </measure>
  </part>
  <!--=========================================================-->
</score-partwise>
