MusicXML 4.1 Draft
MusicXML 4.1 Draft > MusicXML Reference > Examples > <normal-dot>

<normal-dot>

normal-dot-element

<note default-x="82">
   <pitch>
      <step>E</step>
      <octave>5</octave>
   </pitch>
   <duration>3</duration>
   <voice>1</voice>
   <type>eighth</type>
   <dot/>
   <time-modification>
      <actual-notes>3</actual-notes>
      <normal-notes>2</normal-notes>
      <normal-type>quarter</normal-type>
      <normal-dot/>
   </time-modification>
   <stem default-y="-40">down</stem>
   <beam number="1">begin</beam>
   <notations>
      <tuplet number="1" placement="below" type="start"/>
   </notations>
</note>