<?xml version="1.0" encoding="UTF-8"?>
<!-- Bow and parenthesis spans. The bow in line 1 crosses a measure boundary;
     the bow opened at the end of line 1 closes in line 2, which renders as
     two arcs but is one span. The parenthesis span sits inside a group,
     showing that markers carry no duration and do not count toward the
     group's division. -->
<thai-score xmlns="https://thaimusicxml.anan.ovh/ns/1" version="1.0">
  <header>
    <title>Spans</title>
  </header>
  <structure>
    <section id="s1" name="ท่อน 1"/>
  </structure>
  <ensemble>
    <part id="P1">
      <instrument-name>ซอด้วง</instrument-name>
    </part>
  </ensemble>
  <part-data part="P1">
    <section-ref section="s1">
      <line number="1">
        <measure number="1">
          <bow type="start" direction="in"/>
          <note pitch="ด"/><note pitch="ร"/>
        </measure>
        <measure number="2">
          <note pitch="ม"/>
          <bow type="stop"/>
          <note pitch="ซ"/>
          <bow type="start" direction="out"/>
          <note pitch="ล"/>
        </measure>
      </line>
      <line number="2">
        <measure number="1">
          <note pitch="ซ"/>
          <bow type="stop"/>
          <parenthesis type="start" dim="true" mute="false"/>
          <note pitch="ม"/>
          <group>
            <note pitch="ร"/>
            <parenthesis type="stop"/>
            <note pitch="ด"/>
          </group>
        </measure>
        <measure number="2">
          <note pitch="ด"/><note pitch="ร"/><note pitch="ม"/><note pitch="ร"/>
        </measure>
      </line>
    </section-ref>
  </part-data>
</thai-score>
