JohannSebastianBach_PraeludiumInCDur_BWV846_1.xml 258 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877787878797880788178827883788478857886788778887889789078917892789378947895789678977898789979007901790279037904790579067907790879097910791179127913791479157916791779187919792079217922792379247925792679277928792979307931793279337934793579367937793879397940794179427943794479457946794779487949795079517952795379547955795679577958795979607961796279637964796579667967796879697970797179727973797479757976797779787979798079817982798379847985798679877988798979907991799279937994799579967997799879998000800180028003800480058006800780088009801080118012801380148015801680178018801980208021802280238024802580268027802880298030803180328033803480358036803780388039804080418042804380448045804680478048804980508051805280538054805580568057805880598060806180628063806480658066806780688069807080718072807380748075807680778078807980808081808280838084808580868087808880898090809180928093809480958096809780988099810081018102810381048105810681078108810981108111811281138114811581168117811881198120812181228123812481258126812781288129813081318132813381348135813681378138813981408141814281438144814581468147814881498150815181528153815481558156815781588159816081618162816381648165816681678168816981708171817281738174817581768177817881798180818181828183818481858186818781888189819081918192819381948195819681978198819982008201820282038204820582068207820882098210821182128213821482158216821782188219822082218222822382248225822682278228822982308231823282338234823582368237823882398240824182428243824482458246824782488249825082518252825382548255825682578258825982608261826282638264826582668267826882698270827182728273827482758276827782788279828082818282828382848285828682878288828982908291829282938294829582968297829882998300830183028303830483058306830783088309831083118312831383148315831683178318831983208321832283238324832583268327832883298330833183328333833483358336833783388339834083418342834383448345834683478348834983508351835283538354835583568357835883598360836183628363836483658366836783688369837083718372837383748375837683778378837983808381838283838384838583868387838883898390839183928393839483958396839783988399840084018402840384048405840684078408840984108411841284138414841584168417841884198420842184228423842484258426842784288429843084318432843384348435843684378438843984408441844284438444844584468447844884498450845184528453845484558456845784588459846084618462846384648465846684678468846984708471847284738474847584768477847884798480848184828483848484858486848784888489849084918492849384948495849684978498849985008501850285038504850585068507850885098510851185128513851485158516851785188519852085218522852385248525852685278528852985308531853285338534853585368537853885398540854185428543854485458546854785488549855085518552855385548555855685578558855985608561856285638564856585668567856885698570857185728573857485758576857785788579858085818582858385848585858685878588858985908591859285938594859585968597859885998600860186028603860486058606860786088609861086118612861386148615861686178618861986208621862286238624862586268627862886298630863186328633863486358636863786388639864086418642864386448645864686478648864986508651865286538654865586568657865886598660866186628663866486658666866786688669867086718672867386748675867686778678867986808681868286838684868586868687868886898690869186928693869486958696869786988699870087018702870387048705870687078708870987108711871287138714871587168717871887198720872187228723872487258726872787288729873087318732873387348735873687378738873987408741874287438744874587468747874887498750875187528753875487558756875787588759876087618762876387648765876687678768876987708771877287738774877587768777877887798780878187828783878487858786878787888789879087918792879387948795879687978798879988008801880288038804880588068807880888098810881188128813881488158816881788188819882088218822882388248825882688278828882988308831883288338834883588368837883888398840884188428843884488458846884788488849885088518852885388548855885688578858885988608861886288638864886588668867886888698870887188728873887488758876887788788879888088818882888388848885888688878888888988908891889288938894889588968897889888998900890189028903890489058906890789088909891089118912891389148915891689178918891989208921892289238924892589268927892889298930893189328933893489358936893789388939894089418942894389448945894689478948894989508951895289538954895589568957895889598960896189628963896489658966896789688969897089718972897389748975897689778978897989808981898289838984898589868987898889898990899189928993899489958996899789988999900090019002900390049005900690079008900990109011901290139014901590169017901890199020902190229023902490259026902790289029903090319032903390349035903690379038903990409041904290439044904590469047904890499050905190529053905490559056905790589059906090619062906390649065906690679068906990709071907290739074907590769077907890799080908190829083908490859086908790889089909090919092909390949095909690979098909991009101910291039104910591069107910891099110911191129113911491159116911791189119912091219122912391249125912691279128912991309131913291339134913591369137913891399140914191429143914491459146914791489149915091519152915391549155915691579158915991609161916291639164916591669167916891699170917191729173917491759176917791789179918091819182918391849185918691879188918991909191919291939194919591969197919891999200920192029203920492059206920792089209921092119212921392149215921692179218921992209221922292239224922592269227922892299230923192329233923492359236923792389239924092419242924392449245924692479248924992509251925292539254925592569257925892599260926192629263926492659266926792689269927092719272927392749275927692779278927992809281928292839284928592869287928892899290929192929293929492959296929792989299930093019302930393049305930693079308930993109311931293139314931593169317931893199320932193229323932493259326932793289329933093319332933393349335933693379338933993409341934293439344934593469347934893499350935193529353935493559356935793589359936093619362936393649365936693679368936993709371937293739374937593769377937893799380938193829383938493859386938793889389939093919392939393949395939693979398939994009401940294039404940594069407940894099410941194129413941494159416941794189419942094219422942394249425942694279428942994309431943294339434943594369437943894399440944194429443944494459446944794489449945094519452945394549455945694579458945994609461946294639464946594669467946894699470947194729473947494759476947794789479948094819482948394849485948694879488948994909491949294939494949594969497949894999500950195029503950495059506950795089509951095119512951395149515951695179518951995209521952295239524952595269527952895299530953195329533953495359536953795389539954095419542954395449545954695479548954995509551955295539554955595569557955895599560956195629563956495659566956795689569957095719572957395749575957695779578957995809581958295839584958595869587958895899590959195929593959495959596959795989599960096019602960396049605960696079608960996109611961296139614961596169617961896199620962196229623962496259626962796289629963096319632963396349635963696379638963996409641964296439644964596469647964896499650965196529653965496559656965796589659966096619662966396649665966696679668966996709671967296739674967596769677967896799680968196829683968496859686968796889689969096919692969396949695969696979698969997009701970297039704970597069707970897099710971197129713971497159716971797189719972097219722972397249725972697279728972997309731973297339734973597369737973897399740974197429743974497459746974797489749975097519752975397549755975697579758975997609761976297639764976597669767976897699770977197729773977497759776977797789779978097819782978397849785978697879788978997909791979297939794979597969797979897999800980198029803980498059806980798089809
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 2.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd">
  3. <score-partwise>
  4. <work>
  5. <work-title>Praeludium in C-Dur, BWV 846</work-title>
  6. <work-number>BWV 846</work-number>
  7. </work>
  8. <identification>
  9. <creator type="composer">Johann Sebastian Bach</creator>
  10. <encoding>
  11. <software>MuseScore 1.2</software>
  12. <encoding-date>2012-08-06</encoding-date>
  13. </encoding>
  14. <source>Based on Breitkopf &amp; Härtel edition of 1866. Plate B.W. XIV.</source>
  15. </identification>
  16. <defaults>
  17. <scaling>
  18. <millimeters>8.46668</millimeters>
  19. <tenths>40</tenths>
  20. </scaling>
  21. <page-layout>
  22. <page-height>1320</page-height>
  23. <page-width>1020</page-width>
  24. <page-margins type="both">
  25. <left-margin>59.5832</left-margin>
  26. <right-margin>56.6666</right-margin>
  27. <top-margin>96.6665</top-margin>
  28. <bottom-margin>79.9999</bottom-margin>
  29. </page-margins>
  30. </page-layout>
  31. </defaults>
  32. <credit page="1">
  33. <credit-words default-x="509.999" default-y="1223.33" font-size="24" justify="center" valign="top">Praeludium in C-Dur, BWV 846</credit-words>
  34. </credit>
  35. <credit page="1">
  36. <credit-words default-x="963.332" default-y="1150.83" font-size="12" justify="right" valign="top">Johann Sebastian Bach</credit-words>
  37. </credit>
  38. <part-list>
  39. <score-part id="P1">
  40. <part-name>Klavier</part-name>
  41. <part-abbreviation>Pno</part-abbreviation>
  42. <score-instrument id="P1-I3">
  43. <instrument-name>Piano</instrument-name>
  44. </score-instrument>
  45. <midi-instrument id="P1-I3">
  46. <midi-channel>1</midi-channel>
  47. <midi-program>1</midi-program>
  48. <volume>78.7402</volume>
  49. <pan>0</pan>
  50. </midi-instrument>
  51. </score-part>
  52. </part-list>
  53. <part id="P1">
  54. <measure number="1" width="442.49">
  55. <print>
  56. <system-layout>
  57. <system-margins>
  58. <left-margin>79.85</left-margin>
  59. <right-margin>0.00</right-margin>
  60. </system-margins>
  61. <top-system-distance>271.11</top-system-distance>
  62. </system-layout>
  63. <staff-layout number="2">
  64. <staff-distance>65.00</staff-distance>
  65. </staff-layout>
  66. </print>
  67. <attributes>
  68. <divisions>4</divisions>
  69. <key>
  70. <fifths>0</fifths>
  71. <mode>major</mode>
  72. </key>
  73. <time>
  74. <beats>4</beats>
  75. <beat-type>4</beat-type>
  76. </time>
  77. <staves>2</staves>
  78. <clef number="1">
  79. <sign>G</sign>
  80. <line>2</line>
  81. </clef>
  82. <clef number="2">
  83. <sign>F</sign>
  84. <line>4</line>
  85. </clef>
  86. </attributes>
  87. <direction placement="above">
  88. <direction-type>
  89. <metronome parentheses="no">
  90. <beat-unit>quarter</beat-unit>
  91. <per-minute>73</per-minute>
  92. </metronome>
  93. </direction-type>
  94. <staff>1</staff>
  95. <sound tempo="74"/>
  96. </direction>
  97. <direction placement="above">
  98. <direction-type>
  99. <metronome parentheses="no">
  100. <beat-unit>quarter</beat-unit>
  101. <per-minute>73</per-minute>
  102. </metronome>
  103. </direction-type>
  104. <staff>1</staff>
  105. <sound tempo="74"/>
  106. </direction>
  107. <direction placement="above">
  108. <direction-type>
  109. <words>Andante</words>
  110. </direction-type>
  111. <staff>1</staff>
  112. </direction>
  113. <note>
  114. <rest/>
  115. <duration>2</duration>
  116. <voice>1</voice>
  117. <type>eighth</type>
  118. <staff>1</staff>
  119. </note>
  120. <note default-x="119.04" default-y="-30.00">
  121. <pitch>
  122. <step>G</step>
  123. <octave>4</octave>
  124. </pitch>
  125. <duration>1</duration>
  126. <voice>1</voice>
  127. <type>16th</type>
  128. <stem>up</stem>
  129. <staff>1</staff>
  130. <beam number="1">begin</beam>
  131. <beam number="2">begin</beam>
  132. </note>
  133. <note default-x="142.01" default-y="-15.00">
  134. <pitch>
  135. <step>C</step>
  136. <octave>5</octave>
  137. </pitch>
  138. <duration>1</duration>
  139. <voice>1</voice>
  140. <type>16th</type>
  141. <stem>up</stem>
  142. <staff>1</staff>
  143. <beam number="1">end</beam>
  144. <beam number="2">end</beam>
  145. </note>
  146. <note default-x="164.99" default-y="-5.00">
  147. <pitch>
  148. <step>E</step>
  149. <octave>5</octave>
  150. </pitch>
  151. <duration>1</duration>
  152. <voice>1</voice>
  153. <type>16th</type>
  154. <stem>down</stem>
  155. <staff>1</staff>
  156. <beam number="1">begin</beam>
  157. <beam number="2">begin</beam>
  158. </note>
  159. <note default-x="187.97" default-y="-30.00">
  160. <pitch>
  161. <step>G</step>
  162. <octave>4</octave>
  163. </pitch>
  164. <duration>1</duration>
  165. <voice>1</voice>
  166. <type>16th</type>
  167. <stem>down</stem>
  168. <staff>1</staff>
  169. <beam number="1">continue</beam>
  170. <beam number="2">continue</beam>
  171. </note>
  172. <note default-x="210.94" default-y="-15.00">
  173. <pitch>
  174. <step>C</step>
  175. <octave>5</octave>
  176. </pitch>
  177. <duration>1</duration>
  178. <voice>1</voice>
  179. <type>16th</type>
  180. <stem>down</stem>
  181. <staff>1</staff>
  182. <beam number="1">continue</beam>
  183. <beam number="2">continue</beam>
  184. </note>
  185. <note default-x="233.92" default-y="-5.00">
  186. <pitch>
  187. <step>E</step>
  188. <octave>5</octave>
  189. </pitch>
  190. <duration>1</duration>
  191. <voice>1</voice>
  192. <type>16th</type>
  193. <stem>down</stem>
  194. <staff>1</staff>
  195. <beam number="1">end</beam>
  196. <beam number="2">end</beam>
  197. </note>
  198. <note>
  199. <rest/>
  200. <duration>2</duration>
  201. <voice>1</voice>
  202. <type>eighth</type>
  203. <staff>1</staff>
  204. </note>
  205. <note default-x="302.85" default-y="-30.00">
  206. <pitch>
  207. <step>G</step>
  208. <octave>4</octave>
  209. </pitch>
  210. <duration>1</duration>
  211. <voice>1</voice>
  212. <type>16th</type>
  213. <stem>up</stem>
  214. <staff>1</staff>
  215. <beam number="1">begin</beam>
  216. <beam number="2">begin</beam>
  217. </note>
  218. <note default-x="325.82" default-y="-15.00">
  219. <pitch>
  220. <step>C</step>
  221. <octave>5</octave>
  222. </pitch>
  223. <duration>1</duration>
  224. <voice>1</voice>
  225. <type>16th</type>
  226. <stem>up</stem>
  227. <staff>1</staff>
  228. <beam number="1">end</beam>
  229. <beam number="2">end</beam>
  230. </note>
  231. <note default-x="348.80" default-y="-5.00">
  232. <pitch>
  233. <step>E</step>
  234. <octave>5</octave>
  235. </pitch>
  236. <duration>1</duration>
  237. <voice>1</voice>
  238. <type>16th</type>
  239. <stem>down</stem>
  240. <staff>1</staff>
  241. <beam number="1">begin</beam>
  242. <beam number="2">begin</beam>
  243. </note>
  244. <note default-x="371.78" default-y="-30.00">
  245. <pitch>
  246. <step>G</step>
  247. <octave>4</octave>
  248. </pitch>
  249. <duration>1</duration>
  250. <voice>1</voice>
  251. <type>16th</type>
  252. <stem>down</stem>
  253. <staff>1</staff>
  254. <beam number="1">continue</beam>
  255. <beam number="2">continue</beam>
  256. </note>
  257. <note default-x="394.75" default-y="-15.00">
  258. <pitch>
  259. <step>C</step>
  260. <octave>5</octave>
  261. </pitch>
  262. <duration>1</duration>
  263. <voice>1</voice>
  264. <type>16th</type>
  265. <stem>down</stem>
  266. <staff>1</staff>
  267. <beam number="1">continue</beam>
  268. <beam number="2">continue</beam>
  269. </note>
  270. <note default-x="417.73" default-y="-5.00">
  271. <pitch>
  272. <step>E</step>
  273. <octave>5</octave>
  274. </pitch>
  275. <duration>1</duration>
  276. <voice>1</voice>
  277. <type>16th</type>
  278. <stem>down</stem>
  279. <staff>1</staff>
  280. <beam number="1">end</beam>
  281. <beam number="2">end</beam>
  282. </note>
  283. <backup>
  284. <duration>16</duration>
  285. </backup>
  286. <note print-object="no">
  287. <rest/>
  288. <duration>1</duration>
  289. <voice>5</voice>
  290. <type>16th</type>
  291. <staff>2</staff>
  292. </note>
  293. <note default-x="96.06" default-y="-85.00">
  294. <pitch>
  295. <step>E</step>
  296. <octave>4</octave>
  297. </pitch>
  298. <duration>3</duration>
  299. <tie type="start"/>
  300. <voice>5</voice>
  301. <type>eighth</type>
  302. <dot/>
  303. <stem>up</stem>
  304. <staff>2</staff>
  305. <notations>
  306. <tied type="start"/>
  307. </notations>
  308. </note>
  309. <note default-x="164.99" default-y="-85.00">
  310. <pitch>
  311. <step>E</step>
  312. <octave>4</octave>
  313. </pitch>
  314. <duration>4</duration>
  315. <tie type="stop"/>
  316. <voice>5</voice>
  317. <type>quarter</type>
  318. <stem>up</stem>
  319. <staff>2</staff>
  320. <notations>
  321. <tied type="stop"/>
  322. </notations>
  323. </note>
  324. <note print-object="no">
  325. <rest/>
  326. <duration>1</duration>
  327. <voice>5</voice>
  328. <type>16th</type>
  329. <staff>2</staff>
  330. </note>
  331. <note default-x="279.87" default-y="-85.00">
  332. <pitch>
  333. <step>E</step>
  334. <octave>4</octave>
  335. </pitch>
  336. <duration>3</duration>
  337. <tie type="start"/>
  338. <voice>5</voice>
  339. <type>eighth</type>
  340. <dot/>
  341. <stem>up</stem>
  342. <staff>2</staff>
  343. <notations>
  344. <tied type="start"/>
  345. </notations>
  346. </note>
  347. <note default-x="348.80" default-y="-85.00">
  348. <pitch>
  349. <step>E</step>
  350. <octave>4</octave>
  351. </pitch>
  352. <duration>4</duration>
  353. <tie type="stop"/>
  354. <voice>5</voice>
  355. <type>quarter</type>
  356. <stem>up</stem>
  357. <staff>2</staff>
  358. <notations>
  359. <tied type="stop"/>
  360. </notations>
  361. </note>
  362. <backup>
  363. <duration>16</duration>
  364. </backup>
  365. <note default-x="73.08" default-y="-95.00">
  366. <pitch>
  367. <step>C</step>
  368. <octave>4</octave>
  369. </pitch>
  370. <duration>8</duration>
  371. <voice>6</voice>
  372. <type>half</type>
  373. <stem>down</stem>
  374. <staff>2</staff>
  375. </note>
  376. <note default-x="256.90" default-y="-95.00">
  377. <pitch>
  378. <step>C</step>
  379. <octave>4</octave>
  380. </pitch>
  381. <duration>8</duration>
  382. <voice>6</voice>
  383. <type>half</type>
  384. <stem>down</stem>
  385. <staff>2</staff>
  386. </note>
  387. </measure>
  388. <measure number="2" width="381.41">
  389. <note>
  390. <rest/>
  391. <duration>2</duration>
  392. <voice>1</voice>
  393. <type>eighth</type>
  394. <staff>1</staff>
  395. </note>
  396. <note default-x="57.95" default-y="-25.00">
  397. <pitch>
  398. <step>A</step>
  399. <octave>4</octave>
  400. </pitch>
  401. <duration>1</duration>
  402. <voice>1</voice>
  403. <type>16th</type>
  404. <stem>up</stem>
  405. <staff>1</staff>
  406. <beam number="1">begin</beam>
  407. <beam number="2">begin</beam>
  408. </note>
  409. <note default-x="80.93" default-y="-10.00">
  410. <pitch>
  411. <step>D</step>
  412. <octave>5</octave>
  413. </pitch>
  414. <duration>1</duration>
  415. <voice>1</voice>
  416. <type>16th</type>
  417. <stem>up</stem>
  418. <staff>1</staff>
  419. <beam number="1">end</beam>
  420. <beam number="2">end</beam>
  421. </note>
  422. <note default-x="103.91" default-y="0.00">
  423. <pitch>
  424. <step>F</step>
  425. <octave>5</octave>
  426. </pitch>
  427. <duration>1</duration>
  428. <voice>1</voice>
  429. <type>16th</type>
  430. <stem>down</stem>
  431. <staff>1</staff>
  432. <beam number="1">begin</beam>
  433. <beam number="2">begin</beam>
  434. </note>
  435. <note default-x="126.88" default-y="-25.00">
  436. <pitch>
  437. <step>A</step>
  438. <octave>4</octave>
  439. </pitch>
  440. <duration>1</duration>
  441. <voice>1</voice>
  442. <type>16th</type>
  443. <stem>down</stem>
  444. <staff>1</staff>
  445. <beam number="1">continue</beam>
  446. <beam number="2">continue</beam>
  447. </note>
  448. <note default-x="149.86" default-y="-10.00">
  449. <pitch>
  450. <step>D</step>
  451. <octave>5</octave>
  452. </pitch>
  453. <duration>1</duration>
  454. <voice>1</voice>
  455. <type>16th</type>
  456. <stem>down</stem>
  457. <staff>1</staff>
  458. <beam number="1">continue</beam>
  459. <beam number="2">continue</beam>
  460. </note>
  461. <note default-x="172.84" default-y="0.00">
  462. <pitch>
  463. <step>F</step>
  464. <octave>5</octave>
  465. </pitch>
  466. <duration>1</duration>
  467. <voice>1</voice>
  468. <type>16th</type>
  469. <stem>down</stem>
  470. <staff>1</staff>
  471. <beam number="1">end</beam>
  472. <beam number="2">end</beam>
  473. </note>
  474. <note>
  475. <rest/>
  476. <duration>2</duration>
  477. <voice>1</voice>
  478. <type>eighth</type>
  479. <staff>1</staff>
  480. </note>
  481. <note default-x="241.76" default-y="-25.00">
  482. <pitch>
  483. <step>A</step>
  484. <octave>4</octave>
  485. </pitch>
  486. <duration>1</duration>
  487. <voice>1</voice>
  488. <type>16th</type>
  489. <stem>up</stem>
  490. <staff>1</staff>
  491. <beam number="1">begin</beam>
  492. <beam number="2">begin</beam>
  493. </note>
  494. <note default-x="264.74" default-y="-10.00">
  495. <pitch>
  496. <step>D</step>
  497. <octave>5</octave>
  498. </pitch>
  499. <duration>1</duration>
  500. <voice>1</voice>
  501. <type>16th</type>
  502. <stem>up</stem>
  503. <staff>1</staff>
  504. <beam number="1">end</beam>
  505. <beam number="2">end</beam>
  506. </note>
  507. <note default-x="287.72" default-y="0.00">
  508. <pitch>
  509. <step>F</step>
  510. <octave>5</octave>
  511. </pitch>
  512. <duration>1</duration>
  513. <voice>1</voice>
  514. <type>16th</type>
  515. <stem>down</stem>
  516. <staff>1</staff>
  517. <beam number="1">begin</beam>
  518. <beam number="2">begin</beam>
  519. </note>
  520. <note default-x="310.69" default-y="-25.00">
  521. <pitch>
  522. <step>A</step>
  523. <octave>4</octave>
  524. </pitch>
  525. <duration>1</duration>
  526. <voice>1</voice>
  527. <type>16th</type>
  528. <stem>down</stem>
  529. <staff>1</staff>
  530. <beam number="1">continue</beam>
  531. <beam number="2">continue</beam>
  532. </note>
  533. <note default-x="333.67" default-y="-10.00">
  534. <pitch>
  535. <step>D</step>
  536. <octave>5</octave>
  537. </pitch>
  538. <duration>1</duration>
  539. <voice>1</voice>
  540. <type>16th</type>
  541. <stem>down</stem>
  542. <staff>1</staff>
  543. <beam number="1">continue</beam>
  544. <beam number="2">continue</beam>
  545. </note>
  546. <note default-x="356.65" default-y="0.00">
  547. <pitch>
  548. <step>F</step>
  549. <octave>5</octave>
  550. </pitch>
  551. <duration>1</duration>
  552. <voice>1</voice>
  553. <type>16th</type>
  554. <stem>down</stem>
  555. <staff>1</staff>
  556. <beam number="1">end</beam>
  557. <beam number="2">end</beam>
  558. </note>
  559. <backup>
  560. <duration>16</duration>
  561. </backup>
  562. <note print-object="no">
  563. <rest/>
  564. <duration>1</duration>
  565. <voice>5</voice>
  566. <type>16th</type>
  567. <staff>2</staff>
  568. </note>
  569. <note default-x="34.98" default-y="-90.00">
  570. <pitch>
  571. <step>D</step>
  572. <octave>4</octave>
  573. </pitch>
  574. <duration>3</duration>
  575. <tie type="start"/>
  576. <voice>5</voice>
  577. <type>eighth</type>
  578. <dot/>
  579. <stem>up</stem>
  580. <staff>2</staff>
  581. <notations>
  582. <tied type="start"/>
  583. </notations>
  584. </note>
  585. <note default-x="103.91" default-y="-90.00">
  586. <pitch>
  587. <step>D</step>
  588. <octave>4</octave>
  589. </pitch>
  590. <duration>4</duration>
  591. <tie type="stop"/>
  592. <voice>5</voice>
  593. <type>quarter</type>
  594. <stem>up</stem>
  595. <staff>2</staff>
  596. <notations>
  597. <tied type="stop"/>
  598. </notations>
  599. </note>
  600. <note print-object="no">
  601. <rest/>
  602. <duration>1</duration>
  603. <voice>5</voice>
  604. <type>16th</type>
  605. <staff>2</staff>
  606. </note>
  607. <note default-x="218.79" default-y="-90.00">
  608. <pitch>
  609. <step>D</step>
  610. <octave>4</octave>
  611. </pitch>
  612. <duration>3</duration>
  613. <tie type="start"/>
  614. <voice>5</voice>
  615. <type>eighth</type>
  616. <dot/>
  617. <stem>up</stem>
  618. <staff>2</staff>
  619. <notations>
  620. <tied type="start"/>
  621. </notations>
  622. </note>
  623. <note default-x="287.72" default-y="-90.00">
  624. <pitch>
  625. <step>D</step>
  626. <octave>4</octave>
  627. </pitch>
  628. <duration>4</duration>
  629. <tie type="stop"/>
  630. <voice>5</voice>
  631. <type>quarter</type>
  632. <stem>up</stem>
  633. <staff>2</staff>
  634. <notations>
  635. <tied type="stop"/>
  636. </notations>
  637. </note>
  638. <backup>
  639. <duration>16</duration>
  640. </backup>
  641. <note default-x="12.00" default-y="-95.00">
  642. <pitch>
  643. <step>C</step>
  644. <octave>4</octave>
  645. </pitch>
  646. <duration>8</duration>
  647. <voice>6</voice>
  648. <type>half</type>
  649. <stem>down</stem>
  650. <staff>2</staff>
  651. </note>
  652. <note default-x="195.81" default-y="-95.00">
  653. <pitch>
  654. <step>C</step>
  655. <octave>4</octave>
  656. </pitch>
  657. <duration>8</duration>
  658. <voice>6</voice>
  659. <type>half</type>
  660. <stem>down</stem>
  661. <staff>2</staff>
  662. </note>
  663. </measure>
  664. <measure number="3" width="440.86">
  665. <print new-system="yes">
  666. <system-layout>
  667. <system-margins>
  668. <left-margin>64.36</left-margin>
  669. <right-margin>0.00</right-margin>
  670. </system-margins>
  671. <system-distance>183.61</system-distance>
  672. </system-layout>
  673. <staff-layout number="2">
  674. <staff-distance>65.00</staff-distance>
  675. </staff-layout>
  676. </print>
  677. <note>
  678. <rest/>
  679. <duration>2</duration>
  680. <voice>1</voice>
  681. <type>eighth</type>
  682. <staff>1</staff>
  683. </note>
  684. <note default-x="102.45" default-y="-30.00">
  685. <pitch>
  686. <step>G</step>
  687. <octave>4</octave>
  688. </pitch>
  689. <duration>1</duration>
  690. <voice>1</voice>
  691. <type>16th</type>
  692. <stem>up</stem>
  693. <staff>1</staff>
  694. <beam number="1">begin</beam>
  695. <beam number="2">begin</beam>
  696. </note>
  697. <note default-x="126.51" default-y="-10.00">
  698. <pitch>
  699. <step>D</step>
  700. <octave>5</octave>
  701. </pitch>
  702. <duration>1</duration>
  703. <voice>1</voice>
  704. <type>16th</type>
  705. <stem>up</stem>
  706. <staff>1</staff>
  707. <beam number="1">end</beam>
  708. <beam number="2">end</beam>
  709. </note>
  710. <note default-x="150.57" default-y="0.00">
  711. <pitch>
  712. <step>F</step>
  713. <octave>5</octave>
  714. </pitch>
  715. <duration>1</duration>
  716. <voice>1</voice>
  717. <type>16th</type>
  718. <stem>down</stem>
  719. <staff>1</staff>
  720. <beam number="1">begin</beam>
  721. <beam number="2">begin</beam>
  722. </note>
  723. <note default-x="174.62" default-y="-30.00">
  724. <pitch>
  725. <step>G</step>
  726. <octave>4</octave>
  727. </pitch>
  728. <duration>1</duration>
  729. <voice>1</voice>
  730. <type>16th</type>
  731. <stem>down</stem>
  732. <staff>1</staff>
  733. <beam number="1">continue</beam>
  734. <beam number="2">continue</beam>
  735. </note>
  736. <note default-x="198.68" default-y="-10.00">
  737. <pitch>
  738. <step>D</step>
  739. <octave>5</octave>
  740. </pitch>
  741. <duration>1</duration>
  742. <voice>1</voice>
  743. <type>16th</type>
  744. <stem>down</stem>
  745. <staff>1</staff>
  746. <beam number="1">continue</beam>
  747. <beam number="2">continue</beam>
  748. </note>
  749. <note default-x="222.74" default-y="0.00">
  750. <pitch>
  751. <step>F</step>
  752. <octave>5</octave>
  753. </pitch>
  754. <duration>1</duration>
  755. <voice>1</voice>
  756. <type>16th</type>
  757. <stem>down</stem>
  758. <staff>1</staff>
  759. <beam number="1">end</beam>
  760. <beam number="2">end</beam>
  761. </note>
  762. <note>
  763. <rest/>
  764. <duration>2</duration>
  765. <voice>1</voice>
  766. <type>eighth</type>
  767. <staff>1</staff>
  768. </note>
  769. <note default-x="294.91" default-y="-30.00">
  770. <pitch>
  771. <step>G</step>
  772. <octave>4</octave>
  773. </pitch>
  774. <duration>1</duration>
  775. <voice>1</voice>
  776. <type>16th</type>
  777. <stem>up</stem>
  778. <staff>1</staff>
  779. <beam number="1">begin</beam>
  780. <beam number="2">begin</beam>
  781. </note>
  782. <note default-x="318.97" default-y="-10.00">
  783. <pitch>
  784. <step>D</step>
  785. <octave>5</octave>
  786. </pitch>
  787. <duration>1</duration>
  788. <voice>1</voice>
  789. <type>16th</type>
  790. <stem>up</stem>
  791. <staff>1</staff>
  792. <beam number="1">end</beam>
  793. <beam number="2">end</beam>
  794. </note>
  795. <note default-x="343.03" default-y="0.00">
  796. <pitch>
  797. <step>F</step>
  798. <octave>5</octave>
  799. </pitch>
  800. <duration>1</duration>
  801. <voice>1</voice>
  802. <type>16th</type>
  803. <stem>down</stem>
  804. <staff>1</staff>
  805. <beam number="1">begin</beam>
  806. <beam number="2">begin</beam>
  807. </note>
  808. <note default-x="367.09" default-y="-30.00">
  809. <pitch>
  810. <step>G</step>
  811. <octave>4</octave>
  812. </pitch>
  813. <duration>1</duration>
  814. <voice>1</voice>
  815. <type>16th</type>
  816. <stem>down</stem>
  817. <staff>1</staff>
  818. <beam number="1">continue</beam>
  819. <beam number="2">continue</beam>
  820. </note>
  821. <note default-x="391.15" default-y="-10.00">
  822. <pitch>
  823. <step>D</step>
  824. <octave>5</octave>
  825. </pitch>
  826. <duration>1</duration>
  827. <voice>1</voice>
  828. <type>16th</type>
  829. <stem>down</stem>
  830. <staff>1</staff>
  831. <beam number="1">continue</beam>
  832. <beam number="2">continue</beam>
  833. </note>
  834. <note default-x="415.20" default-y="0.00">
  835. <pitch>
  836. <step>F</step>
  837. <octave>5</octave>
  838. </pitch>
  839. <duration>1</duration>
  840. <voice>1</voice>
  841. <type>16th</type>
  842. <stem>down</stem>
  843. <staff>1</staff>
  844. <beam number="1">end</beam>
  845. <beam number="2">end</beam>
  846. </note>
  847. <backup>
  848. <duration>16</duration>
  849. </backup>
  850. <note print-object="no">
  851. <rest/>
  852. <duration>1</duration>
  853. <voice>5</voice>
  854. <type>16th</type>
  855. <staff>2</staff>
  856. </note>
  857. <note default-x="78.39" default-y="-90.00">
  858. <pitch>
  859. <step>D</step>
  860. <octave>4</octave>
  861. </pitch>
  862. <duration>3</duration>
  863. <tie type="start"/>
  864. <voice>5</voice>
  865. <type>eighth</type>
  866. <dot/>
  867. <stem>up</stem>
  868. <staff>2</staff>
  869. <notations>
  870. <tied type="start"/>
  871. </notations>
  872. </note>
  873. <note default-x="150.57" default-y="-90.00">
  874. <pitch>
  875. <step>D</step>
  876. <octave>4</octave>
  877. </pitch>
  878. <duration>4</duration>
  879. <tie type="stop"/>
  880. <voice>5</voice>
  881. <type>quarter</type>
  882. <stem>up</stem>
  883. <staff>2</staff>
  884. <notations>
  885. <tied type="stop"/>
  886. </notations>
  887. </note>
  888. <note print-object="no">
  889. <rest/>
  890. <duration>1</duration>
  891. <voice>5</voice>
  892. <type>16th</type>
  893. <staff>2</staff>
  894. </note>
  895. <note default-x="270.86" default-y="-90.00">
  896. <pitch>
  897. <step>D</step>
  898. <octave>4</octave>
  899. </pitch>
  900. <duration>3</duration>
  901. <tie type="start"/>
  902. <voice>5</voice>
  903. <type>eighth</type>
  904. <dot/>
  905. <stem>up</stem>
  906. <staff>2</staff>
  907. <notations>
  908. <tied type="start"/>
  909. </notations>
  910. </note>
  911. <note default-x="343.03" default-y="-90.00">
  912. <pitch>
  913. <step>D</step>
  914. <octave>4</octave>
  915. </pitch>
  916. <duration>4</duration>
  917. <tie type="stop"/>
  918. <voice>5</voice>
  919. <type>quarter</type>
  920. <stem>up</stem>
  921. <staff>2</staff>
  922. <notations>
  923. <tied type="stop"/>
  924. </notations>
  925. </note>
  926. <backup>
  927. <duration>16</duration>
  928. </backup>
  929. <note default-x="54.33" default-y="-100.00">
  930. <pitch>
  931. <step>B</step>
  932. <octave>3</octave>
  933. </pitch>
  934. <duration>8</duration>
  935. <voice>6</voice>
  936. <type>half</type>
  937. <stem>down</stem>
  938. <staff>2</staff>
  939. </note>
  940. <note default-x="246.80" default-y="-100.00">
  941. <pitch>
  942. <step>B</step>
  943. <octave>3</octave>
  944. </pitch>
  945. <duration>8</duration>
  946. <voice>6</voice>
  947. <type>half</type>
  948. <stem>down</stem>
  949. <staff>2</staff>
  950. </note>
  951. </measure>
  952. <measure number="4" width="398.53">
  953. <note>
  954. <rest/>
  955. <duration>2</duration>
  956. <voice>1</voice>
  957. <type>eighth</type>
  958. <staff>1</staff>
  959. </note>
  960. <note default-x="60.12" default-y="-30.00">
  961. <pitch>
  962. <step>G</step>
  963. <octave>4</octave>
  964. </pitch>
  965. <duration>1</duration>
  966. <voice>1</voice>
  967. <type>16th</type>
  968. <stem>up</stem>
  969. <staff>1</staff>
  970. <beam number="1">begin</beam>
  971. <beam number="2">begin</beam>
  972. </note>
  973. <note default-x="84.17" default-y="-15.00">
  974. <pitch>
  975. <step>C</step>
  976. <octave>5</octave>
  977. </pitch>
  978. <duration>1</duration>
  979. <voice>1</voice>
  980. <type>16th</type>
  981. <stem>up</stem>
  982. <staff>1</staff>
  983. <beam number="1">end</beam>
  984. <beam number="2">end</beam>
  985. </note>
  986. <note default-x="108.23" default-y="-5.00">
  987. <pitch>
  988. <step>E</step>
  989. <octave>5</octave>
  990. </pitch>
  991. <duration>1</duration>
  992. <voice>1</voice>
  993. <type>16th</type>
  994. <stem>down</stem>
  995. <staff>1</staff>
  996. <beam number="1">begin</beam>
  997. <beam number="2">begin</beam>
  998. </note>
  999. <note default-x="132.29" default-y="-30.00">
  1000. <pitch>
  1001. <step>G</step>
  1002. <octave>4</octave>
  1003. </pitch>
  1004. <duration>1</duration>
  1005. <voice>1</voice>
  1006. <type>16th</type>
  1007. <stem>down</stem>
  1008. <staff>1</staff>
  1009. <beam number="1">continue</beam>
  1010. <beam number="2">continue</beam>
  1011. </note>
  1012. <note default-x="156.35" default-y="-15.00">
  1013. <pitch>
  1014. <step>C</step>
  1015. <octave>5</octave>
  1016. </pitch>
  1017. <duration>1</duration>
  1018. <voice>1</voice>
  1019. <type>16th</type>
  1020. <stem>down</stem>
  1021. <staff>1</staff>
  1022. <beam number="1">continue</beam>
  1023. <beam number="2">continue</beam>
  1024. </note>
  1025. <note default-x="180.41" default-y="-5.00">
  1026. <pitch>
  1027. <step>E</step>
  1028. <octave>5</octave>
  1029. </pitch>
  1030. <duration>1</duration>
  1031. <voice>1</voice>
  1032. <type>16th</type>
  1033. <stem>down</stem>
  1034. <staff>1</staff>
  1035. <beam number="1">end</beam>
  1036. <beam number="2">end</beam>
  1037. </note>
  1038. <note>
  1039. <rest/>
  1040. <duration>2</duration>
  1041. <voice>1</voice>
  1042. <type>eighth</type>
  1043. <staff>1</staff>
  1044. </note>
  1045. <note default-x="252.58" default-y="-30.00">
  1046. <pitch>
  1047. <step>G</step>
  1048. <octave>4</octave>
  1049. </pitch>
  1050. <duration>1</duration>
  1051. <voice>1</voice>
  1052. <type>16th</type>
  1053. <stem>up</stem>
  1054. <staff>1</staff>
  1055. <beam number="1">begin</beam>
  1056. <beam number="2">begin</beam>
  1057. </note>
  1058. <note default-x="276.64" default-y="-15.00">
  1059. <pitch>
  1060. <step>C</step>
  1061. <octave>5</octave>
  1062. </pitch>
  1063. <duration>1</duration>
  1064. <voice>1</voice>
  1065. <type>16th</type>
  1066. <stem>up</stem>
  1067. <staff>1</staff>
  1068. <beam number="1">end</beam>
  1069. <beam number="2">end</beam>
  1070. </note>
  1071. <note default-x="300.70" default-y="-5.00">
  1072. <pitch>
  1073. <step>E</step>
  1074. <octave>5</octave>
  1075. </pitch>
  1076. <duration>1</duration>
  1077. <voice>1</voice>
  1078. <type>16th</type>
  1079. <stem>down</stem>
  1080. <staff>1</staff>
  1081. <beam number="1">begin</beam>
  1082. <beam number="2">begin</beam>
  1083. </note>
  1084. <note default-x="324.75" default-y="-30.00">
  1085. <pitch>
  1086. <step>G</step>
  1087. <octave>4</octave>
  1088. </pitch>
  1089. <duration>1</duration>
  1090. <voice>1</voice>
  1091. <type>16th</type>
  1092. <stem>down</stem>
  1093. <staff>1</staff>
  1094. <beam number="1">continue</beam>
  1095. <beam number="2">continue</beam>
  1096. </note>
  1097. <note default-x="348.81" default-y="-15.00">
  1098. <pitch>
  1099. <step>C</step>
  1100. <octave>5</octave>
  1101. </pitch>
  1102. <duration>1</duration>
  1103. <voice>1</voice>
  1104. <type>16th</type>
  1105. <stem>down</stem>
  1106. <staff>1</staff>
  1107. <beam number="1">continue</beam>
  1108. <beam number="2">continue</beam>
  1109. </note>
  1110. <note default-x="372.87" default-y="-5.00">
  1111. <pitch>
  1112. <step>E</step>
  1113. <octave>5</octave>
  1114. </pitch>
  1115. <duration>1</duration>
  1116. <voice>1</voice>
  1117. <type>16th</type>
  1118. <stem>down</stem>
  1119. <staff>1</staff>
  1120. <beam number="1">end</beam>
  1121. <beam number="2">end</beam>
  1122. </note>
  1123. <backup>
  1124. <duration>16</duration>
  1125. </backup>
  1126. <note print-object="no">
  1127. <rest/>
  1128. <duration>1</duration>
  1129. <voice>5</voice>
  1130. <type>16th</type>
  1131. <staff>2</staff>
  1132. </note>
  1133. <note default-x="36.06" default-y="-85.00">
  1134. <pitch>
  1135. <step>E</step>
  1136. <octave>4</octave>
  1137. </pitch>
  1138. <duration>3</duration>
  1139. <tie type="start"/>
  1140. <voice>5</voice>
  1141. <type>eighth</type>
  1142. <dot/>
  1143. <stem>up</stem>
  1144. <staff>2</staff>
  1145. <notations>
  1146. <tied type="start"/>
  1147. </notations>
  1148. </note>
  1149. <note default-x="108.23" default-y="-85.00">
  1150. <pitch>
  1151. <step>E</step>
  1152. <octave>4</octave>
  1153. </pitch>
  1154. <duration>4</duration>
  1155. <tie type="stop"/>
  1156. <voice>5</voice>
  1157. <type>quarter</type>
  1158. <stem>up</stem>
  1159. <staff>2</staff>
  1160. <notations>
  1161. <tied type="stop"/>
  1162. </notations>
  1163. </note>
  1164. <note print-object="no">
  1165. <rest/>
  1166. <duration>1</duration>
  1167. <voice>5</voice>
  1168. <type>16th</type>
  1169. <staff>2</staff>
  1170. </note>
  1171. <note default-x="228.52" default-y="-85.00">
  1172. <pitch>
  1173. <step>E</step>
  1174. <octave>4</octave>
  1175. </pitch>
  1176. <duration>3</duration>
  1177. <tie type="start"/>
  1178. <voice>5</voice>
  1179. <type>eighth</type>
  1180. <dot/>
  1181. <stem>up</stem>
  1182. <staff>2</staff>
  1183. <notations>
  1184. <tied type="start"/>
  1185. </notations>
  1186. </note>
  1187. <note default-x="300.70" default-y="-85.00">
  1188. <pitch>
  1189. <step>E</step>
  1190. <octave>4</octave>
  1191. </pitch>
  1192. <duration>4</duration>
  1193. <tie type="stop"/>
  1194. <voice>5</voice>
  1195. <type>quarter</type>
  1196. <stem>up</stem>
  1197. <staff>2</staff>
  1198. <notations>
  1199. <tied type="stop"/>
  1200. </notations>
  1201. </note>
  1202. <backup>
  1203. <duration>16</duration>
  1204. </backup>
  1205. <note default-x="12.00" default-y="-95.00">
  1206. <pitch>
  1207. <step>C</step>
  1208. <octave>4</octave>
  1209. </pitch>
  1210. <duration>8</duration>
  1211. <voice>6</voice>
  1212. <type>half</type>
  1213. <stem>down</stem>
  1214. <staff>2</staff>
  1215. </note>
  1216. <note default-x="204.46" default-y="-95.00">
  1217. <pitch>
  1218. <step>C</step>
  1219. <octave>4</octave>
  1220. </pitch>
  1221. <duration>8</duration>
  1222. <voice>6</voice>
  1223. <type>half</type>
  1224. <stem>down</stem>
  1225. <staff>2</staff>
  1226. </note>
  1227. </measure>
  1228. <measure number="5" width="438.12">
  1229. <print new-system="yes">
  1230. <system-layout>
  1231. <system-margins>
  1232. <left-margin>64.36</left-margin>
  1233. <right-margin>0.00</right-margin>
  1234. </system-margins>
  1235. <system-distance>183.61</system-distance>
  1236. </system-layout>
  1237. <staff-layout number="2">
  1238. <staff-distance>65.00</staff-distance>
  1239. </staff-layout>
  1240. </print>
  1241. <note>
  1242. <rest/>
  1243. <duration>2</duration>
  1244. <voice>1</voice>
  1245. <type>eighth</type>
  1246. <staff>1</staff>
  1247. </note>
  1248. <note default-x="102.11" default-y="-25.00">
  1249. <pitch>
  1250. <step>A</step>
  1251. <octave>4</octave>
  1252. </pitch>
  1253. <duration>1</duration>
  1254. <voice>1</voice>
  1255. <type>16th</type>
  1256. <stem>up</stem>
  1257. <staff>1</staff>
  1258. <beam number="1">begin</beam>
  1259. <beam number="2">begin</beam>
  1260. </note>
  1261. <note default-x="125.99" default-y="-5.00">
  1262. <pitch>
  1263. <step>E</step>
  1264. <octave>5</octave>
  1265. </pitch>
  1266. <duration>1</duration>
  1267. <voice>1</voice>
  1268. <type>16th</type>
  1269. <stem>up</stem>
  1270. <staff>1</staff>
  1271. <beam number="1">end</beam>
  1272. <beam number="2">end</beam>
  1273. </note>
  1274. <note default-x="149.88" default-y="10.00">
  1275. <pitch>
  1276. <step>A</step>
  1277. <octave>5</octave>
  1278. </pitch>
  1279. <duration>1</duration>
  1280. <voice>1</voice>
  1281. <type>16th</type>
  1282. <stem>down</stem>
  1283. <staff>1</staff>
  1284. <beam number="1">begin</beam>
  1285. <beam number="2">begin</beam>
  1286. </note>
  1287. <note default-x="173.77" default-y="-25.00">
  1288. <pitch>
  1289. <step>A</step>
  1290. <octave>4</octave>
  1291. </pitch>
  1292. <duration>1</duration>
  1293. <voice>1</voice>
  1294. <type>16th</type>
  1295. <stem>down</stem>
  1296. <staff>1</staff>
  1297. <beam number="1">continue</beam>
  1298. <beam number="2">continue</beam>
  1299. </note>
  1300. <note default-x="197.65" default-y="-5.00">
  1301. <pitch>
  1302. <step>E</step>
  1303. <octave>5</octave>
  1304. </pitch>
  1305. <duration>1</duration>
  1306. <voice>1</voice>
  1307. <type>16th</type>
  1308. <stem>down</stem>
  1309. <staff>1</staff>
  1310. <beam number="1">continue</beam>
  1311. <beam number="2">continue</beam>
  1312. </note>
  1313. <note default-x="221.54" default-y="10.00">
  1314. <pitch>
  1315. <step>A</step>
  1316. <octave>5</octave>
  1317. </pitch>
  1318. <duration>1</duration>
  1319. <voice>1</voice>
  1320. <type>16th</type>
  1321. <stem>down</stem>
  1322. <staff>1</staff>
  1323. <beam number="1">end</beam>
  1324. <beam number="2">end</beam>
  1325. </note>
  1326. <note>
  1327. <rest/>
  1328. <duration>2</duration>
  1329. <voice>1</voice>
  1330. <type>eighth</type>
  1331. <staff>1</staff>
  1332. </note>
  1333. <note default-x="293.20" default-y="-25.00">
  1334. <pitch>
  1335. <step>A</step>
  1336. <octave>4</octave>
  1337. </pitch>
  1338. <duration>1</duration>
  1339. <voice>1</voice>
  1340. <type>16th</type>
  1341. <stem>up</stem>
  1342. <staff>1</staff>
  1343. <beam number="1">begin</beam>
  1344. <beam number="2">begin</beam>
  1345. </note>
  1346. <note default-x="317.09" default-y="-5.00">
  1347. <pitch>
  1348. <step>E</step>
  1349. <octave>5</octave>
  1350. </pitch>
  1351. <duration>1</duration>
  1352. <voice>1</voice>
  1353. <type>16th</type>
  1354. <stem>up</stem>
  1355. <staff>1</staff>
  1356. <beam number="1">end</beam>
  1357. <beam number="2">end</beam>
  1358. </note>
  1359. <note default-x="340.97" default-y="10.00">
  1360. <pitch>
  1361. <step>A</step>
  1362. <octave>5</octave>
  1363. </pitch>
  1364. <duration>1</duration>
  1365. <voice>1</voice>
  1366. <type>16th</type>
  1367. <stem>down</stem>
  1368. <staff>1</staff>
  1369. <beam number="1">begin</beam>
  1370. <beam number="2">begin</beam>
  1371. </note>
  1372. <note default-x="364.86" default-y="-25.00">
  1373. <pitch>
  1374. <step>A</step>
  1375. <octave>4</octave>
  1376. </pitch>
  1377. <duration>1</duration>
  1378. <voice>1</voice>
  1379. <type>16th</type>
  1380. <stem>down</stem>
  1381. <staff>1</staff>
  1382. <beam number="1">continue</beam>
  1383. <beam number="2">continue</beam>
  1384. </note>
  1385. <note default-x="388.75" default-y="-5.00">
  1386. <pitch>
  1387. <step>E</step>
  1388. <octave>5</octave>
  1389. </pitch>
  1390. <duration>1</duration>
  1391. <voice>1</voice>
  1392. <type>16th</type>
  1393. <stem>down</stem>
  1394. <staff>1</staff>
  1395. <beam number="1">continue</beam>
  1396. <beam number="2">continue</beam>
  1397. </note>
  1398. <note default-x="412.63" default-y="10.00">
  1399. <pitch>
  1400. <step>A</step>
  1401. <octave>5</octave>
  1402. </pitch>
  1403. <duration>1</duration>
  1404. <voice>1</voice>
  1405. <type>16th</type>
  1406. <stem>down</stem>
  1407. <staff>1</staff>
  1408. <beam number="1">end</beam>
  1409. <beam number="2">end</beam>
  1410. </note>
  1411. <backup>
  1412. <duration>16</duration>
  1413. </backup>
  1414. <note print-object="no">
  1415. <rest/>
  1416. <duration>1</duration>
  1417. <voice>5</voice>
  1418. <type>16th</type>
  1419. <staff>2</staff>
  1420. </note>
  1421. <note default-x="78.22" default-y="-85.00">
  1422. <pitch>
  1423. <step>E</step>
  1424. <octave>4</octave>
  1425. </pitch>
  1426. <duration>3</duration>
  1427. <tie type="start"/>
  1428. <voice>5</voice>
  1429. <type>eighth</type>
  1430. <dot/>
  1431. <stem>up</stem>
  1432. <staff>2</staff>
  1433. <notations>
  1434. <tied type="start"/>
  1435. </notations>
  1436. </note>
  1437. <note default-x="149.88" default-y="-85.00">
  1438. <pitch>
  1439. <step>E</step>
  1440. <octave>4</octave>
  1441. </pitch>
  1442. <duration>4</duration>
  1443. <tie type="stop"/>
  1444. <voice>5</voice>
  1445. <type>quarter</type>
  1446. <stem>up</stem>
  1447. <staff>2</staff>
  1448. <notations>
  1449. <tied type="stop"/>
  1450. </notations>
  1451. </note>
  1452. <note print-object="no">
  1453. <rest/>
  1454. <duration>1</duration>
  1455. <voice>5</voice>
  1456. <type>16th</type>
  1457. <staff>2</staff>
  1458. </note>
  1459. <note default-x="269.31" default-y="-85.00">
  1460. <pitch>
  1461. <step>E</step>
  1462. <octave>4</octave>
  1463. </pitch>
  1464. <duration>3</duration>
  1465. <tie type="start"/>
  1466. <voice>5</voice>
  1467. <type>eighth</type>
  1468. <dot/>
  1469. <stem>up</stem>
  1470. <staff>2</staff>
  1471. <notations>
  1472. <tied type="start"/>
  1473. </notations>
  1474. </note>
  1475. <note default-x="340.97" default-y="-85.00">
  1476. <pitch>
  1477. <step>E</step>
  1478. <octave>4</octave>
  1479. </pitch>
  1480. <duration>4</duration>
  1481. <tie type="stop"/>
  1482. <voice>5</voice>
  1483. <type>quarter</type>
  1484. <stem>up</stem>
  1485. <staff>2</staff>
  1486. <notations>
  1487. <tied type="stop"/>
  1488. </notations>
  1489. </note>
  1490. <backup>
  1491. <duration>16</duration>
  1492. </backup>
  1493. <note default-x="54.33" default-y="-95.00">
  1494. <pitch>
  1495. <step>C</step>
  1496. <octave>4</octave>
  1497. </pitch>
  1498. <duration>8</duration>
  1499. <voice>6</voice>
  1500. <type>half</type>
  1501. <stem>down</stem>
  1502. <staff>2</staff>
  1503. </note>
  1504. <note default-x="245.43" default-y="-95.00">
  1505. <pitch>
  1506. <step>C</step>
  1507. <octave>4</octave>
  1508. </pitch>
  1509. <duration>8</duration>
  1510. <voice>6</voice>
  1511. <type>half</type>
  1512. <stem>down</stem>
  1513. <staff>2</staff>
  1514. </note>
  1515. </measure>
  1516. <measure number="6" width="401.27">
  1517. <note>
  1518. <rest/>
  1519. <duration>2</duration>
  1520. <voice>1</voice>
  1521. <type>eighth</type>
  1522. <staff>1</staff>
  1523. </note>
  1524. <note default-x="60.46" default-y="-30.00">
  1525. <pitch>
  1526. <step>G</step>
  1527. <alter>-1</alter>
  1528. <octave>4</octave>
  1529. </pitch>
  1530. <duration>1</duration>
  1531. <voice>1</voice>
  1532. <type>16th</type>
  1533. <accidental>flat</accidental>
  1534. <stem>up</stem>
  1535. <staff>1</staff>
  1536. <beam number="1">begin</beam>
  1537. <beam number="2">begin</beam>
  1538. </note>
  1539. <note default-x="84.69" default-y="-25.00">
  1540. <pitch>
  1541. <step>A</step>
  1542. <octave>4</octave>
  1543. </pitch>
  1544. <duration>1</duration>
  1545. <voice>1</voice>
  1546. <type>16th</type>
  1547. <stem>up</stem>
  1548. <staff>1</staff>
  1549. <beam number="1">end</beam>
  1550. <beam number="2">end</beam>
  1551. </note>
  1552. <note default-x="108.92" default-y="-10.00">
  1553. <pitch>
  1554. <step>D</step>
  1555. <octave>5</octave>
  1556. </pitch>
  1557. <duration>1</duration>
  1558. <voice>1</voice>
  1559. <type>16th</type>
  1560. <stem>up</stem>
  1561. <staff>1</staff>
  1562. <beam number="1">begin</beam>
  1563. <beam number="2">begin</beam>
  1564. </note>
  1565. <note default-x="133.15" default-y="-30.00">
  1566. <pitch>
  1567. <step>G</step>
  1568. <alter>-1</alter>
  1569. <octave>4</octave>
  1570. </pitch>
  1571. <duration>1</duration>
  1572. <voice>1</voice>
  1573. <type>16th</type>
  1574. <stem>up</stem>
  1575. <staff>1</staff>
  1576. <beam number="1">continue</beam>
  1577. <beam number="2">continue</beam>
  1578. </note>
  1579. <note default-x="157.38" default-y="-25.00">
  1580. <pitch>
  1581. <step>A</step>
  1582. <octave>4</octave>
  1583. </pitch>
  1584. <duration>1</duration>
  1585. <voice>1</voice>
  1586. <type>16th</type>
  1587. <stem>up</stem>
  1588. <staff>1</staff>
  1589. <beam number="1">continue</beam>
  1590. <beam number="2">continue</beam>
  1591. </note>
  1592. <note default-x="181.61" default-y="-10.00">
  1593. <pitch>
  1594. <step>D</step>
  1595. <octave>5</octave>
  1596. </pitch>
  1597. <duration>1</duration>
  1598. <voice>1</voice>
  1599. <type>16th</type>
  1600. <stem>up</stem>
  1601. <staff>1</staff>
  1602. <beam number="1">end</beam>
  1603. <beam number="2">end</beam>
  1604. </note>
  1605. <note>
  1606. <rest/>
  1607. <duration>2</duration>
  1608. <voice>1</voice>
  1609. <type>eighth</type>
  1610. <staff>1</staff>
  1611. </note>
  1612. <note default-x="254.29" default-y="-30.00">
  1613. <pitch>
  1614. <step>G</step>
  1615. <alter>-1</alter>
  1616. <octave>4</octave>
  1617. </pitch>
  1618. <duration>1</duration>
  1619. <voice>1</voice>
  1620. <type>16th</type>
  1621. <stem>up</stem>
  1622. <staff>1</staff>
  1623. <beam number="1">begin</beam>
  1624. <beam number="2">begin</beam>
  1625. </note>
  1626. <note default-x="278.52" default-y="-25.00">
  1627. <pitch>
  1628. <step>A</step>
  1629. <octave>4</octave>
  1630. </pitch>
  1631. <duration>1</duration>
  1632. <voice>1</voice>
  1633. <type>16th</type>
  1634. <stem>up</stem>
  1635. <staff>1</staff>
  1636. <beam number="1">end</beam>
  1637. <beam number="2">end</beam>
  1638. </note>
  1639. <note default-x="302.75" default-y="-10.00">
  1640. <pitch>
  1641. <step>D</step>
  1642. <octave>5</octave>
  1643. </pitch>
  1644. <duration>1</duration>
  1645. <voice>1</voice>
  1646. <type>16th</type>
  1647. <stem>up</stem>
  1648. <staff>1</staff>
  1649. <beam number="1">begin</beam>
  1650. <beam number="2">begin</beam>
  1651. </note>
  1652. <note default-x="326.98" default-y="-30.00">
  1653. <pitch>
  1654. <step>G</step>
  1655. <alter>-1</alter>
  1656. <octave>4</octave>
  1657. </pitch>
  1658. <duration>1</duration>
  1659. <voice>1</voice>
  1660. <type>16th</type>
  1661. <stem>up</stem>
  1662. <staff>1</staff>
  1663. <beam number="1">continue</beam>
  1664. <beam number="2">continue</beam>
  1665. </note>
  1666. <note default-x="351.21" default-y="-25.00">
  1667. <pitch>
  1668. <step>A</step>
  1669. <octave>4</octave>
  1670. </pitch>
  1671. <duration>1</duration>
  1672. <voice>1</voice>
  1673. <type>16th</type>
  1674. <stem>up</stem>
  1675. <staff>1</staff>
  1676. <beam number="1">continue</beam>
  1677. <beam number="2">continue</beam>
  1678. </note>
  1679. <note default-x="375.44" default-y="-10.00">
  1680. <pitch>
  1681. <step>D</step>
  1682. <octave>5</octave>
  1683. </pitch>
  1684. <duration>1</duration>
  1685. <voice>1</voice>
  1686. <type>16th</type>
  1687. <stem>up</stem>
  1688. <staff>1</staff>
  1689. <beam number="1">end</beam>
  1690. <beam number="2">end</beam>
  1691. </note>
  1692. <backup>
  1693. <duration>16</duration>
  1694. </backup>
  1695. <note print-object="no">
  1696. <rest/>
  1697. <duration>1</duration>
  1698. <voice>5</voice>
  1699. <type>16th</type>
  1700. <staff>2</staff>
  1701. </note>
  1702. <note default-x="36.23" default-y="-90.00">
  1703. <pitch>
  1704. <step>D</step>
  1705. <octave>4</octave>
  1706. </pitch>
  1707. <duration>3</duration>
  1708. <tie type="start"/>
  1709. <voice>5</voice>
  1710. <type>eighth</type>
  1711. <dot/>
  1712. <stem>up</stem>
  1713. <staff>2</staff>
  1714. <notations>
  1715. <tied type="start"/>
  1716. </notations>
  1717. </note>
  1718. <note default-x="108.92" default-y="-90.00">
  1719. <pitch>
  1720. <step>D</step>
  1721. <octave>4</octave>
  1722. </pitch>
  1723. <duration>4</duration>
  1724. <tie type="stop"/>
  1725. <voice>5</voice>
  1726. <type>quarter</type>
  1727. <stem>up</stem>
  1728. <staff>2</staff>
  1729. <notations>
  1730. <tied type="stop"/>
  1731. </notations>
  1732. </note>
  1733. <note print-object="no">
  1734. <rest/>
  1735. <duration>1</duration>
  1736. <voice>5</voice>
  1737. <type>16th</type>
  1738. <staff>2</staff>
  1739. </note>
  1740. <note default-x="230.06" default-y="-90.00">
  1741. <pitch>
  1742. <step>D</step>
  1743. <octave>4</octave>
  1744. </pitch>
  1745. <duration>3</duration>
  1746. <tie type="start"/>
  1747. <voice>5</voice>
  1748. <type>eighth</type>
  1749. <dot/>
  1750. <stem>up</stem>
  1751. <staff>2</staff>
  1752. <notations>
  1753. <tied type="start"/>
  1754. </notations>
  1755. </note>
  1756. <note default-x="302.75" default-y="-90.00">
  1757. <pitch>
  1758. <step>D</step>
  1759. <octave>4</octave>
  1760. </pitch>
  1761. <duration>4</duration>
  1762. <tie type="stop"/>
  1763. <voice>5</voice>
  1764. <type>quarter</type>
  1765. <stem>up</stem>
  1766. <staff>2</staff>
  1767. <notations>
  1768. <tied type="stop"/>
  1769. </notations>
  1770. </note>
  1771. <backup>
  1772. <duration>16</duration>
  1773. </backup>
  1774. <note default-x="12.00" default-y="-95.00">
  1775. <pitch>
  1776. <step>C</step>
  1777. <octave>4</octave>
  1778. </pitch>
  1779. <duration>8</duration>
  1780. <voice>6</voice>
  1781. <type>half</type>
  1782. <stem>down</stem>
  1783. <staff>2</staff>
  1784. </note>
  1785. <note default-x="205.84" default-y="-95.00">
  1786. <pitch>
  1787. <step>C</step>
  1788. <octave>4</octave>
  1789. </pitch>
  1790. <duration>8</duration>
  1791. <voice>6</voice>
  1792. <type>half</type>
  1793. <stem>down</stem>
  1794. <staff>2</staff>
  1795. </note>
  1796. </measure>
  1797. <measure number="7" width="440.86">
  1798. <print new-page="yes">
  1799. <system-layout>
  1800. <system-margins>
  1801. <left-margin>64.36</left-margin>
  1802. <right-margin>0.00</right-margin>
  1803. </system-margins>
  1804. <top-system-distance>70.00</top-system-distance>
  1805. </system-layout>
  1806. <staff-layout number="2">
  1807. <staff-distance>65.00</staff-distance>
  1808. </staff-layout>
  1809. </print>
  1810. <note>
  1811. <rest/>
  1812. <duration>2</duration>
  1813. <voice>1</voice>
  1814. <type>eighth</type>
  1815. <staff>1</staff>
  1816. </note>
  1817. <note default-x="102.45" default-y="-30.00">
  1818. <pitch>
  1819. <step>G</step>
  1820. <octave>4</octave>
  1821. </pitch>
  1822. <duration>1</duration>
  1823. <voice>1</voice>
  1824. <type>16th</type>
  1825. <stem>up</stem>
  1826. <staff>1</staff>
  1827. <beam number="1">begin</beam>
  1828. <beam number="2">begin</beam>
  1829. </note>
  1830. <note default-x="126.51" default-y="-10.00">
  1831. <pitch>
  1832. <step>D</step>
  1833. <octave>5</octave>
  1834. </pitch>
  1835. <duration>1</duration>
  1836. <voice>1</voice>
  1837. <type>16th</type>
  1838. <stem>up</stem>
  1839. <staff>1</staff>
  1840. <beam number="1">end</beam>
  1841. <beam number="2">end</beam>
  1842. </note>
  1843. <note default-x="150.57" default-y="5.00">
  1844. <pitch>
  1845. <step>G</step>
  1846. <octave>5</octave>
  1847. </pitch>
  1848. <duration>1</duration>
  1849. <voice>1</voice>
  1850. <type>16th</type>
  1851. <stem>down</stem>
  1852. <staff>1</staff>
  1853. <beam number="1">begin</beam>
  1854. <beam number="2">begin</beam>
  1855. </note>
  1856. <note default-x="174.62" default-y="-30.00">
  1857. <pitch>
  1858. <step>G</step>
  1859. <octave>4</octave>
  1860. </pitch>
  1861. <duration>1</duration>
  1862. <voice>1</voice>
  1863. <type>16th</type>
  1864. <stem>down</stem>
  1865. <staff>1</staff>
  1866. <beam number="1">continue</beam>
  1867. <beam number="2">continue</beam>
  1868. </note>
  1869. <note default-x="198.68" default-y="-10.00">
  1870. <pitch>
  1871. <step>D</step>
  1872. <octave>5</octave>
  1873. </pitch>
  1874. <duration>1</duration>
  1875. <voice>1</voice>
  1876. <type>16th</type>
  1877. <stem>down</stem>
  1878. <staff>1</staff>
  1879. <beam number="1">continue</beam>
  1880. <beam number="2">continue</beam>
  1881. </note>
  1882. <note default-x="222.74" default-y="5.00">
  1883. <pitch>
  1884. <step>G</step>
  1885. <octave>5</octave>
  1886. </pitch>
  1887. <duration>1</duration>
  1888. <voice>1</voice>
  1889. <type>16th</type>
  1890. <stem>down</stem>
  1891. <staff>1</staff>
  1892. <beam number="1">end</beam>
  1893. <beam number="2">end</beam>
  1894. </note>
  1895. <note>
  1896. <rest/>
  1897. <duration>2</duration>
  1898. <voice>1</voice>
  1899. <type>eighth</type>
  1900. <staff>1</staff>
  1901. </note>
  1902. <note default-x="294.91" default-y="-30.00">
  1903. <pitch>
  1904. <step>G</step>
  1905. <octave>4</octave>
  1906. </pitch>
  1907. <duration>1</duration>
  1908. <voice>1</voice>
  1909. <type>16th</type>
  1910. <stem>up</stem>
  1911. <staff>1</staff>
  1912. <beam number="1">begin</beam>
  1913. <beam number="2">begin</beam>
  1914. </note>
  1915. <note default-x="318.97" default-y="-10.00">
  1916. <pitch>
  1917. <step>D</step>
  1918. <octave>5</octave>
  1919. </pitch>
  1920. <duration>1</duration>
  1921. <voice>1</voice>
  1922. <type>16th</type>
  1923. <stem>up</stem>
  1924. <staff>1</staff>
  1925. <beam number="1">end</beam>
  1926. <beam number="2">end</beam>
  1927. </note>
  1928. <note default-x="343.03" default-y="5.00">
  1929. <pitch>
  1930. <step>G</step>
  1931. <octave>5</octave>
  1932. </pitch>
  1933. <duration>1</duration>
  1934. <voice>1</voice>
  1935. <type>16th</type>
  1936. <stem>down</stem>
  1937. <staff>1</staff>
  1938. <beam number="1">begin</beam>
  1939. <beam number="2">begin</beam>
  1940. </note>
  1941. <note default-x="367.09" default-y="-30.00">
  1942. <pitch>
  1943. <step>G</step>
  1944. <octave>4</octave>
  1945. </pitch>
  1946. <duration>1</duration>
  1947. <voice>1</voice>
  1948. <type>16th</type>
  1949. <stem>down</stem>
  1950. <staff>1</staff>
  1951. <beam number="1">continue</beam>
  1952. <beam number="2">continue</beam>
  1953. </note>
  1954. <note default-x="391.15" default-y="-10.00">
  1955. <pitch>
  1956. <step>D</step>
  1957. <octave>5</octave>
  1958. </pitch>
  1959. <duration>1</duration>
  1960. <voice>1</voice>
  1961. <type>16th</type>
  1962. <stem>down</stem>
  1963. <staff>1</staff>
  1964. <beam number="1">continue</beam>
  1965. <beam number="2">continue</beam>
  1966. </note>
  1967. <note default-x="415.20" default-y="5.00">
  1968. <pitch>
  1969. <step>G</step>
  1970. <octave>5</octave>
  1971. </pitch>
  1972. <duration>1</duration>
  1973. <voice>1</voice>
  1974. <type>16th</type>
  1975. <stem>down</stem>
  1976. <staff>1</staff>
  1977. <beam number="1">end</beam>
  1978. <beam number="2">end</beam>
  1979. </note>
  1980. <backup>
  1981. <duration>16</duration>
  1982. </backup>
  1983. <note print-object="no">
  1984. <rest/>
  1985. <duration>1</duration>
  1986. <voice>5</voice>
  1987. <type>16th</type>
  1988. <staff>2</staff>
  1989. </note>
  1990. <note default-x="78.39" default-y="-90.00">
  1991. <pitch>
  1992. <step>D</step>
  1993. <octave>4</octave>
  1994. </pitch>
  1995. <duration>3</duration>
  1996. <tie type="start"/>
  1997. <voice>5</voice>
  1998. <type>eighth</type>
  1999. <dot/>
  2000. <stem>up</stem>
  2001. <staff>2</staff>
  2002. <notations>
  2003. <tied type="start"/>
  2004. </notations>
  2005. </note>
  2006. <note default-x="150.57" default-y="-90.00">
  2007. <pitch>
  2008. <step>D</step>
  2009. <octave>4</octave>
  2010. </pitch>
  2011. <duration>4</duration>
  2012. <tie type="stop"/>
  2013. <voice>5</voice>
  2014. <type>quarter</type>
  2015. <stem>up</stem>
  2016. <staff>2</staff>
  2017. <notations>
  2018. <tied type="stop"/>
  2019. </notations>
  2020. </note>
  2021. <note print-object="no">
  2022. <rest/>
  2023. <duration>1</duration>
  2024. <voice>5</voice>
  2025. <type>16th</type>
  2026. <staff>2</staff>
  2027. </note>
  2028. <note default-x="270.86" default-y="-90.00">
  2029. <pitch>
  2030. <step>D</step>
  2031. <octave>4</octave>
  2032. </pitch>
  2033. <duration>3</duration>
  2034. <tie type="start"/>
  2035. <voice>5</voice>
  2036. <type>eighth</type>
  2037. <dot/>
  2038. <stem>up</stem>
  2039. <staff>2</staff>
  2040. <notations>
  2041. <tied type="start"/>
  2042. </notations>
  2043. </note>
  2044. <note default-x="343.03" default-y="-90.00">
  2045. <pitch>
  2046. <step>D</step>
  2047. <octave>4</octave>
  2048. </pitch>
  2049. <duration>4</duration>
  2050. <tie type="stop"/>
  2051. <voice>5</voice>
  2052. <type>quarter</type>
  2053. <stem>up</stem>
  2054. <staff>2</staff>
  2055. <notations>
  2056. <tied type="stop"/>
  2057. </notations>
  2058. </note>
  2059. <backup>
  2060. <duration>16</duration>
  2061. </backup>
  2062. <note default-x="54.33" default-y="-100.00">
  2063. <pitch>
  2064. <step>B</step>
  2065. <octave>3</octave>
  2066. </pitch>
  2067. <duration>8</duration>
  2068. <voice>6</voice>
  2069. <type>half</type>
  2070. <stem>down</stem>
  2071. <staff>2</staff>
  2072. </note>
  2073. <note default-x="246.80" default-y="-100.00">
  2074. <pitch>
  2075. <step>B</step>
  2076. <octave>3</octave>
  2077. </pitch>
  2078. <duration>8</duration>
  2079. <voice>6</voice>
  2080. <type>half</type>
  2081. <stem>down</stem>
  2082. <staff>2</staff>
  2083. </note>
  2084. </measure>
  2085. <measure number="8" width="398.53">
  2086. <note>
  2087. <rest/>
  2088. <duration>2</duration>
  2089. <voice>1</voice>
  2090. <type>eighth</type>
  2091. <staff>1</staff>
  2092. </note>
  2093. <note default-x="60.12" default-y="-40.00">
  2094. <pitch>
  2095. <step>E</step>
  2096. <octave>4</octave>
  2097. </pitch>
  2098. <duration>1</duration>
  2099. <voice>1</voice>
  2100. <type>16th</type>
  2101. <stem>up</stem>
  2102. <staff>1</staff>
  2103. <beam number="1">begin</beam>
  2104. <beam number="2">begin</beam>
  2105. </note>
  2106. <note default-x="84.17" default-y="-30.00">
  2107. <pitch>
  2108. <step>G</step>
  2109. <octave>4</octave>
  2110. </pitch>
  2111. <duration>1</duration>
  2112. <voice>1</voice>
  2113. <type>16th</type>
  2114. <stem>up</stem>
  2115. <staff>1</staff>
  2116. <beam number="1">end</beam>
  2117. <beam number="2">end</beam>
  2118. </note>
  2119. <note default-x="108.23" default-y="-15.00">
  2120. <pitch>
  2121. <step>C</step>
  2122. <octave>5</octave>
  2123. </pitch>
  2124. <duration>1</duration>
  2125. <voice>1</voice>
  2126. <type>16th</type>
  2127. <stem>up</stem>
  2128. <staff>1</staff>
  2129. <beam number="1">begin</beam>
  2130. <beam number="2">begin</beam>
  2131. </note>
  2132. <note default-x="132.29" default-y="-40.00">
  2133. <pitch>
  2134. <step>E</step>
  2135. <octave>4</octave>
  2136. </pitch>
  2137. <duration>1</duration>
  2138. <voice>1</voice>
  2139. <type>16th</type>
  2140. <stem>up</stem>
  2141. <staff>1</staff>
  2142. <beam number="1">continue</beam>
  2143. <beam number="2">continue</beam>
  2144. </note>
  2145. <note default-x="156.35" default-y="-30.00">
  2146. <pitch>
  2147. <step>G</step>
  2148. <octave>4</octave>
  2149. </pitch>
  2150. <duration>1</duration>
  2151. <voice>1</voice>
  2152. <type>16th</type>
  2153. <stem>up</stem>
  2154. <staff>1</staff>
  2155. <beam number="1">continue</beam>
  2156. <beam number="2">continue</beam>
  2157. </note>
  2158. <note default-x="180.41" default-y="-15.00">
  2159. <pitch>
  2160. <step>C</step>
  2161. <octave>5</octave>
  2162. </pitch>
  2163. <duration>1</duration>
  2164. <voice>1</voice>
  2165. <type>16th</type>
  2166. <stem>up</stem>
  2167. <staff>1</staff>
  2168. <beam number="1">end</beam>
  2169. <beam number="2">end</beam>
  2170. </note>
  2171. <note>
  2172. <rest/>
  2173. <duration>2</duration>
  2174. <voice>1</voice>
  2175. <type>eighth</type>
  2176. <staff>1</staff>
  2177. </note>
  2178. <note default-x="252.58" default-y="-40.00">
  2179. <pitch>
  2180. <step>E</step>
  2181. <octave>4</octave>
  2182. </pitch>
  2183. <duration>1</duration>
  2184. <voice>1</voice>
  2185. <type>16th</type>
  2186. <stem>up</stem>
  2187. <staff>1</staff>
  2188. <beam number="1">begin</beam>
  2189. <beam number="2">begin</beam>
  2190. </note>
  2191. <note default-x="276.64" default-y="-30.00">
  2192. <pitch>
  2193. <step>G</step>
  2194. <octave>4</octave>
  2195. </pitch>
  2196. <duration>1</duration>
  2197. <voice>1</voice>
  2198. <type>16th</type>
  2199. <stem>up</stem>
  2200. <staff>1</staff>
  2201. <beam number="1">end</beam>
  2202. <beam number="2">end</beam>
  2203. </note>
  2204. <note default-x="300.70" default-y="-15.00">
  2205. <pitch>
  2206. <step>C</step>
  2207. <octave>5</octave>
  2208. </pitch>
  2209. <duration>1</duration>
  2210. <voice>1</voice>
  2211. <type>16th</type>
  2212. <stem>up</stem>
  2213. <staff>1</staff>
  2214. <beam number="1">begin</beam>
  2215. <beam number="2">begin</beam>
  2216. </note>
  2217. <note default-x="324.75" default-y="-40.00">
  2218. <pitch>
  2219. <step>E</step>
  2220. <octave>4</octave>
  2221. </pitch>
  2222. <duration>1</duration>
  2223. <voice>1</voice>
  2224. <type>16th</type>
  2225. <stem>up</stem>
  2226. <staff>1</staff>
  2227. <beam number="1">continue</beam>
  2228. <beam number="2">continue</beam>
  2229. </note>
  2230. <note default-x="348.81" default-y="-30.00">
  2231. <pitch>
  2232. <step>G</step>
  2233. <octave>4</octave>
  2234. </pitch>
  2235. <duration>1</duration>
  2236. <voice>1</voice>
  2237. <type>16th</type>
  2238. <stem>up</stem>
  2239. <staff>1</staff>
  2240. <beam number="1">continue</beam>
  2241. <beam number="2">continue</beam>
  2242. </note>
  2243. <note default-x="372.87" default-y="-15.00">
  2244. <pitch>
  2245. <step>C</step>
  2246. <octave>5</octave>
  2247. </pitch>
  2248. <duration>1</duration>
  2249. <voice>1</voice>
  2250. <type>16th</type>
  2251. <stem>up</stem>
  2252. <staff>1</staff>
  2253. <beam number="1">end</beam>
  2254. <beam number="2">end</beam>
  2255. </note>
  2256. <backup>
  2257. <duration>16</duration>
  2258. </backup>
  2259. <note print-object="no">
  2260. <rest/>
  2261. <duration>1</duration>
  2262. <voice>5</voice>
  2263. <type>16th</type>
  2264. <staff>2</staff>
  2265. </note>
  2266. <note default-x="36.06" default-y="-95.00">
  2267. <pitch>
  2268. <step>C</step>
  2269. <octave>4</octave>
  2270. </pitch>
  2271. <duration>3</duration>
  2272. <tie type="start"/>
  2273. <voice>5</voice>
  2274. <type>eighth</type>
  2275. <dot/>
  2276. <stem>up</stem>
  2277. <staff>2</staff>
  2278. <notations>
  2279. <tied type="start"/>
  2280. </notations>
  2281. </note>
  2282. <note default-x="108.23" default-y="-95.00">
  2283. <pitch>
  2284. <step>C</step>
  2285. <octave>4</octave>
  2286. </pitch>
  2287. <duration>4</duration>
  2288. <tie type="stop"/>
  2289. <voice>5</voice>
  2290. <type>quarter</type>
  2291. <stem>up</stem>
  2292. <staff>2</staff>
  2293. <notations>
  2294. <tied type="stop"/>
  2295. </notations>
  2296. </note>
  2297. <note print-object="no">
  2298. <rest/>
  2299. <duration>1</duration>
  2300. <voice>5</voice>
  2301. <type>16th</type>
  2302. <staff>2</staff>
  2303. </note>
  2304. <note default-x="228.52" default-y="-95.00">
  2305. <pitch>
  2306. <step>C</step>
  2307. <octave>4</octave>
  2308. </pitch>
  2309. <duration>3</duration>
  2310. <tie type="start"/>
  2311. <voice>5</voice>
  2312. <type>eighth</type>
  2313. <dot/>
  2314. <stem>up</stem>
  2315. <staff>2</staff>
  2316. <notations>
  2317. <tied type="start"/>
  2318. </notations>
  2319. </note>
  2320. <note default-x="300.70" default-y="-95.00">
  2321. <pitch>
  2322. <step>C</step>
  2323. <octave>4</octave>
  2324. </pitch>
  2325. <duration>4</duration>
  2326. <tie type="stop"/>
  2327. <voice>5</voice>
  2328. <type>quarter</type>
  2329. <stem>up</stem>
  2330. <staff>2</staff>
  2331. <notations>
  2332. <tied type="stop"/>
  2333. </notations>
  2334. </note>
  2335. <backup>
  2336. <duration>16</duration>
  2337. </backup>
  2338. <note default-x="12.00" default-y="-100.00">
  2339. <pitch>
  2340. <step>B</step>
  2341. <octave>3</octave>
  2342. </pitch>
  2343. <duration>8</duration>
  2344. <voice>6</voice>
  2345. <type>half</type>
  2346. <stem>down</stem>
  2347. <staff>2</staff>
  2348. </note>
  2349. <note default-x="204.46" default-y="-100.00">
  2350. <pitch>
  2351. <step>B</step>
  2352. <octave>3</octave>
  2353. </pitch>
  2354. <duration>8</duration>
  2355. <voice>6</voice>
  2356. <type>half</type>
  2357. <stem>down</stem>
  2358. <staff>2</staff>
  2359. </note>
  2360. </measure>
  2361. <measure number="9" width="434.44">
  2362. <print new-system="yes">
  2363. <system-layout>
  2364. <system-margins>
  2365. <left-margin>64.36</left-margin>
  2366. <right-margin>0.00</right-margin>
  2367. </system-margins>
  2368. <system-distance>141.11</system-distance>
  2369. </system-layout>
  2370. <staff-layout number="2">
  2371. <staff-distance>65.00</staff-distance>
  2372. </staff-layout>
  2373. </print>
  2374. <note>
  2375. <rest/>
  2376. <duration>2</duration>
  2377. <voice>1</voice>
  2378. <type>eighth</type>
  2379. <staff>1</staff>
  2380. </note>
  2381. <note default-x="101.65" default-y="-40.00">
  2382. <pitch>
  2383. <step>E</step>
  2384. <octave>4</octave>
  2385. </pitch>
  2386. <duration>1</duration>
  2387. <voice>1</voice>
  2388. <type>16th</type>
  2389. <stem>up</stem>
  2390. <staff>1</staff>
  2391. <beam number="1">begin</beam>
  2392. <beam number="2">begin</beam>
  2393. </note>
  2394. <note default-x="125.30" default-y="-30.00">
  2395. <pitch>
  2396. <step>G</step>
  2397. <octave>4</octave>
  2398. </pitch>
  2399. <duration>1</duration>
  2400. <voice>1</voice>
  2401. <type>16th</type>
  2402. <stem>up</stem>
  2403. <staff>1</staff>
  2404. <beam number="1">end</beam>
  2405. <beam number="2">end</beam>
  2406. </note>
  2407. <note default-x="148.96" default-y="-15.00">
  2408. <pitch>
  2409. <step>C</step>
  2410. <octave>5</octave>
  2411. </pitch>
  2412. <duration>1</duration>
  2413. <voice>1</voice>
  2414. <type>16th</type>
  2415. <stem>up</stem>
  2416. <staff>1</staff>
  2417. <beam number="1">begin</beam>
  2418. <beam number="2">begin</beam>
  2419. </note>
  2420. <note default-x="172.62" default-y="-40.00">
  2421. <pitch>
  2422. <step>E</step>
  2423. <octave>4</octave>
  2424. </pitch>
  2425. <duration>1</duration>
  2426. <voice>1</voice>
  2427. <type>16th</type>
  2428. <stem>up</stem>
  2429. <staff>1</staff>
  2430. <beam number="1">continue</beam>
  2431. <beam number="2">continue</beam>
  2432. </note>
  2433. <note default-x="196.27" default-y="-30.00">
  2434. <pitch>
  2435. <step>G</step>
  2436. <octave>4</octave>
  2437. </pitch>
  2438. <duration>1</duration>
  2439. <voice>1</voice>
  2440. <type>16th</type>
  2441. <stem>up</stem>
  2442. <staff>1</staff>
  2443. <beam number="1">continue</beam>
  2444. <beam number="2">continue</beam>
  2445. </note>
  2446. <note default-x="219.93" default-y="-15.00">
  2447. <pitch>
  2448. <step>C</step>
  2449. <octave>5</octave>
  2450. </pitch>
  2451. <duration>1</duration>
  2452. <voice>1</voice>
  2453. <type>16th</type>
  2454. <stem>up</stem>
  2455. <staff>1</staff>
  2456. <beam number="1">end</beam>
  2457. <beam number="2">end</beam>
  2458. </note>
  2459. <note>
  2460. <rest/>
  2461. <duration>2</duration>
  2462. <voice>1</voice>
  2463. <type>eighth</type>
  2464. <staff>1</staff>
  2465. </note>
  2466. <note default-x="290.90" default-y="-40.00">
  2467. <pitch>
  2468. <step>E</step>
  2469. <octave>4</octave>
  2470. </pitch>
  2471. <duration>1</duration>
  2472. <voice>1</voice>
  2473. <type>16th</type>
  2474. <stem>up</stem>
  2475. <staff>1</staff>
  2476. <beam number="1">begin</beam>
  2477. <beam number="2">begin</beam>
  2478. </note>
  2479. <note default-x="314.55" default-y="-30.00">
  2480. <pitch>
  2481. <step>G</step>
  2482. <octave>4</octave>
  2483. </pitch>
  2484. <duration>1</duration>
  2485. <voice>1</voice>
  2486. <type>16th</type>
  2487. <stem>up</stem>
  2488. <staff>1</staff>
  2489. <beam number="1">end</beam>
  2490. <beam number="2">end</beam>
  2491. </note>
  2492. <note default-x="338.21" default-y="-15.00">
  2493. <pitch>
  2494. <step>C</step>
  2495. <octave>5</octave>
  2496. </pitch>
  2497. <duration>1</duration>
  2498. <voice>1</voice>
  2499. <type>16th</type>
  2500. <stem>up</stem>
  2501. <staff>1</staff>
  2502. <beam number="1">begin</beam>
  2503. <beam number="2">begin</beam>
  2504. </note>
  2505. <note default-x="361.87" default-y="-40.00">
  2506. <pitch>
  2507. <step>E</step>
  2508. <octave>4</octave>
  2509. </pitch>
  2510. <duration>1</duration>
  2511. <voice>1</voice>
  2512. <type>16th</type>
  2513. <stem>up</stem>
  2514. <staff>1</staff>
  2515. <beam number="1">continue</beam>
  2516. <beam number="2">continue</beam>
  2517. </note>
  2518. <note default-x="385.52" default-y="-30.00">
  2519. <pitch>
  2520. <step>G</step>
  2521. <octave>4</octave>
  2522. </pitch>
  2523. <duration>1</duration>
  2524. <voice>1</voice>
  2525. <type>16th</type>
  2526. <stem>up</stem>
  2527. <staff>1</staff>
  2528. <beam number="1">continue</beam>
  2529. <beam number="2">continue</beam>
  2530. </note>
  2531. <note default-x="409.18" default-y="-15.00">
  2532. <pitch>
  2533. <step>C</step>
  2534. <octave>5</octave>
  2535. </pitch>
  2536. <duration>1</duration>
  2537. <voice>1</voice>
  2538. <type>16th</type>
  2539. <stem>up</stem>
  2540. <staff>1</staff>
  2541. <beam number="1">end</beam>
  2542. <beam number="2">end</beam>
  2543. </note>
  2544. <backup>
  2545. <duration>16</duration>
  2546. </backup>
  2547. <note print-object="no">
  2548. <rest/>
  2549. <duration>1</duration>
  2550. <voice>5</voice>
  2551. <type>16th</type>
  2552. <staff>2</staff>
  2553. </note>
  2554. <note default-x="77.99" default-y="-95.00">
  2555. <pitch>
  2556. <step>C</step>
  2557. <octave>4</octave>
  2558. </pitch>
  2559. <duration>3</duration>
  2560. <tie type="start"/>
  2561. <voice>5</voice>
  2562. <type>eighth</type>
  2563. <dot/>
  2564. <stem>up</stem>
  2565. <staff>2</staff>
  2566. <notations>
  2567. <tied type="start"/>
  2568. </notations>
  2569. </note>
  2570. <note default-x="148.96" default-y="-95.00">
  2571. <pitch>
  2572. <step>C</step>
  2573. <octave>4</octave>
  2574. </pitch>
  2575. <duration>4</duration>
  2576. <tie type="stop"/>
  2577. <voice>5</voice>
  2578. <type>quarter</type>
  2579. <stem>up</stem>
  2580. <staff>2</staff>
  2581. <notations>
  2582. <tied type="stop"/>
  2583. </notations>
  2584. </note>
  2585. <note print-object="no">
  2586. <rest/>
  2587. <duration>1</duration>
  2588. <voice>5</voice>
  2589. <type>16th</type>
  2590. <staff>2</staff>
  2591. </note>
  2592. <note default-x="267.24" default-y="-95.00">
  2593. <pitch>
  2594. <step>C</step>
  2595. <octave>4</octave>
  2596. </pitch>
  2597. <duration>3</duration>
  2598. <tie type="start"/>
  2599. <voice>5</voice>
  2600. <type>eighth</type>
  2601. <dot/>
  2602. <stem>up</stem>
  2603. <staff>2</staff>
  2604. <notations>
  2605. <tied type="start"/>
  2606. </notations>
  2607. </note>
  2608. <note default-x="338.21" default-y="-95.00">
  2609. <pitch>
  2610. <step>C</step>
  2611. <octave>4</octave>
  2612. </pitch>
  2613. <duration>4</duration>
  2614. <tie type="stop"/>
  2615. <voice>5</voice>
  2616. <type>quarter</type>
  2617. <stem>up</stem>
  2618. <staff>2</staff>
  2619. <notations>
  2620. <tied type="stop"/>
  2621. </notations>
  2622. </note>
  2623. <backup>
  2624. <duration>16</duration>
  2625. </backup>
  2626. <note default-x="54.33" default-y="-105.00">
  2627. <pitch>
  2628. <step>A</step>
  2629. <octave>3</octave>
  2630. </pitch>
  2631. <duration>8</duration>
  2632. <voice>6</voice>
  2633. <type>half</type>
  2634. <stem>down</stem>
  2635. <staff>2</staff>
  2636. </note>
  2637. <note default-x="243.58" default-y="-105.00">
  2638. <pitch>
  2639. <step>A</step>
  2640. <octave>3</octave>
  2641. </pitch>
  2642. <duration>8</duration>
  2643. <voice>6</voice>
  2644. <type>half</type>
  2645. <stem>down</stem>
  2646. <staff>2</staff>
  2647. </note>
  2648. </measure>
  2649. <measure number="10" width="404.95">
  2650. <note>
  2651. <rest/>
  2652. <duration>2</duration>
  2653. <voice>1</voice>
  2654. <type>eighth</type>
  2655. <staff>1</staff>
  2656. </note>
  2657. <note default-x="60.13" default-y="-45.00">
  2658. <pitch>
  2659. <step>D</step>
  2660. <octave>4</octave>
  2661. </pitch>
  2662. <duration>1</duration>
  2663. <voice>1</voice>
  2664. <type>16th</type>
  2665. <stem>up</stem>
  2666. <staff>1</staff>
  2667. <beam number="1">begin</beam>
  2668. <beam number="2">begin</beam>
  2669. </note>
  2670. <note default-x="90.49" default-y="-35.00">
  2671. <pitch>
  2672. <step>F</step>
  2673. <alter>1</alter>
  2674. <octave>4</octave>
  2675. </pitch>
  2676. <duration>1</duration>
  2677. <voice>1</voice>
  2678. <type>16th</type>
  2679. <accidental>sharp</accidental>
  2680. <stem>up</stem>
  2681. <staff>1</staff>
  2682. <beam number="1">end</beam>
  2683. <beam number="2">end</beam>
  2684. </note>
  2685. <note default-x="114.56" default-y="-15.00">
  2686. <pitch>
  2687. <step>C</step>
  2688. <octave>5</octave>
  2689. </pitch>
  2690. <duration>1</duration>
  2691. <voice>1</voice>
  2692. <type>16th</type>
  2693. <stem>up</stem>
  2694. <staff>1</staff>
  2695. <beam number="1">begin</beam>
  2696. <beam number="2">begin</beam>
  2697. </note>
  2698. <note default-x="138.63" default-y="-45.00">
  2699. <pitch>
  2700. <step>D</step>
  2701. <octave>4</octave>
  2702. </pitch>
  2703. <duration>1</duration>
  2704. <voice>1</voice>
  2705. <type>16th</type>
  2706. <stem>up</stem>
  2707. <staff>1</staff>
  2708. <beam number="1">continue</beam>
  2709. <beam number="2">continue</beam>
  2710. </note>
  2711. <note default-x="162.69" default-y="-35.00">
  2712. <pitch>
  2713. <step>F</step>
  2714. <alter>1</alter>
  2715. <octave>4</octave>
  2716. </pitch>
  2717. <duration>1</duration>
  2718. <voice>1</voice>
  2719. <type>16th</type>
  2720. <stem>up</stem>
  2721. <staff>1</staff>
  2722. <beam number="1">continue</beam>
  2723. <beam number="2">continue</beam>
  2724. </note>
  2725. <note default-x="186.76" default-y="-15.00">
  2726. <pitch>
  2727. <step>C</step>
  2728. <octave>5</octave>
  2729. </pitch>
  2730. <duration>1</duration>
  2731. <voice>1</voice>
  2732. <type>16th</type>
  2733. <stem>up</stem>
  2734. <staff>1</staff>
  2735. <beam number="1">end</beam>
  2736. <beam number="2">end</beam>
  2737. </note>
  2738. <note>
  2739. <rest/>
  2740. <duration>2</duration>
  2741. <voice>1</voice>
  2742. <type>eighth</type>
  2743. <staff>1</staff>
  2744. </note>
  2745. <note default-x="258.96" default-y="-45.00">
  2746. <pitch>
  2747. <step>D</step>
  2748. <octave>4</octave>
  2749. </pitch>
  2750. <duration>1</duration>
  2751. <voice>1</voice>
  2752. <type>16th</type>
  2753. <stem>up</stem>
  2754. <staff>1</staff>
  2755. <beam number="1">begin</beam>
  2756. <beam number="2">begin</beam>
  2757. </note>
  2758. <note default-x="283.02" default-y="-35.00">
  2759. <pitch>
  2760. <step>F</step>
  2761. <alter>1</alter>
  2762. <octave>4</octave>
  2763. </pitch>
  2764. <duration>1</duration>
  2765. <voice>1</voice>
  2766. <type>16th</type>
  2767. <stem>up</stem>
  2768. <staff>1</staff>
  2769. <beam number="1">end</beam>
  2770. <beam number="2">end</beam>
  2771. </note>
  2772. <note default-x="307.09" default-y="-15.00">
  2773. <pitch>
  2774. <step>C</step>
  2775. <octave>5</octave>
  2776. </pitch>
  2777. <duration>1</duration>
  2778. <voice>1</voice>
  2779. <type>16th</type>
  2780. <stem>up</stem>
  2781. <staff>1</staff>
  2782. <beam number="1">begin</beam>
  2783. <beam number="2">begin</beam>
  2784. </note>
  2785. <note default-x="331.16" default-y="-45.00">
  2786. <pitch>
  2787. <step>D</step>
  2788. <octave>4</octave>
  2789. </pitch>
  2790. <duration>1</duration>
  2791. <voice>1</voice>
  2792. <type>16th</type>
  2793. <stem>up</stem>
  2794. <staff>1</staff>
  2795. <beam number="1">continue</beam>
  2796. <beam number="2">continue</beam>
  2797. </note>
  2798. <note default-x="355.22" default-y="-35.00">
  2799. <pitch>
  2800. <step>F</step>
  2801. <alter>1</alter>
  2802. <octave>4</octave>
  2803. </pitch>
  2804. <duration>1</duration>
  2805. <voice>1</voice>
  2806. <type>16th</type>
  2807. <stem>up</stem>
  2808. <staff>1</staff>
  2809. <beam number="1">continue</beam>
  2810. <beam number="2">continue</beam>
  2811. </note>
  2812. <note default-x="379.29" default-y="-15.00">
  2813. <pitch>
  2814. <step>C</step>
  2815. <octave>5</octave>
  2816. </pitch>
  2817. <duration>1</duration>
  2818. <voice>1</voice>
  2819. <type>16th</type>
  2820. <stem>up</stem>
  2821. <staff>1</staff>
  2822. <beam number="1">end</beam>
  2823. <beam number="2">end</beam>
  2824. </note>
  2825. <backup>
  2826. <duration>16</duration>
  2827. </backup>
  2828. <note print-object="no">
  2829. <rest/>
  2830. <duration>1</duration>
  2831. <voice>5</voice>
  2832. <type>16th</type>
  2833. <staff>2</staff>
  2834. </note>
  2835. <note default-x="36.07" default-y="-105.00">
  2836. <pitch>
  2837. <step>A</step>
  2838. <octave>3</octave>
  2839. </pitch>
  2840. <duration>3</duration>
  2841. <tie type="start"/>
  2842. <voice>5</voice>
  2843. <type>eighth</type>
  2844. <dot/>
  2845. <stem>up</stem>
  2846. <staff>2</staff>
  2847. <notations>
  2848. <tied type="start"/>
  2849. </notations>
  2850. </note>
  2851. <note default-x="114.56" default-y="-105.00">
  2852. <pitch>
  2853. <step>A</step>
  2854. <octave>3</octave>
  2855. </pitch>
  2856. <duration>4</duration>
  2857. <tie type="stop"/>
  2858. <voice>5</voice>
  2859. <type>quarter</type>
  2860. <stem>up</stem>
  2861. <staff>2</staff>
  2862. <notations>
  2863. <tied type="stop"/>
  2864. </notations>
  2865. </note>
  2866. <note print-object="no">
  2867. <rest/>
  2868. <duration>1</duration>
  2869. <voice>5</voice>
  2870. <type>16th</type>
  2871. <staff>2</staff>
  2872. </note>
  2873. <note default-x="234.89" default-y="-105.00">
  2874. <pitch>
  2875. <step>A</step>
  2876. <octave>3</octave>
  2877. </pitch>
  2878. <duration>3</duration>
  2879. <tie type="start"/>
  2880. <voice>5</voice>
  2881. <type>eighth</type>
  2882. <dot/>
  2883. <stem>up</stem>
  2884. <staff>2</staff>
  2885. <notations>
  2886. <tied type="start"/>
  2887. </notations>
  2888. </note>
  2889. <note default-x="307.09" default-y="-105.00">
  2890. <pitch>
  2891. <step>A</step>
  2892. <octave>3</octave>
  2893. </pitch>
  2894. <duration>4</duration>
  2895. <tie type="stop"/>
  2896. <voice>5</voice>
  2897. <type>quarter</type>
  2898. <stem>up</stem>
  2899. <staff>2</staff>
  2900. <notations>
  2901. <tied type="stop"/>
  2902. </notations>
  2903. </note>
  2904. <backup>
  2905. <duration>16</duration>
  2906. </backup>
  2907. <note default-x="12.00" default-y="-125.00">
  2908. <pitch>
  2909. <step>D</step>
  2910. <octave>3</octave>
  2911. </pitch>
  2912. <duration>8</duration>
  2913. <voice>6</voice>
  2914. <type>half</type>
  2915. <stem>down</stem>
  2916. <staff>2</staff>
  2917. </note>
  2918. <note default-x="210.82" default-y="-125.00">
  2919. <pitch>
  2920. <step>D</step>
  2921. <octave>3</octave>
  2922. </pitch>
  2923. <duration>8</duration>
  2924. <voice>6</voice>
  2925. <type>half</type>
  2926. <stem>down</stem>
  2927. <staff>2</staff>
  2928. </note>
  2929. </measure>
  2930. <measure number="11" width="428.74">
  2931. <print new-system="yes">
  2932. <system-layout>
  2933. <system-margins>
  2934. <left-margin>64.36</left-margin>
  2935. <right-margin>0.00</right-margin>
  2936. </system-margins>
  2937. <system-distance>141.11</system-distance>
  2938. </system-layout>
  2939. <staff-layout number="2">
  2940. <staff-distance>65.00</staff-distance>
  2941. </staff-layout>
  2942. </print>
  2943. <note>
  2944. <rest/>
  2945. <duration>2</duration>
  2946. <voice>1</voice>
  2947. <type>eighth</type>
  2948. <staff>1</staff>
  2949. </note>
  2950. <note default-x="100.93" default-y="-45.00">
  2951. <pitch>
  2952. <step>D</step>
  2953. <octave>4</octave>
  2954. </pitch>
  2955. <duration>1</duration>
  2956. <voice>1</voice>
  2957. <type>16th</type>
  2958. <stem>up</stem>
  2959. <staff>1</staff>
  2960. <beam number="1">begin</beam>
  2961. <beam number="2">begin</beam>
  2962. </note>
  2963. <note default-x="124.23" default-y="-30.00">
  2964. <pitch>
  2965. <step>G</step>
  2966. <octave>4</octave>
  2967. </pitch>
  2968. <duration>1</duration>
  2969. <voice>1</voice>
  2970. <type>16th</type>
  2971. <stem>up</stem>
  2972. <staff>1</staff>
  2973. <beam number="1">end</beam>
  2974. <beam number="2">end</beam>
  2975. </note>
  2976. <note default-x="147.53" default-y="-20.00">
  2977. <pitch>
  2978. <step>B</step>
  2979. <octave>4</octave>
  2980. </pitch>
  2981. <duration>1</duration>
  2982. <voice>1</voice>
  2983. <type>16th</type>
  2984. <stem>up</stem>
  2985. <staff>1</staff>
  2986. <beam number="1">begin</beam>
  2987. <beam number="2">begin</beam>
  2988. </note>
  2989. <note default-x="170.83" default-y="-45.00">
  2990. <pitch>
  2991. <step>D</step>
  2992. <octave>4</octave>
  2993. </pitch>
  2994. <duration>1</duration>
  2995. <voice>1</voice>
  2996. <type>16th</type>
  2997. <stem>up</stem>
  2998. <staff>1</staff>
  2999. <beam number="1">continue</beam>
  3000. <beam number="2">continue</beam>
  3001. </note>
  3002. <note default-x="194.13" default-y="-30.00">
  3003. <pitch>
  3004. <step>G</step>
  3005. <octave>4</octave>
  3006. </pitch>
  3007. <duration>1</duration>
  3008. <voice>1</voice>
  3009. <type>16th</type>
  3010. <stem>up</stem>
  3011. <staff>1</staff>
  3012. <beam number="1">continue</beam>
  3013. <beam number="2">continue</beam>
  3014. </note>
  3015. <note default-x="217.43" default-y="-20.00">
  3016. <pitch>
  3017. <step>B</step>
  3018. <octave>4</octave>
  3019. </pitch>
  3020. <duration>1</duration>
  3021. <voice>1</voice>
  3022. <type>16th</type>
  3023. <stem>up</stem>
  3024. <staff>1</staff>
  3025. <beam number="1">end</beam>
  3026. <beam number="2">end</beam>
  3027. </note>
  3028. <note>
  3029. <rest/>
  3030. <duration>2</duration>
  3031. <voice>1</voice>
  3032. <type>eighth</type>
  3033. <staff>1</staff>
  3034. </note>
  3035. <note default-x="287.33" default-y="-45.00">
  3036. <pitch>
  3037. <step>D</step>
  3038. <octave>4</octave>
  3039. </pitch>
  3040. <duration>1</duration>
  3041. <voice>1</voice>
  3042. <type>16th</type>
  3043. <stem>up</stem>
  3044. <staff>1</staff>
  3045. <beam number="1">begin</beam>
  3046. <beam number="2">begin</beam>
  3047. </note>
  3048. <note default-x="310.63" default-y="-30.00">
  3049. <pitch>
  3050. <step>G</step>
  3051. <octave>4</octave>
  3052. </pitch>
  3053. <duration>1</duration>
  3054. <voice>1</voice>
  3055. <type>16th</type>
  3056. <stem>up</stem>
  3057. <staff>1</staff>
  3058. <beam number="1">end</beam>
  3059. <beam number="2">end</beam>
  3060. </note>
  3061. <note default-x="333.93" default-y="-20.00">
  3062. <pitch>
  3063. <step>B</step>
  3064. <octave>4</octave>
  3065. </pitch>
  3066. <duration>1</duration>
  3067. <voice>1</voice>
  3068. <type>16th</type>
  3069. <stem>up</stem>
  3070. <staff>1</staff>
  3071. <beam number="1">begin</beam>
  3072. <beam number="2">begin</beam>
  3073. </note>
  3074. <note default-x="357.24" default-y="-45.00">
  3075. <pitch>
  3076. <step>D</step>
  3077. <octave>4</octave>
  3078. </pitch>
  3079. <duration>1</duration>
  3080. <voice>1</voice>
  3081. <type>16th</type>
  3082. <stem>up</stem>
  3083. <staff>1</staff>
  3084. <beam number="1">continue</beam>
  3085. <beam number="2">continue</beam>
  3086. </note>
  3087. <note default-x="380.54" default-y="-30.00">
  3088. <pitch>
  3089. <step>G</step>
  3090. <octave>4</octave>
  3091. </pitch>
  3092. <duration>1</duration>
  3093. <voice>1</voice>
  3094. <type>16th</type>
  3095. <stem>up</stem>
  3096. <staff>1</staff>
  3097. <beam number="1">continue</beam>
  3098. <beam number="2">continue</beam>
  3099. </note>
  3100. <note default-x="403.84" default-y="-20.00">
  3101. <pitch>
  3102. <step>B</step>
  3103. <octave>4</octave>
  3104. </pitch>
  3105. <duration>1</duration>
  3106. <voice>1</voice>
  3107. <type>16th</type>
  3108. <stem>up</stem>
  3109. <staff>1</staff>
  3110. <beam number="1">end</beam>
  3111. <beam number="2">end</beam>
  3112. </note>
  3113. <backup>
  3114. <duration>16</duration>
  3115. </backup>
  3116. <note print-object="no">
  3117. <rest/>
  3118. <duration>1</duration>
  3119. <voice>5</voice>
  3120. <type>16th</type>
  3121. <staff>2</staff>
  3122. </note>
  3123. <note default-x="77.63" default-y="-100.00">
  3124. <pitch>
  3125. <step>B</step>
  3126. <octave>3</octave>
  3127. </pitch>
  3128. <duration>3</duration>
  3129. <tie type="start"/>
  3130. <voice>5</voice>
  3131. <type>eighth</type>
  3132. <dot/>
  3133. <stem>up</stem>
  3134. <staff>2</staff>
  3135. <notations>
  3136. <tied type="start"/>
  3137. </notations>
  3138. </note>
  3139. <note default-x="147.53" default-y="-100.00">
  3140. <pitch>
  3141. <step>B</step>
  3142. <octave>3</octave>
  3143. </pitch>
  3144. <duration>4</duration>
  3145. <tie type="stop"/>
  3146. <voice>5</voice>
  3147. <type>quarter</type>
  3148. <stem>up</stem>
  3149. <staff>2</staff>
  3150. <notations>
  3151. <tied type="stop"/>
  3152. </notations>
  3153. </note>
  3154. <note print-object="no">
  3155. <rest/>
  3156. <duration>1</duration>
  3157. <voice>5</voice>
  3158. <type>16th</type>
  3159. <staff>2</staff>
  3160. </note>
  3161. <note default-x="264.03" default-y="-100.00">
  3162. <pitch>
  3163. <step>B</step>
  3164. <octave>3</octave>
  3165. </pitch>
  3166. <duration>3</duration>
  3167. <tie type="start"/>
  3168. <voice>5</voice>
  3169. <type>eighth</type>
  3170. <dot/>
  3171. <stem>up</stem>
  3172. <staff>2</staff>
  3173. <notations>
  3174. <tied type="start"/>
  3175. </notations>
  3176. </note>
  3177. <note default-x="333.93" default-y="-100.00">
  3178. <pitch>
  3179. <step>B</step>
  3180. <octave>3</octave>
  3181. </pitch>
  3182. <duration>4</duration>
  3183. <tie type="stop"/>
  3184. <voice>5</voice>
  3185. <type>quarter</type>
  3186. <stem>up</stem>
  3187. <staff>2</staff>
  3188. <notations>
  3189. <tied type="stop"/>
  3190. </notations>
  3191. </note>
  3192. <backup>
  3193. <duration>16</duration>
  3194. </backup>
  3195. <note default-x="54.33" default-y="-110.00">
  3196. <pitch>
  3197. <step>G</step>
  3198. <octave>3</octave>
  3199. </pitch>
  3200. <duration>8</duration>
  3201. <voice>6</voice>
  3202. <type>half</type>
  3203. <stem>down</stem>
  3204. <staff>2</staff>
  3205. </note>
  3206. <note default-x="240.73" default-y="-110.00">
  3207. <pitch>
  3208. <step>G</step>
  3209. <octave>3</octave>
  3210. </pitch>
  3211. <duration>8</duration>
  3212. <voice>6</voice>
  3213. <type>half</type>
  3214. <stem>down</stem>
  3215. <staff>2</staff>
  3216. </note>
  3217. </measure>
  3218. <measure number="12" width="410.65">
  3219. <note>
  3220. <rest/>
  3221. <duration>2</duration>
  3222. <voice>1</voice>
  3223. <type>eighth</type>
  3224. <staff>1</staff>
  3225. </note>
  3226. <note default-x="65.40" default-y="-40.00">
  3227. <pitch>
  3228. <step>E</step>
  3229. <octave>4</octave>
  3230. </pitch>
  3231. <duration>1</duration>
  3232. <voice>1</voice>
  3233. <type>16th</type>
  3234. <stem>up</stem>
  3235. <staff>1</staff>
  3236. <beam number="1">begin</beam>
  3237. <beam number="2">begin</beam>
  3238. </note>
  3239. <note default-x="89.50" default-y="-30.00">
  3240. <pitch>
  3241. <step>G</step>
  3242. <octave>4</octave>
  3243. </pitch>
  3244. <duration>1</duration>
  3245. <voice>1</voice>
  3246. <type>16th</type>
  3247. <stem>up</stem>
  3248. <staff>1</staff>
  3249. <beam number="1">end</beam>
  3250. <beam number="2">end</beam>
  3251. </note>
  3252. <note default-x="119.86" default-y="-15.00">
  3253. <pitch>
  3254. <step>C</step>
  3255. <alter>1</alter>
  3256. <octave>5</octave>
  3257. </pitch>
  3258. <duration>1</duration>
  3259. <voice>1</voice>
  3260. <type>16th</type>
  3261. <accidental>sharp</accidental>
  3262. <stem>up</stem>
  3263. <staff>1</staff>
  3264. <beam number="1">begin</beam>
  3265. <beam number="2">begin</beam>
  3266. </note>
  3267. <note default-x="143.96" default-y="-40.00">
  3268. <pitch>
  3269. <step>E</step>
  3270. <octave>4</octave>
  3271. </pitch>
  3272. <duration>1</duration>
  3273. <voice>1</voice>
  3274. <type>16th</type>
  3275. <stem>up</stem>
  3276. <staff>1</staff>
  3277. <beam number="1">continue</beam>
  3278. <beam number="2">continue</beam>
  3279. </note>
  3280. <note default-x="168.06" default-y="-30.00">
  3281. <pitch>
  3282. <step>G</step>
  3283. <octave>4</octave>
  3284. </pitch>
  3285. <duration>1</duration>
  3286. <voice>1</voice>
  3287. <type>16th</type>
  3288. <stem>up</stem>
  3289. <staff>1</staff>
  3290. <beam number="1">continue</beam>
  3291. <beam number="2">continue</beam>
  3292. </note>
  3293. <note default-x="192.16" default-y="-15.00">
  3294. <pitch>
  3295. <step>C</step>
  3296. <alter>1</alter>
  3297. <octave>5</octave>
  3298. </pitch>
  3299. <duration>1</duration>
  3300. <voice>1</voice>
  3301. <type>16th</type>
  3302. <stem>up</stem>
  3303. <staff>1</staff>
  3304. <beam number="1">end</beam>
  3305. <beam number="2">end</beam>
  3306. </note>
  3307. <note>
  3308. <rest/>
  3309. <duration>2</duration>
  3310. <voice>1</voice>
  3311. <type>eighth</type>
  3312. <staff>1</staff>
  3313. </note>
  3314. <note default-x="264.46" default-y="-40.00">
  3315. <pitch>
  3316. <step>E</step>
  3317. <octave>4</octave>
  3318. </pitch>
  3319. <duration>1</duration>
  3320. <voice>1</voice>
  3321. <type>16th</type>
  3322. <stem>up</stem>
  3323. <staff>1</staff>
  3324. <beam number="1">begin</beam>
  3325. <beam number="2">begin</beam>
  3326. </note>
  3327. <note default-x="288.56" default-y="-30.00">
  3328. <pitch>
  3329. <step>G</step>
  3330. <octave>4</octave>
  3331. </pitch>
  3332. <duration>1</duration>
  3333. <voice>1</voice>
  3334. <type>16th</type>
  3335. <stem>up</stem>
  3336. <staff>1</staff>
  3337. <beam number="1">end</beam>
  3338. <beam number="2">end</beam>
  3339. </note>
  3340. <note default-x="312.66" default-y="-15.00">
  3341. <pitch>
  3342. <step>C</step>
  3343. <alter>1</alter>
  3344. <octave>5</octave>
  3345. </pitch>
  3346. <duration>1</duration>
  3347. <voice>1</voice>
  3348. <type>16th</type>
  3349. <stem>up</stem>
  3350. <staff>1</staff>
  3351. <beam number="1">begin</beam>
  3352. <beam number="2">begin</beam>
  3353. </note>
  3354. <note default-x="336.76" default-y="-40.00">
  3355. <pitch>
  3356. <step>E</step>
  3357. <octave>4</octave>
  3358. </pitch>
  3359. <duration>1</duration>
  3360. <voice>1</voice>
  3361. <type>16th</type>
  3362. <stem>up</stem>
  3363. <staff>1</staff>
  3364. <beam number="1">continue</beam>
  3365. <beam number="2">continue</beam>
  3366. </note>
  3367. <note default-x="360.85" default-y="-30.00">
  3368. <pitch>
  3369. <step>G</step>
  3370. <octave>4</octave>
  3371. </pitch>
  3372. <duration>1</duration>
  3373. <voice>1</voice>
  3374. <type>16th</type>
  3375. <stem>up</stem>
  3376. <staff>1</staff>
  3377. <beam number="1">continue</beam>
  3378. <beam number="2">continue</beam>
  3379. </note>
  3380. <note default-x="384.95" default-y="-15.00">
  3381. <pitch>
  3382. <step>C</step>
  3383. <alter>1</alter>
  3384. <octave>5</octave>
  3385. </pitch>
  3386. <duration>1</duration>
  3387. <voice>1</voice>
  3388. <type>16th</type>
  3389. <stem>up</stem>
  3390. <staff>1</staff>
  3391. <beam number="1">end</beam>
  3392. <beam number="2">end</beam>
  3393. </note>
  3394. <backup>
  3395. <duration>16</duration>
  3396. </backup>
  3397. <note print-object="no">
  3398. <rest/>
  3399. <duration>1</duration>
  3400. <voice>5</voice>
  3401. <type>16th</type>
  3402. <staff>2</staff>
  3403. </note>
  3404. <note default-x="41.30" default-y="-100.00">
  3405. <pitch>
  3406. <step>B</step>
  3407. <alter>-1</alter>
  3408. <octave>3</octave>
  3409. </pitch>
  3410. <duration>3</duration>
  3411. <tie type="start"/>
  3412. <voice>5</voice>
  3413. <type>eighth</type>
  3414. <dot/>
  3415. <accidental>flat</accidental>
  3416. <stem>up</stem>
  3417. <staff>2</staff>
  3418. <notations>
  3419. <tied type="start"/>
  3420. </notations>
  3421. </note>
  3422. <note default-x="119.86" default-y="-100.00">
  3423. <pitch>
  3424. <step>B</step>
  3425. <alter>-1</alter>
  3426. <octave>3</octave>
  3427. </pitch>
  3428. <duration>4</duration>
  3429. <tie type="stop"/>
  3430. <voice>5</voice>
  3431. <type>quarter</type>
  3432. <stem>up</stem>
  3433. <staff>2</staff>
  3434. <notations>
  3435. <tied type="stop"/>
  3436. </notations>
  3437. </note>
  3438. <note print-object="no">
  3439. <rest/>
  3440. <duration>1</duration>
  3441. <voice>5</voice>
  3442. <type>16th</type>
  3443. <staff>2</staff>
  3444. </note>
  3445. <note default-x="240.36" default-y="-100.00">
  3446. <pitch>
  3447. <step>B</step>
  3448. <alter>-1</alter>
  3449. <octave>3</octave>
  3450. </pitch>
  3451. <duration>3</duration>
  3452. <tie type="start"/>
  3453. <voice>5</voice>
  3454. <type>eighth</type>
  3455. <dot/>
  3456. <stem>up</stem>
  3457. <staff>2</staff>
  3458. <notations>
  3459. <tied type="start"/>
  3460. </notations>
  3461. </note>
  3462. <note default-x="312.66" default-y="-100.00">
  3463. <pitch>
  3464. <step>B</step>
  3465. <alter>-1</alter>
  3466. <octave>3</octave>
  3467. </pitch>
  3468. <duration>4</duration>
  3469. <tie type="stop"/>
  3470. <voice>5</voice>
  3471. <type>quarter</type>
  3472. <stem>up</stem>
  3473. <staff>2</staff>
  3474. <notations>
  3475. <tied type="stop"/>
  3476. </notations>
  3477. </note>
  3478. <backup>
  3479. <duration>16</duration>
  3480. </backup>
  3481. <note default-x="12.00" default-y="-110.00">
  3482. <pitch>
  3483. <step>G</step>
  3484. <octave>3</octave>
  3485. </pitch>
  3486. <duration>8</duration>
  3487. <voice>6</voice>
  3488. <type>half</type>
  3489. <stem>down</stem>
  3490. <staff>2</staff>
  3491. </note>
  3492. <note default-x="216.26" default-y="-110.00">
  3493. <pitch>
  3494. <step>G</step>
  3495. <octave>3</octave>
  3496. </pitch>
  3497. <duration>8</duration>
  3498. <voice>6</voice>
  3499. <type>half</type>
  3500. <stem>down</stem>
  3501. <staff>2</staff>
  3502. </note>
  3503. </measure>
  3504. <measure number="13" width="435.16">
  3505. <print new-system="yes">
  3506. <system-layout>
  3507. <system-margins>
  3508. <left-margin>64.36</left-margin>
  3509. <right-margin>-0.00</right-margin>
  3510. </system-margins>
  3511. <system-distance>141.11</system-distance>
  3512. </system-layout>
  3513. <staff-layout number="2">
  3514. <staff-distance>65.00</staff-distance>
  3515. </staff-layout>
  3516. </print>
  3517. <note>
  3518. <rest/>
  3519. <duration>2</duration>
  3520. <voice>1</voice>
  3521. <type>eighth</type>
  3522. <staff>1</staff>
  3523. </note>
  3524. <note default-x="101.74" default-y="-45.00">
  3525. <pitch>
  3526. <step>D</step>
  3527. <octave>4</octave>
  3528. </pitch>
  3529. <duration>1</duration>
  3530. <voice>1</voice>
  3531. <type>16th</type>
  3532. <stem>up</stem>
  3533. <staff>1</staff>
  3534. <beam number="1">begin</beam>
  3535. <beam number="2">begin</beam>
  3536. </note>
  3537. <note default-x="125.44" default-y="-25.00">
  3538. <pitch>
  3539. <step>A</step>
  3540. <octave>4</octave>
  3541. </pitch>
  3542. <duration>1</duration>
  3543. <voice>1</voice>
  3544. <type>16th</type>
  3545. <stem>up</stem>
  3546. <staff>1</staff>
  3547. <beam number="1">end</beam>
  3548. <beam number="2">end</beam>
  3549. </note>
  3550. <note default-x="149.14" default-y="-10.00">
  3551. <pitch>
  3552. <step>D</step>
  3553. <octave>5</octave>
  3554. </pitch>
  3555. <duration>1</duration>
  3556. <voice>1</voice>
  3557. <type>16th</type>
  3558. <stem>up</stem>
  3559. <staff>1</staff>
  3560. <beam number="1">begin</beam>
  3561. <beam number="2">begin</beam>
  3562. </note>
  3563. <note default-x="172.84" default-y="-45.00">
  3564. <pitch>
  3565. <step>D</step>
  3566. <octave>4</octave>
  3567. </pitch>
  3568. <duration>1</duration>
  3569. <voice>1</voice>
  3570. <type>16th</type>
  3571. <stem>up</stem>
  3572. <staff>1</staff>
  3573. <beam number="1">continue</beam>
  3574. <beam number="2">continue</beam>
  3575. </note>
  3576. <note default-x="196.54" default-y="-25.00">
  3577. <pitch>
  3578. <step>A</step>
  3579. <octave>4</octave>
  3580. </pitch>
  3581. <duration>1</duration>
  3582. <voice>1</voice>
  3583. <type>16th</type>
  3584. <stem>up</stem>
  3585. <staff>1</staff>
  3586. <beam number="1">continue</beam>
  3587. <beam number="2">continue</beam>
  3588. </note>
  3589. <note default-x="220.25" default-y="-10.00">
  3590. <pitch>
  3591. <step>D</step>
  3592. <octave>5</octave>
  3593. </pitch>
  3594. <duration>1</duration>
  3595. <voice>1</voice>
  3596. <type>16th</type>
  3597. <stem>up</stem>
  3598. <staff>1</staff>
  3599. <beam number="1">end</beam>
  3600. <beam number="2">end</beam>
  3601. </note>
  3602. <note>
  3603. <rest/>
  3604. <duration>2</duration>
  3605. <voice>1</voice>
  3606. <type>eighth</type>
  3607. <staff>1</staff>
  3608. </note>
  3609. <note default-x="291.35" default-y="-45.00">
  3610. <pitch>
  3611. <step>D</step>
  3612. <octave>4</octave>
  3613. </pitch>
  3614. <duration>1</duration>
  3615. <voice>1</voice>
  3616. <type>16th</type>
  3617. <stem>up</stem>
  3618. <staff>1</staff>
  3619. <beam number="1">begin</beam>
  3620. <beam number="2">begin</beam>
  3621. </note>
  3622. <note default-x="315.05" default-y="-25.00">
  3623. <pitch>
  3624. <step>A</step>
  3625. <octave>4</octave>
  3626. </pitch>
  3627. <duration>1</duration>
  3628. <voice>1</voice>
  3629. <type>16th</type>
  3630. <stem>up</stem>
  3631. <staff>1</staff>
  3632. <beam number="1">end</beam>
  3633. <beam number="2">end</beam>
  3634. </note>
  3635. <note default-x="338.75" default-y="-10.00">
  3636. <pitch>
  3637. <step>D</step>
  3638. <octave>5</octave>
  3639. </pitch>
  3640. <duration>1</duration>
  3641. <voice>1</voice>
  3642. <type>16th</type>
  3643. <stem>up</stem>
  3644. <staff>1</staff>
  3645. <beam number="1">begin</beam>
  3646. <beam number="2">begin</beam>
  3647. </note>
  3648. <note default-x="362.46" default-y="-45.00">
  3649. <pitch>
  3650. <step>D</step>
  3651. <octave>4</octave>
  3652. </pitch>
  3653. <duration>1</duration>
  3654. <voice>1</voice>
  3655. <type>16th</type>
  3656. <stem>up</stem>
  3657. <staff>1</staff>
  3658. <beam number="1">continue</beam>
  3659. <beam number="2">continue</beam>
  3660. </note>
  3661. <note default-x="386.16" default-y="-25.00">
  3662. <pitch>
  3663. <step>A</step>
  3664. <octave>4</octave>
  3665. </pitch>
  3666. <duration>1</duration>
  3667. <voice>1</voice>
  3668. <type>16th</type>
  3669. <stem>up</stem>
  3670. <staff>1</staff>
  3671. <beam number="1">continue</beam>
  3672. <beam number="2">continue</beam>
  3673. </note>
  3674. <note default-x="409.86" default-y="-10.00">
  3675. <pitch>
  3676. <step>D</step>
  3677. <octave>5</octave>
  3678. </pitch>
  3679. <duration>1</duration>
  3680. <voice>1</voice>
  3681. <type>16th</type>
  3682. <stem>up</stem>
  3683. <staff>1</staff>
  3684. <beam number="1">end</beam>
  3685. <beam number="2">end</beam>
  3686. </note>
  3687. <backup>
  3688. <duration>16</duration>
  3689. </backup>
  3690. <note print-object="no">
  3691. <rest/>
  3692. <duration>1</duration>
  3693. <voice>5</voice>
  3694. <type>16th</type>
  3695. <staff>2</staff>
  3696. </note>
  3697. <note default-x="78.04" default-y="-105.00">
  3698. <pitch>
  3699. <step>A</step>
  3700. <octave>3</octave>
  3701. </pitch>
  3702. <duration>3</duration>
  3703. <tie type="start"/>
  3704. <voice>5</voice>
  3705. <type>eighth</type>
  3706. <dot/>
  3707. <stem>up</stem>
  3708. <staff>2</staff>
  3709. <notations>
  3710. <tied type="start"/>
  3711. </notations>
  3712. </note>
  3713. <note default-x="149.14" default-y="-105.00">
  3714. <pitch>
  3715. <step>A</step>
  3716. <octave>3</octave>
  3717. </pitch>
  3718. <duration>4</duration>
  3719. <tie type="stop"/>
  3720. <voice>5</voice>
  3721. <type>quarter</type>
  3722. <stem>up</stem>
  3723. <staff>2</staff>
  3724. <notations>
  3725. <tied type="stop"/>
  3726. </notations>
  3727. </note>
  3728. <note print-object="no">
  3729. <rest/>
  3730. <duration>1</duration>
  3731. <voice>5</voice>
  3732. <type>16th</type>
  3733. <staff>2</staff>
  3734. </note>
  3735. <note default-x="267.65" default-y="-105.00">
  3736. <pitch>
  3737. <step>A</step>
  3738. <octave>3</octave>
  3739. </pitch>
  3740. <duration>3</duration>
  3741. <tie type="start"/>
  3742. <voice>5</voice>
  3743. <type>eighth</type>
  3744. <dot/>
  3745. <stem>up</stem>
  3746. <staff>2</staff>
  3747. <notations>
  3748. <tied type="start"/>
  3749. </notations>
  3750. </note>
  3751. <note default-x="338.75" default-y="-105.00">
  3752. <pitch>
  3753. <step>A</step>
  3754. <octave>3</octave>
  3755. </pitch>
  3756. <duration>4</duration>
  3757. <tie type="stop"/>
  3758. <voice>5</voice>
  3759. <type>quarter</type>
  3760. <stem>up</stem>
  3761. <staff>2</staff>
  3762. <notations>
  3763. <tied type="stop"/>
  3764. </notations>
  3765. </note>
  3766. <backup>
  3767. <duration>16</duration>
  3768. </backup>
  3769. <note default-x="54.33" default-y="-115.00">
  3770. <pitch>
  3771. <step>F</step>
  3772. <octave>3</octave>
  3773. </pitch>
  3774. <duration>8</duration>
  3775. <voice>6</voice>
  3776. <type>half</type>
  3777. <stem>down</stem>
  3778. <staff>2</staff>
  3779. </note>
  3780. <note default-x="243.95" default-y="-115.00">
  3781. <pitch>
  3782. <step>F</step>
  3783. <octave>3</octave>
  3784. </pitch>
  3785. <duration>8</duration>
  3786. <voice>6</voice>
  3787. <type>half</type>
  3788. <stem>down</stem>
  3789. <staff>2</staff>
  3790. </note>
  3791. </measure>
  3792. <measure number="14" width="404.23">
  3793. <note>
  3794. <rest/>
  3795. <duration>2</duration>
  3796. <voice>1</voice>
  3797. <type>eighth</type>
  3798. <staff>1</staff>
  3799. </note>
  3800. <note default-x="65.39" default-y="-45.00">
  3801. <pitch>
  3802. <step>D</step>
  3803. <octave>4</octave>
  3804. </pitch>
  3805. <duration>1</duration>
  3806. <voice>1</voice>
  3807. <type>16th</type>
  3808. <stem>up</stem>
  3809. <staff>1</staff>
  3810. <beam number="1">begin</beam>
  3811. <beam number="2">begin</beam>
  3812. </note>
  3813. <note default-x="89.48" default-y="-35.00">
  3814. <pitch>
  3815. <step>F</step>
  3816. <octave>4</octave>
  3817. </pitch>
  3818. <duration>1</duration>
  3819. <voice>1</voice>
  3820. <type>16th</type>
  3821. <stem>up</stem>
  3822. <staff>1</staff>
  3823. <beam number="1">end</beam>
  3824. <beam number="2">end</beam>
  3825. </note>
  3826. <note default-x="113.57" default-y="-20.00">
  3827. <pitch>
  3828. <step>B</step>
  3829. <octave>4</octave>
  3830. </pitch>
  3831. <duration>1</duration>
  3832. <voice>1</voice>
  3833. <type>16th</type>
  3834. <stem>up</stem>
  3835. <staff>1</staff>
  3836. <beam number="1">begin</beam>
  3837. <beam number="2">begin</beam>
  3838. </note>
  3839. <note default-x="137.65" default-y="-45.00">
  3840. <pitch>
  3841. <step>D</step>
  3842. <octave>4</octave>
  3843. </pitch>
  3844. <duration>1</duration>
  3845. <voice>1</voice>
  3846. <type>16th</type>
  3847. <stem>up</stem>
  3848. <staff>1</staff>
  3849. <beam number="1">continue</beam>
  3850. <beam number="2">continue</beam>
  3851. </note>
  3852. <note default-x="161.74" default-y="-35.00">
  3853. <pitch>
  3854. <step>F</step>
  3855. <octave>4</octave>
  3856. </pitch>
  3857. <duration>1</duration>
  3858. <voice>1</voice>
  3859. <type>16th</type>
  3860. <stem>up</stem>
  3861. <staff>1</staff>
  3862. <beam number="1">continue</beam>
  3863. <beam number="2">continue</beam>
  3864. </note>
  3865. <note default-x="185.83" default-y="-20.00">
  3866. <pitch>
  3867. <step>B</step>
  3868. <octave>4</octave>
  3869. </pitch>
  3870. <duration>1</duration>
  3871. <voice>1</voice>
  3872. <type>16th</type>
  3873. <stem>up</stem>
  3874. <staff>1</staff>
  3875. <beam number="1">end</beam>
  3876. <beam number="2">end</beam>
  3877. </note>
  3878. <note>
  3879. <rest/>
  3880. <duration>2</duration>
  3881. <voice>1</voice>
  3882. <type>eighth</type>
  3883. <staff>1</staff>
  3884. </note>
  3885. <note default-x="258.10" default-y="-45.00">
  3886. <pitch>
  3887. <step>D</step>
  3888. <octave>4</octave>
  3889. </pitch>
  3890. <duration>1</duration>
  3891. <voice>1</voice>
  3892. <type>16th</type>
  3893. <stem>up</stem>
  3894. <staff>1</staff>
  3895. <beam number="1">begin</beam>
  3896. <beam number="2">begin</beam>
  3897. </note>
  3898. <note default-x="282.19" default-y="-35.00">
  3899. <pitch>
  3900. <step>F</step>
  3901. <octave>4</octave>
  3902. </pitch>
  3903. <duration>1</duration>
  3904. <voice>1</voice>
  3905. <type>16th</type>
  3906. <stem>up</stem>
  3907. <staff>1</staff>
  3908. <beam number="1">end</beam>
  3909. <beam number="2">end</beam>
  3910. </note>
  3911. <note default-x="306.27" default-y="-20.00">
  3912. <pitch>
  3913. <step>B</step>
  3914. <octave>4</octave>
  3915. </pitch>
  3916. <duration>1</duration>
  3917. <voice>1</voice>
  3918. <type>16th</type>
  3919. <stem>up</stem>
  3920. <staff>1</staff>
  3921. <beam number="1">begin</beam>
  3922. <beam number="2">begin</beam>
  3923. </note>
  3924. <note default-x="330.36" default-y="-45.00">
  3925. <pitch>
  3926. <step>D</step>
  3927. <octave>4</octave>
  3928. </pitch>
  3929. <duration>1</duration>
  3930. <voice>1</voice>
  3931. <type>16th</type>
  3932. <stem>up</stem>
  3933. <staff>1</staff>
  3934. <beam number="1">continue</beam>
  3935. <beam number="2">continue</beam>
  3936. </note>
  3937. <note default-x="354.45" default-y="-35.00">
  3938. <pitch>
  3939. <step>F</step>
  3940. <octave>4</octave>
  3941. </pitch>
  3942. <duration>1</duration>
  3943. <voice>1</voice>
  3944. <type>16th</type>
  3945. <stem>up</stem>
  3946. <staff>1</staff>
  3947. <beam number="1">continue</beam>
  3948. <beam number="2">continue</beam>
  3949. </note>
  3950. <note default-x="378.54" default-y="-20.00">
  3951. <pitch>
  3952. <step>B</step>
  3953. <octave>4</octave>
  3954. </pitch>
  3955. <duration>1</duration>
  3956. <voice>1</voice>
  3957. <type>16th</type>
  3958. <stem>up</stem>
  3959. <staff>1</staff>
  3960. <beam number="1">end</beam>
  3961. <beam number="2">end</beam>
  3962. </note>
  3963. <backup>
  3964. <duration>16</duration>
  3965. </backup>
  3966. <note print-object="no">
  3967. <rest/>
  3968. <duration>1</duration>
  3969. <voice>5</voice>
  3970. <type>16th</type>
  3971. <staff>2</staff>
  3972. </note>
  3973. <note default-x="41.30" default-y="-105.00">
  3974. <pitch>
  3975. <step>A</step>
  3976. <alter>-1</alter>
  3977. <octave>3</octave>
  3978. </pitch>
  3979. <duration>3</duration>
  3980. <tie type="start"/>
  3981. <voice>5</voice>
  3982. <type>eighth</type>
  3983. <dot/>
  3984. <accidental>flat</accidental>
  3985. <stem>up</stem>
  3986. <staff>2</staff>
  3987. <notations>
  3988. <tied type="start"/>
  3989. </notations>
  3990. </note>
  3991. <note default-x="113.57" default-y="-105.00">
  3992. <pitch>
  3993. <step>A</step>
  3994. <alter>-1</alter>
  3995. <octave>3</octave>
  3996. </pitch>
  3997. <duration>4</duration>
  3998. <tie type="stop"/>
  3999. <voice>5</voice>
  4000. <type>quarter</type>
  4001. <stem>up</stem>
  4002. <staff>2</staff>
  4003. <notations>
  4004. <tied type="stop"/>
  4005. </notations>
  4006. </note>
  4007. <note print-object="no">
  4008. <rest/>
  4009. <duration>1</duration>
  4010. <voice>5</voice>
  4011. <type>16th</type>
  4012. <staff>2</staff>
  4013. </note>
  4014. <note default-x="234.01" default-y="-105.00">
  4015. <pitch>
  4016. <step>A</step>
  4017. <alter>-1</alter>
  4018. <octave>3</octave>
  4019. </pitch>
  4020. <duration>3</duration>
  4021. <tie type="start"/>
  4022. <voice>5</voice>
  4023. <type>eighth</type>
  4024. <dot/>
  4025. <stem>up</stem>
  4026. <staff>2</staff>
  4027. <notations>
  4028. <tied type="start"/>
  4029. </notations>
  4030. </note>
  4031. <note default-x="306.27" default-y="-105.00">
  4032. <pitch>
  4033. <step>A</step>
  4034. <alter>-1</alter>
  4035. <octave>3</octave>
  4036. </pitch>
  4037. <duration>4</duration>
  4038. <tie type="stop"/>
  4039. <voice>5</voice>
  4040. <type>quarter</type>
  4041. <stem>up</stem>
  4042. <staff>2</staff>
  4043. <notations>
  4044. <tied type="stop"/>
  4045. </notations>
  4046. </note>
  4047. <backup>
  4048. <duration>16</duration>
  4049. </backup>
  4050. <note default-x="12.00" default-y="-115.00">
  4051. <pitch>
  4052. <step>F</step>
  4053. <octave>3</octave>
  4054. </pitch>
  4055. <duration>8</duration>
  4056. <voice>6</voice>
  4057. <type>half</type>
  4058. <stem>down</stem>
  4059. <staff>2</staff>
  4060. </note>
  4061. <note default-x="209.92" default-y="-115.00">
  4062. <pitch>
  4063. <step>F</step>
  4064. <octave>3</octave>
  4065. </pitch>
  4066. <duration>8</duration>
  4067. <voice>6</voice>
  4068. <type>half</type>
  4069. <stem>down</stem>
  4070. <staff>2</staff>
  4071. </note>
  4072. </measure>
  4073. <measure number="15" width="440.86">
  4074. <print new-page="yes">
  4075. <system-layout>
  4076. <system-margins>
  4077. <left-margin>64.36</left-margin>
  4078. <right-margin>0.00</right-margin>
  4079. </system-margins>
  4080. <top-system-distance>70.00</top-system-distance>
  4081. </system-layout>
  4082. <staff-layout number="2">
  4083. <staff-distance>65.00</staff-distance>
  4084. </staff-layout>
  4085. </print>
  4086. <note>
  4087. <rest/>
  4088. <duration>2</duration>
  4089. <voice>1</voice>
  4090. <type>eighth</type>
  4091. <staff>1</staff>
  4092. </note>
  4093. <note default-x="102.45" default-y="-50.00">
  4094. <pitch>
  4095. <step>C</step>
  4096. <octave>4</octave>
  4097. </pitch>
  4098. <duration>1</duration>
  4099. <voice>1</voice>
  4100. <type>16th</type>
  4101. <stem>up</stem>
  4102. <staff>1</staff>
  4103. <beam number="1">begin</beam>
  4104. <beam number="2">begin</beam>
  4105. </note>
  4106. <note default-x="126.51" default-y="-30.00">
  4107. <pitch>
  4108. <step>G</step>
  4109. <octave>4</octave>
  4110. </pitch>
  4111. <duration>1</duration>
  4112. <voice>1</voice>
  4113. <type>16th</type>
  4114. <stem>up</stem>
  4115. <staff>1</staff>
  4116. <beam number="1">end</beam>
  4117. <beam number="2">end</beam>
  4118. </note>
  4119. <note default-x="150.57" default-y="-15.00">
  4120. <pitch>
  4121. <step>C</step>
  4122. <octave>5</octave>
  4123. </pitch>
  4124. <duration>1</duration>
  4125. <voice>1</voice>
  4126. <type>16th</type>
  4127. <stem>up</stem>
  4128. <staff>1</staff>
  4129. <beam number="1">begin</beam>
  4130. <beam number="2">begin</beam>
  4131. </note>
  4132. <note default-x="174.62" default-y="-50.00">
  4133. <pitch>
  4134. <step>C</step>
  4135. <octave>4</octave>
  4136. </pitch>
  4137. <duration>1</duration>
  4138. <voice>1</voice>
  4139. <type>16th</type>
  4140. <stem>up</stem>
  4141. <staff>1</staff>
  4142. <beam number="1">continue</beam>
  4143. <beam number="2">continue</beam>
  4144. </note>
  4145. <note default-x="198.68" default-y="-30.00">
  4146. <pitch>
  4147. <step>G</step>
  4148. <octave>4</octave>
  4149. </pitch>
  4150. <duration>1</duration>
  4151. <voice>1</voice>
  4152. <type>16th</type>
  4153. <stem>up</stem>
  4154. <staff>1</staff>
  4155. <beam number="1">continue</beam>
  4156. <beam number="2">continue</beam>
  4157. </note>
  4158. <note default-x="222.74" default-y="-15.00">
  4159. <pitch>
  4160. <step>C</step>
  4161. <octave>5</octave>
  4162. </pitch>
  4163. <duration>1</duration>
  4164. <voice>1</voice>
  4165. <type>16th</type>
  4166. <stem>up</stem>
  4167. <staff>1</staff>
  4168. <beam number="1">end</beam>
  4169. <beam number="2">end</beam>
  4170. </note>
  4171. <note>
  4172. <rest/>
  4173. <duration>2</duration>
  4174. <voice>1</voice>
  4175. <type>eighth</type>
  4176. <staff>1</staff>
  4177. </note>
  4178. <note default-x="294.91" default-y="-50.00">
  4179. <pitch>
  4180. <step>C</step>
  4181. <octave>4</octave>
  4182. </pitch>
  4183. <duration>1</duration>
  4184. <voice>1</voice>
  4185. <type>16th</type>
  4186. <stem>up</stem>
  4187. <staff>1</staff>
  4188. <beam number="1">begin</beam>
  4189. <beam number="2">begin</beam>
  4190. </note>
  4191. <note default-x="318.97" default-y="-30.00">
  4192. <pitch>
  4193. <step>G</step>
  4194. <octave>4</octave>
  4195. </pitch>
  4196. <duration>1</duration>
  4197. <voice>1</voice>
  4198. <type>16th</type>
  4199. <stem>up</stem>
  4200. <staff>1</staff>
  4201. <beam number="1">end</beam>
  4202. <beam number="2">end</beam>
  4203. </note>
  4204. <note default-x="343.03" default-y="-15.00">
  4205. <pitch>
  4206. <step>C</step>
  4207. <octave>5</octave>
  4208. </pitch>
  4209. <duration>1</duration>
  4210. <voice>1</voice>
  4211. <type>16th</type>
  4212. <stem>up</stem>
  4213. <staff>1</staff>
  4214. <beam number="1">begin</beam>
  4215. <beam number="2">begin</beam>
  4216. </note>
  4217. <note default-x="367.09" default-y="-50.00">
  4218. <pitch>
  4219. <step>C</step>
  4220. <octave>4</octave>
  4221. </pitch>
  4222. <duration>1</duration>
  4223. <voice>1</voice>
  4224. <type>16th</type>
  4225. <stem>up</stem>
  4226. <staff>1</staff>
  4227. <beam number="1">continue</beam>
  4228. <beam number="2">continue</beam>
  4229. </note>
  4230. <note default-x="391.15" default-y="-30.00">
  4231. <pitch>
  4232. <step>G</step>
  4233. <octave>4</octave>
  4234. </pitch>
  4235. <duration>1</duration>
  4236. <voice>1</voice>
  4237. <type>16th</type>
  4238. <stem>up</stem>
  4239. <staff>1</staff>
  4240. <beam number="1">continue</beam>
  4241. <beam number="2">continue</beam>
  4242. </note>
  4243. <note default-x="415.20" default-y="-15.00">
  4244. <pitch>
  4245. <step>C</step>
  4246. <octave>5</octave>
  4247. </pitch>
  4248. <duration>1</duration>
  4249. <voice>1</voice>
  4250. <type>16th</type>
  4251. <stem>up</stem>
  4252. <staff>1</staff>
  4253. <beam number="1">end</beam>
  4254. <beam number="2">end</beam>
  4255. </note>
  4256. <backup>
  4257. <duration>16</duration>
  4258. </backup>
  4259. <note print-object="no">
  4260. <rest>
  4261. <display-step>C</display-step>
  4262. <display-octave>4</display-octave>
  4263. </rest>
  4264. <duration>1</duration>
  4265. <voice>5</voice>
  4266. <type>16th</type>
  4267. <staff>2</staff>
  4268. </note>
  4269. <note default-x="78.39" default-y="-110.00">
  4270. <pitch>
  4271. <step>G</step>
  4272. <octave>3</octave>
  4273. </pitch>
  4274. <duration>3</duration>
  4275. <tie type="start"/>
  4276. <voice>5</voice>
  4277. <type>eighth</type>
  4278. <dot/>
  4279. <stem>up</stem>
  4280. <staff>2</staff>
  4281. <notations>
  4282. <tied type="start"/>
  4283. </notations>
  4284. </note>
  4285. <note default-x="150.57" default-y="-110.00">
  4286. <pitch>
  4287. <step>G</step>
  4288. <octave>3</octave>
  4289. </pitch>
  4290. <duration>4</duration>
  4291. <tie type="stop"/>
  4292. <voice>5</voice>
  4293. <type>quarter</type>
  4294. <stem>up</stem>
  4295. <staff>2</staff>
  4296. <notations>
  4297. <tied type="stop"/>
  4298. </notations>
  4299. </note>
  4300. <note print-object="no">
  4301. <rest/>
  4302. <duration>1</duration>
  4303. <voice>5</voice>
  4304. <type>16th</type>
  4305. <staff>2</staff>
  4306. </note>
  4307. <note default-x="270.86" default-y="-110.00">
  4308. <pitch>
  4309. <step>G</step>
  4310. <octave>3</octave>
  4311. </pitch>
  4312. <duration>3</duration>
  4313. <tie type="start"/>
  4314. <voice>5</voice>
  4315. <type>eighth</type>
  4316. <dot/>
  4317. <stem>up</stem>
  4318. <staff>2</staff>
  4319. <notations>
  4320. <tied type="start"/>
  4321. </notations>
  4322. </note>
  4323. <note default-x="343.03" default-y="-110.00">
  4324. <pitch>
  4325. <step>G</step>
  4326. <octave>3</octave>
  4327. </pitch>
  4328. <duration>4</duration>
  4329. <tie type="stop"/>
  4330. <voice>5</voice>
  4331. <type>quarter</type>
  4332. <stem>up</stem>
  4333. <staff>2</staff>
  4334. <notations>
  4335. <tied type="stop"/>
  4336. </notations>
  4337. </note>
  4338. <backup>
  4339. <duration>16</duration>
  4340. </backup>
  4341. <note default-x="54.33" default-y="-120.00">
  4342. <pitch>
  4343. <step>E</step>
  4344. <octave>3</octave>
  4345. </pitch>
  4346. <duration>8</duration>
  4347. <voice>6</voice>
  4348. <type>half</type>
  4349. <stem>down</stem>
  4350. <staff>2</staff>
  4351. </note>
  4352. <note default-x="246.80" default-y="-120.00">
  4353. <pitch>
  4354. <step>E</step>
  4355. <octave>3</octave>
  4356. </pitch>
  4357. <duration>8</duration>
  4358. <voice>6</voice>
  4359. <type>half</type>
  4360. <stem>down</stem>
  4361. <staff>2</staff>
  4362. </note>
  4363. </measure>
  4364. <measure number="16" width="398.53">
  4365. <note>
  4366. <rest/>
  4367. <duration>2</duration>
  4368. <voice>1</voice>
  4369. <type>eighth</type>
  4370. <staff>1</staff>
  4371. </note>
  4372. <note default-x="60.12" default-y="-60.00">
  4373. <pitch>
  4374. <step>A</step>
  4375. <octave>3</octave>
  4376. </pitch>
  4377. <duration>1</duration>
  4378. <voice>1</voice>
  4379. <type>16th</type>
  4380. <stem>up</stem>
  4381. <staff>1</staff>
  4382. <beam number="1">begin</beam>
  4383. <beam number="2">begin</beam>
  4384. </note>
  4385. <note default-x="84.17" default-y="-50.00">
  4386. <pitch>
  4387. <step>C</step>
  4388. <octave>4</octave>
  4389. </pitch>
  4390. <duration>1</duration>
  4391. <voice>1</voice>
  4392. <type>16th</type>
  4393. <stem>up</stem>
  4394. <staff>1</staff>
  4395. <beam number="1">end</beam>
  4396. <beam number="2">end</beam>
  4397. </note>
  4398. <note default-x="108.23" default-y="-35.00">
  4399. <pitch>
  4400. <step>F</step>
  4401. <octave>4</octave>
  4402. </pitch>
  4403. <duration>1</duration>
  4404. <voice>1</voice>
  4405. <type>16th</type>
  4406. <stem>up</stem>
  4407. <staff>1</staff>
  4408. <beam number="1">begin</beam>
  4409. <beam number="2">begin</beam>
  4410. </note>
  4411. <note default-x="132.29" default-y="-60.00">
  4412. <pitch>
  4413. <step>A</step>
  4414. <octave>3</octave>
  4415. </pitch>
  4416. <duration>1</duration>
  4417. <voice>1</voice>
  4418. <type>16th</type>
  4419. <stem>up</stem>
  4420. <staff>1</staff>
  4421. <beam number="1">continue</beam>
  4422. <beam number="2">continue</beam>
  4423. </note>
  4424. <note default-x="156.35" default-y="-50.00">
  4425. <pitch>
  4426. <step>C</step>
  4427. <octave>4</octave>
  4428. </pitch>
  4429. <duration>1</duration>
  4430. <voice>1</voice>
  4431. <type>16th</type>
  4432. <stem>up</stem>
  4433. <staff>1</staff>
  4434. <beam number="1">continue</beam>
  4435. <beam number="2">continue</beam>
  4436. </note>
  4437. <note default-x="180.41" default-y="-35.00">
  4438. <pitch>
  4439. <step>F</step>
  4440. <octave>4</octave>
  4441. </pitch>
  4442. <duration>1</duration>
  4443. <voice>1</voice>
  4444. <type>16th</type>
  4445. <stem>up</stem>
  4446. <staff>1</staff>
  4447. <beam number="1">end</beam>
  4448. <beam number="2">end</beam>
  4449. </note>
  4450. <note>
  4451. <rest/>
  4452. <duration>2</duration>
  4453. <voice>1</voice>
  4454. <type>eighth</type>
  4455. <staff>1</staff>
  4456. </note>
  4457. <note default-x="252.58" default-y="-60.00">
  4458. <pitch>
  4459. <step>A</step>
  4460. <octave>3</octave>
  4461. </pitch>
  4462. <duration>1</duration>
  4463. <voice>1</voice>
  4464. <type>16th</type>
  4465. <stem>up</stem>
  4466. <staff>1</staff>
  4467. <beam number="1">begin</beam>
  4468. <beam number="2">begin</beam>
  4469. </note>
  4470. <note default-x="276.64" default-y="-50.00">
  4471. <pitch>
  4472. <step>C</step>
  4473. <octave>4</octave>
  4474. </pitch>
  4475. <duration>1</duration>
  4476. <voice>1</voice>
  4477. <type>16th</type>
  4478. <stem>up</stem>
  4479. <staff>1</staff>
  4480. <beam number="1">end</beam>
  4481. <beam number="2">end</beam>
  4482. </note>
  4483. <note default-x="300.70" default-y="-35.00">
  4484. <pitch>
  4485. <step>F</step>
  4486. <octave>4</octave>
  4487. </pitch>
  4488. <duration>1</duration>
  4489. <voice>1</voice>
  4490. <type>16th</type>
  4491. <stem>up</stem>
  4492. <staff>1</staff>
  4493. <beam number="1">begin</beam>
  4494. <beam number="2">begin</beam>
  4495. </note>
  4496. <note default-x="324.75" default-y="-60.00">
  4497. <pitch>
  4498. <step>A</step>
  4499. <octave>3</octave>
  4500. </pitch>
  4501. <duration>1</duration>
  4502. <voice>1</voice>
  4503. <type>16th</type>
  4504. <stem>up</stem>
  4505. <staff>1</staff>
  4506. <beam number="1">continue</beam>
  4507. <beam number="2">continue</beam>
  4508. </note>
  4509. <note default-x="348.81" default-y="-50.00">
  4510. <pitch>
  4511. <step>C</step>
  4512. <octave>4</octave>
  4513. </pitch>
  4514. <duration>1</duration>
  4515. <voice>1</voice>
  4516. <type>16th</type>
  4517. <stem>up</stem>
  4518. <staff>1</staff>
  4519. <beam number="1">continue</beam>
  4520. <beam number="2">continue</beam>
  4521. </note>
  4522. <note default-x="372.87" default-y="-35.00">
  4523. <pitch>
  4524. <step>F</step>
  4525. <octave>4</octave>
  4526. </pitch>
  4527. <duration>1</duration>
  4528. <voice>1</voice>
  4529. <type>16th</type>
  4530. <stem>up</stem>
  4531. <staff>1</staff>
  4532. <beam number="1">end</beam>
  4533. <beam number="2">end</beam>
  4534. </note>
  4535. <backup>
  4536. <duration>16</duration>
  4537. </backup>
  4538. <note print-object="no">
  4539. <rest/>
  4540. <duration>1</duration>
  4541. <voice>5</voice>
  4542. <type>16th</type>
  4543. <staff>2</staff>
  4544. </note>
  4545. <note default-x="36.06" default-y="-115.00">
  4546. <pitch>
  4547. <step>F</step>
  4548. <octave>3</octave>
  4549. </pitch>
  4550. <duration>3</duration>
  4551. <tie type="start"/>
  4552. <voice>5</voice>
  4553. <type>eighth</type>
  4554. <dot/>
  4555. <stem>up</stem>
  4556. <staff>2</staff>
  4557. <notations>
  4558. <tied type="start"/>
  4559. </notations>
  4560. </note>
  4561. <note default-x="108.23" default-y="-115.00">
  4562. <pitch>
  4563. <step>F</step>
  4564. <octave>3</octave>
  4565. </pitch>
  4566. <duration>4</duration>
  4567. <tie type="stop"/>
  4568. <voice>5</voice>
  4569. <type>quarter</type>
  4570. <stem>up</stem>
  4571. <staff>2</staff>
  4572. <notations>
  4573. <tied type="stop"/>
  4574. </notations>
  4575. </note>
  4576. <note print-object="no">
  4577. <rest/>
  4578. <duration>1</duration>
  4579. <voice>5</voice>
  4580. <type>16th</type>
  4581. <staff>2</staff>
  4582. </note>
  4583. <note default-x="228.52" default-y="-115.00">
  4584. <pitch>
  4585. <step>F</step>
  4586. <octave>3</octave>
  4587. </pitch>
  4588. <duration>3</duration>
  4589. <tie type="start"/>
  4590. <voice>5</voice>
  4591. <type>eighth</type>
  4592. <dot/>
  4593. <stem>up</stem>
  4594. <staff>2</staff>
  4595. <notations>
  4596. <tied type="start"/>
  4597. </notations>
  4598. </note>
  4599. <note default-x="300.70" default-y="-115.00">
  4600. <pitch>
  4601. <step>F</step>
  4602. <octave>3</octave>
  4603. </pitch>
  4604. <duration>4</duration>
  4605. <tie type="stop"/>
  4606. <voice>5</voice>
  4607. <type>quarter</type>
  4608. <stem>up</stem>
  4609. <staff>2</staff>
  4610. <notations>
  4611. <tied type="stop"/>
  4612. </notations>
  4613. </note>
  4614. <backup>
  4615. <duration>16</duration>
  4616. </backup>
  4617. <note default-x="12.00" default-y="-120.00">
  4618. <pitch>
  4619. <step>E</step>
  4620. <octave>3</octave>
  4621. </pitch>
  4622. <duration>8</duration>
  4623. <voice>6</voice>
  4624. <type>half</type>
  4625. <stem>down</stem>
  4626. <staff>2</staff>
  4627. </note>
  4628. <note default-x="204.46" default-y="-120.00">
  4629. <pitch>
  4630. <step>E</step>
  4631. <octave>3</octave>
  4632. </pitch>
  4633. <duration>8</duration>
  4634. <voice>6</voice>
  4635. <type>half</type>
  4636. <stem>down</stem>
  4637. <staff>2</staff>
  4638. </note>
  4639. </measure>
  4640. <measure number="17" width="440.86">
  4641. <print new-system="yes">
  4642. <system-layout>
  4643. <system-margins>
  4644. <left-margin>64.36</left-margin>
  4645. <right-margin>0.00</right-margin>
  4646. </system-margins>
  4647. <system-distance>141.11</system-distance>
  4648. </system-layout>
  4649. <staff-layout number="2">
  4650. <staff-distance>65.00</staff-distance>
  4651. </staff-layout>
  4652. </print>
  4653. <note>
  4654. <rest/>
  4655. <duration>2</duration>
  4656. <voice>1</voice>
  4657. <type>eighth</type>
  4658. <staff>1</staff>
  4659. </note>
  4660. <note default-x="102.45" default-y="-60.00">
  4661. <pitch>
  4662. <step>A</step>
  4663. <octave>3</octave>
  4664. </pitch>
  4665. <duration>1</duration>
  4666. <voice>1</voice>
  4667. <type>16th</type>
  4668. <stem>up</stem>
  4669. <staff>1</staff>
  4670. <beam number="1">begin</beam>
  4671. <beam number="2">begin</beam>
  4672. </note>
  4673. <note default-x="126.51" default-y="-50.00">
  4674. <pitch>
  4675. <step>C</step>
  4676. <octave>4</octave>
  4677. </pitch>
  4678. <duration>1</duration>
  4679. <voice>1</voice>
  4680. <type>16th</type>
  4681. <stem>up</stem>
  4682. <staff>1</staff>
  4683. <beam number="1">end</beam>
  4684. <beam number="2">end</beam>
  4685. </note>
  4686. <note default-x="150.57" default-y="-35.00">
  4687. <pitch>
  4688. <step>F</step>
  4689. <octave>4</octave>
  4690. </pitch>
  4691. <duration>1</duration>
  4692. <voice>1</voice>
  4693. <type>16th</type>
  4694. <stem>up</stem>
  4695. <staff>1</staff>
  4696. <beam number="1">begin</beam>
  4697. <beam number="2">begin</beam>
  4698. </note>
  4699. <note default-x="174.62" default-y="-60.00">
  4700. <pitch>
  4701. <step>A</step>
  4702. <octave>3</octave>
  4703. </pitch>
  4704. <duration>1</duration>
  4705. <voice>1</voice>
  4706. <type>16th</type>
  4707. <stem>up</stem>
  4708. <staff>1</staff>
  4709. <beam number="1">continue</beam>
  4710. <beam number="2">continue</beam>
  4711. </note>
  4712. <note default-x="198.68" default-y="-50.00">
  4713. <pitch>
  4714. <step>C</step>
  4715. <octave>4</octave>
  4716. </pitch>
  4717. <duration>1</duration>
  4718. <voice>1</voice>
  4719. <type>16th</type>
  4720. <stem>up</stem>
  4721. <staff>1</staff>
  4722. <beam number="1">continue</beam>
  4723. <beam number="2">continue</beam>
  4724. </note>
  4725. <note default-x="222.74" default-y="-35.00">
  4726. <pitch>
  4727. <step>F</step>
  4728. <octave>4</octave>
  4729. </pitch>
  4730. <duration>1</duration>
  4731. <voice>1</voice>
  4732. <type>16th</type>
  4733. <stem>up</stem>
  4734. <staff>1</staff>
  4735. <beam number="1">end</beam>
  4736. <beam number="2">end</beam>
  4737. </note>
  4738. <note>
  4739. <rest/>
  4740. <duration>2</duration>
  4741. <voice>1</voice>
  4742. <type>eighth</type>
  4743. <staff>1</staff>
  4744. </note>
  4745. <note default-x="294.91" default-y="-60.00">
  4746. <pitch>
  4747. <step>A</step>
  4748. <octave>3</octave>
  4749. </pitch>
  4750. <duration>1</duration>
  4751. <voice>1</voice>
  4752. <type>16th</type>
  4753. <stem>up</stem>
  4754. <staff>1</staff>
  4755. <beam number="1">begin</beam>
  4756. <beam number="2">begin</beam>
  4757. </note>
  4758. <note default-x="318.97" default-y="-50.00">
  4759. <pitch>
  4760. <step>C</step>
  4761. <octave>4</octave>
  4762. </pitch>
  4763. <duration>1</duration>
  4764. <voice>1</voice>
  4765. <type>16th</type>
  4766. <stem>up</stem>
  4767. <staff>1</staff>
  4768. <beam number="1">end</beam>
  4769. <beam number="2">end</beam>
  4770. </note>
  4771. <note default-x="343.03" default-y="-35.00">
  4772. <pitch>
  4773. <step>F</step>
  4774. <octave>4</octave>
  4775. </pitch>
  4776. <duration>1</duration>
  4777. <voice>1</voice>
  4778. <type>16th</type>
  4779. <stem>up</stem>
  4780. <staff>1</staff>
  4781. <beam number="1">begin</beam>
  4782. <beam number="2">begin</beam>
  4783. </note>
  4784. <note default-x="367.09" default-y="-60.00">
  4785. <pitch>
  4786. <step>A</step>
  4787. <octave>3</octave>
  4788. </pitch>
  4789. <duration>1</duration>
  4790. <voice>1</voice>
  4791. <type>16th</type>
  4792. <stem>up</stem>
  4793. <staff>1</staff>
  4794. <beam number="1">continue</beam>
  4795. <beam number="2">continue</beam>
  4796. </note>
  4797. <note default-x="391.15" default-y="-50.00">
  4798. <pitch>
  4799. <step>C</step>
  4800. <octave>4</octave>
  4801. </pitch>
  4802. <duration>1</duration>
  4803. <voice>1</voice>
  4804. <type>16th</type>
  4805. <stem>up</stem>
  4806. <staff>1</staff>
  4807. <beam number="1">continue</beam>
  4808. <beam number="2">continue</beam>
  4809. </note>
  4810. <note default-x="415.20" default-y="-35.00">
  4811. <pitch>
  4812. <step>F</step>
  4813. <octave>4</octave>
  4814. </pitch>
  4815. <duration>1</duration>
  4816. <voice>1</voice>
  4817. <type>16th</type>
  4818. <stem>up</stem>
  4819. <staff>1</staff>
  4820. <beam number="1">end</beam>
  4821. <beam number="2">end</beam>
  4822. </note>
  4823. <backup>
  4824. <duration>16</duration>
  4825. </backup>
  4826. <note print-object="no">
  4827. <rest/>
  4828. <duration>1</duration>
  4829. <voice>5</voice>
  4830. <type>16th</type>
  4831. <staff>2</staff>
  4832. </note>
  4833. <note default-x="78.39" default-y="-115.00">
  4834. <pitch>
  4835. <step>F</step>
  4836. <octave>3</octave>
  4837. </pitch>
  4838. <duration>3</duration>
  4839. <tie type="start"/>
  4840. <voice>5</voice>
  4841. <type>eighth</type>
  4842. <dot/>
  4843. <stem>up</stem>
  4844. <staff>2</staff>
  4845. <notations>
  4846. <tied type="start"/>
  4847. </notations>
  4848. </note>
  4849. <note default-x="150.57" default-y="-115.00">
  4850. <pitch>
  4851. <step>F</step>
  4852. <octave>3</octave>
  4853. </pitch>
  4854. <duration>4</duration>
  4855. <tie type="stop"/>
  4856. <voice>5</voice>
  4857. <type>quarter</type>
  4858. <stem>up</stem>
  4859. <staff>2</staff>
  4860. <notations>
  4861. <tied type="stop"/>
  4862. </notations>
  4863. </note>
  4864. <note print-object="no">
  4865. <rest/>
  4866. <duration>1</duration>
  4867. <voice>5</voice>
  4868. <type>16th</type>
  4869. <staff>2</staff>
  4870. </note>
  4871. <note default-x="270.86" default-y="-115.00">
  4872. <pitch>
  4873. <step>F</step>
  4874. <octave>3</octave>
  4875. </pitch>
  4876. <duration>3</duration>
  4877. <tie type="start"/>
  4878. <voice>5</voice>
  4879. <type>eighth</type>
  4880. <dot/>
  4881. <stem>up</stem>
  4882. <staff>2</staff>
  4883. <notations>
  4884. <tied type="start"/>
  4885. </notations>
  4886. </note>
  4887. <note default-x="343.03" default-y="-115.00">
  4888. <pitch>
  4889. <step>F</step>
  4890. <octave>3</octave>
  4891. </pitch>
  4892. <duration>4</duration>
  4893. <tie type="stop"/>
  4894. <voice>5</voice>
  4895. <type>quarter</type>
  4896. <stem>up</stem>
  4897. <staff>2</staff>
  4898. <notations>
  4899. <tied type="stop"/>
  4900. </notations>
  4901. </note>
  4902. <backup>
  4903. <duration>16</duration>
  4904. </backup>
  4905. <note default-x="54.33" default-y="-125.00">
  4906. <pitch>
  4907. <step>D</step>
  4908. <octave>3</octave>
  4909. </pitch>
  4910. <duration>8</duration>
  4911. <voice>6</voice>
  4912. <type>half</type>
  4913. <stem>down</stem>
  4914. <staff>2</staff>
  4915. </note>
  4916. <note default-x="246.80" default-y="-125.00">
  4917. <pitch>
  4918. <step>D</step>
  4919. <octave>3</octave>
  4920. </pitch>
  4921. <duration>8</duration>
  4922. <voice>6</voice>
  4923. <type>half</type>
  4924. <stem>down</stem>
  4925. <staff>2</staff>
  4926. </note>
  4927. </measure>
  4928. <measure number="18" width="398.53">
  4929. <note>
  4930. <rest/>
  4931. <duration>2</duration>
  4932. <voice>1</voice>
  4933. <type>eighth</type>
  4934. <staff>1</staff>
  4935. </note>
  4936. <note default-x="60.12" default-y="-65.00">
  4937. <pitch>
  4938. <step>G</step>
  4939. <octave>3</octave>
  4940. </pitch>
  4941. <duration>1</duration>
  4942. <voice>1</voice>
  4943. <type>16th</type>
  4944. <stem>up</stem>
  4945. <staff>1</staff>
  4946. <beam number="1">begin</beam>
  4947. <beam number="2">begin</beam>
  4948. </note>
  4949. <note default-x="84.17" default-y="-55.00">
  4950. <pitch>
  4951. <step>B</step>
  4952. <octave>3</octave>
  4953. </pitch>
  4954. <duration>1</duration>
  4955. <voice>1</voice>
  4956. <type>16th</type>
  4957. <stem>up</stem>
  4958. <staff>1</staff>
  4959. <beam number="1">end</beam>
  4960. <beam number="2">end</beam>
  4961. </note>
  4962. <note default-x="108.23" default-y="-35.00">
  4963. <pitch>
  4964. <step>F</step>
  4965. <octave>4</octave>
  4966. </pitch>
  4967. <duration>1</duration>
  4968. <voice>1</voice>
  4969. <type>16th</type>
  4970. <stem>up</stem>
  4971. <staff>1</staff>
  4972. <beam number="1">begin</beam>
  4973. <beam number="2">begin</beam>
  4974. </note>
  4975. <note default-x="132.29" default-y="-65.00">
  4976. <pitch>
  4977. <step>G</step>
  4978. <octave>3</octave>
  4979. </pitch>
  4980. <duration>1</duration>
  4981. <voice>1</voice>
  4982. <type>16th</type>
  4983. <stem>up</stem>
  4984. <staff>1</staff>
  4985. <beam number="1">continue</beam>
  4986. <beam number="2">continue</beam>
  4987. </note>
  4988. <note default-x="156.35" default-y="-55.00">
  4989. <pitch>
  4990. <step>B</step>
  4991. <octave>3</octave>
  4992. </pitch>
  4993. <duration>1</duration>
  4994. <voice>1</voice>
  4995. <type>16th</type>
  4996. <stem>up</stem>
  4997. <staff>1</staff>
  4998. <beam number="1">continue</beam>
  4999. <beam number="2">continue</beam>
  5000. </note>
  5001. <note default-x="180.41" default-y="-35.00">
  5002. <pitch>
  5003. <step>F</step>
  5004. <octave>4</octave>
  5005. </pitch>
  5006. <duration>1</duration>
  5007. <voice>1</voice>
  5008. <type>16th</type>
  5009. <stem>up</stem>
  5010. <staff>1</staff>
  5011. <beam number="1">end</beam>
  5012. <beam number="2">end</beam>
  5013. </note>
  5014. <note>
  5015. <rest/>
  5016. <duration>2</duration>
  5017. <voice>1</voice>
  5018. <type>eighth</type>
  5019. <staff>1</staff>
  5020. </note>
  5021. <note default-x="252.58" default-y="-65.00">
  5022. <pitch>
  5023. <step>G</step>
  5024. <octave>3</octave>
  5025. </pitch>
  5026. <duration>1</duration>
  5027. <voice>1</voice>
  5028. <type>16th</type>
  5029. <stem>up</stem>
  5030. <staff>1</staff>
  5031. <beam number="1">begin</beam>
  5032. <beam number="2">begin</beam>
  5033. </note>
  5034. <note default-x="276.64" default-y="-55.00">
  5035. <pitch>
  5036. <step>B</step>
  5037. <octave>3</octave>
  5038. </pitch>
  5039. <duration>1</duration>
  5040. <voice>1</voice>
  5041. <type>16th</type>
  5042. <stem>up</stem>
  5043. <staff>1</staff>
  5044. <beam number="1">end</beam>
  5045. <beam number="2">end</beam>
  5046. </note>
  5047. <note default-x="300.70" default-y="-35.00">
  5048. <pitch>
  5049. <step>F</step>
  5050. <octave>4</octave>
  5051. </pitch>
  5052. <duration>1</duration>
  5053. <voice>1</voice>
  5054. <type>16th</type>
  5055. <stem>up</stem>
  5056. <staff>1</staff>
  5057. <beam number="1">begin</beam>
  5058. <beam number="2">begin</beam>
  5059. </note>
  5060. <note default-x="324.75" default-y="-65.00">
  5061. <pitch>
  5062. <step>G</step>
  5063. <octave>3</octave>
  5064. </pitch>
  5065. <duration>1</duration>
  5066. <voice>1</voice>
  5067. <type>16th</type>
  5068. <stem>up</stem>
  5069. <staff>1</staff>
  5070. <beam number="1">continue</beam>
  5071. <beam number="2">continue</beam>
  5072. </note>
  5073. <note default-x="348.81" default-y="-55.00">
  5074. <pitch>
  5075. <step>B</step>
  5076. <octave>3</octave>
  5077. </pitch>
  5078. <duration>1</duration>
  5079. <voice>1</voice>
  5080. <type>16th</type>
  5081. <stem>up</stem>
  5082. <staff>1</staff>
  5083. <beam number="1">continue</beam>
  5084. <beam number="2">continue</beam>
  5085. </note>
  5086. <note default-x="372.87" default-y="-35.00">
  5087. <pitch>
  5088. <step>F</step>
  5089. <octave>4</octave>
  5090. </pitch>
  5091. <duration>1</duration>
  5092. <voice>1</voice>
  5093. <type>16th</type>
  5094. <stem>up</stem>
  5095. <staff>1</staff>
  5096. <beam number="1">end</beam>
  5097. <beam number="2">end</beam>
  5098. </note>
  5099. <backup>
  5100. <duration>16</duration>
  5101. </backup>
  5102. <note print-object="no">
  5103. <rest/>
  5104. <duration>1</duration>
  5105. <voice>5</voice>
  5106. <type>16th</type>
  5107. <staff>2</staff>
  5108. </note>
  5109. <note default-x="36.06" default-y="-125.00">
  5110. <pitch>
  5111. <step>D</step>
  5112. <octave>3</octave>
  5113. </pitch>
  5114. <duration>3</duration>
  5115. <tie type="start"/>
  5116. <voice>5</voice>
  5117. <type>eighth</type>
  5118. <dot/>
  5119. <stem>up</stem>
  5120. <staff>2</staff>
  5121. <notations>
  5122. <tied type="start"/>
  5123. </notations>
  5124. </note>
  5125. <note default-x="108.23" default-y="-125.00">
  5126. <pitch>
  5127. <step>D</step>
  5128. <octave>3</octave>
  5129. </pitch>
  5130. <duration>4</duration>
  5131. <tie type="stop"/>
  5132. <voice>5</voice>
  5133. <type>quarter</type>
  5134. <stem>up</stem>
  5135. <staff>2</staff>
  5136. <notations>
  5137. <tied type="stop"/>
  5138. </notations>
  5139. </note>
  5140. <note print-object="no">
  5141. <rest/>
  5142. <duration>1</duration>
  5143. <voice>5</voice>
  5144. <type>16th</type>
  5145. <staff>2</staff>
  5146. </note>
  5147. <note default-x="228.52" default-y="-125.00">
  5148. <pitch>
  5149. <step>D</step>
  5150. <octave>3</octave>
  5151. </pitch>
  5152. <duration>3</duration>
  5153. <tie type="start"/>
  5154. <voice>5</voice>
  5155. <type>eighth</type>
  5156. <dot/>
  5157. <stem>up</stem>
  5158. <staff>2</staff>
  5159. <notations>
  5160. <tied type="start"/>
  5161. </notations>
  5162. </note>
  5163. <note default-x="300.70" default-y="-125.00">
  5164. <pitch>
  5165. <step>D</step>
  5166. <octave>3</octave>
  5167. </pitch>
  5168. <duration>4</duration>
  5169. <tie type="stop"/>
  5170. <voice>5</voice>
  5171. <type>quarter</type>
  5172. <stem>up</stem>
  5173. <staff>2</staff>
  5174. <notations>
  5175. <tied type="stop"/>
  5176. </notations>
  5177. </note>
  5178. <backup>
  5179. <duration>16</duration>
  5180. </backup>
  5181. <note default-x="12.00" default-y="-145.00">
  5182. <pitch>
  5183. <step>G</step>
  5184. <octave>2</octave>
  5185. </pitch>
  5186. <duration>8</duration>
  5187. <voice>6</voice>
  5188. <type>half</type>
  5189. <stem>down</stem>
  5190. <staff>2</staff>
  5191. </note>
  5192. <note default-x="204.46" default-y="-145.00">
  5193. <pitch>
  5194. <step>G</step>
  5195. <octave>2</octave>
  5196. </pitch>
  5197. <duration>8</duration>
  5198. <voice>6</voice>
  5199. <type>half</type>
  5200. <stem>down</stem>
  5201. <staff>2</staff>
  5202. </note>
  5203. </measure>
  5204. <measure number="19" width="438.12">
  5205. <print new-system="yes">
  5206. <system-layout>
  5207. <system-margins>
  5208. <left-margin>64.36</left-margin>
  5209. <right-margin>0.00</right-margin>
  5210. </system-margins>
  5211. <system-distance>141.11</system-distance>
  5212. </system-layout>
  5213. <staff-layout number="2">
  5214. <staff-distance>65.00</staff-distance>
  5215. </staff-layout>
  5216. </print>
  5217. <note>
  5218. <rest/>
  5219. <duration>2</duration>
  5220. <voice>1</voice>
  5221. <type>eighth</type>
  5222. <staff>1</staff>
  5223. </note>
  5224. <note default-x="102.11" default-y="-65.00">
  5225. <pitch>
  5226. <step>G</step>
  5227. <octave>3</octave>
  5228. </pitch>
  5229. <duration>1</duration>
  5230. <voice>1</voice>
  5231. <type>16th</type>
  5232. <stem>up</stem>
  5233. <staff>1</staff>
  5234. <beam number="1">begin</beam>
  5235. <beam number="2">begin</beam>
  5236. </note>
  5237. <note default-x="125.99" default-y="-50.00">
  5238. <pitch>
  5239. <step>C</step>
  5240. <octave>4</octave>
  5241. </pitch>
  5242. <duration>1</duration>
  5243. <voice>1</voice>
  5244. <type>16th</type>
  5245. <stem>up</stem>
  5246. <staff>1</staff>
  5247. <beam number="1">end</beam>
  5248. <beam number="2">end</beam>
  5249. </note>
  5250. <note default-x="149.88" default-y="-40.00">
  5251. <pitch>
  5252. <step>E</step>
  5253. <octave>4</octave>
  5254. </pitch>
  5255. <duration>1</duration>
  5256. <voice>1</voice>
  5257. <type>16th</type>
  5258. <stem>up</stem>
  5259. <staff>1</staff>
  5260. <beam number="1">begin</beam>
  5261. <beam number="2">begin</beam>
  5262. </note>
  5263. <note default-x="173.77" default-y="-65.00">
  5264. <pitch>
  5265. <step>G</step>
  5266. <octave>3</octave>
  5267. </pitch>
  5268. <duration>1</duration>
  5269. <voice>1</voice>
  5270. <type>16th</type>
  5271. <stem>up</stem>
  5272. <staff>1</staff>
  5273. <beam number="1">continue</beam>
  5274. <beam number="2">continue</beam>
  5275. </note>
  5276. <note default-x="197.65" default-y="-50.00">
  5277. <pitch>
  5278. <step>C</step>
  5279. <octave>4</octave>
  5280. </pitch>
  5281. <duration>1</duration>
  5282. <voice>1</voice>
  5283. <type>16th</type>
  5284. <stem>up</stem>
  5285. <staff>1</staff>
  5286. <beam number="1">continue</beam>
  5287. <beam number="2">continue</beam>
  5288. </note>
  5289. <note default-x="221.54" default-y="-40.00">
  5290. <pitch>
  5291. <step>E</step>
  5292. <octave>4</octave>
  5293. </pitch>
  5294. <duration>1</duration>
  5295. <voice>1</voice>
  5296. <type>16th</type>
  5297. <stem>up</stem>
  5298. <staff>1</staff>
  5299. <beam number="1">end</beam>
  5300. <beam number="2">end</beam>
  5301. </note>
  5302. <note>
  5303. <rest/>
  5304. <duration>2</duration>
  5305. <voice>1</voice>
  5306. <type>eighth</type>
  5307. <staff>1</staff>
  5308. </note>
  5309. <note default-x="293.20" default-y="-65.00">
  5310. <pitch>
  5311. <step>G</step>
  5312. <octave>3</octave>
  5313. </pitch>
  5314. <duration>1</duration>
  5315. <voice>1</voice>
  5316. <type>16th</type>
  5317. <stem>up</stem>
  5318. <staff>1</staff>
  5319. <beam number="1">begin</beam>
  5320. <beam number="2">begin</beam>
  5321. </note>
  5322. <note default-x="317.09" default-y="-50.00">
  5323. <pitch>
  5324. <step>C</step>
  5325. <octave>4</octave>
  5326. </pitch>
  5327. <duration>1</duration>
  5328. <voice>1</voice>
  5329. <type>16th</type>
  5330. <stem>up</stem>
  5331. <staff>1</staff>
  5332. <beam number="1">end</beam>
  5333. <beam number="2">end</beam>
  5334. </note>
  5335. <note default-x="340.97" default-y="-40.00">
  5336. <pitch>
  5337. <step>E</step>
  5338. <octave>4</octave>
  5339. </pitch>
  5340. <duration>1</duration>
  5341. <voice>1</voice>
  5342. <type>16th</type>
  5343. <stem>up</stem>
  5344. <staff>1</staff>
  5345. <beam number="1">begin</beam>
  5346. <beam number="2">begin</beam>
  5347. </note>
  5348. <note default-x="364.86" default-y="-65.00">
  5349. <pitch>
  5350. <step>G</step>
  5351. <octave>3</octave>
  5352. </pitch>
  5353. <duration>1</duration>
  5354. <voice>1</voice>
  5355. <type>16th</type>
  5356. <stem>up</stem>
  5357. <staff>1</staff>
  5358. <beam number="1">continue</beam>
  5359. <beam number="2">continue</beam>
  5360. </note>
  5361. <note default-x="388.75" default-y="-50.00">
  5362. <pitch>
  5363. <step>C</step>
  5364. <octave>4</octave>
  5365. </pitch>
  5366. <duration>1</duration>
  5367. <voice>1</voice>
  5368. <type>16th</type>
  5369. <stem>up</stem>
  5370. <staff>1</staff>
  5371. <beam number="1">continue</beam>
  5372. <beam number="2">continue</beam>
  5373. </note>
  5374. <note default-x="412.63" default-y="-40.00">
  5375. <pitch>
  5376. <step>E</step>
  5377. <octave>4</octave>
  5378. </pitch>
  5379. <duration>1</duration>
  5380. <voice>1</voice>
  5381. <type>16th</type>
  5382. <stem>up</stem>
  5383. <staff>1</staff>
  5384. <beam number="1">end</beam>
  5385. <beam number="2">end</beam>
  5386. </note>
  5387. <backup>
  5388. <duration>16</duration>
  5389. </backup>
  5390. <note print-object="no">
  5391. <rest/>
  5392. <duration>1</duration>
  5393. <voice>5</voice>
  5394. <type>16th</type>
  5395. <staff>2</staff>
  5396. </note>
  5397. <note default-x="78.22" default-y="-120.00">
  5398. <pitch>
  5399. <step>E</step>
  5400. <octave>3</octave>
  5401. </pitch>
  5402. <duration>3</duration>
  5403. <tie type="start"/>
  5404. <voice>5</voice>
  5405. <type>eighth</type>
  5406. <dot/>
  5407. <stem>up</stem>
  5408. <staff>2</staff>
  5409. <notations>
  5410. <tied type="start"/>
  5411. </notations>
  5412. </note>
  5413. <note default-x="149.88" default-y="-120.00">
  5414. <pitch>
  5415. <step>E</step>
  5416. <octave>3</octave>
  5417. </pitch>
  5418. <duration>4</duration>
  5419. <tie type="stop"/>
  5420. <voice>5</voice>
  5421. <type>quarter</type>
  5422. <stem>up</stem>
  5423. <staff>2</staff>
  5424. <notations>
  5425. <tied type="stop"/>
  5426. </notations>
  5427. </note>
  5428. <note print-object="no">
  5429. <rest/>
  5430. <duration>1</duration>
  5431. <voice>5</voice>
  5432. <type>16th</type>
  5433. <staff>2</staff>
  5434. </note>
  5435. <note default-x="269.31" default-y="-120.00">
  5436. <pitch>
  5437. <step>E</step>
  5438. <octave>3</octave>
  5439. </pitch>
  5440. <duration>3</duration>
  5441. <tie type="start"/>
  5442. <voice>5</voice>
  5443. <type>eighth</type>
  5444. <dot/>
  5445. <stem>up</stem>
  5446. <staff>2</staff>
  5447. <notations>
  5448. <tied type="start"/>
  5449. </notations>
  5450. </note>
  5451. <note default-x="340.97" default-y="-120.00">
  5452. <pitch>
  5453. <step>E</step>
  5454. <octave>3</octave>
  5455. </pitch>
  5456. <duration>4</duration>
  5457. <tie type="stop"/>
  5458. <voice>5</voice>
  5459. <type>quarter</type>
  5460. <stem>up</stem>
  5461. <staff>2</staff>
  5462. <notations>
  5463. <tied type="stop"/>
  5464. </notations>
  5465. </note>
  5466. <backup>
  5467. <duration>16</duration>
  5468. </backup>
  5469. <note default-x="54.33" default-y="-130.00">
  5470. <pitch>
  5471. <step>C</step>
  5472. <octave>3</octave>
  5473. </pitch>
  5474. <duration>8</duration>
  5475. <voice>6</voice>
  5476. <type>half</type>
  5477. <stem>down</stem>
  5478. <staff>2</staff>
  5479. </note>
  5480. <note default-x="245.43" default-y="-130.00">
  5481. <pitch>
  5482. <step>C</step>
  5483. <octave>3</octave>
  5484. </pitch>
  5485. <duration>8</duration>
  5486. <voice>6</voice>
  5487. <type>half</type>
  5488. <stem>down</stem>
  5489. <staff>2</staff>
  5490. </note>
  5491. </measure>
  5492. <measure number="20" width="401.27">
  5493. <note>
  5494. <rest/>
  5495. <duration>2</duration>
  5496. <voice>1</voice>
  5497. <type>eighth</type>
  5498. <staff>1</staff>
  5499. </note>
  5500. <note default-x="60.46" default-y="-55.00">
  5501. <pitch>
  5502. <step>B</step>
  5503. <alter>-1</alter>
  5504. <octave>3</octave>
  5505. </pitch>
  5506. <duration>1</duration>
  5507. <voice>1</voice>
  5508. <type>16th</type>
  5509. <accidental>flat</accidental>
  5510. <stem>up</stem>
  5511. <staff>1</staff>
  5512. <beam number="1">begin</beam>
  5513. <beam number="2">begin</beam>
  5514. </note>
  5515. <note default-x="84.69" default-y="-50.00">
  5516. <pitch>
  5517. <step>C</step>
  5518. <octave>4</octave>
  5519. </pitch>
  5520. <duration>1</duration>
  5521. <voice>1</voice>
  5522. <type>16th</type>
  5523. <stem>up</stem>
  5524. <staff>1</staff>
  5525. <beam number="1">end</beam>
  5526. <beam number="2">end</beam>
  5527. </note>
  5528. <note default-x="108.92" default-y="-40.00">
  5529. <pitch>
  5530. <step>E</step>
  5531. <octave>4</octave>
  5532. </pitch>
  5533. <duration>1</duration>
  5534. <voice>1</voice>
  5535. <type>16th</type>
  5536. <stem>up</stem>
  5537. <staff>1</staff>
  5538. <beam number="1">begin</beam>
  5539. <beam number="2">begin</beam>
  5540. </note>
  5541. <note default-x="133.15" default-y="-55.00">
  5542. <pitch>
  5543. <step>B</step>
  5544. <alter>-1</alter>
  5545. <octave>3</octave>
  5546. </pitch>
  5547. <duration>1</duration>
  5548. <voice>1</voice>
  5549. <type>16th</type>
  5550. <stem>up</stem>
  5551. <staff>1</staff>
  5552. <beam number="1">continue</beam>
  5553. <beam number="2">continue</beam>
  5554. </note>
  5555. <note default-x="157.38" default-y="-50.00">
  5556. <pitch>
  5557. <step>C</step>
  5558. <octave>4</octave>
  5559. </pitch>
  5560. <duration>1</duration>
  5561. <voice>1</voice>
  5562. <type>16th</type>
  5563. <stem>up</stem>
  5564. <staff>1</staff>
  5565. <beam number="1">continue</beam>
  5566. <beam number="2">continue</beam>
  5567. </note>
  5568. <note default-x="181.61" default-y="-40.00">
  5569. <pitch>
  5570. <step>E</step>
  5571. <octave>4</octave>
  5572. </pitch>
  5573. <duration>1</duration>
  5574. <voice>1</voice>
  5575. <type>16th</type>
  5576. <stem>up</stem>
  5577. <staff>1</staff>
  5578. <beam number="1">end</beam>
  5579. <beam number="2">end</beam>
  5580. </note>
  5581. <note>
  5582. <rest/>
  5583. <duration>2</duration>
  5584. <voice>1</voice>
  5585. <type>eighth</type>
  5586. <staff>1</staff>
  5587. </note>
  5588. <note default-x="254.29" default-y="-55.00">
  5589. <pitch>
  5590. <step>B</step>
  5591. <alter>-1</alter>
  5592. <octave>3</octave>
  5593. </pitch>
  5594. <duration>1</duration>
  5595. <voice>1</voice>
  5596. <type>16th</type>
  5597. <stem>up</stem>
  5598. <staff>1</staff>
  5599. <beam number="1">begin</beam>
  5600. <beam number="2">begin</beam>
  5601. </note>
  5602. <note default-x="278.52" default-y="-50.00">
  5603. <pitch>
  5604. <step>C</step>
  5605. <octave>4</octave>
  5606. </pitch>
  5607. <duration>1</duration>
  5608. <voice>1</voice>
  5609. <type>16th</type>
  5610. <stem>up</stem>
  5611. <staff>1</staff>
  5612. <beam number="1">end</beam>
  5613. <beam number="2">end</beam>
  5614. </note>
  5615. <note default-x="302.75" default-y="-40.00">
  5616. <pitch>
  5617. <step>E</step>
  5618. <octave>4</octave>
  5619. </pitch>
  5620. <duration>1</duration>
  5621. <voice>1</voice>
  5622. <type>16th</type>
  5623. <stem>up</stem>
  5624. <staff>1</staff>
  5625. <beam number="1">begin</beam>
  5626. <beam number="2">begin</beam>
  5627. </note>
  5628. <note default-x="326.98" default-y="-55.00">
  5629. <pitch>
  5630. <step>B</step>
  5631. <alter>-1</alter>
  5632. <octave>3</octave>
  5633. </pitch>
  5634. <duration>1</duration>
  5635. <voice>1</voice>
  5636. <type>16th</type>
  5637. <stem>up</stem>
  5638. <staff>1</staff>
  5639. <beam number="1">continue</beam>
  5640. <beam number="2">continue</beam>
  5641. </note>
  5642. <note default-x="351.21" default-y="-50.00">
  5643. <pitch>
  5644. <step>C</step>
  5645. <octave>4</octave>
  5646. </pitch>
  5647. <duration>1</duration>
  5648. <voice>1</voice>
  5649. <type>16th</type>
  5650. <stem>up</stem>
  5651. <staff>1</staff>
  5652. <beam number="1">continue</beam>
  5653. <beam number="2">continue</beam>
  5654. </note>
  5655. <note default-x="375.44" default-y="-40.00">
  5656. <pitch>
  5657. <step>E</step>
  5658. <octave>4</octave>
  5659. </pitch>
  5660. <duration>1</duration>
  5661. <voice>1</voice>
  5662. <type>16th</type>
  5663. <stem>up</stem>
  5664. <staff>1</staff>
  5665. <beam number="1">end</beam>
  5666. <beam number="2">end</beam>
  5667. </note>
  5668. <backup>
  5669. <duration>16</duration>
  5670. </backup>
  5671. <note print-object="no">
  5672. <rest/>
  5673. <duration>1</duration>
  5674. <voice>5</voice>
  5675. <type>16th</type>
  5676. <staff>2</staff>
  5677. </note>
  5678. <note default-x="36.23" default-y="-110.00">
  5679. <pitch>
  5680. <step>G</step>
  5681. <octave>3</octave>
  5682. </pitch>
  5683. <duration>3</duration>
  5684. <tie type="start"/>
  5685. <voice>5</voice>
  5686. <type>eighth</type>
  5687. <dot/>
  5688. <stem>up</stem>
  5689. <staff>2</staff>
  5690. <notations>
  5691. <tied type="start"/>
  5692. </notations>
  5693. </note>
  5694. <note default-x="108.92" default-y="-110.00">
  5695. <pitch>
  5696. <step>G</step>
  5697. <octave>3</octave>
  5698. </pitch>
  5699. <duration>4</duration>
  5700. <tie type="stop"/>
  5701. <voice>5</voice>
  5702. <type>quarter</type>
  5703. <stem>up</stem>
  5704. <staff>2</staff>
  5705. <notations>
  5706. <tied type="stop"/>
  5707. </notations>
  5708. </note>
  5709. <note print-object="no">
  5710. <rest/>
  5711. <duration>1</duration>
  5712. <voice>5</voice>
  5713. <type>16th</type>
  5714. <staff>2</staff>
  5715. </note>
  5716. <note default-x="230.06" default-y="-110.00">
  5717. <pitch>
  5718. <step>G</step>
  5719. <octave>3</octave>
  5720. </pitch>
  5721. <duration>3</duration>
  5722. <tie type="start"/>
  5723. <voice>5</voice>
  5724. <type>eighth</type>
  5725. <dot/>
  5726. <stem>up</stem>
  5727. <staff>2</staff>
  5728. <notations>
  5729. <tied type="start"/>
  5730. </notations>
  5731. </note>
  5732. <note default-x="302.75" default-y="-110.00">
  5733. <pitch>
  5734. <step>G</step>
  5735. <octave>3</octave>
  5736. </pitch>
  5737. <duration>4</duration>
  5738. <tie type="stop"/>
  5739. <voice>5</voice>
  5740. <type>quarter</type>
  5741. <stem>up</stem>
  5742. <staff>2</staff>
  5743. <notations>
  5744. <tied type="stop"/>
  5745. </notations>
  5746. </note>
  5747. <backup>
  5748. <duration>16</duration>
  5749. </backup>
  5750. <note default-x="12.00" default-y="-130.00">
  5751. <pitch>
  5752. <step>C</step>
  5753. <octave>3</octave>
  5754. </pitch>
  5755. <duration>8</duration>
  5756. <voice>6</voice>
  5757. <type>half</type>
  5758. <stem>down</stem>
  5759. <staff>2</staff>
  5760. </note>
  5761. <note default-x="205.84" default-y="-130.00">
  5762. <pitch>
  5763. <step>C</step>
  5764. <octave>3</octave>
  5765. </pitch>
  5766. <duration>8</duration>
  5767. <voice>6</voice>
  5768. <type>half</type>
  5769. <stem>down</stem>
  5770. <staff>2</staff>
  5771. </note>
  5772. </measure>
  5773. <measure number="21" width="432.94">
  5774. <print new-system="yes">
  5775. <system-layout>
  5776. <system-margins>
  5777. <left-margin>64.36</left-margin>
  5778. <right-margin>-0.00</right-margin>
  5779. </system-margins>
  5780. <system-distance>141.11</system-distance>
  5781. </system-layout>
  5782. <staff-layout number="2">
  5783. <staff-distance>65.00</staff-distance>
  5784. </staff-layout>
  5785. </print>
  5786. <note>
  5787. <rest/>
  5788. <duration>2</duration>
  5789. <voice>1</voice>
  5790. <type>eighth</type>
  5791. <staff>1</staff>
  5792. </note>
  5793. <note default-x="101.46" default-y="-60.00">
  5794. <pitch>
  5795. <step>A</step>
  5796. <octave>3</octave>
  5797. </pitch>
  5798. <duration>1</duration>
  5799. <voice>1</voice>
  5800. <type>16th</type>
  5801. <stem>up</stem>
  5802. <staff>1</staff>
  5803. <beam number="1">begin</beam>
  5804. <beam number="2">begin</beam>
  5805. </note>
  5806. <note default-x="125.02" default-y="-50.00">
  5807. <pitch>
  5808. <step>C</step>
  5809. <octave>4</octave>
  5810. </pitch>
  5811. <duration>1</duration>
  5812. <voice>1</voice>
  5813. <type>16th</type>
  5814. <stem>up</stem>
  5815. <staff>1</staff>
  5816. <beam number="1">end</beam>
  5817. <beam number="2">end</beam>
  5818. </note>
  5819. <note default-x="148.58" default-y="-40.00">
  5820. <pitch>
  5821. <step>E</step>
  5822. <octave>4</octave>
  5823. </pitch>
  5824. <duration>1</duration>
  5825. <voice>1</voice>
  5826. <type>16th</type>
  5827. <stem>up</stem>
  5828. <staff>1</staff>
  5829. <beam number="1">begin</beam>
  5830. <beam number="2">begin</beam>
  5831. </note>
  5832. <note default-x="172.15" default-y="-60.00">
  5833. <pitch>
  5834. <step>A</step>
  5835. <octave>3</octave>
  5836. </pitch>
  5837. <duration>1</duration>
  5838. <voice>1</voice>
  5839. <type>16th</type>
  5840. <stem>up</stem>
  5841. <staff>1</staff>
  5842. <beam number="1">continue</beam>
  5843. <beam number="2">continue</beam>
  5844. </note>
  5845. <note default-x="195.71" default-y="-50.00">
  5846. <pitch>
  5847. <step>C</step>
  5848. <octave>4</octave>
  5849. </pitch>
  5850. <duration>1</duration>
  5851. <voice>1</voice>
  5852. <type>16th</type>
  5853. <stem>up</stem>
  5854. <staff>1</staff>
  5855. <beam number="1">continue</beam>
  5856. <beam number="2">continue</beam>
  5857. </note>
  5858. <note default-x="219.27" default-y="-40.00">
  5859. <pitch>
  5860. <step>E</step>
  5861. <octave>4</octave>
  5862. </pitch>
  5863. <duration>1</duration>
  5864. <voice>1</voice>
  5865. <type>16th</type>
  5866. <stem>up</stem>
  5867. <staff>1</staff>
  5868. <beam number="1">end</beam>
  5869. <beam number="2">end</beam>
  5870. </note>
  5871. <note>
  5872. <rest/>
  5873. <duration>2</duration>
  5874. <voice>1</voice>
  5875. <type>eighth</type>
  5876. <staff>1</staff>
  5877. </note>
  5878. <note default-x="289.96" default-y="-60.00">
  5879. <pitch>
  5880. <step>A</step>
  5881. <octave>3</octave>
  5882. </pitch>
  5883. <duration>1</duration>
  5884. <voice>1</voice>
  5885. <type>16th</type>
  5886. <stem>up</stem>
  5887. <staff>1</staff>
  5888. <beam number="1">begin</beam>
  5889. <beam number="2">begin</beam>
  5890. </note>
  5891. <note default-x="313.52" default-y="-50.00">
  5892. <pitch>
  5893. <step>C</step>
  5894. <octave>4</octave>
  5895. </pitch>
  5896. <duration>1</duration>
  5897. <voice>1</voice>
  5898. <type>16th</type>
  5899. <stem>up</stem>
  5900. <staff>1</staff>
  5901. <beam number="1">end</beam>
  5902. <beam number="2">end</beam>
  5903. </note>
  5904. <note default-x="337.08" default-y="-40.00">
  5905. <pitch>
  5906. <step>E</step>
  5907. <octave>4</octave>
  5908. </pitch>
  5909. <duration>1</duration>
  5910. <voice>1</voice>
  5911. <type>16th</type>
  5912. <stem>up</stem>
  5913. <staff>1</staff>
  5914. <beam number="1">begin</beam>
  5915. <beam number="2">begin</beam>
  5916. </note>
  5917. <note default-x="360.65" default-y="-60.00">
  5918. <pitch>
  5919. <step>A</step>
  5920. <octave>3</octave>
  5921. </pitch>
  5922. <duration>1</duration>
  5923. <voice>1</voice>
  5924. <type>16th</type>
  5925. <stem>up</stem>
  5926. <staff>1</staff>
  5927. <beam number="1">continue</beam>
  5928. <beam number="2">continue</beam>
  5929. </note>
  5930. <note default-x="384.21" default-y="-50.00">
  5931. <pitch>
  5932. <step>C</step>
  5933. <octave>4</octave>
  5934. </pitch>
  5935. <duration>1</duration>
  5936. <voice>1</voice>
  5937. <type>16th</type>
  5938. <stem>up</stem>
  5939. <staff>1</staff>
  5940. <beam number="1">continue</beam>
  5941. <beam number="2">continue</beam>
  5942. </note>
  5943. <note default-x="407.77" default-y="-40.00">
  5944. <pitch>
  5945. <step>E</step>
  5946. <octave>4</octave>
  5947. </pitch>
  5948. <duration>1</duration>
  5949. <voice>1</voice>
  5950. <type>16th</type>
  5951. <stem>up</stem>
  5952. <staff>1</staff>
  5953. <beam number="1">end</beam>
  5954. <beam number="2">end</beam>
  5955. </note>
  5956. <backup>
  5957. <duration>16</duration>
  5958. </backup>
  5959. <note print-object="no">
  5960. <rest/>
  5961. <duration>1</duration>
  5962. <voice>5</voice>
  5963. <type>16th</type>
  5964. <staff>2</staff>
  5965. </note>
  5966. <note default-x="77.90" default-y="-115.00">
  5967. <pitch>
  5968. <step>F</step>
  5969. <octave>3</octave>
  5970. </pitch>
  5971. <duration>3</duration>
  5972. <tie type="start"/>
  5973. <voice>5</voice>
  5974. <type>eighth</type>
  5975. <dot/>
  5976. <stem>up</stem>
  5977. <staff>2</staff>
  5978. <notations>
  5979. <tied type="start"/>
  5980. </notations>
  5981. </note>
  5982. <note default-x="148.58" default-y="-115.00">
  5983. <pitch>
  5984. <step>F</step>
  5985. <octave>3</octave>
  5986. </pitch>
  5987. <duration>4</duration>
  5988. <tie type="stop"/>
  5989. <voice>5</voice>
  5990. <type>quarter</type>
  5991. <stem>up</stem>
  5992. <staff>2</staff>
  5993. <notations>
  5994. <tied type="stop"/>
  5995. </notations>
  5996. </note>
  5997. <note print-object="no">
  5998. <rest/>
  5999. <duration>1</duration>
  6000. <voice>5</voice>
  6001. <type>16th</type>
  6002. <staff>2</staff>
  6003. </note>
  6004. <note default-x="266.40" default-y="-115.00">
  6005. <pitch>
  6006. <step>F</step>
  6007. <octave>3</octave>
  6008. </pitch>
  6009. <duration>3</duration>
  6010. <tie type="start"/>
  6011. <voice>5</voice>
  6012. <type>eighth</type>
  6013. <dot/>
  6014. <stem>up</stem>
  6015. <staff>2</staff>
  6016. <notations>
  6017. <tied type="start"/>
  6018. </notations>
  6019. </note>
  6020. <note default-x="337.08" default-y="-115.00">
  6021. <pitch>
  6022. <step>F</step>
  6023. <octave>3</octave>
  6024. </pitch>
  6025. <duration>4</duration>
  6026. <tie type="stop"/>
  6027. <voice>5</voice>
  6028. <type>quarter</type>
  6029. <stem>up</stem>
  6030. <staff>2</staff>
  6031. <notations>
  6032. <tied type="stop"/>
  6033. </notations>
  6034. </note>
  6035. <backup>
  6036. <duration>16</duration>
  6037. </backup>
  6038. <note default-x="54.33" default-y="-150.00">
  6039. <pitch>
  6040. <step>F</step>
  6041. <octave>2</octave>
  6042. </pitch>
  6043. <duration>8</duration>
  6044. <voice>6</voice>
  6045. <type>half</type>
  6046. <stem>down</stem>
  6047. <staff>2</staff>
  6048. </note>
  6049. <note default-x="242.83" default-y="-150.00">
  6050. <pitch>
  6051. <step>F</step>
  6052. <octave>2</octave>
  6053. </pitch>
  6054. <duration>8</duration>
  6055. <voice>6</voice>
  6056. <type>half</type>
  6057. <stem>down</stem>
  6058. <staff>2</staff>
  6059. </note>
  6060. </measure>
  6061. <measure number="22" width="406.45">
  6062. <note>
  6063. <rest/>
  6064. <duration>2</duration>
  6065. <voice>1</voice>
  6066. <type>eighth</type>
  6067. <staff>1</staff>
  6068. </note>
  6069. <note default-x="64.73" default-y="-60.00">
  6070. <pitch>
  6071. <step>A</step>
  6072. <octave>3</octave>
  6073. </pitch>
  6074. <duration>1</duration>
  6075. <voice>1</voice>
  6076. <type>16th</type>
  6077. <stem>up</stem>
  6078. <staff>1</staff>
  6079. <beam number="1">begin</beam>
  6080. <beam number="2">begin</beam>
  6081. </note>
  6082. <note default-x="88.70" default-y="-50.00">
  6083. <pitch>
  6084. <step>C</step>
  6085. <octave>4</octave>
  6086. </pitch>
  6087. <duration>1</duration>
  6088. <voice>1</voice>
  6089. <type>16th</type>
  6090. <stem>up</stem>
  6091. <staff>1</staff>
  6092. <beam number="1">end</beam>
  6093. <beam number="2">end</beam>
  6094. </note>
  6095. <note default-x="117.26" default-y="-40.00">
  6096. <pitch>
  6097. <step>E</step>
  6098. <alter>-1</alter>
  6099. <octave>4</octave>
  6100. </pitch>
  6101. <duration>1</duration>
  6102. <voice>1</voice>
  6103. <type>16th</type>
  6104. <accidental>flat</accidental>
  6105. <stem>up</stem>
  6106. <staff>1</staff>
  6107. <beam number="1">begin</beam>
  6108. <beam number="2">begin</beam>
  6109. </note>
  6110. <note default-x="141.23" default-y="-60.00">
  6111. <pitch>
  6112. <step>A</step>
  6113. <octave>3</octave>
  6114. </pitch>
  6115. <duration>1</duration>
  6116. <voice>1</voice>
  6117. <type>16th</type>
  6118. <stem>up</stem>
  6119. <staff>1</staff>
  6120. <beam number="1">continue</beam>
  6121. <beam number="2">continue</beam>
  6122. </note>
  6123. <note default-x="165.19" default-y="-50.00">
  6124. <pitch>
  6125. <step>C</step>
  6126. <octave>4</octave>
  6127. </pitch>
  6128. <duration>1</duration>
  6129. <voice>1</voice>
  6130. <type>16th</type>
  6131. <stem>up</stem>
  6132. <staff>1</staff>
  6133. <beam number="1">continue</beam>
  6134. <beam number="2">continue</beam>
  6135. </note>
  6136. <note default-x="189.16" default-y="-40.00">
  6137. <pitch>
  6138. <step>E</step>
  6139. <alter>-1</alter>
  6140. <octave>4</octave>
  6141. </pitch>
  6142. <duration>1</duration>
  6143. <voice>1</voice>
  6144. <type>16th</type>
  6145. <stem>up</stem>
  6146. <staff>1</staff>
  6147. <beam number="1">end</beam>
  6148. <beam number="2">end</beam>
  6149. </note>
  6150. <note>
  6151. <rest/>
  6152. <duration>2</duration>
  6153. <voice>1</voice>
  6154. <type>eighth</type>
  6155. <staff>1</staff>
  6156. </note>
  6157. <note default-x="261.06" default-y="-60.00">
  6158. <pitch>
  6159. <step>A</step>
  6160. <octave>3</octave>
  6161. </pitch>
  6162. <duration>1</duration>
  6163. <voice>1</voice>
  6164. <type>16th</type>
  6165. <stem>up</stem>
  6166. <staff>1</staff>
  6167. <beam number="1">begin</beam>
  6168. <beam number="2">begin</beam>
  6169. </note>
  6170. <note default-x="285.02" default-y="-50.00">
  6171. <pitch>
  6172. <step>C</step>
  6173. <octave>4</octave>
  6174. </pitch>
  6175. <duration>1</duration>
  6176. <voice>1</voice>
  6177. <type>16th</type>
  6178. <stem>up</stem>
  6179. <staff>1</staff>
  6180. <beam number="1">end</beam>
  6181. <beam number="2">end</beam>
  6182. </note>
  6183. <note default-x="308.99" default-y="-40.00">
  6184. <pitch>
  6185. <step>E</step>
  6186. <alter>-1</alter>
  6187. <octave>4</octave>
  6188. </pitch>
  6189. <duration>1</duration>
  6190. <voice>1</voice>
  6191. <type>16th</type>
  6192. <stem>up</stem>
  6193. <staff>1</staff>
  6194. <beam number="1">begin</beam>
  6195. <beam number="2">begin</beam>
  6196. </note>
  6197. <note default-x="332.96" default-y="-60.00">
  6198. <pitch>
  6199. <step>A</step>
  6200. <octave>3</octave>
  6201. </pitch>
  6202. <duration>1</duration>
  6203. <voice>1</voice>
  6204. <type>16th</type>
  6205. <stem>up</stem>
  6206. <staff>1</staff>
  6207. <beam number="1">continue</beam>
  6208. <beam number="2">continue</beam>
  6209. </note>
  6210. <note default-x="356.92" default-y="-50.00">
  6211. <pitch>
  6212. <step>C</step>
  6213. <octave>4</octave>
  6214. </pitch>
  6215. <duration>1</duration>
  6216. <voice>1</voice>
  6217. <type>16th</type>
  6218. <stem>up</stem>
  6219. <staff>1</staff>
  6220. <beam number="1">continue</beam>
  6221. <beam number="2">continue</beam>
  6222. </note>
  6223. <note default-x="380.89" default-y="-40.00">
  6224. <pitch>
  6225. <step>E</step>
  6226. <alter>-1</alter>
  6227. <octave>4</octave>
  6228. </pitch>
  6229. <duration>1</duration>
  6230. <voice>1</voice>
  6231. <type>16th</type>
  6232. <stem>up</stem>
  6233. <staff>1</staff>
  6234. <beam number="1">end</beam>
  6235. <beam number="2">end</beam>
  6236. </note>
  6237. <backup>
  6238. <duration>16</duration>
  6239. </backup>
  6240. <note print-object="no">
  6241. <rest/>
  6242. <duration>1</duration>
  6243. <voice>5</voice>
  6244. <type>16th</type>
  6245. <staff>2</staff>
  6246. </note>
  6247. <note default-x="40.77" default-y="-130.00">
  6248. <pitch>
  6249. <step>C</step>
  6250. <octave>3</octave>
  6251. </pitch>
  6252. <duration>3</duration>
  6253. <tie type="start"/>
  6254. <voice>5</voice>
  6255. <type>eighth</type>
  6256. <dot/>
  6257. <stem>up</stem>
  6258. <staff>2</staff>
  6259. <notations>
  6260. <tied type="start"/>
  6261. </notations>
  6262. </note>
  6263. <note default-x="117.26" default-y="-130.00">
  6264. <pitch>
  6265. <step>C</step>
  6266. <octave>3</octave>
  6267. </pitch>
  6268. <duration>4</duration>
  6269. <tie type="stop"/>
  6270. <voice>5</voice>
  6271. <type>quarter</type>
  6272. <stem>up</stem>
  6273. <staff>2</staff>
  6274. <notations>
  6275. <tied type="stop"/>
  6276. </notations>
  6277. </note>
  6278. <note print-object="no">
  6279. <rest/>
  6280. <duration>1</duration>
  6281. <voice>5</voice>
  6282. <type>16th</type>
  6283. <staff>2</staff>
  6284. </note>
  6285. <note default-x="237.09" default-y="-130.00">
  6286. <pitch>
  6287. <step>C</step>
  6288. <octave>3</octave>
  6289. </pitch>
  6290. <duration>3</duration>
  6291. <tie type="start"/>
  6292. <voice>5</voice>
  6293. <type>eighth</type>
  6294. <dot/>
  6295. <stem>up</stem>
  6296. <staff>2</staff>
  6297. <notations>
  6298. <tied type="start"/>
  6299. </notations>
  6300. </note>
  6301. <note default-x="308.99" default-y="-130.00">
  6302. <pitch>
  6303. <step>C</step>
  6304. <octave>3</octave>
  6305. </pitch>
  6306. <duration>4</duration>
  6307. <tie type="stop"/>
  6308. <voice>5</voice>
  6309. <type>quarter</type>
  6310. <stem>up</stem>
  6311. <staff>2</staff>
  6312. <notations>
  6313. <tied type="stop"/>
  6314. </notations>
  6315. </note>
  6316. <backup>
  6317. <duration>16</duration>
  6318. </backup>
  6319. <note default-x="16.80" default-y="-150.00">
  6320. <pitch>
  6321. <step>F</step>
  6322. <alter>1</alter>
  6323. <octave>2</octave>
  6324. </pitch>
  6325. <duration>8</duration>
  6326. <voice>6</voice>
  6327. <type>half</type>
  6328. <accidental>sharp</accidental>
  6329. <stem>down</stem>
  6330. <staff>2</staff>
  6331. </note>
  6332. <note default-x="213.12" default-y="-150.00">
  6333. <pitch>
  6334. <step>F</step>
  6335. <alter>1</alter>
  6336. <octave>2</octave>
  6337. </pitch>
  6338. <duration>8</duration>
  6339. <voice>6</voice>
  6340. <type>half</type>
  6341. <stem>down</stem>
  6342. <staff>2</staff>
  6343. </note>
  6344. </measure>
  6345. <measure number="23" width="446.56">
  6346. <print new-page="yes">
  6347. <system-layout>
  6348. <system-margins>
  6349. <left-margin>64.36</left-margin>
  6350. <right-margin>-0.00</right-margin>
  6351. </system-margins>
  6352. <top-system-distance>70.00</top-system-distance>
  6353. </system-layout>
  6354. <staff-layout number="2">
  6355. <staff-distance>65.00</staff-distance>
  6356. </staff-layout>
  6357. </print>
  6358. <note>
  6359. <rest/>
  6360. <duration>2</duration>
  6361. <voice>1</voice>
  6362. <type>eighth</type>
  6363. <staff>1</staff>
  6364. </note>
  6365. <note default-x="113.14" default-y="-55.00">
  6366. <pitch>
  6367. <step>B</step>
  6368. <octave>3</octave>
  6369. </pitch>
  6370. <duration>1</duration>
  6371. <voice>1</voice>
  6372. <type>16th</type>
  6373. <stem>up</stem>
  6374. <staff>1</staff>
  6375. <beam number="1">begin</beam>
  6376. <beam number="2">begin</beam>
  6377. </note>
  6378. <note default-x="136.84" default-y="-50.00">
  6379. <pitch>
  6380. <step>C</step>
  6381. <octave>4</octave>
  6382. </pitch>
  6383. <duration>1</duration>
  6384. <voice>1</voice>
  6385. <type>16th</type>
  6386. <stem>up</stem>
  6387. <staff>1</staff>
  6388. <beam number="1">end</beam>
  6389. <beam number="2">end</beam>
  6390. </note>
  6391. <note default-x="160.54" default-y="-45.00">
  6392. <pitch>
  6393. <step>D</step>
  6394. <octave>4</octave>
  6395. </pitch>
  6396. <duration>1</duration>
  6397. <voice>1</voice>
  6398. <type>16th</type>
  6399. <stem>up</stem>
  6400. <staff>1</staff>
  6401. <beam number="1">begin</beam>
  6402. <beam number="2">begin</beam>
  6403. </note>
  6404. <note default-x="184.24" default-y="-55.00">
  6405. <pitch>
  6406. <step>B</step>
  6407. <octave>3</octave>
  6408. </pitch>
  6409. <duration>1</duration>
  6410. <voice>1</voice>
  6411. <type>16th</type>
  6412. <stem>up</stem>
  6413. <staff>1</staff>
  6414. <beam number="1">continue</beam>
  6415. <beam number="2">continue</beam>
  6416. </note>
  6417. <note default-x="207.94" default-y="-50.00">
  6418. <pitch>
  6419. <step>C</step>
  6420. <octave>4</octave>
  6421. </pitch>
  6422. <duration>1</duration>
  6423. <voice>1</voice>
  6424. <type>16th</type>
  6425. <stem>up</stem>
  6426. <staff>1</staff>
  6427. <beam number="1">continue</beam>
  6428. <beam number="2">continue</beam>
  6429. </note>
  6430. <note default-x="231.65" default-y="-45.00">
  6431. <pitch>
  6432. <step>D</step>
  6433. <octave>4</octave>
  6434. </pitch>
  6435. <duration>1</duration>
  6436. <voice>1</voice>
  6437. <type>16th</type>
  6438. <stem>up</stem>
  6439. <staff>1</staff>
  6440. <beam number="1">end</beam>
  6441. <beam number="2">end</beam>
  6442. </note>
  6443. <note>
  6444. <rest/>
  6445. <duration>2</duration>
  6446. <voice>1</voice>
  6447. <type>eighth</type>
  6448. <staff>1</staff>
  6449. </note>
  6450. <note default-x="302.75" default-y="-55.00">
  6451. <pitch>
  6452. <step>B</step>
  6453. <octave>3</octave>
  6454. </pitch>
  6455. <duration>1</duration>
  6456. <voice>1</voice>
  6457. <type>16th</type>
  6458. <stem>up</stem>
  6459. <staff>1</staff>
  6460. <beam number="1">begin</beam>
  6461. <beam number="2">begin</beam>
  6462. </note>
  6463. <note default-x="326.45" default-y="-50.00">
  6464. <pitch>
  6465. <step>C</step>
  6466. <octave>4</octave>
  6467. </pitch>
  6468. <duration>1</duration>
  6469. <voice>1</voice>
  6470. <type>16th</type>
  6471. <stem>up</stem>
  6472. <staff>1</staff>
  6473. <beam number="1">end</beam>
  6474. <beam number="2">end</beam>
  6475. </note>
  6476. <note default-x="350.15" default-y="-45.00">
  6477. <pitch>
  6478. <step>D</step>
  6479. <octave>4</octave>
  6480. </pitch>
  6481. <duration>1</duration>
  6482. <voice>1</voice>
  6483. <type>16th</type>
  6484. <stem>up</stem>
  6485. <staff>1</staff>
  6486. <beam number="1">begin</beam>
  6487. <beam number="2">begin</beam>
  6488. </note>
  6489. <note default-x="373.86" default-y="-55.00">
  6490. <pitch>
  6491. <step>B</step>
  6492. <octave>3</octave>
  6493. </pitch>
  6494. <duration>1</duration>
  6495. <voice>1</voice>
  6496. <type>16th</type>
  6497. <stem>up</stem>
  6498. <staff>1</staff>
  6499. <beam number="1">continue</beam>
  6500. <beam number="2">continue</beam>
  6501. </note>
  6502. <note default-x="397.56" default-y="-50.00">
  6503. <pitch>
  6504. <step>C</step>
  6505. <octave>4</octave>
  6506. </pitch>
  6507. <duration>1</duration>
  6508. <voice>1</voice>
  6509. <type>16th</type>
  6510. <stem>up</stem>
  6511. <staff>1</staff>
  6512. <beam number="1">continue</beam>
  6513. <beam number="2">continue</beam>
  6514. </note>
  6515. <note default-x="421.26" default-y="-45.00">
  6516. <pitch>
  6517. <step>D</step>
  6518. <octave>4</octave>
  6519. </pitch>
  6520. <duration>1</duration>
  6521. <voice>1</voice>
  6522. <type>16th</type>
  6523. <stem>up</stem>
  6524. <staff>1</staff>
  6525. <beam number="1">end</beam>
  6526. <beam number="2">end</beam>
  6527. </note>
  6528. <backup>
  6529. <duration>16</duration>
  6530. </backup>
  6531. <note print-object="no">
  6532. <rest/>
  6533. <duration>1</duration>
  6534. <voice>5</voice>
  6535. <type>16th</type>
  6536. <staff>2</staff>
  6537. </note>
  6538. <note default-x="89.44" default-y="-115.00">
  6539. <pitch>
  6540. <step>F</step>
  6541. <octave>3</octave>
  6542. </pitch>
  6543. <duration>3</duration>
  6544. <tie type="start"/>
  6545. <voice>5</voice>
  6546. <type>eighth</type>
  6547. <dot/>
  6548. <stem>up</stem>
  6549. <staff>2</staff>
  6550. <notations>
  6551. <tied type="start"/>
  6552. </notations>
  6553. </note>
  6554. <note default-x="160.54" default-y="-115.00">
  6555. <pitch>
  6556. <step>F</step>
  6557. <octave>3</octave>
  6558. </pitch>
  6559. <duration>4</duration>
  6560. <tie type="stop"/>
  6561. <voice>5</voice>
  6562. <type>quarter</type>
  6563. <stem>up</stem>
  6564. <staff>2</staff>
  6565. <notations>
  6566. <tied type="stop"/>
  6567. </notations>
  6568. </note>
  6569. <note print-object="no">
  6570. <rest/>
  6571. <duration>1</duration>
  6572. <voice>5</voice>
  6573. <type>16th</type>
  6574. <staff>2</staff>
  6575. </note>
  6576. <note default-x="279.05" default-y="-115.00">
  6577. <pitch>
  6578. <step>F</step>
  6579. <octave>3</octave>
  6580. </pitch>
  6581. <duration>3</duration>
  6582. <tie type="start"/>
  6583. <voice>5</voice>
  6584. <type>eighth</type>
  6585. <dot/>
  6586. <stem>up</stem>
  6587. <staff>2</staff>
  6588. <notations>
  6589. <tied type="start"/>
  6590. </notations>
  6591. </note>
  6592. <note default-x="350.15" default-y="-115.00">
  6593. <pitch>
  6594. <step>F</step>
  6595. <octave>3</octave>
  6596. </pitch>
  6597. <duration>4</duration>
  6598. <tie type="stop"/>
  6599. <voice>5</voice>
  6600. <type>quarter</type>
  6601. <stem>up</stem>
  6602. <staff>2</staff>
  6603. <notations>
  6604. <tied type="stop"/>
  6605. </notations>
  6606. </note>
  6607. <backup>
  6608. <duration>16</duration>
  6609. </backup>
  6610. <note default-x="65.73" default-y="-140.00">
  6611. <pitch>
  6612. <step>A</step>
  6613. <alter>-1</alter>
  6614. <octave>2</octave>
  6615. </pitch>
  6616. <duration>8</duration>
  6617. <voice>6</voice>
  6618. <type>half</type>
  6619. <accidental>flat</accidental>
  6620. <stem>down</stem>
  6621. <staff>2</staff>
  6622. </note>
  6623. <note default-x="255.35" default-y="-140.00">
  6624. <pitch>
  6625. <step>A</step>
  6626. <alter>-1</alter>
  6627. <octave>2</octave>
  6628. </pitch>
  6629. <duration>8</duration>
  6630. <voice>6</voice>
  6631. <type>half</type>
  6632. <stem>down</stem>
  6633. <staff>2</staff>
  6634. </note>
  6635. </measure>
  6636. <measure number="24" width="392.83">
  6637. <note>
  6638. <rest/>
  6639. <duration>2</duration>
  6640. <voice>1</voice>
  6641. <type>eighth</type>
  6642. <staff>1</staff>
  6643. </note>
  6644. <note default-x="59.40" default-y="-65.00">
  6645. <pitch>
  6646. <step>G</step>
  6647. <octave>3</octave>
  6648. </pitch>
  6649. <duration>1</duration>
  6650. <voice>1</voice>
  6651. <type>16th</type>
  6652. <stem>up</stem>
  6653. <staff>1</staff>
  6654. <beam number="1">begin</beam>
  6655. <beam number="2">begin</beam>
  6656. </note>
  6657. <note default-x="83.11" default-y="-55.00">
  6658. <pitch>
  6659. <step>B</step>
  6660. <octave>3</octave>
  6661. </pitch>
  6662. <duration>1</duration>
  6663. <voice>1</voice>
  6664. <type>16th</type>
  6665. <stem>up</stem>
  6666. <staff>1</staff>
  6667. <beam number="1">end</beam>
  6668. <beam number="2">end</beam>
  6669. </note>
  6670. <note default-x="106.81" default-y="-45.00">
  6671. <pitch>
  6672. <step>D</step>
  6673. <octave>4</octave>
  6674. </pitch>
  6675. <duration>1</duration>
  6676. <voice>1</voice>
  6677. <type>16th</type>
  6678. <stem>up</stem>
  6679. <staff>1</staff>
  6680. <beam number="1">begin</beam>
  6681. <beam number="2">begin</beam>
  6682. </note>
  6683. <note default-x="130.51" default-y="-65.00">
  6684. <pitch>
  6685. <step>G</step>
  6686. <octave>3</octave>
  6687. </pitch>
  6688. <duration>1</duration>
  6689. <voice>1</voice>
  6690. <type>16th</type>
  6691. <stem>up</stem>
  6692. <staff>1</staff>
  6693. <beam number="1">continue</beam>
  6694. <beam number="2">continue</beam>
  6695. </note>
  6696. <note default-x="154.21" default-y="-55.00">
  6697. <pitch>
  6698. <step>B</step>
  6699. <octave>3</octave>
  6700. </pitch>
  6701. <duration>1</duration>
  6702. <voice>1</voice>
  6703. <type>16th</type>
  6704. <stem>up</stem>
  6705. <staff>1</staff>
  6706. <beam number="1">continue</beam>
  6707. <beam number="2">continue</beam>
  6708. </note>
  6709. <note default-x="177.91" default-y="-45.00">
  6710. <pitch>
  6711. <step>D</step>
  6712. <octave>4</octave>
  6713. </pitch>
  6714. <duration>1</duration>
  6715. <voice>1</voice>
  6716. <type>16th</type>
  6717. <stem>up</stem>
  6718. <staff>1</staff>
  6719. <beam number="1">end</beam>
  6720. <beam number="2">end</beam>
  6721. </note>
  6722. <note>
  6723. <rest/>
  6724. <duration>2</duration>
  6725. <voice>1</voice>
  6726. <type>eighth</type>
  6727. <staff>1</staff>
  6728. </note>
  6729. <note default-x="249.02" default-y="-65.00">
  6730. <pitch>
  6731. <step>G</step>
  6732. <octave>3</octave>
  6733. </pitch>
  6734. <duration>1</duration>
  6735. <voice>1</voice>
  6736. <type>16th</type>
  6737. <stem>up</stem>
  6738. <staff>1</staff>
  6739. <beam number="1">begin</beam>
  6740. <beam number="2">begin</beam>
  6741. </note>
  6742. <note default-x="272.72" default-y="-55.00">
  6743. <pitch>
  6744. <step>B</step>
  6745. <octave>3</octave>
  6746. </pitch>
  6747. <duration>1</duration>
  6748. <voice>1</voice>
  6749. <type>16th</type>
  6750. <stem>up</stem>
  6751. <staff>1</staff>
  6752. <beam number="1">end</beam>
  6753. <beam number="2">end</beam>
  6754. </note>
  6755. <note default-x="296.42" default-y="-45.00">
  6756. <pitch>
  6757. <step>D</step>
  6758. <octave>4</octave>
  6759. </pitch>
  6760. <duration>1</duration>
  6761. <voice>1</voice>
  6762. <type>16th</type>
  6763. <stem>up</stem>
  6764. <staff>1</staff>
  6765. <beam number="1">begin</beam>
  6766. <beam number="2">begin</beam>
  6767. </note>
  6768. <note default-x="320.12" default-y="-65.00">
  6769. <pitch>
  6770. <step>G</step>
  6771. <octave>3</octave>
  6772. </pitch>
  6773. <duration>1</duration>
  6774. <voice>1</voice>
  6775. <type>16th</type>
  6776. <stem>up</stem>
  6777. <staff>1</staff>
  6778. <beam number="1">continue</beam>
  6779. <beam number="2">continue</beam>
  6780. </note>
  6781. <note default-x="343.82" default-y="-55.00">
  6782. <pitch>
  6783. <step>B</step>
  6784. <octave>3</octave>
  6785. </pitch>
  6786. <duration>1</duration>
  6787. <voice>1</voice>
  6788. <type>16th</type>
  6789. <stem>up</stem>
  6790. <staff>1</staff>
  6791. <beam number="1">continue</beam>
  6792. <beam number="2">continue</beam>
  6793. </note>
  6794. <note default-x="367.53" default-y="-45.00">
  6795. <pitch>
  6796. <step>D</step>
  6797. <octave>4</octave>
  6798. </pitch>
  6799. <duration>1</duration>
  6800. <voice>1</voice>
  6801. <type>16th</type>
  6802. <stem>up</stem>
  6803. <staff>1</staff>
  6804. <beam number="1">end</beam>
  6805. <beam number="2">end</beam>
  6806. </note>
  6807. <backup>
  6808. <duration>16</duration>
  6809. </backup>
  6810. <note print-object="no">
  6811. <rest/>
  6812. <duration>1</duration>
  6813. <voice>5</voice>
  6814. <type>16th</type>
  6815. <staff>2</staff>
  6816. </note>
  6817. <note default-x="35.70" default-y="-115.00">
  6818. <pitch>
  6819. <step>F</step>
  6820. <octave>3</octave>
  6821. </pitch>
  6822. <duration>3</duration>
  6823. <tie type="start"/>
  6824. <voice>5</voice>
  6825. <type>eighth</type>
  6826. <dot/>
  6827. <stem>up</stem>
  6828. <staff>2</staff>
  6829. <notations>
  6830. <tied type="start"/>
  6831. </notations>
  6832. </note>
  6833. <note default-x="106.81" default-y="-115.00">
  6834. <pitch>
  6835. <step>F</step>
  6836. <octave>3</octave>
  6837. </pitch>
  6838. <duration>4</duration>
  6839. <tie type="stop"/>
  6840. <voice>5</voice>
  6841. <type>quarter</type>
  6842. <stem>up</stem>
  6843. <staff>2</staff>
  6844. <notations>
  6845. <tied type="stop"/>
  6846. </notations>
  6847. </note>
  6848. <note print-object="no">
  6849. <rest/>
  6850. <duration>1</duration>
  6851. <voice>5</voice>
  6852. <type>16th</type>
  6853. <staff>2</staff>
  6854. </note>
  6855. <note default-x="225.32" default-y="-115.00">
  6856. <pitch>
  6857. <step>F</step>
  6858. <octave>3</octave>
  6859. </pitch>
  6860. <duration>3</duration>
  6861. <tie type="start"/>
  6862. <voice>5</voice>
  6863. <type>eighth</type>
  6864. <dot/>
  6865. <stem>up</stem>
  6866. <staff>2</staff>
  6867. <notations>
  6868. <tied type="start"/>
  6869. </notations>
  6870. </note>
  6871. <note default-x="296.42" default-y="-115.00">
  6872. <pitch>
  6873. <step>F</step>
  6874. <octave>3</octave>
  6875. </pitch>
  6876. <duration>4</duration>
  6877. <tie type="stop"/>
  6878. <voice>5</voice>
  6879. <type>quarter</type>
  6880. <stem>up</stem>
  6881. <staff>2</staff>
  6882. <notations>
  6883. <tied type="stop"/>
  6884. </notations>
  6885. </note>
  6886. <backup>
  6887. <duration>16</duration>
  6888. </backup>
  6889. <note default-x="12.00" default-y="-145.00">
  6890. <pitch>
  6891. <step>G</step>
  6892. <octave>2</octave>
  6893. </pitch>
  6894. <duration>8</duration>
  6895. <voice>6</voice>
  6896. <type>half</type>
  6897. <stem>down</stem>
  6898. <staff>2</staff>
  6899. </note>
  6900. <note default-x="201.61" default-y="-145.00">
  6901. <pitch>
  6902. <step>G</step>
  6903. <octave>2</octave>
  6904. </pitch>
  6905. <duration>8</duration>
  6906. <voice>6</voice>
  6907. <type>half</type>
  6908. <stem>down</stem>
  6909. <staff>2</staff>
  6910. </note>
  6911. </measure>
  6912. <measure number="25" width="440.86">
  6913. <print new-system="yes">
  6914. <system-layout>
  6915. <system-margins>
  6916. <left-margin>64.36</left-margin>
  6917. <right-margin>0.00</right-margin>
  6918. </system-margins>
  6919. <system-distance>141.11</system-distance>
  6920. </system-layout>
  6921. <staff-layout number="2">
  6922. <staff-distance>65.00</staff-distance>
  6923. </staff-layout>
  6924. </print>
  6925. <note>
  6926. <rest/>
  6927. <duration>2</duration>
  6928. <voice>1</voice>
  6929. <type>eighth</type>
  6930. <staff>1</staff>
  6931. </note>
  6932. <note default-x="102.45" default-y="-65.00">
  6933. <pitch>
  6934. <step>G</step>
  6935. <octave>3</octave>
  6936. </pitch>
  6937. <duration>1</duration>
  6938. <voice>1</voice>
  6939. <type>16th</type>
  6940. <stem>up</stem>
  6941. <staff>1</staff>
  6942. <beam number="1">begin</beam>
  6943. <beam number="2">begin</beam>
  6944. </note>
  6945. <note default-x="126.51" default-y="-50.00">
  6946. <pitch>
  6947. <step>C</step>
  6948. <octave>4</octave>
  6949. </pitch>
  6950. <duration>1</duration>
  6951. <voice>1</voice>
  6952. <type>16th</type>
  6953. <stem>up</stem>
  6954. <staff>1</staff>
  6955. <beam number="1">end</beam>
  6956. <beam number="2">end</beam>
  6957. </note>
  6958. <note default-x="150.57" default-y="-40.00">
  6959. <pitch>
  6960. <step>E</step>
  6961. <octave>4</octave>
  6962. </pitch>
  6963. <duration>1</duration>
  6964. <voice>1</voice>
  6965. <type>16th</type>
  6966. <stem>up</stem>
  6967. <staff>1</staff>
  6968. <beam number="1">begin</beam>
  6969. <beam number="2">begin</beam>
  6970. </note>
  6971. <note default-x="174.62" default-y="-65.00">
  6972. <pitch>
  6973. <step>G</step>
  6974. <octave>3</octave>
  6975. </pitch>
  6976. <duration>1</duration>
  6977. <voice>1</voice>
  6978. <type>16th</type>
  6979. <stem>up</stem>
  6980. <staff>1</staff>
  6981. <beam number="1">continue</beam>
  6982. <beam number="2">continue</beam>
  6983. </note>
  6984. <note default-x="198.68" default-y="-50.00">
  6985. <pitch>
  6986. <step>C</step>
  6987. <octave>4</octave>
  6988. </pitch>
  6989. <duration>1</duration>
  6990. <voice>1</voice>
  6991. <type>16th</type>
  6992. <stem>up</stem>
  6993. <staff>1</staff>
  6994. <beam number="1">continue</beam>
  6995. <beam number="2">continue</beam>
  6996. </note>
  6997. <note default-x="222.74" default-y="-40.00">
  6998. <pitch>
  6999. <step>E</step>
  7000. <octave>4</octave>
  7001. </pitch>
  7002. <duration>1</duration>
  7003. <voice>1</voice>
  7004. <type>16th</type>
  7005. <stem>up</stem>
  7006. <staff>1</staff>
  7007. <beam number="1">end</beam>
  7008. <beam number="2">end</beam>
  7009. </note>
  7010. <note>
  7011. <rest/>
  7012. <duration>2</duration>
  7013. <voice>1</voice>
  7014. <type>eighth</type>
  7015. <staff>1</staff>
  7016. </note>
  7017. <note default-x="294.91" default-y="-65.00">
  7018. <pitch>
  7019. <step>G</step>
  7020. <octave>3</octave>
  7021. </pitch>
  7022. <duration>1</duration>
  7023. <voice>1</voice>
  7024. <type>16th</type>
  7025. <stem>up</stem>
  7026. <staff>1</staff>
  7027. <beam number="1">begin</beam>
  7028. <beam number="2">begin</beam>
  7029. </note>
  7030. <note default-x="318.97" default-y="-50.00">
  7031. <pitch>
  7032. <step>C</step>
  7033. <octave>4</octave>
  7034. </pitch>
  7035. <duration>1</duration>
  7036. <voice>1</voice>
  7037. <type>16th</type>
  7038. <stem>up</stem>
  7039. <staff>1</staff>
  7040. <beam number="1">end</beam>
  7041. <beam number="2">end</beam>
  7042. </note>
  7043. <note default-x="343.03" default-y="-40.00">
  7044. <pitch>
  7045. <step>E</step>
  7046. <octave>4</octave>
  7047. </pitch>
  7048. <duration>1</duration>
  7049. <voice>1</voice>
  7050. <type>16th</type>
  7051. <stem>up</stem>
  7052. <staff>1</staff>
  7053. <beam number="1">begin</beam>
  7054. <beam number="2">begin</beam>
  7055. </note>
  7056. <note default-x="367.09" default-y="-65.00">
  7057. <pitch>
  7058. <step>G</step>
  7059. <octave>3</octave>
  7060. </pitch>
  7061. <duration>1</duration>
  7062. <voice>1</voice>
  7063. <type>16th</type>
  7064. <stem>up</stem>
  7065. <staff>1</staff>
  7066. <beam number="1">continue</beam>
  7067. <beam number="2">continue</beam>
  7068. </note>
  7069. <note default-x="391.15" default-y="-50.00">
  7070. <pitch>
  7071. <step>C</step>
  7072. <octave>4</octave>
  7073. </pitch>
  7074. <duration>1</duration>
  7075. <voice>1</voice>
  7076. <type>16th</type>
  7077. <stem>up</stem>
  7078. <staff>1</staff>
  7079. <beam number="1">continue</beam>
  7080. <beam number="2">continue</beam>
  7081. </note>
  7082. <note default-x="415.20" default-y="-40.00">
  7083. <pitch>
  7084. <step>E</step>
  7085. <octave>4</octave>
  7086. </pitch>
  7087. <duration>1</duration>
  7088. <voice>1</voice>
  7089. <type>16th</type>
  7090. <stem>up</stem>
  7091. <staff>1</staff>
  7092. <beam number="1">end</beam>
  7093. <beam number="2">end</beam>
  7094. </note>
  7095. <backup>
  7096. <duration>16</duration>
  7097. </backup>
  7098. <note print-object="no">
  7099. <rest/>
  7100. <duration>1</duration>
  7101. <voice>5</voice>
  7102. <type>16th</type>
  7103. <staff>2</staff>
  7104. </note>
  7105. <note default-x="78.39" default-y="-120.00">
  7106. <pitch>
  7107. <step>E</step>
  7108. <octave>3</octave>
  7109. </pitch>
  7110. <duration>3</duration>
  7111. <tie type="start"/>
  7112. <voice>5</voice>
  7113. <type>eighth</type>
  7114. <dot/>
  7115. <stem>up</stem>
  7116. <staff>2</staff>
  7117. <notations>
  7118. <tied type="start"/>
  7119. </notations>
  7120. </note>
  7121. <note default-x="150.57" default-y="-120.00">
  7122. <pitch>
  7123. <step>E</step>
  7124. <octave>3</octave>
  7125. </pitch>
  7126. <duration>4</duration>
  7127. <tie type="stop"/>
  7128. <voice>5</voice>
  7129. <type>quarter</type>
  7130. <stem>up</stem>
  7131. <staff>2</staff>
  7132. <notations>
  7133. <tied type="stop"/>
  7134. </notations>
  7135. </note>
  7136. <note print-object="no">
  7137. <rest/>
  7138. <duration>1</duration>
  7139. <voice>5</voice>
  7140. <type>16th</type>
  7141. <staff>2</staff>
  7142. </note>
  7143. <note default-x="270.86" default-y="-120.00">
  7144. <pitch>
  7145. <step>E</step>
  7146. <octave>3</octave>
  7147. </pitch>
  7148. <duration>3</duration>
  7149. <tie type="start"/>
  7150. <voice>5</voice>
  7151. <type>eighth</type>
  7152. <dot/>
  7153. <stem>up</stem>
  7154. <staff>2</staff>
  7155. <notations>
  7156. <tied type="start"/>
  7157. </notations>
  7158. </note>
  7159. <note default-x="343.03" default-y="-120.00">
  7160. <pitch>
  7161. <step>E</step>
  7162. <octave>3</octave>
  7163. </pitch>
  7164. <duration>4</duration>
  7165. <tie type="stop"/>
  7166. <voice>5</voice>
  7167. <type>quarter</type>
  7168. <stem>up</stem>
  7169. <staff>2</staff>
  7170. <notations>
  7171. <tied type="stop"/>
  7172. </notations>
  7173. </note>
  7174. <backup>
  7175. <duration>16</duration>
  7176. </backup>
  7177. <note default-x="54.33" default-y="-145.00">
  7178. <pitch>
  7179. <step>G</step>
  7180. <octave>2</octave>
  7181. </pitch>
  7182. <duration>8</duration>
  7183. <voice>6</voice>
  7184. <type>half</type>
  7185. <stem>down</stem>
  7186. <staff>2</staff>
  7187. </note>
  7188. <note default-x="246.80" default-y="-145.00">
  7189. <pitch>
  7190. <step>G</step>
  7191. <octave>2</octave>
  7192. </pitch>
  7193. <duration>8</duration>
  7194. <voice>6</voice>
  7195. <type>half</type>
  7196. <stem>down</stem>
  7197. <staff>2</staff>
  7198. </note>
  7199. </measure>
  7200. <measure number="26" width="398.53">
  7201. <note>
  7202. <rest/>
  7203. <duration>2</duration>
  7204. <voice>1</voice>
  7205. <type>eighth</type>
  7206. <staff>1</staff>
  7207. </note>
  7208. <note default-x="60.12" default-y="-65.00">
  7209. <pitch>
  7210. <step>G</step>
  7211. <octave>3</octave>
  7212. </pitch>
  7213. <duration>1</duration>
  7214. <voice>1</voice>
  7215. <type>16th</type>
  7216. <stem>up</stem>
  7217. <staff>1</staff>
  7218. <beam number="1">begin</beam>
  7219. <beam number="2">begin</beam>
  7220. </note>
  7221. <note default-x="84.17" default-y="-50.00">
  7222. <pitch>
  7223. <step>C</step>
  7224. <octave>4</octave>
  7225. </pitch>
  7226. <duration>1</duration>
  7227. <voice>1</voice>
  7228. <type>16th</type>
  7229. <stem>up</stem>
  7230. <staff>1</staff>
  7231. <beam number="1">end</beam>
  7232. <beam number="2">end</beam>
  7233. </note>
  7234. <note default-x="108.23" default-y="-35.00">
  7235. <pitch>
  7236. <step>F</step>
  7237. <octave>4</octave>
  7238. </pitch>
  7239. <duration>1</duration>
  7240. <voice>1</voice>
  7241. <type>16th</type>
  7242. <stem>up</stem>
  7243. <staff>1</staff>
  7244. <beam number="1">begin</beam>
  7245. <beam number="2">begin</beam>
  7246. </note>
  7247. <note default-x="132.29" default-y="-65.00">
  7248. <pitch>
  7249. <step>G</step>
  7250. <octave>3</octave>
  7251. </pitch>
  7252. <duration>1</duration>
  7253. <voice>1</voice>
  7254. <type>16th</type>
  7255. <stem>up</stem>
  7256. <staff>1</staff>
  7257. <beam number="1">continue</beam>
  7258. <beam number="2">continue</beam>
  7259. </note>
  7260. <note default-x="156.35" default-y="-50.00">
  7261. <pitch>
  7262. <step>C</step>
  7263. <octave>4</octave>
  7264. </pitch>
  7265. <duration>1</duration>
  7266. <voice>1</voice>
  7267. <type>16th</type>
  7268. <stem>up</stem>
  7269. <staff>1</staff>
  7270. <beam number="1">continue</beam>
  7271. <beam number="2">continue</beam>
  7272. </note>
  7273. <note default-x="180.41" default-y="-35.00">
  7274. <pitch>
  7275. <step>F</step>
  7276. <octave>4</octave>
  7277. </pitch>
  7278. <duration>1</duration>
  7279. <voice>1</voice>
  7280. <type>16th</type>
  7281. <stem>up</stem>
  7282. <staff>1</staff>
  7283. <beam number="1">end</beam>
  7284. <beam number="2">end</beam>
  7285. </note>
  7286. <note>
  7287. <rest/>
  7288. <duration>2</duration>
  7289. <voice>1</voice>
  7290. <type>eighth</type>
  7291. <staff>1</staff>
  7292. </note>
  7293. <note default-x="252.58" default-y="-65.00">
  7294. <pitch>
  7295. <step>G</step>
  7296. <octave>3</octave>
  7297. </pitch>
  7298. <duration>1</duration>
  7299. <voice>1</voice>
  7300. <type>16th</type>
  7301. <stem>up</stem>
  7302. <staff>1</staff>
  7303. <beam number="1">begin</beam>
  7304. <beam number="2">begin</beam>
  7305. </note>
  7306. <note default-x="276.64" default-y="-50.00">
  7307. <pitch>
  7308. <step>C</step>
  7309. <octave>4</octave>
  7310. </pitch>
  7311. <duration>1</duration>
  7312. <voice>1</voice>
  7313. <type>16th</type>
  7314. <stem>up</stem>
  7315. <staff>1</staff>
  7316. <beam number="1">end</beam>
  7317. <beam number="2">end</beam>
  7318. </note>
  7319. <note default-x="300.70" default-y="-35.00">
  7320. <pitch>
  7321. <step>F</step>
  7322. <octave>4</octave>
  7323. </pitch>
  7324. <duration>1</duration>
  7325. <voice>1</voice>
  7326. <type>16th</type>
  7327. <stem>up</stem>
  7328. <staff>1</staff>
  7329. <beam number="1">begin</beam>
  7330. <beam number="2">begin</beam>
  7331. </note>
  7332. <note default-x="324.75" default-y="-65.00">
  7333. <pitch>
  7334. <step>G</step>
  7335. <octave>3</octave>
  7336. </pitch>
  7337. <duration>1</duration>
  7338. <voice>1</voice>
  7339. <type>16th</type>
  7340. <stem>up</stem>
  7341. <staff>1</staff>
  7342. <beam number="1">continue</beam>
  7343. <beam number="2">continue</beam>
  7344. </note>
  7345. <note default-x="348.81" default-y="-50.00">
  7346. <pitch>
  7347. <step>C</step>
  7348. <octave>4</octave>
  7349. </pitch>
  7350. <duration>1</duration>
  7351. <voice>1</voice>
  7352. <type>16th</type>
  7353. <stem>up</stem>
  7354. <staff>1</staff>
  7355. <beam number="1">continue</beam>
  7356. <beam number="2">continue</beam>
  7357. </note>
  7358. <note default-x="372.87" default-y="-35.00">
  7359. <pitch>
  7360. <step>F</step>
  7361. <octave>4</octave>
  7362. </pitch>
  7363. <duration>1</duration>
  7364. <voice>1</voice>
  7365. <type>16th</type>
  7366. <stem>up</stem>
  7367. <staff>1</staff>
  7368. <beam number="1">end</beam>
  7369. <beam number="2">end</beam>
  7370. </note>
  7371. <backup>
  7372. <duration>16</duration>
  7373. </backup>
  7374. <note print-object="no">
  7375. <rest/>
  7376. <duration>1</duration>
  7377. <voice>5</voice>
  7378. <type>16th</type>
  7379. <staff>2</staff>
  7380. </note>
  7381. <note default-x="36.06" default-y="-125.00">
  7382. <pitch>
  7383. <step>D</step>
  7384. <octave>3</octave>
  7385. </pitch>
  7386. <duration>3</duration>
  7387. <tie type="start"/>
  7388. <voice>5</voice>
  7389. <type>eighth</type>
  7390. <dot/>
  7391. <stem>up</stem>
  7392. <staff>2</staff>
  7393. <notations>
  7394. <tied type="start"/>
  7395. </notations>
  7396. </note>
  7397. <note default-x="108.23" default-y="-125.00">
  7398. <pitch>
  7399. <step>D</step>
  7400. <octave>3</octave>
  7401. </pitch>
  7402. <duration>4</duration>
  7403. <tie type="stop"/>
  7404. <voice>5</voice>
  7405. <type>quarter</type>
  7406. <stem>up</stem>
  7407. <staff>2</staff>
  7408. <notations>
  7409. <tied type="stop"/>
  7410. </notations>
  7411. </note>
  7412. <note print-object="no">
  7413. <rest/>
  7414. <duration>1</duration>
  7415. <voice>5</voice>
  7416. <type>16th</type>
  7417. <staff>2</staff>
  7418. </note>
  7419. <note default-x="228.52" default-y="-125.00">
  7420. <pitch>
  7421. <step>D</step>
  7422. <octave>3</octave>
  7423. </pitch>
  7424. <duration>3</duration>
  7425. <tie type="start"/>
  7426. <voice>5</voice>
  7427. <type>eighth</type>
  7428. <dot/>
  7429. <stem>up</stem>
  7430. <staff>2</staff>
  7431. <notations>
  7432. <tied type="start"/>
  7433. </notations>
  7434. </note>
  7435. <note default-x="300.70" default-y="-125.00">
  7436. <pitch>
  7437. <step>D</step>
  7438. <octave>3</octave>
  7439. </pitch>
  7440. <duration>4</duration>
  7441. <tie type="stop"/>
  7442. <voice>5</voice>
  7443. <type>quarter</type>
  7444. <stem>up</stem>
  7445. <staff>2</staff>
  7446. <notations>
  7447. <tied type="stop"/>
  7448. </notations>
  7449. </note>
  7450. <backup>
  7451. <duration>16</duration>
  7452. </backup>
  7453. <note default-x="12.00" default-y="-145.00">
  7454. <pitch>
  7455. <step>G</step>
  7456. <octave>2</octave>
  7457. </pitch>
  7458. <duration>8</duration>
  7459. <voice>6</voice>
  7460. <type>half</type>
  7461. <stem>down</stem>
  7462. <staff>2</staff>
  7463. </note>
  7464. <note default-x="204.46" default-y="-145.00">
  7465. <pitch>
  7466. <step>G</step>
  7467. <octave>2</octave>
  7468. </pitch>
  7469. <duration>8</duration>
  7470. <voice>6</voice>
  7471. <type>half</type>
  7472. <stem>down</stem>
  7473. <staff>2</staff>
  7474. </note>
  7475. </measure>
  7476. <measure number="27" width="428.74">
  7477. <print new-system="yes">
  7478. <system-layout>
  7479. <system-margins>
  7480. <left-margin>64.36</left-margin>
  7481. <right-margin>0.00</right-margin>
  7482. </system-margins>
  7483. <system-distance>141.11</system-distance>
  7484. </system-layout>
  7485. <staff-layout number="2">
  7486. <staff-distance>65.00</staff-distance>
  7487. </staff-layout>
  7488. </print>
  7489. <note>
  7490. <rest/>
  7491. <duration>2</duration>
  7492. <voice>1</voice>
  7493. <type>eighth</type>
  7494. <staff>1</staff>
  7495. </note>
  7496. <note default-x="100.93" default-y="-65.00">
  7497. <pitch>
  7498. <step>G</step>
  7499. <octave>3</octave>
  7500. </pitch>
  7501. <duration>1</duration>
  7502. <voice>1</voice>
  7503. <type>16th</type>
  7504. <stem>up</stem>
  7505. <staff>1</staff>
  7506. <beam number="1">begin</beam>
  7507. <beam number="2">begin</beam>
  7508. </note>
  7509. <note default-x="124.23" default-y="-55.00">
  7510. <pitch>
  7511. <step>B</step>
  7512. <octave>3</octave>
  7513. </pitch>
  7514. <duration>1</duration>
  7515. <voice>1</voice>
  7516. <type>16th</type>
  7517. <stem>up</stem>
  7518. <staff>1</staff>
  7519. <beam number="1">end</beam>
  7520. <beam number="2">end</beam>
  7521. </note>
  7522. <note default-x="147.53" default-y="-35.00">
  7523. <pitch>
  7524. <step>F</step>
  7525. <octave>4</octave>
  7526. </pitch>
  7527. <duration>1</duration>
  7528. <voice>1</voice>
  7529. <type>16th</type>
  7530. <stem>up</stem>
  7531. <staff>1</staff>
  7532. <beam number="1">begin</beam>
  7533. <beam number="2">begin</beam>
  7534. </note>
  7535. <note default-x="170.83" default-y="-65.00">
  7536. <pitch>
  7537. <step>G</step>
  7538. <octave>3</octave>
  7539. </pitch>
  7540. <duration>1</duration>
  7541. <voice>1</voice>
  7542. <type>16th</type>
  7543. <stem>up</stem>
  7544. <staff>1</staff>
  7545. <beam number="1">continue</beam>
  7546. <beam number="2">continue</beam>
  7547. </note>
  7548. <note default-x="194.13" default-y="-55.00">
  7549. <pitch>
  7550. <step>B</step>
  7551. <octave>3</octave>
  7552. </pitch>
  7553. <duration>1</duration>
  7554. <voice>1</voice>
  7555. <type>16th</type>
  7556. <stem>up</stem>
  7557. <staff>1</staff>
  7558. <beam number="1">continue</beam>
  7559. <beam number="2">continue</beam>
  7560. </note>
  7561. <note default-x="217.43" default-y="-35.00">
  7562. <pitch>
  7563. <step>F</step>
  7564. <octave>4</octave>
  7565. </pitch>
  7566. <duration>1</duration>
  7567. <voice>1</voice>
  7568. <type>16th</type>
  7569. <stem>up</stem>
  7570. <staff>1</staff>
  7571. <beam number="1">end</beam>
  7572. <beam number="2">end</beam>
  7573. </note>
  7574. <note>
  7575. <rest/>
  7576. <duration>2</duration>
  7577. <voice>1</voice>
  7578. <type>eighth</type>
  7579. <staff>1</staff>
  7580. </note>
  7581. <note default-x="287.33" default-y="-65.00">
  7582. <pitch>
  7583. <step>G</step>
  7584. <octave>3</octave>
  7585. </pitch>
  7586. <duration>1</duration>
  7587. <voice>1</voice>
  7588. <type>16th</type>
  7589. <stem>up</stem>
  7590. <staff>1</staff>
  7591. <beam number="1">begin</beam>
  7592. <beam number="2">begin</beam>
  7593. </note>
  7594. <note default-x="310.63" default-y="-55.00">
  7595. <pitch>
  7596. <step>B</step>
  7597. <octave>3</octave>
  7598. </pitch>
  7599. <duration>1</duration>
  7600. <voice>1</voice>
  7601. <type>16th</type>
  7602. <stem>up</stem>
  7603. <staff>1</staff>
  7604. <beam number="1">end</beam>
  7605. <beam number="2">end</beam>
  7606. </note>
  7607. <note default-x="333.93" default-y="-35.00">
  7608. <pitch>
  7609. <step>F</step>
  7610. <octave>4</octave>
  7611. </pitch>
  7612. <duration>1</duration>
  7613. <voice>1</voice>
  7614. <type>16th</type>
  7615. <stem>up</stem>
  7616. <staff>1</staff>
  7617. <beam number="1">begin</beam>
  7618. <beam number="2">begin</beam>
  7619. </note>
  7620. <note default-x="357.24" default-y="-65.00">
  7621. <pitch>
  7622. <step>G</step>
  7623. <octave>3</octave>
  7624. </pitch>
  7625. <duration>1</duration>
  7626. <voice>1</voice>
  7627. <type>16th</type>
  7628. <stem>up</stem>
  7629. <staff>1</staff>
  7630. <beam number="1">continue</beam>
  7631. <beam number="2">continue</beam>
  7632. </note>
  7633. <note default-x="380.54" default-y="-55.00">
  7634. <pitch>
  7635. <step>B</step>
  7636. <octave>3</octave>
  7637. </pitch>
  7638. <duration>1</duration>
  7639. <voice>1</voice>
  7640. <type>16th</type>
  7641. <stem>up</stem>
  7642. <staff>1</staff>
  7643. <beam number="1">continue</beam>
  7644. <beam number="2">continue</beam>
  7645. </note>
  7646. <note default-x="403.84" default-y="-35.00">
  7647. <pitch>
  7648. <step>F</step>
  7649. <octave>4</octave>
  7650. </pitch>
  7651. <duration>1</duration>
  7652. <voice>1</voice>
  7653. <type>16th</type>
  7654. <stem>up</stem>
  7655. <staff>1</staff>
  7656. <beam number="1">end</beam>
  7657. <beam number="2">end</beam>
  7658. </note>
  7659. <backup>
  7660. <duration>16</duration>
  7661. </backup>
  7662. <note print-object="no">
  7663. <rest/>
  7664. <duration>1</duration>
  7665. <voice>5</voice>
  7666. <type>16th</type>
  7667. <staff>2</staff>
  7668. </note>
  7669. <note default-x="77.63" default-y="-125.00">
  7670. <pitch>
  7671. <step>D</step>
  7672. <octave>3</octave>
  7673. </pitch>
  7674. <duration>3</duration>
  7675. <tie type="start"/>
  7676. <voice>5</voice>
  7677. <type>eighth</type>
  7678. <dot/>
  7679. <stem>up</stem>
  7680. <staff>2</staff>
  7681. <notations>
  7682. <tied type="start"/>
  7683. </notations>
  7684. </note>
  7685. <note default-x="147.53" default-y="-125.00">
  7686. <pitch>
  7687. <step>D</step>
  7688. <octave>3</octave>
  7689. </pitch>
  7690. <duration>4</duration>
  7691. <tie type="stop"/>
  7692. <voice>5</voice>
  7693. <type>quarter</type>
  7694. <stem>up</stem>
  7695. <staff>2</staff>
  7696. <notations>
  7697. <tied type="stop"/>
  7698. </notations>
  7699. </note>
  7700. <note print-object="no">
  7701. <rest/>
  7702. <duration>1</duration>
  7703. <voice>5</voice>
  7704. <type>16th</type>
  7705. <staff>2</staff>
  7706. </note>
  7707. <note default-x="264.03" default-y="-125.00">
  7708. <pitch>
  7709. <step>D</step>
  7710. <octave>3</octave>
  7711. </pitch>
  7712. <duration>3</duration>
  7713. <tie type="start"/>
  7714. <voice>5</voice>
  7715. <type>eighth</type>
  7716. <dot/>
  7717. <stem>up</stem>
  7718. <staff>2</staff>
  7719. <notations>
  7720. <tied type="start"/>
  7721. </notations>
  7722. </note>
  7723. <note default-x="333.93" default-y="-125.00">
  7724. <pitch>
  7725. <step>D</step>
  7726. <octave>3</octave>
  7727. </pitch>
  7728. <duration>4</duration>
  7729. <tie type="stop"/>
  7730. <voice>5</voice>
  7731. <type>quarter</type>
  7732. <stem>up</stem>
  7733. <staff>2</staff>
  7734. <notations>
  7735. <tied type="stop"/>
  7736. </notations>
  7737. </note>
  7738. <backup>
  7739. <duration>16</duration>
  7740. </backup>
  7741. <note default-x="54.33" default-y="-145.00">
  7742. <pitch>
  7743. <step>G</step>
  7744. <octave>2</octave>
  7745. </pitch>
  7746. <duration>8</duration>
  7747. <voice>6</voice>
  7748. <type>half</type>
  7749. <stem>down</stem>
  7750. <staff>2</staff>
  7751. </note>
  7752. <note default-x="240.73" default-y="-145.00">
  7753. <pitch>
  7754. <step>G</step>
  7755. <octave>2</octave>
  7756. </pitch>
  7757. <duration>8</duration>
  7758. <voice>6</voice>
  7759. <type>half</type>
  7760. <stem>down</stem>
  7761. <staff>2</staff>
  7762. </note>
  7763. </measure>
  7764. <measure number="28" width="410.65">
  7765. <note>
  7766. <rest/>
  7767. <duration>2</duration>
  7768. <voice>1</voice>
  7769. <type>eighth</type>
  7770. <staff>1</staff>
  7771. </note>
  7772. <note default-x="65.40" default-y="-60.00">
  7773. <pitch>
  7774. <step>A</step>
  7775. <octave>3</octave>
  7776. </pitch>
  7777. <duration>1</duration>
  7778. <voice>1</voice>
  7779. <type>16th</type>
  7780. <stem>up</stem>
  7781. <staff>1</staff>
  7782. <beam number="1">begin</beam>
  7783. <beam number="2">begin</beam>
  7784. </note>
  7785. <note default-x="89.50" default-y="-50.00">
  7786. <pitch>
  7787. <step>C</step>
  7788. <octave>4</octave>
  7789. </pitch>
  7790. <duration>1</duration>
  7791. <voice>1</voice>
  7792. <type>16th</type>
  7793. <stem>up</stem>
  7794. <staff>1</staff>
  7795. <beam number="1">end</beam>
  7796. <beam number="2">end</beam>
  7797. </note>
  7798. <note default-x="119.86" default-y="-35.00">
  7799. <pitch>
  7800. <step>F</step>
  7801. <alter>1</alter>
  7802. <octave>4</octave>
  7803. </pitch>
  7804. <duration>1</duration>
  7805. <voice>1</voice>
  7806. <type>16th</type>
  7807. <accidental>sharp</accidental>
  7808. <stem>up</stem>
  7809. <staff>1</staff>
  7810. <beam number="1">begin</beam>
  7811. <beam number="2">begin</beam>
  7812. </note>
  7813. <note default-x="143.96" default-y="-60.00">
  7814. <pitch>
  7815. <step>A</step>
  7816. <octave>3</octave>
  7817. </pitch>
  7818. <duration>1</duration>
  7819. <voice>1</voice>
  7820. <type>16th</type>
  7821. <stem>up</stem>
  7822. <staff>1</staff>
  7823. <beam number="1">continue</beam>
  7824. <beam number="2">continue</beam>
  7825. </note>
  7826. <note default-x="168.06" default-y="-50.00">
  7827. <pitch>
  7828. <step>C</step>
  7829. <octave>4</octave>
  7830. </pitch>
  7831. <duration>1</duration>
  7832. <voice>1</voice>
  7833. <type>16th</type>
  7834. <stem>up</stem>
  7835. <staff>1</staff>
  7836. <beam number="1">continue</beam>
  7837. <beam number="2">continue</beam>
  7838. </note>
  7839. <note default-x="192.16" default-y="-35.00">
  7840. <pitch>
  7841. <step>F</step>
  7842. <alter>1</alter>
  7843. <octave>4</octave>
  7844. </pitch>
  7845. <duration>1</duration>
  7846. <voice>1</voice>
  7847. <type>16th</type>
  7848. <stem>up</stem>
  7849. <staff>1</staff>
  7850. <beam number="1">end</beam>
  7851. <beam number="2">end</beam>
  7852. </note>
  7853. <note>
  7854. <rest/>
  7855. <duration>2</duration>
  7856. <voice>1</voice>
  7857. <type>eighth</type>
  7858. <staff>1</staff>
  7859. </note>
  7860. <note default-x="264.46" default-y="-60.00">
  7861. <pitch>
  7862. <step>A</step>
  7863. <octave>3</octave>
  7864. </pitch>
  7865. <duration>1</duration>
  7866. <voice>1</voice>
  7867. <type>16th</type>
  7868. <stem>up</stem>
  7869. <staff>1</staff>
  7870. <beam number="1">begin</beam>
  7871. <beam number="2">begin</beam>
  7872. </note>
  7873. <note default-x="288.56" default-y="-50.00">
  7874. <pitch>
  7875. <step>C</step>
  7876. <octave>4</octave>
  7877. </pitch>
  7878. <duration>1</duration>
  7879. <voice>1</voice>
  7880. <type>16th</type>
  7881. <stem>up</stem>
  7882. <staff>1</staff>
  7883. <beam number="1">end</beam>
  7884. <beam number="2">end</beam>
  7885. </note>
  7886. <note default-x="312.66" default-y="-35.00">
  7887. <pitch>
  7888. <step>F</step>
  7889. <alter>1</alter>
  7890. <octave>4</octave>
  7891. </pitch>
  7892. <duration>1</duration>
  7893. <voice>1</voice>
  7894. <type>16th</type>
  7895. <stem>up</stem>
  7896. <staff>1</staff>
  7897. <beam number="1">begin</beam>
  7898. <beam number="2">begin</beam>
  7899. </note>
  7900. <note default-x="336.76" default-y="-60.00">
  7901. <pitch>
  7902. <step>A</step>
  7903. <octave>3</octave>
  7904. </pitch>
  7905. <duration>1</duration>
  7906. <voice>1</voice>
  7907. <type>16th</type>
  7908. <stem>up</stem>
  7909. <staff>1</staff>
  7910. <beam number="1">continue</beam>
  7911. <beam number="2">continue</beam>
  7912. </note>
  7913. <note default-x="360.85" default-y="-50.00">
  7914. <pitch>
  7915. <step>C</step>
  7916. <octave>4</octave>
  7917. </pitch>
  7918. <duration>1</duration>
  7919. <voice>1</voice>
  7920. <type>16th</type>
  7921. <stem>up</stem>
  7922. <staff>1</staff>
  7923. <beam number="1">continue</beam>
  7924. <beam number="2">continue</beam>
  7925. </note>
  7926. <note default-x="384.95" default-y="-35.00">
  7927. <pitch>
  7928. <step>F</step>
  7929. <alter>1</alter>
  7930. <octave>4</octave>
  7931. </pitch>
  7932. <duration>1</duration>
  7933. <voice>1</voice>
  7934. <type>16th</type>
  7935. <stem>up</stem>
  7936. <staff>1</staff>
  7937. <beam number="1">end</beam>
  7938. <beam number="2">end</beam>
  7939. </note>
  7940. <backup>
  7941. <duration>16</duration>
  7942. </backup>
  7943. <note print-object="no">
  7944. <rest/>
  7945. <duration>1</duration>
  7946. <voice>5</voice>
  7947. <type>16th</type>
  7948. <staff>2</staff>
  7949. </note>
  7950. <note default-x="41.30" default-y="-120.00">
  7951. <pitch>
  7952. <step>E</step>
  7953. <alter>-1</alter>
  7954. <octave>3</octave>
  7955. </pitch>
  7956. <duration>3</duration>
  7957. <tie type="start"/>
  7958. <voice>5</voice>
  7959. <type>eighth</type>
  7960. <dot/>
  7961. <accidental>flat</accidental>
  7962. <stem>up</stem>
  7963. <staff>2</staff>
  7964. <notations>
  7965. <tied type="start"/>
  7966. </notations>
  7967. </note>
  7968. <note default-x="119.86" default-y="-120.00">
  7969. <pitch>
  7970. <step>E</step>
  7971. <alter>-1</alter>
  7972. <octave>3</octave>
  7973. </pitch>
  7974. <duration>4</duration>
  7975. <tie type="stop"/>
  7976. <voice>5</voice>
  7977. <type>quarter</type>
  7978. <stem>up</stem>
  7979. <staff>2</staff>
  7980. <notations>
  7981. <tied type="stop"/>
  7982. </notations>
  7983. </note>
  7984. <note print-object="no">
  7985. <rest/>
  7986. <duration>1</duration>
  7987. <voice>5</voice>
  7988. <type>16th</type>
  7989. <staff>2</staff>
  7990. </note>
  7991. <note default-x="240.36" default-y="-120.00">
  7992. <pitch>
  7993. <step>E</step>
  7994. <alter>-1</alter>
  7995. <octave>3</octave>
  7996. </pitch>
  7997. <duration>3</duration>
  7998. <tie type="start"/>
  7999. <voice>5</voice>
  8000. <type>eighth</type>
  8001. <dot/>
  8002. <stem>up</stem>
  8003. <staff>2</staff>
  8004. <notations>
  8005. <tied type="start"/>
  8006. </notations>
  8007. </note>
  8008. <note default-x="312.66" default-y="-120.00">
  8009. <pitch>
  8010. <step>E</step>
  8011. <alter>-1</alter>
  8012. <octave>3</octave>
  8013. </pitch>
  8014. <duration>4</duration>
  8015. <tie type="stop"/>
  8016. <voice>5</voice>
  8017. <type>quarter</type>
  8018. <stem>up</stem>
  8019. <staff>2</staff>
  8020. <notations>
  8021. <tied type="stop"/>
  8022. </notations>
  8023. </note>
  8024. <backup>
  8025. <duration>16</duration>
  8026. </backup>
  8027. <note default-x="12.00" default-y="-145.00">
  8028. <pitch>
  8029. <step>G</step>
  8030. <octave>2</octave>
  8031. </pitch>
  8032. <duration>8</duration>
  8033. <voice>6</voice>
  8034. <type>half</type>
  8035. <stem>down</stem>
  8036. <staff>2</staff>
  8037. </note>
  8038. <note default-x="216.26" default-y="-145.00">
  8039. <pitch>
  8040. <step>G</step>
  8041. <octave>2</octave>
  8042. </pitch>
  8043. <duration>8</duration>
  8044. <voice>6</voice>
  8045. <type>half</type>
  8046. <stem>down</stem>
  8047. <staff>2</staff>
  8048. </note>
  8049. </measure>
  8050. <measure number="29" width="445.29">
  8051. <print new-system="yes">
  8052. <system-layout>
  8053. <system-margins>
  8054. <left-margin>64.36</left-margin>
  8055. <right-margin>0.00</right-margin>
  8056. </system-margins>
  8057. <system-distance>141.11</system-distance>
  8058. </system-layout>
  8059. <staff-layout number="2">
  8060. <staff-distance>65.00</staff-distance>
  8061. </staff-layout>
  8062. </print>
  8063. <note>
  8064. <rest/>
  8065. <duration>2</duration>
  8066. <voice>1</voice>
  8067. <type>eighth</type>
  8068. <staff>1</staff>
  8069. </note>
  8070. <note default-x="105.27" default-y="-65.00">
  8071. <pitch>
  8072. <step>G</step>
  8073. <octave>3</octave>
  8074. </pitch>
  8075. <duration>1</duration>
  8076. <voice>1</voice>
  8077. <type>16th</type>
  8078. <stem>up</stem>
  8079. <staff>1</staff>
  8080. <beam number="1">begin</beam>
  8081. <beam number="2">begin</beam>
  8082. </note>
  8083. <note default-x="129.45" default-y="-50.00">
  8084. <pitch>
  8085. <step>C</step>
  8086. <octave>4</octave>
  8087. </pitch>
  8088. <duration>1</duration>
  8089. <voice>1</voice>
  8090. <type>16th</type>
  8091. <stem>up</stem>
  8092. <staff>1</staff>
  8093. <beam number="1">end</beam>
  8094. <beam number="2">end</beam>
  8095. </note>
  8096. <note default-x="153.62" default-y="-30.00">
  8097. <pitch>
  8098. <step>G</step>
  8099. <octave>4</octave>
  8100. </pitch>
  8101. <duration>1</duration>
  8102. <voice>1</voice>
  8103. <type>16th</type>
  8104. <stem>up</stem>
  8105. <staff>1</staff>
  8106. <beam number="1">begin</beam>
  8107. <beam number="2">begin</beam>
  8108. </note>
  8109. <note default-x="177.79" default-y="-65.00">
  8110. <pitch>
  8111. <step>G</step>
  8112. <octave>3</octave>
  8113. </pitch>
  8114. <duration>1</duration>
  8115. <voice>1</voice>
  8116. <type>16th</type>
  8117. <stem>up</stem>
  8118. <staff>1</staff>
  8119. <beam number="1">continue</beam>
  8120. <beam number="2">continue</beam>
  8121. </note>
  8122. <note default-x="201.96" default-y="-50.00">
  8123. <pitch>
  8124. <step>C</step>
  8125. <octave>4</octave>
  8126. </pitch>
  8127. <duration>1</duration>
  8128. <voice>1</voice>
  8129. <type>16th</type>
  8130. <stem>up</stem>
  8131. <staff>1</staff>
  8132. <beam number="1">continue</beam>
  8133. <beam number="2">continue</beam>
  8134. </note>
  8135. <note default-x="226.14" default-y="-30.00">
  8136. <pitch>
  8137. <step>G</step>
  8138. <octave>4</octave>
  8139. </pitch>
  8140. <duration>1</duration>
  8141. <voice>1</voice>
  8142. <type>16th</type>
  8143. <stem>up</stem>
  8144. <staff>1</staff>
  8145. <beam number="1">end</beam>
  8146. <beam number="2">end</beam>
  8147. </note>
  8148. <note>
  8149. <rest/>
  8150. <duration>2</duration>
  8151. <voice>1</voice>
  8152. <type>eighth</type>
  8153. <staff>1</staff>
  8154. </note>
  8155. <note default-x="298.66" default-y="-65.00">
  8156. <pitch>
  8157. <step>G</step>
  8158. <octave>3</octave>
  8159. </pitch>
  8160. <duration>1</duration>
  8161. <voice>1</voice>
  8162. <type>16th</type>
  8163. <stem>up</stem>
  8164. <staff>1</staff>
  8165. <beam number="1">begin</beam>
  8166. <beam number="2">begin</beam>
  8167. </note>
  8168. <note default-x="322.83" default-y="-50.00">
  8169. <pitch>
  8170. <step>C</step>
  8171. <octave>4</octave>
  8172. </pitch>
  8173. <duration>1</duration>
  8174. <voice>1</voice>
  8175. <type>16th</type>
  8176. <stem>up</stem>
  8177. <staff>1</staff>
  8178. <beam number="1">end</beam>
  8179. <beam number="2">end</beam>
  8180. </note>
  8181. <note default-x="347.00" default-y="-30.00">
  8182. <pitch>
  8183. <step>G</step>
  8184. <octave>4</octave>
  8185. </pitch>
  8186. <duration>1</duration>
  8187. <voice>1</voice>
  8188. <type>16th</type>
  8189. <stem>up</stem>
  8190. <staff>1</staff>
  8191. <beam number="1">begin</beam>
  8192. <beam number="2">begin</beam>
  8193. </note>
  8194. <note default-x="371.18" default-y="-65.00">
  8195. <pitch>
  8196. <step>G</step>
  8197. <octave>3</octave>
  8198. </pitch>
  8199. <duration>1</duration>
  8200. <voice>1</voice>
  8201. <type>16th</type>
  8202. <stem>up</stem>
  8203. <staff>1</staff>
  8204. <beam number="1">continue</beam>
  8205. <beam number="2">continue</beam>
  8206. </note>
  8207. <note default-x="395.35" default-y="-50.00">
  8208. <pitch>
  8209. <step>C</step>
  8210. <octave>4</octave>
  8211. </pitch>
  8212. <duration>1</duration>
  8213. <voice>1</voice>
  8214. <type>16th</type>
  8215. <stem>up</stem>
  8216. <staff>1</staff>
  8217. <beam number="1">continue</beam>
  8218. <beam number="2">continue</beam>
  8219. </note>
  8220. <note default-x="419.52" default-y="-30.00">
  8221. <pitch>
  8222. <step>G</step>
  8223. <octave>4</octave>
  8224. </pitch>
  8225. <duration>1</duration>
  8226. <voice>1</voice>
  8227. <type>16th</type>
  8228. <stem>up</stem>
  8229. <staff>1</staff>
  8230. <beam number="1">end</beam>
  8231. <beam number="2">end</beam>
  8232. </note>
  8233. <backup>
  8234. <duration>16</duration>
  8235. </backup>
  8236. <note print-object="no">
  8237. <rest/>
  8238. <duration>1</duration>
  8239. <voice>5</voice>
  8240. <type>16th</type>
  8241. <staff>2</staff>
  8242. </note>
  8243. <note default-x="81.10" default-y="-120.00">
  8244. <pitch>
  8245. <step>E</step>
  8246. <octave>3</octave>
  8247. </pitch>
  8248. <duration>3</duration>
  8249. <tie type="start"/>
  8250. <voice>5</voice>
  8251. <type>eighth</type>
  8252. <dot/>
  8253. <accidental>natural</accidental>
  8254. <stem>up</stem>
  8255. <staff>2</staff>
  8256. <notations>
  8257. <tied type="start"/>
  8258. </notations>
  8259. </note>
  8260. <note default-x="153.62" default-y="-120.00">
  8261. <pitch>
  8262. <step>E</step>
  8263. <octave>3</octave>
  8264. </pitch>
  8265. <duration>4</duration>
  8266. <tie type="stop"/>
  8267. <voice>5</voice>
  8268. <type>quarter</type>
  8269. <stem>up</stem>
  8270. <staff>2</staff>
  8271. <notations>
  8272. <tied type="stop"/>
  8273. </notations>
  8274. </note>
  8275. <note print-object="no">
  8276. <rest/>
  8277. <duration>1</duration>
  8278. <voice>5</voice>
  8279. <type>16th</type>
  8280. <staff>2</staff>
  8281. </note>
  8282. <note default-x="274.48" default-y="-120.00">
  8283. <pitch>
  8284. <step>E</step>
  8285. <octave>3</octave>
  8286. </pitch>
  8287. <duration>3</duration>
  8288. <tie type="start"/>
  8289. <voice>5</voice>
  8290. <type>eighth</type>
  8291. <dot/>
  8292. <stem>up</stem>
  8293. <staff>2</staff>
  8294. <notations>
  8295. <tied type="start"/>
  8296. </notations>
  8297. </note>
  8298. <note default-x="347.00" default-y="-120.00">
  8299. <pitch>
  8300. <step>E</step>
  8301. <octave>3</octave>
  8302. </pitch>
  8303. <duration>4</duration>
  8304. <tie type="stop"/>
  8305. <voice>5</voice>
  8306. <type>quarter</type>
  8307. <stem>up</stem>
  8308. <staff>2</staff>
  8309. <notations>
  8310. <tied type="stop"/>
  8311. </notations>
  8312. </note>
  8313. <backup>
  8314. <duration>16</duration>
  8315. </backup>
  8316. <note default-x="54.33" default-y="-145.00">
  8317. <pitch>
  8318. <step>G</step>
  8319. <octave>2</octave>
  8320. </pitch>
  8321. <duration>8</duration>
  8322. <voice>6</voice>
  8323. <type>half</type>
  8324. <stem>down</stem>
  8325. <staff>2</staff>
  8326. </note>
  8327. <note default-x="250.31" default-y="-145.00">
  8328. <pitch>
  8329. <step>G</step>
  8330. <octave>2</octave>
  8331. </pitch>
  8332. <duration>8</duration>
  8333. <voice>6</voice>
  8334. <type>half</type>
  8335. <stem>down</stem>
  8336. <staff>2</staff>
  8337. </note>
  8338. </measure>
  8339. <measure number="30" width="394.09">
  8340. <note>
  8341. <rest/>
  8342. <duration>2</duration>
  8343. <voice>1</voice>
  8344. <type>eighth</type>
  8345. <staff>1</staff>
  8346. </note>
  8347. <note default-x="59.56" default-y="-65.00">
  8348. <pitch>
  8349. <step>G</step>
  8350. <octave>3</octave>
  8351. </pitch>
  8352. <duration>1</duration>
  8353. <voice>1</voice>
  8354. <type>16th</type>
  8355. <stem>up</stem>
  8356. <staff>1</staff>
  8357. <beam number="1">begin</beam>
  8358. <beam number="2">begin</beam>
  8359. </note>
  8360. <note default-x="83.34" default-y="-50.00">
  8361. <pitch>
  8362. <step>C</step>
  8363. <octave>4</octave>
  8364. </pitch>
  8365. <duration>1</duration>
  8366. <voice>1</voice>
  8367. <type>16th</type>
  8368. <stem>up</stem>
  8369. <staff>1</staff>
  8370. <beam number="1">end</beam>
  8371. <beam number="2">end</beam>
  8372. </note>
  8373. <note default-x="107.12" default-y="-35.00">
  8374. <pitch>
  8375. <step>F</step>
  8376. <octave>4</octave>
  8377. </pitch>
  8378. <duration>1</duration>
  8379. <voice>1</voice>
  8380. <type>16th</type>
  8381. <stem>up</stem>
  8382. <staff>1</staff>
  8383. <beam number="1">begin</beam>
  8384. <beam number="2">begin</beam>
  8385. </note>
  8386. <note default-x="130.90" default-y="-65.00">
  8387. <pitch>
  8388. <step>G</step>
  8389. <octave>3</octave>
  8390. </pitch>
  8391. <duration>1</duration>
  8392. <voice>1</voice>
  8393. <type>16th</type>
  8394. <stem>up</stem>
  8395. <staff>1</staff>
  8396. <beam number="1">continue</beam>
  8397. <beam number="2">continue</beam>
  8398. </note>
  8399. <note default-x="154.69" default-y="-50.00">
  8400. <pitch>
  8401. <step>C</step>
  8402. <octave>4</octave>
  8403. </pitch>
  8404. <duration>1</duration>
  8405. <voice>1</voice>
  8406. <type>16th</type>
  8407. <stem>up</stem>
  8408. <staff>1</staff>
  8409. <beam number="1">continue</beam>
  8410. <beam number="2">continue</beam>
  8411. </note>
  8412. <note default-x="178.47" default-y="-35.00">
  8413. <pitch>
  8414. <step>F</step>
  8415. <octave>4</octave>
  8416. </pitch>
  8417. <duration>1</duration>
  8418. <voice>1</voice>
  8419. <type>16th</type>
  8420. <stem>up</stem>
  8421. <staff>1</staff>
  8422. <beam number="1">end</beam>
  8423. <beam number="2">end</beam>
  8424. </note>
  8425. <note>
  8426. <rest/>
  8427. <duration>2</duration>
  8428. <voice>1</voice>
  8429. <type>eighth</type>
  8430. <staff>1</staff>
  8431. </note>
  8432. <note default-x="249.81" default-y="-65.00">
  8433. <pitch>
  8434. <step>G</step>
  8435. <octave>3</octave>
  8436. </pitch>
  8437. <duration>1</duration>
  8438. <voice>1</voice>
  8439. <type>16th</type>
  8440. <stem>up</stem>
  8441. <staff>1</staff>
  8442. <beam number="1">begin</beam>
  8443. <beam number="2">begin</beam>
  8444. </note>
  8445. <note default-x="273.59" default-y="-50.00">
  8446. <pitch>
  8447. <step>C</step>
  8448. <octave>4</octave>
  8449. </pitch>
  8450. <duration>1</duration>
  8451. <voice>1</voice>
  8452. <type>16th</type>
  8453. <stem>up</stem>
  8454. <staff>1</staff>
  8455. <beam number="1">end</beam>
  8456. <beam number="2">end</beam>
  8457. </note>
  8458. <note default-x="297.37" default-y="-35.00">
  8459. <pitch>
  8460. <step>F</step>
  8461. <octave>4</octave>
  8462. </pitch>
  8463. <duration>1</duration>
  8464. <voice>1</voice>
  8465. <type>16th</type>
  8466. <stem>up</stem>
  8467. <staff>1</staff>
  8468. <beam number="1">begin</beam>
  8469. <beam number="2">begin</beam>
  8470. </note>
  8471. <note default-x="321.15" default-y="-65.00">
  8472. <pitch>
  8473. <step>G</step>
  8474. <octave>3</octave>
  8475. </pitch>
  8476. <duration>1</duration>
  8477. <voice>1</voice>
  8478. <type>16th</type>
  8479. <stem>up</stem>
  8480. <staff>1</staff>
  8481. <beam number="1">continue</beam>
  8482. <beam number="2">continue</beam>
  8483. </note>
  8484. <note default-x="344.93" default-y="-50.00">
  8485. <pitch>
  8486. <step>C</step>
  8487. <octave>4</octave>
  8488. </pitch>
  8489. <duration>1</duration>
  8490. <voice>1</voice>
  8491. <type>16th</type>
  8492. <stem>up</stem>
  8493. <staff>1</staff>
  8494. <beam number="1">continue</beam>
  8495. <beam number="2">continue</beam>
  8496. </note>
  8497. <note default-x="368.71" default-y="-35.00">
  8498. <pitch>
  8499. <step>F</step>
  8500. <octave>4</octave>
  8501. </pitch>
  8502. <duration>1</duration>
  8503. <voice>1</voice>
  8504. <type>16th</type>
  8505. <stem>up</stem>
  8506. <staff>1</staff>
  8507. <beam number="1">end</beam>
  8508. <beam number="2">end</beam>
  8509. </note>
  8510. <backup>
  8511. <duration>16</duration>
  8512. </backup>
  8513. <note print-object="no">
  8514. <rest/>
  8515. <duration>1</duration>
  8516. <voice>5</voice>
  8517. <type>16th</type>
  8518. <staff>2</staff>
  8519. </note>
  8520. <note default-x="35.78" default-y="-125.00">
  8521. <pitch>
  8522. <step>D</step>
  8523. <octave>3</octave>
  8524. </pitch>
  8525. <duration>3</duration>
  8526. <tie type="start"/>
  8527. <voice>5</voice>
  8528. <type>eighth</type>
  8529. <dot/>
  8530. <stem>up</stem>
  8531. <staff>2</staff>
  8532. <notations>
  8533. <tied type="start"/>
  8534. </notations>
  8535. </note>
  8536. <note default-x="107.12" default-y="-125.00">
  8537. <pitch>
  8538. <step>D</step>
  8539. <octave>3</octave>
  8540. </pitch>
  8541. <duration>4</duration>
  8542. <tie type="stop"/>
  8543. <voice>5</voice>
  8544. <type>quarter</type>
  8545. <stem>up</stem>
  8546. <staff>2</staff>
  8547. <notations>
  8548. <tied type="stop"/>
  8549. </notations>
  8550. </note>
  8551. <note print-object="no">
  8552. <rest/>
  8553. <duration>1</duration>
  8554. <voice>5</voice>
  8555. <type>16th</type>
  8556. <staff>2</staff>
  8557. </note>
  8558. <note default-x="226.03" default-y="-125.00">
  8559. <pitch>
  8560. <step>D</step>
  8561. <octave>3</octave>
  8562. </pitch>
  8563. <duration>3</duration>
  8564. <tie type="start"/>
  8565. <voice>5</voice>
  8566. <type>eighth</type>
  8567. <dot/>
  8568. <stem>up</stem>
  8569. <staff>2</staff>
  8570. <notations>
  8571. <tied type="start"/>
  8572. </notations>
  8573. </note>
  8574. <note default-x="297.37" default-y="-125.00">
  8575. <pitch>
  8576. <step>D</step>
  8577. <octave>3</octave>
  8578. </pitch>
  8579. <duration>4</duration>
  8580. <tie type="stop"/>
  8581. <voice>5</voice>
  8582. <type>quarter</type>
  8583. <stem>up</stem>
  8584. <staff>2</staff>
  8585. <notations>
  8586. <tied type="stop"/>
  8587. </notations>
  8588. </note>
  8589. <backup>
  8590. <duration>16</duration>
  8591. </backup>
  8592. <note default-x="12.00" default-y="-145.00">
  8593. <pitch>
  8594. <step>G</step>
  8595. <octave>2</octave>
  8596. </pitch>
  8597. <duration>8</duration>
  8598. <voice>6</voice>
  8599. <type>half</type>
  8600. <stem>down</stem>
  8601. <staff>2</staff>
  8602. </note>
  8603. <note default-x="202.25" default-y="-145.00">
  8604. <pitch>
  8605. <step>G</step>
  8606. <octave>2</octave>
  8607. </pitch>
  8608. <duration>8</duration>
  8609. <voice>6</voice>
  8610. <type>half</type>
  8611. <stem>down</stem>
  8612. <staff>2</staff>
  8613. </note>
  8614. </measure>
  8615. <measure number="31" width="435.34">
  8616. <print new-page="yes">
  8617. <system-layout>
  8618. <system-margins>
  8619. <left-margin>64.36</left-margin>
  8620. <right-margin>0.00</right-margin>
  8621. </system-margins>
  8622. <top-system-distance>70.00</top-system-distance>
  8623. </system-layout>
  8624. <staff-layout number="2">
  8625. <staff-distance>65.00</staff-distance>
  8626. </staff-layout>
  8627. </print>
  8628. <note>
  8629. <rest/>
  8630. <duration>2</duration>
  8631. <voice>1</voice>
  8632. <type>eighth</type>
  8633. <staff>1</staff>
  8634. </note>
  8635. <note default-x="101.76" default-y="-65.00">
  8636. <pitch>
  8637. <step>G</step>
  8638. <octave>3</octave>
  8639. </pitch>
  8640. <duration>1</duration>
  8641. <voice>1</voice>
  8642. <type>16th</type>
  8643. <stem>up</stem>
  8644. <staff>1</staff>
  8645. <beam number="1">begin</beam>
  8646. <beam number="2">begin</beam>
  8647. </note>
  8648. <note default-x="125.47" default-y="-55.00">
  8649. <pitch>
  8650. <step>B</step>
  8651. <octave>3</octave>
  8652. </pitch>
  8653. <duration>1</duration>
  8654. <voice>1</voice>
  8655. <type>16th</type>
  8656. <stem>up</stem>
  8657. <staff>1</staff>
  8658. <beam number="1">end</beam>
  8659. <beam number="2">end</beam>
  8660. </note>
  8661. <note default-x="149.18" default-y="-35.00">
  8662. <pitch>
  8663. <step>F</step>
  8664. <octave>4</octave>
  8665. </pitch>
  8666. <duration>1</duration>
  8667. <voice>1</voice>
  8668. <type>16th</type>
  8669. <stem>up</stem>
  8670. <staff>1</staff>
  8671. <beam number="1">begin</beam>
  8672. <beam number="2">begin</beam>
  8673. </note>
  8674. <note default-x="172.90" default-y="-65.00">
  8675. <pitch>
  8676. <step>G</step>
  8677. <octave>3</octave>
  8678. </pitch>
  8679. <duration>1</duration>
  8680. <voice>1</voice>
  8681. <type>16th</type>
  8682. <stem>up</stem>
  8683. <staff>1</staff>
  8684. <beam number="1">continue</beam>
  8685. <beam number="2">continue</beam>
  8686. </note>
  8687. <note default-x="196.61" default-y="-55.00">
  8688. <pitch>
  8689. <step>B</step>
  8690. <octave>3</octave>
  8691. </pitch>
  8692. <duration>1</duration>
  8693. <voice>1</voice>
  8694. <type>16th</type>
  8695. <stem>up</stem>
  8696. <staff>1</staff>
  8697. <beam number="1">continue</beam>
  8698. <beam number="2">continue</beam>
  8699. </note>
  8700. <note default-x="220.32" default-y="-35.00">
  8701. <pitch>
  8702. <step>F</step>
  8703. <octave>4</octave>
  8704. </pitch>
  8705. <duration>1</duration>
  8706. <voice>1</voice>
  8707. <type>16th</type>
  8708. <stem>up</stem>
  8709. <staff>1</staff>
  8710. <beam number="1">end</beam>
  8711. <beam number="2">end</beam>
  8712. </note>
  8713. <note>
  8714. <rest/>
  8715. <duration>2</duration>
  8716. <voice>1</voice>
  8717. <type>eighth</type>
  8718. <staff>1</staff>
  8719. </note>
  8720. <note default-x="291.46" default-y="-65.00">
  8721. <pitch>
  8722. <step>G</step>
  8723. <octave>3</octave>
  8724. </pitch>
  8725. <duration>1</duration>
  8726. <voice>1</voice>
  8727. <type>16th</type>
  8728. <stem>up</stem>
  8729. <staff>1</staff>
  8730. <beam number="1">begin</beam>
  8731. <beam number="2">begin</beam>
  8732. </note>
  8733. <note default-x="315.17" default-y="-55.00">
  8734. <pitch>
  8735. <step>B</step>
  8736. <octave>3</octave>
  8737. </pitch>
  8738. <duration>1</duration>
  8739. <voice>1</voice>
  8740. <type>16th</type>
  8741. <stem>up</stem>
  8742. <staff>1</staff>
  8743. <beam number="1">end</beam>
  8744. <beam number="2">end</beam>
  8745. </note>
  8746. <note default-x="338.88" default-y="-35.00">
  8747. <pitch>
  8748. <step>F</step>
  8749. <octave>4</octave>
  8750. </pitch>
  8751. <duration>1</duration>
  8752. <voice>1</voice>
  8753. <type>16th</type>
  8754. <stem>up</stem>
  8755. <staff>1</staff>
  8756. <beam number="1">begin</beam>
  8757. <beam number="2">begin</beam>
  8758. </note>
  8759. <note default-x="362.60" default-y="-65.00">
  8760. <pitch>
  8761. <step>G</step>
  8762. <octave>3</octave>
  8763. </pitch>
  8764. <duration>1</duration>
  8765. <voice>1</voice>
  8766. <type>16th</type>
  8767. <stem>up</stem>
  8768. <staff>1</staff>
  8769. <beam number="1">continue</beam>
  8770. <beam number="2">continue</beam>
  8771. </note>
  8772. <note default-x="386.31" default-y="-55.00">
  8773. <pitch>
  8774. <step>B</step>
  8775. <octave>3</octave>
  8776. </pitch>
  8777. <duration>1</duration>
  8778. <voice>1</voice>
  8779. <type>16th</type>
  8780. <stem>up</stem>
  8781. <staff>1</staff>
  8782. <beam number="1">continue</beam>
  8783. <beam number="2">continue</beam>
  8784. </note>
  8785. <note default-x="410.02" default-y="-35.00">
  8786. <pitch>
  8787. <step>F</step>
  8788. <octave>4</octave>
  8789. </pitch>
  8790. <duration>1</duration>
  8791. <voice>1</voice>
  8792. <type>16th</type>
  8793. <stem>up</stem>
  8794. <staff>1</staff>
  8795. <beam number="1">end</beam>
  8796. <beam number="2">end</beam>
  8797. </note>
  8798. <backup>
  8799. <duration>16</duration>
  8800. </backup>
  8801. <note print-object="no">
  8802. <rest/>
  8803. <duration>1</duration>
  8804. <voice>5</voice>
  8805. <type>16th</type>
  8806. <staff>2</staff>
  8807. </note>
  8808. <note default-x="78.05" default-y="-125.00">
  8809. <pitch>
  8810. <step>D</step>
  8811. <octave>3</octave>
  8812. </pitch>
  8813. <duration>3</duration>
  8814. <tie type="start"/>
  8815. <voice>5</voice>
  8816. <type>eighth</type>
  8817. <dot/>
  8818. <stem>up</stem>
  8819. <staff>2</staff>
  8820. <notations>
  8821. <tied type="start"/>
  8822. </notations>
  8823. </note>
  8824. <note default-x="149.18" default-y="-125.00">
  8825. <pitch>
  8826. <step>D</step>
  8827. <octave>3</octave>
  8828. </pitch>
  8829. <duration>4</duration>
  8830. <tie type="stop"/>
  8831. <voice>5</voice>
  8832. <type>quarter</type>
  8833. <stem>up</stem>
  8834. <staff>2</staff>
  8835. <notations>
  8836. <tied type="stop"/>
  8837. </notations>
  8838. </note>
  8839. <note print-object="no">
  8840. <rest/>
  8841. <duration>1</duration>
  8842. <voice>5</voice>
  8843. <type>16th</type>
  8844. <staff>2</staff>
  8845. </note>
  8846. <note default-x="267.75" default-y="-125.00">
  8847. <pitch>
  8848. <step>D</step>
  8849. <octave>3</octave>
  8850. </pitch>
  8851. <duration>3</duration>
  8852. <tie type="start"/>
  8853. <voice>5</voice>
  8854. <type>eighth</type>
  8855. <dot/>
  8856. <stem>up</stem>
  8857. <staff>2</staff>
  8858. <notations>
  8859. <tied type="start"/>
  8860. </notations>
  8861. </note>
  8862. <note default-x="338.88" default-y="-125.00">
  8863. <pitch>
  8864. <step>D</step>
  8865. <octave>3</octave>
  8866. </pitch>
  8867. <duration>4</duration>
  8868. <tie type="stop"/>
  8869. <voice>5</voice>
  8870. <type>quarter</type>
  8871. <stem>up</stem>
  8872. <staff>2</staff>
  8873. <notations>
  8874. <tied type="stop"/>
  8875. </notations>
  8876. </note>
  8877. <backup>
  8878. <duration>16</duration>
  8879. </backup>
  8880. <note default-x="54.33" default-y="-145.00">
  8881. <pitch>
  8882. <step>G</step>
  8883. <octave>2</octave>
  8884. </pitch>
  8885. <duration>8</duration>
  8886. <voice>6</voice>
  8887. <type>half</type>
  8888. <stem>down</stem>
  8889. <staff>2</staff>
  8890. </note>
  8891. <note default-x="244.03" default-y="-145.00">
  8892. <pitch>
  8893. <step>G</step>
  8894. <octave>2</octave>
  8895. </pitch>
  8896. <duration>8</duration>
  8897. <voice>6</voice>
  8898. <type>half</type>
  8899. <stem>down</stem>
  8900. <staff>2</staff>
  8901. </note>
  8902. </measure>
  8903. <measure number="32" width="404.05">
  8904. <note>
  8905. <rest/>
  8906. <duration>2</duration>
  8907. <voice>1</voice>
  8908. <type>eighth</type>
  8909. <staff>1</staff>
  8910. </note>
  8911. <note default-x="60.25" default-y="-65.00">
  8912. <pitch>
  8913. <step>G</step>
  8914. <octave>3</octave>
  8915. </pitch>
  8916. <duration>1</duration>
  8917. <voice>1</voice>
  8918. <type>16th</type>
  8919. <stem>up</stem>
  8920. <staff>1</staff>
  8921. <beam number="1">begin</beam>
  8922. <beam number="2">begin</beam>
  8923. </note>
  8924. <note default-x="88.81" default-y="-55.00">
  8925. <pitch>
  8926. <step>B</step>
  8927. <alter>-1</alter>
  8928. <octave>3</octave>
  8929. </pitch>
  8930. <duration>1</duration>
  8931. <voice>1</voice>
  8932. <type>16th</type>
  8933. <accidental>flat</accidental>
  8934. <stem>up</stem>
  8935. <staff>1</staff>
  8936. <beam number="1">end</beam>
  8937. <beam number="2">end</beam>
  8938. </note>
  8939. <note default-x="112.94" default-y="-40.00">
  8940. <pitch>
  8941. <step>E</step>
  8942. <octave>4</octave>
  8943. </pitch>
  8944. <duration>1</duration>
  8945. <voice>1</voice>
  8946. <type>16th</type>
  8947. <stem>up</stem>
  8948. <staff>1</staff>
  8949. <beam number="1">begin</beam>
  8950. <beam number="2">begin</beam>
  8951. </note>
  8952. <note default-x="137.07" default-y="-65.00">
  8953. <pitch>
  8954. <step>G</step>
  8955. <octave>3</octave>
  8956. </pitch>
  8957. <duration>1</duration>
  8958. <voice>1</voice>
  8959. <type>16th</type>
  8960. <stem>up</stem>
  8961. <staff>1</staff>
  8962. <beam number="1">continue</beam>
  8963. <beam number="2">continue</beam>
  8964. </note>
  8965. <note default-x="161.19" default-y="-55.00">
  8966. <pitch>
  8967. <step>B</step>
  8968. <alter>-1</alter>
  8969. <octave>3</octave>
  8970. </pitch>
  8971. <duration>1</duration>
  8972. <voice>1</voice>
  8973. <type>16th</type>
  8974. <stem>up</stem>
  8975. <staff>1</staff>
  8976. <beam number="1">continue</beam>
  8977. <beam number="2">continue</beam>
  8978. </note>
  8979. <note default-x="185.32" default-y="-40.00">
  8980. <pitch>
  8981. <step>E</step>
  8982. <octave>4</octave>
  8983. </pitch>
  8984. <duration>1</duration>
  8985. <voice>1</voice>
  8986. <type>16th</type>
  8987. <stem>up</stem>
  8988. <staff>1</staff>
  8989. <beam number="1">end</beam>
  8990. <beam number="2">end</beam>
  8991. </note>
  8992. <note>
  8993. <rest/>
  8994. <duration>2</duration>
  8995. <voice>1</voice>
  8996. <type>eighth</type>
  8997. <staff>1</staff>
  8998. </note>
  8999. <note default-x="257.70" default-y="-65.00">
  9000. <pitch>
  9001. <step>G</step>
  9002. <octave>3</octave>
  9003. </pitch>
  9004. <duration>1</duration>
  9005. <voice>1</voice>
  9006. <type>16th</type>
  9007. <stem>up</stem>
  9008. <staff>1</staff>
  9009. <beam number="1">begin</beam>
  9010. <beam number="2">begin</beam>
  9011. </note>
  9012. <note default-x="281.82" default-y="-55.00">
  9013. <pitch>
  9014. <step>B</step>
  9015. <alter>-1</alter>
  9016. <octave>3</octave>
  9017. </pitch>
  9018. <duration>1</duration>
  9019. <voice>1</voice>
  9020. <type>16th</type>
  9021. <stem>up</stem>
  9022. <staff>1</staff>
  9023. <beam number="1">end</beam>
  9024. <beam number="2">end</beam>
  9025. </note>
  9026. <note default-x="305.95" default-y="-40.00">
  9027. <pitch>
  9028. <step>E</step>
  9029. <octave>4</octave>
  9030. </pitch>
  9031. <duration>1</duration>
  9032. <voice>1</voice>
  9033. <type>16th</type>
  9034. <stem>up</stem>
  9035. <staff>1</staff>
  9036. <beam number="1">begin</beam>
  9037. <beam number="2">begin</beam>
  9038. </note>
  9039. <note default-x="330.08" default-y="-65.00">
  9040. <pitch>
  9041. <step>G</step>
  9042. <octave>3</octave>
  9043. </pitch>
  9044. <duration>1</duration>
  9045. <voice>1</voice>
  9046. <type>16th</type>
  9047. <stem>up</stem>
  9048. <staff>1</staff>
  9049. <beam number="1">continue</beam>
  9050. <beam number="2">continue</beam>
  9051. </note>
  9052. <note default-x="354.20" default-y="-55.00">
  9053. <pitch>
  9054. <step>B</step>
  9055. <alter>-1</alter>
  9056. <octave>3</octave>
  9057. </pitch>
  9058. <duration>1</duration>
  9059. <voice>1</voice>
  9060. <type>16th</type>
  9061. <stem>up</stem>
  9062. <staff>1</staff>
  9063. <beam number="1">continue</beam>
  9064. <beam number="2">continue</beam>
  9065. </note>
  9066. <note default-x="378.33" default-y="-40.00">
  9067. <pitch>
  9068. <step>E</step>
  9069. <octave>4</octave>
  9070. </pitch>
  9071. <duration>1</duration>
  9072. <voice>1</voice>
  9073. <type>16th</type>
  9074. <stem>up</stem>
  9075. <staff>1</staff>
  9076. <beam number="1">end</beam>
  9077. <beam number="2">end</beam>
  9078. </note>
  9079. <backup>
  9080. <duration>16</duration>
  9081. </backup>
  9082. <note print-object="no">
  9083. <rest/>
  9084. <duration>1</duration>
  9085. <voice>5</voice>
  9086. <type>16th</type>
  9087. <staff>2</staff>
  9088. </note>
  9089. <note default-x="36.13" default-y="-130.00">
  9090. <pitch>
  9091. <step>C</step>
  9092. <octave>3</octave>
  9093. </pitch>
  9094. <duration>3</duration>
  9095. <tie type="start"/>
  9096. <voice>5</voice>
  9097. <type>eighth</type>
  9098. <dot/>
  9099. <stem>up</stem>
  9100. <staff>2</staff>
  9101. <notations>
  9102. <tied type="start"/>
  9103. </notations>
  9104. </note>
  9105. <note default-x="112.94" default-y="-130.00">
  9106. <pitch>
  9107. <step>C</step>
  9108. <octave>3</octave>
  9109. </pitch>
  9110. <duration>4</duration>
  9111. <tie type="stop"/>
  9112. <voice>5</voice>
  9113. <type>quarter</type>
  9114. <stem>up</stem>
  9115. <staff>2</staff>
  9116. <notations>
  9117. <tied type="stop"/>
  9118. </notations>
  9119. </note>
  9120. <note print-object="no">
  9121. <rest/>
  9122. <duration>1</duration>
  9123. <voice>5</voice>
  9124. <type>16th</type>
  9125. <staff>2</staff>
  9126. </note>
  9127. <note default-x="233.57" default-y="-130.00">
  9128. <pitch>
  9129. <step>C</step>
  9130. <octave>3</octave>
  9131. </pitch>
  9132. <duration>3</duration>
  9133. <tie type="start"/>
  9134. <voice>5</voice>
  9135. <type>eighth</type>
  9136. <dot/>
  9137. <stem>up</stem>
  9138. <staff>2</staff>
  9139. <notations>
  9140. <tied type="start"/>
  9141. </notations>
  9142. </note>
  9143. <note default-x="305.95" default-y="-130.00">
  9144. <pitch>
  9145. <step>C</step>
  9146. <octave>3</octave>
  9147. </pitch>
  9148. <duration>4</duration>
  9149. <tie type="stop"/>
  9150. <voice>5</voice>
  9151. <type>quarter</type>
  9152. <stem>up</stem>
  9153. <staff>2</staff>
  9154. <notations>
  9155. <tied type="stop"/>
  9156. </notations>
  9157. </note>
  9158. <backup>
  9159. <duration>16</duration>
  9160. </backup>
  9161. <note default-x="12.00" default-y="-165.00">
  9162. <pitch>
  9163. <step>C</step>
  9164. <octave>2</octave>
  9165. </pitch>
  9166. <duration>8</duration>
  9167. <voice>6</voice>
  9168. <type>half</type>
  9169. <stem>down</stem>
  9170. <staff>2</staff>
  9171. </note>
  9172. <note default-x="209.44" default-y="-165.00">
  9173. <pitch>
  9174. <step>C</step>
  9175. <octave>2</octave>
  9176. </pitch>
  9177. <duration>8</duration>
  9178. <voice>6</voice>
  9179. <type>half</type>
  9180. <stem>down</stem>
  9181. <staff>2</staff>
  9182. </note>
  9183. </measure>
  9184. <measure number="33" width="388.19">
  9185. <print new-system="yes">
  9186. <system-layout>
  9187. <system-margins>
  9188. <left-margin>64.36</left-margin>
  9189. <right-margin>-0.00</right-margin>
  9190. </system-margins>
  9191. <system-distance>92.50</system-distance>
  9192. </system-layout>
  9193. <staff-layout number="2">
  9194. <staff-distance>65.00</staff-distance>
  9195. </staff-layout>
  9196. </print>
  9197. <note>
  9198. <rest/>
  9199. <duration>2</duration>
  9200. <voice>1</voice>
  9201. <type>eighth</type>
  9202. <staff>1</staff>
  9203. </note>
  9204. <note default-x="98.51" default-y="-70.00">
  9205. <pitch>
  9206. <step>F</step>
  9207. <octave>3</octave>
  9208. </pitch>
  9209. <duration>1</duration>
  9210. <voice>1</voice>
  9211. <type>16th</type>
  9212. <stem>up</stem>
  9213. <staff>1</staff>
  9214. <beam number="1">begin</beam>
  9215. <beam number="2">begin</beam>
  9216. </note>
  9217. <note default-x="118.89" default-y="-60.00">
  9218. <pitch>
  9219. <step>A</step>
  9220. <octave>3</octave>
  9221. </pitch>
  9222. <duration>1</duration>
  9223. <voice>1</voice>
  9224. <type>16th</type>
  9225. <stem>up</stem>
  9226. <staff>1</staff>
  9227. <beam number="1">end</beam>
  9228. <beam number="2">end</beam>
  9229. </note>
  9230. <note default-x="139.27" default-y="-50.00">
  9231. <pitch>
  9232. <step>C</step>
  9233. <octave>4</octave>
  9234. </pitch>
  9235. <duration>1</duration>
  9236. <voice>1</voice>
  9237. <type>16th</type>
  9238. <stem>up</stem>
  9239. <staff>1</staff>
  9240. <beam number="1">begin</beam>
  9241. <beam number="2">begin</beam>
  9242. </note>
  9243. <note default-x="159.65" default-y="-35.00">
  9244. <pitch>
  9245. <step>F</step>
  9246. <octave>4</octave>
  9247. </pitch>
  9248. <duration>1</duration>
  9249. <voice>1</voice>
  9250. <type>16th</type>
  9251. <stem>up</stem>
  9252. <staff>1</staff>
  9253. <beam number="1">continue</beam>
  9254. <beam number="2">continue</beam>
  9255. </note>
  9256. <note default-x="180.02" default-y="-50.00">
  9257. <pitch>
  9258. <step>C</step>
  9259. <octave>4</octave>
  9260. </pitch>
  9261. <duration>1</duration>
  9262. <voice>1</voice>
  9263. <type>16th</type>
  9264. <stem>up</stem>
  9265. <staff>1</staff>
  9266. <beam number="1">continue</beam>
  9267. <beam number="2">continue</beam>
  9268. </note>
  9269. <note default-x="200.40" default-y="-60.00">
  9270. <pitch>
  9271. <step>A</step>
  9272. <octave>3</octave>
  9273. </pitch>
  9274. <duration>1</duration>
  9275. <voice>1</voice>
  9276. <type>16th</type>
  9277. <stem>up</stem>
  9278. <staff>1</staff>
  9279. <beam number="1">end</beam>
  9280. <beam number="2">end</beam>
  9281. </note>
  9282. <note default-x="220.78" default-y="-50.00">
  9283. <pitch>
  9284. <step>C</step>
  9285. <octave>4</octave>
  9286. </pitch>
  9287. <duration>1</duration>
  9288. <voice>1</voice>
  9289. <type>16th</type>
  9290. <stem>up</stem>
  9291. <staff>1</staff>
  9292. <beam number="1">begin</beam>
  9293. <beam number="2">begin</beam>
  9294. </note>
  9295. <note default-x="241.16" default-y="-60.00">
  9296. <pitch>
  9297. <step>A</step>
  9298. <octave>3</octave>
  9299. </pitch>
  9300. <duration>1</duration>
  9301. <voice>1</voice>
  9302. <type>16th</type>
  9303. <stem>up</stem>
  9304. <staff>1</staff>
  9305. <beam number="1">continue</beam>
  9306. <beam number="2">continue</beam>
  9307. </note>
  9308. <note default-x="261.54" default-y="-70.00">
  9309. <pitch>
  9310. <step>F</step>
  9311. <octave>3</octave>
  9312. </pitch>
  9313. <duration>1</duration>
  9314. <voice>1</voice>
  9315. <type>16th</type>
  9316. <stem>up</stem>
  9317. <staff>1</staff>
  9318. <beam number="1">continue</beam>
  9319. <beam number="2">continue</beam>
  9320. </note>
  9321. <note default-x="281.92" default-y="-60.00">
  9322. <pitch>
  9323. <step>A</step>
  9324. <octave>3</octave>
  9325. </pitch>
  9326. <duration>1</duration>
  9327. <voice>1</voice>
  9328. <type>16th</type>
  9329. <stem>up</stem>
  9330. <staff>1</staff>
  9331. <beam number="1">end</beam>
  9332. <beam number="2">end</beam>
  9333. </note>
  9334. <note default-x="302.29" default-y="-70.00">
  9335. <pitch>
  9336. <step>F</step>
  9337. <octave>3</octave>
  9338. </pitch>
  9339. <duration>1</duration>
  9340. <voice>1</voice>
  9341. <type>16th</type>
  9342. <stem>up</stem>
  9343. <staff>1</staff>
  9344. <beam number="1">begin</beam>
  9345. <beam number="2">begin</beam>
  9346. </note>
  9347. <note default-x="322.67" default-y="-80.00">
  9348. <pitch>
  9349. <step>D</step>
  9350. <octave>3</octave>
  9351. </pitch>
  9352. <duration>1</duration>
  9353. <voice>1</voice>
  9354. <type>16th</type>
  9355. <stem>up</stem>
  9356. <staff>1</staff>
  9357. <beam number="1">continue</beam>
  9358. <beam number="2">continue</beam>
  9359. </note>
  9360. <note default-x="343.05" default-y="-70.00">
  9361. <pitch>
  9362. <step>F</step>
  9363. <octave>3</octave>
  9364. </pitch>
  9365. <duration>1</duration>
  9366. <voice>1</voice>
  9367. <type>16th</type>
  9368. <stem>up</stem>
  9369. <staff>1</staff>
  9370. <beam number="1">continue</beam>
  9371. <beam number="2">continue</beam>
  9372. </note>
  9373. <note default-x="363.43" default-y="-80.00">
  9374. <pitch>
  9375. <step>D</step>
  9376. <octave>3</octave>
  9377. </pitch>
  9378. <duration>1</duration>
  9379. <voice>1</voice>
  9380. <type>16th</type>
  9381. <stem>up</stem>
  9382. <staff>1</staff>
  9383. <beam number="1">end</beam>
  9384. <beam number="2">end</beam>
  9385. </note>
  9386. <backup>
  9387. <duration>16</duration>
  9388. </backup>
  9389. <note print-object="no">
  9390. <rest/>
  9391. <duration>1</duration>
  9392. <voice>5</voice>
  9393. <type>16th</type>
  9394. <staff>2</staff>
  9395. </note>
  9396. <note default-x="78.13" default-y="-130.00">
  9397. <pitch>
  9398. <step>C</step>
  9399. <octave>3</octave>
  9400. </pitch>
  9401. <duration>3</duration>
  9402. <tie type="start"/>
  9403. <voice>5</voice>
  9404. <type>eighth</type>
  9405. <dot/>
  9406. <stem>up</stem>
  9407. <staff>2</staff>
  9408. <notations>
  9409. <tied type="start"/>
  9410. </notations>
  9411. </note>
  9412. <note default-x="139.27" default-y="-130.00">
  9413. <pitch>
  9414. <step>C</step>
  9415. <octave>3</octave>
  9416. </pitch>
  9417. <duration>4</duration>
  9418. <tie type="stop"/>
  9419. <tie type="start"/>
  9420. <voice>5</voice>
  9421. <type>quarter</type>
  9422. <stem>up</stem>
  9423. <staff>2</staff>
  9424. <notations>
  9425. <tied type="stop"/>
  9426. <tied type="start"/>
  9427. </notations>
  9428. </note>
  9429. <note default-x="220.78" default-y="-130.00">
  9430. <pitch>
  9431. <step>C</step>
  9432. <octave>3</octave>
  9433. </pitch>
  9434. <duration>8</duration>
  9435. <tie type="stop"/>
  9436. <voice>5</voice>
  9437. <type>half</type>
  9438. <stem>up</stem>
  9439. <staff>2</staff>
  9440. <notations>
  9441. <tied type="stop"/>
  9442. </notations>
  9443. </note>
  9444. <backup>
  9445. <duration>16</duration>
  9446. </backup>
  9447. <note default-x="54.33" default-y="-165.00">
  9448. <pitch>
  9449. <step>C</step>
  9450. <octave>2</octave>
  9451. </pitch>
  9452. <duration>16</duration>
  9453. <voice>6</voice>
  9454. <type>whole</type>
  9455. <staff>2</staff>
  9456. </note>
  9457. </measure>
  9458. <measure number="34" width="339.96">
  9459. <note>
  9460. <rest/>
  9461. <duration>2</duration>
  9462. <voice>1</voice>
  9463. <type>eighth</type>
  9464. <staff>1</staff>
  9465. </note>
  9466. <note default-x="52.43" default-y="-30.00">
  9467. <pitch>
  9468. <step>G</step>
  9469. <octave>4</octave>
  9470. </pitch>
  9471. <duration>1</duration>
  9472. <voice>1</voice>
  9473. <type>16th</type>
  9474. <stem>up</stem>
  9475. <staff>1</staff>
  9476. <beam number="1">begin</beam>
  9477. <beam number="2">begin</beam>
  9478. </note>
  9479. <note default-x="72.64" default-y="-20.00">
  9480. <pitch>
  9481. <step>B</step>
  9482. <octave>4</octave>
  9483. </pitch>
  9484. <duration>1</duration>
  9485. <voice>1</voice>
  9486. <type>16th</type>
  9487. <stem>up</stem>
  9488. <staff>1</staff>
  9489. <beam number="1">end</beam>
  9490. <beam number="2">end</beam>
  9491. </note>
  9492. <note default-x="92.85" default-y="-10.00">
  9493. <pitch>
  9494. <step>D</step>
  9495. <octave>5</octave>
  9496. </pitch>
  9497. <duration>1</duration>
  9498. <voice>1</voice>
  9499. <type>16th</type>
  9500. <stem>down</stem>
  9501. <staff>1</staff>
  9502. <beam number="1">begin</beam>
  9503. <beam number="2">begin</beam>
  9504. </note>
  9505. <note default-x="113.06" default-y="0.00">
  9506. <pitch>
  9507. <step>F</step>
  9508. <octave>5</octave>
  9509. </pitch>
  9510. <duration>1</duration>
  9511. <voice>1</voice>
  9512. <type>16th</type>
  9513. <stem>down</stem>
  9514. <staff>1</staff>
  9515. <beam number="1">continue</beam>
  9516. <beam number="2">continue</beam>
  9517. </note>
  9518. <note default-x="133.28" default-y="-10.00">
  9519. <pitch>
  9520. <step>D</step>
  9521. <octave>5</octave>
  9522. </pitch>
  9523. <duration>1</duration>
  9524. <voice>1</voice>
  9525. <type>16th</type>
  9526. <stem>down</stem>
  9527. <staff>1</staff>
  9528. <beam number="1">continue</beam>
  9529. <beam number="2">continue</beam>
  9530. </note>
  9531. <note default-x="153.49" default-y="-20.00">
  9532. <pitch>
  9533. <step>B</step>
  9534. <octave>4</octave>
  9535. </pitch>
  9536. <duration>1</duration>
  9537. <voice>1</voice>
  9538. <type>16th</type>
  9539. <stem>down</stem>
  9540. <staff>1</staff>
  9541. <beam number="1">end</beam>
  9542. <beam number="2">end</beam>
  9543. </note>
  9544. <note default-x="173.70" default-y="-10.00">
  9545. <pitch>
  9546. <step>D</step>
  9547. <octave>5</octave>
  9548. </pitch>
  9549. <duration>1</duration>
  9550. <voice>1</voice>
  9551. <type>16th</type>
  9552. <stem>down</stem>
  9553. <staff>1</staff>
  9554. <beam number="1">begin</beam>
  9555. <beam number="2">begin</beam>
  9556. </note>
  9557. <note default-x="193.92" default-y="-20.00">
  9558. <pitch>
  9559. <step>B</step>
  9560. <octave>4</octave>
  9561. </pitch>
  9562. <duration>1</duration>
  9563. <voice>1</voice>
  9564. <type>16th</type>
  9565. <stem>down</stem>
  9566. <staff>1</staff>
  9567. <beam number="1">continue</beam>
  9568. <beam number="2">continue</beam>
  9569. </note>
  9570. <note default-x="214.13" default-y="-30.00">
  9571. <pitch>
  9572. <step>G</step>
  9573. <octave>4</octave>
  9574. </pitch>
  9575. <duration>1</duration>
  9576. <voice>1</voice>
  9577. <type>16th</type>
  9578. <stem>down</stem>
  9579. <staff>1</staff>
  9580. <beam number="1">continue</beam>
  9581. <beam number="2">continue</beam>
  9582. </note>
  9583. <note default-x="234.34" default-y="-20.00">
  9584. <pitch>
  9585. <step>B</step>
  9586. <octave>4</octave>
  9587. </pitch>
  9588. <duration>1</duration>
  9589. <voice>1</voice>
  9590. <type>16th</type>
  9591. <stem>down</stem>
  9592. <staff>1</staff>
  9593. <beam number="1">end</beam>
  9594. <beam number="2">end</beam>
  9595. </note>
  9596. <note default-x="254.56" default-y="-45.00">
  9597. <pitch>
  9598. <step>D</step>
  9599. <octave>4</octave>
  9600. </pitch>
  9601. <duration>1</duration>
  9602. <voice>1</voice>
  9603. <type>16th</type>
  9604. <stem>up</stem>
  9605. <staff>1</staff>
  9606. <beam number="1">begin</beam>
  9607. <beam number="2">begin</beam>
  9608. </note>
  9609. <note default-x="274.77" default-y="-35.00">
  9610. <pitch>
  9611. <step>F</step>
  9612. <octave>4</octave>
  9613. </pitch>
  9614. <duration>1</duration>
  9615. <voice>1</voice>
  9616. <type>16th</type>
  9617. <stem>up</stem>
  9618. <staff>1</staff>
  9619. <beam number="1">continue</beam>
  9620. <beam number="2">continue</beam>
  9621. </note>
  9622. <note default-x="294.98" default-y="-40.00">
  9623. <pitch>
  9624. <step>E</step>
  9625. <octave>4</octave>
  9626. </pitch>
  9627. <duration>1</duration>
  9628. <voice>1</voice>
  9629. <type>16th</type>
  9630. <stem>up</stem>
  9631. <staff>1</staff>
  9632. <beam number="1">continue</beam>
  9633. <beam number="2">continue</beam>
  9634. </note>
  9635. <note default-x="315.19" default-y="-45.00">
  9636. <pitch>
  9637. <step>D</step>
  9638. <octave>4</octave>
  9639. </pitch>
  9640. <duration>1</duration>
  9641. <voice>1</voice>
  9642. <type>16th</type>
  9643. <stem>up</stem>
  9644. <staff>1</staff>
  9645. <beam number="1">end</beam>
  9646. <beam number="2">end</beam>
  9647. </note>
  9648. <backup>
  9649. <duration>16</duration>
  9650. </backup>
  9651. <note print-object="no">
  9652. <rest/>
  9653. <duration>1</duration>
  9654. <voice>5</voice>
  9655. <type>16th</type>
  9656. <staff>2</staff>
  9657. </note>
  9658. <note default-x="32.21" default-y="-125.00">
  9659. <pitch>
  9660. <step>D</step>
  9661. <octave>3</octave>
  9662. </pitch>
  9663. <duration>3</duration>
  9664. <tie type="start"/>
  9665. <voice>5</voice>
  9666. <type>eighth</type>
  9667. <dot/>
  9668. <stem>up</stem>
  9669. <staff>2</staff>
  9670. <notations>
  9671. <tied type="start"/>
  9672. </notations>
  9673. </note>
  9674. <note default-x="92.85" default-y="-125.00">
  9675. <pitch>
  9676. <step>D</step>
  9677. <octave>3</octave>
  9678. </pitch>
  9679. <duration>4</duration>
  9680. <tie type="stop"/>
  9681. <tie type="start"/>
  9682. <voice>5</voice>
  9683. <type>quarter</type>
  9684. <stem>up</stem>
  9685. <staff>2</staff>
  9686. <notations>
  9687. <tied type="stop"/>
  9688. <tied type="start"/>
  9689. </notations>
  9690. </note>
  9691. <note default-x="173.70" default-y="-125.00">
  9692. <pitch>
  9693. <step>D</step>
  9694. <octave>3</octave>
  9695. </pitch>
  9696. <duration>8</duration>
  9697. <tie type="stop"/>
  9698. <voice>5</voice>
  9699. <type>half</type>
  9700. <stem>up</stem>
  9701. <staff>2</staff>
  9702. <notations>
  9703. <tied type="stop"/>
  9704. </notations>
  9705. </note>
  9706. <backup>
  9707. <duration>16</duration>
  9708. </backup>
  9709. <note default-x="12.00" default-y="-165.00">
  9710. <pitch>
  9711. <step>C</step>
  9712. <octave>2</octave>
  9713. </pitch>
  9714. <duration>8</duration>
  9715. <tie type="start"/>
  9716. <voice>6</voice>
  9717. <type>half</type>
  9718. <stem>down</stem>
  9719. <staff>2</staff>
  9720. <notations>
  9721. <tied type="start"/>
  9722. </notations>
  9723. </note>
  9724. <note default-x="173.70" default-y="-165.00">
  9725. <pitch>
  9726. <step>C</step>
  9727. <octave>2</octave>
  9728. </pitch>
  9729. <duration>8</duration>
  9730. <tie type="stop"/>
  9731. <voice>6</voice>
  9732. <type>half</type>
  9733. <stem>down</stem>
  9734. <staff>2</staff>
  9735. <notations>
  9736. <tied type="stop"/>
  9737. </notations>
  9738. </note>
  9739. </measure>
  9740. <measure number="35" width="111.24">
  9741. <note default-x="12.00" default-y="-40.00">
  9742. <pitch>
  9743. <step>E</step>
  9744. <octave>4</octave>
  9745. </pitch>
  9746. <duration>16</duration>
  9747. <voice>1</voice>
  9748. <type>whole</type>
  9749. <staff>1</staff>
  9750. <notations>
  9751. <fermata type="upright"/>
  9752. </notations>
  9753. </note>
  9754. <note default-x="12.00" default-y="-30.00">
  9755. <chord/>
  9756. <pitch>
  9757. <step>G</step>
  9758. <octave>4</octave>
  9759. </pitch>
  9760. <duration>16</duration>
  9761. <voice>1</voice>
  9762. <type>whole</type>
  9763. <staff>1</staff>
  9764. </note>
  9765. <note default-x="12.00" default-y="-15.00">
  9766. <chord/>
  9767. <pitch>
  9768. <step>C</step>
  9769. <octave>5</octave>
  9770. </pitch>
  9771. <duration>16</duration>
  9772. <voice>1</voice>
  9773. <type>whole</type>
  9774. <staff>1</staff>
  9775. </note>
  9776. <backup>
  9777. <duration>16</duration>
  9778. </backup>
  9779. <note default-x="12.00" default-y="-165.00">
  9780. <pitch>
  9781. <step>C</step>
  9782. <octave>2</octave>
  9783. </pitch>
  9784. <duration>16</duration>
  9785. <voice>5</voice>
  9786. <type>whole</type>
  9787. <staff>2</staff>
  9788. <notations>
  9789. <fermata type="inverted"/>
  9790. </notations>
  9791. </note>
  9792. <note default-x="12.00" default-y="-130.00">
  9793. <chord/>
  9794. <pitch>
  9795. <step>C</step>
  9796. <octave>3</octave>
  9797. </pitch>
  9798. <duration>16</duration>
  9799. <voice>5</voice>
  9800. <type>whole</type>
  9801. <staff>2</staff>
  9802. </note>
  9803. <barline location="right">
  9804. <bar-style>light-heavy</bar-style>
  9805. </barline>
  9806. </measure>
  9807. </part>
  9808. </score-partwise>