<?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">A chord consisting of four quarter
          notes, with the upper two notes in voice “X” and the lower two notes
          in voice “Y”.  It is up to the application to handle this non-sensical
          situation gracefully.</miscellaneous-field>
    </miscellaneous>
  </identification>
  <part-list>
    <score-part id="P0">
      <part-name>MusicXML Part</part-name>
    </score-part>
  </part-list>
  <part id="P0">
    <measure number="1">
      <attributes>
        <divisions>1</divisions>
        <time>
        <beats>4</beats>
        <beat-type>4</beat-type>
        </time>
        <clef>
        <sign>G</sign>
        <line>2</line>
        </clef>
      </attributes>
      <note>
        <pitch>
          <step>E</step>
          <octave>5</octave>
        </pitch>
        <duration>1</duration>
        <voice>X</voice>
        <type>quarter</type>
      </note>
      <note>
        <chord/>
        <pitch>
          <step>C</step>
          <octave>5</octave>
        </pitch>
        <duration>1</duration>
        <voice>X</voice>
        <type>quarter</type>
      </note>
      <note>
        <chord/>
        <pitch>
          <step>A</step>
          <octave>4</octave>
        </pitch>
        <duration>1</duration>
        <voice>Y</voice>
        <type>quarter</type>
      </note>
      <note>
        <chord/>
        <pitch>
          <step>F</step>
          <octave>4</octave>
        </pitch>
        <duration>1</duration>
        <voice>Y</voice>
        <type>quarter</type>
      </note>
    </measure>
  </part>
</score-partwise>
