<?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 lyrics syllable can have both
          a ‘number’ and a ‘name’ attribute.  The question is: What should be
          used to put syllables of the same voice together?  This example uses
          different combinations of ‘number’ and ‘name’ attributes to check how
          different applications handle this unspecified case.  (The advice on
          the MusicXML mailing list was “there is no correct way, each
          application can do what it thinks is best.”)

          The following combinations are tested, shown as (‘number’, ‘name’,
          &lt;text&gt;) tuplets in the order given in the MusicXML file; missing
          entries are indicated with ‘—’.

          Note 1: (1, Verse, Verse1A), (1, Chorus, Chorus1A), (1, Chorus,
          AnotherChorus1A), (2, Chorus, Chorus2A).

          Note 2: (1, —, 1B), (2, —, 2B).

          Note 3: (1, Verse, Verse1C), (2, Chorus, Chorus2C).

          Note 4: (1, Chorus, Chorus1D).

          Note 5: (—, Verse, VerseE).

          Note 6: (—, —, NoneF).</miscellaneous-field>
    </miscellaneous>
  </identification>
  <part-list>
    <score-part id="P1">
      <part-name>MusicXML Part</part-name>
    </score-part>
  </part-list>
  <!--=========================================================-->
  <part id="P1">
    <measure number="1">
      <attributes>
        <divisions>1</divisions>
        <key>
          <fifths>0</fifths>
          <mode>major</mode>
        </key>
        <time>
          <beats>6</beats>
          <beat-type>4</beat-type>
        </time>
        <clef>
          <sign>G</sign>
          <line>2</line>
        </clef>
      </attributes>
      <note>
        <pitch>
          <step>G</step>
          <octave>4</octave>
        </pitch>
        <duration>1</duration>
        <voice>1</voice>
        <type>quarter</type>
        <lyric number="1" name="Verse">
          <syllabic>single</syllabic>
          <text>Verse1A</text>
        </lyric>
        <lyric number="1" name="Chorus">
          <syllabic>single</syllabic>
          <text>Chorus1A</text>
        </lyric>
        <lyric number="1" name="Chorus">
          <syllabic>single</syllabic>
          <text>AnotherChorus1A</text>
        </lyric>
        <lyric number="2" name="Chorus">
          <syllabic>single</syllabic>
          <text>Chorus2A</text>
        </lyric>
      </note>
      <note>
        <pitch>
          <step>G</step>
          <octave>4</octave>
        </pitch>
        <duration>1</duration>
        <voice>1</voice>
        <type>quarter</type>
        <lyric number="1">
          <syllabic>single</syllabic>
          <text>1B</text>
        </lyric>
        <lyric number="2">
          <syllabic>single</syllabic>
          <text>2B</text>
        </lyric>
      </note>
      <note>
        <pitch>
          <step>G</step>
          <octave>4</octave>
        </pitch>
        <duration>1</duration>
        <voice>1</voice>
        <type>quarter</type>
        <lyric number="1" name="Verse">
          <syllabic>single</syllabic>
          <text>Verse1C</text>
        </lyric>
        <lyric number="2" name="Chorus">
          <syllabic>single</syllabic>
          <text>Chorus2C</text>
        </lyric>
      </note>
      <note>
        <pitch>
          <step>G</step>
          <octave>4</octave>
        </pitch>
        <duration>1</duration>
        <voice>1</voice>
        <type>quarter</type>
        <lyric number="1" name="Chorus">
          <syllabic>single</syllabic>
          <text>Chorus1D</text>
        </lyric>
      </note>
      <note>
        <pitch>
          <step>G</step>
          <octave>4</octave>
        </pitch>
        <duration>1</duration>
        <voice>1</voice>
        <type>quarter</type>
        <lyric name="Verse">
          <syllabic>single</syllabic>
          <text>VerseE</text>
        </lyric>
      </note>
      <note>
        <pitch>
          <step>G</step>
          <octave>4</octave>
        </pitch>
        <duration>1</duration>
        <voice>1</voice>
        <type>quarter</type>
        <lyric>
          <syllabic>single</syllabic>
          <text>NoneF</text>
        </lyric>
      </note>
      <barline location="right">
        <bar-style>light-heavy</bar-style>
      </barline>
    </measure>
  </part>
  <!--=========================================================-->
</score-partwise>
