<?xml version="1.0" encoding="UTF-8"?>
<work xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation='http://www.gerdcastan.de/MusiXML MusiXML.xsd'
      xmlns="http://www.gerdcastan.de/MusiXML"
      >

  <bibdata>
    <localText xml:lang="en">Incipit 1</localText>
  </bibdata>
  <body>
    <workSeg>
      <masterThread id="master">
        <dynamics name="f" tm="0" tn="3" td="4"/>

        <bar id="bar1" tm="1" type="fat" rightRepeat="2"/>
        <repeat sign="segno"/>
        <chordSymbol name="G"/>

        <bar id="bar2" tm="2"/>
        <chordSymbol name="D7"/>

      </masterThread>
      <thread id="manual1">
        <con id="con1.1" vis="clef" cname="g" coct="1" tm="0" tn="2" td="4"/>
        <con id="con1.2" vis="key" kname="g" kacc="1" tm="0" tn="2" td="4"/>
        <register style="circle" pipeLen="4,8-,8+,16">
          <description align="bottom">
            <localText xml:lang="en">Master</localText>
          </description>
        </register>
        <chord><note name="*" dur=":4"/></chord>

        <barRef barID="bar1"/>
        <beam id="b1.1"/>
        <chord><note name="*" dur=":8"/></chord>
        <chord><note name="g" oct="1" dur=":8" beam="b1.1"/></chord>
        <chord><note name="d" oct="2" dur=":8" beam="b1.1"/></chord>
        <chord><note name="g" oct="1" dur=":8" beam="b1.1"/></chord>
        <chord><note name="b" oct="1" dur=":8"/></chord>
        <chord><note name="d" oct="2" dur=":4"/></chord>
        <chord><note name="b" oct="1" dur=":8"/></chord>

        <barRef barID="bar2"/>
        <beam id="b1.2"/>
        <chord><note name="d" oct="2" dur=":8" beam="b1.2"/></chord>
        <chord><note name="f" oct="1" dur=":8" beam="b1.2"/></chord>
        <chord><note name="a" oct="1" dur=":8" beam="b1.2"/></chord>
        <slur left="note1.1" tie="true"/>
        <chord><note id="note1.1" name="d" oct="2" dur=":8" beam="b1.2"/></chord>
        <chord><note name="d" oct="2" dur=":2" beam="b1.2"/></chord>



      </thread>
      <thread id="manual2">
        <con id="con2.1" vis="clef" cname="f" coct="1" tm="0" tn="2" td="4"/>
        <con id="con2.2" vis="key" kname="g" kacc="1" tm="0" tn="2" td="4"/>
        <register style="circle" pipeLen="2,4,8,8+,16">
          <description align="left">
            <localText xml:lang="en">Master</localText>
          </description>
        </register>
        <chord><note name="d" oct="K" dur=":4"/></chord>

        <barRef barID="bar1"/>
        <chord><note name="g" oct="g" dur=":4"/></chord>
        <chord><note name="g" oct="k" dur=":4" chord="M"/></chord>
        <chord><note name="g" oct="k" dur=":4"/></chord>
        <chord><note name="g+1" oct="g" dur=":4" portato="1"/></chord>

        <barRef barID="bar2"/>
        <chord><note name="a" oct="g" dur=":4"/></chord>
        <chord><note name="d" oct="k" dur=":4" chord="7"/></chord>
        <chord><note name="d" oct="k" dur=":4"/></chord>
        <chord><note name="g" oct="g" dur=":4"/></chord>

        
      </thread>
      
      <thread id="manual2b">
        <con id="con2.1b" cname="f" coct="1" tm="0" tn="2" td="4"></con>
        <con id="con2.2b" kname="g" kacc="1" tm="0" tn="2" td="4"></con>

        <barRef barID="bar1"></barRef>
        <chord><note name="*" dur=":8"></note></chord>
        <chord dur="4">
          <note name="g+1" oct="1"></note>
          <note name="e-1" oct="1"></note>
          <note name="c+1" oct="1"></note>
          <note name="b-1" oct="k"></note>
        </chord>
        <chord><note name="*" dur=":8"></note></chord>
        <chord dur="4">
          <note name="b-1" oct="1"></note>
          <note name="g+1" oct="1"></note>
          <note name="e-1" oct="1"></note>
          <note name="c+1" oct="1"></note>
        </chord>

        <barRef barID="bar2"></barRef>
      </thread>

      
      
    </workSeg>
  </body>
  <filter>
    <extract extractId="e1">
      <bibdata>
          <localText xml:lang="de">Akkordeon</localText>
          <localText xml:lang="en">Accordion</localText>
      </bibdata>
      <paragraph type="score">
        <bracket type="brace" start="str1" end="str3"/>
        <break resetPageNo="2"/>
        <stRef id="str0" src="st0"/>
        <stRef id="str1" src="st1"/>
        <stRef id="str2" src="st2"/>
      </paragraph>
    </extract>
    <extract extractId="e2">
      <bibdata>
         <localText xml:lang="en">Manual 1</localText>
      </bibdata>
      <paragraph type="score">
        <break/>
        <stRef id="str3" src="st0"/>
        <stRef id="str4" src="st1"/>
      </paragraph>
    </extract>
    <extract extractId="e3">
      <bibdata>
         <localText xml:lang="en">Manual 2</localText>
      </bibdata>
      <paragraph type="score">
        <break/>
        <stRef id="str5" src="st0"/>
        <stRef id="str6" src="st2"/>
      </paragraph>
    </extract>
    <staff id="st0" startm="0">
      <thRef src="master"/>
    </staff>
    <staff id="st1" startm="0" startn="2" startd="4">
      <thRef src="manual1"/>
      <conRef src="con1.1"/>
      <conRef src="con1.2"/>
    </staff>
    <staff id="st2" startm="0" startn="2" startd="4">
      <thRef src="manual2b" stem="up" />
      <thRef src="manual2" stem="down" />
      <conRef src="con2.1"/>
      <conRef src="con2.2"/>
    </staff>
  </filter>
</work>
