MusicXML 4.1 Draft
MusicXML 4.1 Draft > MusicXML Reference > Examples > <time-modification>

<time-modification>

time-modification-element

<measure number="3">
   <note>
      <pitch>
         <step>D</step>
         <octave>5</octave>
      </pitch>
      <duration>4</duration>
      <voice>1</voice>
      <type>quarter</type>
      <time-modification>
         <actual-notes>3</actual-notes>
         <normal-notes>2</normal-notes>
      </time-modification>
      <stem default-y="-45">down</stem>
      <notations>
         <tuplet bracket="yes" number="1" placement="above" type="start"/>
      </notations>
   </note>
   <note>
      <pitch>
         <step>E</step>
         <octave>5</octave>
      </pitch>
      <duration>4</duration>
      <voice>1</voice>
      <type>quarter</type>
      <time-modification>
         <actual-notes>3</actual-notes>
         <normal-notes>2</normal-notes>
      </time-modification>
      <stem default-y="-40">down</stem>
   </note>
   <note>
      <pitch>
         <step>D</step>
         <octave>5</octave>
      </pitch>
      <duration>4</duration>
      <voice>1</voice>
      <type>quarter</type>
      <time-modification>
         <actual-notes>3</actual-notes>
         <normal-notes>2</normal-notes>
      </time-modification>
      <stem default-y="-45">down</stem>
      <notations>
         <tuplet number="1" type="stop"/>
      </notations>
   </note>
</measure>