Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aguado-Walzer_G-major all notes are rendered 1 octave too high. #99

Open
paul-bayleaf opened this issue Apr 3, 2024 · 3 comments
Open

Comments

@paul-bayleaf
Copy link

In the sample encodings for MEI there is a classical guitar piece, Aguado-Walzer_G-major, but when rendered with Verovio all the notes are rendered one octave too high.

Original image of the first bar:
original-1st-bar

Verovio rendering of first bar:
verovio-1st-bar

To Reproduce
Render https://github.com/music-encoding/sample-encodings/blob/main/MEI_5.0/Music/Complete_examples/Aguado_Walzer_G-major.mei

Compare with original: https://github.com/music-encoding/sample-encodings/blob/main/MEI_5.0/Music/Complete_examples/Aguado_Walzer_G-major.pdf

Expected behavior
Notes should be rendered an octave lower.

This is not a [Verovio issue] (rism-digital/verovio#3641). With a G clef classical guitar music is played an octave lower than notated. However, this sample uses a G suboctave clef. I think this mean that the encoded pitches should be at sounding pitch, not 1 octave higher as currently.

If the fix is simply lowering the octave of each note then I could prepare a pull request for this if required.

@craigsapp
Copy link
Member

I think this mean that the encoded pitches should be at sounding pitch, not 1 octave higher as currently.

Yes, the encoded pitches should be at sounding pitch. I think the problem is that the first conversion (probably in CapToMusic.py, but possibly in the MusicXML-to-MEI conversion) from the original source treated the music as in treble clef rather than vocal tenor clef (G suboctave clef). Afterwards, the treble clef was changed to the suboctave clef by hand to match the source (probably in MEI), but the notes were not transposed at the same time. This dataset was converted from MusicXML using XSLT (that @pe-ro wrote?), then Maja Hartwig and Kristina Richts added <meiHead>, but did not view or edit the musical content of the converter (verovio was not around then, there was an MEI-MusicXML XSLT converter I think, @pe-ro, and/or an MEI-to-MUP converter, but perhaps they did not have access to either of those).

So this music:

Screenshot 2024-04-03 at 10 40 10 AM
Click to view the MEI data for the above example.
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://music-encoding.org/schema/5.0/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="https://music-encoding.org/schema/5.0/mei-all.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="5.0">
 <meiHead>
  <fileDesc>
   <titleStmt>
    <title />
   </titleStmt>
   <pubStmt>
   </pubStmt>
  </fileDesc>
  <encodingDesc>
   <appInfo>
    <application isodate="2024-04-03T10:50:34" version="4.2.0-dev-84f99b0-dirty">
     <name>Verovio</name>
     <p>Transcoded from Humdrum</p>
    </application>
   </appInfo>
  </encodingDesc>
  <extMeta>
   <frames xmlns="http://www.humdrum.org/ns/humxml" />
  </extMeta>
 </meiHead>
 <music decls="#work1_encoded">
  <body>
   <mdiv xml:id="mch801d">
    <score xml:id="s4l7t51">
     <scoreDef xml:id="s1e05d2">
      <staffGrp xml:id="s1nduof">
       <staffDef xml:id="staffdef-L1F1" n="1" lines="5">
        <clef xml:id="clef-L2F1" shape="G" line="2" dis="8" dis.place="below" />
        <keySig xml:id="keysig-L3F1" sig="1s" />
        <meterSig xml:id="metersig-L5F1" count="3" unit="8" />
       </staffDef>
      </staffGrp>
     </scoreDef>
     <section xml:id="section-L1F1">
      <measure xml:id="measure-L1" n="1">
       <staff xml:id="staff-L1F1" n="1">
        <layer xml:id="layer-L1F1N1" n="1">
         <rest xml:id="rest-L8F1" dur="8" ploc="f" oloc="4" />
         <beam xml:id="beam-L9F1-L11F1">
          <note xml:id="note-L9F1" dur="16" oct="4" pname="b" accid.ges="n" />
          <note xml:id="note-L10F1" dur="16" oct="5" pname="c" accid.ges="n" />
          <note xml:id="note-L11F1" dur="8" oct="5" pname="d" accid.ges="n" />
         </beam>
        </layer>
        <layer xml:id="layer-L1F1N2" n="2">
         <chord xml:id="chord-L8F2" dots="1" dur="4">
          <note xml:id="note-L8F2S1" oct="3" pname="g" accid.ges="n" />
          <note xml:id="note-L8F2S2" oct="3" pname="b" accid.ges="n" />
         </chord>
        </layer>
       </staff>
       <tempo xml:id="tempo-L5F1" place="above" staff="1" tstamp="1.000000">
        <symbol xml:id="s1bjp6os" glyph.auth="smufl" glyph.name="metNoteQuarterUp" fontsize="70.00%" /> = 92–98</tempo>
      </measure>
     </section>
    </score>
   </mdiv>
  </body>
 </music>
</mei>

Should be sounding like this:

Screenshot 2024-04-03 at 10 40 39 AM
Click to view the MEI data for above example.
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://music-encoding.org/schema/5.0/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="https://music-encoding.org/schema/5.0/mei-all.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="5.0">
 <meiHead>
  <fileDesc>
   <titleStmt>
    <title />
   </titleStmt>
   <pubStmt>
   </pubStmt>
  </fileDesc>
  <encodingDesc>
   <appInfo>
    <application isodate="2024-04-03T10:49:06" version="4.2.0-dev-84f99b0-dirty">
     <name>Verovio</name>
     <p>Transcoded from Humdrum</p>
    </application>
   </appInfo>
  </encodingDesc>
  <extMeta>
   <frames xmlns="http://www.humdrum.org/ns/humxml" />
  </extMeta>
 </meiHead>
 <music decls="#work1_encoded">
  <body>
   <mdiv xml:id="m1a52n5q">
    <score xml:id="sg2oiws">
     <scoreDef xml:id="sq5a4yw">
      <staffGrp xml:id="s1ek3v36">
       <staffDef xml:id="staffdef-L1F1" n="1" lines="5">
        <clef xml:id="clef-L2F1" shape="G" line="2" />
        <keySig xml:id="keysig-L3F1" sig="1s" />
        <meterSig xml:id="metersig-L5F1" count="3" unit="8" />
       </staffDef>
      </staffGrp>
     </scoreDef>
     <section xml:id="section-L1F1">
      <measure xml:id="measure-L1" n="1">
       <staff xml:id="staff-L1F1" n="1">
        <layer xml:id="layer-L1F1N1" n="1">
         <rest xml:id="rest-L8F1" dur="8" ploc="g" oloc="4" />
         <beam xml:id="beam-L9F1-L11F1">
          <note xml:id="note-L9F1" dur="16" oct="4" pname="b" accid.ges="n" />
          <note xml:id="note-L10F1" dur="16" oct="5" pname="c" accid.ges="n" />
          <note xml:id="note-L11F1" dur="8" oct="5" pname="d" accid.ges="n" />
         </beam>
        </layer>
        <layer xml:id="layer-L1F1N2" n="2">
         <chord xml:id="chord-L8F2" dots="1" dur="4">
          <note xml:id="note-L8F2S1" oct="3" pname="g" accid.ges="n" />
          <note xml:id="note-L8F2S2" oct="3" pname="b" accid.ges="n" />
         </chord>
        </layer>
       </staff>
       <tempo xml:id="tempo-L5F1" place="above" staff="1" tstamp="1.000000">
        <symbol xml:id="sdtt8oe" glyph.auth="smufl" glyph.name="metNoteQuarterUp" fontsize="70.00%" /> = 92–98</tempo>
      </measure>
     </section>
    </score>
   </mdiv>
  </body>
 </music>
</mei>

In both cases the dotted quarter G note is encoded at sounding pitch:

          <note xml:id="note-L8F2S1" oct="3" pname="g" accid.ges="n" />

          <note xml:id="note-L8F2S1" oct="3" pname="g" accid.ges="n" />

while in the current MEI file, it is a G4 (which is then displayed as a G5 with the suboctave clef), so the music must be transposed down one octave to be correct.

To fix in the MEI score, transpose down one octave with the --transpose -P8 option in verovio:

verovio --transpose -P8 input.mei -t mei -o output.mei

Rendered output:

Screenshot 2024-04-03 at 9 22 39 AM
Click to view transposed example
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://music-encoding.org/schema/dev/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="https://music-encoding.org/schema/dev/mei-all.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="5.0.0-dev">
   <meiHead>
      <fileDesc>
         <titleStmt>
            <title>Walzer G-Dur<titlePart type="subordinate">an electronic transcription</titlePart>
            </title>
            <composer>
               <persName role="creator" codedval="133912027" auth.uri="http://d-nb.info/gnd/" auth="GND">Dionisio Aguado y García</persName>
            </composer>
            <respStmt>
               <persName role="encoder">Maja Hartwig</persName>
               <persName role="encoder">Kristina Richts</persName>
            </respStmt>
         </titleStmt>
         <pubStmt>
            <publisher>
               <corpName role="publisher" codedval="5115204-6" auth.uri="http://d-nb.info/gnd/" auth="GND">Musikwissenschaftliches Seminar, Detmold</corpName>
            </publisher>
            <address>
               <addrLine>Gartenstrasse 20</addrLine>
               <addrLine>32756<geogName codedval="7004442" auth.uri="http://vocab.getty.edu/page/tgn/" auth="TGN">Detmold</geogName>
               </addrLine>
               <addrLine>
                  <geogName codedval="7000084" auth.uri="http://vocab.getty.edu/page/tgn/" auth="TGN">Germany</geogName>
               </addrLine>
            </address>
            <date>2011</date>
            <availability>
               <useRestrict>This encoding is in the public domain. However, the sources used to create it may be under copyright. We believe their use by the MEI project for educational and research purposes is covered by the Fair Use doctrine. However, we will remove any material from the project archive when requested to do so by the copyright owner.</useRestrict>
            </availability>
         </pubStmt>
         <seriesStmt>
            <title>MEI Sample Collection</title>
            <funder>
               <corpName role="funder" codedval="2007744-0" auth.uri="http://d-nb.info/gnd/" auth="GND">German Research Foundation
            <address>
                     <addrLine>Kennedyallee 40</addrLine>
                     <addrLine>
                        <geogName codedval="7005090" auth.uri="http://vocab.getty.edu/page/tgn/" auth="TGN">Bonn</geogName>
                     </addrLine>
                     <addrLine>
                        <geogName codedval="7000084" auth.uri="http://vocab.getty.edu/page/tgn/" auth="TGN">Germany</geogName>
                     </addrLine>
                  </address>
               </corpName>
            </funder>
            <funder>
               <corpName role="funder" codedval="18183-3" auth.uri="http://d-nb.info/gnd/" auth="GND">National Endowment for the Humanities
            <address>
                     <addrLine>1100 Pennsylvania Avenue N.W.</addrLine>
                     <addrLine>
                        <geogName codedval="7013962" auth.uri="http://vocab.getty.edu/page/tgn/" auth="TGN">Washington, DC</geogName>20004</addrLine>
                     <addrLine>
                        <geogName codedval="7012149" auth.uri="http://vocab.getty.edu/page/tgn/" auth="TGN">United States</geogName>
                     </addrLine>
                  </address>
               </corpName>
            </funder>
            <respStmt>
               <corpName role="publisher">MEI Project</corpName>
            </respStmt>
            <identifier>
               <ref target="http://music-encoding.org/Support/MEI_Sample_Collection" />
            </identifier>
         </seriesStmt>
         <sourceDesc>
            <source>
               <bibl>
                  <identifier type="URI">http://www.hausmusik.ch/notenisodateal/a/aguado_dionisio(1788-1847)/walzer_g-dur/walzer_g-dur.xml</identifier>
                  <title>Walzer G-Dur</title>
                  <composer>
                     <persName role="composer" codedval="133912027" auth.uri="http://d-nb.info/gnd/" auth="GND">Dionisio Aguado y García</persName>
                  </composer>
                  <imprint>
                     <respStmt>
                        <corpName role="publisher">Verein zur Förderung der Hausmusik</corpName>
                     </respStmt>
                     <address>
                        <addrLine>CH-4143 Dornach</addrLine>
                        <addrLine>Postfach 68</addrLine>
                     </address>
                     <annot>(C) Jürgen W. Knuth</annot>
                  </imprint>
               </bibl>
            </source>
            <source>
               <bibl>
                  <identifier type="URI">http://www.hausmusik.ch/notenregal/a/aguado_dionisio(1788-1847)/walzer_g-dur/walzer_g-dur.pdf</identifier>
                  <title>Walzer G-Dur</title>
               </bibl>
            </source>
         </sourceDesc>
      </fileDesc>
      <encodingDesc>
         <appInfo>
            <application version="v1.0_beta" xml:id="mei2012To2013">
               <name>mei2012To2013.xsl</name>
               <ptr target="https://github.com/music-encoding/encoding-tools/blob/main/mei2012To2013/mei2012To2013.xsl" />
            </application>
            <application version="v1.0_beta" xml:id="mei21To30">
               <name>mei21To30.xsl</name>
               <ptr target="https://github.com/music-encoding/encoding-tools/blob/main/mei21To30/mei21To30.xsl" />
            </application>
            <application xml:id="xsl_mxl2mei_2.2.3" version="2.2.3">
               <name>MusicXML2MEI</name>
            </application>
            <application version="v1.0_beta" xml:id="mei30To40">
               <name>mei30To40.xsl</name>
               <ptr target="https://github.com/music-encoding/encoding-tools/blob/main/mei30To40/mei30To40.xsl" />
            </application>
            <application version="v1.0" xml:id="mei40To50.xsl">
               <name>mei40To50.xsl</name>
               <ptr target="https://github.com/music-encoding/encoding-tools/blob/main/mei40To50/mei40To50.xsl" />
            </application>
            <application version="v0.0.1-alpha" xml:id="meiLint_v0.0.1-alpha">
               <name>meiLint.xsl</name>
               <ptr target="https://github.com/music-encoding/encoding-tools/blob/main/meiLint/meiLint.xsl" />
            </application>
         </appInfo>
         <classDecls>
            <taxonomy>
               <bibl xml:id="OCLC_DDC" target="http://www.oclc.org/dewey/resources/summaries/default.htm#700">OCLC_DDC</bibl>
               <category xml:id="_787">
                  <altId>787</altId>
                  <label>Stringed instruments</label>
               </category>
            </taxonomy>
            <taxonomy>
               <bibl xml:id="OSWD" target="http://www.bsz-bw.de/cgi-bin/oswd-suche.pl">OSWD</bibl>
               <category xml:id="_4021100-9">
                  <altId>4021100-9</altId>
                  <label>Gitarrenmusik</label>
               </category>
               <category xml:id="_4129951-6">
                  <altId>4129951-6</altId>
                  <label>Instrumentalmusik</label>
               </category>
               <category xml:id="_4302724-6">
                  <altId>4302724-6</altId>
                  <label>Zupfmusik</label>
               </category>
            </taxonomy>
         </classDecls>
      </encodingDesc>
      <workList>
         <work>
            <title>Walzer G-Dur</title>
            <composer>
               <persName role="composer" codedval="133912027" auth.uri="http://d-nb.info/gnd/" auth="GND">Dionisio Aguado y García</persName>
            </composer>
            <key pname="g" mode="major">G major</key>
            <meter count="3" unit="8" />
            <incip>
               <incipCode form="notAvailable">Incipit is not available</incipCode>
            </incip>
            <creation>
               <date notbefore="1784" notafter="1849" />
            </creation>
            <perfMedium>
               <perfResList>
                  <perfRes n="1" codedval="tb">Guitar</perfRes>
               </perfResList>
            </perfMedium>
            <classification>
               <termList>
                  <term class="#_4021100-9">Gitarrenmusik</term>
                  <term class="#_4129951-6">Instrumentalmusik</term>
                  <term class="#_4302724-6">Zupfmusik</term>
                  <term class="#_787">Stringed instruments</term>
               </termList>
            </classification>
         </work>
      </workList>
      <revisionDesc>
         <change n="1">
            <respStmt>
               <name>Unknown</name>
            </respStmt>
            <changeDesc>
               <p>The original MusicXML file was generated using CapToMusic.py CapXML to MusicXML converter version 1.11.</p>
            </changeDesc>
            <date isodate="2010-04-04" />
         </change>
         <change n="2">
            <respStmt>
               <persName xml:id="MH">Maja Hartwig</persName>
            </respStmt>
            <changeDesc>
               <p>Transcoded from a MusicXML version 1.1 file on 2011-05-12 using the<ref target="#xsl_mxl2mei_2.2.3">musicxml2mei</ref>stylesheet.</p>
            </changeDesc>
            <date isodate="2011-05-12" />
         </change>
         <change n="3">
            <respStmt>
               <persName xml:id="KR">Kristina Richts</persName>
            </respStmt>
            <changeDesc>
               <p>Cleaned up MEI file automatically using<ref target="#xsl_ppq">ppq.xsl</ref>.</p>
            </changeDesc>
            <date isodate="2011-10-21" />
         </change>
         <change n="4" resp="#KR">
            <changeDesc>
               <p>Cleaned up MEI file automatically using<ref target="#xsl_header">Header.xsl</ref>.</p>
            </changeDesc>
            <date isodate="2011-12-01" />
         </change>
         <change n="5">
            <respStmt>
               <persName>Kristina Richts</persName>
            </respStmt>
            <changeDesc>
               <p>Revised the header.</p>
            </changeDesc>
            <date isodate="2013-01-28" />
         </change>
         <change n="6" resp="#mei2012To2013">
            <changeDesc>
               <p>Converted to MEI 2013 using mei2012To2013.xsl, version 1.0 beta</p>
            </changeDesc>
            <date isodate="2014-05-30" />
         </change>
         <change n="7" resp="#mei21To30">
            <changeDesc>
               <p>Converted to version 3.0.0 using mei21To30.xsl, version 1.0 beta</p>
            </changeDesc>
            <date isodate="2015-10-15" />
         </change>
         <change n="8" resp="#mei30To40">
            <changeDesc>
               <p>Converted to MEI version 4.0.0 using mei30To40.xsl, version 1.0 beta</p>
            </changeDesc>
            <date isodate="2019-01-03" />
         </change>
         <change n="9">
            <respStmt>
               <persName>Benjamin W. Bohl</persName>
               <persName>Stefan Münnich</persName>
            </respStmt>
            <changeDesc>
               <p>
                  <list>
                     <li>update xml-model schema references to v4.0.1</li>
                     <li>update meiversion attributes to 4.0.1</li>
                     <li>add missing responsibility statements to change elements</li>
                     <li>unify documentation of mei version upgrades (appInfo and revisionDesc)</li>
                     <li>linted with
                <ref target="#meiLint_v0.0.1-alpha">meiLint.xsl</ref>
                     </li>
                  </list>
               </p>
            </changeDesc>
            <date isodate="2023-07-27T17:08:22+02:00" />
         </change>
         <change n="10" resp="#mei40To50.xsl">
            <changeDesc>
               <p>Converted to MEI version 5.0 using mei40To50.xsl, version 1.0</p>
            </changeDesc>
            <date isodate="2023-07-31" />
         </change>
         <change n="11" resp="#meiLint_v0.0.1-alpha">
            <changeDesc>
               <p>Applied lint mode.</p>
            </changeDesc>
            <date isodate="2023-07-31T15:39:56+02:00" />
         </change>
      </revisionDesc>
   </meiHead>
   <music>
      <body>
         <mdiv xml:id="m173szb">
            <score xml:id="s17750pe">
               <scoreDef xml:id="s1915dqi" keysig="1s" key.mode="major" meter.count="3" meter.unit="8">
                  <pgHead xml:id="ptmd42y" />
                  <pgFoot xml:id="p1hc59il" />
                  <staffGrp xml:id="sgb7aet">
                     <staffDef xml:id="sjwauos" n="1" lines="5" clef.shape="G" clef.line="2" clef.dis="8" clef.dis.place="below" />
                  </staffGrp>
               </scoreDef>
               <section xml:id="sm0rcaq">
                  <measure xml:id="d30278e50" n="1">
                     <staff xml:id="s1pdyd81" n="1">
                        <layer xml:id="l5ln3vq" n="1">
                           <rest xml:id="d30278e84" dur="8" />
                           <beam xml:id="bce3x5">
                              <note xml:id="d30278e96" dur="16" oct="4" pname="b" stem.dir="up">
                                 <accid xml:id="adakyhw" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e118" dur="16" oct="5" pname="c" stem.dir="up">
                                 <accid xml:id="a1i8dlii" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e140" dur="8" oct="5" pname="d" stem.dir="up">
                                 <accid xml:id="a1mag2w8" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                        <layer xml:id="l1467qxj" n="2">
                           <chord xml:id="d30281e1" dots="1" dur="4" stem.dir="down">
                              <note xml:id="d30278e178" oct="3" pname="g">
                                 <accid xml:id="asn02gc" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e193" oct="3" pname="b">
                                 <accid xml:id="a1nldm89" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                     </staff>
                     <dir xml:id="d1gj0g7l" place="within" staff="1" tstamp="1.000000">0</dir>
                     <dir xml:id="d1ckgraf" place="within" staff="1" tstamp="1.000000">0</dir>
                     <tempo xml:id="t1u8t188" place="above" staff="1" tstamp="1.000000" mm="92.000000" />
                     <dir xml:id="dj24lme" place="above" staff="1" tstamp="2.000000">1</dir>
                     <dir xml:id="d342r68" place="above" staff="1" tstamp="2.500000">2</dir>
                     <dir xml:id="d1ipw2js" place="above" staff="1" tstamp="3.000000">4</dir>
                  </measure>
                  <measure xml:id="d30278e208" n="2">
                     <staff xml:id="s5ebsj6" n="1">
                        <layer xml:id="l1oiptmh" n="1">
                           <rest xml:id="d30278e210" dur="8" />
                           <beam xml:id="bstf3ho">
                              <note xml:id="d30278e222" dur="16" oct="4" pname="g" stem.dir="up">
                                 <accid xml:id="a11cn4xm" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e244" dur="16" oct="4" pname="a" stem.dir="up">
                                 <accid xml:id="a2dxekk" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e266" dur="8" oct="4" pname="b" stem.dir="up">
                                 <accid xml:id="a186og9x" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                        <layer xml:id="lolpany" n="2">
                           <chord xml:id="d30292e1" dots="1" dur="4" stem.dir="down">
                              <note xml:id="d30278e287" oct="3" pname="g">
                                 <accid xml:id="a1pzdzbs" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e302" oct="3" pname="b">
                                 <accid xml:id="a1xqsubr" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                     </staff>
                     <dir xml:id="d1d08fi3" place="within" staff="1" tstamp="2.000000">1</dir>
                     <dir xml:id="d9lra4t" place="above" staff="1" tstamp="2.500000">3</dir>
                     <dir xml:id="d1t2fgq5" place="above" staff="1" tstamp="3.000000">4</dir>
                  </measure>
                  <measure xml:id="d30278e317" n="3">
                     <staff xml:id="ss86zq" n="1">
                        <layer xml:id="lqwdjhf" n="1">
                           <rest xml:id="d30278e319" dur="8" />
                           <beam xml:id="b8ipsqm">
                              <chord xml:id="d30303e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e335" oct="4" pname="c">
                                    <accid xml:id="ambj7lz" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e351" oct="4" pname="f" accid.ges="s" />
                              </chord>
                              <chord xml:id="d30307e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e370" oct="4" pname="c">
                                    <accid xml:id="a1a2y8l5" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e386" oct="4" pname="f" accid.ges="s" />
                              </chord>
                           </beam>
                        </layer>
                        <layer xml:id="lmha63k" n="2">
                           <note xml:id="d30278e406" dots="1" dur="4" oct="3" pname="d" stem.dir="down">
                              <accid xml:id="a13n5otx" accid.ges="n" />
                           </note>
                        </layer>
                     </staff>
                     <dir xml:id="dit2vyr" place="within" staff="1" tstamp="2.000000">3</dir>
                     <dir xml:id="d19qmui2" place="within" staff="1" tstamp="2.000000">1</dir>
                  </measure>
                  <measure xml:id="d30278e421" n="4">
                     <staff xml:id="s1vubgmx" n="1">
                        <layer xml:id="l1n9fims" n="1">
                           <chord xml:id="d30318e1" dots="1" dur="4" stem.dir="up">
                              <note xml:id="d30278e423" oct="3" pname="b">
                                 <accid xml:id="awj9vjk" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e438" oct="4" pname="g">
                                 <accid xml:id="ayaex0v" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                        <layer xml:id="lvxan3w" n="2">
                           <beam xml:id="b1dbbhmj">
                              <note xml:id="d30278e456" dur="8" oct="3" pname="g" stem.dir="down">
                                 <accid xml:id="a1f0bem6" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e472" dur="16" oct="3" pname="d" stem.dir="down">
                                 <accid xml:id="a66ftmr" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e490" dur="16" oct="2" pname="b" stem.dir="down">
                                 <accid xml:id="a9y2ejz" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e508" dur="8" oct="2" pname="g" stem.dir="down">
                                 <accid xml:id="a12mux47" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e526" n="5">
                     <staff xml:id="s1q4gcv9" n="1">
                        <layer xml:id="l127s8i6" n="1">
                           <rest xml:id="d30278e532" dur="8" />
                           <beam xml:id="bsbe3n2">
                              <note xml:id="d30278e540" dur="16" oct="4" pname="b" stem.dir="up">
                                 <accid xml:id="axzj7x3" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e558" dur="16" oct="5" pname="c" stem.dir="up">
                                 <accid xml:id="ab5s97c" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e576" dur="8" oct="5" pname="d" stem.dir="up">
                                 <accid xml:id="a1eavfh0" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                        <layer xml:id="l1249kpe" n="2">
                           <chord xml:id="d30329e1" dots="1" dur="4" stem.dir="down">
                              <note xml:id="d30278e597" oct="3" pname="g">
                                 <accid xml:id="aqio1ez" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e612" oct="3" pname="b">
                                 <accid xml:id="a7tsfzx" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                     </staff>
                  </measure>
                  <sb xml:id="sdwsb0k" />
                  <measure xml:id="d30278e627" n="6">
                     <staff xml:id="s1pl6slv" n="1">
                        <layer xml:id="lyghk87" n="1">
                           <rest xml:id="d30278e641" dur="8" />
                           <beam xml:id="b1g83kb2">
                              <note xml:id="d30278e649" dur="16" oct="4" pname="g" stem.dir="up">
                                 <accid xml:id="am0nlvs" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e667" dur="16" oct="4" pname="a" stem.dir="up">
                                 <accid xml:id="a1w51nx9" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e685" dur="8" oct="4" pname="b" stem.dir="up">
                                 <accid xml:id="a1omltti" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                        <layer xml:id="liswoy6" n="2">
                           <chord xml:id="d30340e1" dots="1" dur="4" stem.dir="down">
                              <note xml:id="d30278e706" oct="3" pname="g">
                                 <accid xml:id="a1vm22i7" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e721" oct="3" pname="b">
                                 <accid xml:id="a1bl1ujt" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e736" n="7">
                     <staff xml:id="sqsj3ul" n="1">
                        <layer xml:id="lwya4zp" n="1">
                           <beam xml:id="b90256f">
                              <note xml:id="d30278e738" dur="8" oct="4" pname="c" stem.dir="up" accid="s" />
                              <note xml:id="d30278e758" dur="8" oct="4" pname="a" stem.dir="up">
                                 <accid xml:id="a7z896w" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e774" dur="8" oct="4" pname="a" stem.dir="up">
                                 <accid xml:id="aslhses" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                        <layer xml:id="l12eg6dg" n="2">
                           <chord xml:id="d30351e1" dots="1" dur="4" stem.dir="down">
                              <note xml:id="d30278e793" oct="2" pname="a">
                                 <accid xml:id="a1u289m9" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e808" oct="3" pname="g">
                                 <accid xml:id="a19rzv6d" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e823" right="rptstart" n="8">
                     <staff xml:id="s1bcg5ke" n="1">
                        <layer xml:id="lic7ijx" n="1">
                           <note xml:id="d30278e825" dur="4" oct="4" pname="d" stem.dir="up">
                              <accid xml:id="a2phjs4" accid.ges="n" />
                           </note>
                           <rest xml:id="d30278e839" dur="8" vo="-7" />
                        </layer>
                        <layer xml:id="lwnoyv7" n="2">
                           <chord xml:id="d30362e1" dur="4" stem.dir="down">
                              <note xml:id="d30278e862" oct="3" pname="d">
                                 <accid xml:id="akxo0fq" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e876" oct="3" pname="f" accid.ges="s" />
                           </chord>
                           <rest xml:id="d30278e893" dur="8" vo="-7" />
                        </layer>
                     </staff>
                     <dir xml:id="d1k1suhq" place="within" staff="1" tstamp="1.000000">2</dir>
                     <dir xml:id="d196o2ae" place="within" staff="1" tstamp="1.000000">3</dir>
                  </measure>
                  <measure xml:id="d30278e906" left="rptstart" n="9">
                     <staff xml:id="szjqn2o" n="1">
                        <layer xml:id="l1p3y77v" n="1">
                           <rest xml:id="d30278e912" dur="8" />
                           <beam xml:id="b3kf0xt">
                              <chord xml:id="d30373e1" dur="16" stem.dir="up">
                                 <note xml:id="d30278e928" oct="4" pname="d">
                                    <accid xml:id="a15qlg4h" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e946" oct="4" pname="f" accid.ges="s" />
                              </chord>
                              <chord xml:id="d30377e1" dur="16" stem.dir="up">
                                 <note xml:id="d30278e967" oct="4" pname="c" accid="s" />
                                 <note xml:id="d30278e989" oct="4" pname="e" accid="s" />
                              </chord>
                              <chord xml:id="d30381e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e1012" oct="4" pname="d">
                                    <accid xml:id="a15sirgv" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e1030" oct="4" pname="f" accid.ges="s" />
                              </chord>
                           </beam>
                        </layer>
                        <layer xml:id="lhy2fx1" n="2">
                           <note xml:id="d30278e1051" dots="1" dur="4" oct="3" pname="d" stem.dir="down">
                              <accid xml:id="a1oni2sv" accid.ges="n" />
                           </note>
                        </layer>
                     </staff>
                     <dir xml:id="d17uj4yp" place="within" staff="1" tstamp="2.000000">1</dir>
                     <dir xml:id="dew0u2p" place="within" staff="1" tstamp="2.000000">2</dir>
                     <dir xml:id="d12u98ux" place="within" staff="1" tstamp="2.500000">-</dir>
                     <dir xml:id="dh8sf4p" place="within" staff="1" tstamp="2.500000">-</dir>
                     <dir xml:id="d1fdc9x8" place="within" staff="1" tstamp="3.000000">-</dir>
                     <dir xml:id="d1rkbidt" place="within" staff="1" tstamp="3.000000">-</dir>
                  </measure>
                  <measure xml:id="d30278e1066" n="10">
                     <staff xml:id="s1dt0k5m" n="1">
                        <layer xml:id="l1a2qawf" n="1">
                           <rest xml:id="d30278e1068" dur="8" />
                           <beam xml:id="b1g7uggv">
                              <chord xml:id="d30392e1" dur="16" stem.dir="up">
                                 <note xml:id="d30278e1084" oct="4" pname="f" accid.ges="s" />
                                 <note xml:id="d30278e1104" oct="4" pname="a">
                                    <accid xml:id="aca1ei5" accid.ges="n" />
                                 </note>
                              </chord>
                              <chord xml:id="d30396e1" dur="16" stem.dir="up">
                                 <note xml:id="d30278e1123" oct="4" pname="e" accid="s" />
                                 <note xml:id="d30278e1145" oct="4" pname="g" accid="s" />
                              </chord>
                              <chord xml:id="d30400e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e1168" oct="4" pname="f" accid.ges="s" />
                                 <note xml:id="d30278e1188" oct="4" pname="a">
                                    <accid xml:id="an592vk" accid.ges="n" />
                                 </note>
                              </chord>
                           </beam>
                        </layer>
                        <layer xml:id="lwuos8r" n="2">
                           <note xml:id="d30278e1206" dots="1" dur="4" oct="3" pname="d" stem.dir="down">
                              <accid xml:id="a1ygt0m0" accid.ges="n" />
                           </note>
                        </layer>
                     </staff>
                     <dir xml:id="djh5jhu" place="within" staff="1" tstamp="2.000000">1</dir>
                     <dir xml:id="d10zozje" place="within" staff="1" tstamp="2.000000">3</dir>
                  </measure>
                  <sb xml:id="s1a84xiy" />
                  <measure xml:id="d30278e1221" n="11">
                     <staff xml:id="s15815c" n="1">
                        <layer xml:id="l15vx8go" n="1">
                           <rest xml:id="d30278e1235" dur="8" />
                           <beam xml:id="b1uv5ipy">
                              <chord xml:id="d30411e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e1243" oct="4" pname="a">
                                    <accid xml:id="ahjwnmp" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e1259" oct="5" pname="c">
                                    <accid xml:id="a1inrall" accid.ges="n" />
                                 </note>
                              </chord>
                              <chord xml:id="d30415e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e1276" oct="4" pname="g">
                                    <accid xml:id="a1syzog2" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e1292" oct="4" pname="b">
                                    <accid xml:id="ajfg2le" accid.ges="n" />
                                 </note>
                              </chord>
                           </beam>
                        </layer>
                        <layer xml:id="l14o5bpr" n="2">
                           <note xml:id="d30278e1310" dots="1" dur="4" oct="3" pname="d" stem.dir="down">
                              <accid xml:id="aaa24mh" accid.ges="n" />
                           </note>
                        </layer>
                     </staff>
                     <tie xml:id="tvu8cpr" staff="1" startid="#d30278e1310" tstamp="1.000000" endid="#d30278e1393" curvedir="below" />
                  </measure>
                  <measure xml:id="d30278e1328" n="12">
                     <staff xml:id="sa4evyr" n="1">
                        <layer xml:id="lwp2hbc" n="1">
                           <chord xml:id="d30426e1" dur="4" stem.dir="up">
                              <note xml:id="d30278e1330" oct="4" pname="g">
                                 <accid xml:id="a262kek" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e1344" oct="4" pname="b">
                                 <accid xml:id="axk30sl" accid.ges="n" />
                              </note>
                           </chord>
                           <chord xml:id="d30430e1" dur="8" stem.dir="up">
                              <note xml:id="d30278e1359" oct="4" pname="f" accid.ges="s" />
                              <note xml:id="d30278e1375" oct="4" pname="a">
                                 <accid xml:id="a1ibre5c" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                        <layer xml:id="l1bkxm8q" n="2">
                           <note xml:id="d30278e1393" dots="1" dur="4" oct="3" pname="d" stem.dir="down">
                              <accid xml:id="akek5mj" accid.ges="n" />
                           </note>
                        </layer>
                     </staff>
                     <tie xml:id="t1bx87ms" startid="#d30278e1310" endid="#d30278e1393" />
                  </measure>
                  <measure xml:id="d30278e1411" n="13">
                     <staff xml:id="s8yilhb" n="1">
                        <layer xml:id="l13z30zc" n="1">
                           <rest xml:id="d30278e1413" dur="8" />
                           <beam xml:id="b1ek3umb">
                              <chord xml:id="d30441e1" dur="16" stem.dir="up">
                                 <note xml:id="d30278e1421" oct="4" pname="d">
                                    <accid xml:id="atp9z8j" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e1439" oct="4" pname="f" accid.ges="s" />
                              </chord>
                              <chord xml:id="d30445e1" dur="16" stem.dir="up">
                                 <note xml:id="d30278e1460" oct="4" pname="c" accid="s" />
                                 <note xml:id="d30278e1482" oct="4" pname="e" accid="s" />
                              </chord>
                              <chord xml:id="d30449e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e1505" oct="4" pname="d">
                                    <accid xml:id="a1t995yp" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e1523" oct="4" pname="f" accid.ges="s" />
                              </chord>
                           </beam>
                        </layer>
                        <layer xml:id="l1lr427y" n="2">
                           <note xml:id="d30278e1543" dots="1" dur="4" oct="3" pname="d" stem.dir="down">
                              <accid xml:id="ax1fkqe" accid.ges="n" />
                           </note>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e1558" n="14">
                     <staff xml:id="srz1kv5" n="1">
                        <layer xml:id="l1pks9zm" n="1">
                           <rest xml:id="d30278e1560" dur="8" />
                           <beam xml:id="bsujz6i">
                              <chord xml:id="d30460e1" dur="16" stem.dir="up">
                                 <note xml:id="d30278e1568" oct="4" pname="f" accid.ges="s" />
                                 <note xml:id="d30278e1588" oct="4" pname="a">
                                    <accid xml:id="az3jlxc" accid.ges="n" />
                                 </note>
                              </chord>
                              <chord xml:id="d30464e1" dur="16" stem.dir="up">
                                 <note xml:id="d30278e1607" oct="4" pname="e" accid="s" />
                                 <note xml:id="d30278e1629" oct="4" pname="g" accid="s" />
                              </chord>
                              <chord xml:id="d30468e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e1652" oct="4" pname="f" accid.ges="s" />
                                 <note xml:id="d30278e1672" oct="4" pname="a">
                                    <accid xml:id="a1om10e0" accid.ges="n" />
                                 </note>
                              </chord>
                           </beam>
                        </layer>
                        <layer xml:id="l19l7t7i" n="2">
                           <note xml:id="d30278e1690" dots="1" dur="4" oct="3" pname="d" stem.dir="down">
                              <accid xml:id="a8yg7p6" accid.ges="n" />
                           </note>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e1705" n="15">
                     <staff xml:id="sgzzuze" n="1">
                        <layer xml:id="l1fsc2dm" n="1">
                           <chord xml:id="d30479e1" dur="4" stem.dir="up">
                              <note xml:id="d30278e1719" oct="4" pname="e">
                                 <accid xml:id="a9pteax" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e1733" oct="4" pname="g">
                                 <accid xml:id="am564e7" accid.ges="n" />
                              </note>
                           </chord>
                           <chord xml:id="d30483e1" dur="8" stem.dir="up">
                              <note xml:id="d30278e1756" oct="4" pname="g">
                                 <accid xml:id="argicut" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e1770" oct="5" pname="c" accid="s" />
                           </chord>
                        </layer>
                        <layer xml:id="l1as8efe" n="2">
                           <rest xml:id="d30278e1792" dur="8" />
                           <beam xml:id="b1kdrbzg">
                              <note xml:id="d30278e1801" dur="8" oct="2" pname="a" stem.dir="down">
                                 <accid xml:id="amdym1j" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e1821" dur="8" oct="3" pname="a" stem.dir="down">
                                 <accid xml:id="a149zsmy" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                     </staff>
                     <dir xml:id="d1erwpwo" place="within" staff="1" tstamp="1.000000">3</dir>
                     <dir xml:id="dw0gb26" place="within" staff="1" tstamp="1.000000">0</dir>
                     <dir xml:id="d12pp3wo" place="above" staff="1" tstamp="1.000000">2</dir>
                     <dir xml:id="dbk4gju" place="within" staff="1" tstamp="3.000000">4</dir>
                     <dir xml:id="dtxjygo" place="within" staff="1" tstamp="3.000000">3</dir>
                     <dir xml:id="d1p823fu" place="within" staff="1" tstamp="3.000000">1</dir>
                  </measure>
                  <sb xml:id="sgwcqh6" />
                  <measure xml:id="d30278e1837" n="16">
                     <staff xml:id="s160efrh" n="1">
                        <layer xml:id="l1f51kom" n="1">
                           <chord xml:id="d30494e1" dur="4" stem.dir="up">
                              <note xml:id="d30278e1859" oct="4" pname="f" accid.ges="s" />
                              <note xml:id="d30278e1875" oct="5" pname="d">
                                 <accid xml:id="am1cdrw" accid.ges="n" />
                              </note>
                           </chord>
                           <rest xml:id="d30278e1890" dur="8" vo="-7" />
                        </layer>
                        <layer xml:id="lz1kf0f" n="2">
                           <note xml:id="d30278e1905" dur="4" oct="3" pname="d" stem.dir="down">
                              <accid xml:id="a1uihrxj" accid.ges="n" />
                           </note>
                           <rest xml:id="d30278e1919" dur="8" vo="-7" />
                        </layer>
                     </staff>
                     <dir xml:id="ddp3po2" place="within" staff="1" tstamp="1.000000">4</dir>
                     <dir xml:id="d1tyd0s" place="within" staff="1" tstamp="1.000000">1</dir>
                  </measure>
                  <measure xml:id="d30278e1931" n="17">
                     <staff xml:id="szsfmtm" n="1">
                        <layer xml:id="l156ex91" n="1">
                           <rest xml:id="d30278e1933" dur="8" />
                           <beam xml:id="b1da9zot">
                              <note xml:id="d30278e1941" dur="16" oct="4" pname="b" stem.dir="up">
                                 <accid xml:id="a11e70s4" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e1959" dur="16" oct="5" pname="c" stem.dir="up">
                                 <accid xml:id="a1p7r6n9" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e1977" dur="8" oct="5" pname="d" stem.dir="up">
                                 <accid xml:id="a1yf8ogz" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                        <layer xml:id="l1t8fn12" n="2">
                           <chord xml:id="d30505e1" dots="1" dur="4" stem.dir="down">
                              <note xml:id="d30278e1998" oct="3" pname="g">
                                 <accid xml:id="a19518do" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2013" oct="3" pname="b">
                                 <accid xml:id="a1aylzkv" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e2028" n="18">
                     <staff xml:id="s1kmh1a6" n="1">
                        <layer xml:id="lfpwf3b" n="1">
                           <rest xml:id="d30278e2030" dur="8" />
                           <beam xml:id="b1cd13km">
                              <note xml:id="d30278e2038" dur="16" oct="4" pname="g" stem.dir="up">
                                 <accid xml:id="a1f01hiw" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2056" dur="16" oct="4" pname="a" stem.dir="up">
                                 <accid xml:id="a1v0abwo" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2074" dur="8" oct="4" pname="b" stem.dir="up">
                                 <accid xml:id="a1lhtkso" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                        <layer xml:id="l7z3ty8" n="2">
                           <chord xml:id="d30516e1" dots="1" dur="4" stem.dir="down">
                              <note xml:id="d30278e2095" oct="3" pname="g">
                                 <accid xml:id="a1eczag8" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2110" oct="3" pname="b">
                                 <accid xml:id="a12dvr3u" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e2125" n="19">
                     <staff xml:id="s146xtnt" n="1">
                        <layer xml:id="ltypbh5" n="1">
                           <rest xml:id="d30278e2127" dur="8" />
                           <beam xml:id="b817u1h">
                              <chord xml:id="d30527e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e2135" oct="4" pname="c">
                                    <accid xml:id="a1sk7rpk" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e2151" oct="4" pname="f" accid.ges="s" />
                              </chord>
                              <chord xml:id="d30531e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e2170" oct="4" pname="c">
                                    <accid xml:id="a1rt568a" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e2186" oct="4" pname="f" accid.ges="s" />
                              </chord>
                           </beam>
                        </layer>
                        <layer xml:id="lo0khd4" n="2">
                           <note xml:id="d30278e2206" dots="1" dur="4" oct="3" pname="d" stem.dir="down">
                              <accid xml:id="a101kxuv" accid.ges="n" />
                           </note>
                        </layer>
                     </staff>
                  </measure>
                  <sb xml:id="s9t0aw0" />
                  <measure xml:id="d30278e2222" n="20">
                     <staff xml:id="s1ril33x" n="1">
                        <layer xml:id="l8gi5gz" n="1">
                           <chord xml:id="d30542e1" dots="1" dur="4" stem.dir="up">
                              <note xml:id="d30278e2236" oct="3" pname="b">
                                 <accid xml:id="a2q0tkc" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2251" oct="4" pname="g">
                                 <accid xml:id="a18ngn0c" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                        <layer xml:id="l144gz95" n="2">
                           <beam xml:id="bv9rjl4">
                              <note xml:id="d30278e2269" dur="8" oct="3" pname="g" stem.dir="down">
                                 <accid xml:id="a7abetk" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2285" dur="16" oct="3" pname="d" stem.dir="down">
                                 <accid xml:id="a1ag0uz5" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2303" dur="16" oct="2" pname="b" stem.dir="down">
                                 <accid xml:id="ae9jln0" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2321" dur="8" oct="2" pname="g" stem.dir="down">
                                 <accid xml:id="aespa7s" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e2339" n="21">
                     <staff xml:id="ss0q02k" n="1">
                        <layer xml:id="l1oyyve3" n="1">
                           <rest xml:id="d30278e2341" dur="8" />
                           <beam xml:id="bon19fq">
                              <note xml:id="d30278e2349" dur="16" oct="4" pname="b" stem.dir="up">
                                 <accid xml:id="a1bttjid" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2367" dur="16" oct="5" pname="c" stem.dir="up">
                                 <accid xml:id="ahdutki" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2385" dur="8" oct="5" pname="d" stem.dir="up">
                                 <accid xml:id="apoekxh" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                        <layer xml:id="lq9sgdb" n="2">
                           <chord xml:id="d30553e1" dots="1" dur="4" stem.dir="down">
                              <note xml:id="d30278e2406" oct="3" pname="g">
                                 <accid xml:id="ao98a73" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2421" oct="3" pname="b">
                                 <accid xml:id="aezrkck" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e2436" n="22">
                     <staff xml:id="s1aqfy4l" n="1">
                        <layer xml:id="l1ndp1d1" n="1">
                           <rest xml:id="d30278e2438" dur="8" />
                           <chord xml:id="d30564e1" dur="4" stem.dir="up">
                              <note xml:id="d30278e2446" oct="4" pname="c">
                                 <accid xml:id="a16102pl" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2460" oct="4" pname="a">
                                 <accid xml:id="a1whch60" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                        <layer xml:id="l5ymnq6" n="2">
                           <note xml:id="d30278e2482" dots="1" dur="4" oct="3" pname="c" stem.dir="down">
                              <accid xml:id="a1vk9hgv" accid.ges="n" />
                           </note>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e2497" n="23">
                     <staff xml:id="s1a8fg4k" n="1">
                        <layer xml:id="l1oj98cv" n="1">
                           <rest xml:id="d30278e2499" dur="8" />
                           <beam xml:id="b6rsgtm">
                              <chord xml:id="d30575e1" dur="16" stem.dir="up">
                                 <note xml:id="d30278e2507" oct="4" pname="c">
                                    <accid xml:id="a1ac07r1" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e2525" oct="4" pname="f" accid.ges="s" />
                              </chord>
                              <note xml:id="d30278e2546" dur="16" oct="4" pname="e" stem.dir="up">
                                 <accid xml:id="a5eicth" accid.ges="n" />
                              </note>
                              <chord xml:id="d30579e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e2564" oct="4" pname="c">
                                    <accid xml:id="a1heo6a5" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e2582" oct="4" pname="f" accid.ges="s" />
                              </chord>
                           </beam>
                        </layer>
                        <layer xml:id="lypww7f" n="2">
                           <note xml:id="d30278e2602" dots="1" dur="4" oct="3" pname="d" stem.dir="down">
                              <accid xml:id="ayj76h3" accid.ges="n" />
                           </note>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e2617" right="rptend" n="24">
                     <staff xml:id="s1s64ljh" n="1">
                        <layer xml:id="lesiau9" n="1">
                           <chord xml:id="d30590e1" dur="4" stem.dir="up">
                              <note xml:id="d30278e2619" oct="3" pname="b">
                                 <accid xml:id="a19g7ts1" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2633" oct="4" pname="g">
                                 <accid xml:id="ahfh2bh" accid.ges="n" />
                              </note>
                           </chord>
                           <rest xml:id="d30278e2648" dur="8" />
                        </layer>
                        <layer xml:id="l1cg9fmf" n="2">
                           <note xml:id="d30278e2663" dur="4" oct="2" pname="g" stem.dir="down">
                              <accid xml:id="a1k5onq2" accid.ges="n" />
                           </note>
                           <rest xml:id="d30278e2677" dur="8" />
                        </layer>
                     </staff>
                  </measure>
               </section>
            </score>
         </mdiv>
      </body>
   </music>
</mei>

When processing this file with verovio, the following warnings are generated:

[Warning] Unsupported value '5.0' for att.meiVersion@meiversion
[Warning] Element <title> within <pgHead> is not supported and will be ignored 
[Warning] Element <persName> within <pgHead> is not supported and will be ignored 
[Warning] Element <p> within <pgFoot> is not supported and will be ignored 
[Warning] Tie 't4jikqp' is not encoded in the measure of its start 'd30278e1310'. This may cause improper rendering.
[Warning] Tie with @xml:id t1b1jczt has both a @startid and an @tstamp; @tstamp is ignored

Also the repeat barline(s) are not encoded in a way that verovio handles them properly at line breaks:

Screenshot 2024-04-03 at 10 59 59 AM

End of first line should be a plain barline not a repeat barline. Measure 9 has some glissandos which are encoded as text dashes. Fingerings to the left of notes are not implemented in verovio yet, I think (such as on first chord in first measure).


As a side note, if the "8" below the clef is implicit (hidden, as typical in guitar music), then using clef@oct="3" would be used if the notes are encoded at sounding pitch:

Screenshot 2024-04-03 at 9 30 33 AM

[There is a bug in the display of the key signature in verovio when clef@oct is used, since the key signature should not be displaced by clef@oct]

[email protected] does not seem to exist (or at least implemented in verovio), so I had to adjust the staffDef:

<staffDef xml:id="sjwauos" n="1" lines="5" >
   <clef oct="3" shape="G" line="2" />
</staffDef>
Display MEI data for above example
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://music-encoding.org/schema/dev/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="https://music-encoding.org/schema/dev/mei-all.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="5.0.0-dev">
   <meiHead>
      <fileDesc>
         <titleStmt>
            <title>Walzer G-Dur<titlePart type="subordinate">an electronic transcription</titlePart>
            </title>
            <composer>
               <persName role="creator" codedval="133912027" auth.uri="http://d-nb.info/gnd/" auth="GND">Dionisio Aguado y García</persName>
            </composer>
            <respStmt>
               <persName role="encoder">Maja Hartwig</persName>
               <persName role="encoder">Kristina Richts</persName>
            </respStmt>
         </titleStmt>
         <pubStmt>
            <publisher>
               <corpName role="publisher" codedval="5115204-6" auth.uri="http://d-nb.info/gnd/" auth="GND">Musikwissenschaftliches Seminar, Detmold</corpName>
            </publisher>
            <address>
               <addrLine>Gartenstrasse 20</addrLine>
               <addrLine>32756<geogName codedval="7004442" auth.uri="http://vocab.getty.edu/page/tgn/" auth="TGN">Detmold</geogName>
               </addrLine>
               <addrLine>
                  <geogName codedval="7000084" auth.uri="http://vocab.getty.edu/page/tgn/" auth="TGN">Germany</geogName>
               </addrLine>
            </address>
            <date>2011</date>
            <availability>
               <useRestrict>This encoding is in the public domain. However, the sources used to create it may be under copyright. We believe their use by the MEI project for educational and research purposes is covered by the Fair Use doctrine. However, we will remove any material from the project archive when requested to do so by the copyright owner.</useRestrict>
            </availability>
         </pubStmt>
         <seriesStmt>
            <title>MEI Sample Collection</title>
            <funder>
               <corpName role="funder" codedval="2007744-0" auth.uri="http://d-nb.info/gnd/" auth="GND">German Research Foundation
            <address>
                     <addrLine>Kennedyallee 40</addrLine>
                     <addrLine>
                        <geogName codedval="7005090" auth.uri="http://vocab.getty.edu/page/tgn/" auth="TGN">Bonn</geogName>
                     </addrLine>
                     <addrLine>
                        <geogName codedval="7000084" auth.uri="http://vocab.getty.edu/page/tgn/" auth="TGN">Germany</geogName>
                     </addrLine>
                  </address>
               </corpName>
            </funder>
            <funder>
               <corpName role="funder" codedval="18183-3" auth.uri="http://d-nb.info/gnd/" auth="GND">National Endowment for the Humanities
            <address>
                     <addrLine>1100 Pennsylvania Avenue N.W.</addrLine>
                     <addrLine>
                        <geogName codedval="7013962" auth.uri="http://vocab.getty.edu/page/tgn/" auth="TGN">Washington, DC</geogName>20004</addrLine>
                     <addrLine>
                        <geogName codedval="7012149" auth.uri="http://vocab.getty.edu/page/tgn/" auth="TGN">United States</geogName>
                     </addrLine>
                  </address>
               </corpName>
            </funder>
            <respStmt>
               <corpName role="publisher">MEI Project</corpName>
            </respStmt>
            <identifier>
               <ref target="http://music-encoding.org/Support/MEI_Sample_Collection" />
            </identifier>
         </seriesStmt>
         <sourceDesc>
            <source>
               <bibl>
                  <identifier type="URI">http://www.hausmusik.ch/notenisodateal/a/aguado_dionisio(1788-1847)/walzer_g-dur/walzer_g-dur.xml</identifier>
                  <title>Walzer G-Dur</title>
                  <composer>
                     <persName role="composer" codedval="133912027" auth.uri="http://d-nb.info/gnd/" auth="GND">Dionisio Aguado y García</persName>
                  </composer>
                  <imprint>
                     <respStmt>
                        <corpName role="publisher">Verein zur Förderung der Hausmusik</corpName>
                     </respStmt>
                     <address>
                        <addrLine>CH-4143 Dornach</addrLine>
                        <addrLine>Postfach 68</addrLine>
                     </address>
                     <annot>(C) Jürgen W. Knuth</annot>
                  </imprint>
               </bibl>
            </source>
            <source>
               <bibl>
                  <identifier type="URI">http://www.hausmusik.ch/notenregal/a/aguado_dionisio(1788-1847)/walzer_g-dur/walzer_g-dur.pdf</identifier>
                  <title>Walzer G-Dur</title>
               </bibl>
            </source>
         </sourceDesc>
      </fileDesc>
      <encodingDesc>
         <appInfo>
            <application version="v1.0_beta" xml:id="mei2012To2013">
               <name>mei2012To2013.xsl</name>
               <ptr target="https://github.com/music-encoding/encoding-tools/blob/main/mei2012To2013/mei2012To2013.xsl" />
            </application>
            <application version="v1.0_beta" xml:id="mei21To30">
               <name>mei21To30.xsl</name>
               <ptr target="https://github.com/music-encoding/encoding-tools/blob/main/mei21To30/mei21To30.xsl" />
            </application>
            <application xml:id="xsl_mxl2mei_2.2.3" version="2.2.3">
               <name>MusicXML2MEI</name>
            </application>
            <application version="v1.0_beta" xml:id="mei30To40">
               <name>mei30To40.xsl</name>
               <ptr target="https://github.com/music-encoding/encoding-tools/blob/main/mei30To40/mei30To40.xsl" />
            </application>
            <application version="v1.0" xml:id="mei40To50.xsl">
               <name>mei40To50.xsl</name>
               <ptr target="https://github.com/music-encoding/encoding-tools/blob/main/mei40To50/mei40To50.xsl" />
            </application>
            <application version="v0.0.1-alpha" xml:id="meiLint_v0.0.1-alpha">
               <name>meiLint.xsl</name>
               <ptr target="https://github.com/music-encoding/encoding-tools/blob/main/meiLint/meiLint.xsl" />
            </application>
         </appInfo>
         <classDecls>
            <taxonomy>
               <bibl xml:id="OCLC_DDC" target="http://www.oclc.org/dewey/resources/summaries/default.htm#700">OCLC_DDC</bibl>
               <category xml:id="_787">
                  <altId>787</altId>
                  <label>Stringed instruments</label>
               </category>
            </taxonomy>
            <taxonomy>
               <bibl xml:id="OSWD" target="http://www.bsz-bw.de/cgi-bin/oswd-suche.pl">OSWD</bibl>
               <category xml:id="_4021100-9">
                  <altId>4021100-9</altId>
                  <label>Gitarrenmusik</label>
               </category>
               <category xml:id="_4129951-6">
                  <altId>4129951-6</altId>
                  <label>Instrumentalmusik</label>
               </category>
               <category xml:id="_4302724-6">
                  <altId>4302724-6</altId>
                  <label>Zupfmusik</label>
               </category>
            </taxonomy>
         </classDecls>
      </encodingDesc>
      <workList>
         <work>
            <title>Walzer G-Dur</title>
            <composer>
               <persName role="composer" codedval="133912027" auth.uri="http://d-nb.info/gnd/" auth="GND">Dionisio Aguado y García</persName>
            </composer>
            <key pname="g" mode="major">G major</key>
            <meter count="3" unit="8" />
            <incip>
               <incipCode form="notAvailable">Incipit is not available</incipCode>
            </incip>
            <creation>
               <date notbefore="1784" notafter="1849" />
            </creation>
            <perfMedium>
               <perfResList>
                  <perfRes n="1" codedval="tb">Guitar</perfRes>
               </perfResList>
            </perfMedium>
            <classification>
               <termList>
                  <term class="#_4021100-9">Gitarrenmusik</term>
                  <term class="#_4129951-6">Instrumentalmusik</term>
                  <term class="#_4302724-6">Zupfmusik</term>
                  <term class="#_787">Stringed instruments</term>
               </termList>
            </classification>
         </work>
      </workList>
      <revisionDesc>
         <change n="1">
            <respStmt>
               <name>Unknown</name>
            </respStmt>
            <changeDesc>
               <p>The original MusicXML file was generated using CapToMusic.py CapXML to MusicXML converter version 1.11.</p>
            </changeDesc>
            <date isodate="2010-04-04" />
         </change>
         <change n="2">
            <respStmt>
               <persName xml:id="MH">Maja Hartwig</persName>
            </respStmt>
            <changeDesc>
               <p>Transcoded from a MusicXML version 1.1 file on 2011-05-12 using the<ref target="#xsl_mxl2mei_2.2.3">musicxml2mei</ref>stylesheet.</p>
            </changeDesc>
            <date isodate="2011-05-12" />
         </change>
         <change n="3">
            <respStmt>
               <persName xml:id="KR">Kristina Richts</persName>
            </respStmt>
            <changeDesc>
               <p>Cleaned up MEI file automatically using<ref target="#xsl_ppq">ppq.xsl</ref>.</p>
            </changeDesc>
            <date isodate="2011-10-21" />
         </change>
         <change n="4" resp="#KR">
            <changeDesc>
               <p>Cleaned up MEI file automatically using<ref target="#xsl_header">Header.xsl</ref>.</p>
            </changeDesc>
            <date isodate="2011-12-01" />
         </change>
         <change n="5">
            <respStmt>
               <persName>Kristina Richts</persName>
            </respStmt>
            <changeDesc>
               <p>Revised the header.</p>
            </changeDesc>
            <date isodate="2013-01-28" />
         </change>
         <change n="6" resp="#mei2012To2013">
            <changeDesc>
               <p>Converted to MEI 2013 using mei2012To2013.xsl, version 1.0 beta</p>
            </changeDesc>
            <date isodate="2014-05-30" />
         </change>
         <change n="7" resp="#mei21To30">
            <changeDesc>
               <p>Converted to version 3.0.0 using mei21To30.xsl, version 1.0 beta</p>
            </changeDesc>
            <date isodate="2015-10-15" />
         </change>
         <change n="8" resp="#mei30To40">
            <changeDesc>
               <p>Converted to MEI version 4.0.0 using mei30To40.xsl, version 1.0 beta</p>
            </changeDesc>
            <date isodate="2019-01-03" />
         </change>
         <change n="9">
            <respStmt>
               <persName>Benjamin W. Bohl</persName>
               <persName>Stefan Münnich</persName>
            </respStmt>
            <changeDesc>
               <p>
                  <list>
                     <li>update xml-model schema references to v4.0.1</li>
                     <li>update meiversion attributes to 4.0.1</li>
                     <li>add missing responsibility statements to change elements</li>
                     <li>unify documentation of mei version upgrades (appInfo and revisionDesc)</li>
                     <li>linted with
                <ref target="#meiLint_v0.0.1-alpha">meiLint.xsl</ref>
                     </li>
                  </list>
               </p>
            </changeDesc>
            <date isodate="2023-07-27T17:08:22+02:00" />
         </change>
         <change n="10" resp="#mei40To50.xsl">
            <changeDesc>
               <p>Converted to MEI version 5.0 using mei40To50.xsl, version 1.0</p>
            </changeDesc>
            <date isodate="2023-07-31" />
         </change>
         <change n="11" resp="#meiLint_v0.0.1-alpha">
            <changeDesc>
               <p>Applied lint mode.</p>
            </changeDesc>
            <date isodate="2023-07-31T15:39:56+02:00" />
         </change>
      </revisionDesc>
   </meiHead>
   <music>
      <body>
         <mdiv xml:id="m173szb">
            <score xml:id="s17750pe">
               <scoreDef xml:id="s1915dqi" keysig="1s" key.mode="major" meter.count="3" meter.unit="8">
                  <pgHead xml:id="ptmd42y" />
                  <pgFoot xml:id="p1hc59il" />
                  <staffGrp xml:id="sgb7aet">
                     <staffDef xml:id="sjwauos" n="1" lines="5" >
                         <clef oct="3" shape="G" line="2" />
                     </staffDef>
                  </staffGrp>
               </scoreDef>
               <section xml:id="sm0rcaq">
                  <measure xml:id="d30278e50" n="1">
                     <staff xml:id="s1pdyd81" n="1">
                        <layer xml:id="l5ln3vq" n="1">
                           <rest xml:id="d30278e84" dur="8" />
                           <beam xml:id="bce3x5">
                              <note xml:id="d30278e96" dur="16" oct="4" pname="b" stem.dir="up">
                                 <accid xml:id="adakyhw" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e118" dur="16" oct="5" pname="c" stem.dir="up">
                                 <accid xml:id="a1i8dlii" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e140" dur="8" oct="5" pname="d" stem.dir="up">
                                 <accid xml:id="a1mag2w8" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                        <layer xml:id="l1467qxj" n="2">
                           <chord xml:id="d30281e1" dots="1" dur="4" stem.dir="down">
                              <note xml:id="d30278e178" oct="3" pname="g">
                                 <accid xml:id="asn02gc" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e193" oct="3" pname="b">
                                 <accid xml:id="a1nldm89" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                     </staff>
                     <dir xml:id="d1gj0g7l" place="within" staff="1" tstamp="1.000000">0</dir>
                     <dir xml:id="d1ckgraf" place="within" staff="1" tstamp="1.000000">0</dir>
                     <tempo xml:id="t1u8t188" place="above" staff="1" tstamp="1.000000" mm="92.000000" />
                     <dir xml:id="dj24lme" place="above" staff="1" tstamp="2.000000">1</dir>
                     <dir xml:id="d342r68" place="above" staff="1" tstamp="2.500000">2</dir>
                     <dir xml:id="d1ipw2js" place="above" staff="1" tstamp="3.000000">4</dir>
                  </measure>
                  <measure xml:id="d30278e208" n="2">
                     <staff xml:id="s5ebsj6" n="1">
                        <layer xml:id="l1oiptmh" n="1">
                           <rest xml:id="d30278e210" dur="8" />
                           <beam xml:id="bstf3ho">
                              <note xml:id="d30278e222" dur="16" oct="4" pname="g" stem.dir="up">
                                 <accid xml:id="a11cn4xm" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e244" dur="16" oct="4" pname="a" stem.dir="up">
                                 <accid xml:id="a2dxekk" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e266" dur="8" oct="4" pname="b" stem.dir="up">
                                 <accid xml:id="a186og9x" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                        <layer xml:id="lolpany" n="2">
                           <chord xml:id="d30292e1" dots="1" dur="4" stem.dir="down">
                              <note xml:id="d30278e287" oct="3" pname="g">
                                 <accid xml:id="a1pzdzbs" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e302" oct="3" pname="b">
                                 <accid xml:id="a1xqsubr" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                     </staff>
                     <dir xml:id="d1d08fi3" place="within" staff="1" tstamp="2.000000">1</dir>
                     <dir xml:id="d9lra4t" place="above" staff="1" tstamp="2.500000">3</dir>
                     <dir xml:id="d1t2fgq5" place="above" staff="1" tstamp="3.000000">4</dir>
                  </measure>
                  <measure xml:id="d30278e317" n="3">
                     <staff xml:id="ss86zq" n="1">
                        <layer xml:id="lqwdjhf" n="1">
                           <rest xml:id="d30278e319" dur="8" />
                           <beam xml:id="b8ipsqm">
                              <chord xml:id="d30303e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e335" oct="4" pname="c">
                                    <accid xml:id="ambj7lz" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e351" oct="4" pname="f" accid.ges="s" />
                              </chord>
                              <chord xml:id="d30307e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e370" oct="4" pname="c">
                                    <accid xml:id="a1a2y8l5" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e386" oct="4" pname="f" accid.ges="s" />
                              </chord>
                           </beam>
                        </layer>
                        <layer xml:id="lmha63k" n="2">
                           <note xml:id="d30278e406" dots="1" dur="4" oct="3" pname="d" stem.dir="down">
                              <accid xml:id="a13n5otx" accid.ges="n" />
                           </note>
                        </layer>
                     </staff>
                     <dir xml:id="dit2vyr" place="within" staff="1" tstamp="2.000000">3</dir>
                     <dir xml:id="d19qmui2" place="within" staff="1" tstamp="2.000000">1</dir>
                  </measure>
                  <measure xml:id="d30278e421" n="4">
                     <staff xml:id="s1vubgmx" n="1">
                        <layer xml:id="l1n9fims" n="1">
                           <chord xml:id="d30318e1" dots="1" dur="4" stem.dir="up">
                              <note xml:id="d30278e423" oct="3" pname="b">
                                 <accid xml:id="awj9vjk" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e438" oct="4" pname="g">
                                 <accid xml:id="ayaex0v" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                        <layer xml:id="lvxan3w" n="2">
                           <beam xml:id="b1dbbhmj">
                              <note xml:id="d30278e456" dur="8" oct="3" pname="g" stem.dir="down">
                                 <accid xml:id="a1f0bem6" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e472" dur="16" oct="3" pname="d" stem.dir="down">
                                 <accid xml:id="a66ftmr" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e490" dur="16" oct="2" pname="b" stem.dir="down">
                                 <accid xml:id="a9y2ejz" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e508" dur="8" oct="2" pname="g" stem.dir="down">
                                 <accid xml:id="a12mux47" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e526" n="5">
                     <staff xml:id="s1q4gcv9" n="1">
                        <layer xml:id="l127s8i6" n="1">
                           <rest xml:id="d30278e532" dur="8" />
                           <beam xml:id="bsbe3n2">
                              <note xml:id="d30278e540" dur="16" oct="4" pname="b" stem.dir="up">
                                 <accid xml:id="axzj7x3" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e558" dur="16" oct="5" pname="c" stem.dir="up">
                                 <accid xml:id="ab5s97c" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e576" dur="8" oct="5" pname="d" stem.dir="up">
                                 <accid xml:id="a1eavfh0" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                        <layer xml:id="l1249kpe" n="2">
                           <chord xml:id="d30329e1" dots="1" dur="4" stem.dir="down">
                              <note xml:id="d30278e597" oct="3" pname="g">
                                 <accid xml:id="aqio1ez" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e612" oct="3" pname="b">
                                 <accid xml:id="a7tsfzx" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                     </staff>
                  </measure>
                  <sb xml:id="sdwsb0k" />
                  <measure xml:id="d30278e627" n="6">
                     <staff xml:id="s1pl6slv" n="1">
                        <layer xml:id="lyghk87" n="1">
                           <rest xml:id="d30278e641" dur="8" />
                           <beam xml:id="b1g83kb2">
                              <note xml:id="d30278e649" dur="16" oct="4" pname="g" stem.dir="up">
                                 <accid xml:id="am0nlvs" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e667" dur="16" oct="4" pname="a" stem.dir="up">
                                 <accid xml:id="a1w51nx9" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e685" dur="8" oct="4" pname="b" stem.dir="up">
                                 <accid xml:id="a1omltti" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                        <layer xml:id="liswoy6" n="2">
                           <chord xml:id="d30340e1" dots="1" dur="4" stem.dir="down">
                              <note xml:id="d30278e706" oct="3" pname="g">
                                 <accid xml:id="a1vm22i7" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e721" oct="3" pname="b">
                                 <accid xml:id="a1bl1ujt" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e736" n="7">
                     <staff xml:id="sqsj3ul" n="1">
                        <layer xml:id="lwya4zp" n="1">
                           <beam xml:id="b90256f">
                              <note xml:id="d30278e738" dur="8" oct="4" pname="c" stem.dir="up" accid="s" />
                              <note xml:id="d30278e758" dur="8" oct="4" pname="a" stem.dir="up">
                                 <accid xml:id="a7z896w" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e774" dur="8" oct="4" pname="a" stem.dir="up">
                                 <accid xml:id="aslhses" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                        <layer xml:id="l12eg6dg" n="2">
                           <chord xml:id="d30351e1" dots="1" dur="4" stem.dir="down">
                              <note xml:id="d30278e793" oct="2" pname="a">
                                 <accid xml:id="a1u289m9" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e808" oct="3" pname="g">
                                 <accid xml:id="a19rzv6d" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e823" right="rptstart" n="8">
                     <staff xml:id="s1bcg5ke" n="1">
                        <layer xml:id="lic7ijx" n="1">
                           <note xml:id="d30278e825" dur="4" oct="4" pname="d" stem.dir="up">
                              <accid xml:id="a2phjs4" accid.ges="n" />
                           </note>
                           <rest xml:id="d30278e839" dur="8" vo="-7" />
                        </layer>
                        <layer xml:id="lwnoyv7" n="2">
                           <chord xml:id="d30362e1" dur="4" stem.dir="down">
                              <note xml:id="d30278e862" oct="3" pname="d">
                                 <accid xml:id="akxo0fq" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e876" oct="3" pname="f" accid.ges="s" />
                           </chord>
                           <rest xml:id="d30278e893" dur="8" vo="-7" />
                        </layer>
                     </staff>
                     <dir xml:id="d1k1suhq" place="within" staff="1" tstamp="1.000000">2</dir>
                     <dir xml:id="d196o2ae" place="within" staff="1" tstamp="1.000000">3</dir>
                  </measure>
                  <measure xml:id="d30278e906" left="rptstart" n="9">
                     <staff xml:id="szjqn2o" n="1">
                        <layer xml:id="l1p3y77v" n="1">
                           <rest xml:id="d30278e912" dur="8" />
                           <beam xml:id="b3kf0xt">
                              <chord xml:id="d30373e1" dur="16" stem.dir="up">
                                 <note xml:id="d30278e928" oct="4" pname="d">
                                    <accid xml:id="a15qlg4h" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e946" oct="4" pname="f" accid.ges="s" />
                              </chord>
                              <chord xml:id="d30377e1" dur="16" stem.dir="up">
                                 <note xml:id="d30278e967" oct="4" pname="c" accid="s" />
                                 <note xml:id="d30278e989" oct="4" pname="e" accid="s" />
                              </chord>
                              <chord xml:id="d30381e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e1012" oct="4" pname="d">
                                    <accid xml:id="a15sirgv" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e1030" oct="4" pname="f" accid.ges="s" />
                              </chord>
                           </beam>
                        </layer>
                        <layer xml:id="lhy2fx1" n="2">
                           <note xml:id="d30278e1051" dots="1" dur="4" oct="3" pname="d" stem.dir="down">
                              <accid xml:id="a1oni2sv" accid.ges="n" />
                           </note>
                        </layer>
                     </staff>
                     <dir xml:id="d17uj4yp" place="within" staff="1" tstamp="2.000000">1</dir>
                     <dir xml:id="dew0u2p" place="within" staff="1" tstamp="2.000000">2</dir>
                     <dir xml:id="d12u98ux" place="within" staff="1" tstamp="2.500000">-</dir>
                     <dir xml:id="dh8sf4p" place="within" staff="1" tstamp="2.500000">-</dir>
                     <dir xml:id="d1fdc9x8" place="within" staff="1" tstamp="3.000000">-</dir>
                     <dir xml:id="d1rkbidt" place="within" staff="1" tstamp="3.000000">-</dir>
                  </measure>
                  <measure xml:id="d30278e1066" n="10">
                     <staff xml:id="s1dt0k5m" n="1">
                        <layer xml:id="l1a2qawf" n="1">
                           <rest xml:id="d30278e1068" dur="8" />
                           <beam xml:id="b1g7uggv">
                              <chord xml:id="d30392e1" dur="16" stem.dir="up">
                                 <note xml:id="d30278e1084" oct="4" pname="f" accid.ges="s" />
                                 <note xml:id="d30278e1104" oct="4" pname="a">
                                    <accid xml:id="aca1ei5" accid.ges="n" />
                                 </note>
                              </chord>
                              <chord xml:id="d30396e1" dur="16" stem.dir="up">
                                 <note xml:id="d30278e1123" oct="4" pname="e" accid="s" />
                                 <note xml:id="d30278e1145" oct="4" pname="g" accid="s" />
                              </chord>
                              <chord xml:id="d30400e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e1168" oct="4" pname="f" accid.ges="s" />
                                 <note xml:id="d30278e1188" oct="4" pname="a">
                                    <accid xml:id="an592vk" accid.ges="n" />
                                 </note>
                              </chord>
                           </beam>
                        </layer>
                        <layer xml:id="lwuos8r" n="2">
                           <note xml:id="d30278e1206" dots="1" dur="4" oct="3" pname="d" stem.dir="down">
                              <accid xml:id="a1ygt0m0" accid.ges="n" />
                           </note>
                        </layer>
                     </staff>
                     <dir xml:id="djh5jhu" place="within" staff="1" tstamp="2.000000">1</dir>
                     <dir xml:id="d10zozje" place="within" staff="1" tstamp="2.000000">3</dir>
                  </measure>
                  <sb xml:id="s1a84xiy" />
                  <measure xml:id="d30278e1221" n="11">
                     <staff xml:id="s15815c" n="1">
                        <layer xml:id="l15vx8go" n="1">
                           <rest xml:id="d30278e1235" dur="8" />
                           <beam xml:id="b1uv5ipy">
                              <chord xml:id="d30411e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e1243" oct="4" pname="a">
                                    <accid xml:id="ahjwnmp" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e1259" oct="5" pname="c">
                                    <accid xml:id="a1inrall" accid.ges="n" />
                                 </note>
                              </chord>
                              <chord xml:id="d30415e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e1276" oct="4" pname="g">
                                    <accid xml:id="a1syzog2" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e1292" oct="4" pname="b">
                                    <accid xml:id="ajfg2le" accid.ges="n" />
                                 </note>
                              </chord>
                           </beam>
                        </layer>
                        <layer xml:id="l14o5bpr" n="2">
                           <note xml:id="d30278e1310" dots="1" dur="4" oct="3" pname="d" stem.dir="down">
                              <accid xml:id="aaa24mh" accid.ges="n" />
                           </note>
                        </layer>
                     </staff>
                     <tie xml:id="tvu8cpr" staff="1" startid="#d30278e1310" tstamp="1.000000" endid="#d30278e1393" curvedir="below" />
                  </measure>
                  <measure xml:id="d30278e1328" n="12">
                     <staff xml:id="sa4evyr" n="1">
                        <layer xml:id="lwp2hbc" n="1">
                           <chord xml:id="d30426e1" dur="4" stem.dir="up">
                              <note xml:id="d30278e1330" oct="4" pname="g">
                                 <accid xml:id="a262kek" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e1344" oct="4" pname="b">
                                 <accid xml:id="axk30sl" accid.ges="n" />
                              </note>
                           </chord>
                           <chord xml:id="d30430e1" dur="8" stem.dir="up">
                              <note xml:id="d30278e1359" oct="4" pname="f" accid.ges="s" />
                              <note xml:id="d30278e1375" oct="4" pname="a">
                                 <accid xml:id="a1ibre5c" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                        <layer xml:id="l1bkxm8q" n="2">
                           <note xml:id="d30278e1393" dots="1" dur="4" oct="3" pname="d" stem.dir="down">
                              <accid xml:id="akek5mj" accid.ges="n" />
                           </note>
                        </layer>
                     </staff>
                     <tie xml:id="t1bx87ms" startid="#d30278e1310" endid="#d30278e1393" />
                  </measure>
                  <measure xml:id="d30278e1411" n="13">
                     <staff xml:id="s8yilhb" n="1">
                        <layer xml:id="l13z30zc" n="1">
                           <rest xml:id="d30278e1413" dur="8" />
                           <beam xml:id="b1ek3umb">
                              <chord xml:id="d30441e1" dur="16" stem.dir="up">
                                 <note xml:id="d30278e1421" oct="4" pname="d">
                                    <accid xml:id="atp9z8j" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e1439" oct="4" pname="f" accid.ges="s" />
                              </chord>
                              <chord xml:id="d30445e1" dur="16" stem.dir="up">
                                 <note xml:id="d30278e1460" oct="4" pname="c" accid="s" />
                                 <note xml:id="d30278e1482" oct="4" pname="e" accid="s" />
                              </chord>
                              <chord xml:id="d30449e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e1505" oct="4" pname="d">
                                    <accid xml:id="a1t995yp" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e1523" oct="4" pname="f" accid.ges="s" />
                              </chord>
                           </beam>
                        </layer>
                        <layer xml:id="l1lr427y" n="2">
                           <note xml:id="d30278e1543" dots="1" dur="4" oct="3" pname="d" stem.dir="down">
                              <accid xml:id="ax1fkqe" accid.ges="n" />
                           </note>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e1558" n="14">
                     <staff xml:id="srz1kv5" n="1">
                        <layer xml:id="l1pks9zm" n="1">
                           <rest xml:id="d30278e1560" dur="8" />
                           <beam xml:id="bsujz6i">
                              <chord xml:id="d30460e1" dur="16" stem.dir="up">
                                 <note xml:id="d30278e1568" oct="4" pname="f" accid.ges="s" />
                                 <note xml:id="d30278e1588" oct="4" pname="a">
                                    <accid xml:id="az3jlxc" accid.ges="n" />
                                 </note>
                              </chord>
                              <chord xml:id="d30464e1" dur="16" stem.dir="up">
                                 <note xml:id="d30278e1607" oct="4" pname="e" accid="s" />
                                 <note xml:id="d30278e1629" oct="4" pname="g" accid="s" />
                              </chord>
                              <chord xml:id="d30468e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e1652" oct="4" pname="f" accid.ges="s" />
                                 <note xml:id="d30278e1672" oct="4" pname="a">
                                    <accid xml:id="a1om10e0" accid.ges="n" />
                                 </note>
                              </chord>
                           </beam>
                        </layer>
                        <layer xml:id="l19l7t7i" n="2">
                           <note xml:id="d30278e1690" dots="1" dur="4" oct="3" pname="d" stem.dir="down">
                              <accid xml:id="a8yg7p6" accid.ges="n" />
                           </note>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e1705" n="15">
                     <staff xml:id="sgzzuze" n="1">
                        <layer xml:id="l1fsc2dm" n="1">
                           <chord xml:id="d30479e1" dur="4" stem.dir="up">
                              <note xml:id="d30278e1719" oct="4" pname="e">
                                 <accid xml:id="a9pteax" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e1733" oct="4" pname="g">
                                 <accid xml:id="am564e7" accid.ges="n" />
                              </note>
                           </chord>
                           <chord xml:id="d30483e1" dur="8" stem.dir="up">
                              <note xml:id="d30278e1756" oct="4" pname="g">
                                 <accid xml:id="argicut" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e1770" oct="5" pname="c" accid="s" />
                           </chord>
                        </layer>
                        <layer xml:id="l1as8efe" n="2">
                           <rest xml:id="d30278e1792" dur="8" />
                           <beam xml:id="b1kdrbzg">
                              <note xml:id="d30278e1801" dur="8" oct="2" pname="a" stem.dir="down">
                                 <accid xml:id="amdym1j" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e1821" dur="8" oct="3" pname="a" stem.dir="down">
                                 <accid xml:id="a149zsmy" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                     </staff>
                     <dir xml:id="d1erwpwo" place="within" staff="1" tstamp="1.000000">3</dir>
                     <dir xml:id="dw0gb26" place="within" staff="1" tstamp="1.000000">0</dir>
                     <dir xml:id="d12pp3wo" place="above" staff="1" tstamp="1.000000">2</dir>
                     <dir xml:id="dbk4gju" place="within" staff="1" tstamp="3.000000">4</dir>
                     <dir xml:id="dtxjygo" place="within" staff="1" tstamp="3.000000">3</dir>
                     <dir xml:id="d1p823fu" place="within" staff="1" tstamp="3.000000">1</dir>
                  </measure>
                  <sb xml:id="sgwcqh6" />
                  <measure xml:id="d30278e1837" n="16">
                     <staff xml:id="s160efrh" n="1">
                        <layer xml:id="l1f51kom" n="1">
                           <chord xml:id="d30494e1" dur="4" stem.dir="up">
                              <note xml:id="d30278e1859" oct="4" pname="f" accid.ges="s" />
                              <note xml:id="d30278e1875" oct="5" pname="d">
                                 <accid xml:id="am1cdrw" accid.ges="n" />
                              </note>
                           </chord>
                           <rest xml:id="d30278e1890" dur="8" vo="-7" />
                        </layer>
                        <layer xml:id="lz1kf0f" n="2">
                           <note xml:id="d30278e1905" dur="4" oct="3" pname="d" stem.dir="down">
                              <accid xml:id="a1uihrxj" accid.ges="n" />
                           </note>
                           <rest xml:id="d30278e1919" dur="8" vo="-7" />
                        </layer>
                     </staff>
                     <dir xml:id="ddp3po2" place="within" staff="1" tstamp="1.000000">4</dir>
                     <dir xml:id="d1tyd0s" place="within" staff="1" tstamp="1.000000">1</dir>
                  </measure>
                  <measure xml:id="d30278e1931" n="17">
                     <staff xml:id="szsfmtm" n="1">
                        <layer xml:id="l156ex91" n="1">
                           <rest xml:id="d30278e1933" dur="8" />
                           <beam xml:id="b1da9zot">
                              <note xml:id="d30278e1941" dur="16" oct="4" pname="b" stem.dir="up">
                                 <accid xml:id="a11e70s4" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e1959" dur="16" oct="5" pname="c" stem.dir="up">
                                 <accid xml:id="a1p7r6n9" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e1977" dur="8" oct="5" pname="d" stem.dir="up">
                                 <accid xml:id="a1yf8ogz" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                        <layer xml:id="l1t8fn12" n="2">
                           <chord xml:id="d30505e1" dots="1" dur="4" stem.dir="down">
                              <note xml:id="d30278e1998" oct="3" pname="g">
                                 <accid xml:id="a19518do" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2013" oct="3" pname="b">
                                 <accid xml:id="a1aylzkv" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e2028" n="18">
                     <staff xml:id="s1kmh1a6" n="1">
                        <layer xml:id="lfpwf3b" n="1">
                           <rest xml:id="d30278e2030" dur="8" />
                           <beam xml:id="b1cd13km">
                              <note xml:id="d30278e2038" dur="16" oct="4" pname="g" stem.dir="up">
                                 <accid xml:id="a1f01hiw" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2056" dur="16" oct="4" pname="a" stem.dir="up">
                                 <accid xml:id="a1v0abwo" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2074" dur="8" oct="4" pname="b" stem.dir="up">
                                 <accid xml:id="a1lhtkso" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                        <layer xml:id="l7z3ty8" n="2">
                           <chord xml:id="d30516e1" dots="1" dur="4" stem.dir="down">
                              <note xml:id="d30278e2095" oct="3" pname="g">
                                 <accid xml:id="a1eczag8" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2110" oct="3" pname="b">
                                 <accid xml:id="a12dvr3u" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e2125" n="19">
                     <staff xml:id="s146xtnt" n="1">
                        <layer xml:id="ltypbh5" n="1">
                           <rest xml:id="d30278e2127" dur="8" />
                           <beam xml:id="b817u1h">
                              <chord xml:id="d30527e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e2135" oct="4" pname="c">
                                    <accid xml:id="a1sk7rpk" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e2151" oct="4" pname="f" accid.ges="s" />
                              </chord>
                              <chord xml:id="d30531e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e2170" oct="4" pname="c">
                                    <accid xml:id="a1rt568a" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e2186" oct="4" pname="f" accid.ges="s" />
                              </chord>
                           </beam>
                        </layer>
                        <layer xml:id="lo0khd4" n="2">
                           <note xml:id="d30278e2206" dots="1" dur="4" oct="3" pname="d" stem.dir="down">
                              <accid xml:id="a101kxuv" accid.ges="n" />
                           </note>
                        </layer>
                     </staff>
                  </measure>
                  <sb xml:id="s9t0aw0" />
                  <measure xml:id="d30278e2222" n="20">
                     <staff xml:id="s1ril33x" n="1">
                        <layer xml:id="l8gi5gz" n="1">
                           <chord xml:id="d30542e1" dots="1" dur="4" stem.dir="up">
                              <note xml:id="d30278e2236" oct="3" pname="b">
                                 <accid xml:id="a2q0tkc" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2251" oct="4" pname="g">
                                 <accid xml:id="a18ngn0c" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                        <layer xml:id="l144gz95" n="2">
                           <beam xml:id="bv9rjl4">
                              <note xml:id="d30278e2269" dur="8" oct="3" pname="g" stem.dir="down">
                                 <accid xml:id="a7abetk" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2285" dur="16" oct="3" pname="d" stem.dir="down">
                                 <accid xml:id="a1ag0uz5" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2303" dur="16" oct="2" pname="b" stem.dir="down">
                                 <accid xml:id="ae9jln0" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2321" dur="8" oct="2" pname="g" stem.dir="down">
                                 <accid xml:id="aespa7s" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e2339" n="21">
                     <staff xml:id="ss0q02k" n="1">
                        <layer xml:id="l1oyyve3" n="1">
                           <rest xml:id="d30278e2341" dur="8" />
                           <beam xml:id="bon19fq">
                              <note xml:id="d30278e2349" dur="16" oct="4" pname="b" stem.dir="up">
                                 <accid xml:id="a1bttjid" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2367" dur="16" oct="5" pname="c" stem.dir="up">
                                 <accid xml:id="ahdutki" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2385" dur="8" oct="5" pname="d" stem.dir="up">
                                 <accid xml:id="apoekxh" accid.ges="n" />
                              </note>
                           </beam>
                        </layer>
                        <layer xml:id="lq9sgdb" n="2">
                           <chord xml:id="d30553e1" dots="1" dur="4" stem.dir="down">
                              <note xml:id="d30278e2406" oct="3" pname="g">
                                 <accid xml:id="ao98a73" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2421" oct="3" pname="b">
                                 <accid xml:id="aezrkck" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e2436" n="22">
                     <staff xml:id="s1aqfy4l" n="1">
                        <layer xml:id="l1ndp1d1" n="1">
                           <rest xml:id="d30278e2438" dur="8" />
                           <chord xml:id="d30564e1" dur="4" stem.dir="up">
                              <note xml:id="d30278e2446" oct="4" pname="c">
                                 <accid xml:id="a16102pl" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2460" oct="4" pname="a">
                                 <accid xml:id="a1whch60" accid.ges="n" />
                              </note>
                           </chord>
                        </layer>
                        <layer xml:id="l5ymnq6" n="2">
                           <note xml:id="d30278e2482" dots="1" dur="4" oct="3" pname="c" stem.dir="down">
                              <accid xml:id="a1vk9hgv" accid.ges="n" />
                           </note>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e2497" n="23">
                     <staff xml:id="s1a8fg4k" n="1">
                        <layer xml:id="l1oj98cv" n="1">
                           <rest xml:id="d30278e2499" dur="8" />
                           <beam xml:id="b6rsgtm">
                              <chord xml:id="d30575e1" dur="16" stem.dir="up">
                                 <note xml:id="d30278e2507" oct="4" pname="c">
                                    <accid xml:id="a1ac07r1" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e2525" oct="4" pname="f" accid.ges="s" />
                              </chord>
                              <note xml:id="d30278e2546" dur="16" oct="4" pname="e" stem.dir="up">
                                 <accid xml:id="a5eicth" accid.ges="n" />
                              </note>
                              <chord xml:id="d30579e1" dur="8" stem.dir="up">
                                 <note xml:id="d30278e2564" oct="4" pname="c">
                                    <accid xml:id="a1heo6a5" accid.ges="n" />
                                 </note>
                                 <note xml:id="d30278e2582" oct="4" pname="f" accid.ges="s" />
                              </chord>
                           </beam>
                        </layer>
                        <layer xml:id="lypww7f" n="2">
                           <note xml:id="d30278e2602" dots="1" dur="4" oct="3" pname="d" stem.dir="down">
                              <accid xml:id="ayj76h3" accid.ges="n" />
                           </note>
                        </layer>
                     </staff>
                  </measure>
                  <measure xml:id="d30278e2617" right="rptend" n="24">
                     <staff xml:id="s1s64ljh" n="1">
                        <layer xml:id="lesiau9" n="1">
                           <chord xml:id="d30590e1" dur="4" stem.dir="up">
                              <note xml:id="d30278e2619" oct="3" pname="b">
                                 <accid xml:id="a19g7ts1" accid.ges="n" />
                              </note>
                              <note xml:id="d30278e2633" oct="4" pname="g">
                                 <accid xml:id="ahfh2bh" accid.ges="n" />
                              </note>
                           </chord>
                           <rest xml:id="d30278e2648" dur="8" />
                        </layer>
                        <layer xml:id="l1cg9fmf" n="2">
                           <note xml:id="d30278e2663" dur="4" oct="2" pname="g" stem.dir="down">
                              <accid xml:id="a1k5onq2" accid.ges="n" />
                           </note>
                           <rest xml:id="d30278e2677" dur="8" />
                        </layer>
                     </staff>
                  </measure>
               </section>
            </score>
         </mdiv>
      </body>
   </music>
</mei>

@craigsapp
Copy link
Member

[email protected] does not exist. See issue music-encoding/music-encoding#1446 for adding it.

@craigsapp
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants