MusicXML 4.1 Draft
MusicXML 4.1 Draft > MusicXML Reference > Examples > <level>

<level>

level-element

<note default-x="27">
   <pitch>
      <step>E</step>
      <octave>5</octave>
   </pitch>
   <duration>2</duration>
   <voice>1</voice>
   <type>quarter</type>
   <stem default-y="-40">down</stem>
   <notations>
      <ornaments>
         <trill-mark default-x="-2" default-y="6" placement="above"/>
      </ornaments>
   </notations>
   <notations>
      <level bracket="yes">Performing edition</level>
      <accidental-mark placement="above">natural</accidental-mark>
   </notations>
</note>