MusicXML 4.1 Draft
MusicXML 4.1 Draft > MusicXML Reference > Examples > <glissando> (Multiple)

<glissando> (Multiple)

glissando-element-multiple

<part id="P1">
   <measure number="1">
      <note default-x="85">
         <pitch>
            <step>C</step>
            <octave>2</octave>
         </pitch>
         <duration>2</duration>
         <voice>2</voice>
         <type>quarter</type>
         <stem default-y="-5">up</stem>
         <staff>2</staff>
         <notations>
            <glissando line-type="wavy" number="1" type="start"/>
         </notations>
      </note>
      <note default-x="85">
         <chord/>
         <pitch>
            <step>E</step>
            <octave>2</octave>
         </pitch>
         <duration>2</duration>
         <voice>2</voice>
         <type>quarter</type>
         <stem>up</stem>
         <staff>2</staff>
         <notations>
            <glissando line-type="wavy" number="2" type="start"/>
         </notations>
      </note>
      <note default-x="85">
         <chord/>
         <pitch>
            <step>G</step>
            <octave>2</octave>
         </pitch>
         <duration>2</duration>
         <voice>2</voice>
         <type>quarter</type>
         <stem>up</stem>
         <staff>2</staff>
         <notations>
            <glissando line-type="wavy" number="3" type="start" font-style="italic">gliss.</glissando>
         </notations>
      </note>
      <forward>
         <duration>2</duration>
         <voice>2</voice>
         <staff>2</staff>
      </forward>
      <forward>
         <duration>4</duration>
         <voice>2</voice>
         <staff>2</staff>
      </forward>
   </measure>
   <measure number="2" width="295">
      <note default-x="13">
         <pitch>
            <step>C</step>
            <octave>6</octave>
         </pitch>
         <duration>2</duration>
         <voice>1</voice>
         <type>quarter</type>
         <stem default-y="-20">down</stem>
         <staff>1</staff>
         <notations>
            <glissando line-type="wavy" number="1" type="stop"/>
            <glissando line-type="wavy" number="1" type="start"/>
         </notations>
      </note>
      <note default-x="13">
         <chord/>
         <pitch>
            <step>E</step>
            <octave>6</octave>
         </pitch>
         <duration>2</duration>
         <voice>1</voice>
         <type>quarter</type>
         <stem>down</stem>
         <staff>1</staff>
         <notations>
            <glissando line-type="wavy" number="2" type="stop"/>
            <glissando line-type="wavy" number="2" type="start"/>
         </notations>
      </note>
      <note default-x="13">
         <chord/>
         <pitch>
            <step>G</step>
            <octave>6</octave>
         </pitch>
         <duration>2</duration>
         <voice>1</voice>
         <type>quarter</type>
         <stem>down</stem>
         <staff>1</staff>
         <notations>
            <glissando line-type="wavy" number="3" type="stop"/>
            <glissando line-type="wavy" number="3" type="start" font-style="italic">gliss.</glissando>
         </notations>
      </note>
      <forward>
         <duration>2</duration>
         <voice>1</voice>
         <staff>1</staff>
      </forward>
      <forward>
         <duration>4</duration>
         <voice>1</voice>
         <staff>1</staff>
      </forward>
      <backup>
         <duration>8</duration>
      </backup>
      <note>
         <rest measure="yes"/>
         <duration>8</duration>
         <voice>2</voice>
         <staff>2</staff>
      </note>
   </measure>
   <measure number="3" width="297">
      <note>
         <rest measure="yes"/>
         <duration>8</duration>
         <voice>1</voice>
         <staff>1</staff>
      </note>
      <backup>
         <duration>8</duration>
      </backup>
      <note default-x="14">
         <pitch>
            <step>C</step>
            <octave>2</octave>
         </pitch>
         <duration>2</duration>
         <voice>2</voice>
         <type>quarter</type>
         <stem default-y="-5">up</stem>
         <staff>2</staff>
         <notations>
            <glissando line-type="wavy" number="1" type="stop"/>
         </notations>
      </note>
      <note default-x="14">
         <chord/>
         <pitch>
            <step>E</step>
            <octave>2</octave>
         </pitch>
         <duration>2</duration>
         <voice>2</voice>
         <type>quarter</type>
         <stem>up</stem>
         <staff>2</staff>
         <notations>
            <glissando line-type="wavy" number="2" type="stop"/>
         </notations>
      </note>
      <note default-x="14">
         <chord/>
         <pitch>
            <step>G</step>
            <octave>2</octave>
         </pitch>
         <duration>2</duration>
         <voice>2</voice>
         <type>quarter</type>
         <stem>up</stem>
         <staff>2</staff>
         <notations>
            <glissando line-type="wavy" number="3" type="stop"/>
         </notations>
      </note>
   </measure>
</part>