<?xml version="1.0" encoding="UTF-8"?>
<!-- INVALID: times="1". A repeat that plays its content once is not a repeat,
     and the default is 2, so a document meaning "play once" writes no
     <repeat> at all. -->
<thai-score xmlns="https://thaimusicxml.anan.ovh/ns/1" version="1.0">
  <header><title>Invalid example</title></header>
  <structure>
    <repeat times="1"><section id="s1"/></repeat>
  </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"><note pitch="ด"/></measure>
      </line>
    </section-ref>
  </part-data>
</thai-score>
