MusicXML 4.1 Draft
MusicXML 4.1 Draft > MusicXML Reference > Examples > <humming>

<humming>

humming-element

<measure number="3" width="110">
   <direction placement="below">
      <direction-type>
         <dynamics default-x="13" default-y="-55" halign="center">
            <p/>
         </dynamics>
      </direction-type>
   </direction>
   <direction placement="above">
      <direction-type>
         <words default-x="22" default-y="13" halign="right">(a bocca chiusa)</words>
      </direction-type>
   </direction>
   <note default-x="13">
      <pitch>
         <step>B</step>
         <alter>-1</alter>
         <octave>4</octave>
      </pitch>
      <duration>8</duration>
      <tie type="start"/>
      <voice>1</voice>
      <type>whole</type>
      <notations>
         <tied type="start"/>
         <slur number="1" type="start" placement="above" bezier-x="70" bezier-y="32" default-x="8" default-y="-7"/>
      </notations>
      <lyric>
         <humming/>
      </lyric>
   </note>
</measure>