MusicXML 4.1 Draft
MusicXML 4.1 Draft > MusicXML Reference > Examples > <tuplet> (Regular)

<tuplet> (Regular)

tuplet-element-regular

<measure number="71">
   <note>
      <pitch>
         <step>F</step>
         <octave>4</octave>
      </pitch>
      <duration>24</duration>
      <voice>1</voice>
      <type>eighth</type>
      <time-modification>
         <actual-notes>3</actual-notes>
         <normal-notes>2</normal-notes>
      </time-modification>
      <stem default-y="0">up</stem>
      <beam number="1">begin</beam>
      <notations>
         <tuplet number="1" bracket="no" placement="above" type="start"/>
      </notations>
   </note>
   <note>
      <pitch>
         <step>G</step>
         <octave>4</octave>
      </pitch>
      <duration>24</duration>
      <voice>1</voice>
      <type>eighth</type>
      <time-modification>
         <actual-notes>3</actual-notes>
         <normal-notes>2</normal-notes>
      </time-modification>
      <stem default-y="3">up</stem>
      <beam number="1">continue</beam>
   </note>
   <note>
      <pitch>
         <step>A</step>
         <octave>4</octave>
      </pitch>
      <duration>24</duration>
      <voice>1</voice>
      <type>eighth</type>
      <time-modification>
         <actual-notes>3</actual-notes>
         <normal-notes>2</normal-notes>
      </time-modification>
      <stem default-y="5">up</stem>
      <beam number="1">end</beam>
      <notations>
         <tuplet number="1" type="stop"/>
      </notations>
   </note>
</measure>