MusicXML 4.1 Draft
MusicXML 4.1 Draft > MusicXML Reference > Examples > <cue>

<cue>

cue-element

<measure number="28">
   <note default-x="41">
      <cue/>
      <pitch>
         <step>G</step>
         <octave>5</octave>
      </pitch>
      <duration>2</duration>
      <voice>2</voice>
      <type>quarter</type>
      <stem default-y="29">up</stem>
   </note>
   <note default-x="101">
      <cue/>
      <pitch>
         <step>G</step>
         <octave>5</octave>
      </pitch>
      <duration>1</duration>
      <voice>2</voice>
      <type>eighth</type>
      <stem default-y="28">up</stem>
      <beam number="1">begin</beam>
   </note>
   <note default-x="138">
      <cue/>
      <pitch>
         <step>F</step>
         <octave>5</octave>
      </pitch>
      <duration>1</duration>
      <voice>2</voice>
      <type>eighth</type>
      <stem default-y="25">up</stem>
      <beam number="1">end</beam>
   </note>
   <note default-x="175">
      <cue/>
      <pitch>
         <step>E</step>
         <octave>5</octave>
      </pitch>
      <duration>4</duration>
      <voice>2</voice>
      <type>half</type>
      <stem default-y="18">up</stem>
   </note>
</measure>