TelemannWV40.102_Sonate-Nr.1.1-Dolce.xml 179 KB

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