Folks,
in case you are an owner or a user of a recent Sibelius or Dorico version, please send me privately screenshots of an import of the two attached MusicXML files (and please also tell which software version you are using). [Just in case: I have access to MuseScore and Finale, so I don't need renderings for these two programs.] I'm working on `musicxml2ly` improvements, and I need to check how certain MusicXML elements are handled in various music notation programs. Werner
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 4.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd"> <score-partwise version="4.0"> <identification> <miscellaneous> <miscellaneous-field name="description">XXX</miscellaneous-field> </miscellaneous> </identification> <part-list> <score-part id="P1"> <part-name>MusicXML Part</part-name> </score-part> </part-list> <!--=========================================================--> <part id="P1"> <measure number="1"> <attributes> <divisions>4</divisions> <key> <fifths>0</fifths> <mode>major</mode> </key> <time> <beats>4</beats> <beat-type>4</beat-type> </time> <clef> <sign>G</sign> <line>2</line> </clef> </attributes> <note> <pitch> <step>B</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <direction placement="above"> <direction-type> <wedge spread="0" type="crescendo"/> </direction-type> </direction> <direction> <direction-type> <wedge spread="15" type="stop"/> </direction-type> </direction> <note> <pitch> <step>A</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>2-2</text> </lyric> </note> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>F</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=========================================================--> <measure number="2"> <note> <pitch> <step>B</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <direction placement="above"> <direction-type> <wedge spread="0" type="crescendo"/> </direction-type> </direction> <note> <pitch> <step>A</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <direction> <direction-type> <wedge spread="15" type="stop"/> </direction-type> </direction> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>end</syllabic> <text>3</text> </lyric> </note> <note> <pitch> <step>F</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=========================================================--> <measure number="3"> <note> <pitch> <step>B</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <direction placement="above"> <direction-type> <wedge spread="0" type="crescendo"/> </direction-type> </direction> <note> <pitch> <step>A</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <direction> <direction-type> <wedge spread="15" type="stop"/> </direction-type> </direction> <note> <pitch> <step>F</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>end</syllabic> <text>4</text> </lyric> </note> </measure> <!--=========================================================--> <measure number="4"> <print new-system="yes"/> <note> <pitch> <step>B</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <direction placement="above"> <direction-type> <wedge spread="0" type="crescendo"/> </direction-type> </direction> <note> <pitch> <step>A</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>F</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>end</syllabic> <text>end of bar</text> </lyric> </note> <direction> <direction-type> <wedge spread="15" type="stop"/> </direction-type> </direction> </measure> <!--=========================================================--> <measure number="5"> <note> <pitch> <step>B</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <direction placement="above"> <direction-type> <wedge spread="0" type="crescendo"/> </direction-type> </direction> <note> <pitch> <step>A</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>F</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=======================================================--> <measure number="6"> <direction> <direction-type> <wedge spread="15" type="stop"/> </direction-type> </direction> <note> <pitch> <step>B</step> <octave>4</octave> </pitch> <duration>16</duration> <voice>1</voice> <type>whole</type> <lyric number="1"> <syllabic>end</syllabic> <text>1</text> </lyric> </note> </measure> <!--=======================================================--> <measure number="7"> <print new-system="yes"/> <note> <pitch> <step>B</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>offset</text> </lyric> <lyric number="2"> <text>end +2</text> </lyric> </note> <direction placement="above"> <direction-type> <wedge spread="0" type="crescendo"/> </direction-type> </direction> <direction> <direction-type> <wedge spread="15" type="stop"/> </direction-type> <offset>2</offset> </direction> <note> <pitch> <step>A</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>2-2</text> </lyric> </note> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>F</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=========================================================--> <measure number="8"> <note> <pitch> <step>B</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>offset</text> </lyric> <lyric number="2"> <text>end +2</text> </lyric> </note> <direction placement="above"> <direction-type> <wedge spread="0" type="crescendo"/> </direction-type> </direction> <note> <pitch> <step>A</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <direction> <direction-type> <wedge spread="15" type="stop"/> </direction-type> <offset>2</offset> </direction> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>end</syllabic> <text>3</text> </lyric> </note> <note> <pitch> <step>F</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=========================================================--> <measure number="9"> <note> <pitch> <step>B</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>offset</text> </lyric> <lyric number="2"> <text>end +2</text> </lyric> </note> <direction placement="above"> <direction-type> <wedge spread="0" type="crescendo"/> </direction-type> </direction> <note> <pitch> <step>A</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <direction> <direction-type> <wedge spread="15" type="stop"/> </direction-type> <offset>2</offset> </direction> <note> <pitch> <step>F</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>end</syllabic> <text>4</text> </lyric> </note> </measure> <!--=========================================================--> <measure number="10"> <print new-system="yes"/> <note> <pitch> <step>B</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>offset</text> </lyric> <lyric number="2"> <text>end +2</text> </lyric> </note> <direction placement="above"> <direction-type> <wedge spread="0" type="crescendo"/> </direction-type> </direction> <note> <pitch> <step>A</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>F</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>end</syllabic> <text>end of bar</text> </lyric> </note> <direction> <direction-type> <wedge spread="15" type="stop"/> </direction-type> <offset>2</offset> </direction> </measure> <!--=========================================================--> <measure number="11"> <note> <pitch> <step>B</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>offset</text> </lyric> <lyric number="2"> <text>end +2</text> </lyric> </note> <direction placement="above"> <direction-type> <wedge spread="0" type="crescendo"/> </direction-type> </direction> <note> <pitch> <step>A</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>F</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=======================================================--> <measure number="12"> <direction> <direction-type> <wedge spread="15" type="stop"/> </direction-type> <offset>2</offset> </direction> <note> <pitch> <step>B</step> <octave>4</octave> </pitch> <duration>16</duration> <voice>1</voice> <type>whole</type> <lyric number="1"> <syllabic>end</syllabic> <text>1</text> </lyric> </note> </measure> <!--=======================================================--> <measure number="13"> <print new-system="yes"/> <note> <pitch> <step>B</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>offset</text> </lyric> <lyric number="2"> <text>end -2</text> </lyric> </note> <direction placement="above"> <direction-type> <wedge spread="0" type="crescendo"/> </direction-type> </direction> <direction> <direction-type> <wedge spread="15" type="stop"/> </direction-type> <offset>-2</offset> </direction> <note> <pitch> <step>A</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>2-2</text> </lyric> </note> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>F</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=========================================================--> <measure number="14"> <note> <pitch> <step>B</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>offset</text> </lyric> <lyric number="2"> <text>end -2</text> </lyric> </note> <direction placement="above"> <direction-type> <wedge spread="0" type="crescendo"/> </direction-type> </direction> <note> <pitch> <step>A</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <direction> <direction-type> <wedge spread="15" type="stop"/> </direction-type> <offset>-2</offset> </direction> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>end</syllabic> <text>3</text> </lyric> </note> <note> <pitch> <step>F</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=========================================================--> <measure number="15"> <note> <pitch> <step>B</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>offset</text> </lyric> <lyric number="2"> <text>end -2</text> </lyric> </note> <direction placement="above"> <direction-type> <wedge spread="0" type="crescendo"/> </direction-type> </direction> <note> <pitch> <step>A</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <direction> <direction-type> <wedge spread="15" type="stop"/> </direction-type> <offset>-2</offset> </direction> <note> <pitch> <step>F</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>end</syllabic> <text>4</text> </lyric> </note> </measure> <!--=========================================================--> <measure number="16"> <print new-system="yes"/> <note> <pitch> <step>B</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>offset</text> </lyric> <lyric number="2"> <text>end -2</text> </lyric> </note> <direction placement="above"> <direction-type> <wedge spread="0" type="crescendo"/> </direction-type> </direction> <note> <pitch> <step>A</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>F</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>end</syllabic> <text>end of bar</text> </lyric> </note> <direction> <direction-type> <wedge spread="15" type="stop"/> </direction-type> <offset>-2</offset> </direction> </measure> <!--=========================================================--> <measure number="17"> <note> <pitch> <step>B</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>offset</text> </lyric> <lyric number="2"> <text>end -2</text> </lyric> </note> <direction placement="above"> <direction-type> <wedge spread="0" type="crescendo"/> </direction-type> </direction> <note> <pitch> <step>A</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <note> <pitch> <step>G</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>F</step> <octave>4</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=======================================================--> <measure number="18"> <direction> <direction-type> <wedge spread="15" type="stop"/> </direction-type> <offset>-2</offset> </direction> <note> <pitch> <step>B</step> <octave>4</octave> </pitch> <duration>16</duration> <voice>1</voice> <type>whole</type> <lyric number="1"> <syllabic>end</syllabic> <text>1</text> </lyric> </note> <barline location="right"> <bar-style>light-heavy</bar-style> </barline> </measure> </part> <!--=========================================================--> </score-partwise>
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 4.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd"> <score-partwise version="4.0"> <identification> <miscellaneous> <miscellaneous-field name="description">XXX</miscellaneous-field> </miscellaneous> </identification> <part-list> <score-part id="P1"> <part-name>MusicXML Part</part-name> </score-part> </part-list> <!--=========================================================--> <part id="P1"> <measure number="1"> <attributes> <divisions>4</divisions> <key> <fifths>0</fifths> <mode>major</mode> </key> <time> <beats>4</beats> <beat-type>4</beat-type> </time> <clef> <sign>G</sign> <line>2</line> </clef> </attributes> <note> <pitch> <step>G</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <direction placement="above"> <direction-type> <octave-shift size="8" type="down"/> </direction-type> </direction> <direction> <direction-type> <octave-shift size="8" type="stop"/> </direction-type> </direction> <note> <pitch> <step>F</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>2-2</text> </lyric> </note> <note> <pitch> <step>E</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>D</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=========================================================--> <measure number="2"> <note> <pitch> <step>G</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <direction placement="above"> <direction-type> <octave-shift size="8" type="down"/> </direction-type> </direction> <note> <pitch> <step>F</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <direction> <direction-type> <octave-shift size="8" type="stop"/> </direction-type> </direction> <note> <pitch> <step>E</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>end</syllabic> <text>3</text> </lyric> </note> <note> <pitch> <step>D</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=========================================================--> <measure number="3"> <note> <pitch> <step>G</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <direction placement="above"> <direction-type> <octave-shift size="8" type="down"/> </direction-type> </direction> <note> <pitch> <step>F</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <note> <pitch> <step>E</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <direction> <direction-type> <octave-shift size="8" type="stop"/> </direction-type> </direction> <note> <pitch> <step>D</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>end</syllabic> <text>4</text> </lyric> </note> </measure> <!--=========================================================--> <measure number="4"> <print new-system="yes"/> <note> <pitch> <step>G</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <direction placement="above"> <direction-type> <octave-shift size="8" type="down"/> </direction-type> </direction> <note> <pitch> <step>F</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <note> <pitch> <step>E</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>D</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>end</syllabic> <text>end of bar</text> </lyric> </note> <direction> <direction-type> <octave-shift size="8" type="stop"/> </direction-type> </direction> </measure> <!--=========================================================--> <measure number="5"> <note> <pitch> <step>G</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <direction placement="above"> <direction-type> <octave-shift size="8" type="down"/> </direction-type> </direction> <note> <pitch> <step>F</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <note> <pitch> <step>E</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>D</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=======================================================--> <measure number="6"> <direction> <direction-type> <octave-shift size="8" type="stop"/> </direction-type> </direction> <note> <pitch> <step>G</step> <octave>5</octave> </pitch> <duration>16</duration> <voice>1</voice> <type>whole</type> <lyric number="1"> <syllabic>end</syllabic> <text>1</text> </lyric> </note> </measure> <!--=======================================================--> <measure number="7"> <print new-system="yes"/> <note> <pitch> <step>G</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>offset</text> </lyric> <lyric number="2"> <text>end +2</text> </lyric> </note> <direction placement="above"> <direction-type> <octave-shift size="8" type="down"/> </direction-type> </direction> <direction> <direction-type> <octave-shift size="8" type="stop"/> </direction-type> <offset>2</offset> </direction> <note> <pitch> <step>F</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>2-2</text> </lyric> </note> <note> <pitch> <step>E</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>D</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=========================================================--> <measure number="8"> <note> <pitch> <step>G</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>offset</text> </lyric> <lyric number="2"> <text>end +2</text> </lyric> </note> <direction placement="above"> <direction-type> <octave-shift size="8" type="down"/> </direction-type> </direction> <note> <pitch> <step>F</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <direction> <direction-type> <octave-shift size="8" type="stop"/> </direction-type> <offset>2</offset> </direction> <note> <pitch> <step>E</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>end</syllabic> <text>3</text> </lyric> </note> <note> <pitch> <step>D</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=========================================================--> <measure number="9"> <note> <pitch> <step>G</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>offset</text> </lyric> <lyric number="2"> <text>end +2</text> </lyric> </note> <direction placement="above"> <direction-type> <octave-shift size="8" type="down"/> </direction-type> </direction> <note> <pitch> <step>F</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <note> <pitch> <step>E</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <direction> <direction-type> <octave-shift size="8" type="stop"/> </direction-type> <offset>2</offset> </direction> <note> <pitch> <step>D</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>end</syllabic> <text>4</text> </lyric> </note> </measure> <!--=========================================================--> <measure number="10"> <print new-system="yes"/> <note> <pitch> <step>G</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>offset</text> </lyric> <lyric number="2"> <text>end +2</text> </lyric> </note> <direction placement="above"> <direction-type> <octave-shift size="8" type="down"/> </direction-type> </direction> <note> <pitch> <step>F</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <note> <pitch> <step>E</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>D</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>end</syllabic> <text>end of bar</text> </lyric> </note> <direction> <direction-type> <octave-shift size="8" type="stop"/> </direction-type> <offset>2</offset> </direction> </measure> <!--=========================================================--> <measure number="11"> <note> <pitch> <step>G</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>offset</text> </lyric> <lyric number="2"> <text>end +2</text> </lyric> </note> <direction placement="above"> <direction-type> <octave-shift size="8" type="down"/> </direction-type> </direction> <note> <pitch> <step>F</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <note> <pitch> <step>E</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>D</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=======================================================--> <measure number="12"> <direction> <direction-type> <octave-shift size="8" type="stop"/> </direction-type> <offset>2</offset> </direction> <note> <pitch> <step>G</step> <octave>5</octave> </pitch> <duration>16</duration> <voice>1</voice> <type>whole</type> <lyric number="1"> <syllabic>end</syllabic> <text>1</text> </lyric> </note> </measure> <!--=======================================================--> <measure number="13"> <print new-system="yes"/> <note> <pitch> <step>G</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>offset</text> </lyric> <lyric number="2"> <text>end -2</text> </lyric> </note> <direction placement="above"> <direction-type> <octave-shift size="8" type="down"/> </direction-type> </direction> <direction> <direction-type> <octave-shift size="8" type="stop"/> </direction-type> <offset>-2</offset> </direction> <note> <pitch> <step>F</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>2-2</text> </lyric> </note> <note> <pitch> <step>E</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>D</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=========================================================--> <measure number="14"> <note> <pitch> <step>G</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>offset</text> </lyric> <lyric number="2"> <text>end -2</text> </lyric> </note> <direction placement="above"> <direction-type> <octave-shift size="8" type="down"/> </direction-type> </direction> <note> <pitch> <step>F</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <direction> <direction-type> <octave-shift size="8" type="stop"/> </direction-type> <offset>-2</offset> </direction> <note> <pitch> <step>E</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>end</syllabic> <text>3</text> </lyric> </note> <note> <pitch> <step>D</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=========================================================--> <measure number="15"> <note> <pitch> <step>G</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>offset</text> </lyric> <lyric number="2"> <text>end -2</text> </lyric> </note> <direction placement="above"> <direction-type> <octave-shift size="8" type="down"/> </direction-type> </direction> <note> <pitch> <step>F</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <note> <pitch> <step>E</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <direction> <direction-type> <octave-shift size="8" type="stop"/> </direction-type> <offset>-2</offset> </direction> <note> <pitch> <step>D</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>end</syllabic> <text>4</text> </lyric> </note> </measure> <!--=========================================================--> <measure number="16"> <print new-system="yes"/> <note> <pitch> <step>G</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>offset</text> </lyric> <lyric number="2"> <text>end -2</text> </lyric> </note> <direction placement="above"> <direction-type> <octave-shift size="8" type="down"/> </direction-type> </direction> <note> <pitch> <step>F</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <note> <pitch> <step>E</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>D</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>end</syllabic> <text>end of bar</text> </lyric> </note> <direction> <direction-type> <octave-shift size="8" type="stop"/> </direction-type> <offset>-2</offset> </direction> </measure> <!--=========================================================--> <measure number="17"> <note> <pitch> <step>G</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <text>offset</text> </lyric> <lyric number="2"> <text>end -2</text> </lyric> </note> <direction placement="above"> <direction-type> <octave-shift size="8" type="down"/> </direction-type> </direction> <note> <pitch> <step>F</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> <lyric number="1"> <syllabic>begin</syllabic> <text>2</text> </lyric> </note> <note> <pitch> <step>E</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> <note> <pitch> <step>D</step> <octave>5</octave> </pitch> <duration>4</duration> <voice>1</voice> <type>quarter</type> </note> </measure> <!--=======================================================--> <measure number="18"> <direction> <direction-type> <octave-shift size="8" type="stop"/> </direction-type> <offset>-2</offset> </direction> <note> <pitch> <step>G</step> <octave>5</octave> </pitch> <duration>16</duration> <voice>1</voice> <type>whole</type> <lyric number="1"> <syllabic>end</syllabic> <text>1</text> </lyric> </note> <barline location="right"> <bar-style>light-heavy</bar-style> </barline> </measure> </part> <!--=========================================================--> </score-partwise>