oemer
oemer copied to clipboard
Always separtes treble and bass clef
Describe the bug I use oemer to convert piano sheet music to a musicxml file but the resulting musicxml file always seems to have the bass and treble cleff separated. I test this using soundslice and also convert it to midi. The midi plays sequentially, first the treble then teh bass.
My assumption is that this is caused by the lyrics in between the treble and bass clef, and therefore the larger than normal gap. See image. Can this be fixed?
Input Image
Full Traceback There is no errors but the conversion doesnt produce the correct results.
Command You Execute oemer image_name.png output musicxml (uploaded as txt) OhToSeeTheDawn.txt
Yes, it's probably mislead by the lyrics and the chord symbols. There is no easy way to handle this, as far as I could imagine currently.
Hi @rowanpi , you could also give homr a try. It's a project which I started based on oemer
as I wanted to make the staff detection more robust so that it can deal with images taken by cameras. From my current observation oemer
performs better than homr
on clean scans, while homr
is better at handling noisy images.
In your example homr
also seems to be more tolerant against the lyrics and correctly detects three grandstaffs. There are still some errors. homr
is still an experiment, but if you like you can give it a try. I'd be happy to get some feedback.
lyrics.musicxml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<score-partwise>
<work>
<work-title>ICIUII UClly aU OlUdIl 1UWiCIIU</work-title>
</work>
<defaults>
<page-layout>
<page-height>120</page-height>
<page-width>110</page-width>
</page-layout>
</defaults>
<part-list>
<score-part id="P1">
<part-name />
<score-instrument id="P1-I1">
<instrument-name>Piano</instrument-name>
<instrument-sound>keyboard.piano</instrument-sound>
</score-instrument>
<midi-instrument id="P1-I1">
<midi-channel>1</midi-channel>
<midi-program>1</midi-program>
<volume>100</volume>
<pan>0</pan>
</midi-instrument>
</score-part>
<score-part id="P2">
<part-name />
<score-instrument id="P2-I1">
<instrument-name>Piano</instrument-name>
<instrument-sound>keyboard.piano</instrument-sound>
</score-instrument>
<midi-instrument id="P2-I1">
<midi-channel>1</midi-channel>
<midi-program>1</midi-program>
<volume>100</volume>
<pan>0</pan>
</midi-instrument>
</score-part>
</part-list>
<part id="P1">
<measure number="1">
<print new-system="yes" />
<attributes>
<divisions>16</divisions>
<key>
<fifths>0</fifths>
</key>
<clef>
<sign>G</sign>
<line>2</line>
</clef>
</attributes>
<note>
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>D</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>D</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>E</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>E</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>32</duration>
<voice>1</voice>
<type>half</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>32</duration>
<voice>1</voice>
<type>half</type>
<staff>1</staff>
</note>
</measure>
<measure number="2">
<note>
<pitch>
<step>E</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>F</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>B</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>F</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>B</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>32</duration>
<voice>1</voice>
<type>half</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>32</duration>
<voice>1</voice>
<type>half</type>
<staff>1</staff>
</note>
</measure>
<measure number="3">
<note>
<pitch>
<step>A</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>F</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>8</duration>
<voice>1</voice>
<type>eighth</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>8</duration>
<voice>1</voice>
<type>eighth</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>F</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>8</duration>
<voice>1</voice>
<type>eighth</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>8</duration>
<voice>1</voice>
<type>eighth</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
</measure>
<measure number="4">
<print new-system="yes" />
<note>
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>E</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>D</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>D</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<rest measure="yes" />
<duration>16</duration>
<type>quarter</type>
<staff>1</staff>
</note>
</measure>
<measure number="5">
<note>
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>D</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>D</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>E</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>E</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>32</duration>
<voice>1</voice>
<type>half</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>32</duration>
<voice>1</voice>
<type>half</type>
<staff>1</staff>
</note>
</measure>
<measure number="6">
<note>
<pitch>
<step>E</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>F</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>B</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>F</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>B</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>32</duration>
<voice>1</voice>
<type>half</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>32</duration>
<voice>1</voice>
<type>half</type>
<staff>1</staff>
</note>
</measure>
<measure number="7">
<print new-system="yes" />
<note>
<pitch>
<step>A</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>F</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>8</duration>
<voice>1</voice>
<type>eighth</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>8</duration>
<voice>1</voice>
<type>eighth</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>F</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>8</duration>
<voice>1</voice>
<type>eighth</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>8</duration>
<voice>1</voice>
<type>eighth</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>E</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>8</duration>
<voice>1</voice>
<type>eighth</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>D</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>8</duration>
<voice>1</voice>
<type>eighth</type>
<staff>1</staff>
</note>
</measure>
<measure number="8">
<note>
<pitch>
<step>D</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>32</duration>
<voice>1</voice>
<type>half</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>32</duration>
<voice>1</voice>
<type>half</type>
<staff>1</staff>
</note>
<note>
<rest measure="yes" />
<duration>16</duration>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>A</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
</measure>
<measure number="9">
<note>
<pitch>
<step>A</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>48</duration>
<voice>1</voice>
<type>half</type>
<dot />
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>48</duration>
<voice>1</voice>
<type>half</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>D</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>D</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
</measure>
<measure number="10">
<note>
<pitch>
<step>E</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>48</duration>
<voice>1</voice>
<type>half</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>A</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
</measure>
</part>
<part id="P2">
<measure number="1">
<print new-system="yes" />
<attributes>
<divisions>16</divisions>
<key>
<fifths>0</fifths>
</key>
<clef>
<sign>F</sign>
<line>4</line>
</clef>
</attributes>
<note>
<pitch>
<step>E</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>A</step>
<alter>0</alter>
<octave>2</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>B</step>
<alter>0</alter>
<octave>2</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>B</step>
<alter>0</alter>
<octave>2</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>32</duration>
<voice>1</voice>
<type>half</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>32</duration>
<voice>1</voice>
<type>half</type>
<staff>1</staff>
</note>
</measure>
<measure number="2">
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>D</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>D</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>E</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>32</duration>
<voice>1</voice>
<type>half</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>E</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>32</duration>
<voice>1</voice>
<type>half</type>
<staff>1</staff>
</note>
</measure>
<measure number="3">
<note>
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>F</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>A</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>8</duration>
<voice>1</voice>
<type>eighth</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>F</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>8</duration>
<voice>1</voice>
<type>eighth</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>A</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>8</duration>
<voice>1</voice>
<type>eighth</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>F</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>8</duration>
<voice>1</voice>
<type>eighth</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>E</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>E</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
</measure>
<measure number="4">
<print new-system="yes" />
<note>
<pitch>
<step>A</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>D</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>A</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>F</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<rest measure="yes" />
<duration>16</duration>
<type>quarter</type>
<staff>1</staff>
</note>
</measure>
<measure number="5">
<note>
<pitch>
<step>E</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>A</step>
<alter>0</alter>
<octave>2</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>B</step>
<alter>0</alter>
<octave>2</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>B</step>
<alter>0</alter>
<octave>2</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>32</duration>
<voice>1</voice>
<type>half</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>32</duration>
<voice>1</voice>
<type>half</type>
<staff>1</staff>
</note>
</measure>
<measure number="6">
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>D</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>D</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>E</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>32</duration>
<voice>1</voice>
<type>half</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>E</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>32</duration>
<voice>1</voice>
<type>half</type>
<staff>1</staff>
</note>
</measure>
<measure number="7">
<print new-system="yes" />
<note>
<pitch>
<step>C</step>
<alter>0</alter>
<octave>4</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>F</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>A</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>8</duration>
<voice>1</voice>
<type>eighth</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>F</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>8</duration>
<voice>1</voice>
<type>eighth</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>A</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>8</duration>
<voice>1</voice>
<type>eighth</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>F</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>8</duration>
<voice>1</voice>
<type>eighth</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>E</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>A</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>F</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>16</duration>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
</note>
</measure>
<measure number="8">
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>32</duration>
<voice>1</voice>
<type>half</type>
<staff>1</staff>
</note>
<note>
<rest measure="yes" />
<duration>16</duration>
<type>quarter</type>
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>E</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>F</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
</measure>
<measure number="9">
<note>
<pitch>
<step>F</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>48</duration>
<voice>1</voice>
<type>half</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>B</step>
<alter>0</alter>
<octave>2</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>B</step>
<alter>0</alter>
<octave>2</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
</measure>
<measure number="10">
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>48</duration>
<voice>1</voice>
<type>half</type>
<dot />
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>C</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>48</duration>
<voice>1</voice>
<type>half</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>G</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<chord />
<pitch>
<step>E</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>eighth</type>
<dot />
<staff>1</staff>
</note>
<note>
<pitch>
<step>F</step>
<alter>0</alter>
<octave>3</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>16th</type>
<staff>1</staff>
</note>
</measure>
</part>
</score-partwise>