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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529
  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>