<?xml version="1.0" encoding="UTF-8"?>
<!-- A two-row instrument. Both parts share a stack value and number their
     rows from 1, and they sit adjacent in <ensemble> in row order. A link
     span in row 1 draws a connector to what row 2 plays over the same beats.
     Each row also carries an instrument-short-name, since the
     ensemble label column has only the page margin to work with. -->
<thai-score xmlns="https://thaimusicxml.anan.ovh/ns/1" version="1.0">
  <header>
    <title>ฆ้องวงใหญ่ สองมือ</title>
  </header>
  <structure>
    <section id="s1" name="ท่อน 1"/>
  </structure>
  <ensemble>
    <part id="P1" stack="khong" row="1">
      <instrument-name>ฆ้องวงใหญ่ มือขวา</instrument-name>
      <instrument-short-name>ฆ้องวงใหญ่ R</instrument-short-name>
    </part>
    <part id="P2" stack="khong" row="2">
      <instrument-name>ฆ้องวงใหญ่ มือซ้าย</instrument-name>
      <instrument-short-name>ฆ้องวงใหญ่ L</instrument-short-name>
    </part>
  </ensemble>
  <part-data part="P1">
    <section-ref section="s1">
      <line number="1">
        <measure number="1">
          <note pitch="ด"/>
          <note pitch="ร"/>
          <link type="start"/>
          <group>
            <note pitch="ม"/><note pitch="ซ"/>
          </group>
          <link type="stop"/>
          <note pitch="ล"/>
        </measure>
      </line>
    </section-ref>
  </part-data>
  <part-data part="P2">
    <section-ref section="s1">
      <line number="1">
        <measure number="1">
          <note pitch="ดฺ"/>
          <rest/>
          <note pitch="มฺ"/>
          <rest/>
        </measure>
      </line>
    </section-ref>
  </part-data>
</thai-score>
