MusicXML 4.1 Draft
MusicXML 4.1 Draft > MusicXML Reference > Examples > <tied>

<tied>

tied-element

<measure number="85" width="216">
   <print new-system="yes"/>
   <note default-x="51">
      <pitch>
         <step>C</step>
         <octave>5</octave>
      </pitch>
      <duration>4</duration>
      <tie type="start"/>
      <voice>1</voice>
      <type>half</type>
      <stem default-y="-50">down</stem>
      <notations>
         <tied type="start"/>
      </notations>
   </note>
   <note default-x="117">
      <pitch>
         <step>C</step>
         <octave>5</octave>
      </pitch>
      <duration>1</duration>
      <tie type="stop"/>
      <voice>1</voice>
      <type>eighth</type>
      <stem default-y="-50">down</stem>
      <notations>
         <tied type="stop"/>
         <tied type="let-ring"/>
      </notations>
   </note>
   <note default-x="149">
      <rest/>
      <duration>1</duration>
      <voice>1</voice>
      <type>eighth</type>
   </note>
   <note default-x="175">
      <rest/>
      <duration>2</duration>
      <voice>1</voice>
      <type>quarter</type>
   </note>
</measure>