MusicXML 4.1 Draft
MusicXML 4.1 Draft > MusicXML Reference > Examples > <wavy-line>

<wavy-line>

wavy-line-element

<measure number="2">
   <note default-x="84">
      <pitch>
         <step>F</step>
         <octave>4</octave>
      </pitch>
      <duration>2</duration>
      <voice>1</voice>
      <type>quarter</type>
      <stem default-y="0">up</stem>
      <notations>
         <ornaments>
            <wavy-line type="start" default-y="15" placement="above"/>
         </ornaments>
      </notations>
   </note>
   <note default-x="156">
      <pitch>
         <step>F</step>
         <octave>4</octave>
      </pitch>
      <duration>2</duration>
      <voice>1</voice>
      <type>quarter</type>
      <stem default-y="0">up</stem>
      <notations>
         <ornaments>
            <wavy-line type="stop"/>
         </ornaments>
      </notations>
   </note>
</measure>