MusicXML 4.1 Draft
MusicXML 4.1 Draft > MusicXML Reference > Examples > <except-voice>

<except-voice>

except-voice-element

<measure number="119" width="220">
   <attributes>
      <measure-style>
         <slash type="start" use-stems="no">
            <except-voice>2</except-voice>
         </slash>
      </measure-style>
   </attributes>
   <note>
      <rest/>
      <duration>8</duration>
      <voice>1</voice>
      <type>quarter</type>
   </note>
   <note>
      <rest/>
      <duration>8</duration>
      <voice>1</voice>
      <type>quarter</type>
   </note>
   <note>
      <rest/>
      <duration>8</duration>
      <voice>1</voice>
      <type>quarter</type>
   </note>
   <note>
      <rest/>
      <duration>8</duration>
      <voice>1</voice>
      <type>quarter</type>
   </note>
   <backup>
      <duration>32</duration>
   </backup>
   <note default-x="18">
      <rest>
         <display-step>A</display-step>
         <display-octave>5</display-octave>
      </rest>
      <duration>4</duration>
      <voice>2</voice>
      <type size="cue">eighth</type>
   </note>
   <note default-x="48">
      <unpitched>
         <display-step>G</display-step>
         <display-octave>5</display-octave>
      </unpitched>
      <duration>4</duration>
      <voice>2</voice>
      <type size="cue">eighth</type>
      <stem default-y="30">up</stem>
   </note>
   <note default-x="79">
      <rest>
         <display-step>B</display-step>
         <display-octave>5</display-octave>
      </rest>
      <duration>8</duration>
      <voice>2</voice>
      <type size="cue">quarter</type>
   </note>
   <note default-x="121">
      <rest>
         <display-step>G</display-step>
         <display-octave>5</display-octave>
      </rest>
      <duration>16</duration>
      <voice>2</voice>
      <type size="cue">half</type>
   </note>
</measure>