<?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">The &lt;part-name-display&gt;
          and &lt;part-abbreviation-display&gt; elements can also be children of
          the &lt;print&gt; element; the former is used at the beginning of the
          first bar, and the latter at the beginning of the second bar.

          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.  There are two empty lines between ‘Part’
          and ‘Name’.</miscellaneous-field>
    </miscellaneous>
  </identification>
  <part-list>
    <score-part id="P1">
      <part-name></part-name>
    </score-part>
  </part-list>
  <!--=========================================================-->
  <part id="P1">
    <measure number="1">
      <print>
        <part-name-display>
          <display-text xml:space="preserve">Part


Name</display-text>
        </part-name-display>
    </print>
      <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">
        <part-abbreviation-display>
          <display-text xml:space="preserve">P.
N.</display-text>
        </part-abbreviation-display>
      </print>
      <note>
        <pitch>
          <step>C</step>
          <octave>4</octave>
        </pitch>
        <duration>4</duration>
        <voice>1</voice>
        <type>whole</type>
      </note>
    </measure>
  </part>
</score-partwise>
