<?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">Multiple, simple lyrics. The
          order of the exported stanzas is relevant; in this example, the three
          lines have the ‘number’ attribute set to ‘1’, ‘2’, and ‘iij’,
          respectively.

          MusicXML doesn't provide any means to semantically separate stanza
          numbers from actual lyrics; it is thus the job of the application to
          do something sensible.  Here, the first &lt;text&gt; elements in each
          line also hold the stanza number: for lines 1 to 3, the values are
          ‘1.Tra’, ‘2.-4./5. tra’, and ‘6., 7.TRA’.

          The lyrics on the last note in measure 1 start extender lines.  In the
          top two lyric lines, there is an &lt;extend&gt; element without an
          attribute (compliant to MusicXML versions before 3.0).  In the third
          lyric line, the fourth note has attribute ‘start’, and the first note
          of measure 2 has attribute ‘stop’, using the extended syntax
          introduced in MusicXML 3.0.</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 symbol="common">
          <beats>4</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">
          <syllabic>begin</syllabic>
          <text>1.Tra</text>
        </lyric>
        <lyric number="2">
          <syllabic>begin</syllabic>
          <text>2.-4./5. tra</text>
        </lyric>
        <lyric number="iij">
          <syllabic>begin</syllabic>
          <text>6., 7.TRA</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>middle</syllabic>
          <text>la</text>
        </lyric>
        <lyric number="2">
          <syllabic>middle</syllabic>
          <text>la</text>
        </lyric>
        <lyric number="iij">
          <syllabic>middle</syllabic>
          <text>LA</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>end</syllabic>
          <text>la,</text>
        </lyric>
        <lyric number="2">
          <syllabic>end</syllabic>
          <text>la,</text>
        </lyric>
        <lyric number="iij">
          <syllabic>end</syllabic>
          <text>LA,</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>ja!</text>
          <extend/>
        </lyric>
        <lyric number="2">
          <syllabic>single</syllabic>
          <text>ja!</text>
          <extend/>
        </lyric>
        <lyric number="iij">
          <syllabic>single</syllabic>
          <text>JA!</text>
          <extend type="start"/>
        </lyric>
      </note>
    </measure>
    <!--=======================================================-->
    <measure number="2">
      <note>
        <pitch>
          <step>G</step>
          <octave>4</octave>
        </pitch>
        <duration>1</duration>
        <voice>1</voice>
        <type>quarter</type>
        <lyric number="iij">
          <extend type="stop"/>
        </lyric>
      </note>
      <note>
        <pitch>
          <step>G</step>
          <octave>4</octave>
        </pitch>
        <duration>1</duration>
        <voice>1</voice>
        <type>quarter</type>
        <lyric number="1">
          <syllabic>begin</syllabic>
          <text>Tra</text>
        </lyric>
        <lyric number="2">
          <syllabic>begin</syllabic>
          <text>Tra</text>
        </lyric>
        <lyric number="iij">
          <syllabic>begin</syllabic>
          <text>TRA</text>
        </lyric>
      </note>
      <note>
        <pitch>
          <step>G</step>
          <octave>4</octave>
        </pitch>
        <duration>1</duration>
        <voice>1</voice>
        <type>quarter</type>
      </note>
      <note>
        <pitch>
          <step>G</step>
          <octave>4</octave>
        </pitch>
        <duration>1</duration>
        <voice>1</voice>
        <type>quarter</type>
        <lyric number="1">
          <syllabic>end</syllabic>
          <text>ra...</text>
        </lyric>
        <lyric number="2">
          <syllabic>end</syllabic>
          <text>ra.</text>
        </lyric>
        <lyric number="iij">
          <syllabic>end</syllabic>
          <text>RA...</text>
        </lyric>
      </note>
      <barline location="right">
        <bar-style>light-heavy</bar-style>
      </barline>
    </measure>
  </part>
  <!--=========================================================-->
</score-partwise>
