MusicXML 4.1 Draft
MusicXML 4.1 Draft > MusicXML Reference > Examples > <accidental-mark> (Notation)

<accidental-mark> (Notation)

accidental-mark-element-notation

<note default-x="84">
   <pitch>
      <step>D</step>
      <octave>5</octave>
   </pitch>
   <duration>2</duration>
   <voice>1</voice>
   <type>quarter</type>
   <stem default-y="-45">down</stem>
   <notations>
      <accidental-mark default-y="22">sharp</accidental-mark>
   </notations>
</note>