abcjs 6.1.5 → 6.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/RELEASE.md +6 -0
- package/dist/abcjs-basic-min.js +2 -2
- package/dist/abcjs-basic.js +3 -3
- package/dist/abcjs-basic.js.map +1 -1
- package/dist/abcjs-plugin-min.js +2 -2
- package/package.json +1 -1
- package/src/write/selection.js +2 -2
- package/version.js +1 -1
package/dist/abcjs-plugin-min.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/*! abcjs_plugin v6.1.
|
|
1
|
+
/*! abcjs_plugin v6.1.6 Copyright © 2009-2022 Paul Rosen and Gregory Dyke (https://abcjs.net) */
|
|
2
2
|
/*! For license information please see abcjs_plugin.LICENSE */
|
|
3
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.abcjs=t():e.ABCJS=t()}(this,(function(){return e={7001:function(e,t,r){"use strict";var a=r(1592).TuneBook,i=r(8905),n=r(5132),s=function(){var e=!1;try{e=abcjs_is_user_script}catch(e){}this.show_midi=!e,this.hide_abc=!1,this.render_before=!1,this.midi_options={},this.render_options={},this.render_classname="abcrendered",this.text_classname="abctext",this.auto_render_threshold=20,this.show_text="show score for: ",this.debug=!1},o=new s;o.start=function(){var e=window.document.body;this.errors="";var t=this.getABCContainingElements(e);if(0!==t.length){if(this.debug)for(var r=0;r<t.length;r++){var a="Possible ABC found ("+(r+1)+" of "+t.length+"):\n\n"+t[r].innerText;alert(a)}var i=t.map(this.convertToDivs,this).reduce((function(e,t){return e.concat(t)}));this.auto_render=i.length<=this.auto_render_threshold,i.forEach((function(e){this.render(e,e.abctext_)}),this)}},o.getABCContainingElements=function(e){for(var t,r=[],a=!1,i=0,n=e.childNodes.length;i<n;++i)3!==(t=e.childNodes[i]).nodeType||a?1===t.nodeType&&"TEXTAREA"!==t.tagName&&(r=r.concat(this.getABCContainingElements(t))):t.nodeValue.match(/^\s*X:/m)&&"TEXTAREA"!==t.parentNode.tagName&&(r.push(e),a=!0);return r},o.convertToDivs=function(e){for(var t,r="",a=null,i=!1,n=[],s=Array.prototype.slice.call(e.childNodes),o=0,c=s.length;o<c;++o)if(3!==(t=s[o]).nodeType||t.nodeValue.match(/^\s*$/))i&&"BR"===t.tagName||i&&1===t.nodeType?(r+="\n",a.appendChild(t)):i&&(i=!1,r=r.replace(/\n+/,"\n"),a.abctext_=r,n.push(a));else{var l=t.nodeValue;l.match(/^\s*X:/m)&&(i=!0,r="",(a=document.createElement("DIV")).className=this.text_classname,t.parentElement.insertBefore(a,t),this.hide_abc&&(a.style.display="none")),i&&(r+=l.replace(/^\n+/,""),a.appendChild(t))}return i&&(r=r.replace(/\n+$/,"\n").replace(/^\n+/,"\n"),a.abctext_=r,n.push(a)),n},o.render=function(e,t){var r=document.createElement("DIV");r.className=this.render_classname,this.render_before?e.parentElement.insertBefore(r,e):e.nextSibling?e.parentElement.insertBefore(r,e.nextSibling):e.parentElement.appendChild(r);var s=this;try{this.debug&&alert("About to render:\n\n"+t);var o=new a(t),c=new i;c.parse(o.tunes[0].abc);var l=c.getTune(),h=function(){try{var t=new n(r,s.render_options);t.engraveABC(l)}catch(a){r.remove(),(r=document.createElement("DIV")).className=s.render_classname,(t=new n(r)).engraveABC(l),s.render_before?e.parentElement.insertBefore(r,e):e.nextSibling?e.parentElement.insertBefore(r,e.nextSibling):e.parentElement.appendChild(r)}},u=document.createElement("A");u.className="abcshow",u.href="#",u.innerHTML=this.show_text+(l.metaText.title||"untitled"),this.auto_render?h():(u.onclick=function(){return h(),u.remove(),!1},r.parentElement.insertBefore(u,r))}catch(e){this.errors+=e}};var c=!0;"undefined"!=typeof abcjs_plugin_autostart&&(c=abcjs_plugin_autostart),c&&"undefined"!=typeof window&&void 0!==window.document&&("loading"!==window.document.readyState?o.start():document.addEventListener("DOMContentLoaded",(function(){o.start()})));var l={plugin:s};e.exports=l},4321:function(e,t,r){var a=r(4916),i=r(5952),n={violin:"ViolinTab",guitar:"GuitarTab"},s={inited:!1,plugins:{},register:function(e){var t=e.name,r=e.tablature;this.plugins[t]=r},setError:function(e,t){e.warnings?e.warning.push(t):e.warnings=[t]},preparePlugins:function(e,t,r){var a=null;if(r.tablature){var i=r.tablature;a=[];for(var s=0;s<i.length;s++){var o=i[s],c=o.instrument;if(null==c)return this.setError(e,"tablature 'instrument' is missing"),a;var l=n[c],h=null;if(l&&(h=this.plugins[l]),!h)return this.setError(e,"Undefined tablature plugin: "+c),a;0!=r.visualTranspose&&(o.visualTranspose=r.visualTranspose),o.abcSrc=r.tablature.abcSrc;var u={classz:h,tuneNumber:t,params:o,instance:null};a.push(u)}}return a},layoutTablatures:function(e,t){for(var r=t.tablatures,a=0;a<t.lines.length;a++){var i=t.lines[a],n=i.staff;if(n)for(var s=0;s<n.length;s++)if(r[s]){var o=r[s];null==o.instance&&(o.instance=new o.classz,o.instance.init(t,o.tuneNumber,o.params,s)),o.instance.render(e,i,s)}}},init:function(){this.inited||(this.register(new a),this.register(new i),this.inited=!0)}};e.exports=s},1592:function(e,t,r){function a(e){return a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},a(e)}var i=r(8905),n=r(9565),s=r(4321),o={};!function(){"use strict";o.numberOfTunes=function(e){var t=e.split("\nX:").length;return 0===t&&(t=1),t};var e=o.TuneBook=function(e){var t=n(e);this.header=t.header,this.tunes=t.tunes};e.prototype.getTuneById=function(e){for(var t=0;t<this.tunes.length;t++)if(this.tunes[t].id===""+e)return this.tunes[t];return null},e.prototype.getTuneByTitle=function(e){for(var t=0;t<this.tunes.length;t++)if(this.tunes[t].title===e)return this.tunes[t];return null},o.parseOnly=function(e,t){for(var r=o.numberOfTunes(e),a=[],i=0;i<r;i++)a.push(1);return o.renderEngine((function(){}),a,e,t)},o.renderEngine=function(t,r,n,o){var c=[];if(void 0!==r&&void 0!==n){var l;(!(l=r)||l.propertyIsEnumerable("length")||"object"!==a(l)||"number"!=typeof l.length)&&(r=[r]),void 0===o&&(o={});for(var h=o.startingTune?parseInt(o.startingTune,10):0,u=new e(n),f=new i,d=0;d<r.length;d++){var p=r[d];if("*"===p||"string"==typeof p&&(p=document.getElementById(p)),p)if(h>=0&&h<u.tunes.length){f.parse(u.tunes[h].abc,o,u.tunes[h].startPos-u.header.length);var m=f.getTune();o.tablature&&(s.init(),m.tablatures=s.preparePlugins(m,h,o));var g=f.getWarnings();g&&(m.warnings=g);var v=t(p,m,d,u.tunes[h].abc);c.push(v||m)}else p.innerHTML&&(p.innerHTML="");h++}return c}},o.extractMeasures=function(t){for(var r=[],a=new e(t),i=0;i<a.tunes.length;i++){for(var n=a.tunes[i],s=n.abc.split("K:"),c=s[1].split("\n"),l=s[0]+"K:"+c[0]+"\n",h=null,u=null,f=null,d=[],p=!1,m=o.parseOnly(n.abc)[0],g=m.getPickupLength()>0,v=0;v<m.lines.length;v++){var b=m.lines[v];if(b.staff)for(var y=0;y<1;y++)for(var x=b.staff[y],w=0;w<1;w++)for(var k=x.voices[w],C=0;C<k.length;C++){var T=k[C];if(null===f&&T.startChar>=0&&(f=T.startChar,u=void 0===T.chord?h:null),T.chord&&(h=T),"bar"===T.el_type){if(p){var A={abc:n.abc.substring(f,T.endChar)};(h=u&&u.chord&&u.chord.length>0?u.chord[0].name:null)&&(A.lastChord=h),T.startEnding&&(A.startEnding=T.startEnding),T.endEnding&&(A.endEnding=T.endEnding),d.push(A),f=null,p=!1}}else"note"===T.el_type&&(p=!0)}}r.push({header:l,measures:d,hasPickup:g})}return r}}(),e.exports=o},9447:function(e,t,r){var a=r(4914).relativeMajor,i={acc:"sharp",note:"f"},n={acc:"sharp",note:"c"},s={acc:"sharp",note:"g"},o={acc:"sharp",note:"d"},c={acc:"sharp",note:"A"},l={acc:"sharp",note:"e"},h={acc:"flat",note:"B"},u={acc:"flat",note:"e"},f={acc:"flat",note:"A"},d={acc:"flat",note:"d"},p={acc:"flat",note:"G"},m={acc:"flat",note:"c"},g={"C#":[i,n,s,o,c,l,{acc:"sharp",note:"B"}],"F#":[i,n,s,o,c,l],B:[i,n,s,o,c],E:[i,n,s,o],A:[i,n,s],D:[i,n],G:[i],C:[],F:[h],Bb:[h,u],Eb:[h,u,f],Cm:[h,u,f],Ab:[h,u,f,d],Db:[h,u,f,d,p],Gb:[h,u,f,d,p,m],Cb:[h,u,f,d,p,m,{acc:"flat",note:"F"}],"A#":[h,u],"B#":[],"D#":[h,u,f],"E#":[h],"G#":[h,u,f,d],none:[]};e.exports=function(e){var t=g[a(e)];return t?JSON.parse(JSON.stringify(t)):null}},4914:function(e){var t={C:{modes:["CMaj","Amin","Am","GMix","DDor","EPhr","FLyd","BLoc"],stepsFromC:0},Db:{modes:["DbMaj","Bbmin","Bbm","AbMix","EbDor","FPhr","GbLyd","CLoc"],stepsFromC:1},D:{modes:["DMaj","Bmin","Bm","AMix","EDor","F#Phr","GLyd","C#Loc"],stepsFromC:2},Eb:{modes:["EbMaj","Cmin","Cm","BbMix","FDor","GPhr","AbLyd","DLoc"],stepsFromC:3},E:{modes:["EMaj","C#min","C#m","BMix","F#Dor","G#Phr","ALyd","D#Loc"],stepsFromC:4},F:{modes:["FMaj","Dmin","Dm","CMix","GDor","APhr","BbLyd","ELoc"],stepsFromC:5},Gb:{modes:["GbMaj","Ebmin","Ebm","DbMix","AbDor","BbPhr","CbLyd","FLoc"],stepsFromC:6},G:{modes:["GMaj","Emin","Em","DMix","ADor","BPhr","CLyd","F#Loc"],stepsFromC:7},Ab:{modes:["AbMaj","Fmin","Fm","EbMix","BbDor","CPhr","DbLyd","GLoc"],stepsFromC:8},A:{modes:["AMaj","F#min","F#m","EMix","BDor","C#Phr","DLyd","G#Loc"],stepsFromC:9},Bb:{modes:["BbMaj","Gmin","Gm","FMix","CDor","DPhr","EbLyd","ALoc"],stepsFromC:10},B:{modes:["BMaj","G#min","G#m","F#Mix","C#Dor","D#Phr","ELyd","A#Loc"],stepsFromC:11},"C#":{modes:["C#Maj","A#min","A#m","G#Mix","D#Dor","E#Phr","F#Lyd","B#Loc"],stepsFromC:1},"F#":{modes:["F#Maj","D#min","D#m","C#Mix","G#Dor","A#Phr","BLyd","E#Loc"],stepsFromC:6},Cb:{modes:["CbMaj","Abmin","Abm","GbMix","DbDor","EbPhr","FbLyd","BbLoc"],stepsFromC:11}},r=null;e.exports={relativeMajor:function(e){r||function(){r={};for(var e=Object.keys(t),a=0;a<e.length;a++){var i=t[e[a]];r[e[a].toLowerCase()]=e[a];for(var n=0;n<i.modes.length;n++){var s=i.modes[n].toLowerCase();r[s]=e[a]}}}();var a=e.toLowerCase().match(/([a-g][b#]?)(maj|min|mix|dor|phr|lyd|loc|m)?/);if(!a||!a[2])return e;a=a[1]+a[2];var i=r[a];return i||e},relativeMode:function(e,r){var a=t[e];if(!a)return e;if(""===r)return e;var i=r.toLowerCase().match(/^(maj|min|mix|dor|phr|lyd|loc|m)/);if(!i)return e;for(var n=i[1],s=0;s<a.modes.length;s++){var o=a.modes[s],c=o.toLowerCase().indexOf(n);if(-1!==c&&c===o.length-n.length)return o.substring(0,o.length-n.length)}return e},transposeKey:function(e,r){var a=t[e];if(!a)return e;for(;r<0;)r+=12;for(var i=(a.stepsFromC+r)%12,n=0;n<Object.keys(t).length;n++){var s=Object.keys(t)[n];if(t[s].stepsFromC===i)return s}return e}}},6780:function(e,t,r){var a=r(5008),i=r(8613),n=r(1028),s=r(9716),o=r(351);e.exports=function(){function e(e,t,r,a){for(var i=0;i<a.length;i++)e[r][a[i]]=t[r][a[i]]}function t(e,t){for(;t<e.length&&null===e[t].left;)t++;return e[t]}this.reset=function(){this.version="1.1.0",this.media="screen",this.metaText={},this.metaTextInfo={},this.formatting={},this.lines=[],this.staffNum=0,this.voiceNum=0,this.lineNum=0,this.runningFonts={},delete this.visualTranspose},this.reset(),this.copyTopInfo=function(t){var r=["tempo","title","header","rhythm","origin","composer","author","partOrder"];e(this,t,"metaText",r),e(this,t,"metaTextInfo",r)},this.copyBottomInfo=function(t){var r=["unalignedWords","book","source","discography","notes","transcription","history","abc-copyright","abc-creator","abc-edited-by","footer"];e(this,t,"metaText",r),e(this,t,"metaTextInfo",r)},this.getBeatLength=function(){var e=this.getMeterFraction(),t=1;return(6===e.num||9===e.num||12===e.num||3===e.num&&8===e.den)&&(t=3),t/e.den},this.getPickupLength=function(){var e=this.getBarLength(),t=function(e,t){for(var r=0,a=0;a<e.length;a++)if(e[a].staff)for(var i=0;i<e[a].staff.length;i++)for(var n=0;n<e[a].staff[i].voices.length;n++)for(var s=e[a].staff[i].voices[n],o=1,c=0;c<s.length;c++){var l=s[c].rest&&"spacer"===s[c].rest.type;if(s[c].startTriplet&&(o=s[c].tripletMultiplier),s[c].duration&&!l&&"tempo"!==s[c].el_type&&(r+=s[c].duration*o),s[c].endTriplet&&(o=1),r>=t&&(r-=t),"bar"===s[c].el_type)return r}return r}(this.lines,e);return t<1e-8||e-t<1e-8?0:t},this.getBarLength=function(){var e=this.getMeterFraction();return e.num/e.den},this.getTotalTime=function(){return this.totalTime},this.getTotalBeats=function(){return this.totalBeats},this.millisecondsPerMeasure=function(e){var t;if(e)t=e;else{var r=this.metaText?this.metaText.tempo:null;t=this.getBpm(r)}return t<=0&&(t=1),this.getBeatsPerMeasure()/t*6e4},this.getBeatsPerMeasure=function(){var e=this.getBeatLength();return this.getBarLength()/e},this.getMeter=function(){for(var e=0;e<this.lines.length;e++){var t=this.lines[e];if(t.staff)for(var r=0;r<t.staff.length;r++){var a=t.staff[r].meter;if(a)return a}}return{type:"common_time"}},this.getMeterFraction=function(){var e=this.getMeter(),t=4,r=4;return e&&("specified"===e.type?(t=parseInt(e.value[0].num,10),r=parseInt(e.value[0].den,10)):"cut_time"===e.type?(t=2,r=2):"common_time"===e.type&&(t=4,r=4)),this.meter={num:t,den:r},this.meter},this.getKeySignature=function(){for(var e=0;e<this.lines.length;e++){var t=this.lines[e];if(t.staff)for(var r=0;r<t.staff.length;r++)if(t.staff[r].key)return t.staff[r].key}return{}},this.getElementFromChar=function(e){for(var t=0;t<this.lines.length;t++){var r=this.lines[t];if(r.staff)for(var a=0;a<r.staff.length;a++)for(var i=r.staff[a],n=0;n<i.voices.length;n++)for(var s=i.voices[n],o=0;o<s.length;o++){var c=s[o];if(c.startChar&&c.endChar&&c.startChar<=e&&c.endChar>e)return c}}return null},this.addElementToEvents=function(e,t,r,i,n,s,o,c,l,h){if(t.hint)return{isTiedState:void 0,duration:0};var u=t.durationClass?t.durationClass:t.duration;if(t.abcelem.rest&&"spacer"===t.abcelem.rest.type&&(u=0),u>0){for(var f=[],d=0;d<t.elemset.length;d++)null!==t.elemset[d]&&f.push(t.elemset[d]);var p=t.startTie;if(void 0!==l)e["event"+l].elements.push(f),h&&(e["event"+r]||(e["event"+r]={type:"event",milliseconds:r,line:s,measureNumber:o,top:i,height:n,left:null,width:0,elements:[],startChar:null,endChar:null,startCharArray:[],endCharArray:[]}),e["event"+r].measureStart=!0,h=!1),p||(l=void 0);else{if(e["event"+r]){if(e["event"+r].left?e["event"+r].left=Math.min(e["event"+r].left,t.x):e["event"+r].left=t.x,e["event"+r].elements.push(f),e["event"+r].startCharArray.push(t.abcelem.startChar),e["event"+r].endCharArray.push(t.abcelem.endChar),null===e["event"+r].startChar&&(e["event"+r].startChar=t.abcelem.startChar),null===e["event"+r].endChar&&(e["event"+r].endChar=t.abcelem.endChar),t.abcelem.midiPitches&&t.abcelem.midiPitches.length)for(e["event"+r].midiPitches||(e["event"+r].midiPitches=[]),d=0;d<t.abcelem.midiPitches.length;d++)e["event"+r].midiPitches.push(t.abcelem.midiPitches[d]);if(t.abcelem.midiGraceNotePitches&&t.abcelem.midiGraceNotePitches.length){e["event"+r].midiGraceNotePitches||(e["event"+r].midiGraceNotePitches=[]);for(var m=0;m<t.abcelem.midiGraceNotePitches.length;m++)e["event"+r].midiGraceNotePitches.push(t.abcelem.midiGraceNotePitches[m])}}else e["event"+r]={type:"event",milliseconds:r,line:s,measureNumber:o,top:i,height:n,left:t.x,width:t.w,elements:[f],startChar:t.abcelem.startChar,endChar:t.abcelem.endChar,startCharArray:[t.abcelem.startChar],endCharArray:[t.abcelem.endChar],midiPitches:t.abcelem.midiPitches?a.cloneArray(t.abcelem.midiPitches):[]},t.abcelem.midiGraceNotePitches&&(e["event"+r].midiGraceNotePitches=a.cloneArray(t.abcelem.midiGraceNotePitches));h&&(e["event"+r].measureStart=!0,h=!1),p&&(l=r)}}return{isTiedState:l,duration:u/c,nextIsBar:h||"bar"===t.type}},this.makeVoicesArray=function(){for(var e=[],t=[],r={},a=0;a<this.engraver.staffgroups.length;a++){var n=this.engraver.staffgroups[a];if(n&&n.staffs&&n.staffs.length>0)for(var s=n.staffs[0],o=s.absoluteY,c=o-s.top*i.STEP,l=n.staffs[n.staffs.length-1],h=(o=l.absoluteY)-l.bottom*i.STEP-c,u=n.voices,f=0;f<u.length;f++){var d=!1;e[f]||(e[f]=[]),void 0===t[f]&&(t[f]=0);for(var p=u[f].children,m=0;m<p.length;m++)"tempo"===p[m].type&&(r[t[f]]=this.getBpm(p[m].abcelem)),e[f].push({top:c,height:h,line:n.line,measureNumber:t[f],elem:p[m]}),"bar"===p[m].type&&d&&t[f]++,"note"!==p[m].type&&"rest"!==p[m].type||(d=!0)}}return this.tempoLocations=r,e},this.setupEvents=function(e,r,a,i){i||(i=1);for(var n,s=[],o={},c=e,l=!0,h=this.makeVoicesArray(),u=0,f=0;f<h.length;f++){var d=c,p=Math.round(1e3*d),m=0,g=-1,v=h[f],b=a;r=this.getBeatLength()*b/60;for(var y=-1,x=0;x<v.length;x++){var w=v[x].measureNumber;y!==w&&this.tempoLocations[w]&&(b=this.tempoLocations[w],r=i*this.getBeatLength()*b/60,y=w);var k,C=v[x].elem,T=this.addElementToEvents(o,C,p,v[x].top,v[x].height,v[x].line,v[x].measureNumber,r,n,l);if(n=T.isTiedState,l=T.nextIsBar,d+=T.duration,C.duration>0&&o["event"+p]&&(k="event"+p),p=Math.round(1e3*d),"bar"===C.type){var A=C.abcelem.type,S="bar_right_repeat"===A||"bar_dbl_repeat"===A,N="1"===C.abcelem.startEnding,_="bar_left_repeat"===A||"bar_dbl_repeat"===A||"bar_right_repeat"===A;if(S){x>0&&(o[k].endX=C.x),-1===g&&(g=x);var E=0;y=-1;for(var M=m;M<g;M++){y!==(w=v[M].measureNumber)&&this.tempoLocations[w]&&(b=this.tempoLocations[w],r=i*this.getBeatLength()*b/60,y=w);var B=v[M].elem;n=(T=this.addElementToEvents(o,B,p,v[M].top,v[M].height,v[M].line,v[M].measureNumber,r,n,l)).isTiedState,l=T.nextIsBar,d+=T.duration,E=p,p=Math.round(1e3*d)}o["event"+E]&&(o["event"+E].endX=v[g].elem.x),l=!0,g=-1}N&&(g=x),_&&(m=x)}}u=Math.max(u,p)}return function(e){for(var t,r,a,i,n=e.length-1;n>=0;n--){var s=e[n];"bar"===s.type?(s.top=a,s.nextTop=t,t=a,s.bottom=i,s.nextBottom=r,r=i):"event"===s.type&&(a=s.top,i=s.top+s.height)}}(s=function(e){var t=[];for(var r in e)e.hasOwnProperty(r)&&t.push(e[r]);return t.sort((function(e,t){var r=e.milliseconds-t.milliseconds;return 0!==r?r:"bar"===e.type?-1:1}))}(o)),function(e,r){if(!(r.length<1)){for(var a=0;a<r.length-1;a++){var i=r[a],n=t(r,a+1);if(null!==i.left){var s=n&&i.top===n.top?n.left:e[i.line].staffGroup.w;void 0!==i.endX?s>i.left&&(i.endX=Math.min(i.endX,s)):i.endX=s}}var o=r[r.length-1];o.endX=e[o.line].staffGroup.w}}(this.lines,s),s.push({type:"end",milliseconds:u}),this.addUsefulCallbackInfo(s,b*i),s},this.addUsefulCallbackInfo=function(e,t){for(var r=this.millisecondsPerMeasure(t),a=0;a<e.length;a++)e[a].millisecondsPerMeasure=r},this.getBpm=function(e){var t;if(e){t=e.bpm;var r=this.getBeatLength();t=t*(e.duration&&e.duration.length>0?e.duration[0]:r)/r}if(!t){t=180;var a=this.getMeterFraction();a&&3!==a.num&&a.num%3==0&&(t=120)}return t},this.setTiming=function(e,t){if(t=t||0,!this.engraver||!this.engraver.staffgroups)return console.log("setTiming cannot be called before the tune is drawn."),void(this.noteTimings=[]);var r=this.metaText?this.metaText.tempo:null,a=this.getBpm(r),i=1;e?r&&(i=e/a):e=a;var n=this.getBeatLength(),s=e/60,o=this.getBarLength()/n*t/s;o&&(o-=this.getPickupLength()/n/s);var c=n*s;return this.noteTimings=this.setupEvents(o,c,e,i),this.noteTimings.length>0?(this.totalTime=this.noteTimings[this.noteTimings.length-1].milliseconds/1e3,this.totalBeats=this.totalTime*s):(this.totalTime=void 0,this.totalBeats=void 0),this.noteTimings},this.setUpAudio=function(e){e||(e={});var t=n(this,e);return s(t,e,this.formatting.percmap)},this.deline=function(e){return o(this.lines,e)}}},351:function(e){function t(e,t){return"abselem"===e?"abselem":t}function r(e,t){e.el_type="meter",e.startChar=-1,e.endChar=-1;for(var r=0;r<t.length;r++)t[r].unshift(e)}function a(e,t){e.el_type="key",e.startChar=-1,e.endChar=-1;for(var r=0;r<t.length;r++)t[r].unshift(e)}function i(e,t){e.el_type="clef",e.startChar=-1,e.endChar=-1;for(var r=0;r<t.length;r++)t[r].unshift(e)}function n(e,t,r){e.el_type="font",e.type=r,e.startChar=-1,e.endChar=-1;for(var a=0;a<t.length;a++)t[a].unshift(e)}function s(e,r){return!e||JSON.stringify(e,t)===JSON.stringify(r,t)}function o(e){for(var t={},r=Object.keys(e),a=0;a<r.length;a++)if("staff"!==r[a])t[r[a]]=e[r[a]];else{t.staff=[];for(var i=0;i<e.staff.length;i++){for(var n={},s=Object.keys(e.staff[i]),o=0;o<s.length;o++)if("voices"!==s[o])n[s[o]]=e.staff[i][s[o]];else{n.voices=[];for(var c=0;c<e.staff[i].voices.length;c++)n.voices.push([].concat(e.staff[i].voices[c]))}t.staff.push(n)}}return t}e.exports=function(e,t){t||(t={});for(var c=!!t.lineBreaks,l=[],h=!1,u=[],f=[],d=[],p=[],m=[],g=[],v=[],b=0;b<e.length;b++){var y=e[b];if(y.staff){if(h&&!y.vskip)for(var x=l[l.length-1],w=0;w<x.staff.length;w++){var k=y.staff[w],C=x.staff[w];if(k&&(s(k.meter,u[w])||(r(k.meter,k.voices),u[w]=k.meter,delete k.meter),s(k.key,f[w])||(a(k.key,k.voices),f[w]=k.key,delete k.key),k.title&&(C.abbrevTitle=k.title),s(k.clef,d[w])||(i(k.clef,k.voices),d[w]=k.clef,delete k.clef),s(k.vocalfont,p[w])||(n(k.vocalfont,k.voices,"vocalfont"),p[w]=k.vocalfont,delete k.vocalfont),s(k.gchordfont,m[w])||(n(k.gchordfont,k.voices,"gchordfont"),m[w]=k.gchordfont,delete k.gchordfont),s(k.tripletfont,g[w])||(n(k.tripletfont,k.voices,"tripletfont"),g[w]=k.tripletfont,delete k.tripletfont),s(k.annotationfont,v[w])||(n(k.annotationfont,k.voices,"annotationfont"),v[w]=k.annotationfont,delete k.annotationfont)),k)for(var T=0;T<C.voices.length;T++){var A=C.voices[T],S=k.voices[T];c&&A.push({el_type:"break"}),S&&(C.voices[T]=A.concat(S))}}else{for(var N=0;N<y.staff.length;N++)f[N]=y.staff[N].key,u[N]=y.staff[N].meter,d[N]=y.staff[N].clef;l.push(o(y))}h=!0}else h=!1,l.push(y)}return l}},5008:function(e){var t={clone:function(e){var t={};for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);return t},cloneArray:function(e){for(var r=[],a=0;a<e.length;a++)r.push(t.clone(e[a]));return r},cloneHashOfHash:function(e){var r={};for(var a in e)e.hasOwnProperty(a)&&(r[a]=t.clone(e[a]));return r},cloneHashOfArrayOfHash:function(e){var r={};for(var a in e)e.hasOwnProperty(a)&&(r[a]=t.cloneArray(e[a]));return r},gsub:function(e,t,r){return e.split(t).join(r)},strip:function(e){return e.replace(/^\s+/,"").replace(/\s+$/,"")},startsWith:function(e,t){return 0===e.indexOf(t)},endsWith:function(e,t){var r=e.length-t.length;return r>=0&&e.lastIndexOf(t)===r},each:function(e,t,r){for(var a=0,i=e.length;a<i;a++)t.apply(r,[e[a],a])},last:function(e){return 0===e.length?null:e[e.length-1]},compact:function(e){for(var t=[],r=0;r<e.length;r++)e[r]&&t.push(e[r]);return t},detect:function(e,t){for(var r=0;r<e.length;r++)if(t(e[r]))return!0;return!1}};try{[Element.prototype,CharacterData.prototype,DocumentType.prototype].forEach((function(e){e.hasOwnProperty("remove")||Object.defineProperty(e,"remove",{configurable:!0,enumerable:!0,writable:!0,value:function(){null!==this.parentNode&&this.parentNode.removeChild(this)}})}))}catch(e){}e.exports=t},8905:function(e,t,r){var a=r(5008),i=r(8360),n=r(9928),s=r(6476),o=r(1881),c=r(1756),l=r(6780),h=r(575);e.exports=function(){"use strict";var e,t=new l,r=new h(t),u="",f="";function d(e,t,r){e.positioning||(e.positioning={}),e.positioning[t]=r}function p(e,t,r){e.fonts||(e.fonts={}),e.fonts[t]=r}this.getTune=function(){var e={formatting:t.formatting,lines:t.lines,media:t.media,metaText:t.metaText,metaTextInfo:t.metaTextInfo,version:t.version,addElementToEvents:t.addElementToEvents,addUsefulCallbackInfo:t.addUsefulCallbackInfo,getTotalTime:t.getTotalTime,getTotalBeats:t.getTotalBeats,getBarLength:t.getBarLength,getBeatLength:t.getBeatLength,getBeatsPerMeasure:t.getBeatsPerMeasure,getBpm:t.getBpm,getMeter:t.getMeter,getMeterFraction:t.getMeterFraction,getPickupLength:t.getPickupLength,getKeySignature:t.getKeySignature,getElementFromChar:t.getElementFromChar,makeVoicesArray:t.makeVoicesArray,millisecondsPerMeasure:t.millisecondsPerMeasure,setupEvents:t.setupEvents,setTiming:t.setTiming,setUpAudio:t.setUpAudio,deline:t.deline};return t.lineBreaks&&(e.lineBreaks=t.lineBreaks),t.visualTranspose&&(e.visualTranspose=t.visualTranspose),e};var m,g,v={reset:function(){for(var e in this)this.hasOwnProperty(e)&&"function"!=typeof this[e]&&delete this[e];this.iChar=0,this.key={accidentals:[],root:"none",acc:"",mode:""},this.meter=null,this.origMeter=null,this.hasMainTitle=!1,this.default_length=.125,this.clef={type:"treble",verticalPos:0},this.next_note_duration=0,this.start_new_line=!0,this.is_in_header=!0,this.partForNextLine={},this.tempoForNextLine=[],this.havent_set_length=!0,this.voices={},this.staves=[],this.macros={},this.currBarNumber=1,this.barCounter={},this.ignoredDecorations=[],this.score_is_present=!1,this.inEnding=!1,this.inTie=[],this.inTieChord={},this.vocalPosition="auto",this.dynamicPosition="auto",this.chordPosition="auto",this.ornamentPosition="auto",this.volumePosition="auto",this.openSlurs=[],this.freegchord=!1,this.endingHoldOver={}},differentFont:function(e,t){return this[e].decoration!==t[e].decoration||this[e].face!==t[e].face||this[e].size!==t[e].size||this[e].style!==t[e].style||this[e].weight!==t[e].weight},addFormattingOptions:function(e,t,r){"note"===r?("auto"!==this.vocalPosition&&d(e,"vocalPosition",this.vocalPosition),"auto"!==this.dynamicPosition&&d(e,"dynamicPosition",this.dynamicPosition),"auto"!==this.chordPosition&&d(e,"chordPosition",this.chordPosition),"auto"!==this.ornamentPosition&&d(e,"ornamentPosition",this.ornamentPosition),"auto"!==this.volumePosition&&d(e,"volumePosition",this.volumePosition),this.differentFont("annotationfont",t)&&p(e,"annotationfont",this.annotationfont),this.differentFont("gchordfont",t)&&p(e,"gchordfont",this.gchordfont),this.differentFont("vocalfont",t)&&p(e,"vocalfont",this.vocalfont),this.differentFont("tripletfont",t)&&p(e,"tripletfont",this.tripletfont)):"bar"===r&&("auto"!==this.dynamicPosition&&d(e,"dynamicPosition",this.dynamicPosition),"auto"!==this.chordPosition&&d(e,"chordPosition",this.chordPosition),"auto"!==this.ornamentPosition&&d(e,"ornamentPosition",this.ornamentPosition),"auto"!==this.volumePosition&&d(e,"volumePosition",this.volumePosition),this.differentFont("measurefont",t)&&p(e,"measurefont",this.measurefont),this.differentFont("repeatfont",t)&&p(e,"repeatfont",this.repeatfont))},duplicateStartEndingHoldOvers:function(){this.endingHoldOver={inTie:[],inTieChord:{}};for(var e=0;e<this.inTie.length;e++)if(this.endingHoldOver.inTie.push([]),this.inTie[e])for(var t=0;t<this.inTie[e].length;t++)this.endingHoldOver.inTie[e].push(this.inTie[e][t]);for(var r in this.inTieChord)this.inTieChord.hasOwnProperty(r)&&(this.endingHoldOver.inTieChord[r]=this.inTieChord[r])},restoreStartEndingHoldOvers:function(){if(this.endingHoldOver.inTie){this.inTie=[],this.inTieChord={};for(var e=0;e<this.endingHoldOver.inTie.length;e++){this.inTie.push([]);for(var t=0;t<this.endingHoldOver.inTie[e].length;t++)this.inTie[e].push(this.endingHoldOver.inTie[e][t])}for(var r in this.endingHoldOver.inTieChord)this.endingHoldOver.inTieChord.hasOwnProperty(r)&&(this.inTieChord[r]=this.endingHoldOver.inTieChord[r])}}},b=function(e){var t=a.gsub(e,""," ");return t=a.gsub(t,"&","&"),t=a.gsub(t,"<","<"),a.gsub(t,">",">")},y=function(t,r,a){r||(r=" ");var i=r.charAt(a);" "===i&&(i="SPACE");var n,s=b(r.substring(a-64,a))+'<span style="text-decoration:underline;font-size:1.3em;font-weight:bold;">'+i+"</span>"+b(r.substring(a+1).substring(0,64));!function(e){v.warnings||(v.warnings=[]),v.warnings.push(e)}("Music Line:"+e.lineIndex+":"+(a+1)+": "+t+": "+s),n={message:t,line:r,startChar:v.iChar+a,column:a},v.warningObjects||(v.warningObjects=[]),v.warningObjects.push(n)};this.getWarnings=function(){return v.warnings},this.getWarningObjects=function(){return v.warningObjects};var x=function(t,r){if(r.indexOf("")>=0)u+=r;else if(r=u+r,u="",t){"-"!==(r=a.strip(r)).charAt(r.length-1)&&(r+=" ");for(var i=[],n=0,s=!1,o=function(t){var o=a.strip(r.substring(n,t));if(o=o.replace(/\\([-_*|~])/g,"$1"),n=t+1,o.length>0){s&&(o=a.gsub(o,"~"," "));var c=r.charAt(t);return"_"!==c&&"-"!==c&&(c=" "),i.push({syllable:e.translateString(o),divider:c}),s=!1,!0}return!1},c=!1,l=0;l<r.length;l++){switch(r[l]){case" ":case"":o(l);break;case"-":!c&&!o(l)&&i.length>0&&(a.last(i).divider="-",i.push({skip:!0,to:"next"}));break;case"_":c||(o(l),i.push({skip:!0,to:"slur"}));break;case"*":c||(o(l),i.push({skip:!0,to:"next"}));break;case"|":c||(o(l),i.push({skip:!0,to:"bar"}));break;case"~":c||(s=!0)}c="\\"===r[l]}a.each(t,(function(e){if(0!==i.length)if(i[0].skip){switch(i[0].to){case"next":case"slur":"note"===e.el_type&&null!==e.pitches&&i.shift();break;case"bar":"bar"===e.el_type&&i.shift()}"bar"!==e.el_type&&(void 0===e.lyric?e.lyric=[{syllable:"",divider:" "}]:e.lyric.push({syllable:"",divider:" "}))}else if("note"===e.el_type&&void 0===e.rest){var t=i.shift();t.syllable&&(t.syllable=t.syllable.replace(/ +/g," ")),void 0===e.lyric?e.lyric=[t]:e.lyric.push(t)}}))}else y("Can't add words before the first line of music",t,0)},w=function(t,r){if(r.indexOf("")>=0)f+=r;else if(r=f+r,f="",t){"-"!==(r=a.strip(r)).charAt(r.length-1)&&(r+=" ");for(var i=[],n=0,s=!1,o=function(t){var o=a.strip(r.substring(n,t));if(n=t+1,o.length>0){s&&(o=a.gsub(o,"~"," "));var c=r.charAt(t);return"_"!==c&&"-"!==c&&(c=" "),i.push({syllable:e.translateString(o),divider:c}),s=!1,!0}return!1},c=0;c<r.length;c++)switch(r.charAt(c)){case" ":case"":o(c);break;case"-":!o(c)&&i.length>0&&(a.last(i).divider="-",i.push({skip:!0,to:"next"}));break;case"_":o(c),i.push({skip:!0,to:"slur"});break;case"*":o(c),i.push({skip:!0,to:"next"});break;case"|":o(c),i.push({skip:!0,to:"bar"});break;case"~":s=!0}a.each(t,(function(e){if(0!==i.length)if(i[0].skip)switch(i[0].to){case"next":case"slur":"note"===e.el_type&&null!==e.pitches&&i.shift();break;case"bar":"bar"===e.el_type&&i.shift()}else if("note"===e.el_type&&void 0===e.rest){var t=i.shift();void 0===e.lyric?e.lyric=[t]:e.lyric.push(t)}}))}else y("Can't add symbols before the first line of music",t,0)},k=function(e){if(a.startsWith(e,"%%")){var t=i.addDirective(e.substring(2));t&&y(t,e,2)}else{var n=e.indexOf("%");if(n>=0&&(e=e.substring(0,n)),0!==(e=e.replace(/\s+$/,"")).length)if(u)x(r.getCurrentVoice(),e.substring(2));else if(f)w(r.getCurrentVoice(),e.substring(2));else if(e.length<2||":"!==e.charAt(1)||g.lineContinuation)g.parseMusic(e);else{var s=m.parseHeader(e);s.regular&&g.parseMusic(e),s.newline&&g.startNewLine(),s.words&&x(r.getCurrentVoice(),e.substring(2)),s.symbols&&w(r.getCurrentVoice(),e.substring(2))}}};function C(e,t){e.push({el_type:"hint"});for(var r=0;r<t.length;r++){var i=t[r],n=a.clone(i);if(e.push(n),"bar"===i.el_type)return}}function T(e,t){for(var r=0;r<e.length;r++){var a=e[r],i=t[r];if(i)for(var n=0;n<i.voices.length;n++){var s=i.voices[n],o=a.voices[n];o&&C(o,s)}}}this.parse=function(l,h,d){h||(h={}),d||(d=0),t.reset();var p=(l=l.replace(/\r\n?/g,"\n")+"\n").split("\n\\");if(p.length>1){for(var b=1;b<p.length;b++)for(;p[b].length>0&&"\n"!==p[b][0];)p[b]=p[b].substr(1),p[b-1]+=" ";l=p.join(" ")}var C=(l=l.replace(/\\([ \t]*)(%.*)*\n/g,(function(e,t,r){return t+""+(r?Array(r.length+1).join(" "):"")+"\n"}))).split("\n");0===a.last(C).length&&C.pop(),e=new o(C,v),m=new n(e,y,v,t,r),g=new s(e,y,v,t,r,m),h.print&&(t.media="print"),v.reset(),v.iChar=d,h.visualTranspose?(v.globalTranspose=parseInt(h.visualTranspose),0===v.globalTranspose?v.globalTranspose=void 0:r.setVisualTranspose(h.visualTranspose)):v.globalTranspose=void 0,h.lineBreaks&&(v.lineBreaks=h.lineBreaks),m.reset(e,y,v,t);try{h.format&&i.globalFormatting(h.format);for(var A=e.nextLine();A;){if(h.header_only&&!1===v.is_in_header)throw"normal_abort";if(h.stop_on_warning&&v.warnings)throw"normal_abort";var S=v.is_in_header;k(A),S&&!v.is_in_header&&(r.setRunningFont("annotationfont",v.annotationfont),r.setRunningFont("gchordfont",v.gchordfont),r.setRunningFont("tripletfont",v.tripletfont),r.setRunningFont("vocalfont",v.vocalfont)),A=e.nextLine()}u&&x(r.getCurrentVoice(),""),f&&w(r.getCurrentVoice(),""),v.openSlurs=r.cleanUp(v.barsperstaff,v.staffnonote,v.openSlurs)}catch(e){if("normal_abort"!==e)throw e}var N=792,_=612;switch(v.papersize){case"legal":N=1008,_=612;break;case"A4":N=842.4,_=597.6}if(v.landscape){var E=N;N=_,_=E}t.formatting.pagewidth||(t.formatting.pagewidth=_),t.formatting.pageheight||(t.formatting.pageheight=N),h.hint_measures&&function(){for(var e=0;e<t.lines.length;e++){var r=t.lines[e].staff;if(r){for(var a=e+1;a<t.lines.length&&void 0===t.lines[a].staff;)a++;a<t.lines.length&&T(r,t.lines[a].staff)}}}(),c.wrapLines(t,v.lineBreaks,v.barNumbers)}}},9565:function(e,t,r){var a=r(5008);e.exports=function(e){"use strict";for(var t="",r=e.match(/(\s*)/),i=(e=a.strip(e)).split("\nX:"),n=1;n<i.length;n++)i[n]="X:"+i[n];var s=r?r[0].length:0,o=[];if(a.each(i,(function(e){o.push({abc:e,startPos:s}),s+=e.length+1})),o.length>1&&!a.startsWith(o[0].abc,"X:")){var c=o.shift().abc.split("\n");a.each(c,(function(e){a.startsWith(e,"%%")&&(t+=e+"\n")}))}var l=t;return a.each(o,(function(e){var r=e.abc.indexOf("\n\n");r>0&&(e.abc=e.abc.substring(0,r)),e.pure=e.abc,e.abc=t+e.abc,e.title="";var i=e.pure.split("T:");i.length>1&&(i=i[1].split("\n"),e.title=a.strip(i[0]));var n=e.pure.substring(2,e.pure.indexOf("\n"));e.id=a.strip(n)})),{header:l,tunes:o}}},8360:function(e,t,r){var a=r(5008),i={};!function(){"use strict";var e,t,r,n,s;i.initialize=function(a,i,o,c,l){e=a,t=i,n=c,s=l,(r=o).annotationfont={face:"Helvetica",size:12,weight:"normal",style:"normal",decoration:"none"},r.gchordfont={face:"Helvetica",size:12,weight:"normal",style:"normal",decoration:"none"},r.historyfont={face:'"Times New Roman"',size:16,weight:"normal",style:"normal",decoration:"none"},r.infofont={face:'"Times New Roman"',size:14,weight:"normal",style:"italic",decoration:"none"},r.measurefont={face:'"Times New Roman"',size:14,weight:"normal",style:"italic",decoration:"none"},r.partsfont={face:'"Times New Roman"',size:15,weight:"normal",style:"normal",decoration:"none"},r.repeatfont={face:'"Times New Roman"',size:13,weight:"normal",style:"normal",decoration:"none"},r.textfont={face:'"Times New Roman"',size:16,weight:"normal",style:"normal",decoration:"none"},r.tripletfont={face:"Times",size:11,weight:"normal",style:"italic",decoration:"none"},r.vocalfont={face:'"Times New Roman"',size:13,weight:"bold",style:"normal",decoration:"none"},r.wordsfont={face:'"Times New Roman"',size:16,weight:"normal",style:"normal",decoration:"none"},n.formatting.composerfont={face:'"Times New Roman"',size:14,weight:"normal",style:"italic",decoration:"none"},n.formatting.subtitlefont={face:'"Times New Roman"',size:16,weight:"normal",style:"normal",decoration:"none"},n.formatting.tempofont={face:'"Times New Roman"',size:15,weight:"bold",style:"normal",decoration:"none"},n.formatting.titlefont={face:'"Times New Roman"',size:20,weight:"normal",style:"normal",decoration:"none"},n.formatting.footerfont={face:'"Times New Roman"',size:12,weight:"normal",style:"normal",decoration:"none"},n.formatting.headerfont={face:'"Times New Roman"',size:12,weight:"normal",style:"normal",decoration:"none"},n.formatting.voicefont={face:'"Times New Roman"',size:13,weight:"bold",style:"normal",decoration:"none"},n.formatting.tablabelfont={face:'"Trebuchet MS"',size:16,weight:"normal",style:"normal",decoration:"none"},n.formatting.tabnumberfont={face:'"Arial"',size:11,weight:"normal",style:"normal",decoration:"none"},n.formatting.tabgracefont={face:'"Arial"',size:8,weight:"normal",style:"normal",decoration:"none"},n.formatting.annotationfont=r.annotationfont,n.formatting.gchordfont=r.gchordfont,n.formatting.historyfont=r.historyfont,n.formatting.infofont=r.infofont,n.formatting.measurefont=r.measurefont,n.formatting.partsfont=r.partsfont,n.formatting.repeatfont=r.repeatfont,n.formatting.textfont=r.textfont,n.formatting.tripletfont=r.tripletfont,n.formatting.vocalfont=r.vocalfont,n.formatting.wordsfont=r.wordsfont};var o={gchordfont:!0,measurefont:!0,partsfont:!0,annotationfont:!0,composerfont:!0,historyfont:!0,infofont:!0,subtitlefont:!0,textfont:!0,titlefont:!0,voicefont:!0},c=function(e,r,a,i,n){function s(){var s=parseInt(e[0].token);return e.shift(),r?0===e.length?{face:r.face,weight:r.weight,style:r.style,decoration:r.decoration,size:s}:1===e.length&&"box"===e[0].token&&o[n]?{face:r.face,weight:r.weight,style:r.style,decoration:r.decoration,size:s,box:!0}:(t("Extra parameters in font definition.",a,i),{face:r.face,weight:r.weight,style:r.style,decoration:r.decoration,size:s}):(t("Can't set just the size of the font since there is no default value.",a,i),{face:'"Times New Roman"',weight:"normal",style:"normal",decoration:"none",size:s})}if("*"===e[0].token){if(e.shift(),"number"===e[0].type)return s();t("Expected font size number after *.",a,i)}if("number"===e[0].type)return s();for(var c,l=[],h="normal",u="normal",f="none",d=!1,p="face",m=!1;e.length;){var g=e.shift(),v=g.token.toLowerCase();switch(p){case"face":m||"utf"!==v&&"number"!==g.type&&"bold"!==v&&"italic"!==v&&"underline"!==v&&"box"!==v?l.length>0&&"-"===g.token?(m=!0,l[l.length-1]=l[l.length-1]+g.token):m?(m=!1,l[l.length-1]=l[l.length-1]+g.token):l.push(g.token):"number"===g.type?(c?t("Font size specified twice in font definition.",a,i):c=g.token,p="modifier"):"bold"===v?h="bold":"italic"===v?u="italic":"underline"===v?f="underline":"box"===v?(o[n]?d=!0:t('This font style doesn\'t support "box"',a,i),p="finished"):"utf"===v?(g=e.shift(),p="size"):t("Unknown parameter "+g.token+" in font definition.",a,i);break;case"size":"number"===g.type?c?t("Font size specified twice in font definition.",a,i):c=g.token:t("Expected font size in font definition.",a,i),p="modifier";break;case"modifier":"bold"===v?h="bold":"italic"===v?u="italic":"underline"===v?f="underline":"box"===v?(o[n]?d=!0:t('This font style doesn\'t support "box"',a,i),p="finished"):t("Unknown parameter "+g.token+" in font definition.",a,i);break;case"finished":t('Extra characters found after "box" in font definition.',a,i)}}void 0===c?r?c=r.size:(t("Must specify the size of the font since there is no default value.",a,i),c=12):c=parseFloat(c),""===(l=l.join(" "))&&(r?l=r.face:(t("Must specify the name of the font since there is no default value.",a,i),l="sans-serif"));var b=function(e){switch(e){case"Arial-Italic":return{face:"Arial",weight:"normal",style:"italic",decoration:"none"};case"Arial-Bold":return{face:"Arial",weight:"bold",style:"normal",decoration:"none"};case"Bookman-Demi":return{face:"Bookman,serif",weight:"bold",style:"normal",decoration:"none"};case"Bookman-DemiItalic":return{face:"Bookman,serif",weight:"bold",style:"italic",decoration:"none"};case"Bookman-Light":return{face:"Bookman,serif",weight:"normal",style:"normal",decoration:"none"};case"Bookman-LightItalic":return{face:"Bookman,serif",weight:"normal",style:"italic",decoration:"none"};case"Courier":return{face:'"Courier New"',weight:"normal",style:"normal",decoration:"none"};case"Courier-Oblique":return{face:'"Courier New"',weight:"normal",style:"italic",decoration:"none"};case"Courier-Bold":return{face:'"Courier New"',weight:"bold",style:"normal",decoration:"none"};case"Courier-BoldOblique":return{face:'"Courier New"',weight:"bold",style:"italic",decoration:"none"};case"AvantGarde-Book":return{face:"AvantGarde,Arial",weight:"normal",style:"normal",decoration:"none"};case"AvantGarde-BookOblique":return{face:"AvantGarde,Arial",weight:"normal",style:"italic",decoration:"none"};case"AvantGarde-Demi":case"Avant-Garde-Demi":return{face:"AvantGarde,Arial",weight:"bold",style:"normal",decoration:"none"};case"AvantGarde-DemiOblique":return{face:"AvantGarde,Arial",weight:"bold",style:"italic",decoration:"none"};case"Helvetica-Oblique":return{face:"Helvetica",weight:"normal",style:"italic",decoration:"none"};case"Helvetica-Bold":return{face:"Helvetica",weight:"bold",style:"normal",decoration:"none"};case"Helvetica-BoldOblique":return{face:"Helvetica",weight:"bold",style:"italic",decoration:"none"};case"Helvetica-Narrow":return{face:'"Helvetica Narrow",Helvetica',weight:"normal",style:"normal",decoration:"none"};case"Helvetica-Narrow-Oblique":return{face:'"Helvetica Narrow",Helvetica',weight:"normal",style:"italic",decoration:"none"};case"Helvetica-Narrow-Bold":return{face:'"Helvetica Narrow",Helvetica',weight:"bold",style:"normal",decoration:"none"};case"Helvetica-Narrow-BoldOblique":return{face:'"Helvetica Narrow",Helvetica',weight:"bold",style:"italic",decoration:"none"};case"Palatino-Roman":return{face:"Palatino",weight:"normal",style:"normal",decoration:"none"};case"Palatino-Italic":return{face:"Palatino",weight:"normal",style:"italic",decoration:"none"};case"Palatino-Bold":return{face:"Palatino",weight:"bold",style:"normal",decoration:"none"};case"Palatino-BoldItalic":return{face:"Palatino",weight:"bold",style:"italic",decoration:"none"};case"NewCenturySchlbk-Roman":return{face:'"New Century",serif',weight:"normal",style:"normal",decoration:"none"};case"NewCenturySchlbk-Italic":return{face:'"New Century",serif',weight:"normal",style:"italic",decoration:"none"};case"NewCenturySchlbk-Bold":return{face:'"New Century",serif',weight:"bold",style:"normal",decoration:"none"};case"NewCenturySchlbk-BoldItalic":return{face:'"New Century",serif',weight:"bold",style:"italic",decoration:"none"};case"Times":case"Times-Roman":case"Times-Narrow":case"Times-Courier":case"Times-New-Roman":return{face:'"Times New Roman"',weight:"normal",style:"normal",decoration:"none"};case"Times-Italic":case"Times-Italics":return{face:'"Times New Roman"',weight:"normal",style:"italic",decoration:"none"};case"Times-Bold":return{face:'"Times New Roman"',weight:"bold",style:"normal",decoration:"none"};case"Times-BoldItalic":return{face:'"Times New Roman"',weight:"bold",style:"italic",decoration:"none"};case"ZapfChancery-MediumItalic":return{face:'"Zapf Chancery",cursive,serif',weight:"normal",style:"normal",decoration:"none"};default:return null}}(l),y={};return b?(y.face=b.face,y.weight=b.weight,y.style=b.style,y.decoration=b.decoration,y.size=c,d&&(y.box=!0),y):(y.face=l,y.weight=h,y.style=u,y.decoration=f,y.size=c,d&&(y.box=!0),y)},l=function(e,t,a){return 0===t.length?'Directive "'+e+'" requires a font as a parameter.':(r[e]=c(t,r[e],a,0,e),r.is_in_header&&(n.formatting[e]=r[e]),null)},h=function(e,t){var r="";a.each(t,(function(e){r+=e.token}));var i=parseFloat(r);if(isNaN(i)||0===i)return'Directive "'+e+'" requires a number as a parameter.';n.formatting.scale=i},u=["acoustic-bass-drum","bass-drum-1","side-stick","acoustic-snare","hand-clap","electric-snare","low-floor-tom","closed-hi-hat","high-floor-tom","pedal-hi-hat","low-tom","open-hi-hat","low-mid-tom","hi-mid-tom","crash-cymbal-1","high-tom","ride-cymbal-1","chinese-cymbal","ride-bell","tambourine","splash-cymbal","cowbell","crash-cymbal-2","vibraslap","ride-cymbal-2","hi-bongo","low-bongo","mute-hi-conga","open-hi-conga","low-conga","high-timbale","low-timbale","high-agogo","low-agogo","cabasa","maracas","short-whistle","long-whistle","short-guiro","long-guiro","claves","hi-wood-block","low-wood-block","mute-cuica","open-cuica","mute-triangle","open-triangle"],f=function(e,t,a,i,n){if(1!==a.length||"number"!==a[0].type)return'Directive "'+t+'" requires a number as a parameter.';var s=a[0].intt;return void 0!==i&&s<i?'Directive "'+t+'" requires a number greater than or equal to '+i+" as a parameter.":void 0!==n&&s>n?'Directive "'+t+'" requires a number less than or equal to '+n+" as a parameter.":(r[e]=s,null)},d=function(e,t,a){if(1===a.length&&("true"===a[0].token||"false"===a[0].token))return r[e]="true"===a[0].token,null;var i=f(e,t,a,0,1);return null!==i?i:(r[e]=1===r[e],null)},p=function(e,t,a,i){if(1!==a.length)return'Directive "'+t+'" requires one of [ '+i.join(", ")+" ] as a parameter.";for(var n=a[0].token,s=!1,o=0;!s&&o<i.length;o++)i[o]===n&&(s=!0);return s?(r[e]=n,null):'Directive "'+t+'" requires one of [ '+i.join(", ")+" ] as a parameter."},m=["nobarlines","barlines","beataccents","nobeataccents","droneon","droneoff","drumon","drumoff","fermatafixed","fermataproportional","gchordon","gchordoff","controlcombo","temperamentnormal","noportamento"],g=["gchord","ptstress","beatstring"],v=["bassvol","chordvol","c","channel","beatmod","deltaloudness","drumbars","gracedivider","makechordchannels","randomchordattack","chordattack","stressmodel","transpose","rtranspose","vol","volinc"],b=["program"],y=["ratio","snt","bendvelocity","pitchbend","control","temperamentlinear"],x=["beat"],w=["drone"],k=["portamento"],C=["expand","grace","trim"],T=["drum","chordname"];i.parseFontChangeLine=function(e){var t=e.split("$");if(t.length>1&&r.setfont){for(var a=[{text:t[0]}],i=1;i<t.length;i++)"0"===t[i].charAt(0)?a.push({text:t[i].substring(1)}):"1"===t[i].charAt(0)&&r.setfont[1]?a.push({font:r.setfont[1],text:t[i].substring(1)}):"2"===t[i].charAt(0)&&r.setfont[2]?a.push({font:r.setfont[2],text:t[i].substring(1)}):"3"===t[i].charAt(0)&&r.setfont[3]?a.push({font:r.setfont[3],text:t[i].substring(1)}):"4"===t[i].charAt(0)&&r.setfont[4]?a.push({font:r.setfont[4],text:t[i].substring(1)}):a[a.length-1].text+="$"+t[i];if(a.length>1)return a}return e};var A=["auto","above","below","hidden"];function S(e){if(0===e.length)return{value:1};if(1===e.length)if("number"===e[0].type){if(e[0].floatt>=0||e[0].floatt<=1)return{value:e[0].floatt}}else{if("false"===e[0].token)return{value:0};if("true"===e[0].token)return{value:1}}return{error:"Directive stretchlast requires zero or one parameter: false, true, or number between 0 and 1 (received "+e[0].token+")"}}i.addDirective=function(o){var N=e.tokenize(o,0,o.length);if(0===N.length||"alpha"!==N[0].type)return null;var _=o.substring(o.indexOf(N[0].token)+N[0].token.length);_=e.stripComment(_);var E,M=N.shift().token.toLowerCase(),B="";switch(M){case"bagpipes":n.formatting.bagpipes=!0;break;case"flatbeams":n.formatting.flatbeams=!0;break;case"jazzchords":n.formatting.jazzchords=!0;break;case"landscape":r.landscape=!0;break;case"papersize":r.papersize=_;break;case"graceslurs":if(1!==N.length)return"Directive graceslurs requires one parameter: 0 or 1";if("0"===N[0].token||"false"===N[0].token)n.formatting.graceSlurs=!1;else{if("1"!==N[0].token&&"true"!==N[0].token)return"Directive graceslurs requires one parameter: 0 or 1 (received "+N[0].token+")";n.formatting.graceSlurs=!0}break;case"stretchlast":var L=S(N);if(void 0!==L.value&&(n.formatting.stretchlast=L.value),L.error)return L.error;break;case"titlecaps":r.titlecaps=!0;break;case"titleleft":n.formatting.titleleft=!0;break;case"measurebox":n.formatting.measurebox=!0;break;case"vocal":return p("vocalPosition",M,N,A);case"dynamic":return p("dynamicPosition",M,N,A);case"gchord":return p("chordPosition",M,N,A);case"ornament":return p("ornamentPosition",M,N,A);case"volume":return p("volumePosition",M,N,A);case"botmargin":case"botspace":case"composerspace":case"indent":case"leftmargin":case"linesep":case"musicspace":case"partsspace":case"pageheight":case"pagewidth":case"rightmargin":case"staffsep":case"staffwidth":case"subtitlespace":case"sysstaffsep":case"systemsep":case"textspace":case"titlespace":case"topmargin":case"topspace":case"vocalspace":case"wordsspace":return function(t,r){var a=e.getMeasurement(r);return 0===a.used||0!==r.length?'Directive "'+t+'" requires a measurement as a parameter.':(n.formatting[t]=a.value,null)}(M,N);case"voicescale":if(1!==N.length||"number"!==N[0].type)return"voicescale requires one float as a parameter";var P=N.shift();return r.currentVoice&&(r.currentVoice.scale=P.floatt,s.changeVoiceScale(r.currentVoice.scale)),null;case"vskip":var z=Math.round(function(t,r){var a=e.getMeasurement(r);return 0===a.used||0!==r.length?{error:'Directive "'+t+'" requires a measurement as a parameter.'}:a.value}(M,N));return z.error?z.error:(s.addSpacing(z),null);case"scale":h(M,N);break;case"sep":if(0===N.length)s.addSeparator(14,14,85,{startChar:r.iChar,endChar:r.iChar+5});else{var H=e.getMeasurement(N);if(0===H.used)return'Directive "'+M+'" requires 3 numbers: space above, space below, length of line';var O=H.value;if(0===(H=e.getMeasurement(N)).used)return'Directive "'+M+'" requires 3 numbers: space above, space below, length of line';var F=H.value;if(0===(H=e.getMeasurement(N)).used||0!==N.length)return'Directive "'+M+'" requires 3 numbers: space above, space below, length of line';var D=H.value;s.addSeparator(O,F,D,{startChar:r.iChar,endChar:r.iChar+_.length})}break;case"barsperstaff":if(null!==(B=f("barsperstaff",M,N)))return B;break;case"staffnonote":if(1!==N.length)return"Directive staffnonote requires one parameter: 0 or 1";if("0"===N[0].token)r.staffnonote=!0;else{if("1"!==N[0].token)return"Directive staffnonote requires one parameter: 0 or 1 (received "+N[0].token+")";r.staffnonote=!1}break;case"printtempo":if(null!==(B=d("printTempo",M,N)))return B;break;case"partsbox":if(null!==(B=d("partsBox",M,N)))return B;r.partsfont.box=r.partsBox;break;case"freegchord":if(null!==(B=d("freegchord",M,N)))return B;break;case"measurenb":case"barnumbers":if(null!==(B=f("barNumbers",M,N)))return B;break;case"setbarnb":if(1!==N.length||"number"!==N[0].type)return"Directive setbarnb requires a number as a parameter.";r.currBarNumber=s.setBarNumberImmediate(N[0].intt);break;case"begintext":var I="";for(E=e.nextLine();E&&0!==E.indexOf("%%endtext");)a.startsWith(E,"%%")?I+=E.substring(2)+"\n":I+=E+"\n",E=e.nextLine();s.addText(I,{startChar:r.iChar,endChar:r.iChar+I.length+7});break;case"continueall":r.continueall=!0;break;case"beginps":for(E=e.nextLine();E&&0!==E.indexOf("%%endps");)e.nextLine();t("Postscript ignored",o,0);break;case"deco":_.length>0&&r.ignoredDecorations.push(_.substring(0,_.indexOf(" "))),t("Decoration redefinition ignored",o,0);break;case"text":var Y=e.translateString(_);s.addText(i.parseFontChangeLine(Y),{startChar:r.iChar,endChar:r.iChar+_.length+7});break;case"center":var V=e.translateString(_);s.addCentered(i.parseFontChangeLine(V));break;case"font":break;case"setfont":var G=e.tokenize(_,0,_.length);if(G.length>=4&&"-"===G[0].token&&"number"===G[1].type){var W=parseInt(G[1].token);W>=1&&W<=4&&(r.setfont||(r.setfont=[]),G.shift(),G.shift(),r.setfont[W]=c(G,r.setfont[W],o,0,"setfont"))}break;case"gchordfont":case"partsfont":case"tripletfont":case"vocalfont":case"textfont":case"annotationfont":case"historyfont":case"infofont":case"measurefont":case"repeatfont":case"wordsfont":return l(M,N,o);case"composerfont":case"subtitlefont":case"tempofont":case"titlefont":case"voicefont":case"footerfont":case"headerfont":return function(e,t,r){return 0===t.length?'Directive "'+e+'" requires a font as a parameter.':(n.formatting[e]=c(t,n.formatting[e],r,0,e),null)}(M,N,o);case"barlabelfont":case"barnumberfont":case"barnumfont":return l("measurefont",N,o);case"staves":case"score":r.score_is_present=!0;for(var q,j=function(e,t,i,n,s){(t||0===r.staves.length)&&r.staves.push({index:r.staves.length,numVoices:0});var o=a.last(r.staves);void 0!==i&&void 0===o.bracket&&(o.bracket=i),void 0!==n&&void 0===o.brace&&(o.brace=n),s&&(o.connectBarLines="end"),void 0===r.voices[e]&&(r.voices[e]={staffNum:o.index,index:o.numVoices},o.numVoices++)},X=!1,R=!1,U=!1,K=!1,Q=!1,$=!1,Z=!1,J=function(){if(Z=!0,q){var e="start";q.staffNum>0&&("start"!==r.staves[q.staffNum-1].connectBarLines&&"continue"!==r.staves[q.staffNum-1].connectBarLines||(e="continue")),r.staves[q.staffNum].connectBarLines=e}};N.length;){var ee=N.shift();switch(ee.token){case"(":X?t("Can't nest parenthesis in %%score",o,ee.start):(X=!0,K=!0);break;case")":!X||K?t("Unexpected close parenthesis in %%score",o,ee.start):X=!1;break;case"[":R?t("Can't nest brackets in %%score",o,ee.start):(R=!0,Q=!0);break;case"]":!R||Q?t("Unexpected close bracket in %%score",o,ee.start):(R=!1,r.staves[q.staffNum].bracket="end");break;case"{":U?t("Can't nest braces in %%score",o,ee.start):(U=!0,$=!0);break;case"}":!U||$?t("Unexpected close brace in %%score",o,ee.start):(U=!1,r.staves[q.staffNum].brace="end");break;case"|":J();break;default:for(var te="";("alpha"===ee.type||"number"===ee.type)&&(te+=ee.token,ee.continueId);)ee=N.shift();j(te,!X||K,Q?"start":R?"continue":void 0,$?"start":U?"continue":void 0,Z),K=!1,Q=!1,$=!1,Z=!1,q=r.voices[te],"staves"===M&&J()}}break;case"newpage":var re=e.getInt(_);s.addNewPage(0===re.digits?-1:re.value);break;case"abc":var ae=_.split(" ");switch(ae[0]){case"-copyright":case"-creator":case"-edited-by":case"-version":case"-charset":var ie=ae.shift();s.addMetaText(M+ie,ae.join(" "),{startChar:r.iChar,endChar:r.iChar+_.length+5});break;default:return"Unknown directive: "+M+ae[0]}break;case"header":case"footer":var ne=e.getMeat(_,0,_.length);'"'===(ne=_.substring(ne.start,ne.end)).charAt(0)&&'"'===ne.charAt(ne.length-1)&&(ne=ne.substring(1,ne.length-1));var se=ne.split("\t"),oe={};oe=1===se.length?{left:"",center:se[0],right:""}:2===se.length?{left:se[0],center:se[1],right:""}:{left:se[0],center:se[1],right:se[2]},se.length>3&&t("Too many tabs in "+M+": "+se.length+" found.",_,0),s.addMetaTextObj(M,oe,{startChar:r.iChar,endChar:r.iChar+o.length});break;case"midi":var ce=e.tokenize(_,0,_.length,!0);ce.length>0&&"="===ce[0].token&&ce.shift(),0===ce.length?t("Expected midi command",_,0):function(e,r,a){var i=e.shift().token,n=[];if(m.indexOf(i)>=0)0!==e.length&&t("Unexpected parameter in MIDI "+i,a,0);else if(g.indexOf(i)>=0)1!==e.length?t("Expected one parameter in MIDI "+i,a,0):n.push(e[0].token);else if(v.indexOf(i)>=0)1!==e.length?t("Expected one parameter in MIDI "+i,a,0):"number"!==e[0].type?t("Expected one integer parameter in MIDI "+i,a,0):n.push(e[0].intt);else if(b.indexOf(i)>=0)1!==e.length&&2!==e.length?t("Expected one or two parameters in MIDI "+i,a,0):"number"!==e[0].type||2===e.length&&"number"!==e[1].type?t("Expected integer parameter in MIDI "+i,a,0):(n.push(e[0].intt),2===e.length&&n.push(e[1].intt));else if(y.indexOf(i)>=0)2!==e.length?t("Expected two parameters in MIDI "+i,a,0):"number"!==e[0].type||"number"!==e[1].type?t("Expected two integer parameters in MIDI "+i,a,0):(n.push(e[0].intt),n.push(e[1].intt));else if(k.indexOf(i)>=0)2!==e.length?t("Expected two parameters in MIDI "+i,a,0):"alpha"!==e[0].type||"number"!==e[1].type?t("Expected one string and one integer parameters in MIDI "+i,a,0):(n.push(e[0].token),n.push(e[1].intt));else if("drummap"===i)2===e.length&&"alpha"===e[0].type&&"number"===e[1].type?(r.formatting||(r.formatting={}),r.formatting.midi||(r.formatting.midi={}),r.formatting.midi.drummap||(r.formatting.midi.drummap={}),r.formatting.midi.drummap[e[0].token]=e[1].intt,n=r.formatting.midi.drummap):3===e.length&&"punct"===e[0].type&&"alpha"===e[1].type&&"number"===e[2].type?(r.formatting||(r.formatting={}),r.formatting.midi||(r.formatting.midi={}),r.formatting.midi.drummap||(r.formatting.midi.drummap={}),r.formatting.midi.drummap[e[0].token+e[1].token]=e[2].intt,n=r.formatting.midi.drummap):t("Expected one note name and one integer parameter in MIDI "+i,a,0);else if(C.indexOf(i)>=0)3!==e.length||"number"!==e[0].type||"/"!==e[1].token||"number"!==e[2].type?t("Expected fraction parameter in MIDI "+i,a,0):(n.push(e[0].intt),n.push(e[2].intt));else if(x.indexOf(i)>=0)4!==e.length?t("Expected four parameters in MIDI "+i,a,0):"number"!==e[0].type||"number"!==e[1].type||"number"!==e[2].type||"number"!==e[3].type?t("Expected four integer parameters in MIDI "+i,a,0):(n.push(e[0].intt),n.push(e[1].intt),n.push(e[2].intt),n.push(e[3].intt));else if(w.indexOf(i)>=0)5!==e.length?t("Expected five parameters in MIDI "+i,a,0):"number"!==e[0].type||"number"!==e[1].type||"number"!==e[2].type||"number"!==e[3].type||"number"!==e[4].type?t("Expected five integer parameters in MIDI "+i,a,0):(n.push(e[0].intt),n.push(e[1].intt),n.push(e[2].intt),n.push(e[3].intt),n.push(e[4].intt));else if(b.indexOf(i)>=0)1!==e.length||4!==e.length?t("Expected one or two parameters in MIDI "+i,a,0):"number"!==e[0].type?t("Expected integer parameter in MIDI "+i,a,0):4===e.length?("octave"!==e[1].token&&t("Expected octave parameter in MIDI "+i,a,0),"="!==e[2].token&&t("Expected octave parameter in MIDI "+i,a,0),"number"!==e[3].type&&t("Expected integer parameter for octave in MIDI "+i,a,0)):(n.push(e[0].intt),4===e.length&&n.push(e[3].intt));else if(T.indexOf(i)>=0)if(e.length<2)t("Expected string parameter and at least one integer parameter in MIDI "+i,a,0);else if("alpha"!==e[0].type)t("Expected string parameter and at least one integer parameter in MIDI "+i,a,0);else{var o=e.shift();for(n.push(o.token);e.length>0;)"number"!==(o=e.shift()).type&&t("Expected integer parameter in MIDI "+i,a,0),n.push(o.intt)}s.hasBeginMusic()?s.appendElement("midi",-1,-1,{cmd:i,params:n}):(void 0===r.formatting.midi&&(r.formatting.midi={}),r.formatting.midi[i]=n)}(ce,n,_);break;case"percmap":var le=function(e){var t=e.split(/\s+/);if(2!==t.length&&3!==t.length)return{error:'Expected parameters "abc-note", "drum-sound", and optionally "note-head"'};var r=t[0],a=parseInt(t[1],10);if((isNaN(a)||a<35||a>81)&&t[1]&&(a=u.indexOf(t[1].toLowerCase())+35),isNaN(a)||a<35||a>81)return{error:'Expected drum name, received "'+t[1]+'"'};var i={sound:a};return 3===t.length&&(i.noteHead=t[2]),{key:r,value:i}}(_);le.error?t(le.error,o,8):(n.formatting.percmap||(n.formatting.percmap={}),n.formatting.percmap[le.key]=le.value);break;case"map":case"playtempo":case"auquality":case"continuous":case"nobarcheck":n.formatting[M]=_;break;default:return"Unknown directive: "+M}return null},i.globalFormatting=function(a){for(var i in a)if(a.hasOwnProperty(i)){var s,o=""+a[i],c=e.tokenize(o,0,o.length);switch(i){case"titlefont":case"gchordfont":case"composerfont":case"footerfont":case"headerfont":case"historyfont":case"infofont":case"measurefont":case"partsfont":case"repeatfont":case"subtitlefont":case"tempofont":case"textfont":case"voicefont":case"tripletfont":case"vocalfont":case"wordsfont":case"annotationfont":case"tablabelfont":case"tabnumberfont":case"tabgracefont":l(i,c,o);break;case"scale":h(i,c);break;case"partsbox":null!==(s=d("partsBox",i,c))&&t(s),r.partsfont.box=r.partsBox;break;case"freegchord":null!==(s=d("freegchord",i,c))&&t(s);break;case"fontboxpadding":1===c.length&&"number"===c[0].type||t('Directive "'+i+'" requires a number as a parameter.'),n.formatting.fontboxpadding=c[0].floatt;break;case"stretchlast":var u=S(c);if(void 0!==u.value&&(n.formatting.stretchlast=u.value),u.error)return u.error;break;default:t("Formatting directive unrecognized: ",i,0)}}}}(),e.exports=i},9928:function(e,t,r){var a=r(5008),i=r(8360),n=r(9708);e.exports=function(e,t,r,s,o){this.reset=function(e,t,r,a){n.initialize(e,t,r,a,o),i.initialize(e,t,r,a,o)},this.reset(e,t,r,s),this.setTitle=function(t){if(r.hasMainTitle)o.addSubtitle(e.translateString(e.stripComment(t)),{startChar:r.iChar,endChar:r.iChar+t.length+2});else{var a=e.translateString(e.theReverser(e.stripComment(t)));r.titlecaps&&(a=a.toUpperCase()),o.addMetaText("title",a,{startChar:r.iChar,endChar:r.iChar+t.length+2}),r.hasMainTitle=!0}},this.setMeter=function(a){if("C"===(a=e.stripComment(a)))return!0===r.havent_set_length&&(r.default_length=.125,r.havent_set_length=!1),{type:"common_time"};if("C|"===a)return!0===r.havent_set_length&&(r.default_length=.125,r.havent_set_length=!1),{type:"cut_time"};if("o"===a)return!0===r.havent_set_length&&(r.default_length=.125,r.havent_set_length=!1),{type:"tempus_perfectum"};if("c"===a)return!0===r.havent_set_length&&(r.default_length=.125,r.havent_set_length=!1),{type:"tempus_imperfectum"};if("o."===a)return!0===r.havent_set_length&&(r.default_length=.125,r.havent_set_length=!1),{type:"tempus_perfectum_prolatio"};if("c."===a)return!0===r.havent_set_length&&(r.default_length=.125,r.havent_set_length=!1),{type:"tempus_imperfectum_prolatio"};if(0===a.length||"none"===a.toLowerCase())return!0===r.havent_set_length&&(r.default_length=.125,r.havent_set_length=!1),null;var i=e.tokenize(a,0,a.length);try{var n=function(){var e=function(){var e={value:0,num:""},t=i.shift();for("("===t.token&&(t=i.shift());;){if("number"!==t.type)throw"Expected top number of meter";if(e.value+=parseInt(t.token),e.num+=t.token,0===i.length||"/"===i[0].token)return e;if(")"===(t=i.shift()).token){if(0===i.length||"/"===i[0].token)return e;throw"Unexpected paren in meter"}if("."!==t.token&&"+"!==t.token)throw"Expected top number of meter";if(e.num+=t.token,0===i.length)throw"Expected top number of meter";t=i.shift()}return e}();if(0===i.length)return e;var t=i.shift();if("/"!==t.token)throw"Expected slash in meter";if("number"!==(t=i.shift()).type)throw"Expected bottom number of meter";return e.den=t.token,e.value=e.value/parseInt(e.den),e};if(0===i.length)throw"Expected meter definition in M: line";for(var s={type:"specified",value:[]},o=0;;){var c=n();o+=c.value;var l={num:c.num};if(void 0!==c.den&&(l.den=c.den),s.value.push(l),0===i.length)break}return!0===r.havent_set_length&&(r.default_length=o<.75?.0625:.125,r.havent_set_length=!1),s}catch(e){t(e,a,0)}return null},this.calcTempo=function(e){var t=1/4;r.meter&&"specified"===r.meter.type?t=1/parseInt(r.meter.value[0].den):r.origMeter&&"specified"===r.origMeter.type&&(t=1/parseInt(r.origMeter.value[0].den));for(var a=0;a<e.duration;a++)e.duration[a]=t*e.duration[a];return e},this.resolveTempo=function(){r.tempo&&(this.calcTempo(r.tempo),s.metaText.tempo=r.tempo,delete r.tempo)},this.addUserDefinition=function(e,i,n){var s=e.indexOf("=",i);if(-1!==s){var o=a.strip(e.substring(i,s)),c=a.strip(e.substring(s+1));1===o.length?-1!=="HIJKLMNOPQRSTUVWXYhijklmnopqrstuvw~".indexOf(o)?0!==c.length?(void 0===r.macros&&(r.macros={}),r.macros[o]=c):t("Missing macro definition",e,i):t("Macro definitions must be H-Y, h-w, or tilde",e,i):t("Macro definitions can only be one character",e,i)}else t("Need an = in a macro definition",e,i)},this.setDefaultLength=function(e,t,i){var n=a.gsub(e.substring(t,i)," ","").split("/");if(2===n.length){var s=parseInt(n[0]),o=parseInt(n[1]);o>0&&(r.default_length=s/o,r.havent_set_length=!1)}else 1===n.length&&"1"===n[0]&&(r.default_length=1,r.havent_set_length=!1)};var c={larghissimo:20,adagissimo:24,sostenuto:28,grave:32,largo:40,lento:50,larghetto:60,adagio:68,adagietto:74,andante:80,andantino:88,"marcia moderato":84,"andante moderato":100,moderato:112,allegretto:116,"allegro moderato":120,allegro:126,animato:132,agitato:140,veloce:148,"mosso vivo":156,vivace:164,vivacissimo:172,allegrissimo:176,presto:184,prestissimo:210};this.setTempo=function(a,i,n,s){try{var o=e.tokenize(a,i,n);if(0===o.length)throw"Missing parameter in Q: field";var l={startChar:s+i-2,endChar:s+n},h=!0,u=o.shift();if("quote"===u.type&&(l.preString=u.token,u=o.shift(),0===o.length))return c[l.preString.toLowerCase()]&&(l.bpm=c[l.preString.toLowerCase()],l.suppressBpm=!0),{type:"immediate",tempo:l};if("alpha"===u.type&&"C"===u.token){if(0===o.length)throw"Missing tempo after C in Q: field";if("punct"===(u=o.shift()).type&&"="===u.token){if(0===o.length)throw"Missing tempo after = in Q: field";if("number"!==(u=o.shift()).type)throw"Expected number after = in Q: field";l.duration=[1],l.bpm=parseInt(u.token)}else{if("number"!==u.type)throw"Expected number or equal after C in Q: field";if(l.duration=[parseInt(u.token)],0===o.length)throw"Missing = after duration in Q: field";if("punct"!==(u=o.shift()).type||"="!==u.token)throw"Expected = after duration in Q: field";if(0===o.length)throw"Missing tempo after = in Q: field";if("number"!==(u=o.shift()).type)throw"Expected number after = in Q: field";l.bpm=parseInt(u.token)}}else{if("number"!==u.type)throw"Unknown value in Q: field";var f=parseInt(u.token);if(0===o.length||"quote"===o[0].type)l.duration=[1],l.bpm=f;else{if(h=!1,"punct"!==(u=o.shift()).type&&"/"!==u.token)throw"Expected fraction in Q: field";if("number"!==(u=o.shift()).type)throw"Expected fraction in Q: field";var d=parseInt(u.token);for(l.duration=[f/d];o.length>0&&"="!==o[0].token&&"quote"!==o[0].type;){if("number"!==(u=o.shift()).type)throw"Expected fraction in Q: field";if(f=parseInt(u.token),"punct"!==(u=o.shift()).type&&"/"!==u.token)throw"Expected fraction in Q: field";if("number"!==(u=o.shift()).type)throw"Expected fraction in Q: field";d=parseInt(u.token),l.duration.push(f/d)}if("punct"!==(u=o.shift()).type&&"="!==u.token)throw"Expected = in Q: field";if("number"!==(u=o.shift()).type)throw"Expected tempo in Q: field";l.bpm=parseInt(u.token)}}if(0!==o.length&&("quote"===(u=o.shift()).type&&(l.postString=u.token,u=o.shift()),0!==o.length))throw"Unexpected string at end of Q: field";return!1===r.printTempo&&(l.suppress=!0),{type:h?"delaySet":"immediate",tempo:l}}catch(e){return t(e,a,i),{type:"none"}}},this.letter_to_inline_header=function(a,c,l){var h=e.eatWhiteSpace(a,c);if(c+=h,a.length>=c+5&&"["===a.charAt(c)&&":"===a.charAt(c+2)){var u=a.indexOf("]",c),f=r.iChar+c,d=r.iChar+u+1;switch(a.substring(c,c+3)){case"[I:":var p=i.addDirective(a.substring(c+3,u));return p&&t(p,a,c),[u-c+1+h];case"[M:":var m=this.setMeter(a.substring(c+3,u));return o.hasBeginMusic()&&m?o.appendStartingElement("meter",f,d,m):r.meter=m,[u-c+1+h];case"[K:":var g=n.parseKey(a.substring(c+3,u),!0);return g.foundClef&&o.hasBeginMusic()&&o.appendStartingElement("clef",f,d,r.clef),g.foundKey&&o.hasBeginMusic()&&o.appendStartingElement("key",f,d,n.fixKey(r.clef,r.key)),[u-c+1+h];case"[P:":return l||s.lines.length<=s.lineNum?r.partForNextLine={title:a.substring(c+3,u),startChar:f,endChar:d}:o.appendElement("part",f,d,{title:a.substring(c+3,u)}),[u-c+1+h];case"[L:":return this.setDefaultLength(a,c+3,u),[u-c+1+h];case"[Q:":if(u>0){var v=this.setTempo(a,c+3,u,r.iChar);return"delaySet"===v.type?o.hasBeginMusic()?o.appendElement("tempo",f,d,this.calcTempo(v.tempo)):r.tempoForNextLine=["tempo",f,d,this.calcTempo(v.tempo)]:"immediate"===v.type&&(!l&&o.hasBeginMusic()?o.appendElement("tempo",f,d,v.tempo):r.tempoForNextLine=["tempo",f,d,v.tempo]),[u-c+1+h,a.charAt(c+1),a.substring(c+3,u)]}break;case"[V:":if(u>0)return n.parseVoice(a,c+3,u),[u-c+1+h,a.charAt(c+1),a.substring(c+3,u)]}}return[0]},this.letter_to_body_header=function(e,s){if(e.length>=s+3)switch(e.substring(s,s+2)){case"I:":var c=i.addDirective(e.substring(s+2));return c&&t(c,e,s),[e.length];case"M:":var l=this.setMeter(e.substring(s+2));return o.hasBeginMusic()&&l&&o.appendStartingElement("meter",r.iChar+s,r.iChar+e.length,l),[e.length];case"K:":var h=n.parseKey(e.substring(s+2),o.hasBeginMusic());return h.foundClef&&o.hasBeginMusic()&&o.appendStartingElement("clef",r.iChar+s,r.iChar+e.length,r.clef),h.foundKey&&o.hasBeginMusic()&&o.appendStartingElement("key",r.iChar+s,r.iChar+e.length,n.fixKey(r.clef,r.key)),[e.length];case"P:":return o.hasBeginMusic()&&o.appendElement("part",r.iChar+s,r.iChar+e.length,{title:e.substring(s+2)}),[e.length];case"L:":return this.setDefaultLength(e,s+2,e.length),[e.length];case"Q:":var u=e.indexOf("",s+2);-1===u&&(u=e.length);var f=this.setTempo(e,s+2,u,r.iChar);return"delaySet"===f.type?o.appendElement("tempo",r.iChar+s,r.iChar+e.length,this.calcTempo(f.tempo)):"immediate"===f.type&&o.appendElement("tempo",r.iChar+s,r.iChar+e.length,f.tempo),[u,e.charAt(s),a.strip(e.substring(s+2))];case"V:":return n.parseVoice(e,s+2,e.length),[e.length,e.charAt(s),a.strip(e.substring(s+2))]}return[0]};var l={A:"author",B:"book",C:"composer",D:"discography",F:"url",G:"group",I:"instruction",N:"notes",O:"origin",R:"rhythm",S:"source",W:"unalignedWords",Z:"transcription"};this.parseHeader=function(a){var c=l[a.charAt(0)];if(void 0!==c)return"unalignedWords"===c?o.addMetaTextArray(c,i.parseFontChangeLine(e.translateString(e.stripComment(a.substring(2)))),{startChar:r.iChar,endChar:r.iChar+a.length}):o.addMetaText(c,e.translateString(e.stripComment(a.substring(2))),{startChar:r.iChar,endChar:r.iChar+a.length}),{};var h=r.iChar,u=h+a.length;switch(a.charAt(0)){case"H":for(o.addMetaText("history",e.translateString(e.stripComment(a.substring(2))),{startChar:r.iChar,endChar:r.iChar+a.length}),a=e.peekLine();a&&":"!==a.charAt(1);)e.nextLine(),o.addMetaText("history",e.translateString(e.stripComment(a)),{startChar:r.iChar,endChar:r.iChar+a.length}),a=e.peekLine();break;case"K":this.resolveTempo();var f=n.parseKey(a.substring(2),!1);!r.is_in_header&&o.hasBeginMusic()&&(f.foundClef&&o.appendStartingElement("clef",h,u,r.clef),f.foundKey&&o.appendStartingElement("key",h,u,n.fixKey(r.clef,r.key))),r.is_in_header=!1;break;case"L":this.setDefaultLength(a,2,a.length);break;case"M":r.origMeter=r.meter=this.setMeter(a.substring(2));break;case"P":r.is_in_header?o.addMetaText("partOrder",e.translateString(e.stripComment(a.substring(2))),{startChar:r.iChar,endChar:r.iChar+a.length}):r.partForNextLine={title:e.translateString(e.stripComment(a.substring(2))),startChar:h,endChar:u};break;case"Q":var d=this.setTempo(a,2,a.length,r.iChar);"delaySet"===d.type?r.tempo=d.tempo:"immediate"===d.type&&(s.metaText.tempo?r.tempoForNextLine=["tempo",h,u,d.tempo]:s.metaText.tempo=d.tempo);break;case"T":this.setTitle(a.substring(2));break;case"U":this.addUserDefinition(a,2,a.length);break;case"V":if(n.parseVoice(a,2,a.length),!r.is_in_header)return{newline:!0};break;case"s":return{symbols:!0};case"w":return{words:!0};case"X":break;case"E":case"m":t("Ignored header",a,0);break;default:return{regular:!0}}return{}}}},9708:function(e,t,r){var a=r(5008),i=r(8360),n=r(2821),s={};!function(){var e,t,r,o;s.initialize=function(a,i,n,s,c){e=a,t=i,r=n,o=c},s.standardKey=function(e,t,a,i){return n.keySignature(r,e,t,a,i)};var c={treble:{clef:"treble",pitch:4,mid:0},"treble+8":{clef:"treble+8",pitch:4,mid:0},"treble-8":{clef:"treble-8",pitch:4,mid:0},"treble^8":{clef:"treble+8",pitch:4,mid:0},treble_8:{clef:"treble-8",pitch:4,mid:0},treble1:{clef:"treble",pitch:2,mid:2},treble2:{clef:"treble",pitch:4,mid:0},treble3:{clef:"treble",pitch:6,mid:-2},treble4:{clef:"treble",pitch:8,mid:-4},treble5:{clef:"treble",pitch:10,mid:-6},perc:{clef:"perc",pitch:6,mid:0},none:{clef:"none",mid:0},bass:{clef:"bass",pitch:8,mid:-12},"bass+8":{clef:"bass+8",pitch:8,mid:-12},"bass-8":{clef:"bass-8",pitch:8,mid:-12},"bass^8":{clef:"bass+8",pitch:8,mid:-12},bass_8:{clef:"bass-8",pitch:8,mid:-12},"bass+16":{clef:"bass",pitch:8,mid:-12},"bass-16":{clef:"bass",pitch:8,mid:-12},"bass^16":{clef:"bass",pitch:8,mid:-12},bass_16:{clef:"bass",pitch:8,mid:-12},bass1:{clef:"bass",pitch:2,mid:-6},bass2:{clef:"bass",pitch:4,mid:-8},bass3:{clef:"bass",pitch:6,mid:-10},bass4:{clef:"bass",pitch:8,mid:-12},bass5:{clef:"bass",pitch:10,mid:-14},tenor:{clef:"alto",pitch:8,mid:-8},tenor1:{clef:"alto",pitch:2,mid:-2},tenor2:{clef:"alto",pitch:4,mid:-4},tenor3:{clef:"alto",pitch:6,mid:-6},tenor4:{clef:"alto",pitch:8,mid:-8},tenor5:{clef:"alto",pitch:10,mid:-10},alto:{clef:"alto",pitch:6,mid:-6},alto1:{clef:"alto",pitch:2,mid:-2},alto2:{clef:"alto",pitch:4,mid:-4},alto3:{clef:"alto",pitch:6,mid:-6},alto4:{clef:"alto",pitch:8,mid:-8},alto5:{clef:"alto",pitch:10,mid:-10},"alto+8":{clef:"alto+8",pitch:6,mid:-6},"alto-8":{clef:"alto-8",pitch:6,mid:-6},"alto^8":{clef:"alto+8",pitch:6,mid:-6},alto_8:{clef:"alto-8",pitch:6,mid:-6}},l=function(e,t){var r=c[e];return(r?r.mid:0)+t};s.fixClef=function(e){var t=c[e.type];t&&(e.clefPos=t.pitch,e.type=t.clef)},s.deepCopyKey=function(e){var t={accidentals:[],root:e.root,acc:e.acc,mode:e.mode};return a.each(e.accidentals,(function(e){t.accidentals.push(a.clone(e))})),t};var h={A:5,B:6,C:0,D:1,E:2,F:3,G:4,a:12,b:13,c:7,d:8,e:9,f:10,g:11};s.addPosToKey=function(e,t){var r=e.verticalPos;a.each(t.accidentals,(function(e){var t=h[e.note];t-=r,e.verticalPos=t})),t.impliedNaturals&&a.each(t.impliedNaturals,(function(e){var t=h[e.note];t-=r,e.verticalPos=t})),r<-10?(a.each(t.accidentals,(function(e){e.verticalPos-=7,(e.verticalPos>=11||10===e.verticalPos&&"flat"===e.acc)&&(e.verticalPos-=7),"A"===e.note&&"sharp"===e.acc&&(e.verticalPos-=7),"G"!==e.note&&"F"!==e.note||"flat"!==e.acc||(e.verticalPos-=7)})),t.impliedNaturals&&a.each(t.impliedNaturals,(function(e){e.verticalPos-=7,(e.verticalPos>=11||10===e.verticalPos&&"flat"===e.acc)&&(e.verticalPos-=7),"A"===e.note&&"sharp"===e.acc&&(e.verticalPos-=7),"G"!==e.note&&"F"!==e.note||"flat"!==e.acc||(e.verticalPos-=7)}))):r<-4?(a.each(t.accidentals,(function(e){e.verticalPos-=7,-8!==r||"f"!==e.note&&"g"!==e.note||"sharp"!==e.acc||(e.verticalPos-=7)})),t.impliedNaturals&&a.each(t.impliedNaturals,(function(e){e.verticalPos-=7,-8!==r||"f"!==e.note&&"g"!==e.note||"sharp"!==e.acc||(e.verticalPos-=7)}))):r>=7&&(a.each(t.accidentals,(function(e){e.verticalPos+=7})),t.impliedNaturals&&a.each(t.impliedNaturals,(function(e){e.verticalPos+=7})))},s.fixKey=function(e,t){var r=a.clone(t);return s.addPosToKey(e,r),r};var u=function(e){var t=0,r=e.charAt(t++);"^"!==r&&"_"!==r||(r=e.charAt(t++));var a=h[r];for(void 0===a&&(a=6);t<e.length;t++)if(","===e.charAt(t))a-=7;else{if("'"!==e.charAt(t))break;a+=7}return{mid:a-6,str:e.substring(t)}};s.parseKey=function(a,n){0===a.length&&(a="none");var o=e.tokenize(a,0,a.length),c={};if(0===o.length)return t("Must pass in key signature.",a,0),c;switch(o[0].token){case"HP":i.addDirective("bagpipes"),r.key={root:"HP",accidentals:[],acc:"",mode:""},c.foundKey=!0,o.shift();break;case"Hp":i.addDirective("bagpipes"),r.key={root:"Hp",accidentals:[{acc:"natural",note:"g"},{acc:"sharp",note:"f"},{acc:"sharp",note:"c"}],acc:"",mode:""},c.foundKey=!0,o.shift();break;case"none":r.key={root:"none",accidentals:[],acc:"",mode:""},c.foundKey=!0,o.shift();break;default:var h=e.getKeyPitch(o[0].token);if(h.len>0){c.foundKey=!0;var u="",f="";o[0].token.length>1?o[0].token=o[0].token.substring(1):o.shift();var d=h.token;if(o.length>0){var p=e.getSharpFlat(o[0].token);if(p.len>0&&(o[0].token.length>1?o[0].token=o[0].token.substring(1):o.shift(),d+=p.token,u=p.token),o.length>0){var m=e.getMode(o[0].token);m.len>0&&(o.shift(),d+=m.token,f=m.token)}if(void 0===s.standardKey(d,h.token,u,0))return t("Unsupported key signature: "+d,a,0),c}var g,v=s.deepCopyKey(r.key),b=!n&&r.globalTranspose?-r.globalTranspose:0;if(n&&(g=r.globalTransposeOrigKeySig),r.key=s.deepCopyKey(s.standardKey(d,h.token,u,b)),n&&(r.globalTransposeOrigKeySig=g),r.key.mode=f,v){for(var y,x=0;x<r.key.accidentals.length;x++)for(y=0;y<v.accidentals.length;y++)v.accidentals[y].note&&r.key.accidentals[x].note.toLowerCase()===v.accidentals[y].note.toLowerCase()&&(v.accidentals[y].note=null);for(y=0;y<v.accidentals.length;y++)v.accidentals[y].note&&(r.key.impliedNaturals||(r.key.impliedNaturals=[]),r.key.impliedNaturals.push({acc:"natural",note:v.accidentals[y].note}))}}}if(0===o.length)return c;if("exp"===o[0].token&&o.shift(),0===o.length)return c;if("oct"===o[0].token&&o.shift(),0===o.length)return c;var w,k=e.getKeyAccidentals2(o);if(k.warn&&t(k.warn,a,0),k.accs){c.foundKey||(c.foundKey=!0,r.key={root:"none",acc:"",mode:"",accidentals:[]}),function(e){for(var t=0;t<e.length;t++)"b"===e[t].note?e[t].note="B":"a"===e[t].note?e[t].note="A":"F"===e[t].note?e[t].note="f":"E"===e[t].note?e[t].note="e":"D"===e[t].note?e[t].note="d":"C"===e[t].note?e[t].note="c":"G"===e[t].note&&"sharp"===e[t].acc?e[t].note="g":"g"===e[t].note&&"flat"===e[t].acc&&(e[t].note="G")}(k.accs);for(var C=0;C<k.accs.length;C++){for(var T=!1,A=0;A<r.key.accidentals.length&&!T;A++)r.key.accidentals[A].note===k.accs[C].note&&(T=!0,r.key.accidentals[A].acc!==k.accs[C].acc&&(r.key.accidentals[A].acc=k.accs[C].acc,r.key.explicitAccidentals||(r.key.explicitAccidentals=[]),r.key.explicitAccidentals.push(k.accs[C])));if(!T&&(r.key.explicitAccidentals||(r.key.explicitAccidentals=[]),r.key.explicitAccidentals.push(k.accs[C]),r.key.accidentals.push(k.accs[C]),r.key.impliedNaturals))for(var S=0;S<r.key.impliedNaturals.length;S++)r.key.impliedNaturals[S].note===k.accs[C].note&&r.key.impliedNaturals.splice(S,1)}}for(;o.length>0;)switch(o[0].token){case"m":case"middle":if(o.shift(),0===o.length)return t("Expected = after middle",a,0),c;if("="!==(w=o.shift()).token){t("Expected = after middle",a,w.start);break}if(0===o.length)return t("Expected parameter after middle=",a,0),c;var N=e.getPitchFromTokens(o);N.warn&&t(N.warn,a,0),N.position&&(r.clef.verticalPos=N.position-6);break;case"transpose":if(o.shift(),0===o.length)return t("Expected = after transpose",a,0),c;if("="!==(w=o.shift()).token){t("Expected = after transpose",a,w.start);break}if(0===o.length)return t("Expected parameter after transpose=",a,0),c;if("number"!==o[0].type){t("Expected number after transpose",a,o[0].start);break}r.clef.transpose=o[0].intt,o.shift();break;case"stafflines":if(o.shift(),0===o.length)return t("Expected = after stafflines",a,0),c;if("="!==(w=o.shift()).token){t("Expected = after stafflines",a,w.start);break}if(0===o.length)return t("Expected parameter after stafflines=",a,0),c;if("number"!==o[0].type){t("Expected number after stafflines",a,o[0].start);break}r.clef.stafflines=o[0].intt,o.shift();break;case"staffscale":if(o.shift(),0===o.length)return t("Expected = after staffscale",a,0),c;if("="!==(w=o.shift()).token){t("Expected = after staffscale",a,w.start);break}if(0===o.length)return t("Expected parameter after staffscale=",a,0),c;if("number"!==o[0].type){t("Expected number after staffscale",a,o[0].start);break}r.clef.staffscale=o[0].floatt,o.shift();break;case"style":if(o.shift(),0===o.length)return t("Expected = after style",a,0),c;if("="!==(w=o.shift()).token){t("Expected = after style",a,w.start);break}if(0===o.length)return t("Expected parameter after style=",a,0),c;switch(o[0].token){case"normal":case"harmonic":case"rhythm":case"x":case"triangle":r.style=o[0].token,o.shift();break;default:t("error parsing style element: "+o[0].token,a,o[0].start)}break;case"clef":if(o.shift(),0===o.length)return t("Expected = after clef",a,0),c;if("="!==(w=o.shift()).token){t("Expected = after clef",a,w.start);break}if(0===o.length)return t("Expected parameter after clef=",a,0),c;case"treble":case"bass":case"alto":case"tenor":case"perc":case"none":var _=o.shift();switch(_.token){case"treble":case"tenor":case"alto":case"bass":case"perc":case"none":break;case"C":case"c":_.token="alto";break;case"F":case"f":_.token="bass";break;case"G":case"g":_.token="treble";break;default:t("Expected clef name. Found "+_.token,a,_.start)}o.length>0&&"number"===o[0].type&&(_.token+=o[0].token,o.shift()),o.length>1&&("-"===o[0].token||"+"===o[0].token||"^"===o[0].token||"_"===o[0].token)&&"8"===o[1].token&&(_.token+=o[0].token+o[1].token,o.shift(),o.shift()),r.clef={type:_.token,verticalPos:l(_.token,0)},r.currentVoice&&void 0!==r.currentVoice.transpose&&(r.clef.transpose=r.currentVoice.transpose),c.foundClef=!0;break;default:t("Unknown parameter: "+o[0].token,a,o[0].start),o.shift()}return c},s.parseVoice=function(a,i,n){var s=e.getMeat(a,i,n),c=s.start,h=s.end,f=e.getToken(a,c,h);if(0!==f.length){var d=!1;void 0===r.voices[f]&&(r.voices[f]={},d=!0,r.score_is_present&&t("Can't have an unknown V: id when the %score directive is present",a,c)),c+=f.length,c+=e.eatWhiteSpace(a,c);for(var p={startStaff:d},m=function(r){var i=e.getVoiceToken(a,c,h);void 0!==i.warn?t("Expected value for "+r+" in voice: "+i.warn,a,c):void 0!==i.err?t("Expected value for "+r+" in voice: "+i.err,a,c):0===i.token.length&&'"'!==a.charAt(c)?t("Expected value for "+r+" in voice",a,c):p[r]=i.token,c+=i.len},g=function(i,n,s){var o=e.getVoiceToken(a,c,h);void 0!==o.warn?t("Expected value for "+n+" in voice: "+o.warn,a,c):void 0!==o.err?t("Expected value for "+n+" in voice: "+o.err,a,c):0===o.token.length&&'"'!==a.charAt(c)?t("Expected value for "+n+" in voice",a,c):("number"===s&&(o.token=parseFloat(o.token)),r.voices[i][n]=o.token),c+=o.len},v=function(r,i){var n=e.getVoiceToken(a,c,h);if(void 0!==n.warn)t("Expected value for "+r+" in voice: "+n.warn,a,c);else if(void 0!==n.err)t("Expected value for "+r+" in voice: "+n.err,a,c);else{if(0!==n.token.length||'"'===a.charAt(c))return"number"===i&&(n.token=parseFloat(n.token)),n.token;t("Expected value for "+r+" in voice",a,c)}c+=n.len},b=function(i,n){var s=e.getVoiceToken(a,c,h);if(void 0!==s.warn)t("Expected one of (_B, _E, _b, _e) for "+n+" in voice: "+s.warn,a,c);else if(0===s.token.length&&'"'!==a.charAt(c))t("Expected one of (_B, _E, _b, _e) for "+n+" in voice",a,c);else{var o={_B:2,_E:9,_b:-10,_e:-3}[s.token];o?r.voices[i][n]=o:t("Expected one of (_B, _E, _b, _e) for "+n+" in voice",a,c)}c+=s.len};c<h;){var y=e.getVoiceToken(a,c,h);if(c+=y.len,y.warn)t("Error parsing voice: "+y.warn,a,c);else{var x=null;switch(y.token){case"clef":case"cl":m("clef");var w=0;void 0!==p.clef&&(p.clef=p.clef.replace(/[',]/g,""),-1!==p.clef.indexOf("+16")&&(w+=14,p.clef=p.clef.replace("+16","")),p.verticalPos=l(p.clef,w));break;case"treble":case"bass":case"tenor":case"alto":case"perc":case"none":case"treble'":case"bass'":case"tenor'":case"alto'":case"none'":case"treble''":case"bass''":case"tenor''":case"alto''":case"none''":case"treble,":case"bass,":case"tenor,":case"alto,":case"none,":case"treble,,":case"bass,,":case"tenor,,":case"alto,,":case"none,,":p.clef=y.token.replace(/[',]/g,""),p.verticalPos=l(p.clef,0),r.voices[f].clef=y.token;break;case"staves":case"stave":case"stv":m("staves");break;case"brace":case"brc":m("brace");break;case"bracket":case"brk":m("bracket");break;case"name":case"nm":m("name");break;case"subname":case"sname":case"snm":m("subname");break;case"merge":p.startStaff=!1;break;case"stem":case"stems":void 0!==(x=e.getVoiceToken(a,c,h)).warn?t("Expected value for stems in voice: "+x.warn,a,c):void 0!==x.err?t("Expected value for stems in voice: "+x.err,a,c):"up"===x.token||"down"===x.token?r.voices[f].stem=x.token:t("Expected up or down for voice stem",a,c),c+=x.len;break;case"up":case"down":r.voices[f].stem=y.token;break;case"middle":case"m":m("verticalPos"),p.verticalPos=u(p.verticalPos).mid;break;case"gchords":case"gch":r.voices[f].suppressChords=!0,"0"===(x=e.getVoiceToken(a,c,h)).token&&(c+=x.len);break;case"space":case"spc":m("spacing");break;case"scale":g(f,"scale","number");break;case"score":b(f,"scoreTranspose");break;case"transpose":g(f,"transpose","number");break;case"stafflines":g(f,"stafflines","number");break;case"staffscale":g(f,"staffscale","number");break;case"octave":g(f,"octave","number");break;case"volume":g(f,"volume","number");break;case"cue":var k=v("cue","string");r.voices[f].scale="on"===k?.6:1;break;case"style":void 0!==(x=e.getVoiceToken(a,c,h)).warn?t("Expected value for style in voice: "+x.warn,a,c):void 0!==x.err?t("Expected value for style in voice: "+x.err,a,c):"normal"===x.token||"harmonic"===x.token||"rhythm"===x.token||"x"===x.token||"triangle"===x.token?r.voices[f].style=x.token:t("Expected one of [normal, harmonic, rhythm, x, triangle] for voice style",a,c),c+=x.len}}c+=e.eatWhiteSpace(a,c)}if((p.startStaff||0===r.staves.length)&&(r.staves.push({index:r.staves.length,meter:r.origMeter}),r.score_is_present||(r.staves[r.staves.length-1].numVoices=0)),void 0===r.voices[f].staffNum){r.voices[f].staffNum=r.staves.length-1;var C=0;for(var T in r.voices)r.voices.hasOwnProperty(T)&&r.voices[T].staffNum===r.voices[f].staffNum&&C++;r.voices[f].index=C-1}var A=r.staves[r.voices[f].staffNum];r.score_is_present||A.numVoices++,p.clef&&(A.clef={type:p.clef,verticalPos:p.verticalPos}),p.spacing&&(A.spacing_below_offset=p.spacing),p.verticalPos&&(A.verticalPos=p.verticalPos),p.name&&(A.name?A.name.push(p.name):A.name=[p.name]),p.subname&&(A.subname?A.subname.push(p.subname):A.subname=[p.subname]),function(e){r.currentVoice=r.voices[e],o.setCurrentVoice(r.currentVoice.staffNum,r.currentVoice.index)}(f)}else t("Expected a voice id",a,c)}}(),e.exports=s},6476:function(e,t,r){var a,i,n,s,o,c,l=r(5008),h=r(9708),u=r(2821),f=function(e,t,r,l,h,u){a=e,i=t,n=r,s=l,o=h,c=u,this.lineContinuation=!1},d=function(e,t,r){if(void 0===e.inTie[t])return!1;var a=e.currentVoice?e.currentVoice.index:0;return!(!e.inTie[t][a]||void 0===r.pitches&&"spacer"===r.rest.type)},p={};f.prototype.parseMusic=function(e){c.resolveTempo(),n.is_in_header=!1;for(var t=0,r=n.iChar;a.isWhiteSpace(e.charAt(t))&&t<e.length;)t++;if(t!==e.length&&"%"!==e.charAt(t)){var h=n.start_new_line;void 0===n.continueall?n.start_new_line=!0:n.start_new_line=!1;var u=0,f=c.letter_to_body_header(e,t);f[0]>0&&(t+=f[0],"V"===f[1]&&this.startNewLine());for(var x=0;t<e.length;){var w=t;if("%"===e.charAt(t))break;var k=c.letter_to_inline_header(e,t,h);if(k[0]>0)t+=k[0],"V"===k[1]&&(h=!0);else{var C;for((!o.hasBeginMusic()||h&&!this.lineContinuation)&&(this.startNewLine(),h=!1);;)if((C=a.eatWhiteSpace(e,t))>0&&(t+=C),t>0&&""===e.charAt(t-1)&&(C=c.letter_to_body_header(e,t))[0]>0&&("V"===C[1]&&this.startNewLine(),t=C[0],n.start_new_line=!1),(C=S(e,t))[0]>0&&(t+=C[0]),(C=g(e,t))[0]>0){p.chord||(p.chord=[]);var T=a.translateString(C[1]);T=T.replace(/;/g,"\n");for(var _=!1,B=0;B<p.chord.length;B++)p.chord[B].position===C[2]&&(_=!0,p.chord[B].name+="\n"+T);!1===_&&(null===C[2]&&C[3]?p.chord.push({name:T,rel_position:C[3]}):p.chord.push({name:T,position:C[2]})),t+=C[0];var L=a.skipWhiteSpace(e.substring(t));L>0&&(p.force_end_beam_last=!0),t+=L}else if((C=-1==="ABCDEFGabcdefgxyzZ[]|^_{".indexOf(e.charAt(t))?A(e,t):[0])[0]>0)null===C[1]?t+1<e.length&&this.startNewLine():C[1].length>0&&(0===C[1].indexOf("style=")?p.style=C[1].substr(6):(void 0===p.decoration&&(p.decoration=[]),"beambr1"===C[1]?p.beambr=1:"beambr2"===C[1]?p.beambr=2:p.decoration.push(C[1]))),t+=C[0];else{if(!((C=v(e,t))[0]>0))break;p.gracenotes=C[1],t+=C[0]}if((C=N(e,t))[0]>0){x=0,void 0!==p.gracenotes&&(p.rest={type:"spacer"},p.duration=.125,n.addFormattingOptions(p,s.formatting,"note"),o.appendElement("note",r+t,r+t+C[0],p),n.measureNotEmpty=!0,p={});var P={type:C[1]};0===P.type.length?i("Unknown bar type",e,t):(n.inEnding&&"bar_thin"!==P.type&&(P.endEnding=!0,n.inEnding=!1),C[2]&&(P.startEnding=C[2],n.inEnding&&(P.endEnding=!0),n.inEnding=!0,"bar_right_repeat"===C[1]?n.restoreStartEndingHoldOvers():n.duplicateStartEndingHoldOvers()),void 0!==p.decoration&&(P.decoration=p.decoration),void 0!==p.chord&&(P.chord=p.chord),P.startEnding&&void 0===n.barFirstEndingNum?n.barFirstEndingNum=n.currBarNumber:P.startEnding&&P.endEnding&&n.barFirstEndingNum?n.currBarNumber=n.barFirstEndingNum:P.endEnding&&(n.barFirstEndingNum=void 0),"bar_invisible"!==P.type&&n.measureNotEmpty&&(void 0===n.currentVoice||0===n.currentVoice.staffNum&&0===n.currentVoice.index)&&(n.currBarNumber++,n.barNumbers&&n.currBarNumber%n.barNumbers==0&&(P.barNumber=n.currBarNumber)),n.addFormattingOptions(p,s.formatting,"bar"),o.appendElement("bar",r+w,r+t+C[0],P),n.measureNotEmpty=!1,p={}),t+=C[0]}else if("&"===e[t])(C=b(e,t))[0]>0&&(o.appendElement("overlay",r,r+1,{}),t+=1,x++);else{if((C=E(e,t)).consumed>0&&(void 0!==C.startSlur&&(p.startSlur=C.startSlur),C.dottedSlur&&(p.dottedSlur=!0),void 0!==C.triplet&&(u>0?i("Can't nest triplets",e,t):(p.startTriplet=C.triplet,p.tripletMultiplier=C.tripletQ/C.triplet,p.tripletR=C.num_notes,u=void 0===C.num_notes?C.triplet:C.num_notes)),t+=C.consumed),"["===e.charAt(t)){t++;for(var O=null,F=!1,D=!1;!D;){var I=A(e,t);I[0]>0&&(t+=I[0]);var Y=z(e,t,{},!1);if(null!==Y&&void 0!==Y.pitch)I[0]>0&&0!==I[1].indexOf("style=")&&(void 0===p.decoration&&(p.decoration=[]),p.decoration.push(I[1])),Y.end_beam&&(p.end_beam=!0,delete Y.end_beam),void 0===p.pitches?(p.duration=Y.duration,p.pitches=[Y]):p.pitches.push(Y),delete Y.duration,I[0]>0&&0===I[1].indexOf("style=")&&(p.pitches[p.pitches.length-1].style=I[1].substr(6)),n.inTieChord[p.pitches.length]&&(Y.endTie=!0,n.inTieChord[p.pitches.length]=void 0),Y.startTie&&(n.inTieChord[p.pitches.length]=!0),t=Y.endChar,delete Y.endChar;else if(" "===e.charAt(t))i("Spaces are not allowed in chords",e,t),t++;else{if(t<e.length&&"]"===e.charAt(t)){t++,0!==n.next_note_duration&&(p.duration=p.duration*n.next_note_duration,n.next_note_duration=0),d(n,x,p)&&(l.each(p.pitches,(function(e){e.endTie=!0})),m(n,x,!1)),u>0&&(!p.rest||"spacer"!==p.rest.type)&&0==--u&&(p.endTriplet=!0);for(var V=!1;t<e.length&&!V;){switch(e.charAt(t)){case" ":case"\t":M(p);break;case")":void 0===p.endSlur?p.endSlur=1:p.endSlur++;break;case"-":l.each(p.pitches,(function(e){e.startTie={}})),m(n,x,!0);break;case">":case"<":var G=H(e,t);t+=G[0]-1,n.next_note_duration=G[2],O?O*=G[1]:O=G[1];break;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":case"/":var W=a.getFraction(e,t);O=W.value,t=W.index," "===e.charAt(t)&&(F=!0),"-"===e.charAt(t)||")"===e.charAt(t)||" "===e.charAt(t)||"<"===e.charAt(t)||">"===e.charAt(t)?t--:V=!0;break;default:V=!0}V||t++}}else i("Expected ']' to end the chords",e,t);void 0!==p.pitches&&(null!==O&&(p.duration=p.duration*O,F&&M(p)),n.addFormattingOptions(p,s.formatting,"note"),o.appendElement("note",r+w,r+t,p),n.measureNotEmpty=!0,p={}),D=!0}}}else{var q={},j=z(e,t,q,!0);void 0!==q.endTie&&m(n,x,!0),null!==j&&(void 0!==j.pitch?(p.pitches=[{}],void 0!==j.accidental&&(p.pitches[0].accidental=j.accidental),p.pitches[0].pitch=j.pitch,p.pitches[0].name=j.name,(j.midipitch||0===j.midipitch)&&(p.pitches[0].midipitch=j.midipitch),void 0!==j.endSlur&&(p.pitches[0].endSlur=j.endSlur),void 0!==j.endTie&&(p.pitches[0].endTie=j.endTie),void 0!==j.startSlur&&(p.pitches[0].startSlur=j.startSlur),void 0!==p.startSlur&&(p.pitches[0].startSlur=p.startSlur),void 0!==p.dottedSlur&&(p.pitches[0].dottedSlur=!0),void 0!==j.startTie&&(p.pitches[0].startTie=j.startTie),void 0!==p.startTie&&(p.pitches[0].startTie=p.startTie)):(p.rest=j.rest,void 0!==j.endSlur&&(p.endSlur=j.endSlur),void 0!==j.endTie&&(p.rest.endTie=j.endTie),void 0!==j.startSlur&&(p.startSlur=j.startSlur),void 0!==j.startTie&&(p.rest.startTie=j.startTie),void 0!==p.startTie&&(p.rest.startTie=p.startTie)),void 0!==j.chord&&(p.chord=j.chord),void 0!==j.duration&&(p.duration=j.duration),void 0!==j.decoration&&(p.decoration=j.decoration),void 0!==j.graceNotes&&(p.graceNotes=j.graceNotes),delete p.startSlur,delete p.dottedSlur,d(n,x,p)&&(void 0!==p.pitches?p.pitches[0].endTie=!0:"spacer"!==p.rest.type&&(p.rest.endTie=!0),m(n,x,!1)),(j.startTie||p.startTie)&&m(n,x,!0),t=j.endChar,u>0&&(!j.rest||"spacer"!==j.rest.type)&&0==--u&&(p.endTriplet=!0),j.end_beam&&M(p),p.rest&&"rest"===p.rest.type&&1===p.duration&&y(n)<=1&&(p.rest.type="whole",p.duration=y(n)),p.duration<1&&-1===[.5,.75,.875,.9375,.96875,.984375,.25,.375,.4375,.46875,.484375,.4921875,.125,.1875,.21875,.234375,.2421875,.24609375,.0625,.09375,.109375,.1171875,.12109375,.123046875,.03125,.046875,.0546875,.05859375,.060546875,.0615234375,.015625,.0234375,.02734375,.029296875,.0302734375,.03076171875].indexOf(p.duration)&&0!==p.duration&&(p.rest&&"spacer"===p.rest.type||i("Duration not representable: "+e.substring(w,t),e,t)),n.addFormattingOptions(p,s.formatting,"note"),o.appendElement("note",r+w,r+t,p),n.measureNotEmpty=!0,p={})}t===w&&(" "!==e.charAt(t)&&"`"!==e.charAt(t)&&i("Unknown character ignored",e,t),t++)}}}this.lineContinuation=e.indexOf("")>=0||f[0]>0,this.lineContinuation||(p={})}};var m=function(e,t,r){var a=e.currentVoice?e.currentVoice.index:0;void 0===e.inTie[t]&&(e.inTie[t]=[]),e.inTie[t][a]=r},g=function(e,t){if('"'===e.charAt(t)){var r=a.getBrackettedSubstring(e,t,5);if(r[2]||i("Missing the closing quote while parsing the chord symbol",e,t),r[0]>0&&r[1].length>0&&"^"===r[1].charAt(0))r[1]=r[1].substring(1),r[2]="above";else if(r[0]>0&&r[1].length>0&&"_"===r[1].charAt(0))r[1]=r[1].substring(1),r[2]="below";else if(r[0]>0&&r[1].length>0&&"<"===r[1].charAt(0))r[1]=r[1].substring(1),r[2]="left";else if(r[0]>0&&r[1].length>0&&">"===r[1].charAt(0))r[1]=r[1].substring(1),r[2]="right";else if(r[0]>0&&r[1].length>0&&"@"===r[1].charAt(0)){r[1]=r[1].substring(1);var s=a.getFloat(r[1]);0===s.digits&&i("Missing first position in absolutely positioned annotation.",e,t),r[1]=r[1].substring(s.digits),","!==r[1][0]&&i("Missing comma absolutely positioned annotation.",e,t),r[1]=r[1].substring(1);var o=a.getFloat(r[1]);0===o.digits&&i("Missing second position in absolutely positioned annotation.",e,t),r[1]=r[1].substring(o.digits);var c=a.skipWhiteSpace(r[1]);r[1]=r[1].substring(c),r[2]=null,r[3]={x:s.value,y:o.value}}else!0!==n.freegchord&&(r[1]=r[1].replace(/([ABCDEFG0-9])b/g,"$1♭"),r[1]=r[1].replace(/([ABCDEFG0-9])#/g,"$1♯"),r[1]=r[1].replace(/^([ABCDEFG])([♯♭]?)o([^A-Za-z])/g,"$1$2°$3"),r[1]=r[1].replace(/^([ABCDEFG])([♯♭]?)o$/g,"$1$2°"),r[1]=r[1].replace(/^([ABCDEFG])([♯♭]?)0([^A-Za-z])/g,"$1$2ø$3"),r[1]=r[1].replace(/^([ABCDEFG])([♯♭]?)\^([^A-Za-z])/g,"$1$2∆$3")),r[2]="default",r[1]=u.chordName(n,r[1]);return r}return[0,""]},v=function(e,t){if("{"===e.charAt(t)){var r=a.getBrackettedSubstring(e,t,1,"}");r[2]||i("Missing the closing '}' while parsing grace note",e,t),")"===e[t+r[0]]&&(r[0]++,r[1]+=")");for(var s=[],o=0,c=!1;o<r[1].length;){var l=!1;"/"===r[1].charAt(o)&&(l=!0,o++);var h=z(r[1],o,{},!1);null!==h?(h.duration=h.duration/(8*n.default_length),l&&(h.acciaccatura=!0),s.push(h),c&&(h.endTie=!0,c=!1),h.startTie&&(c=!0),o=h.endChar,delete h.endChar,h.end_beam&&(h.endBeam=!0,delete h.end_beam)):(" "===r[1].charAt(o)?s.length>0&&(s[s.length-1].endBeam=!0):i("Unknown character '"+r[1].charAt(o)+"' while parsing grace note",e,t),o++)}if(s.length)return[r[0],s]}return[0]};function b(e,t){if("&"===e.charAt(t)){for(var r=t;e.charAt(t)&&":"!==e.charAt(t)&&"|"!==e.charAt(t);)t++;return[t-r,e.substring(r+1,t)]}return[0]}function y(e){var t=e.origMeter;return t&&"specified"===t.type&&t.value&&0!==t.value.length?parseInt(t.value[0].num,10)/parseInt(t.value[0].den,10):1}var x=["trill","lowermordent","uppermordent","mordent","pralltriller","accent","fermata","invertedfermata","tenuto","0","1","2","3","4","5","+","wedge","open","thumb","snap","turn","roll","breath","shortphrase","mediumphrase","longphrase","segno","coda","D.S.","D.C.","fine","beambr1","beambr2","slide","marcato","upbow","downbow","/","//","///","////","trem1","trem2","trem3","trem4","turnx","invertedturn","invertedturnx","trill(","trill)","arpeggio","xstem","mark","umarcato","style=normal","style=harmonic","style=rhythm","style=x","style=triangle"],w=["p","pp","f","ff","mf","mp","ppp","pppp","fff","ffff","sfz"],k=["crescendo(","crescendo)","diminuendo(","diminuendo)","glissando(","glissando)"],C=[["<","accent"],[">","accent"],["tr","trill"],["plus","+"],["emphasis","accent"],["^","umarcato"],["marcato","umarcato"]],T=[["<(","crescendo("],["<)","crescendo)"],[">(","diminuendo("],[">)","diminuendo)"]],A=function(e,t){var r=n.macros[e.charAt(t)];if(void 0!==r)return"!"!==r.charAt(0)&&"+"!==r.charAt(0)||(r=r.substring(1)),"!"!==r.charAt(r.length-1)&&"+"!==r.charAt(r.length-1)||(r=r.substring(0,r.length-1)),l.detect(x,(function(e){return r===e}))?[1,r]:l.detect(w,(function(e){return r===e}))?("hidden"===n.volumePosition&&(r=""),[1,r]):l.detect(k,(function(e){return"hidden"===n.dynamicPosition&&(r=""),r===e}))?[1,r]:(l.detect(n.ignoredDecorations,(function(e){return r===e}))||i("Unknown macro: "+r,e,t),[1,""]);switch(e.charAt(t)){case".":if("("===e[t+1]||"-"===e[t+1])break;return[1,"staccato"];case"u":return[1,"upbow"];case"v":return[1,"downbow"];case"~":return[1,"irishroll"];case"!":case"+":var s=a.getBrackettedSubstring(e,t,5);return s[1].length>1&&("^"===s[1].charAt(0)||"_"===s[1].charAt(0))&&(s[1]=s[1].substring(1)),l.detect(x,(function(e){return s[1]===e}))?s:l.detect(w,(function(e){return s[1]===e}))?("hidden"===n.volumePosition&&(s[1]=""),s):l.detect(k,(function(e){return s[1]===e}))?("hidden"===n.dynamicPosition&&(s[1]=""),s):l.detect(C,(function(e){return s[1]===e[0]&&(s[1]=e[1],!0)}))?s:l.detect(T,(function(e){return s[1]===e[0]&&(s[1]=e[1],!0)}))?("hidden"===n.dynamicPosition&&(s[1]=""),s):"!"!==e.charAt(t)||1!==s[0]&&"!"===e.charAt(t+s[0]-1)?(i("Unknown decoration: "+s[1],e,t),s[1]="",s):[1,null];case"H":return[1,"fermata"];case"J":return[1,"slide"];case"L":return[1,"accent"];case"M":return[1,"mordent"];case"O":return[1,"coda"];case"P":return[1,"pralltriller"];case"R":return[1,"roll"];case"S":return[1,"segno"];case"T":return[1,"trill"]}return[0,0]},S=function(e,t){for(var r=t;a.isWhiteSpace(e.charAt(t));)t++;return[t-r]},N=function(e,t){var r=a.getBarLine(e,t);if(0===r.len)return[0,""];if(r.warn)return i(r.warn,e,t),[r.len,""];for(var n=0;n<e.length&&" "===e.charAt(t+r.len+n);n++);var s=r.len;if("["===e.charAt(t+r.len+n)&&(r.len+=n+1),'"'===e.charAt(t+r.len)&&"["===e.charAt(t+r.len-1)){var o=a.getBrackettedSubstring(e,t+r.len,5);return[r.len+o[0],r.token,o[1]]}var c=a.getTokenOf(e.substring(t+r.len),"1234567890-,");return 0===c.len||"-"===c.token[0]?[s,r.token]:[r.len+c.len,r.token,c.token]},_={2:3,3:2,4:3,5:2,6:2,7:2,8:3,9:2},E=function(e,t){var r={},n=t;for("."===e[t]&&"("===e[t+1]&&(r.dottedSlur=!0,t++);"("===e.charAt(t)||a.isWhiteSpace(e.charAt(t));)"("===e.charAt(t)&&(t+1<e.length&&e.charAt(t+1)>="2"&&e.charAt(t+1)<="9"?(void 0!==r.triplet?i("Can't nest triplets",e,t):(r.triplet=e.charAt(t+1)-"0",r.tripletQ=_[r.triplet],r.num_notes=r.triplet,t+2<e.length&&":"===e.charAt(t+2)&&(t+3<e.length&&":"===e.charAt(t+3)?t+4<e.length&&e.charAt(t+4)>="1"&&e.charAt(t+4)<="9"?(r.num_notes=e.charAt(t+4)-"0",t+=3):i("expected number after the two colons after the triplet to mark the duration",e,t):t+3<e.length&&e.charAt(t+3)>="1"&&e.charAt(t+3)<="9"?(r.tripletQ=e.charAt(t+3)-"0",t+4<e.length&&":"===e.charAt(t+4)?t+5<e.length&&e.charAt(t+5)>="1"&&e.charAt(t+5)<="9"&&(r.num_notes=e.charAt(t+5)-"0",t+=4):t+=2):i("expected number after the triplet to mark the duration",e,t))),t++):void 0===r.startSlur?r.startSlur=1:r.startSlur++),t++;return r.consumed=t-n,r};f.prototype.startNewLine=function(){var e={startChar:-1,endChar:-1};n.partForNextLine.title&&(e.part=n.partForNextLine),e.clef=n.currentVoice&&void 0!==n.staves[n.currentVoice.staffNum].clef?l.clone(n.staves[n.currentVoice.staffNum].clef):l.clone(n.clef);var t=n.currentVoice?n.currentVoice.scoreTranspose:0;if(e.key=h.standardKey(n.key.root+n.key.acc+n.key.mode,n.key.root,n.key.acc,t),e.key.mode=n.key.mode,n.key.impliedNaturals&&(e.key.impliedNaturals=n.key.impliedNaturals),n.key.explicitAccidentals)for(var r=0;r<n.key.explicitAccidentals.length;r++){for(var a=!1,i=0;i<e.key.accidentals.length;i++)e.key.accidentals[i].note===n.key.explicitAccidentals[r].note&&(e.key.accidentals[i].acc=n.key.explicitAccidentals[r].acc,a=!0);a||e.key.accidentals.push(n.key.explicitAccidentals[r])}if(n.targetKey=e.key,e.key.explicitAccidentals&&delete e.key.explicitAccidentals,h.addPosToKey(e.clef,e.key),null!==n.meter?(n.currentVoice?(l.each(n.staves,(function(e){e.meter=n.meter})),e.meter=n.staves[n.currentVoice.staffNum].meter,n.staves[n.currentVoice.staffNum].meter=null):e.meter=n.meter,n.meter=null):n.currentVoice&&n.staves[n.currentVoice.staffNum].meter&&(e.meter=n.staves[n.currentVoice.staffNum].meter,n.staves[n.currentVoice.staffNum].meter=null),n.currentVoice&&n.currentVoice.name&&(e.name=n.currentVoice.name),n.vocalfont&&(e.vocalfont=n.vocalfont),n.tripletfont&&(e.tripletfont=n.tripletfont),n.gchordfont&&(e.gchordfont=n.gchordfont),n.style&&(e.style=n.style),n.currentVoice){var s=n.staves[n.currentVoice.staffNum];s.brace&&(e.brace=s.brace),s.bracket&&(e.bracket=s.bracket),s.connectBarLines&&(e.connectBarLines=s.connectBarLines),s.name&&(e.name=s.name[n.currentVoice.index]),s.subname&&(e.subname=s.subname[n.currentVoice.index]),n.currentVoice.stem&&(e.stem=n.currentVoice.stem),n.currentVoice.stafflines&&(e.stafflines=n.currentVoice.stafflines),n.currentVoice.staffscale&&(e.staffscale=n.currentVoice.staffscale),n.currentVoice.scale&&(e.scale=n.currentVoice.scale),n.currentVoice.style&&(e.style=n.currentVoice.style),n.currentVoice.transpose&&(e.clef.transpose=n.currentVoice.transpose)}var c=void 0===n.currentVoice||0===n.currentVoice.staffNum&&0===n.currentVoice.index;0===n.barNumbers&&c&&1!==n.currBarNumber&&(e.barNumber=n.currBarNumber),o.startNewLine(e),n.key.impliedNaturals&&delete n.key.impliedNaturals,n.partForNextLine={},4===n.tempoForNextLine.length&&o.appendElement(n.tempoForNextLine[0],n.tempoForNextLine[1],n.tempoForNextLine[2],n.tempoForNextLine[3]),n.tempoForNextLine=[]};var M=function(e){return void 0!==e.duration&&e.duration<.25&&(e.end_beam=!0),e},B={A:5,B:6,C:0,D:1,E:2,F:3,G:4,a:12,b:13,c:7,d:8,e:9,f:10,g:11},L={x:"invisible",X:"invisible-multimeasure",y:"spacer",z:"rest",Z:"multimeasure"},P={dblflat:"__",flat:"_",natural:"=",sharp:"^",dblsharp:"^^",quarterflat:"_/",quartersharp:"^/"},z=function(e,t,r,i){var c,l=function(e){return"octave"===e||"duration"===e||"Zduration"===e||"broken_rhythm"===e||"end_slur"===e};"."===e[t]&&"-"===e[t+1]&&(c=!0,t++);for(var h="startSlur",f=!1;;){switch(e.charAt(t)){case"(":if("startSlur"!==h)return l(h)?(r.endChar=t,r):null;void 0===r.startSlur?r.startSlur=1:r.startSlur++;break;case")":if(!l(h))return null;void 0===r.endSlur?r.endSlur=1:r.endSlur++;break;case"^":if("startSlur"===h)r.accidental="sharp",h="sharp2";else{if("sharp2"!==h)return l(h)?(r.endChar=t,r):null;r.accidental="dblsharp",h="pitch"}break;case"_":if("startSlur"===h)r.accidental="flat",h="flat2";else{if("flat2"!==h)return l(h)?(r.endChar=t,r):null;r.accidental="dblflat",h="pitch"}break;case"=":if("startSlur"!==h)return l(h)?(r.endChar=t,r):null;r.accidental="natural",h="pitch";break;case"A":case"B":case"C":case"D":case"E":case"F":case"G":case"a":case"b":case"c":case"d":case"e":case"f":case"g":if("startSlur"!==h&&"sharp2"!==h&&"flat2"!==h&&"pitch"!==h)return l(h)?(r.endChar=t,r):null;if(r.pitch=B[e.charAt(t)],r.name=e.charAt(t),r.accidental&&(r.name=P[r.accidental]+r.name),u.note(n,r),h="octave",i&&0!==n.next_note_duration?(r.duration=n.default_length*n.next_note_duration,n.next_note_duration=0,f=!0):r.duration=n.default_length,n.clef&&"perc"===n.clef.type||n.currentVoice&&"perc"===n.currentVoice.clef){var d=e.charAt(t);r.accidental&&(d=P[r.accidental]+d),s.formatting&&s.formatting.midi&&s.formatting.midi.drummap&&(r.midipitch=s.formatting.midi.drummap[d])}break;case",":if("octave"!==h)return l(h)?(r.endChar=t,r):null;r.pitch-=7,r.name+=",";break;case"'":if("octave"!==h)return l(h)?(r.endChar=t,r):null;r.pitch+=7,r.name+="'";break;case"x":case"X":case"y":case"z":case"Z":if("startSlur"!==h)return l(h)?(r.endChar=t,r):null;r.rest={type:L[e.charAt(t)]},delete r.accidental,delete r.startSlur,delete r.startTie,delete r.endSlur,delete r.endTie,delete r.end_beam,delete r.grace_notes,r.rest.type.indexOf("multimeasure")>=0?(r.duration=s.getBarLength(),r.rest.text=1,h="Zduration"):(i&&0!==n.next_note_duration?(r.duration=n.default_length*n.next_note_duration,n.next_note_duration=0,f=!0):r.duration=n.default_length,h="duration");break;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":case"0":case"/":if("octave"===h||"duration"===h){var p=a.getFraction(e,t);for(r.duration=r.duration*p.value,r.endChar=p.index;p.index<e.length&&(a.isWhiteSpace(e.charAt(p.index))||"-"===e.charAt(p.index));)"-"===e.charAt(p.index)?r.startTie={}:r=M(r),p.index++;t=p.index-1,h="broken_rhythm"}else if("sharp2"===h)r.accidental="quartersharp",h="pitch";else{if("flat2"!==h){if("Zduration"===h){var m=a.getNumber(e,t);return r.duration=m.num*s.getBarLength(),r.rest.text=m.num,r.endChar=m.index,r}return null}r.accidental="quarterflat",h="pitch"}break;case"-":if("startSlur"===h)o.addTieToLastNote(c),r.endTie=!0;else{if("octave"!==h&&"duration"!==h&&"end_slur"!==h)return"broken_rhythm"===h?(r.endChar=t,r):null;if(r.startTie={},f||!i)return a.isWhiteSpace(e.charAt(t+1))&&M(r),r.endChar=t+1,r;h="broken_rhythm"}break;case" ":case"\t":if(!l(h))return null;r.end_beam=!0,c=!1;do{"."===e.charAt(t)&&"-"===e.charAt(t+1)&&(c=!0,t++),"-"===e.charAt(t)&&(r.startTie={},c&&(r.startTie.style="dotted")),t++}while(t<e.length&&(a.isWhiteSpace(e.charAt(t))||"-"===e.charAt(t))||"."===e.charAt(t)&&"-"===e.charAt(t+1));if(r.endChar=t,f||!i||"<"!==e.charAt(t)&&">"!==e.charAt(t))return r;t--,h="broken_rhythm";break;case">":case"<":if(!l(h))return null;if(!i)return r.endChar=t,r;var g=H(e,t);t+=g[0]-1,n.next_note_duration=g[2],r.duration=g[1]*r.duration,h="end_slur";break;default:return l(h)?(r.endChar=t,r):null}if(++t===e.length)return l(h)?(r.endChar=t,r):null}return null},H=function(e,t){switch(e.charAt(t)){case">":return t<e.length-2&&">"===e.charAt(t+1)&&">"===e.charAt(t+2)?[3,1.875,.125]:t<e.length-1&&">"===e.charAt(t+1)?[2,1.75,.25]:[1,1.5,.5];case"<":return t<e.length-2&&"<"===e.charAt(t+1)&&"<"===e.charAt(t+2)?[3,.125,1.875]:t<e.length-1&&"<"===e.charAt(t+1)?[2,.25,1.75]:[1,.5,1.5]}return null};e.exports=f},1881:function(e,t,r){var a=r(5008),i=function(e,t){this.lineIndex=0,this.lines=e,this.multilineVars=t,this.skipWhiteSpace=function(e){for(var t=0;t<e.length;t++)if(!this.isWhiteSpace(e.charAt(t)))return t;return e.length};var r=function(e,t){return t>=e.length};this.eatWhiteSpace=function(e,t){for(var r=t;r<e.length;r++)if(!this.isWhiteSpace(e.charAt(r)))return r-t;return r-t},this.getKeyPitch=function(e){var t=this.skipWhiteSpace(e);if(r(e,t))return{len:0};switch(e.charAt(t)){case"A":return{len:t+1,token:"A"};case"B":return{len:t+1,token:"B"};case"C":return{len:t+1,token:"C"};case"D":return{len:t+1,token:"D"};case"E":return{len:t+1,token:"E"};case"F":return{len:t+1,token:"F"};case"G":return{len:t+1,token:"G"}}return{len:0}},this.getSharpFlat=function(e){if("bass"===e)return{len:0};switch(e.charAt(0)){case"#":return{len:1,token:"#"};case"b":return{len:1,token:"b"}}return{len:0}},this.getMode=function(e){var t=function(e,t){for(;t<e.length&&(e.charAt(t)>="a"&&e.charAt(t)<="z"||e.charAt(t)>="A"&&e.charAt(t)<="Z");)t++;return t},a=this.skipWhiteSpace(e);if(r(e,a))return{len:0};var i=e.substring(a,a+3).toLowerCase();switch((i.length>1&&" "===i.charAt(1)||"^"===i.charAt(1)||"_"===i.charAt(1)||"="===i.charAt(1))&&(i=i.charAt(0)),i){case"mix":return{len:t(e,a),token:"Mix"};case"dor":return{len:t(e,a),token:"Dor"};case"phr":return{len:t(e,a),token:"Phr"};case"lyd":return{len:t(e,a),token:"Lyd"};case"loc":return{len:t(e,a),token:"Loc"};case"aeo":case"min":case"m":return{len:t(e,a),token:"m"};case"maj":case"ion":return{len:t(e,a),token:""}}return{len:0}},this.getClef=function(e,t){var i=e,n=this.skipWhiteSpace(e);if(r(e,n))return{len:0};var s=!1,o=e.substring(n);if(a.startsWith(o,"clef=")&&(s=!0,o=o.substring(5),n+=5),0===o.length&&s)return{len:n+5,warn:"No clef specified: "+i};var c=this.skipWhiteSpace(o);if(r(o,c))return{len:0};c>0&&(n+=c,o=o.substring(c));var l=null;if(a.startsWith(o,"treble"))l="treble";else if(a.startsWith(o,"bass3"))l="bass3";else if(a.startsWith(o,"bass"))l="bass";else if(a.startsWith(o,"tenor"))l="tenor";else if(a.startsWith(o,"alto2"))l="alto2";else if(a.startsWith(o,"alto1"))l="alto1";else if(a.startsWith(o,"alto"))l="alto";else if(!t&&s&&a.startsWith(o,"none"))l="none";else if(a.startsWith(o,"perc"))l="perc";else if(!t&&s&&a.startsWith(o,"C"))l="tenor";else if(!t&&s&&a.startsWith(o,"F"))l="bass";else{if(t||!s||!a.startsWith(o,"G"))return{len:n+5,warn:"Unknown clef specified: "+i};l="treble"}return o=o.substring(l.length),(c=this.isMatch(o,"+8"))>0?l+="+8":(c=this.isMatch(o,"-8"))>0&&(l+="-8"),{len:n+l.length,token:l,explicit:s}},this.getBarLine=function(e,t){switch(e.charAt(t)){case"]":switch(++t,e.charAt(t)){case"|":return{len:2,token:"bar_thick_thin"};case"[":return++t,e.charAt(t)>="1"&&e.charAt(t)<="9"||'"'===e.charAt(t)?{len:2,token:"bar_invisible"}:{len:1,warn:"Unknown bar symbol"};default:return{len:1,token:"bar_invisible"}}break;case":":switch(++t,e.charAt(t)){case":":return{len:2,token:"bar_dbl_repeat"};case"|":switch(++t,e.charAt(t)){case"]":return++t,"|"===e.charAt(t)?(++t,":"===e.charAt(t)?{len:5,token:"bar_dbl_repeat"}:{len:3,token:"bar_right_repeat"}):{len:3,token:"bar_right_repeat"};case"|":return++t,":"===e.charAt(t)?{len:4,token:"bar_dbl_repeat"}:{len:3,token:"bar_right_repeat"};default:return{len:2,token:"bar_right_repeat"}}break;default:return{len:1,warn:"Unknown bar symbol"}}break;case"[":if(++t,"|"!==e.charAt(t))return e.charAt(t)>="1"&&e.charAt(t)<="9"||'"'===e.charAt(t)?{len:1,token:"bar_invisible"}:{len:0};switch(++t,e.charAt(t)){case":":return{len:3,token:"bar_left_repeat"};case"]":return{len:3,token:"bar_invisible"};default:return{len:2,token:"bar_thick_thin"}}break;case"|":switch(++t,e.charAt(t)){case"]":return{len:2,token:"bar_thin_thick"};case"|":return++t,":"===e.charAt(t)?{len:3,token:"bar_left_repeat"}:{len:2,token:"bar_thin_thin"};case":":for(var r=0;":"===e.charAt(t+r);)r++;return{len:1+r,token:"bar_left_repeat"};default:return{len:1,token:"bar_thin"}}}return{len:0}},this.getTokenOf=function(e,t){for(var r=0;r<e.length;r++)if(t.indexOf(e.charAt(r))<0)return{len:r,token:e.substring(0,r)};return{len:r,token:e}},this.getToken=function(e,t,r){for(var a=t;a<r&&!this.isWhiteSpace(e.charAt(a));)a++;return e.substring(t,a)},this.isMatch=function(e,t){var i=this.skipWhiteSpace(e);return r(e,i)?0:a.startsWith(e.substring(i),t)?i+t.length:0},this.getPitchFromTokens=function(e){var t={};if(t.position={A:5,B:6,C:0,D:1,E:2,F:3,G:4,a:12,b:13,c:7,d:8,e:9,f:10,g:11}[e[0].token],void 0===t.position)return{warn:"Pitch expected. Found: "+e[0].token};for(e.shift();e.length;)switch(e[0].token){case",":t.position-=7,e.shift();break;case"'":t.position+=7,e.shift();break;default:return t}return t},this.getKeyAccidentals2=function(e){for(var t;e.length>0;){var r;if("^"===e[0].token){if(r="sharp",e.shift(),0===e.length)return{accs:t,warn:"Expected note name after "+r};switch(e[0].token){case"^":r="dblsharp",e.shift();break;case"/":r="quartersharp",e.shift()}}else if("="===e[0].token)r="natural",e.shift();else{if("_"!==e[0].token)return{accs:t};if(r="flat",e.shift(),0===e.length)return{accs:t,warn:"Expected note name after "+r};switch(e[0].token){case"_":r="dblflat",e.shift();break;case"/":r="quarterflat",e.shift()}}if(0===e.length)return{accs:t,warn:"Expected note name after "+r};switch(e[0].token.charAt(0)){case"a":case"b":case"c":case"d":case"e":case"f":case"g":case"A":case"B":case"C":case"D":case"E":case"F":case"G":void 0===t&&(t=[]),t.push({acc:r,note:e[0].token.charAt(0)}),1===e[0].token.length?e.shift():e[0].token=e[0].token.substring(1);break;default:return{accs:t,warn:"Expected note name after "+r+" Found: "+e[0].token}}}return{accs:t}},this.getKeyAccidental=function(e){var t={"^":"sharp","^^":"dblsharp","=":"natural",_:"flat",__:"dblflat","_/":"quarterflat","^/":"quartersharp"},a=this.skipWhiteSpace(e);if(r(e,a))return{len:0};var i=null;switch(e.charAt(a)){case"^":case"_":case"=":i=e.charAt(a);break;default:return{len:0}}if(a++,r(e,a))return{len:1,warn:"Expected note name after accidental"};switch(e.charAt(a)){case"a":case"b":case"c":case"d":case"e":case"f":case"g":case"A":case"B":case"C":case"D":case"E":case"F":case"G":return{len:a+1,token:{acc:t[i],note:e.charAt(a)}};case"^":case"_":case"/":if(i+=e.charAt(a),a++,r(e,a))return{len:2,warn:"Expected note name after accidental"};switch(e.charAt(a)){case"a":case"b":case"c":case"d":case"e":case"f":case"g":case"A":case"B":case"C":case"D":case"E":case"F":case"G":return{len:a+1,token:{acc:t[i],note:e.charAt(a)}};default:return{len:2,warn:"Expected note name after accidental"}}break;default:return{len:1,warn:"Expected note name after accidental"}}},this.isWhiteSpace=function(e){return" "===e||"\t"===e||""===e},this.getMeat=function(e,t,r){var a=e.indexOf("%",t);for(a>=0&&a<r&&(r=a);t<r&&(" "===e.charAt(t)||"\t"===e.charAt(t)||""===e.charAt(t));)t++;for(;t<r&&(" "===e.charAt(r-1)||"\t"===e.charAt(r-1)||""===e.charAt(r-1));)r--;return{start:t,end:r}};var i=function(e){return e>="A"&&e<="Z"||e>="a"&&e<="z"},n=function(e){return e>="0"&&e<="9"};this.tokenize=function(e,t,r,a){var s=this.getMeat(e,t,r);t=s.start,r=s.end;for(var o,c=[];t<r;){if('"'===e.charAt(t)){for(o=t+1;o<r&&'"'!==e.charAt(o);)o++;c.push({type:"quote",token:e.substring(t+1,o),start:t+1,end:o}),o++}else if(i(e.charAt(t))){if(o=t+1,a)for(;o<r&&!this.isWhiteSpace(e.charAt(o));)o++;else for(;o<r&&i(e.charAt(o));)o++;c.push({type:"alpha",token:e.substring(t,o),continueId:n(e.charAt(o)),start:t,end:o}),t=o+1}else if("."===e.charAt(t)&&n(e.charAt(o+1))){o=t+1;for(var l;o<r&&n(e.charAt(o));)o++;l=parseFloat(e.substring(t,o)),c.push({type:"number",token:e.substring(t,o),intt:null,floatt:l,continueId:i(e.charAt(o)),start:t,end:o}),t=o+1}else if(n(e.charAt(t))||"-"===e.charAt(t)&&n(e.charAt(o+1))){o=t+1;for(var h,u=null;o<r&&n(e.charAt(o));)o++;if("."===e.charAt(o)&&n(e.charAt(o+1)))for(o++;o<r&&n(e.charAt(o));)o++;else u=parseInt(e.substring(t,o));h=parseFloat(e.substring(t,o)),c.push({type:"number",token:e.substring(t,o),intt:u,floatt:h,continueId:i(e.charAt(o)),start:t,end:o}),t=o+1}else" "===e.charAt(t)||"\t"===e.charAt(t)||c.push({type:"punct",token:e.charAt(t),start:t,end:t+1}),o=t+1;t=o}return c},this.getVoiceToken=function(e,t,r){for(var a=t;a<r&&this.isWhiteSpace(e.charAt(a))||"="===e.charAt(a);)a++;if('"'===e.charAt(a)){var i=e.indexOf('"',a+1);return-1===i||i>=r?{len:1,err:"Missing close quote"}:{len:i-t+1,token:this.translateString(e.substring(a+1,i))}}for(var n=a;n<r&&!this.isWhiteSpace(e.charAt(n))&&"="!==e.charAt(n);)n++;return{len:n-t+1,token:e.substring(a,n)}};var s={"`a":"à","'a":"á","^a":"â","~a":"ã",'"a':"ä",oa:"å",aa:"å","=a":"ā",ua:"ă",";a":"ą","`e":"è","'e":"é","^e":"ê",'"e':"ë","=e":"ē",ue:"ĕ",";e":"ę",".e":"ė","`i":"ì","'i":"í","^i":"î",'"i':"ï","=i":"ī",ui:"ĭ",";i":"į","`o":"ò","'o":"ó","^o":"ô","~o":"õ",'"o':"ö","=o":"ō",uo:"ŏ","/o":"ø","`u":"ù","'u":"ú","^u":"û","~u":"ũ",'"u':"ü",ou:"ů","=u":"ū",uu:"ŭ",";u":"ų","`A":"À","'A":"Á","^A":"Â","~A":"Ã",'"A':"Ä",oA:"Å",AA:"Å","=A":"Ā",uA:"Ă",";A":"Ą","`E":"È","'E":"É","^E":"Ê",'"E':"Ë","=E":"Ē",uE:"Ĕ",";E":"Ę",".E":"Ė","`I":"Ì","'I":"Í","^I":"Î","~I":"Ĩ",'"I':"Ï","=I":"Ī",uI:"Ĭ",";I":"Į",".I":"İ","`O":"Ò","'O":"Ó","^O":"Ô","~O":"Õ",'"O':"Ö","=O":"Ō",uO:"Ŏ","/O":"Ø","`U":"Ù","'U":"Ú","^U":"Û","~U":"Ũ",'"U':"Ü",oU:"Ů","=U":"Ū",uU:"Ŭ",";U":"Ų",ae:"æ",AE:"Æ",oe:"œ",OE:"Œ",ss:"ß","'c":"ć","^c":"ĉ",uc:"č",cc:"ç",".c":"ċ",cC:"Ç","'C":"Ć","^C":"Ĉ",uC:"Č",".C":"Ċ","~N":"Ñ","~n":"ñ","=s":"š",vs:"š",DH:"Ð",dh:"ð",HO:"Ő",Ho:"ő",HU:"Ű",Hu:"ű","'Y":"Ý","'y":"ý","^Y":"Ŷ","^y":"ŷ",'"Y':"Ÿ",'"y':"ÿ",vS:"Š",vZ:"Ž",vz:"ž"},o={"#":"♯",b:"♭","=":"♮"},c={201:"♯",202:"♭",203:"♮",241:"¡",242:"¢",252:"a",262:"2",272:"o",302:"Â",312:"Ê",322:"Ò",332:"Ú",342:"â",352:"ê",362:"ò",372:"ú",243:"£",253:"«",263:"3",273:"»",303:"Ã",313:"Ë",323:"Ó",333:"Û",343:"ã",353:"ë",363:"ó",373:"û",244:"¤",254:"¬",264:" ́",274:"1⁄4",304:"Ä",314:"Ì",324:"Ô",334:"Ü",344:"ä",354:"ì",364:"ô",374:"ü",245:"¥",255:"-",265:"μ",275:"1⁄2",305:"Å",315:"Í",325:"Õ",335:"Ý",345:"å",355:"í",365:"õ",375:"ý",246:"¦",256:"®",266:"¶",276:"3⁄4",306:"Æ",316:"Î",326:"Ö",336:"Þ",346:"æ",356:"î",366:"ö",376:"þ",247:"§",257:" ̄",267:"·",277:"¿",307:"Ç",317:"Ï",327:"×",337:"ß",347:"ç",357:"ï",367:"÷",377:"ÿ",250:" ̈",260:"°",270:" ̧",300:"À",310:"È",320:"Ð",330:"Ø",340:"à",350:"è",360:"ð",370:"ø",251:"©",261:"±",271:"1",301:"Á",311:"É",321:"Ñ",331:"Ù",341:"á",351:"é",361:"ñ",371:"ù"};this.translateString=function(e){var t=e.split("\\");if(1===t.length)return e;var r=null;return a.each(t,(function(e){if(null===r)r=e;else{var t=s[e.substring(0,2)];void 0!==t?r+=t+e.substring(2):void 0!==(t=c[e.substring(0,3)])?r+=t+e.substring(3):(t=o[e.substring(0,1)],r+=void 0!==t?t+e.substring(1):"\\"+e)}})),r},this.getNumber=function(e,t){for(var r=0;t<e.length;)switch(e.charAt(t)){case"0":r*=10,t++;break;case"1":r=10*r+1,t++;break;case"2":r=10*r+2,t++;break;case"3":r=10*r+3,t++;break;case"4":r=10*r+4,t++;break;case"5":r=10*r+5,t++;break;case"6":r=10*r+6,t++;break;case"7":r=10*r+7,t++;break;case"8":r=10*r+8,t++;break;case"9":r=10*r+9,t++;break;default:return{num:r,index:t}}return{num:r,index:t}},this.getFraction=function(e,t){var r=1,a=1;if("/"!==e.charAt(t)){var i=this.getNumber(e,t);r=i.num,t=i.index}if("/"===e.charAt(t)){if(t++,"/"===e.charAt(t)){for(var n=.5;"/"===e.charAt(t++);)n/=2;return{value:r*n,index:t-1}}var s=t,o=this.getNumber(e,t);0===o.num&&s===t&&(o.num=2),0!==o.num&&(a=o.num),t=o.index}return{value:r/a,index:t}},this.theReverser=function(e){return a.endsWith(e,", The")?"The "+e.substring(0,e.length-5):a.endsWith(e,", A")?"A "+e.substring(0,e.length-3):e},this.stripComment=function(e){var t=e.indexOf("%");return t>=0?a.strip(e.substring(0,t)):a.strip(e)},this.getInt=function(e){var t=parseInt(e);if(isNaN(t))return{digits:0};var r=""+t;return{value:t,digits:e.indexOf(r)+r.length}},this.getFloat=function(e){var t=parseFloat(e);if(isNaN(t))return{digits:0};var r=""+t;return{value:t,digits:e.indexOf(r)+r.length}},this.getMeasurement=function(e){if(0===e.length)return{used:0};var t=1,r="";if("-"===e[0].token)e.shift(),r="-",t++;else if("number"!==e[0].type)return{used:0};if(r+=e.shift().token,0===e.length)return{used:1,value:parseInt(r)};var a=e.shift();if("."===a.token){if(t++,0===e.length)return{used:t,value:parseInt(r)};if("number"===e[0].type&&(r=r+"."+(a=e.shift()).token,t++,0===e.length))return{used:t,value:parseFloat(r)};a=e.shift()}switch(a.token){case"pt":case"px":return{used:t+1,value:parseFloat(r)};case"cm":return{used:t+1,value:parseFloat(r)/2.54*72};case"in":return{used:t+1,value:72*parseFloat(r)};default:return e.unshift(a),{used:t,value:parseFloat(r)}}};var l=function(e){return e=(e=e.replace(/\\n/g,"\n")).replace(/\\"/g,'"')};this.getBrackettedSubstring=function(e,t,r,a){for(var i=a||e.charAt(t),n=t+1,s=!1;n<e.length&&(s||e[n]!==i);)s="\\"===e[n],++n;return e.charAt(n)===i?[n-t+1,l(e.substring(t+1,n)),!0]:((n=t+r)>e.length-1&&(n=e.length-1),[n-t+1,l(e.substring(t+1,n)),!1])}};i.prototype.peekLine=function(){return this.lines[this.lineIndex]},i.prototype.nextLine=function(){if(this.lineIndex>0&&(this.multilineVars.iChar+=this.lines[this.lineIndex-1].length+1),this.lineIndex<this.lines.length){var e=this.lines[this.lineIndex];return this.lineIndex++,e}return null},e.exports=i},2821:function(e,t,r){var a=r(867),i=r(4208),n=r(9447),s={},o={C:0,"C#":1,Db:1,D:2,"D#":3,Eb:3,E:4,F:5,"F#":6,Gb:6,G:7,"G#":8,Ab:8,A:9,"A#":10,Bb:10,B:11},c=["C","Db","D","Eb","E","F","F#","G","Ab","A","Bb","B"],l=["C","C#","D","D#","E","F","F#","G","G#","A","Bb","B"];s.keySignature=function(e,t,r,a,i){if("perc"===e.clef.type||"none"===e.clef.type)return{accidentals:n(t),root:r,acc:a};i||(i=0),e.localTransposeVerticalMovement=0,e.localTransposePreferFlats=!1;var s=n(t);if(!s)return e.key;if(e.localTranspose=(e.globalTranspose?e.globalTranspose:0)+i,!e.localTranspose)return{accidentals:s,root:r,acc:a};if(e.globalTransposeOrigKeySig=s,e.localTranspose%12==0)return e.localTransposeVerticalMovement=e.localTranspose/12*7,{accidentals:s,root:r,acc:a};var h=t[0];"b"===t[1]||"#"===t[1]?(h+=t[1],t=t.substr(2)):t=t.substr(1);for(var u=o[h]+e.localTranspose;u<0;)u+=12;u>11&&(u%=12);var f="m"===t[0]?l[u]:c[u],d=f+t,p=n(d);p.length>0&&"flat"===p[0].acc&&(e.localTransposePreferFlats=!0);var m=d.charCodeAt(0)-h.charCodeAt(0);return e.localTranspose>0?m<0?m+=7:0===m&&("#"!==h[1]&&"b"!==d[1]||(m+=7)):e.localTranspose<0&&(m>0?m-=7:0===m&&("b"!==h[1]&&"#"!==d[1]||(m-=7))),e.localTranspose>0?e.localTransposeVerticalMovement=m+7*Math.floor(e.localTranspose/12):e.localTransposeVerticalMovement=m+7*Math.ceil(e.localTranspose/12),{accidentals:p,root:f[0],acc:f.length>1?f[1]:""}},s.chordName=function(e,t){return i(t,e.localTranspose,e.localTransposePreferFlats,e.freegchord)};var h=["c","d","e","f","g","a","b"],u={dblflat:-2,flat:-1,natural:0,sharp:1,dblsharp:2},f={"-2":"dblflat","-1":"flat",0:"natural",1:"sharp",2:"dblsharp"},d={"-2":"__","-1":"_",0:"=",1:"^",2:"^^"};s.note=function(e,t){if(e.localTranspose&&"perc"!==e.clef.type){var r=t.pitch;if(e.localTransposeVerticalMovement&&(t.pitch=t.pitch+e.localTransposeVerticalMovement,t.name)){var i=t.accidental?t.name.substring(1):t.name,n=t.accidental?t.name[0]:"",s=a.pitchIndex(i);t.name=n+a.noteName(s+e.localTransposeVerticalMovement)}if(t.accidental){var o=function(e,t,r,a,i){for(var n=h[(e+49)%7],s=0,o=0;o<a.length;o++)a[o].note.toLowerCase()===n&&(s=u[a[o].acc]);for(var c=u[r]-s,l=h[(t+49)%7],f=0,d=0;d<i.accidentals.length;d++)i.accidentals[d].note.toLowerCase()===l&&(f=u[i.accidentals[d].acc]);var p=c+f;return p<-2&&(t--,p+="c"===l||"f"===l?1:2),p>2&&(t++,p-="b"===l||"e"===l?1:2),[t,p]}(r,t.pitch,t.accidental,e.globalTransposeOrigKeySig,e.targetKey);t.pitch=o[0],t.accidental=f[o[1]],t.name&&(t.name=d[o[1]]+t.name.replace(/[_^=]/g,""))}}},e.exports=s},867:function(e){var t={},r=["C,,,","D,,,","E,,,","F,,,","G,,,","A,,,","B,,,","C,,","D,,","E,,","F,,","G,,","A,,","B,,","C,","D,","E,","F,","G,","A,","B,","C","D","E","F","G","A","B","c","d","e","f","g","a","b","c'","d'","e'","f'","g'","a'","b'","c''","d''","e''","f''","g''","a''","b''","c'''","d'''","e'''","f'''","g'''","a'''","b'''"];t.pitchIndex=function(e){return r.indexOf(e)},t.noteName=function(e){return r[e]},e.exports=t},4208:function(e){var t=["C","C♯","D","D♯","E","F","F♯","G","G♯","A","A♯","B"],r=["C","D♭","D","E♭","E","F","G♭","G","A♭","A","B♭","B"],a=["C","C#","D","D#","E","F","F#","G","G#","A","A#","B"],i=["C","Db","D","Eb","E","F","Gb","G","Ab","A","Bb","B"];e.exports=function(e,n,s,o){if(!n||n%12==0)return e;for(;n<0;)n+=12;n>11&&(n%=12);var c=e.match(/^([A-G][b#♭♯]?)([^\/]+)?\/?([A-G][b#♭♯]?)?(.+)?/);if(!c)return e;var l,h=c[1],u=c[2],f=c[3],d=c[4];return(l=t.indexOf(h))<0&&(l=r.indexOf(h)),l<0&&(l=a.indexOf(h)),l<0&&(l=i.indexOf(h)),l<0||(l+=n,l%=12,e=s?o?i[l]:r[l]:o?a[l]:t[l],u&&(e+=u),f&&((l=t.indexOf(f))<0&&(l=r.indexOf(f)),l<0&&(l=a.indexOf(f)),l<0&&(l=i.indexOf(f)),e+="/",l>=0?(l+=n,l%=12,e+=s?o?i[l]:r[l]:o?a[l]:t[l]):e+=f),d&&(e+=d)),e}},575:function(e,t,r){var a=r(9708),i=r(5008);e.exports=function(e){var t=this;function r(e,t){for(var r=t-1;r>0&&"bar"!==e[r].el_type;r--);return r}this.setVisualTranspose=function(t){t&&(e.visualTranspose=t)},this.resolveOverlays=function(){for(var t=!1,a=[],n=0;n<e.lines.length;n++){var s=e.lines[n];if(s.staff)for(var o=0;o<s.staff.length;o++){for(var c=s.staff[o],l=[],h=0;h<c.voices.length;h++){var u=c.voices[h];l.push({hasOverlay:!1,voice:[],snip:[]}),a[n]=0;for(var f=0,d=!1,p=0,m=-1,g=0;g<u.length;g++){var v=u[g];if("overlay"!==v.el_type||d)"bar"===v.el_type?(d?(d=!1,l[h].snip.push({start:m,len:g-m}),l[h].voice.push(v)):(f>0&&l[h].voice.push({el_type:"note",duration:f,rest:{type:"invisible"},startChar:v.startChar,endChar:v.endChar}),l[h].voice.push(v)),f=0):"note"===v.el_type?d?l[h].voice.push(v):(f+=v.duration,a[n]+=v.duration):"scale"!==v.el_type&&"stem"!==v.el_type&&"overlay"!==v.el_type&&"style"!==v.el_type&&"transpose"!==v.el_type||l[h].voice.push(v);else{t=!0,d=!0,m=g,l[h].hasOverlay=!0,0===p&&(p=a[n]);for(var b=0;b<n;b++)a[b]&&e.lines[b].staff&&c.voices.length>=e.lines[b].staff[0].voices.length&&e.lines[b].staff[0].voices.push([{el_type:"note",duration:a[b],rest:{type:"invisible"},startChar:v.startChar,endChar:v.endChar}])}}l[h].hasOverlay&&0===l[h].snip.length&&l[h].snip.push({start:m,len:u.length-m})}for(h=0;h<l.length;h++){var y=l[h];if(y.hasOverlay){y.voice.splice(0,0,{el_type:"stem",direction:"down"}),c.voices.push(y.voice);for(var x=y.snip.length-1;x>=0;x--){var w=y.snip[x];c.voices[h].splice(w.start,w.len),c.voices[h].splice(w.start+1,0,{el_type:"stem",direction:"auto"});var k=r(c.voices[h],w.start);c.voices[h].splice(k,0,{el_type:"stem",direction:"up"})}for(x=0;x<c.voices[c.voices.length-1].length;x++){c.voices[c.voices.length-1][x]=i.clone(c.voices[c.voices.length-1][x]);var C=c.voices[c.voices.length-1][x];"bar"===C.el_type&&C.startEnding&&delete C.startEnding,"bar"===C.el_type&&C.endEnding&&delete C.endEnding}}}}}return t},this.cleanUp=function(t,r,n){this.closeLine(),delete e.runningFonts,e.metaText.tempo&&e.metaText.tempo.bpm&&!e.metaText.tempo.duration&&(e.metaText.tempo.duration=[e.getBeatLength()]);var s,o,c,l=!1;for(s=0;s<e.lines.length;s++)if(void 0!==e.lines[s].staff){var h=!1;for(o=0;o<e.lines[s].staff.length;o++)if(void 0===e.lines[s].staff[o])l=!0,e.lines[s].staff[o]=null;else for(c=0;c<e.lines[s].staff[o].voices.length;c++)void 0===e.lines[s].staff[o].voices[c]?e.lines[s].staff[o].voices[c]=[]:this.containsNotes(e.lines[s].staff[o].voices[c])&&(h=!0);h||(e.lines[s]=null,l=!0)}if(l&&(e.lines=i.compact(e.lines),i.each(e.lines,(function(e){e.staff&&(e.staff=i.compact(e.staff))}))),t)for(;p(e.lines,t););if(r){for(l=!1,s=0;s<e.lines.length;s++)if(void 0!==e.lines[s].staff)for(o=0;o<e.lines[s].staff.length;o++){var u=!1;for(c=0;c<e.lines[s].staff[o].voices.length;c++)this.containsNotesStrict(e.lines[s].staff[o].voices[c])&&(u=!0);u||(l=!0,e.lines[s].staff[o]=null)}l&&i.each(e.lines,(function(e){e.staff&&(e.staff=i.compact(e.staff))}))}for(function(e){for(var t=!0,r=0;r<e.length;r++){var a=e[r];if(a.staff){for(var i=0;i<a.staff.length;i++){var n=a.staff[i];if(n.title){for(var s=!1,o=0;o<n.title.length;o++)n.title[o]?(n.title[o]=t?n.title[o].name:n.title[o].subname,n.title[o]?s=!0:n.title[o]=""):n.title[o]="";s||delete n.title}}t=!1}}}(e.lines),s=0;s<e.lines.length;s++)if(e.lines[s].staff)for(o=0;o<e.lines[s].staff.length;o++)delete e.lines[s].staff[o].workingClef;for(;this.resolveOverlays(););function f(e,t,r){var a;n[t]||(n[t]=[]),n[t][r]||(n[t][r]=[]);for(var s=function(e,s,o){if(void 0===n[t][r][o]){for(a=0;a<n[t][r].length;a++)if(void 0!==n[t][r][a]){o=a;break}if(void 0===n[t][r][o]){var c=100*o+1;i.each(e.endSlur,(function(e){c===e&&--c})),n[t][r][o]=[c]}}for(var l,h=0;h<s;h++)l=n[t][r][o].pop(),e.endSlur.push(l);return 0===n[t][r][o].length&&delete n[t][r][o],l},o=function(e,a,s,o){e.startSlur=[],void 0===n[t][r][s]&&(n[t][r][s]=[]);for(var c=100*s+1,l=0;l<a;l++)o&&(i.each(o,(function(e){c===e&&++c})),i.each(o,(function(e){c===e&&++c})),i.each(o,(function(e){c===e&&++c}))),i.each(n[t][r][s],(function(e){c===e&&++c})),i.each(n[t][r][s],(function(e){c===e&&++c})),n[t][r][s].push(c),e.startSlur.push({label:c}),e.dottedSlur&&(e.startSlur[e.startSlur.length-1].style="dotted",delete e.dottedSlur),c++},c=0;c<e.length;c++){var l=e[c];if("note"===l.el_type){if(l.gracenotes)for(var h=0;h<l.gracenotes.length;h++){if(l.gracenotes[h].endSlur){var u=l.gracenotes[h].endSlur;l.gracenotes[h].endSlur=[];for(var f=0;f<u;f++)s(l.gracenotes[h],1,20)}l.gracenotes[h].startSlur&&(a=l.gracenotes[h].startSlur,o(l.gracenotes[h],a,20))}if(l.endSlur&&(a=l.endSlur,l.endSlur=[],s(l,a,0)),l.startSlur&&o(l,a=l.startSlur,0),l.pitches){for(var d=[],p=0;p<l.pitches.length;p++)if(l.pitches[p].endSlur){var m=l.pitches[p].endSlur;l.pitches[p].endSlur=[];for(var g=0;g<m;g++){var v=s(l.pitches[p],1,p+1);d.push(v)}}for(p=0;p<l.pitches.length;p++)l.pitches[p].startSlur&&(a=l.pitches[p].startSlur,o(l.pitches[p],a,p+1,d));l.gracenotes&&l.pitches[0].endSlur&&100===l.pitches[0].endSlur[0]&&l.pitches[0].startSlur&&(l.gracenotes[0].endSlur?l.gracenotes[0].endSlur.push(l.pitches[0].startSlur[0].label):l.gracenotes[0].endSlur=[l.pitches[0].startSlur[0].label],1===l.pitches[0].endSlur.length?delete l.pitches[0].endSlur:100===l.pitches[0].endSlur[0]?l.pitches[0].endSlur.shift():100===l.pitches[0].endSlur[l.pitches[0].endSlur.length-1]&&l.pitches[0].endSlur.pop(),1===n[t][r][1].length?delete n[t][r][1]:n[t][r][1].pop())}}}}function d(e){a.fixClef(e)}function p(e,t){for(s=0;s<e.length;s++)if(void 0!==e[s].staff)for(o=0;o<e[s].staff.length;o++){var r=[];for(c=0;c<e[s].staff[o].voices.length;c++)for(var a=e[s].staff[o].voices[c],n=0,l=0;l<a.length;l++)if("bar"===a[l].el_type){if(++n>=t&&l<a.length-1){var h=m(e,s);if(!h){var u=JSON.parse(JSON.stringify(e[s]));e.push(i.clone(u)),h=e[e.length-1];for(var f=0;f<h.staff.length;f++)for(var d=0;d<h.staff[f].voices.length;d++)h.staff[f].voices[d]=[]}var p=l+1,g=e[s].staff[o].voices[c].slice(p);return e[s].staff[o].voices[c]=e[s].staff[o].voices[c].slice(0,p),h.staff[o].voices[c]=r.concat(g.concat(h.staff[o].voices[c])),!0}}else a[l].duration||r.push(a[l])}return!1}function m(e,t){for(t++;e.length>t;){if(e[t].staff)return e[t];t++}return null}for(e.lineNum=0;e.lineNum<e.lines.length;e.lineNum++){var g=e.lines[e.lineNum].staff;if(g)for(e.staffNum=0;e.staffNum<g.length;e.staffNum++)for(g[e.staffNum].clef&&d(g[e.staffNum].clef),e.voiceNum=0;e.voiceNum<g[e.staffNum].voices.length;e.voiceNum++){var v=g[e.staffNum].voices[e.voiceNum];f(v,e.staffNum,e.voiceNum);for(var b=0;b<v.length;b++)"clef"===v[b].el_type&&d(v[b]);if(v.length>0&&v[v.length-1].barNumber){var y=m(e.lines,e.lineNum);y&&(y.staff[0].barNumber=v[v.length-1].barNumber),delete v[v.length-1].barNumber}}}return delete e.staffNum,delete e.voiceNum,delete e.lineNum,delete e.potentialStartBeam,delete e.potentialEndBeam,delete e.vskipPending,n},e.reset(),this.getLastNote=function(){if(e.lines[e.lineNum]&&e.lines[e.lineNum].staff&&e.lines[e.lineNum].staff[e.staffNum]&&e.lines[e.lineNum].staff[e.staffNum].voices[e.voiceNum])for(var t=e.lines[e.lineNum].staff[e.staffNum].voices[e.voiceNum].length-1;t>=0;t--){var r=e.lines[e.lineNum].staff[e.staffNum].voices[e.voiceNum][t];if("note"===r.el_type)return r}return null},this.addTieToLastNote=function(e){var t=this.getLastNote();return!!(t&&t.pitches&&t.pitches.length>0)&&(t.pitches[0].startTie={},e&&(t.pitches[0].startTie.style="dotted"),!0)},this.getDuration=function(e){return e.duration?e.duration:0},this.closeLine=function(){e.potentialStartBeam&&e.potentialEndBeam&&(e.potentialStartBeam.startBeam=!0,e.potentialEndBeam.endBeam=!0),delete e.potentialStartBeam,delete e.potentialEndBeam},this.appendElement=function(r,a,n,s){var o=e;s.el_type=r,null!==a&&(s.startChar=a),null!==n&&(s.endChar=n);var c=function(){void 0!==o.potentialStartBeam&&void 0!==o.potentialEndBeam&&(o.potentialStartBeam.startBeam=!0,o.potentialEndBeam.endBeam=!0),delete o.potentialStartBeam,delete o.potentialEndBeam};"note"===r?t.getDuration(s)>=.25||s.force_end_beam_last&&void 0!==o.potentialStartBeam?c():s.end_beam&&void 0!==o.potentialStartBeam?void 0===s.rest?(o.potentialStartBeam.startBeam=!0,s.endBeam=!0,delete o.potentialStartBeam,delete o.potentialEndBeam):c():void 0===s.rest&&(void 0===o.potentialStartBeam?s.end_beam||(o.potentialStartBeam=s,delete o.potentialEndBeam):o.potentialEndBeam=s):c(),delete s.end_beam,delete s.force_end_beam_last,function(e){var t=o.lines[o.lineNum].staff[o.staffNum];if(t){if(void 0!==e.pitches){var r=t.workingClef.verticalPos;i.each(e.pitches,(function(e){e.verticalPos=e.pitch-r}))}if(void 0!==e.gracenotes){var a=t.workingClef.verticalPos;i.each(e.gracenotes,(function(e){e.verticalPos=e.pitch-a}))}t.voices[o.voiceNum].push(e)}}(s)},this.appendStartingElement=function(t,r,a,n){var s;this.closeLine(),"key"===t&&(s=n.impliedNaturals,delete n.impliedNaturals,delete n.explicitAccidentals);var o=i.clone(n);if(e.lines[e.lineNum]&&e.lines[e.lineNum].staff){e.lines[e.lineNum].staff.length<=e.staffNum&&(e.lines[e.lineNum].staff[e.staffNum]={},e.lines[e.lineNum].staff[e.staffNum].clef=i.clone(e.lines[e.lineNum].staff[0].clef),e.lines[e.lineNum].staff[e.staffNum].key=i.clone(e.lines[e.lineNum].staff[0].key),e.lines[e.lineNum].staff[0].meter&&(e.lines[e.lineNum].staff[e.staffNum].meter=i.clone(e.lines[e.lineNum].staff[0].meter)),e.lines[e.lineNum].staff[e.staffNum].workingClef=i.clone(e.lines[e.lineNum].staff[0].workingClef),e.lines[e.lineNum].staff[e.staffNum].voices=[[]]),"clef"===t&&(e.lines[e.lineNum].staff[e.staffNum].workingClef=o);for(var c=e.lines[e.lineNum].staff[e.staffNum].voices[e.voiceNum],l=0;l<c.length;l++){if("note"===c[l].el_type||"bar"===c[l].el_type)return o.el_type=t,o.startChar=r,o.endChar=a,s&&(o.accidentals=s.concat(o.accidentals)),void c.push(o);if(c[l].el_type===t)return o.el_type=t,o.startChar=r,o.endChar=a,s&&(o.accidentals=s.concat(o.accidentals)),void(c[l]=o)}e.lines[e.lineNum].staff[e.staffNum][t]=n}},this.pushLine=function(t){e.vskipPending&&(t.vskip=e.vskipPending,delete e.vskipPending),e.lines.push(t)},this.addSubtitle=function(e,t){this.pushLine({subtitle:{text:e,startChar:t.startChar,endChar:t.endChar}})},this.addSpacing=function(t){e.vskipPending=t},this.addNewPage=function(e){this.pushLine({newpage:e})},this.addSeparator=function(e,t,r,a){this.pushLine({separator:{spaceAbove:Math.round(e),spaceBelow:Math.round(t),lineLength:Math.round(r),startChar:a.startChar,endChar:a.endChar}})},this.addText=function(e,t){this.pushLine({text:{text:e,startChar:t.startChar,endChar:t.endChar}})},this.addCentered=function(e){this.pushLine({text:[{text:e,center:!0}]})},this.containsNotes=function(e){for(var t=0;t<e.length;t++)if("note"===e[t].el_type||"bar"===e[t].el_type)return!0;return!1},this.containsNotesStrict=function(e){for(var t=0;t<e.length;t++)if("note"===e[t].el_type&&(void 0===e[t].rest||void 0!==e[t].chord))return!0;return!1},this.changeVoiceScale=function(e){t.appendElement("scale",null,null,{size:e})},this.startNewLine=function(r){var a=e;this.closeLine();var i=function(e){var r=a.lines[a.lineNum].staff[a.staffNum];if(r.voices[a.voiceNum]=[],r.title||(r.title=[]),r.title[a.voiceNum]={name:e.name,subname:e.subname},e.style&&t.appendElement("style",null,null,{head:e.style}),e.stem)t.appendElement("stem",null,null,{direction:e.stem});else if(a.voiceNum>0){if(void 0!==r.voices[0]){for(var i=!1,n=0;n<r.voices[0].length;n++)"stem"===r.voices[0].el_type&&(i=!0);i||r.voices[0].splice(0,0,{el_type:"stem",direction:"up"})}t.appendElement("stem",null,null,{direction:"down"})}e.scale&&t.appendElement("scale",null,null,{size:e.scale})},n=function(e){e.key&&e.key.impliedNaturals&&(e.key.accidentals=e.key.accidentals.concat(e.key.impliedNaturals),delete e.key.impliedNaturals),a.lines[a.lineNum].staff[a.staffNum]={voices:[],clef:e.clef,key:e.key,workingClef:e.clef},void 0!==e.stafflines&&(a.lines[a.lineNum].staff[a.staffNum].clef.stafflines=e.stafflines,a.lines[a.lineNum].staff[a.staffNum].workingClef.stafflines=e.stafflines),e.staffscale&&(a.lines[a.lineNum].staff[a.staffNum].staffscale=e.staffscale),e.annotationfont&&t.setLineFont("annotationfont",e.annotationfont),e.gchordfont&&t.setLineFont("gchordfont",e.gchordfont),e.tripletfont&&t.setLineFont("tripletfont",e.tripletfont),e.vocalfont&&t.setLineFont("vocalfont",e.vocalfont),e.bracket&&(a.lines[a.lineNum].staff[a.staffNum].bracket=e.bracket),e.brace&&(a.lines[a.lineNum].staff[a.staffNum].brace=e.brace),e.connectBarLines&&(a.lines[a.lineNum].staff[a.staffNum].connectBarLines=e.connectBarLines),e.barNumber&&(a.lines[a.lineNum].staff[a.staffNum].barNumber=e.barNumber),i(e),e.part&&t.appendElement("part",e.part.startChar,e.part.endChar,{title:e.part.title}),void 0!==e.meter&&(a.lines[a.lineNum].staff[a.staffNum].meter=e.meter),a.vskipPending&&(a.lines[a.lineNum].vskip=a.vskipPending,delete a.vskipPending)};void 0===e.lines[e.lineNum]?function(e){a.lines[a.lineNum]={staff:[]},n(e)}(r):void 0===e.lines[e.lineNum].staff?(e.lineNum++,this.startNewLine(r)):void 0===e.lines[e.lineNum].staff[e.staffNum]?n(r):void 0===e.lines[e.lineNum].staff[e.staffNum].voices[e.voiceNum]?i(r):this.containsNotes(e.lines[e.lineNum].staff[e.staffNum].voices[e.voiceNum])?(e.lineNum++,this.startNewLine(r)):r.part&&t.appendElement("part",r.part.startChar,r.part.endChar,{title:r.part.title})},this.setRunningFont=function(t,r){e.runningFonts[t]=r},this.setLineFont=function(t,r){if(e.runningFonts[t]){for(var a=!1,i=Object.keys(r),n=0;n<i.length;n++)e.runningFonts[t][i[n]]!==r[i[n]]&&(a=!0);a&&(e.lines[e.lineNum].staff[e.staffNum][t]=r)}e.runningFonts[t]=r},this.setBarNumberImmediate=function(e){var t=this.getCurrentVoice();if(t&&t.length>0){var r=t[t.length-1];if("bar"!==r.el_type)return e-1;void 0!==r.barNumber&&(r.barNumber=e)}return e},this.hasBeginMusic=function(){for(var t=0;t<e.lines.length;t++)if(e.lines[t].staff)return!0;return!1},this.isFirstLine=function(t){for(var r=t-1;r>=0;r--)if(void 0!==e.lines[r].staff)return!1;return!0},this.getCurrentVoice=function(){var t=e.lines[e.lineNum];if(!t)return null;var r=t.staff[e.staffNum];return r&&void 0!==r.voices[e.voiceNum]?r.voices[e.voiceNum]:null},this.setCurrentVoice=function(t,r){e.staffNum=t,e.voiceNum=r;for(var a=0;a<e.lines.length;a++)if(e.lines[a].staff&&(void 0===e.lines[a].staff[t]||void 0===e.lines[a].staff[t].voices[r]||!this.containsNotes(e.lines[a].staff[t].voices[r])))return void(e.lineNum=a);e.lineNum=a},this.addMetaText=function(t,r,a){void 0===e.metaText[t]?(e.metaText[t]=r,e.metaTextInfo[t]=a):(e.metaText[t]+="\n"+r,e.metaTextInfo[t].endChar=a.endChar)},this.addMetaTextArray=function(t,r,a){void 0===e.metaText[t]?(e.metaText[t]=[r],e.metaTextInfo[t]=a):(e.metaText[t].push(r),e.metaTextInfo[t].endChar=a.endChar)},this.addMetaTextObj=function(t,r,a){e.metaText[t]=r,e.metaTextInfo[t]=a}}},1756:function(e){function t(e,t){for(var r=[],a=[],i=0,n=0;n<e.length;n++){var s=e[n],o=i+s;o<t?i=o:t-i<o-t&&i>0?(r.push(n-1),a.push(Math.round(i-s)),i=s):n<e.length-1&&(r.push(n),a.push(Math.round(i)),i=0)}return a.push(Math.round(i)),{lineBreaks:r,totals:a}}function r(e){for(var t=[],r=0;r<e.length;r++)t.push(e[r]);return t}function a(e,t,a,i,n,s,o,c,l,h,u){for(var f=h;f<e.length;f++){var d=e[f];a+=d,i+=d;var p=Math.abs(a-t[c]);if(Math.abs(p-s)<t[0]/10)if(p<s){var m=r(n),g=r(l);g.push(f-1),m.push(i-d),u.push({accumulator:a,lineAccumulator:d,lineWidths:m,lastVariance:Math.abs(a-t[c+1]),highestVariance:Math.max(o,s),currLine:c+1,lineBreaks:g,startIndex:f+1})}else p>s&&f<e.length-1&&(m=r(n),g=r(l),u.push({accumulator:a,lineAccumulator:i,lineWidths:m,lastVariance:p,highestVariance:Math.max(o,p),currLine:c,lineBreaks:g,startIndex:f+1}));p>s?(l.push(f-1),c++,o=Math.max(o,s),s=Math.abs(a-t[c]),n.push(i-d),i=d):s=p}n.push(i)}function i(e,t,r,i){for(var n=Math.ceil(e.total/t),s=Math.floor(e.total/n),o=[],c=0;c<n;c++)o.push(s*(c+1));var l=[];l.push({accumulator:0,lineAccumulator:0,lineWidths:[],lastVariance:999999,highestVariance:0,currLine:0,lineBreaks:[],startIndex:0});for(var h=0;h<l.length;)a(e.measureWidths,o,l[h].accumulator,l[h].lineAccumulator,l[h].lineWidths,l[h].lastVariance,l[h].highestVariance,l[h].currLine,l[h].lineBreaks,l[h].startIndex,l),h++;for(c=0;c<l.length;c++){var u=l[c];u.variances=[],u.aveVariance=0;for(var f=0;f<u.lineWidths.length;f++){var d=u.lineWidths[f];u.variances.push(d-o[0]),u.aveVariance+=Math.abs(d-o[0])}u.aveVariance=u.aveVariance/u.lineWidths.length,i.attempts.push({type:"optimizeLineWidths",lineBreaks:u.lineBreaks,variances:u.variances,aveVariance:u.aveVariance,widths:e.measureWidths})}var p=9999999,m=-1;for(c=0;c<l.length;c++)(u=l[c]).aveVariance<p&&(p=u.aveVariance,m=c);return{failed:!1,lineBreaks:l[m].lineBreaks,variance:l[m].highestVariance}}function n(e,t,r){for(var a=[],i=[],n=0,s=!1,o=0;o<e.length;o++)(n+=e[o])>t&&(s=!0),o%r==r-1&&(o!==e.length-1&&a.push(o),i.push(Math.round(n)),n=0);return{failed:s,totals:i,lineBreaks:a}}e.exports={wrapLines:function(e,t,r){if(t&&0!==e.lines.length){var a=e.deline({lineBreaks:!1}),i=function(e,t){for(var r=[],a=0,i=0,n=0,s=0;s<e.length;s++){var o=e[s];if(o.staff){var c=i,l=t[a];a++;for(var h=0;h<o.staff.length;h++)for(var u=o.staff[h],f=0;f<u.voices.length;f++){n=c;for(var d=0,p=0,m=u.voices[f],g=0,v=0;v<m.length;v++)"bar"===m[v].el_type&&(l[p]===d&&(r.push({ogLine:s,line:n,staff:h,voice:f,start:g,end:v}),g=v+1,n++,i=Math.max(i,n),p++),d++);r.push({ogLine:s,line:n,staff:h,voice:f,start:g,end:m.length}),n++,i=Math.max(i,n)}}else r.push({ogLine:s,line:n}),n++,i=Math.max(i,n)}return r}(a,t);e.lines=function(e,t,r){for(var a=[],i=[],n=[],s=1,o=0;o<t.length;o++){var c=t[o];if(e[c.ogLine].staff){var l=e[c.ogLine].staff[c.staff];if(a[c.line]||(a[c.line]={staff:[]}),!a[c.line].staff[c.staff]){a[c.line].staff[c.staff]={voices:[]},void 0!==r&&0===c.staff&&c.line>0&&(a[c.line].staff[c.staff].barNumber=s);for(var h=Object.keys(l),u=0;u<h.length;u++){var f="voices"===h[u];"meter"===h[u]&&0!==c.line&&(f=!0),f||(a[c.line].staff[c.staff][h[u]]=l[h[u]])}i[c.staff]&&(a[c.line].staff[c.staff].key=i[c.staff])}a[c.line].staff[c.staff].voices[c.voice]||(a[c.line].staff[c.staff].voices[c.voice]=[]),a[c.line].staff[c.staff].voices[c.voice]=e[c.ogLine].staff[c.staff].voices[c.voice].slice(c.start,c.end+1),n[10*c.staff+c.voice]&&a[c.line].staff[c.staff].voices[c.voice].unshift({el_type:"stem",direction:n[10*c.staff+c.voice].direction});for(var d=a[c.line].staff[c.staff].voices[c.voice],p=d.length-1;p>=0;p--)if("key"===d[p].el_type){i[c.staff]={root:d[p].root,acc:d[p].acc,mode:d[p].mode,accidentals:d[p].accidentals.filter((function(e){return"natural"!==e.acc}))};break}for(p=d.length-1;p>=0;p--)if("stem"===d[p].el_type){n[10*c.staff+c.voice]={direction:d[p].direction};break}if(void 0!==r&&0===c.staff&&0===c.voice)for(p=0;p<d.length;p++)"bar"===d[p].el_type&&(s++,p===d.length-1?delete d[p].barNumber:d[p].barNumber=s)}else a[c.line]=e[c.ogLine]}for(var m=0;m<a.length;m++)a[m].staff&&(a[m].staff=a[m].staff.filter((function(e){return null!=e})));return a}(a,i,r),e.lineBreaks=i}},calcLineWraps:function(e,r,a){if(0===r.length||a.staffwidth<r[0].left)return{reParse:!1,explanation:"Staff width is narrower than the margin",revisedParams:a};var s=a.scale?Math.max(a.scale,.1):1,o=a.wrap.minSpacing?Math.max(parseFloat(a.wrap.minSpacing),1):1,c=a.wrap.minSpacingLimit?Math.max(parseFloat(a.wrap.minSpacingLimit),1):o-.1,l=a.wrap.maxSpacing?Math.max(parseFloat(a.wrap.maxSpacing),1):void 0;a.wrap.lastLineLimit&&!l&&(l=Math.max(parseFloat(a.wrap.lastLineLimit),1));for(var h=a.wrap.preferredMeasuresPerLine?Math.max(parseInt(a.wrap.preferredMeasuresPerLine,10),0):void 0,u=[],f=[],d=0;d<r.length;d++){var p=r[d],m=a.staffwidth-p.left,g=m/o/s,v=m/c/s,b={widths:p,lineBreakPoint:g,minLineSize:m/l/s,attempts:[],staffWidth:a.staffwidth,minWidth:Math.round(v)},y=null;if(h){var x=n(p.measureWidths,g,h);b.attempts.push({type:"Fixed Measures Per Line",preferredMeasuresPerLine:h,lineBreaks:x.lineBreaks,failed:x.failed,totals:x.totals}),x.failed||(y=x.lineBreaks)}if(!y){var w=t(p.measureWidths,g);b.attempts.push({type:"Free Form",lineBreaks:w.lineBreaks,totals:w.totals}),(y=w.lineBreaks).length>0&&p.measureWidths.length<25&&(w=i(p,g,0,b),b.attempts.push({type:"Optimize",failed:w.failed,reason:w.reason,lineBreaks:w.lineBreaks,totals:w.totals}),w.failed||(y=w.lineBreaks))}u.push(y),f.push(b)}var k=function(e,t,r){var a={lineBreaks:e,staffwidth:t};for(var i in r)r.hasOwnProperty(i)&&"wrap"!==i&&"staffwidth"!==i&&(a[i]=r[i]);return{revisedParams:a}}(u,a.staffwidth,a);return k.explanation=f,k.reParse=!0,k}}},9716:function(e,t,r){var a,i=r(5008),n=r(5058);!function(){"use strict";var e,t,r,s,o,c,l,h,u,f,d,p,m,g,v,b,y,x,w,k,C,T,A,S=1,N={num:4,den:4},_=128,E=64,M=48,B=!1,L=!1,P=!0,z=105,H=95,O=85,F=.25,D=0,I={},Y=0;function V(e){for(var t=u.length-1;t>=0;t--)if("program"===u[t].cmd)return void(u[t].channel=e)}function G(){for(var e=!0,t=0;t<p.length&&e;t++)"note"===p[t].cmd&&(e=!1);return e}function W(e){return e/1e6}function q(e){return Math.round(e*S*1e6)/1e6}function j(e){switch(parseInt(e.den,10)){case 2:return.5;case 4:return.25;case 8:return e.num%3==0?.375:.125;case 16:return.125}return.25}a=function(a,i,n){i||(i={}),e=[],t=[0,0,0,0,0,0,0],s=[],o=i.qpm,c=void 0,S=1,l=void 0,h=void 0,u=void 0,f=void 0,d=0,A=n,N={num:4,den:4},p=[],m=!1,v=a.length,g=!1,b=[],E=64,M=48,y=void 0,x=void 0,B=!!i.chordsOff,L=!1,P=!0,z=105,H=95,O=85,F=.25,k=void 0,C=void 0,D=0,T=[],I={},a.length>0&&a[0].length>0&&(Y=a[0][0].pickupLength),function(e,t){for(var r=0;r<e.length;r++){for(var a=e[r],i={},n=t.qpm,s=0,o=1,c=0;c<a.length;c++){var l=a[c];if("tempo"!==l.el_type){l.time=s;var h=l.duration?l.duration:0;if(s+=Math.round(h*o*1e6),l.pitches){for(var u=0;u<l.pitches.length;u++){var f=l.pitches[u];if(f)if(f.duration=l.duration,f.startTie)void 0===i[f.pitch]?i[f.pitch]={el:c,pitch:u}:(a[i[f.pitch].el].pitches[i[f.pitch].pitch].duration+=f.duration,l.pitches[u]=null);else if(f.endTie){var d=i[f.pitch];if(d){var p=f.duration;delete a[d.el].pitches[d.pitch].startTie,a[d.el].pitches[d.pitch].duration+=p,l.pitches[u]=null,delete i[f.pitch]}else delete f.endTie}}delete l.duration}}else n?o=l.qpm?n/l.qpm:1:n=l.qpm}for(var m in i)if(i.hasOwnProperty(m)){var g=i[m];delete a[g.el].pitches[g.pitch].startTie}}}(a,i);for(var _=0;_<a.length;_++){r=0;var q=a[_];u=[{cmd:"program",channel:_,instrument:l}],f=void 0,w=0;var X=!1;(!0===i.voicesOff||i.voicesOff&&i.voicesOff.length&&i.voicesOff.indexOf(_)>=0)&&(X=!0);for(var R=0;R<q.length;R++){var U=q[R];switch(U.el_type){case"name":f={cmd:"text",type:"name",text:U.trackName};break;case"note":Q(U,X)&&(m=_);break;case"key":t=J(U);break;case"meter":c||(c=U),F=j(N=U);break;case"tempo":o?S=U.qpm?o/U.qpm:1:o=U.qpm;break;case"transpose":r=U.transpose;break;case"bar":p.length>0&&(!1===m||_===m)&&(ce(w,W(U.time)),b=[]),e=[],0===_&&he(a.length+1),L=!1,x=y,w=W(U.time);break;case"bagpipes":break;case"instrument":if(void 0===l&&(l=U.program),h=U.program,u.length>0&&"program"===u[u.length-1].cmd)u[u.length-1].instrument=U.program;else{var K;for(K=u.length-1;K>=0&&"program"!==u[K].cmd;K--);(K<0||u[K].instrument!==U.program)&&u.push({cmd:"program",channel:0,instrument:U.program})}break;case"channel":V(U.channel);break;case"drum":I=le(U.params);break;case"gchord":i.chordsOff||(B=U.tacet);break;case"beat":z=U.beats[0],H=U.beats[1],O=U.beats[2];break;case"vol":k=U.volume;break;case"volinc":C=U.volume;break;case"beataccents":P=U.value;break;default:console.log("MIDI creation. Unknown el_type: "+U.el_type+"\n")}}void 0===u[0].instrument&&(u[0].instrument=l||0),f&&u.unshift(f),s.push(u),G()||(g=!0),T.length}return i.detuneOctave&&function(e,t){for(var r={},a=0;a<e.length;a++)for(var i=0;i<e[a].length;i++){var n=e[a][i];"note"===n.cmd&&(void 0===r[n.start]&&(r[n.start]=[]),r[n.start].push({track:a,event:i,pitch:n.pitch}))}var s=Object.keys(r);for(a=0;a<s.length;a++){var o=r[s[a]];if(o.length>1){var c=(o=o.sort((function(e,t){return e.pitch-t.pitch})))[o.length-1],l=c.pitch%12,h=!1;for(i=0;!h&&i<o.length-1;i++)o[i].pitch%12===l&&(h=!0);if(h){var u=e[c.track][c.event];u.cents||(u.cents=0),u.cents+=t}}}}(s,parseInt(i.detuneOctave,10)),G()||s.push(p),T.length>0&&s.push(T),{tempo:o,instrument:l,tracks:s,totalDuration:d}};var X=["break","(break)","no chord","n.c.","tacet"];function R(e,t,r){return(r-e)/t}function U(e){var t=!1,a=function(e){if(B)return"break";if(g||!e.chord||0===e.chord.length)return null;for(var t=0;t<e.chord.length;t++){var r=e.chord[t];if("default"===r.position)return r.name;if(X.indexOf(r.name.toLowerCase())>=0)return"break"}return null}(e);if(a){var i=function(e){if(0!==e.length){if("break"===e)return{chick:[]};var t=e.substring(0,1);if("("===t){if(0===(e=e.substring(1,e.length-2)).length)return;t=e.substring(0,1)}var a=re[t];if(a){for(var i=r;i<-8;)i+=12;for(;i>8;)i-=12;var n,s=(a+=i)-5;1===e.length&&(n=ie(a,""));var o=e.substring(1),c=o.substring(0,1);"b"===c||"♭"===c?(a--,s--,o=o.substring(1)):"#"!==c&&"♯"!==c||(a++,s++,o=o.substring(1));var l=o.split("/");if((n=ie(a,l[0])).length>=3&&(s=s+(n[2]-n[0])-7),2===l.length&&re[l[1].substring(0,1)]){var h={"#":1,"♯":1,b:-1,"♭":-1}[l[1].substring(1)]||0;s=a=re[l[1].substring(0,1)]+h+i}return{boom:a,boom2:s,chick:n}}}}(a);if(i){0===p.length&&(t=!0,p.push({cmd:"program",channel:v,instrument:0})),y=i;var n=R(w,j(N),W(e.time));b.push({chord:y,beat:n,start:W(e.time)})}}return t}function K(e,t){var r=t.start,a=t.duration,i=q(1/32);switch(e){case"trill":for(var n=1;a>0;)u.push({cmd:"note",pitch:t.pitch+n,volume:t.volume,start:r,duration:i,gap:0,instrument:h,style:"decoration"}),n=1===n?0:1,a-=i,r+=i;break;case"mordent":u.push({cmd:"note",pitch:t.pitch,volume:t.volume,start:r,duration:i,gap:0,instrument:h,style:"decoration"}),a-=i,r+=i,u.push({cmd:"note",pitch:t.pitch+1,volume:t.volume,start:r,duration:i,gap:0,instrument:h,style:"decoration"}),a-=i,r+=i,u.push({cmd:"note",pitch:t.pitch,volume:t.volume,start:r,duration:a,gap:0,instrument:h});break;case"lowermordent":u.push({cmd:"note",pitch:t.pitch,volume:t.volume,start:r,duration:i,gap:0,instrument:h,style:"decoration"}),a-=i,r+=i,u.push({cmd:"note",pitch:t.pitch-1,volume:t.volume,start:r,duration:i,gap:0,instrument:h,style:"decoration"}),a-=i,r+=i,u.push({cmd:"note",pitch:t.pitch,volume:t.volume,start:r,duration:a,gap:0,instrument:h});break;case"turn":i=t.duration/5,u.push({cmd:"note",pitch:t.pitch,volume:t.volume,start:r,duration:i,gap:0,instrument:h,style:"decoration"}),u.push({cmd:"note",pitch:t.pitch+1,volume:t.volume,start:r+i,duration:i,gap:0,instrument:h,style:"decoration"}),u.push({cmd:"note",pitch:t.pitch,volume:t.volume,start:r+2*i,duration:i,gap:0,instrument:h,style:"decoration"}),u.push({cmd:"note",pitch:t.pitch+1,volume:t.volume,start:r+3*i,duration:i,gap:0,instrument:h,style:"decoration"}),u.push({cmd:"note",pitch:t.pitch,volume:t.volume,start:r+4*i,duration:i,gap:0,instrument:h});break;case"roll":for(;a>0;)u.push({cmd:"note",pitch:t.pitch,volume:t.volume,start:r,duration:i,gap:0,instrument:h,style:"decoration"}),a-=2*i,r+=2*i}}function Q(e,t){u.length;var r,a=function(e,t){if(t)return 0;var r;if(k)r=k,k=void 0;else if(P)if(Y>e)r=O;else{N.num,N.den;var a=R(w,j(N),e);r=0===a?z:parseInt(a,10)===a?H:O}else r=H;return C&&(r+=C,C=void 0),r<0&&(r=0),r>127&&(r=127),t?0:r}(W(e.time),t),s=U(e);if(e.gracenotes&&e.pitches&&e.pitches.length>0&&e.pitches[0]&&(r=function(e,t){for(var r,a=0,i=[],s=0;s<e.length;s++)a+=(r=e[s]).duration;var o=t/2/a;for(s=0;s<e.length;s++){var c=Z(r=e[s]);if(h===_&&A){var l=n(r);l&&A[l]&&(c=A[l].sound)}var u={pitch:c,duration:r.duration*o};u=ee(u),i.push(u)}return i}(e.gracenotes,e.pitches[0].duration),e.elem&&(e.elem.midiGraceNotePitches=function(e,t,r,a){var i=[];r=Math.round(r);for(var n=0;n<e.length;n++){var s=e[n];u.push({cmd:"note",pitch:s.pitch,volume:r,start:t,duration:s.duration,gap:0,instrument:a,style:"grace"}),i.push({pitch:s.pitch,durationInMeasures:s.duration,volume:r,instrument:a}),t+=s.duration}return i}(r,W(e.time),2*a/3,h))),e.elem){var c=W(e.time),l=c/F/o*60*1e3;if(void 0===e.elem.currentTrackMilliseconds)e.elem.currentTrackMilliseconds=l,e.elem.currentTrackWholeNotes=c;else if(void 0===e.elem.currentTrackMilliseconds.length)e.elem.currentTrackMilliseconds!==l&&(e.elem.currentTrackMilliseconds=[e.elem.currentTrackMilliseconds,l],e.elem.currentTrackWholeNotes=[e.elem.currentTrackWholeNotes,c]);else{for(var f=!1,p=0;p<e.elem.currentTrackMilliseconds.length;p++)e.elem.currentTrackMilliseconds[p]===l&&(f=!0);f||(e.elem.currentTrackMilliseconds.push(l),e.elem.currentTrackWholeNotes.push(c))}}if(e.pitches){var m="",g=function(e,t){var r={};if(e.decoration)for(var a=0;a<e.decoration.length;a++)"staccato"===e.decoration[a]?r.thisBreakBetweenNotes="staccato":"tenuto"===e.decoration[a]?r.thisBreakBetweenNotes="tenuto":"accent"===e.decoration[a]?r.velocity=Math.min(127,1.5*t):"trill"===e.decoration[a]?r.noteModification="trill":"lowermordent"===e.decoration[a]?r.noteModification="lowermordent":"uppermordent"===e.decoration[a]||"mordent"===e.decoration[a]?r.noteModification="mordent":"turn"===e.decoration[a]?r.noteModification="turn":"roll"===e.decoration[a]&&(r.noteModification="roll");return r}(e,a);g.thisBreakBetweenNotes&&(m=g.thisBreakBetweenNotes),g.velocity&&(a=g.velocity);var v=e.pitches;if("rhythm"===e.style&&(L=!0,y&&y.chick)){v=[];for(var b=0;b<y.chick.length;b++){var x=i.clone(e.pitches[0]);x.actualPitch=y.chick[b],v.push(x)}}e.elem&&(e.elem.midiPitches=[]);for(var T=0;T<v.length;T++){var S=v[T];if(S){S.startSlur&&(D+=S.startSlur.length),S.endSlur&&(D-=S.endSlur.length);var E=S.actualPitch?S.actualPitch:Z(S);if(h===_&&A){var M=n(S);M&&A[M]&&(E=A[M].sound)}var B={cmd:"note",pitch:E,volume:a,start:W(e.time),duration:q(S.duration),instrument:h,startChar:e.elem.startChar,endChar:e.elem.endChar};if(B=ee(B),e.gracenotes&&(B.duration=B.duration/2,B.start=B.start+B.duration),e.elem&&e.elem.midiPitches.push(B),g.noteModification)K(g.noteModification,B);else{switch(D>0?B.endType="tenuto":m&&(B.endType=m),B.endType){case"tenuto":B.gap=-.001;break;case"staccato":var I=.4*B.duration;B.gap=o/60*I;break;default:B.gap=0}u.push(B)}}}u.length}var V=function(e){return e.pitches&&e.pitches.length>0&&e.pitches[0]?e.pitches[0].duration:e.elem?e.elem.duration:e.duration}(e);return d=Math.max(d,W(e.time)+q(V)),s}var $=[0,2,4,5,7,9,11];function Z(a){if(void 0!==a.midipitch)return a.midipitch;var i=a.pitch;if(a.accidental)switch(a.accidental){case"sharp":e[i]=1;break;case"flat":e[i]=-1;break;case"natural":e[i]=0;break;case"dblsharp":e[i]=2;break;case"dblflat":e[i]=-2;break;case"quartersharp":e[i]=.25;break;case"quarterflat":e[i]=-.25}var n=12*function(e){return Math.floor(e/7)}(i)+$[te(i)]+60;return void 0!==e[i]?n+=e[i]:n+=t[te(i)],n+=r}function J(e){var t=[0,0,0,0,0,0,0];if(!e.accidentals)return t;for(var r=0;r<e.accidentals.length;r++){var a,i=e.accidentals[r];switch(i.acc){case"flat":a=-1;break;case"quarterflat":a=-.25;break;case"sharp":a=1;break;case"quartersharp":a=.25;break;default:a=0}t[te(i.note.toLowerCase().charCodeAt(0)-"c".charCodeAt(0))]+=a}return t}function ee(e){var t=""+e.pitch;return t.indexOf(".75")>=0?(e.pitch=Math.round(e.pitch),e.cents=-50):t.indexOf(".25")>=0&&(e.pitch=Math.round(e.pitch),e.cents=50),e}function te(e){return(e%=7)<0&&(e+=7),e}var re={A:33,B:35,C:36,D:38,E:40,F:41,G:43},ae={dim:[0,3,6],"°":[0,3,6],"˚":[0,3,6],dim7:[0,3,6,9],"°7":[0,3,6,9],"˚7":[0,3,6,9],"ø7":[0,3,6,10],"m7(b5)":[0,3,6,10],m7b5:[0,3,6,10],"m7♭5":[0,3,6,10],"-7(b5)":[0,3,6,10],"-7b5":[0,3,6,10],"7b5":[0,4,6,10],"7(b5)":[0,4,6,10],"7♭5":[0,4,6,10],"7(b9,b5)":[0,4,6,10,13],"7b9,b5":[0,4,6,10,13],"7(#9,b5)":[0,4,6,10,15],"7#9b5":[0,4,6,10,15],"maj7(b5)":[0,4,6,11],maj7b5:[0,4,6,11],"13(b5)":[0,4,6,10,14,21],"13b5":[0,4,6,10,14,21],m:[0,3,7],"-":[0,3,7],m6:[0,3,7,9],"-6":[0,3,7,9],m7:[0,3,7,10],"-7":[0,3,7,10],"-(b6)":[0,3,7,8],"-b6":[0,3,7,8],"-6/9":[0,3,7,9,14],"-7(b9)":[0,3,7,10,13],"-7b9":[0,3,7,10,13],"-maj7":[0,3,7,11],"-9+7":[0,3,7,11,13],"-11":[0,3,7,11,14,17],m11:[0,3,7,11,14,17],"-maj9":[0,3,7,11,14],"-∆9":[0,3,7,11,14],mM9:[0,3,7,11,14],M:[0,4,7],6:[0,4,7,9],"6/9":[0,4,7,9,14],"6add9":[0,4,7,9,14],69:[0,4,7,9,14],7:[0,4,7,10],9:[0,4,7,10,14],11:[0,7,10,14,17],13:[0,4,7,10,14,21],"7b9":[0,4,7,10,13],"7♭9":[0,4,7,10,13],"7(b9)":[0,4,7,10,13],"7(#9)":[0,4,7,10,15],"7#9":[0,4,7,10,15],"(13)":[0,4,7,10,14,21],"7(9,13)":[0,4,7,10,14,21],"7(#9,b13)":[0,4,7,10,15,20],"7(#11)":[0,4,7,10,14,18],"7#11":[0,4,7,10,14,18],"7(b13)":[0,4,7,10,20],"7b13":[0,4,7,10,20],"9(#11)":[0,4,7,10,14,18],"9#11":[0,4,7,10,14,18],"13(#11)":[0,4,7,10,18,21],"13#11":[0,4,7,10,18,21],maj7:[0,4,7,11],"∆7":[0,4,7,11],"Δ7":[0,4,7,11],maj9:[0,4,7,11,14],"maj7(9)":[0,4,7,11,14],"maj7(11)":[0,4,7,11,17],"maj7(#11)":[0,4,7,11,18],"maj7(13)":[0,4,7,14,21],"maj7(9,13)":[0,4,7,11,14,21],"7sus4":[0,5,7,10],m7sus4:[0,3,7,10,17],sus4:[0,5,7],sus2:[0,2,7],"7sus2":[0,2,7,10],"9sus4":[0,5,7,10,14],"13sus4":[0,5,7,10,14,21],aug7:[0,4,8,10],"+7":[0,4,8,10],"+":[0,4,8],"7#5":[0,4,8,10],"7♯5":[0,4,8,10],"7+5":[0,4,8,10],"9#5":[0,4,8,10,14],"9♯5":[0,4,8,10,14],"9+5":[0,4,8,10,14],"-7(#5)":[0,3,8,10],"-7#5":[0,3,8,10],"7(#5)":[0,4,8,10],"7(b9,#5)":[0,4,8,10,13],"7b9#5":[0,4,8,10,13],"maj7(#5)":[0,4,8,11],"maj7#5":[0,4,8,11],"maj7(#5,#11)":[0,4,8,11,18],"maj7#5#11":[0,4,8,11,18],"9(#5)":[0,4,8,10,14],"13(#5)":[0,4,8,10,14,21],"13#5":[0,4,8,10,14,21]};function ie(e,t){var r=ae[t];r||(r="ma"===t.slice(0,2).toLowerCase()||"M"===t.charAt(0)?ae.M:"m"===t.charAt(0)||"-"===t.charAt(0)?ae.m:ae.M),e+=12;for(var a=[],i=0;i<r.length;i++)a.push(e+r[i]);return a}function ne(e,t,r,a,i){void 0!==e&&p.push({cmd:"note",pitch:e,volume:r,start:w+a*q(t),duration:q(i),gap:0,instrument:0})}function se(e,t,r,a,i){for(var n=0;n<e.length;n++)p.push({cmd:"note",pitch:e[n],volume:r,start:w+a*q(t),duration:q(i),gap:0,instrument:0})}var oe={"2/2":["boom","chick"],"2/4":["boom","chick"],"3/4":["boom","chick","chick"],"4/4":["boom","chick","boom2","chick"],"5/4":["boom","chick","chick","boom2","chick"],"6/8":["boom","","chick","boom2","","chick"],"9/8":["boom","","chick","boom2","","chick","boom2","","chick"],"12/8":["boom","","chick","boom2","","chick","boom","","chick","boom2","","chick"]};function ce(e,t){var r=N.num,a=N.den,i=1/a,n=i/2,s=oe[r+"/"+a],o=parseInt(r,10)/parseInt(a,10)-(t-e)/S;if(Math.abs(o)<1e-5&&(o=!1),!s||o){s=[];for(var c=(t-e)/S/i,l=0;l<c;l++)s.push("chick")}if(0===b.length&&b.push({beat:0,chord:y}),0!==b[0].beat&&y&&x&&b.unshift({beat:0,chord:x}),1!==b.length){for(var h=.125===i?3:1,u={},f=0;f<b.length;f++){var d=b[f];u[""+Math.round(d.beat*h)]=d}for(var p=0;p<s.length;p++){var m,g;if(u[""+p]&&(m=u[""+p]),!L&&m)switch(s[p]){case"boom":u[""+(p+1)]?se(m.chord.chick,i,M,p,n):(ne(m.chord.boom,i,E,p,n),g=m.chord.boom);break;case"boom2":u[""+(p+1)]?se(m.chord.chick,i,M,p,n):g===m.chord.boom?(ne(m.chord.boom2,i,E,p,n),g=void 0):(ne(m.chord.boom,i,E,p,n),g=m.chord.boom);break;case"chick":se(m.chord.chick,i,M,p,n);break;case"":u[""+p]&&se(m.chord.chick,i,M,p,n)}}}else for(var v=b[0].beat;v<s.length;v++)if(!L)switch(s[v]){case"boom":ne(b[0].chord.boom,i,E,v,n);break;case"boom2":ne(b[0].chord.boom2,i,E,v,n);break;case"chick":se(b[0].chord.chick,i,M,v,n)}}function le(e){if(0===e.pattern.length||!1===e.on)return{on:!1};for(var t=e.pattern[0],r=[],a="",i=0,n=0;n<t.length;n++)if("d"===t[n]&&i++,"d"===t[n]||"z"===t[n])0!==a.length?(r.push(a),a=t[n]):a+=t[n];else{if(0===a.length)return{on:!1};a+=t[n]}if(0!==a.length&&r.push(a),e.pattern.length!==2*i+1)return{on:!1};for(var s={on:!0,bars:e.bars,pattern:[]},o=j(N),c=0,l=0;l<r.length;l++){a=r[l];for(var h=1,u=!1,f=0,d=1;d<a.length;d++)switch(a[d]){case"/":0!==f&&(h*=f),f=0,u=!0;break;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":f=10*f+a[d];break;default:return{on:!1}}u?(0===f&&(f=2),h/=f):f&&(h*=f),"d"===a[0]?(s.pattern.push({len:h*o,pitch:e.pattern[1+c],velocity:e.pattern[1+c+i]}),c++):s.pattern.push({len:h*o,pitch:null})}for(var p=0,m=N.num/N.den,g=0;g<s.pattern.length;g++)p+=s.pattern[g].len;var v=p/(e.bars?e.bars:1)/m;for(g=0;g<s.pattern.length;g++)s.pattern[g].len=s.pattern[g].len/v;return s}function he(e){if(0!==T.length||I.on){var t=N.num/N.den;if(0===T.length){if(d<t)return;T.push({cmd:"program",channel:e,instrument:_})}if(I.on)for(var r=w,a=0;a<I.pattern.length;a++){var i=q(I.pattern[a].len);I.pattern[a].pitch&&T.push({cmd:"note",pitch:I.pattern[a].pitch,volume:I.pattern[a].velocity,start:r,duration:i,gap:0,instrument:_}),r+=i}}}}(),e.exports=a},1028:function(e,t,r){var a,i=r(5008);!function(){"use strict";var e,t=128;function r(e,t,r){for(var a=0,i=t+1;i<e.length;i++)if("note"===e[i].el_type&&a++,e[i].decoration&&e[i].decoration.indexOf(r)>=0)return a;return a}function n(e,t,r){for(var a=Math.min(e.length,t+3),i=t;i<a;i++)if("note"===e[i].el_type&&e[i].decoration)for(var n=0;n<e[i].decoration.length;n++)if(r.indexOf(e[i].decoration[n])>=0)return e[i].decoration[n];return null}function s(e){for(var t=0;t<e.length;t++)for(var r=e[t],a=r.length-1;a>=0&&"bar"!==r[a].el_type;)r[a].noChordVoice=!0,a--}function o(e,t){if(e&&!(e.length<=t)&&e[t].title)return e[t].title.join(" ")}function c(e,t){var r=1/4;e.duration&&(r=e.duration[0]);var a=60;return e.bpm&&(a=e.bpm),r*a/t}function l(t){var r;switch(t.type){case"common_time":r={el_type:"meter",num:4,den:4};break;case"cut_time":r={el_type:"meter",num:2,den:2};break;case"specified":r={el_type:"meter",num:t.value[0].num,den:t.value[0].den};break;default:r={el_type:"meter"}}return e=r.num/r.den,r}function h(e){for(var t=[],r=0;r<e.length;r++)"natural"!==e[r].acc&&t.push(e[r]);return t}function u(e,t){d(e,"HP"===t.root?{el_type:"key",accidentals:[{acc:"natural",note:"g"},{acc:"sharp",note:"f"},{acc:"sharp",note:"c"}]}:{el_type:"key",accidentals:h(t.accidentals)})}function f(e,t){d(e,l(t))}function d(e,t){for(var r=e.length-1;r>=0;r--)if(e[r].el_type===t.el_type)return void(JSON.stringify(e[r])!==JSON.stringify(t)&&e.push(t));e.push(t)}a=function(a,h){var p,m=(h=h||{}).program||0,g=h.midiTranspose||0;a.visualTranspose&&(g-=a.visualTranspose);var v=h.channel||0,b=!1,y=h.drum||"",x=h.drumBars||1,w=h.drumIntro||0,k=""!==y,C=[];m=parseInt(m,10),g=parseInt(g,10),10===(v=parseInt(v,10))&&(m=t),y=y.split(" "),x=parseInt(x,10),w=parseInt(w,10);var T=a.formatting.bagpipes;T&&(m=71);var A=[];if(a.formatting.midi){var S=a.formatting.midi;S.program&&S.program.length>0&&(m=S.program[0],S.program.length>1&&(m=S.program[1],v=S.program[0]),b=!0),S.transpose&&(g=S.transpose[0]),S.channel&&(v=S.channel[0],b=!0),S.drum&&(y=S.drum),S.drumbars&&(x=S.drumbars[0]),S.drumon&&(k=!0),10===v&&(m=t),S.beat&&A.push({el_type:"beat",beats:S.beat}),S.nobeataccents&&A.push({el_type:"beataccents",value:!1})}p=h.qpm?parseInt(h.qpm,10):a.metaText.tempo?c(a.metaText.tempo,a.getBeatLength()):h.defaultQpm?h.defaultQpm:180;var N=[];T&&N.push({el_type:"bagpipes"}),N.push({el_type:"instrument",program:m}),v&&N.push({el_type:"channel",channel:v}),g&&N.push({el_type:"transpose",transpose:g}),N.push({el_type:"tempo",qpm:p});for(var _=0;_<A.length;_++)N.push(A[_]);var E,M=[],B=[],L=[],P=[0],z={};z[0]={el_type:"tempo",qpm:p,timing:0};for(var H=[],O=[],F=!1,D=a.lines,I=0;I<D.length;I++){var Y=D[I];if(Y.staff)for(var V=function(e){var t,a={pppp:[15,10,5,1],ppp:[30,20,10,1],pp:[45,35,20,1],p:[60,50,35,1],mp:[75,65,50,1],mf:[90,80,65,1],f:[105,95,80,1],ff:[120,110,95,1],fff:[127,125,110,1],ffff:[127,125,110,1]};if(e.decoration)if(e.decoration.indexOf("pppp")>=0?t="pppp":e.decoration.indexOf("ppp")>=0?t="ppp":e.decoration.indexOf("pp")>=0?t="pp":e.decoration.indexOf("p")>=0?t="p":e.decoration.indexOf("mp")>=0?t="mp":e.decoration.indexOf("mf")>=0?t="mf":e.decoration.indexOf("f")>=0?t="f":e.decoration.indexOf("ff")>=0?t="ff":e.decoration.indexOf("fff")>=0?t="fff":e.decoration.indexOf("ffff")>=0&&(t="ffff"),t&&(E=a[t].slice(0),M[W].push({el_type:"beat",beats:E.slice(0)}),B[X]=!1,L[X]=!1),e.decoration.indexOf("crescendo(")>=0){var i=r(R,ee,"crescendo)"),s=Math.min(127,E[0]+50),o=n(R,ee+i+1,Object.keys(a));o&&(s=a[o][0]),B[X]=i>0&&Math.floor((s-E[0])/i),L[X]=!1}else if(e.decoration.indexOf("crescendo)")>=0)B[X]=!1;else if(e.decoration.indexOf("diminuendo(")>=0){var c=r(R,ee,"diminuendo)"),l=Math.max(15,E[0]-50),h=n(R,ee+c+1,Object.keys(a));h&&(l=a[h][0]),B[X]=!1,L[X]=c>0&&Math.floor((l-E[0])/c)}else e.decoration.indexOf("diminuendo)")>=0&&(L[X]=!1)},G=Y.staff,W=0,q=0;q<G.length;q++){var j=G[q];if(!j.clef||"TAB"!==j.clef.type)for(var X=0;X<j.voices.length;X++){var R=j.voices[X];if(!M[W]){M[W]=[].concat(JSON.parse(JSON.stringify(N)));var U=o(Y.staff,W);U&&M[W].unshift({el_type:"name",trackName:U})}if(g&&"perc"===j.clef.type&&M[W].push({el_type:"transpose",transpose:0}),j.clef&&"perc"===j.clef.type&&!b)for(var K=0;K<M[W].length;K++)"instrument"===M[W][K].el_type&&(M[W][K].program=t);else j.key&&u(M[W],j.key);j.meter&&f(M[W],j.meter),!F&&k&&(M[W].push({el_type:"drum",params:{pattern:y,bars:x,on:k,intro:w}}),F=!0),j.clef&&"perc"!==j.clef.type&&j.clef.transpose&&(j.clef.el_type="clef",M[W].push({el_type:"transpose",transpose:j.clef.transpose})),j.clef&&j.clef.type&&(j.clef.type.indexOf("-8")>=0?M[W].push({el_type:"transpose",transpose:-12}):j.clef.type.indexOf("+8")>=0&&M[W].push({el_type:"transpose",transpose:12})),a.formatting.midi&&a.formatting.midi.drumoff&&(M[W].push({el_type:"bar"}),M[W].push({el_type:"drum",params:{pattern:"",on:!1}}));var Q=0,$=0,Z=0,J=0;E=[105,95,85,1];for(var ee=0;ee<R.length;ee++){var te=R[ee];switch(te.el_type){case"note":if(B[X]&&(E[0]+=B[X],E[1]+=B[X],E[2]+=B[X],M[W].push({el_type:"beat",beats:E.slice(0)})),L[X]&&(E[0]+=L[X],E[1]+=L[X],E[2]+=L[X],M[W].push({el_type:"beat",beats:E.slice(0)})),V(te),!te.rest||"spacer"!==te.rest.type){var re={elem:te,el_type:"note",timing:P[W]};if(te.style?re.style=te.style:C[W]&&(re.style=C[W]),re.duration=0===te.duration?.25:te.duration,te.startTriplet){if($=te.tripletMultiplier,Z=te.startTriplet*$*te.duration,te.startTriplet!==te.tripletR&&ee+te.tripletR<=R.length){for(var ae=0,ie=ee;ie<ee+te.tripletR;ie++)ae+=R[ie].duration;Z=$*ae}re.duration=re.duration*$,re.duration=Math.round(1e6*re.duration)/1e6,J=re.duration}else $&&(te.endTriplet?($=0,re.duration=Math.round(1e6*(Z-J))/1e6):(re.duration=re.duration*$,re.duration=Math.round(1e6*re.duration)/1e6,J+=re.duration));te.rest&&(re.rest=te.rest),te.decoration&&(re.decoration=te.decoration.slice(0)),te.pitches&&(re.pitches=i.cloneArray(te.pitches)),te.gracenotes&&(re.gracenotes=i.cloneArray(te.gracenotes)),te.chord&&(re.chord=i.cloneArray(te.chord)),M[W].push(re),"rhythm"===te.style&&s(M),Q++,P[W]+=re.duration}break;case"key":case"keySignature":u(M[W],te);break;case"meter":f(M[W],te);break;case"clef":te.transpose&&M[W].push({el_type:"transpose",transpose:te.transpose}),te.type&&(te.type.indexOf("-8")>=0?M[W].push({el_type:"transpose",transpose:-12}):te.type.indexOf("+8")>=0&&M[W].push({el_type:"transpose",transpose:12}));break;case"tempo":p=c(te,a.getBeatLength()),M[W].push({el_type:"tempo",qpm:p,timing:P[W]}),z[""+P[W]]={el_type:"tempo",qpm:p,timing:P[W]};break;case"bar":Q>0&&M[W].push({el_type:"bar"}),V(te),Q=0;var ne="bar_right_repeat"===te.type||"bar_dbl_repeat"===te.type,se="1"===te.startEnding,oe="bar_left_repeat"===te.type||"bar_dbl_repeat"===te.type||"bar_right_repeat"===te.type;if(ne){var ce=H[W];ce||(ce=0);var le=O[W];le||(le=M[W].length);for(var he=ce;he<le;he++){var ue=i.clone(M[W][he]);ue.pitches&&(ue.pitches=i.cloneArray(ue.pitches)),M[W].push(ue)}O[W]=void 0,H[W]=void 0}se&&(O[W]=M[W].length),oe&&(H[W]=M[W].length);break;case"style":C[W]=te.head;break;case"timeSignature":M[W].push(l(te));break;case"part":case"stem":case"scale":case"break":case"font":break;case"midi":var fe=!1;switch(te.cmd){case"drumon":k=!0,fe=!0;break;case"drumoff":k=!1,fe=!0;break;case"drum":y=te.params,fe=!0;break;case"drumbars":x=te.params[0],fe=!0;break;case"drummap":break;case"channel":10===te.params[0]&&M[W].push({el_type:"instrument",program:t});break;case"program":d(M[W],{el_type:"instrument",program:te.params[0]}),b=!0;break;case"transpose":M[W].push({el_type:"transpose",transpose:te.params[0]});break;case"gchordoff":M[W].push({el_type:"gchord",tacet:!0});break;case"gchordon":M[W].push({el_type:"gchord",tacet:!1});break;case"beat":M[W].push({el_type:"beat",beats:te.params});break;case"nobeataccents":M[W].push({el_type:"beataccents",value:!1});break;case"beataccents":M[W].push({el_type:"beataccents",value:!0});break;case"vol":M[W].push({el_type:"vol",volume:te.params[0]});break;case"volinc":M[W].push({el_type:"volinc",volume:te.params[0]});break;default:console.log("MIDI seq: midi cmd not handled: ",te.cmd,te)}fe&&(M[0].push({el_type:"drum",params:{pattern:y,bars:x,intro:w,on:k}}),F=!0);break;default:console.log("MIDI: element type "+te.el_type+" not handled.")}}P[++W]||(P[W]=0)}}}if(function(e,t){if(t&&0!==t.length)for(var r=Object.keys(t),a=0;a<e.length;a++)for(var i=e[a],n=t[0]?t[0].qpm:0,s=0;s<i.length;s++){var o=i[s];"tempo"===o.el_type&&(n=o.qpm),r.indexOf(""+o.timing)>=0&&n!==t[""+o.timing].qpm&&(n=t[""+o.timing].qpm,"tempo"===o.el_type?(o.qpm=t[""+o.timing].qpm,s++):(e[a].splice(s,0,{el_type:"tempo",qpm:t[""+o.timing].qpm,timing:o.timing}),s+=2))}}(M,z),w)for(var de=a.getPickupLength(),pe=0;pe<M.length;pe++){for(var me=0;"note"!==M[pe][me].el_type&&M[pe].length>me;)me++;if(M[pe].length>me)for(ie=0;ie<w;ie++)0===de||ie<w-1?M[pe].splice(me,0,{el_type:"note",rest:{type:"rest"},duration:e},{el_type:"bar"}):M[pe].splice(me,0,{el_type:"note",rest:{type:"rest"},duration:e-de})}return M.length>0&&M[0].length>0&&(M[0][0].pickupLength=a.getPickupLength()),M}}(),e.exports=a},5058:function(e){var t={f0:"_C",n0:"=C",s0:"^C",x0:"C",f1:"_D",n1:"=D",s1:"^D",x1:"D",f2:"_E",n2:"=E",s2:"^E",x2:"E",f3:"_F",n3:"=F",s3:"^F",x3:"F",f4:"_G",n4:"=G",s4:"^G",x4:"G",f5:"_A",n5:"=A",s5:"^A",x5:"A",f6:"_B",n6:"=B",s6:"^B",x6:"B",f7:"_c",n7:"=c",s7:"^c",x7:"c",f8:"_d",n8:"=d",s8:"^d",x8:"d",f9:"_e",n9:"=e",s9:"^e",x9:"e",f10:"_f",n10:"=f",s10:"^f",x10:"f",f11:"_g",n11:"=g",s11:"^g",x11:"g",f12:"_a",n12:"=a",s12:"^a",x12:"a",f13:"_b",n13:"=b",s13:"^b",x13:"b"};e.exports=function(e){var r=(e.accidental?e.accidental[0]:"x")+e.verticalPos;return t[r]}},7390:function(e){e.exports=function(e){}},1484:function(e,t,r){var a=r(1921);function i(e){this.tuning=e._super.params.tuning,this.tuning||(this.tuning=["E,","A,","D","G","B","e"]),e.tuning=this.tuning,this.strings=new a(e)}i.prototype.notesToNumber=function(e,t){return this.strings.notesToNumber(e,t)},i.prototype.stringToPitch=function(e){return this.strings.stringToPitch(e)},e.exports=i},5952:function(e,t,r){var a=r(8918),i=r(8660),n=r(676),s=r(1484),o=r(7390);function c(){}c.prototype.init=function(e,t,r){var n=new i(e,t,r);this._super=n,this.abcTune=e,this.linePitch=3,this.nbLines=6,this.isTabBig=!0,this.capo=r.capo,this.transpose=r.visualTranspose,this.tablature=new a(this.nbLines,this.linePitch);var o=new s(this);this.semantics=o},c.prototype.render=function(e,t,r){this._super.inError||this.tablature.bypass(t)||(o(this.abcTune),new n(this,e,t,r).doLayout())},e.exports=function(){return{name:"GuitarTab",tablature:c}}},1921:function(e,t,r){var a=r(6776),i=r(6629);function n(e,t){for(var r=[],i=0;i<t.length;i++){var n=o(e,new a.TabNote(t[i].name));r.push(n)}return function(e,t){for(var r=0;r<t.length-1;r++){var a=t[r],i=t[r+1];if(a.str==i.str){if(a.str==e.strings.length-1)return a.num="?",void(i.num="?");i.num<a.num?(i.str++,i=s(e,i.note,i.str,e.secondPos,e.strings[i.str].length)):(a.str++,a=s(e,a.note,a.str,e.secondPos,e.strings[a.str].length)),t[r]=a,t[r+1]=i}}}(e,r),r}function s(e,t,r,a,i){var n=e.strings;t.checkKeyAccidentals(e.accidentals),a&&(n=a);var s=t.emitNoAccidentals(),o=n[r].indexOf(s),c=t.acc;if(-1!=o){if(a&&(o+=i),(t.isFlat||-1==t.acc)&&0==o){var l=t.getAccidentalEquiv();o=n[++r].indexOf(l.emit()),c=0}return{num:o+c,str:r,note:t}}return null}function o(e,t){var r=null,i=0,n=e.strings[e.strings.length-1],o=new a.TabNote(n[0]);if(t.isLowerThan(o))return{num:"?",str:e.strings.length-1,note:t,error:t.emit()+": unexpected note for instrument"};for(;i<e.strings.length;){if(r=s(e,t,i))return r;i++}return null}function c(e,t){var r={num:"?",str:0,note:t};e.push(r),e.error=t.emit()+": unexpected note for instrument"}function l(e){var t=e.tuning,r=e.capo,n=e._super.params.highestNote;if(this.linePitch=e.linePitch,this.highestNote="a'",n&&(this.highestNote=n),this.capo=0,r&&(this.capo=r),this.tuning=t,this.capo>0&&(this.capoTuning=function(e){var t=null,r=e.tuning;if(e.capo>0){t=[];for(var i=0;i<r.length;i++){for(var n=new a.TabNote(r[i]),s=0;s<e.capo;s++)n=n.nextNote();t[i]=n.emit()}}return t}(this)),this.strings=function(e){var t=[],r=e.tuning;e.capo>0&&(r=e.capoTuning);for(var a=r.length-1,n=0;n<r.length;n++){var s=e.highestNote;n!=r.length-1&&(s=r[n+1]);var o=new i(r[n],s).build();if(o.error)return o;t[a--]=o}return t}(this),this.strings.error)return e._super.setError(this.strings.error),void(e.inError=!0);this.secondPos=function(e){var t=[];t[0]=[];for(var r=e.strings,a=1;a<r.length;a++)t[a]=r[a-1];return t}(this)}l.prototype.stringToPitch=function(e){return 5.3+(this.strings.length-1-e)*this.linePitch},l.prototype.notesToNumber=function(e,t){var r,i,s=null,l=null;if(e&&(l=[],e.length>1?(l=n(this,e)).error&&(s=l.error):(i=o(this,r=new a.TabNote(e[0].name)))?l.push(i):(c(l,r),s=l.error)),s)return l;var h=null;if(t){h=[];for(var u=0;u<t.length;u++)(i=o(this,r=new a.TabNote(t[u].name)))?h.push(i):(c(h,r),s=l.error)}return{notes:l,graces:h,error:s}},l.prototype.toString=function(){return this.tuning.join("").replaceAll(",","").toUpperCase()},l.prototype.tabInfos=function(e){var t=e._super.params.label;if(t){var r="";return-1!=t.indexOf("%T")&&(r=this.toString(),e.capo>0&&(r+=" capo:"+e.capo),t=t.replace("%T",r)),t}return""},e.exports=l},8918:function(e){function t(e,t){this.numLines=e,this.lineSpace=t,this.verticalSize=this.numLines*this.lineSpace,this.bar={pitch:3,pitch2:t*e,height:5}}t.prototype.bypass=function(e){var t=e.staffGroup.voices;return!!(t.length>0&&t[0].isPercussion)},t.prototype.setRelative=function(e,t,r){switch(e.type){case"bar":t.pitch=this.bar.pitch,t.pitch2=this.bar.pitch2,t.height=this.height;break;case"symbol":var a=this.bar.pitch2/2;if("dots.dot"==e.name)return r?(t.pitch=a,!1):(t.pitch=a+this.lineSpace,!0)}return r},e.exports=t},6776:function(e){var t=["A","B","C","D","E","F","G"];function r(e){var t,r=!1,a=e,i=!1,n=null,s=null,o=!1,c=0;e.startsWith("_")?(r=!0,c=-1,"/"==e[1]?(r=!1,s="v",c=0):"_"==e[1]&&(o=!0,c-=1)):e.startsWith("^")?(i=!0,c=1,"/"==e[1]?(i=!1,s="^",c=0):"^"==e[1]&&(o=!0,c+=1)):e.startsWith("=")&&(n=!0,c=0),((t=r||i||null!=s)||n)&&(a=null!=s||o?e.slice(2):e.slice(1));var l=(e.match(/,/g)||[]).length,h=(e.match(/'/g)||[]).length;this.name=a,this.acc=c,this.isSharp=i,this.isKeySharp=!1,this.isDouble=o,this.isAltered=t,this.isFlat=r,this.isKeyFlat=!1,this.natural=n,this.quarter=s,this.isLower=this.name==this.name.toLowerCase(),this.name=this.name[0].toUpperCase(),this.hasComma=l,this.isQuoted=h}function a(e){var t=new r(e.name);return t.hasComma=e.hasComma,t.isLower=e.isLower,t.isQuoted=e.isQuoted,t.isSharp=e.isSharp,t.isKeySharp=e.isKeySharp,t.isFlat=e.isFlat,t.isKeyFlat=e.isKeyFlat,t}r.prototype.sameNoteAs=function(e){return this.name==e.name&&this.hasComma==e.hasComma&&this.isLower==e.isLower&&this.isQuoted==e.isQuoted&&this.isSharp==e.isSharp&&this.isFlat==e.isFlat},r.prototype.isLowerThan=function(e){var t=["C","D","E","F","G","A","B"];if(this.hasComma>e.hasComma)return!0;if(e.hasComma>this.hasComma)return!1;if(this.isQuoted>e.isQuoted)return!1;if(e.isQuoted>this.isQuoted)return!0;if(this.isLower){if(!e.isLower)return!1}else if(e.isLower)return!0;var r=e.name[0].toUpperCase(),a=this.name[0].toUpperCase();return t.indexOf(a)<t.indexOf(r)},r.prototype.checkKeyAccidentals=function(e){if(e)for(var t=this.name,r=0;r<e.length;r++){var a=e[r];t==a.note.toUpperCase()&&("flat"==a.acc&&(this.acc=-1,this.isKeyFlat=!0),"sharp"==a.acc&&(this.acc=1,this.isKeySharp=!0))}},r.prototype.getAccidentalEquiv=function(){var e=a(this);return e.isSharp||e.isKeySharp?((e=e.nextNote()).isFlat=!0,e.isSharp=!1,e.isKeySharp=!1):(e.isFlat||e.isKeyFlat)&&((e=e.prevNote()).isSharp=!0,e.isFlat=!1,e.isKeyFlat=!1),e},r.prototype.nextNote=function(){var e=a(this);if(this.isSharp||this.isKeySharp)e.isSharp=!1,e.isKeySharp=!1;else if("E"!=this.name&&"B"!=this.name)return e.isSharp=!0,e;var r=t.indexOf(this.name);return r==t.length-1?r=0:r++,e.name=t[r],"C"==e.name&&(e.hasComma>0?e.hasComma--:e.isLower?e.isQuoted=!0:e.isLower=!0),e},r.prototype.prevNote=function(){var e=a(this);if(this.isSharp)return e.isSharp=!1,e;var r=t.indexOf(this.name);return 0==r?r=t.length-1:r--,e.name=t[r],"B"==e.name&&(e.isLower?e.hasComma=1:e.hasComma>0?e.hasComma++:e.isQuoted>0?e.isQuoted-=1:e.isLower=!0),this.isFlat?(e.isFlat=!1,e):("E"!=this.name&&"B"!=this.name&&(e.isSharp=!0),e)},r.prototype.emitNoAccidentals=function(){var e=this.name;this.isLower&&(e=e.toLowerCase());for(var t=0;t<this.isQuoted;t++)e+="'";for(var r=0;r<this.hasComma;r++)e+=",";return e},r.prototype.emit=function(){var e=this.name;(this.isSharp||this.isKeySharp)&&(e="^"+e,this.isDouble&&(e="^"+e)),(this.isFlat||this.isKeyFlat)&&(e="_"+e,this.isDouble&&(e="_"+e)),this.quarter&&(e="^"==this.quarter?"^/"+e:"_/"+e),this.natural&&(e="="+e);for(var t=1;t<=this.hasComma;t++)e+=",";if(this.isLower){e=e.toLowerCase();for(var r=1;r<=this.isQuoted;r++)e+="'"}return e},e.exports={TabNote:r,notes:t}},6629:function(e,t,r){var a=r(6776),i=a.notes;function n(e,t){this.fromN=new a.TabNote(e),this.toN=new a.TabNote(t)}n.prototype.build=function(){var e=this.fromN,t=this.toN;if(t.isLowerThan(e)){var r=e.emit();return{error:"Invalid string Instrument tuning : "+t.emit()+" string lower than "+r+" string"}}var a=[],n=i.indexOf(e.name),s=i.indexOf(t.name);if(-1==n||-1==s)return a;for(var o=!1;!o;)a.push(e.emit()),(e=e.nextNote()).sameNoteAs(t)&&(o=!0);return a},e.exports=n},4916:function(e,t,r){var a=r(8918),i=r(8660),n=r(676),s=r(7658),o=r(346);function c(){}c.prototype.init=function(e,t,r){var n=new i(e,t,r);this.abcTune=e,this._super=n,this.linePitch=3,this.nbLines=4,this.isTabBig=!1,this.capo=r.capo,this.transpose=r.visualTranspose,this.tablature=new a(this.nbLines,this.linePitch);var o=new s(this);this.semantics=o},c.prototype.render=function(e,t,r){this._super.inError||this.tablature.bypass(t)||(o(this.abcTune),new n(this,e,t,r).doLayout())},e.exports=function(){return{name:"ViolinTab",tablature:c}}},346:function(e){e.exports=function(e){}},7658:function(e,t,r){var a=r(1921);function i(e){this.tuning=e._super.params.tuning,this.tuning||(this.tuning=["G,","D","A","e"]),e.tuning=this.tuning,this.strings=new a(e)}i.prototype.notesToNumber=function(e,t){return this.strings.notesToNumber(e,t)},i.prototype.stringToPitch=function(e){return this.strings.stringToPitch(e)},e.exports=i},1696:function(e,t,r){var a=r(3255),i=r(1577),n=r(4506);function s(e,t){for(var r in t)t.hasOwnProperty(r)&&(Array.isArray(t[r])||null!=(a=t[r])&&a.constructor===Object||(e[r]=t[r]));var a}function o(e){var t=new a("",0,0,"",0);return s(t,e),t.top=0,t.bottom=-1,e.abcelem&&(t.abcelem={},s(t.abcelem,e.abcelem),"note"===t.abcelem.el_type&&(t.abcelem.el_type="tabNumber")),t}function c(e,t){var r=o(e);if(t)for(var a=e.children,n=!0,c=0;c<a.length;c++){var l=a[c],h=new i("",0,0,0,"");s(h,l),n=t.tablature.setRelative(l,h,n),r.children.push(h)}return r}function l(e,t,r){var n="tab.tiny",s=7.5;e.isTabBig&&(n="tab.big",s=10);var o=new a({el_type:"tab",icon:n,Ypos:s},0,0,"symbol",0);o.x=t;var c=new i(n,0,0,7.5,"tab");return c.x=r,o.children.push(c),"tab"==o.abcelem.el_type&&(c.pitch=s),o}function h(e){if(e.extra)for(var t=0;t<e.extra.length;t++){var r=e.extra[t];if("lyric"==r.type)return{bottom:r.bottom,height:r.height}}return null}function u(){this.accidentals=null}function f(e,t,r,a,n){var s=a.num;null!=a.note.quarter&&(s=s.toString(),s+=a.note.quarter);var o=e.semantics.stringToPitch(a.str);r.notes.push({num:s,str:a.str,pitch:a.note.emit()});var c=new i(s,0,0,o+.3,{type:"tabNumber"});return c.x=t,c.isGrace=n,c.isAltered=a.note.isAltered,c}function d(e,t){var r=0;if(e.extra)for(var a=0;a<e.extra.length;a++)if(e.extra[a].c.indexOf("noteheads")>=0){if(r===t)return e.extra[a].x+e.extra[a].w/2;r++}return-1}function p(e){if(e.abcelem){var t=e.abcelem;if(t.rest)return t.gracenotes}return null}function m(e,t,r,a){if(e.transpose){for(var i=0;i<r.length;i++)r[i]=t.transposeNote(r[i]);if(a)for(var n=0;n<a.length;n++)a[n]=t.transposeNote(a[n])}}function g(e,t,r){var a=e.semantics.notesToNumber(t,r);if(a.error)return e._super.setError(a.error),a;if(a.graces&&a.notes){var i=a.notes.length-1;a.notes[i].graces=a.graces}return a}function v(e,t,r,a,i){for(var n=0;n<a.length;n++){var s={el_type:"note",startChar:r.abcelem.startChar,endChar:r.abcelem.endChar,notes:[],grace:!0},o=f(e,d(r,n),s,a[n],!0);t.children.push(o),i.push(s)}}u.prototype.build=function(e,t,r,a,i,s){var u=function(e){for(var t=0,r=0;r<e.length;r++)e[r].tabNameInfos||t++;return t}(t),b=t[i+a],y=t[u+i+a],x=null,w=null,k=null;"clef"!=b.children[0].abcelem.el_type&&"none"!=s&&b.children.splice(0,0,s);for(var C=0;C<b.children.length;C++){var T=b.children[C],A=T.x,S=A;switch(T.isClef&&y.children.push(l(e,A,S)),T.type){case"staff-extra key-signature":this.accidentals=T.abcelem.accidentals,e.semantics.strings.accidentals=this.accidentals,e.transpose&&(x=new n(T.abcelem.accidentals,e.transpose));break;case"bar":var N=!1;C===b.children.length-1&&(N=!0);var _=c(T,e);if(_.abcelem.barNumber){delete _.abcelem.barNumber;for(var E=0;E<_.children.length;E++)if("barNumber"===_.children[E].type){_.children.splice(E,1);break}}_.abcelem.lastBar=N,y.children.push(_),r.push({el_type:T.abcelem.el_type,type:T.abcelem.type,endChar:T.abcelem.endChar,startChar:T.abcelem.startChar,abselem:_});break;case"rest":var M=p(T);if(M){if(m(e,x,null,M),(w=g(e,null,M)).error)return;D={el_type:"note",startChar:T.abcelem.startChar,endChar:T.abcelem.endChar,notes:[],grace:!0},v(e,B,T,w.graces,r)}break;case"note":var B=o(T);B.x=T.heads[0].x+T.heads[0].w/2,B.lyricDim=h(T);var L=T.abcelem.pitches,P=T.abcelem.gracenotes;if(B.type="tabNumber",m(e,x,L,P),(w=g(e,L,P)).error)return;if(w.graces){var z=w.notes.length-1;w.notes[z].graces=w.graces}k={el_type:"note",startChar:T.abcelem.startChar,endChar:T.abcelem.endChar,notes:[]};for(var H=0;H<w.notes.length;H++){var O=w.notes[H];if(O.graces)for(var F=0;F<O.graces.length;F++){var D={el_type:"note",startChar:T.abcelem.startChar,endChar:T.abcelem.endChar,notes:[],grace:!0},I=f(e,d(T,F),D,O.graces[F],!0);B.children.push(I),r.push(D)}var Y=f(e,B.x+T.heads[H].dx,k,O,!1);B.children.push(Y)}k.abselem=B,r.push(k),y.children.push(B)}}},e.exports=u},8660:function(e){function t(e,t,r){this.tune=e,this.params=r,this.tuneNumber=t,this.inError=!1}t.prototype.setError=function(e){var t=this.tune;e&&(this.error=e,this.inError=!0,t.warnings?t.warnings.push(e):t.warnings=[e])},e.exports=t},676:function(e,t,r){var a=r(8462),i=r(1696),n=r(8613);function s(e,t,r,a){this.renderer=t,this.plugin=e,this.line=r,this.absolutes=new i,this.staffIndex=a,this.tabStaff={clef:{type:"TAB"}},this.tabSize=e.linePitch*e.nbLines}function o(e,t){return!(!t[e].isTabStaff||e!==t.length-1&&t[e+1].isTabStaff)}function c(e,t){for(var r=t;r>=0;r--)if(!e[r].isTabStaff)return r;return-1}function l(e,t){return"clef"===e[t].children[0].abcelem.el_type?null:0==t?"none":e[t-1].children[0]}s.prototype.doLayout=function(){var e=this.line.staff;if(e){var t=e[0];if(t&&t.clef&&0==t.clef.stafflines)return void this.plugin._super.setError("No tablatures when stafflines=0");e.splice(e.length,0,this.tabStaff)}var r=this.line.staffGroup,i=r.voices,s=function(e){for(var t=0,r=0;r<e.children.length;r++){var a=e.children[r];a.specialY&&a.specialY.lyricHeightBelow>t&&(t=a.specialY.lyricHeightBelow)}return t}(i[0]),h=this.staffIndex,u=r.staffs[h],f=this.tabSize+3-u.bottom-s;u.isTabStaff&&(f=u.top);var d={bottom:-1,isTabStaff:!0,specialY:{tempoHeightAbove:0,partHeightAbove:0,volumeHeightAbove:0,dynamicHeightAbove:0,endingHeightAbove:0,chordHeightAbove:0,lyricHeightAbove:0,lyricHeightBelow:0,chordHeightBelow:0,volumeHeightBelow:0,dynamicHeightBelow:0},lines:this.plugin.nbLines,linePitch:this.plugin.linePitch,dy:.15,top:f},p=function(e,t){for(var r=e.staffIndex,a=0,i=0,n=0;;){if(!t[a])return-1;if(t[a].isTabStaff||(n=t[a].voices.length),t[a].isTabStaff){if(i++,o(a,t)&&i<n)return a+1}else if(i=0,a>=r){if(a+1==t.length)return a+1;if(!t[a+1].isTabStaff)return a+1}if(++a>t.length)return-1}}(this,r.staffs);if(-1!==p){d.parentIndex=p-1,r.staffs.splice(p,0,d),r.height+=this.tabSize+3;var m,g,v,b,y,x,w=function(e,t){for(var r=t;r>=0;r--)if(!e[r].isTabStaff)return e[r];return null}(r.staffs,p),k=1;(function(e,t){return 1===function(e){for(var t=0,r=0;r<e.length;r++)e[r].isTabStaff||t++;return t}(e)&&t.voices.length>1})(r.staffs,w)&&(k=w.voices.length),this.tabStaff.voices=[];for(var C=0;C<k;C++){var T=new a(0,0),A=(g=T,v=void 0,b=void 0,y=void 0,x=void 0,v=(m=this).plugin.semantics.strings,b=m.renderer.controller.getTextSize,y=v.tabInfos(m.plugin),x=b.calc(y,"tablabelfont","text instrumentname"),g.tabNameInfos={textSize:x,name:y},x.height/n.STEP);r.staffs[this.staffIndex].top+=A,r.height+=A*n.STEP,T.staff=d,i.splice(i.length,0,T);var S=l(i,C+this.staffIndex);this.tabStaff.voices[C]=[],this.absolutes.build(this.plugin,i,this.tabStaff.voices[C],C,this.staffIndex,S)}!function(e){for(var t=0;t<e.length;t++)if(e[t].isTabStaff){var r=c(e,t);e[t].hasStaff=e[r],e[r].hasTab||(e[r].hasTab=[]),e[r].hasTab.push(e[t])}}(r.staffs)}},e.exports=s},4506:function(e,t,r){var a=r(6776);function i(e,t){var r=t.getAccidentalEquiv();return e.note.toUpperCase()==r.name.toUpperCase()?(r.isSharp=!1,r.isFlat=!1,r):t}function n(e,t){if("sharp"==e.acc){if(t.isFlat)return i(e,t);t.isSharp&&(e.note.toUpperCase()==t.name.toUpperCase()?(t.isSharp=!1,t.isKeySharp=!0):e.note.toUpperCase()==t.name.toUpperCase()&&(t.natural=!0))}else if("flat"==e.acc){if(t.isSharp)return i(e,t);t.isFlat?e.note.toUpperCase()==t.name.toUpperCase()&&(t.isFlat=!1,t.isKeyFlat=!0):e.note.toUpperCase()==t.name.toUpperCase()&&(t.natural=!0)}return t}function s(e,t){for(var r=e.transposedKey,a=0;a<r.length;a++)t=n(r[a],t);return t}function o(e,t){this.transposeBy=t,this.transposedKey=e,this.lastEnd=this.kEnd+1}o.prototype.transposeNote=function(e){var t=e,r=new a.TabNote(t.name);if(this.transposeBy>0)for(var i=0;i<this.transposeBy;i++)r=s(this,r.nextNote());else if(this.transposeBy<0)for(var n=this.transposeBy;n<0;n++)r=s(this,r.prevNote());return t.name=r.emit(),t},o.prototype.upgradeSource=function(e,t,r){!function(e,t,r,a){if(e.lastEnd)for(;r>e.lastEnd;)e.updatedSrc.push(e.abcSrc[e.lastEnd]),e.lastEnd++;for(var i=t.split(""),n=0;n<i.length;n++)e.updatedSrc.push(i[n]);for(var s=r+n;a>=s;)e.updatedSrc.push(i[s]),s++;e.lastEnd=a}(this,new a.TabNote(e.name).emit(),t,r-1)},e.exports=o},3255:function(e,t,r){r(1009);var a=r(907),i=r(2080),n=function(e,t,r,a,i,n){n||(n={}),this.tuneNumber=i,this.abcelem=e,this.duration=t,this.durationClass=n.durationClassOveride?n.durationClassOveride:this.duration,this.minspacing=r||0,this.x=0,this.children=[],this.heads=[],this.extra=[],this.extraw=0,this.w=0,this.right=[],this.invisible=!1,this.bottom=void 0,this.top=void 0,this.type=a,this.fixed={w:0,t:void 0,b:void 0},this.specialY={tempoHeightAbove:0,partHeightAbove:0,volumeHeightAbove:0,dynamicHeightAbove:0,endingHeightAbove:0,chordHeightAbove:0,lyricHeightAbove:0,lyricHeightBelow:0,chordHeightBelow:0,volumeHeightBelow:0,dynamicHeightBelow:0}};n.prototype.getFixedCoords=function(){return{x:this.x,w:this.fixed.w,t:this.fixed.t,b:this.fixed.b}},n.prototype.addExtra=function(e){this.fixed.w=Math.max(this.fixed.w,e.dx+e.w),void 0===this.fixed.t?this.fixed.t=e.top:this.fixed.t=Math.max(this.fixed.t,e.top),void 0===this.fixed.b?this.fixed.b=e.bottom:this.fixed.b=Math.min(this.fixed.b,e.bottom),e.dx<this.extraw&&(this.extraw=e.dx),this.extra[this.extra.length]=e,this._addChild(e)},n.prototype.addHead=function(e){e.dx<this.extraw&&(this.extraw=e.dx),this.heads[this.heads.length]=e,this.addRight(e)},n.prototype.addRight=function(e){this.fixed.w=Math.max(this.fixed.w,e.dx+e.w),void 0!==e.top&&(void 0===this.fixed.t?this.fixed.t=e.top:this.fixed.t=Math.max(this.fixed.t,e.top)),void 0!==e.bottom&&(void 0===this.fixed.b?this.fixed.b=e.bottom:this.fixed.b=Math.min(this.fixed.b,e.bottom)),e.dx+e.w>this.w&&(this.w=e.dx+e.w),this.right[this.right.length]=e,this._addChild(e)},n.prototype.addFixed=function(e){this._addChild(e)},n.prototype.addFixedX=function(e){this._addChild(e)},n.prototype.addCentered=function(e){var t=e.w/2;-t<this.extraw&&(this.extraw=-t),this.extra[this.extra.length]=e,e.dx+t>this.w&&(this.w=e.dx+t),this.right[this.right.length]=e,this._addChild(e)},n.prototype.setLimit=function(e,t){t[e]&&(this.specialY[e]?this.specialY[e]=Math.max(this.specialY[e],t[e]):this.specialY[e]=t[e])},n.prototype._addChild=function(e){e.parent=this,this.children[this.children.length]=e,this.pushTop(e.top),this.pushBottom(e.bottom),this.setLimit("tempoHeightAbove",e),this.setLimit("partHeightAbove",e),this.setLimit("volumeHeightAbove",e),this.setLimit("dynamicHeightAbove",e),this.setLimit("endingHeightAbove",e),this.setLimit("chordHeightAbove",e),this.setLimit("lyricHeightAbove",e),this.setLimit("lyricHeightBelow",e),this.setLimit("chordHeightBelow",e),this.setLimit("volumeHeightBelow",e),this.setLimit("dynamicHeightBelow",e)},n.prototype.pushTop=function(e){void 0!==e&&(void 0===this.top?this.top=e:this.top=Math.max(e,this.top))},n.prototype.pushBottom=function(e){void 0!==e&&(void 0===this.bottom?this.bottom=e:this.bottom=Math.min(e,this.bottom))},n.prototype.setX=function(e){this.x=e;for(var t=0;t<this.children.length;t++)this.children[t].setX(e)},n.prototype.center=function(e,t){var r=(t.x-e.x)/2+e.x;this.x=r-this.w/2;for(var a=0;a<this.children.length;a++)this.children[a].setX(this.x)},n.prototype.setHint=function(){this.hint=!0},n.prototype.highlight=function(e,t){a.bind(this)(e,t)},n.prototype.unhighlight=function(e,t){i.bind(this)(e,t)},e.exports=n},6548:function(e,t,r){var a=r(3255),i=r(7669),n=r(355),s=r(7561),o=r(6166),c=r(3268),l=r(313),h=r(7841),u=r(1208),f=r(5245),d=r(1577),p=r(8613),m=r(3208),g=r(8664),v=r(9891),b=r(7193),y=r(8462),x=r(347),w=r(5058),k=r(5008),C=function(e){var t=0;return e.duration&&(t=e.duration),t},T=!1,A={rest:{0:"rests.whole",1:"rests.half",2:"rests.quarter",3:"rests.8th",4:"rests.16th",5:"rests.32nd",6:"rests.64th",7:"rests.128th",multi:"rests.multimeasure"},note:{"-1":"noteheads.dbl",0:"noteheads.whole",1:"noteheads.half",2:"noteheads.quarter",3:"noteheads.quarter",4:"noteheads.quarter",5:"noteheads.quarter",6:"noteheads.quarter",7:"noteheads.quarter",nostem:"noteheads.quarter"},rhythm:{"-1":"noteheads.slash.whole",0:"noteheads.slash.whole",1:"noteheads.slash.whole",2:"noteheads.slash.quarter",3:"noteheads.slash.quarter",4:"noteheads.slash.quarter",5:"noteheads.slash.quarter",6:"noteheads.slash.quarter",7:"noteheads.slash.quarter",nostem:"noteheads.slash.nostem"},x:{"-1":"noteheads.indeterminate",0:"noteheads.indeterminate",1:"noteheads.indeterminate",2:"noteheads.indeterminate",3:"noteheads.indeterminate",4:"noteheads.indeterminate",5:"noteheads.indeterminate",6:"noteheads.indeterminate",7:"noteheads.indeterminate",nostem:"noteheads.indeterminate"},harmonic:{"-1":"noteheads.harmonic.quarter",0:"noteheads.harmonic.quarter",1:"noteheads.harmonic.quarter",2:"noteheads.harmonic.quarter",3:"noteheads.harmonic.quarter",4:"noteheads.harmonic.quarter",5:"noteheads.harmonic.quarter",6:"noteheads.harmonic.quarter",7:"noteheads.harmonic.quarter",nostem:"noteheads.harmonic.quarter"},triangle:{"-1":"noteheads.triangle.quarter",0:"noteheads.triangle.quarter",1:"noteheads.triangle.quarter",2:"noteheads.triangle.quarter",3:"noteheads.triangle.quarter",4:"noteheads.triangle.quarter",5:"noteheads.triangle.quarter",6:"noteheads.triangle.quarter",7:"noteheads.triangle.quarter",nostem:"noteheads.triangle.quarter"},uflags:{3:"flags.u8th",4:"flags.u16th",5:"flags.u32nd",6:"flags.u64th"},dflags:{3:"flags.d8th",4:"flags.d16th",5:"flags.d32nd",6:"flags.d64th"}},S=function(e,t,r){this.decoration=new h,this.getTextSize=e,this.tuneNumber=t,this.isBagpipes=r.bagpipes,this.flatBeams=r.flatbeams,this.graceSlurs=r.graceSlurs,this.percmap=r.percmap,this.initialClef=r.initialClef,this.jazzchords=!!r.jazzchords,this.reset()};function N(e,t){var r=e[t];if("note"!==r.el_type||!r.startBeam||r.endBeam)return{count:1,elem:r};for(var a=[];t<e.length&&"note"===e[t].el_type&&(a.push(e[t]),!e[t].endBeam);)t++;return{count:a.length,elem:a}}function _(e){if(e.pitches){E(e);for(var t=0,r=0;r<e.pitches.length;r++)t+=e.pitches[r].verticalPos;e.averagepitch=t/e.pitches.length,e.minpitch=e.pitches[0].verticalPos,e.maxpitch=e.pitches[e.pitches.length-1].verticalPos}}S.prototype.reset=function(){this.slurs={},this.ties=[],this.voiceScale=1,this.slursbyvoice={},this.tiesbyvoice={},this.endingsbyvoice={},this.scaleByVoice={},this.tripletmultiplier=1,this.abcline=void 0,this.accidentalSlot=void 0,this.accidentalshiftx=void 0,this.dotshiftx=void 0,this.hasVocals=!1,this.minY=void 0,this.partstartelem=void 0,this.startlimitelem=void 0,this.stemdir=void 0},S.prototype.setStemHeight=function(e){this.stemHeight=Math.round(10*e/p.STEP)/10},S.prototype.getCurrentVoiceId=function(e,t){return"s"+e+"v"+t},S.prototype.pushCrossLineElems=function(e,t){this.slursbyvoice[this.getCurrentVoiceId(e,t)]=this.slurs,this.tiesbyvoice[this.getCurrentVoiceId(e,t)]=this.ties,this.endingsbyvoice[this.getCurrentVoiceId(e,t)]=this.partstartelem,this.scaleByVoice[this.getCurrentVoiceId(e,t)]=this.voiceScale},S.prototype.popCrossLineElems=function(e,t){this.slurs=this.slursbyvoice[this.getCurrentVoiceId(e,t)]||{},this.ties=this.tiesbyvoice[this.getCurrentVoiceId(e,t)]||[],this.partstartelem=this.endingsbyvoice[this.getCurrentVoiceId(e,t)],this.voiceScale=this.scaleByVoice[this.getCurrentVoiceId(e,t)],void 0===this.voiceScale&&(this.voiceScale=1)},S.prototype.containsLyrics=function(e){for(var t=0;t<e.length;t++)for(var r=0;r<e[t].voices.length;r++)for(var a=0;a<e[t].voices[r].length;a++){var i=e[t].voices[r][a];if(i.lyric)return void(i.positioning&&"below"!==i.positioning.vocalPosition||(this.hasVocals=!0))}},S.prototype.createABCLine=function(e,t,r){this.minY=2,this.containsLyrics(e);var a=new m(this.getTextSize);this.tempoSet=!1;for(var i=0;i<e.length;i++)T&&this.restoreState(),T=!1,this.createABCStaff(a,e[i],t,i,r);return a},S.prototype.createABCStaff=function(e,t,r,a,i){e.getTextSize.updateFonts(t);for(var c=0;c<t.voices.length;c++){var h=new y(c,t.voices.length);0===c?(h.barfrom="start"===t.connectBarLines||"continue"===t.connectBarLines,h.barto="continue"===t.connectBarLines||"end"===t.connectBarLines):h.duplicate=!0,t.title&&t.title[c]&&(h.header=t.title[c].replace(/\\n/g,"\n"),h.headerPosition=6+e.getTextSize.baselineToCenter(h.header,"voicefont","staff-extra voice-name",c,t.voices.length)/p.STEP),t.clef&&"perc"===t.clef.type&&(h.isPercussion=!0);var u=(!this.initialClef||0===i)&&s(t.clef,this.tuneNumber);u&&(0===c&&t.barNumber&&this.addMeasureNumber(t.barNumber,u),h.addChild(u),this.startlimitelem=u);var f=o(t.key,this.tuneNumber);if(f&&(h.addChild(f),this.startlimitelem=f),t.meter){"specified"===t.meter.type?this.measureLength=t.meter.value[0].num/t.meter.value[0].den:this.measureLength=1;var d=l(t.meter,this.tuneNumber);h.addChild(d),this.startlimitelem=d}h.duplicate&&(h.children=[]);var m=t.clef.stafflines||0===t.clef.stafflines?t.clef.stafflines:5;e.addVoice(h,a,m);var g=1===m;this.createABCVoice(t.voices[c],r,a,c,g,h),e.setStaffLimits(h),0===c&&("start"===t.brace||!e.brace&&t.brace?(e.brace||(e.brace=[]),e.brace.push(new n(h,"brace"))):"end"===t.brace&&e.brace?e.brace[e.brace.length-1].setBottomStaff(h):"continue"===t.brace&&e.brace&&e.brace[e.brace.length-1].continuing(h),"start"===t.bracket||!e.bracket&&t.bracket?(e.bracket||(e.bracket=[]),e.bracket.push(new n(h,"bracket"))):"end"===t.bracket&&e.bracket?e.bracket[e.bracket.length-1].setBottomStaff(h):"continue"===t.bracket&&e.bracket&&e.bracket[e.bracket.length-1].continuing(h))}},S.prototype.createABCVoice=function(e,t,r,i,n,s){this.popCrossLineElems(r,i),this.stemdir=this.isBagpipes?"down":null,this.abcline=e,this.partstartelem&&(this.partstartelem=new u("",null,null),s.addOther(this.partstartelem));var o=s.voicetotal<2?-1:s.voicenumber;for(var l in this.slurs)this.slurs.hasOwnProperty(l)&&(this.slurs[l]=new v({force:this.slurs[l].force,voiceNumber:o,stemDir:this.slurs[l].stemDir,style:this.slurs[l].dotted}),T&&this.slurs[l].setHint(),s.addOther(this.slurs[l]));for(var h=0;h<this.ties.length;h++)this.ties[h]=new v({force:this.ties[h].force,stemDir:this.ties[h].stemDir,voiceNumber:o,style:this.ties[h].dotted}),T&&this.ties[h].setHint(),s.addOther(this.ties[h]);for(var f=0;f<this.abcline.length;f++)_(this.abcline[f]),this.minY=Math.min(this.abcline[f].minpitch,this.minY);for(var d=0===r,p=0;p<this.abcline.length;){var m=N(this.abcline,p),b=this.createABCElement(d,n,s,m.elem);if(b)for(h=0;h<b.length;h++){if(!this.tempoSet&&t&&!t.suppress){this.tempoSet=!0;var y=new a(t,0,0,"tempo",this.tuneNumber,{});y.addFixedX(new g(t,this.tuneNumber,c)),s.addChild(y)}s.addChild(b[h])}p+=m.count}this.pushCrossLineElems(r,i)},S.prototype.saveState=function(){this.tiesSave=k.cloneArray(this.ties),this.slursSave=k.cloneHashOfHash(this.slurs),this.slursbyvoiceSave=k.cloneHashOfHash(this.slursbyvoice),this.tiesbyvoiceSave=k.cloneHashOfArrayOfHash(this.tiesbyvoice)},S.prototype.restoreState=function(){this.ties=k.cloneArray(this.tiesSave),this.slurs=k.cloneHashOfHash(this.slursSave),this.slursbyvoice=k.cloneHashOfHash(this.slursbyvoiceSave),this.tiesbyvoice=k.cloneHashOfArrayOfHash(this.tiesbyvoiceSave)},S.prototype.createABCElement=function(e,t,r,i){var n=[];switch(i.el_type){case void 0:n=this.createBeam(t,r,i);break;case"note":n[0]=this.createNote(i,!1,t,r),this.triplet&&this.triplet.isClosed()&&(r.addOther(this.triplet),this.triplet=null,this.tripletmultiplier=1);break;case"bar":n[0]=this.createBarLine(r,i,e),r.duplicate&&n.length>0&&(n[0].invisible=!0);break;case"meter":n[0]=l(i,this.tuneNumber),this.startlimitelem=n[0],r.duplicate&&n.length>0&&(n[0].invisible=!0);break;case"clef":if(n[0]=s(i,this.tuneNumber),!n[0])return null;r.duplicate&&n.length>0&&(n[0].invisible=!0);break;case"key":var h=o(i,this.tuneNumber);h&&(n[0]=h,this.startlimitelem=n[0]),r.duplicate&&n.length>0&&(n[0].invisible=!0);break;case"stem":this.stemdir="auto"===i.direction?void 0:i.direction;break;case"part":var u=new a(i,0,0,"part",this.tuneNumber),f=this.getTextSize.calc(i.title,"partsfont","part");u.addFixedX(new d(i.title,0,0,void 0,{type:"part",height:f.height/p.STEP})),n[0]=u;break;case"tempo":var m=new a(i,0,0,"tempo",this.tuneNumber);m.addFixedX(new g(i,this.tuneNumber,c)),n[0]=m;break;case"style":"normal"===i.head?delete this.style:this.style=i.head;break;case"hint":T=!0,this.saveState();break;case"midi":break;case"scale":this.voiceScale=i.size;break;default:var v=new a(i,0,0,"unsupported",this.tuneNumber);v.addFixed(new d("element type "+i.el_type,0,0,void 0,{type:"debug"})),n[0]=v}return n},S.prototype.createBeam=function(e,t,r){var a=[],n=new i(this.stemHeight*this.voiceScale,this.stemdir,this.flatBeams,r[0]);T&&n.setHint();for(var s=0;s<r.length;s++)n.runningDirection(r[s]);n.setStemDirection();var o=this.stemdir;for(this.stemdir=n.stemsUp?"up":"down",s=0;s<r.length;s++){var c=r[s],l=this.createNote(c,!0,e,t);a.push(l),n.add(l),this.triplet&&this.triplet.isClosed()&&(t.addOther(this.triplet),this.triplet=null,this.tripletmultiplier=1)}return n.calcDir(),t.addBeam(n),this.stemdir=o,a};var E=function(e){var t;do{t=!0;for(var r=0;r<e.pitches.length-1;r++)if(e.pitches[r].pitch>e.pitches[r+1].pitch){t=!1;var a=e.pitches[r];e.pitches[r]=e.pitches[r+1],e.pitches[r+1]=a}}while(!t)},M=function(e,t,r,a,i,n,s,o,c){for(var l=r;l>11;l--)l%2!=0||a||e.addFixed(new d(null,o,(i+4)*c,l,{type:"ledger"}));for(l=t;l<1;l++)l%2!=0||a||e.addFixed(new d(null,o,(i+4)*c,l,{type:"ledger"}));for(l=0;l<n.length;l++){var h=i;"down"===s&&(h=-h),e.addFixed(new d(null,h+o,(i+4)*c,n[l],{type:"ledger"}))}};function B(e,t){for(var r=0;r<e.length;r++)if(JSON.stringify(e[r])===JSON.stringify(t))return;e.push(t)}S.prototype.addGraceNotes=function(e,t,r,a,n,s,o){var l=.6;n=Math.round(.7*n);var h,u,p=null;e.gracenotes.length>1&&(p=new i(n,"grace",s),T&&p.setHint(),p.mainNote=r);var m=[];for(u=e.gracenotes.length-1;u>=0;u--)o+=10,m[u]=o,e.gracenotes[u].accidental&&(o+=7);for(u=0;u<e.gracenotes.length;u++){var g=e.gracenotes[u].verticalPos;h=p?null:A.uflags[s?5:3];var b=c(r,"noteheads.quarter",e.gracenotes[u],{dir:"up",headx:-m[u],extrax:-m[u],flag:h,scale:l*this.voiceScale,accidentalSlot:[]});b.notehead.highestVert=b.notehead.pitch+n;var y=b.notehead;if(this.addSlursAndTies(r,e.gracenotes[u],y,t,"up",!0),r.addExtra(y),e.gracenotes[u].acciaccatura){var x=e.gracenotes[u].verticalPos+4.2,w=p?5:6;r.addRight(new d("flags.ugrace",-m[u]+w,0,x,{scalex:l,scaley:l}))}if(p){var k=e.gracenotes[u].duration/2;s&&(k/=2);var C={heads:[y],abcelem:{averagepitch:g,minpitch:g,maxpitch:g,duration:k}};p.add(C)}else{var S=g+1/3*l,N=g+4.2,_=y.dx+y.w;r.addExtra(new d(null,_,0,S,{type:"stem",pitch2:N,linewidth:-.6}))}M(r,g,g,!1,f.getSymbolWidth("noteheads.quarter"),[],!0,y.dx-1,.6);var E=e.rest&&("spacer"===e.rest.type||"invisible"===e.rest.type);0!==u||s||!this.graceSlurs||E||t.addOther(new v({anchor1:y,anchor2:a,isGrace:!0}))}return p&&(p.calcDir(),t.addBeam(p)),o},S.prototype.addNoteToAbcElement=function(e,t,r,a,i,n,s,o,l){var h,u,p,m,g,v=0,b=0,y=0,x=[],k=[],T=0,S=t.averagepitch>=6?"down":"up";for(a&&(S=a),(i=t.style?t.style:i)&&"normal"!==i||(i="note"),(m=n?A[i].nostem:A[i][-s])||console.log("noteSymbol:",i,s,n),g="down"===S?t.pitches.length-2:1;"down"===S?g>=0:g<t.pitches.length;g="down"===S?g-1:g+1){var N=t.pitches["down"===S?g+1:g-1],_=t.pitches[g],E="down"===S?N.pitch-_.pitch:_.pitch-N.pitch;E<=1&&!N.printer_shift&&(_.printer_shift=E?"different":"same",(_.verticalPos>11||_.verticalPos<1)&&x.push(_.verticalPos-_.verticalPos%2),"down"===S?b=f.getSymbolWidth(m)+2:v=f.getSymbolWidth(m)+2)}var M=t.pitches.length;for(g=0;g<t.pitches.length;g++){var L,P;if(o||(L="down"===S&&0!==g||"up"===S&&g!==M-1?null:A["down"===S?"dflags":"uflags"][-s]),t.pitches[g].style)P=A[t.pitches[g].style][-s];else if(l.isPercussion&&this.percmap){P=m;var z=this.percmap[w(t.pitches[g])];z&&z.noteHead&&A[z.noteHead]&&(P=A[z.noteHead][-s])}else P=m;if(t.pitches[g].highestVert=t.pitches[g].verticalPos,("up"===a||"up"===S)&&0===g||("down"===a||"down"===S)&&g===M-1){if((t.startSlur||1===M)&&(t.pitches[g].highestVert=t.pitches[M-1].verticalPos,C(t)<1&&("up"===a||"up"===S)&&(t.pitches[g].highestVert+=6)),t.startSlur)for(t.pitches[g].startSlur||(t.pitches[g].startSlur=[]),p=0;p<t.startSlur.length;p++)B(t.pitches[g].startSlur,t.startSlur[p]);if(t.endSlur)for(t.pitches[g].highestVert=t.pitches[M-1].verticalPos,C(t)<1&&("up"===a||"up"===S)&&(t.pitches[g].highestVert+=6),t.pitches[g].endSlur||(t.pitches[g].endSlur=[]),p=0;p<t.endSlur.length;p++)B(t.pitches[g].endSlur,t.endSlur[p])}var H=!o&&s<=-1,O=c(e,P,t.pitches[g],{dir:S,extrax:-b,flag:L,dot:r,dotshiftx:v,scale:this.voiceScale,accidentalSlot:k,shouldExtendStem:!a,printAccidentals:!l.isPercussion});T=Math.max(f.getSymbolWidth(P),T),e.extraw-=O.extraLeft,(h=O.notehead)&&(this.addSlursAndTies(e,t.pitches[g],h,l,H?S:null,!1),t.gracenotes&&t.gracenotes.length>0&&(h.bottom=h.bottom-1),e.addHead(h)),b+=O.accidentalshiftx,y=Math.max(y,O.dotshiftx)}if(H){var F=Math.round(70*this.voiceScale)/10,D="down"===S?t.minpitch-F:t.minpitch+1/3;D>6&&!a&&(D=6);var I="down"===S?t.maxpitch-1/3:t.maxpitch+F;I<6&&!a&&(I=6);var Y="down"===S||0===e.heads.length?0:e.heads[0].w,V="down"===S?1:-1;h&&"noteheads.slash.quarter"===h.c&&("down"===S?I-=1:D+=1),e.addRight(new d(null,Y,0,D,{type:"stem",pitch2:I,linewidth:V,bottom:D-1})),u=Math.min(D,I)}return{noteHead:h,roomTaken:b,roomTakenRight:y,min:u,additionalLedgers:x,dir:S,symbolWidth:T}},S.prototype.addLyric=function(e,t){var r="";k.each(t.lyric,(function(e){var t=" "===e.divider?"":e.divider;r+=e.syllable+t+"\n"}));var a=this.getTextSize.calc(r,"vocalfont","lyric"),i=t.positioning?t.positioning.vocalPosition:"below";e.addCentered(new d(r,0,a.width,void 0,{type:"lyric",position:i,height:a.height/p.STEP,dim:this.getTextSize.attr("vocalfont","lyric")}))},S.prototype.createNote=function(e,t,r,i){var n,s=null,o=0,l=0,h=0,u=[],p=C(e),m=!1;0===p&&(m=!0,p=.25,t=!0);for(var g=Math.floor(Math.log(p)/Math.log(2)),v=0,y=Math.pow(2,g),w=y/2;y<p;v++,y+=w,w/=2);e.startTriplet&&(this.tripletmultiplier=e.tripletMultiplier);var k=p*this.tripletmultiplier;e.rest&&"multimeasure"===e.rest.type&&(k=1),e.rest&&"invisible-multimeasure"===e.rest.type&&(k=this.measureLength*e.rest.text);var S=e.rest?"rest":"note",N=new a(e,k,1,S,this.tuneNumber,{durationClassOveride:e.duration*this.tripletmultiplier});if(T&&N.setHint(),e.rest){this.measureLength===p&&"invisible"!==e.rest.type&&"spacer"!==e.rest.type&&e.rest.type.indexOf("multimeasure")<0&&(e.rest.type="whole");var _=function(e,t,r,a,i,n,s,o,l){var h,u,p,m,g=7;switch(i&&("down"===n&&(g=3),"up"===n&&(g=11)),s&&(g=r<.5||r<1?7:5),t.rest.type){case"whole":h=A.rest[0],t.averagepitch=g,t.minpitch=g,t.maxpitch=g,a=0;break;case"rest":h="rhythm"===t.style?A.rhythm[-o]:A.rest[-o],t.averagepitch=g,t.minpitch=g,t.maxpitch=g;break;case"invisible":case"invisible-multimeasure":case"spacer":h="",t.averagepitch=g,t.minpitch=g,t.maxpitch=g;break;case"multimeasure":h=A.rest.multi,t.averagepitch=g,t.minpitch=g,t.maxpitch=g,a=0;var v=f.getSymbolWidth(h);e.addHead(new d(h,v,2*v,7));var b=new d(""+t.rest.text,v,v,16,{type:"multimeasure-text"});e.addExtra(b)}if(t.rest.type.indexOf("multimeasure")<0&&"invisible"!==t.rest.type){var y=c(e,h,{verticalPos:g},{dot:a,scale:l});(u=y.notehead)&&(e.addHead(u),p=y.accidentalshiftx,m=y.dotshiftx)}return{noteHead:u,roomTaken:p,roomTakenRight:m}}(N,e,p,v,i.voicetotal>1,this.stemdir,r,g,this.voiceScale);s=_.noteHead,o=_.roomTaken,l=_.roomTakenRight}else{var E=this.addNoteToAbcElement(N,e,v,this.stemdir,this.style,m,g,t,i);void 0!==E.min&&(this.minY=Math.min(E.min,this.minY)),s=E.noteHead,o=E.roomTaken,l=E.roomTakenRight,u=E.additionalLedgers,n=E.dir,h=E.symbolWidth}if(void 0!==e.lyric&&this.addLyric(N,e),void 0!==e.gracenotes&&(o+=this.addGraceNotes(e,i,N,s,this.stemHeight*this.voiceScale,this.isBagpipes,o)),e.decoration&&this.decoration.createDecoration(i,e.decoration,N.top,s?s.w:0,N,o,n,N.bottom,e.positioning,this.hasVocals),e.barNumber&&N.addFixed(new d(e.barNumber,-10,0,0,{type:"barNumber"})),M(N,e.minpitch,e.maxpitch,e.rest,h,u,n,-2,1),void 0!==e.chord){var B=x(this.getTextSize,N,e,o,l,h,this.jazzchords);o=B.roomTaken,l=B.roomTakenRight}return e.startTriplet&&(this.triplet=new b(e.startTriplet,s,{flatBeams:this.flatBeams})),e.endTriplet&&this.triplet&&this.triplet.setCloseAnchor(s),!this.triplet||e.startTriplet||e.endTriplet||e.rest&&"spacer"===e.rest.type||this.triplet.middleNote(s),N},S.prototype.addSlursAndTies=function(e,t,r,a,i,n){if(t.endTie&&this.ties.length>0){for(var s=!1,o=0;o<this.ties.length;o++)if(this.ties[o].anchor1&&this.ties[o].anchor1.pitch===r.pitch){this.ties[o].setEndAnchor(r),a.setRange(this.ties[o]),this.ties.splice(o,1),s=!0;break}s||(this.ties[0].setEndAnchor(r),a.setRange(this.ties[0]),this.ties.splice(0,1))}var c,l,h=a.voicetotal<2?-1:a.voicenumber;if(t.startTie){var u=new v({anchor1:r,force:"down"===this.stemdir||"up"===this.stemdir,stemDir:this.stemdir,isGrace:n,voiceNumber:h,style:t.startTie.style});T&&u.setHint(),this.ties[this.ties.length]=u,a.addOther(u),e.startTie=!0}if(t.endSlur)for(var f=0;f<t.endSlur.length;f++)l=t.endSlur[f],this.slurs[l]?((c=this.slurs[l]).setEndAnchor(r),a.setRange(c),delete this.slurs[l]):(c=new v({anchor2:r,stemDir:this.stemdir,voiceNumber:h}),T&&c.setHint(),a.addOther(c)),this.startlimitelem&&c.setStartX(this.startlimitelem);else if(!n)for(var d in this.slurs)this.slurs.hasOwnProperty(d)&&this.slurs[d].addInternalNote(r);if(t.startSlur)for(f=0;f<t.startSlur.length;f++)l=t.startSlur[f].label,c=new v({anchor1:r,stemDir:this.stemdir,voiceNumber:h,style:t.startSlur[f].style}),T&&c.setHint(),this.slurs[l]=c,a.addOther(c)},S.prototype.addMeasureNumber=function(e,t){var r=this.getTextSize.calc(e,"measurefont","bar-number"),a=r.width>18&&"treble"===t.abcelem.type?-7:0;t.addFixed(new d(e,a,r.width,11+r.height/p.STEP,{type:"barNumber",dim:this.getTextSize.attr("measurefont","bar-number")}))},S.prototype.createBarLine=function(e,t,r){var i=new a(t,0,10,"bar",this.tuneNumber),n=null,s=0;t.barNumber&&this.addMeasureNumber(t.barNumber,i);var o="bar_right_repeat"===t.type||"bar_dbl_repeat"===t.type,c="bar_left_repeat"!==t.type&&"bar_thick_thin"!==t.type&&"bar_invisible"!==t.type,l="bar_right_repeat"===t.type||"bar_dbl_repeat"===t.type||"bar_left_repeat"===t.type||"bar_thin_thick"===t.type||"bar_thick_thin"===t.type,h="bar_left_repeat"===t.type||"bar_thick_thin"===t.type||"bar_thin_thin"===t.type||"bar_dbl_repeat"===t.type,f="bar_left_repeat"===t.type||"bar_dbl_repeat"===t.type;if(o||f){for(var p in this.slurs)this.slurs.hasOwnProperty(p)&&this.slurs[p].setEndX(i);this.startlimitelem=i}if(o&&(i.addRight(new d("dots.dot",s,1,7)),i.addRight(new d("dots.dot",s,1,5)),s+=6),c&&(n=new d(null,s,1,2,{type:"bar",pitch2:10,linewidth:.6}),i.addRight(n)),"bar_invisible"===t.type&&(n=new d(null,s,1,2,{type:"none",pitch2:10,linewidth:.6}),i.addRight(n)),t.decoration&&this.decoration.createDecoration(e,t.decoration,12,l?3:1,i,0,"down",2,t.positioning,this.hasVocals),l&&(n=new d(null,s+=4,4,2,{type:"bar",pitch2:10,linewidth:4}),i.addRight(n),s+=5),this.partstartelem&&t.endEnding&&(this.partstartelem.anchor2=n,this.partstartelem=null),h&&(n=new d(null,s+=3,1,2,{type:"bar",pitch2:10,linewidth:.6}),i.addRight(n)),f&&(s+=3,i.addRight(new d("dots.dot",s,1,7)),i.addRight(new d("dots.dot",s,1,5))),t.startEnding&&r){var m=this.getTextSize.calc(t.startEnding,"repeatfont","").width;i.minspacing+=m+10,this.partstartelem=new u(t.startEnding,n,null),e.addOther(this.partstartelem)}return i.extraw-=5,void 0!==t.chord&&x(this.getTextSize,i,t,0,0,0,!1),i},e.exports=S},7669:function(e){var t=function(e,t,r,a){this.type="BeamElem",this.isflat=!!r,this.isgrace=!(!t||"grace"!==t),this.forceup=!!(this.isgrace||t&&"up"===t),this.forcedown=!(!t||"down"!==t),this.elems=[],this.total=0,this.average=6,this.allrests=!0,this.stemHeight=e,this.beams=[],a&&a.duration?(this.duration=a.duration,a.startTriplet&&(this.duration*=a.tripletMultiplier),this.duration=Math.round(1e3*this.duration)/1e3):this.duration=0};function r(e,t){return t?e/t:0}t.prototype.setHint=function(){this.hint=!0},t.prototype.runningDirection=function(e){var t=e.averagepitch;void 0!==t&&(this.total=Math.round(this.total+t),this.count||(this.count=0),this.count++)},t.prototype.add=function(e){var t=e.abcelem.averagepitch;void 0!==t&&(e.abcelem.rest||(this.allrests=!1),e.beam=this,this.elems.push(e),this.total=Math.round(this.total+t),(void 0===this.min||e.abcelem.minpitch<this.min)&&(this.min=e.abcelem.minpitch),(void 0===this.max||e.abcelem.maxpitch>this.max)&&(this.max=e.abcelem.maxpitch))},t.prototype.addBeam=function(e){this.beams.push(e)},t.prototype.setStemDirection=function(){this.average=r(this.total,this.count),this.forceup?this.stemsUp=!0:this.forcedown?this.stemsUp=!1:this.stemsUp=this.average<6,delete this.count,this.total=0},t.prototype.calcDir=function(){this.average=r(this.total,this.elems.length),this.forceup?this.stemsUp=!0:this.forcedown?this.stemsUp=!1:this.stemsUp=this.average<6;for(var e=this.stemsUp?"up":"down",t=0;t<this.elems.length;t++)for(var a=0;a<this.elems[t].heads.length;a++)this.elems[t].heads[a].stemDir=e},e.exports=t},355:function(e){var t=function(e,t){this.startVoice=e,this.type=t};t.prototype.setBottomStaff=function(e){this.endVoice=e,this.startVoice.header&&!this.endVoice.header&&(this.header=this.startVoice.header,delete this.startVoice.header)},t.prototype.continuing=function(e){this.lastContinuedVoice=e},t.prototype.getWidth=function(){return 10},t.prototype.isStartVoice=function(e){return!!(this.startVoice&&this.startVoice.staff&&this.startVoice.staff.voices.length>0&&this.startVoice.staff.voices[0]===e)},e.exports=t},7561:function(e,t,r){var a=r(3255),i=r(5245),n=r(1577);e.exports=function(e,t){var r,s=0;e.el_type="clef";var o=new a(e,0,10,"staff-extra clef",t);switch(o.isClef=!0,e.type){case"treble":r="clefs.G";break;case"tenor":case"alto":r="clefs.C";break;case"bass":r="clefs.F";break;case"treble+8":r="clefs.G",s=1;break;case"tenor+8":case"alto+8":r="clefs.C",s=1;break;case"bass+8":r="clefs.F",s=1;break;case"treble-8":r="clefs.G",s=-1;break;case"tenor-8":case"alto-8":r="clefs.C",s=-1;break;case"bass-8":r="clefs.F",s=-1;break;case"none":return null;case"perc":r="clefs.perc";break;default:o.addFixed(new n("clef="+e.type,0,0,void 0,{type:"debug"}))}if(r){var c=i.symbolHeightInPitches(r),l=function(e){switch(e){case"clefs.G":return-5;case"clefs.C":case"clefs.F":return-4;case"clefs.perc":return-2;default:return 0}}(r);if(o.addRight(new n(r,5,i.getSymbolWidth(r),e.clefPos,{top:c+e.clefPos+l,bottom:e.clefPos+l})),0!==s){var h=2/3,u=(i.getSymbolWidth(r)-i.getSymbolWidth("8")*h)/2,f=s>0?o.top+3:o.bottom-1,d=s>0?o.top+3:o.bottom-3,p=d-2;"bass-8"===e.type&&(f=3,u=0),o.addRight(new n("8",5+u,i.getSymbolWidth("8")*h,f,{scalex:h,scaley:h,top:d,bottom:p}))}}return o}},6166:function(e,t,r){var a=r(3255),i=r(5245),n=r(1577),s=r(5008);e.exports=function(e,t){if(e.el_type="keySignature",!e.accidentals||0===e.accidentals.length)return null;var r=new a(e,0,10,"staff-extra key-signature",t);r.isKeySig=!0;var o=0;return s.each(e.accidentals,(function(e){var t,a=0;switch(e.acc){case"sharp":t="accidentals.sharp",a=-3;break;case"natural":t="accidentals.nat";break;case"flat":t="accidentals.flat",a=-1.2;break;case"quartersharp":t="accidentals.halfsharp",a=-2.5;break;case"quarterflat":t="accidentals.halfflat",a=-1.2;break;default:t="accidentals.flat"}r.addRight(new n(t,o,i.getSymbolWidth(t),e.verticalPos,{thickness:i.symbolHeightInPitches(t),top:e.verticalPos+i.symbolHeightInPitches(t)+a,bottom:e.verticalPos+a})),o+=i.getSymbolWidth(t)+2}),this),r}},3268:function(e,t,r){var a=r(5245),i=r(1577);e.exports=function(e,t,r,n){n||(n={});var s,o=void 0!==n.dir?n.dir:null,c=void 0!==n.headx?n.headx:0,l=void 0!==n.extrax?n.extrax:0,h=void 0!==n.flag?n.flag:null,u=void 0!==n.dot?n.dot:0,f=void 0!==n.dotshiftx?n.dotshiftx:0,d=void 0!==n.scale?n.scale:1,p=void 0!==n.accidentalSlot?n.accidentalSlot:[],m=void 0!==n.shouldExtendStem&&n.shouldExtendStem,g=void 0===n.printAccidentals||n.printAccidentals,v=r.verticalPos,b=0,y=0,x=0;if(void 0===t)e.addFixed(new i("pitch is undefined",0,0,0,{type:"debug"}));else if(""===t)s=new i(null,0,0,v);else{var w=c;if(r.printer_shift){var k="same"===r.printer_shift?1:0;w="down"===o?-a.getSymbolWidth(t)*d+k:a.getSymbolWidth(t)*d-k}var C={scalex:d,scaley:d,thickness:a.symbolHeightInPitches(t)*d,name:r.name};if((s=new i(t,w,a.getSymbolWidth(t)*d,v,C)).stemDir=o,h){var T=v+("down"===o?-7:7)*d;m&&("down"===o&&T>6&&(T=6),"up"===o&&T<6&&(T=6));var A="down"===o?c:c+s.w-.6;e.addRight(new i(h,A,a.getSymbolWidth(h)*d,T,{scalex:d,scaley:d}))}for(y=s.w+f-2+5*u;u>0;u--){var S=1-Math.abs(v)%2;e.addRight(new i("dots.dot",s.w+f-2+5*u,a.getSymbolWidth("dots.dot"),v+S))}}if(s&&(s.highestVert=r.highestVert),g&&r.accidental){var N;switch(r.accidental){case"quartersharp":N="accidentals.halfsharp";break;case"dblsharp":N="accidentals.dblsharp";break;case"sharp":N="accidentals.sharp";break;case"quarterflat":N="accidentals.halfflat";break;case"flat":N="accidentals.flat";break;case"dblflat":N="accidentals.dblflat";break;case"natural":N="accidentals.nat"}for(var _=!1,E=l,M=0;M<p.length;M++)if(v-p[M][0]>=6){p[M][0]=v,E=p[M][1],_=!0;break}!1===_&&(E-=a.getSymbolWidth(N)*d+2,p.push([v,E]),b=a.getSymbolWidth(N)*d+2);var B=a.symbolHeightInPitches(N);e.addExtra(new i(N,E,a.getSymbolWidth(N),v,{scalex:d,scaley:d,top:v+B/2,bottom:v-B/2})),x=a.getSymbolWidth(N)/2}return{notehead:s,accidentalshiftx:b,dotshiftx:y,extraLeft:x}}},313:function(e,t,r){var a=r(3255),i=r(5245),n=r(1577);e.exports=function(e,t){e.el_type="timeSignature";var r=new a(e,0,10,"staff-extra time-signature",t);if("specified"===e.type)for(var s=0,o=0;o<e.value.length;o++)if(0!==o&&(r.addRight(new n("+",s+1,i.getSymbolWidth("+"),6,{thickness:i.symbolHeightInPitches("+")})),s+=i.getSymbolWidth("+")+2),e.value[o].den){for(var c=0,l=0;l<e.value[o].num.length;l++)c+=i.getSymbolWidth(e.value[o].num.charAt(l));var h=0;for(l=0;l<e.value[o].num.length;l++)h+=i.getSymbolWidth(e.value[o].den.charAt(l));var u=Math.max(c,h);r.addRight(new n(e.value[o].num,s+(u-c)/2,c,8,{thickness:i.symbolHeightInPitches(e.value[o].num.charAt(0))})),r.addRight(new n(e.value[o].den,s+(u-h)/2,h,4,{thickness:i.symbolHeightInPitches(e.value[o].den.charAt(0))})),s+=u}else{for(var f=0,d=0;d<e.value[o].num.length;d++)f+=i.getSymbolWidth(e.value[o].num.charAt(d));r.addRight(new n(e.value[o].num,s,f,6,{thickness:i.symbolHeightInPitches(e.value[o].num.charAt(0))})),s+=f}else"common_time"===e.type?r.addRight(new n("timesig.common",0,i.getSymbolWidth("timesig.common"),6,{thickness:i.symbolHeightInPitches("timesig.common")})):"cut_time"===e.type?r.addRight(new n("timesig.cut",0,i.getSymbolWidth("timesig.cut"),6,{thickness:i.symbolHeightInPitches("timesig.cut")})):"tempus_imperfectum"===e.type?r.addRight(new n("timesig.imperfectum",0,i.getSymbolWidth("timesig.imperfectum"),6,{thickness:i.symbolHeightInPitches("timesig.imperfectum")})):"tempus_imperfectum_prolatio"===e.type?r.addRight(new n("timesig.imperfectum2",0,i.getSymbolWidth("timesig.imperfectum2"),6,{thickness:i.symbolHeightInPitches("timesig.imperfectum2")})):"tempus_perfectum"===e.type?r.addRight(new n("timesig.perfectum",0,i.getSymbolWidth("timesig.perfectum"),6,{thickness:i.symbolHeightInPitches("timesig.perfectum")})):"tempus_perfectum_prolatio"===e.type?r.addRight(new n("timesig.perfectum2",0,i.getSymbolWidth("timesig.perfectum2"),6,{thickness:i.symbolHeightInPitches("timesig.perfectum2")})):console.log("time signature:",e);return r}},7253:function(e){e.exports=function(e,t,r,a){this.type="CrescendoElem",this.anchor1=e,this.anchor2=t,this.dir=r,"above"===a?this.dynamicHeightAbove=6:this.dynamicHeightBelow=6,this.pitch=void 0}},7841:function(e,t,r){var a=r(5672),i=r(7253),n=r(2362),s=r(5245),o=r(1577),c=r(9891),l=function(){this.startDiminuendoX=void 0,this.startCrescendoX=void 0,this.minTop=12,this.minBottom=0},h=function(e,t,r,a,i){function n(e,t){var n="down"===i?function(){if(0===a.heads.length)return 2;for(var e=a.heads[0].pitch,t=1;t<a.heads.length;t++)e=Math.min(e,a.heads[t].pitch);return e}()+1:function(){if(0===a.heads.length)return 10;for(var e=a.heads[0].pitch,t=1;t<a.heads.length;t++)e=Math.max(e,a.heads[t].pitch);return e}()+9;"down"!==i&&1===t&&n--;var c=r/2;c+="down"===i?-5:3;for(var l=0;l<t;l++)n-=1,a.addFixedX(new o(e,c,s.getSymbolWidth(e),n))}for(var c=0;c<e.length;c++)switch(e[c]){case"/":n("flags.ugrace",1);break;case"//":n("flags.ugrace",2);break;case"///":n("flags.ugrace",3);break;case"////":n("flags.ugrace",4)}};l.prototype.dynamicDecoration=function(e,t,r,a){for(var s,o,c,l=0;l<t.length;l++)switch(t[l]){case"diminuendo(":this.startDiminuendoX=r,s=void 0;break;case"diminuendo)":s={start:this.startDiminuendoX,stop:r},this.startDiminuendoX=void 0;break;case"crescendo(":this.startCrescendoX=r,o=void 0;break;case"crescendo)":o={start:this.startCrescendoX,stop:r},this.startCrescendoX=void 0;break;case"glissando(":this.startGlissandoX=r,c=void 0;break;case"glissando)":c={start:this.startGlissandoX,stop:r},this.startGlissandoX=void 0}s&&e.addOther(new i(s.start,s.stop,">",a)),o&&e.addOther(new i(o.start,o.stop,"<",a)),c&&e.addOther(new n(c.start,c.stop))},l.prototype.createDecoration=function(e,t,r,i,n,l,u,f,d,p){d||(d={ornamentPosition:"above",volumePosition:p?"above":"below",dynamicPosition:p?"above":"below"}),function(e,t,r,i){for(var n=0;n<t.length;n++)switch(t[n]){case"p":case"mp":case"pp":case"ppp":case"pppp":case"f":case"ff":case"fff":case"ffff":case"sfz":case"mf":var s=new a(r,t[n],i);e.addOther(s)}}(e,t,n,d.volumePosition),this.dynamicDecoration(e,t,n,d.dynamicPosition),h(t,0,i,n,u);var m=function(e,t,r,a,i,n,l,h){for(var u,f=0;f<t.length;f++){if("staccato"===t[f]||"tenuto"===t[f]||"accent"===t[f]){var d="scripts."+t[f];if("accent"===t[f]&&(d="scripts.sforzato"),u=void 0===u?"down"===l?r+2:h-2:"down"===l?u+2:u-2,"accent"===t[f])"up"===l?u--:u++;else switch(u){case 2:case 4:case 6:case 8:case 10:"up"===l?u--:u++}r>9&&u++;var p=a/2;"center"!==s.getSymbolAlign(d)&&(p-=s.getSymbolWidth(d)/2),i.addFixedX(new o(d,p,s.getSymbolWidth(d),u))}if("slide"===t[f]&&i.heads[0]){var m=i.heads[0].pitch,g=new o("",-n-15,0,(m-=2)-1),v=new o("",-n-5,0,m+1);i.addFixedX(g),i.addFixedX(v),e.addOther(new c({anchor1:g,anchor2:v,fixedY:!0}))}}return void 0===u&&(u=r),{above:u,below:i.bottom}}(e,t,r,i,n,l,u,f);m.above=Math.max(m.above,this.minTop),function(e,t,r,a,i,n,c){function l(e,t){"above"===e?a.above+=t:a.below-=t}function h(e){var t;return"above"===e?(t=a.above)<n&&(t=n):(t=a.below)>c&&(t=c),t}function u(e,a){var i=h(a);r.addFixedX(new o(e,t/2,0,i+2,{type:"decoration",klass:"ornament",thickness:3})),l(a,5)}function f(e,a){var i=t/2;"center"!==s.getSymbolAlign(e)&&(i-=s.getSymbolWidth(e)/2);var n=s.symbolHeightInPitches(e)+1,c=h(a);c="above"===a?c+n/2:c-n/2,r.addFixedX(new o(e,i,s.getSymbolWidth(e),c,{klass:"ornament",thickness:s.symbolHeightInPitches(e)})),l(a,n)}for(var d={"+":"scripts.stopped",open:"scripts.open",snap:"scripts.snap",wedge:"scripts.wedge",thumb:"scripts.thumb",shortphrase:"scripts.shortphrase",mediumphrase:"scripts.mediumphrase",longphrase:"scripts.longphrase",trill:"scripts.trill",roll:"scripts.roll",irishroll:"scripts.roll",marcato:"scripts.umarcato",dmarcato:"scripts.dmarcato",umarcato:"scripts.umarcato",turn:"scripts.turn",uppermordent:"scripts.prall",pralltriller:"scripts.prall",mordent:"scripts.mordent",lowermordent:"scripts.mordent",downbow:"scripts.downbow",upbow:"scripts.upbow",fermata:"scripts.ufermata",invertedfermata:"scripts.dfermata",breath:",",coda:"scripts.coda",segno:"scripts.segno"},p=0;p<e.length;p++)switch(e[p]){case"0":case"1":case"2":case"3":case"4":case"5":case"D.C.":case"D.S.":u(e[p],i),!0;break;case"fine":u("FINE",i),!0;break;case"+":case"open":case"snap":case"wedge":case"thumb":case"shortphrase":case"mediumphrase":case"longphrase":case"trill":case"roll":case"irishroll":case"marcato":case"dmarcato":case"turn":case"uppermordent":case"pralltriller":case"mordent":case"lowermordent":case"downbow":case"upbow":case"fermata":case"breath":case"umarcato":case"coda":case"segno":f(d[e[p]],i),!0;break;case"invertedfermata":f(d[e[p]],"below"),!0;break;case"mark":r.klass="mark"}}(t,i,n,m,d.ornamentPosition,this.minTop,this.minBottom),function(e,t,r){for(var a=0;a<e.length;a++)if("arpeggio"===e[a])for(var i=t.abcelem.minpitch-1;i<=t.abcelem.maxpitch;i+=2)t.addExtra(new o("scripts.arpeggio",2*-s.getSymbolWidth("scripts.arpeggio")-r,0,i+2,{klass:"ornament",thickness:s.symbolHeightInPitches("scripts.arpeggio")}))}(t,n,l)},e.exports=l},5672:function(e){e.exports=function(e,t,r){this.type="DynamicDecoration",this.anchor=e,this.dec=t,"below"===r?this.volumeHeightBelow=6:this.volumeHeightAbove=6,this.pitch=void 0}},1208:function(e){e.exports=function(e,t,r){this.type="EndingElem",this.text=e,this.anchor1=t,this.anchor2=r,this.endingHeightAbove=5,this.pitch=void 0}},5132:function(e,t,r){var a=r(8613),i=r(6548),n=r(2710),s=r(3891),o=r(5781),c=r(9725),l=r(8135),h=r(5450),u=r(2557),f=r(1564),d=r(6971),p=r(1059),m=r(3460),g=r(5012),v=r(4321),b=function(e,t){t=t||{},this.oneSvgPerLine=t.oneSvgPerLine,this.selectionColor=t.selectionColor,this.dragColor=t.dragColor?t.dragColor:t.selectionColor,this.dragging=!!t.dragging,this.selectTypes=t.selectTypes,this.responsive=t.responsive,this.space=3*a.SPACE,this.initialClef=t.initialClef,this.scale=t.scale?parseFloat(t.scale):0,this.classes=new d({shouldAddClasses:t.add_classes}),this.scale>.1||(this.scale=void 0),t.staffwidth?(this.staffwidthScreen=t.staffwidth,this.staffwidthPrint=t.staffwidth):(this.staffwidthScreen=740,this.staffwidthPrint=680),this.listeners=[],t.clickListener&&this.addSelectListener(t.clickListener),this.renderer=new n(e),this.renderer.setPaddingOverride(t),t.showDebug&&(this.renderer.showDebug=t.showDebug),t.jazzchords&&(this.jazzchords=t.jazzchords),this.renderer.controller=this,this.renderer.foregroundColor=t.foregroundColor?t.foregroundColor:"currentColor",void 0!==t.ariaLabel&&(this.renderer.ariaLabel=t.ariaLabel),this.renderer.minPadding=t.minPadding?t.minPadding:0,this.reset()};function y(e){for(var t=document.createElementNS("http://www.w3.org/2000/svg","svg"),r=0;r<e.attributes.length;r++){var a=e.attributes[r];"height"!==a.name&&"aria-label"!=a.name&&t.setAttribute(a.name,a.value)}return t}b.prototype.reset=function(){this.selected=[],this.staffgroups=[],this.engraver&&this.engraver.reset(),this.engraver=null,this.renderer.reset(),this.dragTarget=null,this.dragIndex=-1,this.dragMouseStart={x:-1,y:-1},this.dragYStep=0},b.prototype.engraveABC=function(e,t,r){void 0===e[0]&&(e=[e]),this.reset();for(var a=0;a<e.length;a++)void 0===t&&(t=a),this.getFontAndAttr=new p(e[a].formatting,this.classes),this.getTextSize=new m(this.getFontAndAttr,this.renderer.paper),this.engraveTune(e[a],t,r)},b.prototype.adjustNonScaledItems=function(e){this.width/=e,this.renderer.adjustNonScaledItems(e)},b.prototype.getMeasureWidths=function(e){this.reset(),this.getFontAndAttr=new p(e.formatting,this.classes),this.getTextSize=new m(this.getFontAndAttr,this.renderer.paper),this.setupTune(e,0),this.constructTuneElements(e),f(this.renderer,e,0,this.space);for(var t,r=[],a=!0,i=0;i<e.lines.length;i++){var n=e.lines[i];if(n.staff){if(a&&(t={left:0,measureWidths:[],total:0},r.push(t),a=!1),n.staffGroup.voices.length>0)for(var s=n.staffGroup.voices[0],o=!1,c=0,l=0;l<s.children.length;l++){var h=s.children[l];o||h.isClef||h.isKeySig||(o=!0,t.left=h.x,c=h.x),"bar"===h.type&&(t.measureWidths.push(h.x-c),t.total+=h.x-c,c=h.x)}}else a=!0}return r},b.prototype.setupTune=function(e,t){this.classes.reset(),void 0!==e.formatting.jazzchords&&(this.jazzchords=e.formatting.jazzchords),this.renderer.newTune(e),this.engraver=new i(this.getTextSize,t,{bagpipes:e.formatting.bagpipes,flatbeams:e.formatting.flatbeams,graceSlurs:!1!==e.formatting.graceSlurs,percmap:e.formatting.percmap,initialClef:this.initialClef,jazzchords:this.jazzchords}),this.engraver.setStemHeight(this.renderer.spacing.stemHeight),this.engraver.measureLength=e.getMeterFraction().num/e.getMeterFraction().den,e.formatting.staffwidth?this.width=1.33*e.formatting.staffwidth:this.width=this.renderer.isPrint?this.staffwidthPrint:this.staffwidthScreen;var r=e.formatting.scale?e.formatting.scale:this.scale;return"resize"===this.responsive&&(r=void 0),void 0===r&&(r=this.renderer.isPrint?.75:1),this.adjustNonScaledItems(r),r},b.prototype.constructTuneElements=function(e){var t,r;e.topText=new l(e.metaText,e.metaTextInfo,e.formatting,e.lines,this.width,this.renderer.isPrint,this.renderer.padding.left,this.renderer.spacing,this.getTextSize);var a=!1,i=!1;for(t=0;t<e.lines.length;t++)if((r=e.lines[t]).staff)i=!0,r.staffGroup=this.engraver.createABCLine(r.staff,a?null:e.metaText.tempo,t),a=!0;else if(r.subtitle){if(i){var n=this.width/2+this.renderer.padding.left;r.nonMusic=new c(this.renderer.spacing.subtitle,e.formatting,r.subtitle,n,this.renderer.padding.left,this.getTextSize)}}else void 0!==r.text?(i=!0,r.nonMusic=new s(r.text,r.vskip,this.getFontAndAttr,this.renderer.padding.left,this.width,this.getTextSize)):void 0!==r.separator&&r.separator.lineLength&&(i=!0,r.nonMusic=new o(r.separator.spaceAbove,r.separator.lineLength,r.separator.spaceBelow));e.bottomText=new h(e.metaText,this.width,this.renderer.isPrint,this.renderer.padding.left,this.renderer.spacing,this.getTextSize)},b.prototype.engraveTune=function(e,t,r){var a=this.setupTune(e,t);this.constructTuneElements(e);var i=f(this.renderer,e,this.width,this.space);e.tablatures&&v.layoutTablatures(this.renderer,e);var n=g(this.renderer,this.classes,e,this.width,i,this.responsive,a,this.selectTypes,t,r);if(this.staffgroups=n.staffgroups,this.selectables=n.selectables,this.oneSvgPerLine){var s=this.renderer.paper.svg.parentNode;this.svgs=function(e,t,r){t||(t="Untitled");var a=e.querySelector("svg");"resize"===r&&(e.style.paddingBottom="");for(var i=a.querySelector("style"),n="resize"===r?a.viewBox.baseVal.width:a.getAttribute("width"),s=e.querySelectorAll("svg > g"),o=0,c=[],l=0;l<s.length;l++){var h=s[l],u=h.getBBox(),f=u.y-o,d=u.height+f,p=document.createElement("div"),m="overflow: hidden;";"resize"!==r&&(m+="height:"+d+"px;"),p.setAttribute("style",m);var g=y(a),v='Sheet Music for "'+t+'" section '+(l+1);g.setAttribute("aria-label",v),"resize"!==r&&g.setAttribute("height",d),"resize"===r&&(g.style.position=""),g.setAttribute("viewBox","0 "+o+" "+n+" "+d),g.appendChild(i.cloneNode(!0));var b=document.createElement("title");b.innerText=v,g.appendChild(b),g.appendChild(h),p.appendChild(g),c.push(g),e.appendChild(p),o=u.y+u.height}return e.removeChild(a),c}(s,e.metaText.title,this.responsive)}else this.svgs=[this.renderer.paper.svg];u(this,this.svgs)},b.prototype.getDim=function(e){if(!e.dim){var t=e.svgEl.getBBox();e.dim={left:Math.round(t.x),top:Math.round(t.y),right:Math.round(t.x+t.width),bottom:Math.round(t.y+t.height)}}return e.dim},b.prototype.addSelectListener=function(e){this.listeners[this.listeners.length]=e},e.exports=b},2362:function(e){e.exports=function(e,t){this.type="GlissandoElem",this.anchor1=e,this.anchor2=t}},5245:function(e,t,r){var a=r(8613),i={0:{d:[["M",4.83,-14.97],["c",.33,-.03,1.11,0,1.47,.06],["c",1.68,.36,2.97,1.59,3.78,3.6],["c",1.2,2.97,.81,6.96,-.9,9.27],["c",-.78,1.08,-1.71,1.71,-2.91,1.95],["c",-.45,.09,-1.32,.09,-1.77,0],["c",-.81,-.18,-1.47,-.51,-2.07,-1.02],["c",-2.34,-2.07,-3.15,-6.72,-1.74,-10.2],["c",.87,-2.16,2.28,-3.42,4.14,-3.66],["z"],["m",1.11,.87],["c",-.21,-.06,-.69,-.09,-.87,-.06],["c",-.54,.12,-.87,.42,-1.17,.99],["c",-.36,.66,-.51,1.56,-.6,3],["c",-.03,.75,-.03,4.59,0,5.31],["c",.09,1.5,.27,2.4,.6,3.06],["c",.24,.48,.57,.78,.96,.9],["c",.27,.09,.78,.09,1.05,0],["c",.39,-.12,.72,-.42,.96,-.9],["c",.33,-.66,.51,-1.56,.6,-3.06],["c",.03,-.72,.03,-4.56,0,-5.31],["c",-.09,-1.47,-.27,-2.37,-.6,-3.03],["c",-.24,-.48,-.54,-.78,-.93,-.9],["z"]],w:10.78,h:14.959},1:{d:[["M",3.3,-15.06],["c",.06,-.06,.21,-.03,.66,.15],["c",.81,.39,1.08,.39,1.83,.03],["c",.21,-.09,.39,-.15,.42,-.15],["c",.12,0,.21,.09,.27,.21],["c",.06,.12,.06,.33,.06,5.94],["c",0,3.93,0,5.85,.03,6.03],["c",.06,.36,.15,.69,.27,.96],["c",.36,.75,.93,1.17,1.68,1.26],["c",.3,.03,.39,.09,.39,.3],["c",0,.15,-.03,.18,-.09,.24],["c",-.06,.06,-.09,.06,-.48,.06],["c",-.42,0,-.69,-.03,-2.1,-.24],["c",-.9,-.15,-1.77,-.15,-2.67,0],["c",-1.41,.21,-1.68,.24,-2.1,.24],["c",-.39,0,-.42,0,-.48,-.06],["c",-.06,-.06,-.06,-.09,-.06,-.24],["c",0,-.21,.06,-.27,.36,-.3],["c",.75,-.09,1.32,-.51,1.68,-1.26],["c",.12,-.27,.21,-.6,.27,-.96],["c",.03,-.18,.03,-1.59,.03,-4.29],["c",0,-3.87,0,-4.05,-.06,-4.14],["c",-.09,-.15,-.18,-.24,-.39,-.24],["c",-.12,0,-.15,.03,-.21,.06],["c",-.03,.06,-.45,.99,-.96,2.13],["c",-.48,1.14,-.9,2.1,-.93,2.16],["c",-.06,.15,-.21,.24,-.33,.24],["c",-.24,0,-.42,-.18,-.42,-.39],["c",0,-.06,3.27,-7.62,3.33,-7.74],["z"]],w:8.94,h:15.058},2:{d:[["M",4.23,-14.97],["c",.57,-.06,1.68,0,2.34,.18],["c",.69,.18,1.5,.54,2.01,.9],["c",1.35,.96,1.95,2.25,1.77,3.81],["c",-.15,1.35,-.66,2.34,-1.68,3.15],["c",-.6,.48,-1.44,.93,-3.12,1.65],["c",-1.32,.57,-1.8,.81,-2.37,1.14],["c",-.57,.33,-.57,.33,-.24,.27],["c",.39,-.09,1.26,-.09,1.68,0],["c",.72,.15,1.41,.45,2.1,.9],["c",.99,.63,1.86,.87,2.55,.75],["c",.24,-.06,.42,-.15,.57,-.3],["c",.12,-.09,.3,-.42,.3,-.51],["c",0,-.09,.12,-.21,.24,-.24],["c",.18,-.03,.39,.12,.39,.3],["c",0,.12,-.15,.57,-.3,.87],["c",-.54,1.02,-1.56,1.74,-2.79,2.01],["c",-.42,.09,-1.23,.09,-1.62,.03],["c",-.81,-.18,-1.32,-.45,-2.01,-1.11],["c",-.45,-.45,-.63,-.57,-.96,-.69],["c",-.84,-.27,-1.89,.12,-2.25,.9],["c",-.12,.21,-.21,.54,-.21,.72],["c",0,.12,-.12,.21,-.27,.24],["c",-.15,0,-.27,-.03,-.33,-.15],["c",-.09,-.21,.09,-1.08,.33,-1.71],["c",.24,-.66,.66,-1.26,1.29,-1.89],["c",.45,-.45,.9,-.81,1.92,-1.56],["c",1.29,-.93,1.89,-1.44,2.34,-1.98],["c",.87,-1.05,1.26,-2.19,1.2,-3.63],["c",-.06,-1.29,-.39,-2.31,-.96,-2.91],["c",-.36,-.33,-.72,-.51,-1.17,-.54],["c",-.84,-.03,-1.53,.42,-1.59,1.05],["c",-.03,.33,.12,.6,.57,1.14],["c",.45,.54,.54,.87,.42,1.41],["c",-.15,.63,-.54,1.11,-1.08,1.38],["c",-.63,.33,-1.2,.33,-1.83,0],["c",-.24,-.12,-.33,-.18,-.54,-.39],["c",-.18,-.18,-.27,-.3,-.36,-.51],["c",-.24,-.45,-.27,-.84,-.21,-1.38],["c",.12,-.75,.45,-1.41,1.02,-1.98],["c",.72,-.72,1.74,-1.17,2.85,-1.32],["z"]],w:10.764,h:14.97},3:{d:[["M",3.78,-14.97],["c",.3,-.03,1.41,0,1.83,.06],["c",2.22,.3,3.51,1.32,3.72,2.91],["c",.03,.33,.03,1.26,-.03,1.65],["c",-.12,.84,-.48,1.47,-1.05,1.77],["c",-.27,.15,-.36,.24,-.45,.39],["c",-.09,.21,-.09,.36,0,.57],["c",.09,.15,.18,.24,.51,.39],["c",.75,.42,1.23,1.14,1.41,2.13],["c",.06,.42,.06,1.35,0,1.71],["c",-.18,.81,-.48,1.38,-1.02,1.95],["c",-.75,.72,-1.8,1.2,-3.18,1.38],["c",-.42,.06,-1.56,.06,-1.95,0],["c",-1.89,-.33,-3.18,-1.29,-3.51,-2.64],["c",-.03,-.12,-.03,-.33,-.03,-.6],["c",0,-.36,0,-.42,.06,-.63],["c",.12,-.3,.27,-.51,.51,-.75],["c",.24,-.24,.45,-.39,.75,-.51],["c",.21,-.06,.27,-.06,.6,-.06],["c",.33,0,.39,0,.6,.06],["c",.3,.12,.51,.27,.75,.51],["c",.36,.33,.57,.75,.6,1.2],["c",0,.21,0,.27,-.06,.42],["c",-.09,.18,-.12,.24,-.54,.54],["c",-.51,.36,-.63,.54,-.6,.87],["c",.06,.54,.54,.9,1.38,.99],["c",.36,.06,.72,.03,.96,-.06],["c",.81,-.27,1.29,-1.23,1.44,-2.79],["c",.03,-.45,.03,-1.95,-.03,-2.37],["c",-.09,-.75,-.33,-1.23,-.75,-1.44],["c",-.33,-.18,-.45,-.18,-1.98,-.18],["c",-1.35,0,-1.41,0,-1.5,-.06],["c",-.18,-.12,-.24,-.39,-.12,-.6],["c",.12,-.15,.15,-.15,1.68,-.15],["c",1.5,0,1.62,0,1.89,-.15],["c",.18,-.09,.42,-.36,.54,-.57],["c",.18,-.42,.27,-.9,.3,-1.95],["c",.03,-1.2,-.06,-1.8,-.36,-2.37],["c",-.24,-.48,-.63,-.81,-1.14,-.96],["c",-.3,-.06,-1.08,-.06,-1.38,.03],["c",-.6,.15,-.9,.42,-.96,.84],["c",-.03,.3,.06,.45,.63,.84],["c",.33,.24,.42,.39,.45,.63],["c",.03,.72,-.57,1.5,-1.32,1.65],["c",-1.05,.27,-2.1,-.57,-2.1,-1.65],["c",0,-.45,.15,-.96,.39,-1.38],["c",.12,-.21,.54,-.63,.81,-.81],["c",.57,-.42,1.38,-.69,2.25,-.81],["z"]],w:9.735,h:14.967},4:{d:[["M",8.64,-14.94],["c",.27,-.09,.42,-.12,.54,-.03],["c",.09,.06,.15,.21,.15,.3],["c",-.03,.06,-1.92,2.31,-4.23,5.04],["c",-2.31,2.73,-4.23,4.98,-4.26,5.01],["c",-.03,.06,.12,.06,2.55,.06],["l",2.61,0],["l",0,-2.37],["c",0,-2.19,.03,-2.37,.06,-2.46],["c",.03,-.06,.21,-.18,.57,-.42],["c",1.08,-.72,1.38,-1.08,1.86,-2.16],["c",.12,-.3,.24,-.54,.27,-.57],["c",.12,-.12,.39,-.06,.45,.12],["c",.06,.09,.06,.57,.06,3.96],["l",0,3.9],["l",1.08,0],["c",1.05,0,1.11,0,1.2,.06],["c",.24,.15,.24,.54,0,.69],["c",-.09,.06,-.15,.06,-1.2,.06],["l",-1.08,0],["l",0,.33],["c",0,.57,.09,1.11,.3,1.53],["c",.36,.75,.93,1.17,1.68,1.26],["c",.3,.03,.39,.09,.39,.3],["c",0,.15,-.03,.18,-.09,.24],["c",-.06,.06,-.09,.06,-.48,.06],["c",-.42,0,-.69,-.03,-2.1,-.24],["c",-.9,-.15,-1.77,-.15,-2.67,0],["c",-1.41,.21,-1.68,.24,-2.1,.24],["c",-.39,0,-.42,0,-.48,-.06],["c",-.06,-.06,-.06,-.09,-.06,-.24],["c",0,-.21,.06,-.27,.36,-.3],["c",.75,-.09,1.32,-.51,1.68,-1.26],["c",.21,-.42,.3,-.96,.3,-1.53],["l",0,-.33],["l",-2.7,0],["c",-2.91,0,-2.85,0,-3.09,-.15],["c",-.18,-.12,-.3,-.39,-.27,-.54],["c",.03,-.06,.18,-.24,.33,-.45],["c",.75,-.9,1.59,-2.07,2.13,-3.03],["c",.33,-.54,.84,-1.62,1.05,-2.16],["c",.57,-1.41,.84,-2.64,.9,-4.05],["c",.03,-.63,.06,-.72,.24,-.81],["l",.12,-.06],["l",.45,.12],["c",.66,.18,1.02,.24,1.47,.27],["c",.6,.03,1.23,-.09,2.01,-.33],["z"]],w:11.795,h:14.994},5:{d:[["M",1.02,-14.94],["c",.12,-.09,.03,-.09,1.08,.06],["c",2.49,.36,4.35,.36,6.96,-.06],["c",.57,-.09,.66,-.06,.81,.06],["c",.15,.18,.12,.24,-.15,.51],["c",-1.29,1.26,-3.24,2.04,-5.58,2.31],["c",-.6,.09,-1.2,.12,-1.71,.12],["c",-.39,0,-.45,0,-.57,.06],["c",-.09,.06,-.15,.12,-.21,.21],["l",-.06,.12],["l",0,1.65],["l",0,1.65],["l",.21,-.21],["c",.66,-.57,1.41,-.96,2.19,-1.14],["c",.33,-.06,1.41,-.06,1.95,0],["c",2.61,.36,4.02,1.74,4.26,4.14],["c",.03,.45,.03,1.08,-.03,1.44],["c",-.18,1.02,-.78,2.01,-1.59,2.7],["c",-.72,.57,-1.62,1.02,-2.49,1.2],["c",-1.38,.27,-3.03,.06,-4.2,-.54],["c",-1.08,-.54,-1.71,-1.32,-1.86,-2.28],["c",-.09,-.69,.09,-1.29,.57,-1.74],["c",.24,-.24,.45,-.39,.75,-.51],["c",.21,-.06,.27,-.06,.6,-.06],["c",.33,0,.39,0,.6,.06],["c",.3,.12,.51,.27,.75,.51],["c",.36,.33,.57,.75,.6,1.2],["c",0,.21,0,.27,-.06,.42],["c",-.09,.18,-.12,.24,-.54,.54],["c",-.18,.12,-.36,.3,-.42,.33],["c",-.36,.42,-.18,.99,.36,1.26],["c",.51,.27,1.47,.36,2.01,.27],["c",.93,-.21,1.47,-1.17,1.65,-2.91],["c",.06,-.45,.06,-1.89,0,-2.31],["c",-.15,-1.2,-.51,-2.1,-1.05,-2.55],["c",-.21,-.18,-.54,-.36,-.81,-.39],["c",-.3,-.06,-.84,-.03,-1.26,.06],["c",-.93,.18,-1.65,.6,-2.16,1.2],["c",-.15,.21,-.27,.3,-.39,.3],["c",-.15,0,-.3,-.09,-.36,-.18],["c",-.06,-.09,-.06,-.15,-.06,-3.66],["c",0,-3.39,0,-3.57,.06,-3.66],["c",.03,-.06,.09,-.15,.15,-.18],["z"]],w:10.212,h:14.997},6:{d:[["M",4.98,-14.97],["c",.36,-.03,1.2,0,1.59,.06],["c",.9,.15,1.68,.51,2.25,1.05],["c",.57,.51,.87,1.23,.84,1.98],["c",-.03,.51,-.21,.9,-.6,1.26],["c",-.24,.24,-.45,.39,-.75,.51],["c",-.21,.06,-.27,.06,-.6,.06],["c",-.33,0,-.39,0,-.6,-.06],["c",-.3,-.12,-.51,-.27,-.75,-.51],["c",-.39,-.36,-.57,-.78,-.57,-1.26],["c",0,-.27,0,-.3,.09,-.42],["c",.03,-.09,.18,-.21,.3,-.3],["c",.12,-.09,.3,-.21,.39,-.27],["c",.09,-.06,.21,-.18,.27,-.24],["c",.06,-.12,.09,-.15,.09,-.33],["c",0,-.18,-.03,-.24,-.09,-.36],["c",-.24,-.39,-.75,-.6,-1.38,-.57],["c",-.54,.03,-.9,.18,-1.23,.48],["c",-.81,.72,-1.08,2.16,-.96,5.37],["l",0,.63],["l",.3,-.12],["c",.78,-.27,1.29,-.33,2.1,-.27],["c",1.47,.12,2.49,.54,3.27,1.29],["c",.48,.51,.81,1.11,.96,1.89],["c",.06,.27,.06,.42,.06,.93],["c",0,.54,0,.69,-.06,.96],["c",-.15,.78,-.48,1.38,-.96,1.89],["c",-.54,.51,-1.17,.87,-1.98,1.08],["c",-1.14,.3,-2.4,.33,-3.24,.03],["c",-1.5,-.48,-2.64,-1.89,-3.27,-4.02],["c",-.36,-1.23,-.51,-2.82,-.42,-4.08],["c",.3,-3.66,2.28,-6.3,4.95,-6.66],["z"],["m",.66,7.41],["c",-.27,-.09,-.81,-.12,-1.08,-.06],["c",-.72,.18,-1.08,.69,-1.23,1.71],["c",-.06,.54,-.06,3,0,3.54],["c",.18,1.26,.72,1.77,1.8,1.74],["c",.39,-.03,.63,-.09,.9,-.27],["c",.66,-.42,.9,-1.32,.9,-3.24],["c",0,-2.22,-.36,-3.12,-1.29,-3.42],["z"]],w:9.956,h:14.982},7:{d:[["M",.21,-14.97],["c",.21,-.06,.45,0,.54,.15],["c",.06,.09,.06,.15,.06,.39],["c",0,.24,0,.33,.06,.42],["c",.06,.12,.21,.24,.27,.24],["c",.03,0,.12,-.12,.24,-.21],["c",.96,-1.2,2.58,-1.35,3.99,-.42],["c",.15,.12,.42,.3,.54,.45],["c",.48,.39,.81,.57,1.29,.6],["c",.69,.03,1.5,-.3,2.13,-.87],["c",.09,-.09,.27,-.3,.39,-.45],["c",.12,-.15,.24,-.27,.3,-.3],["c",.18,-.06,.39,.03,.51,.21],["c",.06,.18,.06,.24,-.27,.72],["c",-.18,.24,-.54,.78,-.78,1.17],["c",-2.37,3.54,-3.54,6.27,-3.87,9],["c",-.03,.33,-.03,.66,-.03,1.26],["c",0,.9,0,1.08,.15,1.89],["c",.06,.45,.06,.48,.03,.6],["c",-.06,.09,-.21,.21,-.3,.21],["c",-.03,0,-.27,-.06,-.54,-.15],["c",-.84,-.27,-1.11,-.3,-1.65,-.3],["c",-.57,0,-.84,.03,-1.56,.27],["c",-.6,.18,-.69,.21,-.81,.15],["c",-.12,-.06,-.21,-.18,-.21,-.3],["c",0,-.15,.6,-1.44,1.2,-2.61],["c",1.14,-2.22,2.73,-4.68,5.1,-8.01],["c",.21,-.27,.36,-.48,.33,-.48],["c",0,0,-.12,.06,-.27,.12],["c",-.54,.3,-.99,.39,-1.56,.39],["c",-.75,.03,-1.2,-.18,-1.83,-.75],["c",-.99,-.9,-1.83,-1.17,-2.31,-.72],["c",-.18,.15,-.36,.51,-.45,.84],["c",-.06,.24,-.06,.33,-.09,1.98],["c",0,1.62,-.03,1.74,-.06,1.8],["c",-.15,.24,-.54,.24,-.69,0],["c",-.06,-.09,-.06,-.15,-.06,-3.57],["c",0,-3.42,0,-3.48,.06,-3.57],["c",.03,-.06,.09,-.12,.15,-.15],["z"]],w:10.561,h:15.093},8:{d:[["M",4.98,-14.97],["c",.33,-.03,1.02,-.03,1.32,0],["c",1.32,.12,2.49,.6,3.21,1.32],["c",.39,.39,.66,.81,.78,1.29],["c",.09,.36,.09,1.08,0,1.44],["c",-.21,.84,-.66,1.59,-1.59,2.55],["l",-.3,.3],["l",.27,.18],["c",1.47,.93,2.31,2.31,2.25,3.75],["c",-.03,.75,-.24,1.35,-.63,1.95],["c",-.45,.66,-1.02,1.14,-1.83,1.53],["c",-1.8,.87,-4.2,.87,-6,.03],["c",-1.62,-.78,-2.52,-2.16,-2.46,-3.66],["c",.06,-.99,.54,-1.77,1.8,-2.97],["c",.54,-.51,.54,-.54,.48,-.57],["c",-.39,-.27,-.96,-.78,-1.2,-1.14],["c",-.75,-1.11,-.87,-2.4,-.3,-3.6],["c",.69,-1.35,2.25,-2.25,4.2,-2.4],["z"],["m",1.53,.69],["c",-.42,-.09,-1.11,-.12,-1.38,-.06],["c",-.3,.06,-.6,.18,-.81,.3],["c",-.21,.12,-.6,.51,-.72,.72],["c",-.51,.87,-.42,1.89,.21,2.52],["c",.21,.21,.36,.3,1.95,1.23],["c",.96,.54,1.74,.99,1.77,1.02],["c",.09,0,.63,-.6,.99,-1.11],["c",.21,-.36,.48,-.87,.57,-1.23],["c",.06,-.24,.06,-.36,.06,-.72],["c",0,-.45,-.03,-.66,-.15,-.99],["c",-.39,-.81,-1.29,-1.44,-2.49,-1.68],["z"],["m",-1.44,8.07],["l",-1.89,-1.08],["c",-.03,0,-.18,.15,-.39,.33],["c",-1.2,1.08,-1.65,1.95,-1.59,3],["c",.09,1.59,1.35,2.85,3.21,3.24],["c",.33,.06,.45,.06,.93,.06],["c",.63,0,.81,-.03,1.29,-.27],["c",.9,-.42,1.47,-1.41,1.41,-2.4],["c",-.06,-.66,-.39,-1.29,-.9,-1.65],["c",-.12,-.09,-1.05,-.63,-2.07,-1.23],["z"]],w:10.926,h:14.989},9:{d:[["M",4.23,-14.97],["c",.42,-.03,1.29,0,1.62,.06],["c",.51,.12,.93,.3,1.38,.57],["c",1.53,1.02,2.52,3.24,2.73,5.94],["c",.18,2.55,-.48,4.98,-1.83,6.57],["c",-1.05,1.26,-2.4,1.89,-3.93,1.83],["c",-1.23,-.06,-2.31,-.45,-3.03,-1.14],["c",-.57,-.51,-.87,-1.23,-.84,-1.98],["c",.03,-.51,.21,-.9,.6,-1.26],["c",.24,-.24,.45,-.39,.75,-.51],["c",.21,-.06,.27,-.06,.6,-.06],["c",.33,0,.39,0,.6,.06],["c",.3,.12,.51,.27,.75,.51],["c",.39,.36,.57,.78,.57,1.26],["c",0,.27,0,.3,-.09,.42],["c",-.03,.09,-.18,.21,-.3,.3],["c",-.12,.09,-.3,.21,-.39,.27],["c",-.09,.06,-.21,.18,-.27,.24],["c",-.06,.12,-.06,.15,-.06,.33],["c",0,.18,0,.24,.06,.36],["c",.24,.39,.75,.6,1.38,.57],["c",.54,-.03,.9,-.18,1.23,-.48],["c",.81,-.72,1.08,-2.16,.96,-5.37],["l",0,-.63],["l",-.3,.12],["c",-.78,.27,-1.29,.33,-2.1,.27],["c",-1.47,-.12,-2.49,-.54,-3.27,-1.29],["c",-.48,-.51,-.81,-1.11,-.96,-1.89],["c",-.06,-.27,-.06,-.42,-.06,-.96],["c",0,-.51,0,-.66,.06,-.93],["c",.15,-.78,.48,-1.38,.96,-1.89],["c",.15,-.12,.33,-.27,.42,-.36],["c",.69,-.51,1.62,-.81,2.76,-.93],["z"],["m",1.17,.66],["c",-.21,-.06,-.57,-.06,-.81,-.03],["c",-.78,.12,-1.26,.69,-1.41,1.74],["c",-.12,.63,-.15,1.95,-.09,2.79],["c",.12,1.71,.63,2.4,1.77,2.46],["c",1.08,.03,1.62,-.48,1.8,-1.74],["c",.06,-.54,.06,-3,0,-3.54],["c",-.15,-1.05,-.51,-1.53,-1.26,-1.68],["z"]],w:9.959,h:14.986},"rests.multimeasure":{d:[["M",0,-4],["l",0,16],["l",1,0],["l",0,-5],["l",40,0],["l",0,5],["l",1,0],["l",0,-16],["l",-1,0],["l",0,5],["l",-40,0],["l",0,-5],["z"]],w:42,h:18},"rests.whole":{d:[["M",.06,.03],["l",.09,-.06],["l",5.46,0],["l",5.49,0],["l",.09,.06],["l",.06,.09],["l",0,2.19],["l",0,2.19],["l",-.06,.09],["l",-.09,.06],["l",-5.49,0],["l",-5.46,0],["l",-.09,-.06],["l",-.06,-.09],["l",0,-2.19],["l",0,-2.19],["z"]],w:11.25,h:4.68},"rests.half":{d:[["M",.06,-4.62],["l",.09,-.06],["l",5.46,0],["l",5.49,0],["l",.09,.06],["l",.06,.09],["l",0,2.19],["l",0,2.19],["l",-.06,.09],["l",-.09,.06],["l",-5.49,0],["l",-5.46,0],["l",-.09,-.06],["l",-.06,-.09],["l",0,-2.19],["l",0,-2.19],["z"]],w:11.25,h:4.68},"rests.quarter":{d:[["M",1.89,-11.82],["c",.12,-.06,.24,-.06,.36,-.03],["c",.09,.06,4.74,5.58,4.86,5.82],["c",.21,.39,.15,.78,-.15,1.26],["c",-.24,.33,-.72,.81,-1.62,1.56],["c",-.45,.36,-.87,.75,-.96,.84],["c",-.93,.99,-1.14,2.49,-.6,3.63],["c",.18,.39,.27,.48,1.32,1.68],["c",1.92,2.25,1.83,2.16,1.83,2.34],["c",0,.18,-.18,.36,-.36,.39],["c",-.15,0,-.27,-.06,-.48,-.27],["c",-.75,-.75,-2.46,-1.29,-3.39,-1.08],["c",-.45,.09,-.69,.27,-.9,.69],["c",-.12,.3,-.21,.66,-.24,1.14],["c",-.03,.66,.09,1.35,.3,2.01],["c",.15,.42,.24,.66,.45,.96],["c",.18,.24,.18,.33,.03,.42],["c",-.12,.06,-.18,.03,-.45,-.3],["c",-1.08,-1.38,-2.07,-3.36,-2.4,-4.83],["c",-.27,-1.05,-.15,-1.77,.27,-2.07],["c",.21,-.12,.42,-.15,.87,-.15],["c",.87,.06,2.1,.39,3.3,.9],["l",.39,.18],["l",-1.65,-1.95],["c",-2.52,-2.97,-2.61,-3.09,-2.7,-3.27],["c",-.09,-.24,-.12,-.48,-.03,-.75],["c",.15,-.48,.57,-.96,1.83,-2.01],["c",.45,-.36,.84,-.72,.93,-.78],["c",.69,-.75,1.02,-1.8,.9,-2.79],["c",-.06,-.33,-.21,-.84,-.39,-1.11],["c",-.09,-.15,-.45,-.6,-.81,-1.05],["c",-.36,-.42,-.69,-.81,-.72,-.87],["c",-.09,-.18,0,-.42,.21,-.51],["z"]],w:7.888,h:21.435},"rests.8th":{d:[["M",1.68,-6.12],["c",.66,-.09,1.23,.09,1.68,.51],["c",.27,.3,.39,.54,.57,1.26],["c",.09,.33,.18,.66,.21,.72],["c",.12,.27,.33,.45,.6,.48],["c",.12,0,.18,0,.33,-.09],["c",.39,-.18,1.32,-1.29,1.68,-1.98],["c",.09,-.21,.24,-.3,.39,-.3],["c",.12,0,.27,.09,.33,.18],["c",.03,.06,-.27,1.11,-1.86,6.42],["c",-1.02,3.48,-1.89,6.39,-1.92,6.42],["c",0,.03,-.12,.12,-.24,.15],["c",-.18,.09,-.21,.09,-.45,.09],["c",-.24,0,-.3,0,-.48,-.06],["c",-.09,-.06,-.21,-.12,-.21,-.15],["c",-.06,-.03,.15,-.57,1.68,-4.92],["c",.96,-2.67,1.74,-4.89,1.71,-4.89],["l",-.51,.15],["c",-1.08,.36,-1.74,.48,-2.55,.48],["c",-.66,0,-.84,-.03,-1.32,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.33,-.45,.84,-.81,1.38,-.9],["z"]],w:7.534,h:13.883},"rests.16th":{d:[["M",3.33,-6.12],["c",.66,-.09,1.23,.09,1.68,.51],["c",.27,.3,.39,.54,.57,1.26],["c",.09,.33,.18,.66,.21,.72],["c",.15,.39,.57,.57,.87,.42],["c",.39,-.18,1.2,-1.23,1.62,-2.07],["c",.06,-.15,.24,-.24,.36,-.24],["c",.12,0,.27,.09,.33,.18],["c",.03,.06,-.45,1.86,-2.67,10.17],["c",-1.5,5.55,-2.73,10.14,-2.76,10.17],["c",-.03,.03,-.12,.12,-.24,.15],["c",-.18,.09,-.21,.09,-.45,.09],["c",-.24,0,-.3,0,-.48,-.06],["c",-.09,-.06,-.21,-.12,-.21,-.15],["c",-.06,-.03,.12,-.57,1.44,-4.92],["c",.81,-2.67,1.47,-4.86,1.47,-4.89],["c",-.03,0,-.27,.06,-.54,.15],["c",-1.08,.36,-1.77,.48,-2.58,.48],["c",-.66,0,-.84,-.03,-1.32,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.72,-1.05,2.22,-1.23,3.06,-.42],["c",.3,.33,.42,.6,.6,1.38],["c",.09,.45,.21,.78,.33,.9],["c",.09,.09,.27,.18,.45,.21],["c",.12,0,.18,0,.33,-.09],["c",.33,-.15,1.02,-.93,1.41,-1.59],["c",.12,-.21,.18,-.39,.39,-1.08],["c",.66,-2.1,1.17,-3.84,1.17,-3.87],["c",0,0,-.21,.06,-.42,.15],["c",-.51,.15,-1.2,.33,-1.68,.42],["c",-.33,.06,-.51,.06,-.96,.06],["c",-.66,0,-.84,-.03,-1.32,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.33,-.45,.84,-.81,1.38,-.9],["z"]],w:9.724,h:21.383},"rests.32nd":{d:[["M",4.23,-13.62],["c",.66,-.09,1.23,.09,1.68,.51],["c",.27,.3,.39,.54,.57,1.26],["c",.09,.33,.18,.66,.21,.72],["c",.12,.27,.33,.45,.6,.48],["c",.12,0,.18,0,.27,-.06],["c",.33,-.21,.99,-1.11,1.44,-1.98],["c",.09,-.24,.21,-.33,.39,-.33],["c",.12,0,.27,.09,.33,.18],["c",.03,.06,-.57,2.67,-3.21,13.89],["c",-1.8,7.62,-3.3,13.89,-3.3,13.92],["c",-.03,.06,-.12,.12,-.24,.18],["c",-.21,.09,-.24,.09,-.48,.09],["c",-.24,0,-.3,0,-.48,-.06],["c",-.09,-.06,-.21,-.12,-.21,-.15],["c",-.06,-.03,.09,-.57,1.23,-4.92],["c",.69,-2.67,1.26,-4.86,1.29,-4.89],["c",0,-.03,-.12,-.03,-.48,.12],["c",-1.17,.39,-2.22,.57,-3,.54],["c",-.42,-.03,-.75,-.12,-1.11,-.3],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.72,-1.05,2.22,-1.23,3.06,-.42],["c",.3,.33,.42,.6,.6,1.38],["c",.09,.45,.21,.78,.33,.9],["c",.12,.09,.3,.18,.48,.21],["c",.12,0,.18,0,.3,-.09],["c",.42,-.21,1.29,-1.29,1.56,-1.89],["c",.03,-.12,1.23,-4.59,1.23,-4.65],["c",0,-.03,-.18,.03,-.39,.12],["c",-.63,.18,-1.2,.36,-1.74,.45],["c",-.39,.06,-.54,.06,-1.02,.06],["c",-.66,0,-.84,-.03,-1.32,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.72,-1.05,2.22,-1.23,3.06,-.42],["c",.3,.33,.42,.6,.6,1.38],["c",.09,.45,.21,.78,.33,.9],["c",.18,.18,.51,.27,.72,.15],["c",.3,-.12,.69,-.57,1.08,-1.17],["c",.42,-.6,.39,-.51,1.05,-3.03],["c",.33,-1.26,.6,-2.31,.6,-2.34],["c",0,0,-.21,.03,-.45,.12],["c",-.57,.18,-1.14,.33,-1.62,.42],["c",-.33,.06,-.51,.06,-.96,.06],["c",-.66,0,-.84,-.03,-1.32,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.33,-.45,.84,-.81,1.38,-.9],["z"]],w:11.373,h:28.883},"rests.64th":{d:[["M",5.13,-13.62],["c",.66,-.09,1.23,.09,1.68,.51],["c",.27,.3,.39,.54,.57,1.26],["c",.15,.63,.21,.81,.33,.96],["c",.18,.21,.54,.3,.75,.18],["c",.24,-.12,.63,-.66,1.08,-1.56],["c",.33,-.66,.39,-.72,.6,-.72],["c",.12,0,.27,.09,.33,.18],["c",.03,.06,-.69,3.66,-3.54,17.64],["c",-1.95,9.66,-3.57,17.61,-3.57,17.64],["c",-.03,.06,-.12,.12,-.24,.18],["c",-.21,.09,-.24,.09,-.48,.09],["c",-.24,0,-.3,0,-.48,-.06],["c",-.09,-.06,-.21,-.12,-.21,-.15],["c",-.06,-.03,.06,-.57,1.05,-4.95],["c",.6,-2.7,1.08,-4.89,1.08,-4.92],["c",0,0,-.24,.06,-.51,.15],["c",-.66,.24,-1.2,.36,-1.77,.48],["c",-.42,.06,-.57,.06,-1.05,.06],["c",-.69,0,-.87,-.03,-1.35,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.72,-1.05,2.22,-1.23,3.06,-.42],["c",.3,.33,.42,.6,.6,1.38],["c",.09,.45,.21,.78,.33,.9],["c",.09,.09,.27,.18,.45,.21],["c",.21,.03,.39,-.09,.72,-.42],["c",.45,-.45,1.02,-1.26,1.17,-1.65],["c",.03,-.09,.27,-1.14,.54,-2.34],["c",.27,-1.2,.48,-2.19,.51,-2.22],["c",0,-.03,-.09,-.03,-.48,.12],["c",-1.17,.39,-2.22,.57,-3,.54],["c",-.42,-.03,-.75,-.12,-1.11,-.3],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.36,-.54,.96,-.87,1.65,-.93],["c",.54,-.03,1.02,.15,1.41,.54],["c",.27,.3,.39,.54,.57,1.26],["c",.09,.33,.18,.66,.21,.72],["c",.15,.39,.57,.57,.9,.42],["c",.36,-.18,1.2,-1.26,1.47,-1.89],["c",.03,-.09,.3,-1.2,.57,-2.43],["l",.51,-2.28],["l",-.54,.18],["c",-1.11,.36,-1.8,.48,-2.61,.48],["c",-.66,0,-.84,-.03,-1.32,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.36,-.54,.96,-.87,1.65,-.93],["c",.54,-.03,1.02,.15,1.41,.54],["c",.27,.3,.39,.54,.57,1.26],["c",.15,.63,.21,.81,.33,.96],["c",.21,.21,.54,.3,.75,.18],["c",.36,-.18,.93,-.93,1.29,-1.68],["c",.12,-.24,.18,-.48,.63,-2.55],["l",.51,-2.31],["c",0,-.03,-.18,.03,-.39,.12],["c",-1.14,.36,-2.1,.54,-2.82,.51],["c",-.42,-.03,-.75,-.12,-1.11,-.3],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.33,-.45,.84,-.81,1.38,-.9],["z"]],w:12.453,h:36.383},"rests.128th":{d:[["M",6.03,-21.12],["c",.66,-.09,1.23,.09,1.68,.51],["c",.27,.3,.39,.54,.57,1.26],["c",.09,.33,.18,.66,.21,.72],["c",.12,.27,.33,.45,.6,.48],["c",.21,0,.33,-.06,.54,-.36],["c",.15,-.21,.54,-.93,.78,-1.47],["c",.15,-.33,.18,-.39,.3,-.48],["c",.18,-.09,.45,0,.51,.15],["c",.03,.09,-7.11,42.75,-7.17,42.84],["c",-.03,.03,-.15,.09,-.24,.15],["c",-.18,.06,-.24,.06,-.45,.06],["c",-.24,0,-.3,0,-.48,-.06],["c",-.09,-.06,-.21,-.12,-.21,-.15],["c",-.06,-.03,.03,-.57,.84,-4.98],["c",.51,-2.7,.93,-4.92,.9,-4.92],["c",0,0,-.15,.06,-.36,.12],["c",-.78,.27,-1.62,.48,-2.31,.57],["c",-.15,.03,-.54,.03,-.81,.03],["c",-.66,0,-.84,-.03,-1.32,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.36,-.54,.96,-.87,1.65,-.93],["c",.54,-.03,1.02,.15,1.41,.54],["c",.27,.3,.39,.54,.57,1.26],["c",.09,.33,.18,.66,.21,.72],["c",.12,.27,.33,.45,.63,.48],["c",.12,0,.18,0,.3,-.09],["c",.42,-.21,1.14,-1.11,1.5,-1.83],["c",.12,-.27,.12,-.27,.54,-2.52],["c",.24,-1.23,.42,-2.25,.39,-2.25],["c",0,0,-.24,.06,-.51,.18],["c",-1.26,.39,-2.25,.57,-3.06,.54],["c",-.42,-.03,-.75,-.12,-1.11,-.3],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.36,-.54,.96,-.87,1.65,-.93],["c",.54,-.03,1.02,.15,1.41,.54],["c",.27,.3,.39,.54,.57,1.26],["c",.15,.63,.21,.81,.33,.96],["c",.18,.21,.51,.3,.75,.18],["c",.36,-.15,1.05,-.99,1.41,-1.77],["l",.15,-.3],["l",.42,-2.25],["c",.21,-1.26,.42,-2.28,.39,-2.28],["l",-.51,.15],["c",-1.11,.39,-1.89,.51,-2.7,.51],["c",-.66,0,-.84,-.03,-1.32,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.36,-.54,.96,-.87,1.65,-.93],["c",.54,-.03,1.02,.15,1.41,.54],["c",.27,.3,.39,.54,.57,1.26],["c",.15,.63,.21,.81,.33,.96],["c",.18,.18,.48,.27,.72,.21],["c",.33,-.12,1.14,-1.26,1.41,-1.95],["c",0,-.09,.21,-1.11,.45,-2.34],["c",.21,-1.2,.39,-2.22,.39,-2.28],["c",.03,-.03,0,-.03,-.45,.12],["c",-.57,.18,-1.2,.33,-1.71,.42],["c",-.3,.06,-.51,.06,-.93,.06],["c",-.66,0,-.84,-.03,-1.32,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.36,-.54,.96,-.87,1.65,-.93],["c",.54,-.03,1.02,.15,1.41,.54],["c",.27,.3,.39,.54,.57,1.26],["c",.09,.33,.18,.66,.21,.72],["c",.12,.27,.33,.45,.6,.48],["c",.18,0,.36,-.09,.57,-.33],["c",.33,-.36,.78,-1.14,.93,-1.56],["c",.03,-.12,.24,-1.2,.45,-2.4],["c",.24,-1.2,.42,-2.22,.42,-2.28],["c",.03,-.03,0,-.03,-.39,.09],["c",-1.05,.36,-1.8,.48,-2.58,.48],["c",-.63,0,-.84,-.03,-1.29,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.33,-.45,.84,-.81,1.38,-.9],["z"]],w:12.992,h:43.883},"accidentals.sharp":{d:[["M",5.73,-11.19],["c",.21,-.12,.54,-.03,.66,.24],["c",.06,.12,.06,.21,.06,2.31],["c",0,1.23,0,2.22,.03,2.22],["c",0,0,.27,-.12,.6,-.24],["c",.69,-.27,.78,-.3,.96,-.15],["c",.21,.15,.21,.18,.21,1.38],["c",0,1.02,0,1.11,-.06,1.2],["c",-.03,.06,-.09,.12,-.12,.15],["c",-.06,.03,-.42,.21,-.84,.36],["l",-.75,.33],["l",-.03,2.43],["c",0,1.32,0,2.43,.03,2.43],["c",0,0,.27,-.12,.6,-.24],["c",.69,-.27,.78,-.3,.96,-.15],["c",.21,.15,.21,.18,.21,1.38],["c",0,1.02,0,1.11,-.06,1.2],["c",-.03,.06,-.09,.12,-.12,.15],["c",-.06,.03,-.42,.21,-.84,.36],["l",-.75,.33],["l",-.03,2.52],["c",0,2.28,-.03,2.55,-.06,2.64],["c",-.21,.36,-.72,.36,-.93,0],["c",-.03,-.09,-.06,-.33,-.06,-2.43],["l",0,-2.31],["l",-1.29,.51],["l",-1.26,.51],["l",0,2.43],["c",0,2.58,0,2.52,-.15,2.67],["c",-.06,.09,-.27,.18,-.36,.18],["c",-.12,0,-.33,-.09,-.39,-.18],["c",-.15,-.15,-.15,-.09,-.15,-2.43],["c",0,-1.23,0,-2.22,-.03,-2.22],["c",0,0,-.27,.12,-.6,.24],["c",-.69,.27,-.78,.3,-.96,.15],["c",-.21,-.15,-.21,-.18,-.21,-1.38],["c",0,-1.02,0,-1.11,.06,-1.2],["c",.03,-.06,.09,-.12,.12,-.15],["c",.06,-.03,.42,-.21,.84,-.36],["l",.78,-.33],["l",0,-2.43],["c",0,-1.32,0,-2.43,-.03,-2.43],["c",0,0,-.27,.12,-.6,.24],["c",-.69,.27,-.78,.3,-.96,.15],["c",-.21,-.15,-.21,-.18,-.21,-1.38],["c",0,-1.02,0,-1.11,.06,-1.2],["c",.03,-.06,.09,-.12,.12,-.15],["c",.06,-.03,.42,-.21,.84,-.36],["l",.78,-.33],["l",0,-2.52],["c",0,-2.28,.03,-2.55,.06,-2.64],["c",.21,-.36,.72,-.36,.93,0],["c",.03,.09,.06,.33,.06,2.43],["l",.03,2.31],["l",1.26,-.51],["l",1.26,-.51],["l",0,-2.43],["c",0,-2.28,0,-2.43,.06,-2.55],["c",.06,-.12,.12,-.18,.27,-.24],["z"],["m",-.33,10.65],["l",0,-2.43],["l",-1.29,.51],["l",-1.26,.51],["l",0,2.46],["l",0,2.43],["l",.09,-.03],["c",.06,-.03,.63,-.27,1.29,-.51],["l",1.17,-.48],["l",0,-2.46],["z"]],w:8.25,h:22.462},"accidentals.halfsharp":{d:[["M",2.43,-10.05],["c",.21,-.12,.54,-.03,.66,.24],["c",.06,.12,.06,.21,.06,2.01],["c",0,1.05,0,1.89,.03,1.89],["l",.72,-.48],["c",.69,-.48,.69,-.51,.87,-.51],["c",.15,0,.18,.03,.27,.09],["c",.21,.15,.21,.18,.21,1.41],["c",0,1.11,-.03,1.14,-.09,1.23],["c",-.03,.03,-.48,.39,-1.02,.75],["l",-.99,.66],["l",0,2.37],["c",0,1.32,0,2.37,.03,2.37],["l",.72,-.48],["c",.69,-.48,.69,-.51,.87,-.51],["c",.15,0,.18,.03,.27,.09],["c",.21,.15,.21,.18,.21,1.41],["c",0,1.11,-.03,1.14,-.09,1.23],["c",-.03,.03,-.48,.39,-1.02,.75],["l",-.99,.66],["l",0,2.25],["c",0,1.95,0,2.28,-.06,2.37],["c",-.06,.12,-.12,.21,-.24,.27],["c",-.27,.12,-.54,.03,-.69,-.24],["c",-.06,-.12,-.06,-.21,-.06,-2.01],["c",0,-1.05,0,-1.89,-.03,-1.89],["l",-.72,.48],["c",-.69,.48,-.69,.48,-.87,.48],["c",-.15,0,-.18,0,-.27,-.06],["c",-.21,-.15,-.21,-.18,-.21,-1.41],["c",0,-1.11,.03,-1.14,.09,-1.23],["c",.03,-.03,.48,-.39,1.02,-.75],["l",.99,-.66],["l",0,-2.37],["c",0,-1.32,0,-2.37,-.03,-2.37],["l",-.72,.48],["c",-.69,.48,-.69,.48,-.87,.48],["c",-.15,0,-.18,0,-.27,-.06],["c",-.21,-.15,-.21,-.18,-.21,-1.41],["c",0,-1.11,.03,-1.14,.09,-1.23],["c",.03,-.03,.48,-.39,1.02,-.75],["l",.99,-.66],["l",0,-2.25],["c",0,-2.13,0,-2.28,.06,-2.4],["c",.06,-.12,.12,-.18,.27,-.24],["z"]],w:5.25,h:20.174},"accidentals.nat":{d:[["M",.21,-11.4],["c",.24,-.06,.78,0,.99,.15],["c",.03,.03,.03,.48,0,2.61],["c",-.03,1.44,-.03,2.61,-.03,2.61],["c",0,.03,.75,-.09,1.68,-.24],["c",.96,-.18,1.71,-.27,1.74,-.27],["c",.15,.03,.27,.15,.36,.3],["l",.06,.12],["l",.09,8.67],["c",.09,6.96,.12,8.67,.09,8.67],["c",-.03,.03,-.12,.06,-.21,.09],["c",-.24,.09,-.72,.09,-.96,0],["c",-.09,-.03,-.18,-.06,-.21,-.09],["c",-.03,-.03,-.03,-.48,0,-2.61],["c",.03,-1.44,.03,-2.61,.03,-2.61],["c",0,-.03,-.75,.09,-1.68,.24],["c",-.96,.18,-1.71,.27,-1.74,.27],["c",-.15,-.03,-.27,-.15,-.36,-.3],["l",-.06,-.15],["l",-.09,-7.53],["c",-.06,-4.14,-.09,-8.04,-.12,-8.67],["l",0,-1.11],["l",.15,-.06],["c",.09,-.03,.21,-.06,.27,-.09],["z"],["m",3.75,8.4],["c",0,-.33,0,-.42,-.03,-.42],["c",-.12,0,-2.79,.45,-2.79,.48],["c",-.03,0,-.09,6.3,-.09,6.33],["c",.03,0,2.79,-.45,2.82,-.48],["c",0,0,.09,-4.53,.09,-5.91],["z"]],w:5.4,h:22.8},"accidentals.flat":{d:[["M",-.36,-14.07],["c",.33,-.06,.87,0,1.08,.15],["c",.06,.03,.06,.36,-.03,5.25],["c",-.06,2.85,-.09,5.19,-.09,5.19],["c",0,.03,.12,-.03,.24,-.12],["c",.63,-.42,1.41,-.66,2.19,-.72],["c",.81,-.03,1.47,.21,2.04,.78],["c",.57,.54,.87,1.26,.93,2.04],["c",.03,.57,-.09,1.08,-.36,1.62],["c",-.42,.81,-1.02,1.38,-2.82,2.61],["c",-1.14,.78,-1.44,1.02,-1.8,1.44],["c",-.18,.18,-.39,.39,-.45,.42],["c",-.27,.18,-.57,.15,-.81,-.06],["c",-.06,-.09,-.12,-.18,-.15,-.27],["c",-.03,-.06,-.09,-3.27,-.18,-8.34],["c",-.09,-4.53,-.15,-8.58,-.18,-9.03],["l",0,-.78],["l",.12,-.06],["c",.06,-.03,.18,-.09,.27,-.12],["z"],["m",3.18,11.01],["c",-.21,-.12,-.54,-.15,-.81,-.06],["c",-.54,.15,-.99,.63,-1.17,1.26],["c",-.06,.3,-.12,2.88,-.06,3.87],["c",.03,.42,.03,.81,.06,.9],["l",.03,.12],["l",.45,-.39],["c",.63,-.54,1.26,-1.17,1.56,-1.59],["c",.3,-.42,.6,-.99,.72,-1.41],["c",.18,-.69,.09,-1.47,-.18,-2.07],["c",-.15,-.3,-.33,-.51,-.6,-.63],["z"]],w:6.75,h:18.801},"accidentals.halfflat":{d:[["M",4.83,-14.07],["c",.33,-.06,.87,0,1.08,.15],["c",.06,.03,.06,.6,-.12,9.06],["c",-.09,5.55,-.15,9.06,-.18,9.12],["c",-.03,.09,-.09,.18,-.15,.27],["c",-.24,.21,-.54,.24,-.81,.06],["c",-.06,-.03,-.27,-.24,-.45,-.42],["c",-.36,-.42,-.66,-.66,-1.8,-1.44],["c",-1.23,-.84,-1.83,-1.32,-2.25,-1.77],["c",-.66,-.78,-.96,-1.56,-.93,-2.46],["c",.09,-1.41,1.11,-2.58,2.4,-2.79],["c",.3,-.06,.84,-.03,1.23,.06],["c",.54,.12,1.08,.33,1.53,.63],["c",.12,.09,.24,.15,.24,.12],["c",0,0,-.12,-8.37,-.18,-9.75],["l",0,-.66],["l",.12,-.06],["c",.06,-.03,.18,-.09,.27,-.12],["z"],["m",-1.65,10.95],["c",-.6,-.18,-1.08,.09,-1.38,.69],["c",-.27,.6,-.36,1.38,-.18,2.07],["c",.12,.42,.42,.99,.72,1.41],["c",.3,.42,.93,1.05,1.56,1.59],["l",.48,.39],["l",0,-.12],["c",.03,-.09,.03,-.48,.06,-.9],["c",.03,-.57,.03,-1.08,0,-2.22],["c",-.03,-1.62,-.03,-1.62,-.24,-2.07],["c",-.21,-.42,-.6,-.75,-1.02,-.84],["z"]],w:6.728,h:18.801},"accidentals.dblflat":{d:[["M",-.36,-14.07],["c",.33,-.06,.87,0,1.08,.15],["c",.06,.03,.06,.36,-.03,5.25],["c",-.06,2.85,-.09,5.19,-.09,5.19],["c",0,.03,.12,-.03,.24,-.12],["c",.63,-.42,1.41,-.66,2.19,-.72],["c",.81,-.03,1.47,.21,2.04,.78],["c",.57,.54,.87,1.26,.93,2.04],["c",.03,.57,-.09,1.08,-.36,1.62],["c",-.42,.81,-1.02,1.38,-2.82,2.61],["c",-1.14,.78,-1.44,1.02,-1.8,1.44],["c",-.18,.18,-.39,.39,-.45,.42],["c",-.27,.18,-.57,.15,-.81,-.06],["c",-.06,-.09,-.12,-.18,-.15,-.27],["c",-.03,-.06,-.09,-3.27,-.18,-8.34],["c",-.09,-4.53,-.15,-8.58,-.18,-9.03],["l",0,-.78],["l",.12,-.06],["c",.06,-.03,.18,-.09,.27,-.12],["z"],["m",3.18,11.01],["c",-.21,-.12,-.54,-.15,-.81,-.06],["c",-.54,.15,-.99,.63,-1.17,1.26],["c",-.06,.3,-.12,2.88,-.06,3.87],["c",.03,.42,.03,.81,.06,.9],["l",.03,.12],["l",.45,-.39],["c",.63,-.54,1.26,-1.17,1.56,-1.59],["c",.3,-.42,.6,-.99,.72,-1.41],["c",.18,-.69,.09,-1.47,-.18,-2.07],["c",-.15,-.3,-.33,-.51,-.6,-.63],["z"],["m",3,-11],["c",.33,-.06,.87,0,1.08,.15],["c",.06,.03,.06,.36,-.03,5.25],["c",-.06,2.85,-.09,5.19,-.09,5.19],["c",0,.03,.12,-.03,.24,-.12],["c",.63,-.42,1.41,-.66,2.19,-.72],["c",.81,-.03,1.47,.21,2.04,.78],["c",.57,.54,.87,1.26,.93,2.04],["c",.03,.57,-.09,1.08,-.36,1.62],["c",-.42,.81,-1.02,1.38,-2.82,2.61],["c",-1.14,.78,-1.44,1.02,-1.8,1.44],["c",-.18,.18,-.39,.39,-.45,.42],["c",-.27,.18,-.57,.15,-.81,-.06],["c",-.06,-.09,-.12,-.18,-.15,-.27],["c",-.03,-.06,-.09,-3.27,-.18,-8.34],["c",-.09,-4.53,-.15,-8.58,-.18,-9.03],["l",0,-.78],["l",.12,-.06],["c",.06,-.03,.18,-.09,.27,-.12],["z"],["m",3.18,11.01],["c",-.21,-.12,-.54,-.15,-.81,-.06],["c",-.54,.15,-.99,.63,-1.17,1.26],["c",-.06,.3,-.12,2.88,-.06,3.87],["c",.03,.42,.03,.81,.06,.9],["l",.03,.12],["l",.45,-.39],["c",.63,-.54,1.26,-1.17,1.56,-1.59],["c",.3,-.42,.6,-.99,.72,-1.41],["c",.18,-.69,.09,-1.47,-.18,-2.07],["c",-.15,-.3,-.33,-.51,-.6,-.63],["z"]],w:12.1,h:18.804},"accidentals.dblsharp":{d:[["M",-.18,-3.96],["c",.06,-.03,.12,-.06,.15,-.06],["c",.09,0,2.76,.27,2.79,.3],["c",.12,.03,.15,.12,.15,.51],["c",.06,.96,.24,1.59,.57,2.1],["c",.06,.09,.15,.21,.18,.24],["l",.09,.06],["l",.09,-.06],["c",.03,-.03,.12,-.15,.18,-.24],["c",.33,-.51,.51,-1.14,.57,-2.1],["c",0,-.39,.03,-.45,.12,-.51],["c",.03,0,.66,-.09,1.44,-.15],["c",1.47,-.15,1.5,-.15,1.56,-.03],["c",.03,.06,0,.42,-.09,1.44],["c",-.09,.72,-.15,1.35,-.15,1.38],["c",0,.03,-.03,.09,-.06,.12],["c",-.06,.06,-.12,.09,-.51,.09],["c",-1.08,.06,-1.8,.3,-2.28,.75],["l",-.12,.09],["l",.09,.09],["c",.12,.15,.39,.33,.63,.45],["c",.42,.18,.96,.27,1.68,.33],["c",.39,0,.45,.03,.51,.09],["c",.03,.03,.06,.09,.06,.12],["c",0,.03,.06,.66,.15,1.38],["c",.09,1.02,.12,1.38,.09,1.44],["c",-.06,.12,-.09,.12,-1.56,-.03],["c",-.78,-.06,-1.41,-.15,-1.44,-.15],["c",-.09,-.06,-.12,-.12,-.12,-.54],["c",-.06,-.93,-.24,-1.56,-.57,-2.07],["c",-.06,-.09,-.15,-.21,-.18,-.24],["l",-.09,-.06],["l",-.09,.06],["c",-.03,.03,-.12,.15,-.18,.24],["c",-.33,.51,-.51,1.14,-.57,2.07],["c",0,.42,-.03,.48,-.12,.54],["c",-.03,0,-.66,.09,-1.44,.15],["c",-1.47,.15,-1.5,.15,-1.56,.03],["c",-.03,-.06,0,-.42,.09,-1.44],["c",.09,-.72,.15,-1.35,.15,-1.38],["c",0,-.03,.03,-.09,.06,-.12],["c",.06,-.06,.12,-.09,.51,-.09],["c",.72,-.06,1.26,-.15,1.68,-.33],["c",.24,-.12,.51,-.3,.63,-.45],["l",.09,-.09],["l",-.12,-.09],["c",-.48,-.45,-1.2,-.69,-2.28,-.75],["c",-.39,0,-.45,-.03,-.51,-.09],["c",-.03,-.03,-.06,-.09,-.06,-.12],["c",0,-.03,-.06,-.63,-.12,-1.38],["c",-.09,-.72,-.15,-1.35,-.15,-1.38],["z"]],w:7.95,h:7.977},"dots.dot":{d:[["M",1.32,-1.68],["c",.09,-.03,.27,-.06,.39,-.06],["c",.96,0,1.74,.78,1.74,1.71],["c",0,.96,-.78,1.74,-1.71,1.74],["c",-.96,0,-1.74,-.78,-1.74,-1.71],["c",0,-.78,.54,-1.5,1.32,-1.68],["z"]],w:3.45,h:3.45},"noteheads.dbl":{d:[["M",-.69,-4.02],["c",.18,-.09,.36,-.09,.54,0],["c",.18,.09,.24,.15,.33,.3],["c",.06,.15,.06,.18,.06,1.41],["l",0,1.23],["l",.12,-.18],["c",.72,-1.26,2.64,-2.31,4.86,-2.64],["c",.81,-.15,1.11,-.15,2.13,-.15],["c",.99,0,1.29,0,2.1,.15],["c",.75,.12,1.38,.27,2.04,.54],["c",1.35,.51,2.34,1.26,2.82,2.1],["l",.12,.18],["l",0,-1.23],["c",0,-1.2,0,-1.26,.06,-1.38],["c",.09,-.18,.15,-.24,.33,-.33],["c",.18,-.09,.36,-.09,.54,0],["c",.18,.09,.24,.15,.33,.3],["l",.06,.15],["l",0,3.54],["l",0,3.54],["l",-.06,.15],["c",-.09,.18,-.15,.24,-.33,.33],["c",-.18,.09,-.36,.09,-.54,0],["c",-.18,-.09,-.24,-.15,-.33,-.33],["c",-.06,-.12,-.06,-.18,-.06,-1.38],["l",0,-1.23],["l",-.12,.18],["c",-.48,.84,-1.47,1.59,-2.82,2.1],["c",-.84,.33,-1.71,.54,-2.85,.66],["c",-.45,.06,-2.16,.06,-2.61,0],["c",-1.14,-.12,-2.01,-.33,-2.85,-.66],["c",-1.35,-.51,-2.34,-1.26,-2.82,-2.1],["l",-.12,-.18],["l",0,1.23],["c",0,1.23,0,1.26,-.06,1.38],["c",-.09,.18,-.15,.24,-.33,.33],["c",-.18,.09,-.36,.09,-.54,0],["c",-.18,-.09,-.24,-.15,-.33,-.33],["l",-.06,-.15],["l",0,-3.54],["c",0,-3.48,0,-3.54,.06,-3.66],["c",.09,-.18,.15,-.24,.33,-.33],["z"],["m",7.71,.63],["c",-.36,-.06,-.9,-.06,-1.14,0],["c",-.3,.03,-.66,.24,-.87,.42],["c",-.6,.54,-.9,1.62,-.75,2.82],["c",.12,.93,.51,1.68,1.11,2.31],["c",.75,.72,1.83,1.2,2.85,1.26],["c",1.05,.06,1.83,-.54,2.1,-1.65],["c",.21,-.9,.12,-1.95,-.24,-2.82],["c",-.36,-.81,-1.08,-1.53,-1.95,-1.95],["c",-.3,-.15,-.78,-.3,-1.11,-.39],["z"]],w:16.83,h:8.145},"noteheads.whole":{d:[["M",6.51,-4.05],["c",.51,-.03,2.01,0,2.52,.03],["c",1.41,.18,2.64,.51,3.72,1.08],["c",1.2,.63,1.95,1.41,2.19,2.31],["c",.09,.33,.09,.9,0,1.23],["c",-.24,.9,-.99,1.68,-2.19,2.31],["c",-1.08,.57,-2.28,.9,-3.75,1.08],["c",-.66,.06,-2.31,.06,-2.97,0],["c",-1.47,-.18,-2.67,-.51,-3.75,-1.08],["c",-1.2,-.63,-1.95,-1.41,-2.19,-2.31],["c",-.09,-.33,-.09,-.9,0,-1.23],["c",.24,-.9,.99,-1.68,2.19,-2.31],["c",1.2,-.63,2.61,-.99,4.23,-1.11],["z"],["m",.57,.66],["c",-.87,-.15,-1.53,0,-2.04,.51],["c",-.15,.15,-.24,.27,-.33,.48],["c",-.24,.51,-.36,1.08,-.33,1.77],["c",.03,.69,.18,1.26,.42,1.77],["c",.6,1.17,1.74,1.98,3.18,2.22],["c",1.11,.21,1.95,-.15,2.34,-.99],["c",.24,-.51,.36,-1.08,.33,-1.8],["c",-.06,-1.11,-.45,-2.04,-1.17,-2.76],["c",-.63,-.63,-1.47,-1.05,-2.4,-1.2],["z"]],w:14.985,h:8.097},"noteheads.half":{d:[["M",7.44,-4.05],["c",.06,-.03,.27,-.03,.48,-.03],["c",1.05,0,1.71,.24,2.1,.81],["c",.42,.6,.45,1.35,.18,2.4],["c",-.42,1.59,-1.14,2.73,-2.16,3.39],["c",-1.41,.93,-3.18,1.44,-5.4,1.53],["c",-1.17,.03,-1.89,-.21,-2.28,-.81],["c",-.42,-.6,-.45,-1.35,-.18,-2.4],["c",.42,-1.59,1.14,-2.73,2.16,-3.39],["c",.63,-.42,1.23,-.72,1.98,-.96],["c",.9,-.3,1.65,-.42,3.12,-.54],["z"],["m",1.29,.87],["c",-.27,-.09,-.63,-.12,-.9,-.03],["c",-.72,.24,-1.53,.69,-3.27,1.8],["c",-2.34,1.5,-3.3,2.25,-3.57,2.79],["c",-.36,.72,-.06,1.5,.66,1.77],["c",.24,.12,.69,.09,.99,0],["c",.84,-.3,1.92,-.93,4.14,-2.37],["c",1.62,-1.08,2.37,-1.71,2.61,-2.19],["c",.36,-.72,.06,-1.5,-.66,-1.77],["z"]],w:10.37,h:8.132},"noteheads.quarter":{d:[["M",6.09,-4.05],["c",.36,-.03,1.2,0,1.53,.06],["c",1.17,.24,1.89,.84,2.16,1.83],["c",.06,.18,.06,.3,.06,.66],["c",0,.45,0,.63,-.15,1.08],["c",-.66,2.04,-3.06,3.93,-5.52,4.38],["c",-.54,.09,-1.44,.09,-1.83,.03],["c",-1.23,-.27,-1.98,-.87,-2.25,-1.86],["c",-.06,-.18,-.06,-.3,-.06,-.66],["c",0,-.45,0,-.63,.15,-1.08],["c",.24,-.78,.75,-1.53,1.44,-2.22],["c",1.2,-1.2,2.85,-2.01,4.47,-2.22],["z"]],w:9.81,h:8.094},"noteheads.slash.nostem":{d:[["M",9.3,-7.77],["c",.06,-.06,.18,-.06,1.71,-.06],["l",1.65,0],["l",.09,.09],["c",.06,.06,.06,.09,.06,.15],["c",-.03,.12,-9.21,15.24,-9.3,15.33],["c",-.06,.06,-.18,.06,-1.71,.06],["l",-1.65,0],["l",-.09,-.09],["c",-.06,-.06,-.06,-.09,-.06,-.15],["c",.03,-.12,9.21,-15.24,9.3,-15.33],["z"]],w:12.81,h:15.63},"noteheads.indeterminate":{d:[["M",.78,-4.05],["c",.12,-.03,.24,-.03,.36,.03],["c",.03,.03,.93,.72,1.95,1.56],["l",1.86,1.5],["l",1.86,-1.5],["c",1.02,-.84,1.92,-1.53,1.95,-1.56],["c",.21,-.12,.33,-.09,.75,.24],["c",.3,.27,.36,.36,.36,.54],["c",0,.03,-.03,.12,-.06,.18],["c",-.03,.06,-.9,.75,-1.89,1.56],["l",-1.8,1.47],["c",0,.03,.81,.69,1.8,1.5],["c",.99,.81,1.86,1.5,1.89,1.56],["c",.03,.06,.06,.15,.06,.18],["c",0,.18,-.06,.27,-.36,.54],["c",-.42,.33,-.54,.36,-.75,.24],["c",-.03,-.03,-.93,-.72,-1.95,-1.56],["l",-1.86,-1.5],["l",-1.86,1.5],["c",-1.02,.84,-1.92,1.53,-1.95,1.56],["c",-.21,.12,-.33,.09,-.75,-.24],["c",-.3,-.27,-.36,-.36,-.36,-.54],["c",0,-.03,.03,-.12,.06,-.18],["c",.03,-.06,.9,-.75,1.89,-1.56],["l",1.8,-1.47],["c",0,-.03,-.81,-.69,-1.8,-1.5],["c",-.99,-.81,-1.86,-1.5,-1.89,-1.56],["c",-.06,-.12,-.09,-.21,-.03,-.36],["c",.03,-.09,.57,-.57,.72,-.63],["z"]],w:9.843,h:8.139},"scripts.ufermata":{d:[["M",-.75,-10.77],["c",.12,0,.45,-.03,.69,-.03],["c",2.91,-.03,5.55,1.53,7.41,4.35],["c",1.17,1.71,1.95,3.72,2.43,6.03],["c",.12,.51,.12,.57,.03,.69],["c",-.12,.21,-.48,.27,-.69,.12],["c",-.12,-.09,-.18,-.24,-.27,-.69],["c",-.78,-3.63,-3.42,-6.54,-6.78,-7.38],["c",-.78,-.21,-1.2,-.24,-2.07,-.24],["c",-.63,0,-.84,0,-1.2,.06],["c",-1.83,.27,-3.42,1.08,-4.8,2.37],["c",-1.41,1.35,-2.4,3.21,-2.85,5.19],["c",-.09,.45,-.15,.6,-.27,.69],["c",-.21,.15,-.57,.09,-.69,-.12],["c",-.09,-.12,-.09,-.18,.03,-.69],["c",.33,-1.62,.78,-3,1.47,-4.38],["c",1.77,-3.54,4.44,-5.67,7.56,-5.97],["z"],["m",.33,7.47],["c",1.38,-.3,2.58,.9,2.31,2.25],["c",-.15,.72,-.78,1.35,-1.47,1.5],["c",-1.38,.27,-2.58,-.93,-2.31,-2.31],["c",.15,-.69,.78,-1.29,1.47,-1.44],["z"]],w:19.748,h:11.289},"scripts.dfermata":{d:[["M",-9.63,-.42],["c",.15,-.09,.36,-.06,.51,.03],["c",.12,.09,.18,.24,.27,.66],["c",.78,3.66,3.42,6.57,6.78,7.41],["c",.78,.21,1.2,.24,2.07,.24],["c",.63,0,.84,0,1.2,-.06],["c",1.83,-.27,3.42,-1.08,4.8,-2.37],["c",1.41,-1.35,2.4,-3.21,2.85,-5.22],["c",.09,-.42,.15,-.57,.27,-.66],["c",.21,-.15,.57,-.09,.69,.12],["c",.09,.12,.09,.18,-.03,.69],["c",-.33,1.62,-.78,3,-1.47,4.38],["c",-1.92,3.84,-4.89,6,-8.31,6],["c",-3.42,0,-6.39,-2.16,-8.31,-6],["c",-.48,-.96,-.84,-1.92,-1.14,-2.97],["c",-.18,-.69,-.42,-1.74,-.42,-1.92],["c",0,-.12,.09,-.27,.24,-.33],["z"],["m",9.21,0],["c",1.2,-.27,2.34,.63,2.34,1.86],["c",0,.9,-.66,1.68,-1.5,1.89],["c",-1.38,.27,-2.58,-.93,-2.31,-2.31],["c",.15,-.69,.78,-1.29,1.47,-1.44],["z"]],w:19.744,h:11.274},"scripts.sforzato":{d:[["M",-6.45,-3.69],["c",.06,-.03,.15,-.06,.18,-.06],["c",.06,0,2.85,.72,6.24,1.59],["l",6.33,1.65],["c",.33,.06,.45,.21,.45,.51],["c",0,.3,-.12,.45,-.45,.51],["l",-6.33,1.65],["c",-3.39,.87,-6.18,1.59,-6.21,1.59],["c",-.21,0,-.48,-.24,-.51,-.45],["c",0,-.15,.06,-.36,.18,-.45],["c",.09,-.06,.87,-.27,3.84,-1.05],["c",2.04,-.54,3.84,-.99,4.02,-1.02],["c",.15,-.06,1.14,-.24,2.22,-.42],["c",1.05,-.18,1.92,-.36,1.92,-.36],["c",0,0,-.87,-.18,-1.92,-.36],["c",-1.08,-.18,-2.07,-.36,-2.22,-.42],["c",-.18,-.03,-1.98,-.48,-4.02,-1.02],["c",-2.97,-.78,-3.75,-.99,-3.84,-1.05],["c",-.12,-.09,-.18,-.3,-.18,-.45],["c",.03,-.15,.15,-.3,.3,-.39],["z"]],w:13.5,h:7.5},"scripts.staccato":{d:[["M",-.36,-1.47],["c",.93,-.21,1.86,.51,1.86,1.47],["c",0,.93,-.87,1.65,-1.8,1.47],["c",-.54,-.12,-1.02,-.57,-1.14,-1.08],["c",-.21,-.81,.27,-1.65,1.08,-1.86],["z"]],w:2.989,h:3.004},"scripts.tenuto":{d:[["M",-4.2,-.48],["l",.12,-.06],["l",4.08,0],["l",4.08,0],["l",.12,.06],["c",.39,.21,.39,.75,0,.96],["l",-.12,.06],["l",-4.08,0],["l",-4.08,0],["l",-.12,-.06],["c",-.39,-.21,-.39,-.75,0,-.96],["z"]],w:8.985,h:1.08},"scripts.umarcato":{d:[["M",-.15,-8.19],["c",.15,-.12,.36,-.03,.45,.15],["c",.21,.42,3.45,7.65,3.45,7.71],["c",0,.12,-.12,.27,-.21,.3],["c",-.03,.03,-.51,.03,-1.14,.03],["c",-1.05,0,-1.08,0,-1.17,-.06],["c",-.09,-.06,-.24,-.36,-1.17,-2.4],["c",-.57,-1.29,-1.05,-2.34,-1.08,-2.34],["c",0,-.03,-.51,1.02,-1.08,2.34],["c",-.93,2.07,-1.08,2.34,-1.14,2.4],["c",-.06,.03,-.15,.06,-.18,.06],["c",-.15,0,-.33,-.18,-.33,-.33],["c",0,-.06,3.24,-7.32,3.45,-7.71],["c",.03,-.06,.09,-.15,.15,-.15],["z"]],w:7.5,h:8.245},"scripts.dmarcato":{d:[["M",-3.57,.03],["c",.03,0,.57,-.03,1.17,-.03],["c",1.05,0,1.08,0,1.17,.06],["c",.09,.06,.24,.36,1.17,2.4],["c",.57,1.29,1.05,2.34,1.08,2.34],["c",0,.03,.51,-1.02,1.08,-2.34],["c",.93,-2.07,1.08,-2.34,1.14,-2.4],["c",.06,-.03,.15,-.06,.18,-.06],["c",.15,0,.33,.18,.33,.33],["c",0,.09,-3.45,7.74,-3.54,7.83],["c",-.12,.12,-.3,.12,-.42,0],["c",-.09,-.09,-3.54,-7.74,-3.54,-7.83],["c",0,-.09,.12,-.27,.18,-.3],["z"]],w:7.5,h:8.25},"scripts.stopped":{d:[["M",-.27,-4.08],["c",.18,-.09,.36,-.09,.54,0],["c",.18,.09,.24,.15,.33,.3],["l",.06,.15],["l",0,1.5],["l",0,1.47],["l",1.47,0],["l",1.5,0],["l",.15,.06],["c",.15,.09,.21,.15,.3,.33],["c",.09,.18,.09,.36,0,.54],["c",-.09,.18,-.15,.24,-.33,.33],["c",-.12,.06,-.18,.06,-1.62,.06],["l",-1.47,0],["l",0,1.47],["l",0,1.47],["l",-.06,.15],["c",-.09,.18,-.15,.24,-.33,.33],["c",-.18,.09,-.36,.09,-.54,0],["c",-.18,-.09,-.24,-.15,-.33,-.33],["l",-.06,-.15],["l",0,-1.47],["l",0,-1.47],["l",-1.47,0],["c",-1.44,0,-1.5,0,-1.62,-.06],["c",-.18,-.09,-.24,-.15,-.33,-.33],["c",-.09,-.18,-.09,-.36,0,-.54],["c",.09,-.18,.15,-.24,.33,-.33],["l",.15,-.06],["l",1.47,0],["l",1.47,0],["l",0,-1.47],["c",0,-1.44,0,-1.5,.06,-1.62],["c",.09,-.18,.15,-.24,.33,-.33],["z"]],w:8.295,h:8.295},"scripts.upbow":{d:[["M",-4.65,-15.54],["c",.12,-.09,.36,-.06,.48,.03],["c",.03,.03,.09,.09,.12,.15],["c",.03,.06,.66,2.13,1.41,4.62],["c",1.35,4.41,1.38,4.56,2.01,6.96],["l",.63,2.46],["l",.63,-2.46],["c",.63,-2.4,.66,-2.55,2.01,-6.96],["c",.75,-2.49,1.38,-4.56,1.41,-4.62],["c",.06,-.15,.18,-.21,.36,-.24],["c",.15,0,.3,.06,.39,.18],["c",.15,.21,.24,-.18,-2.1,7.56],["c",-1.2,3.96,-2.22,7.32,-2.25,7.41],["c",0,.12,-.06,.27,-.09,.3],["c",-.12,.21,-.6,.21,-.72,0],["c",-.03,-.03,-.09,-.18,-.09,-.3],["c",-.03,-.09,-1.05,-3.45,-2.25,-7.41],["c",-2.34,-7.74,-2.25,-7.35,-2.1,-7.56],["c",.03,-.03,.09,-.09,.15,-.12],["z"]],w:9.73,h:15.608},"scripts.downbow":{d:[["M",-5.55,-9.93],["l",.09,-.06],["l",5.46,0],["l",5.46,0],["l",.09,.06],["l",.06,.09],["l",0,4.77],["c",0,5.28,0,4.89,-.18,5.01],["c",-.18,.12,-.42,.06,-.54,-.12],["c",-.06,-.09,-.06,-.18,-.06,-2.97],["l",0,-2.85],["l",-4.83,0],["l",-4.83,0],["l",0,2.85],["c",0,2.79,0,2.88,-.06,2.97],["c",-.15,.24,-.51,.24,-.66,0],["c",-.06,-.09,-.06,-.21,-.06,-4.89],["l",0,-4.77],["z"]],w:11.22,h:9.992},"scripts.turn":{d:[["M",-4.77,-3.9],["c",.36,-.06,1.05,-.06,1.44,.03],["c",.78,.15,1.5,.51,2.34,1.14],["c",.6,.45,1.05,.87,2.22,2.01],["c",1.11,1.08,1.62,1.5,2.22,1.86],["c",.6,.36,1.32,.57,1.92,.57],["c",.9,0,1.71,-.57,1.89,-1.35],["c",.24,-.93,-.39,-1.89,-1.35,-2.1],["l",-.15,-.06],["l",-.09,.15],["c",-.03,.09,-.15,.24,-.24,.33],["c",-.72,.72,-2.04,.54,-2.49,-.36],["c",-.48,-.93,.03,-1.86,1.17,-2.19],["c",.3,-.09,1.02,-.09,1.35,0],["c",.99,.27,1.74,.87,2.25,1.83],["c",.69,1.41,.63,3,-.21,4.26],["c",-.21,.3,-.69,.81,-.99,1.02],["c",-.3,.21,-.84,.45,-1.17,.54],["c",-1.23,.36,-2.49,.15,-3.72,-.6],["c",-.75,-.48,-1.41,-1.02,-2.85,-2.46],["c",-1.11,-1.08,-1.62,-1.5,-2.22,-1.86],["c",-.6,-.36,-1.32,-.57,-1.92,-.57],["c",-.9,0,-1.71,.57,-1.89,1.35],["c",-.24,.93,.39,1.89,1.35,2.1],["l",.15,.06],["l",.09,-.15],["c",.03,-.09,.15,-.24,.24,-.33],["c",.72,-.72,2.04,-.54,2.49,.36],["c",.48,.93,-.03,1.86,-1.17,2.19],["c",-.3,.09,-1.02,.09,-1.35,0],["c",-.99,-.27,-1.74,-.87,-2.25,-1.83],["c",-.69,-1.41,-.63,-3,.21,-4.26],["c",.21,-.3,.69,-.81,.99,-1.02],["c",.48,-.33,1.11,-.57,1.74,-.66],["z"]],w:16.366,h:7.893},"scripts.trill":{d:[["M",-.51,-16.02],["c",.12,-.09,.21,-.18,.21,-.18],["l",-.81,4.02],["l",-.81,4.02],["c",.03,0,.51,-.27,1.08,-.6],["c",.6,-.3,1.14,-.63,1.26,-.66],["c",1.14,-.54,2.31,-.6,3.09,-.18],["c",.27,.15,.54,.36,.6,.51],["l",.06,.12],["l",.21,-.21],["c",.9,-.81,2.22,-.99,3.12,-.42],["c",.6,.42,.9,1.14,.78,2.07],["c",-.15,1.29,-1.05,2.31,-1.95,2.25],["c",-.48,-.03,-.78,-.3,-.96,-.81],["c",-.09,-.27,-.09,-.9,-.03,-1.2],["c",.21,-.75,.81,-1.23,1.59,-1.32],["l",.24,-.03],["l",-.09,-.12],["c",-.51,-.66,-1.62,-.63,-2.31,.03],["c",-.39,.42,-.3,.09,-1.23,4.77],["l",-.81,4.14],["c",-.03,0,-.12,-.03,-.21,-.09],["c",-.33,-.15,-.54,-.18,-.99,-.18],["c",-.42,0,-.66,.03,-1.05,.18],["c",-.12,.06,-.21,.09,-.21,.09],["c",0,-.03,.36,-1.86,.81,-4.11],["c",.9,-4.47,.87,-4.26,.69,-4.53],["c",-.21,-.36,-.66,-.51,-1.17,-.36],["c",-.15,.06,-2.22,1.14,-2.58,1.38],["c",-.12,.09,-.12,.09,-.21,.6],["l",-.09,.51],["l",.21,.24],["c",.63,.75,1.02,1.47,1.2,2.19],["c",.06,.27,.06,.36,.06,.81],["c",0,.42,0,.54,-.06,.78],["c",-.15,.54,-.33,.93,-.63,1.35],["c",-.18,.24,-.57,.63,-.81,.78],["c",-.24,.15,-.63,.36,-.84,.42],["c",-.27,.06,-.66,.06,-.87,.03],["c",-.81,-.18,-1.32,-1.05,-1.38,-2.46],["c",-.03,-.6,.03,-.99,.33,-2.46],["c",.21,-1.08,.24,-1.32,.21,-1.29],["c",-1.2,.48,-2.4,.75,-3.21,.72],["c",-.69,-.06,-1.17,-.3,-1.41,-.72],["c",-.39,-.75,-.12,-1.8,.66,-2.46],["c",.24,-.18,.69,-.42,1.02,-.51],["c",.69,-.18,1.53,-.15,2.31,.09],["c",.3,.09,.75,.3,.99,.45],["c",.12,.09,.15,.09,.15,.03],["c",.03,-.03,.33,-1.59,.72,-3.45],["c",.36,-1.86,.66,-3.42,.69,-3.45],["c",0,-.03,.03,-.03,.21,.03],["c",.21,.06,.27,.06,.48,.06],["c",.42,-.03,.78,-.18,1.26,-.48],["c",.15,-.12,.36,-.27,.48,-.39],["z"],["m",-5.73,7.68],["c",-.27,-.03,-.96,-.06,-1.2,-.03],["c",-.81,.12,-1.35,.57,-1.5,1.2],["c",-.18,.66,.12,1.14,.75,1.29],["c",.66,.12,1.92,-.12,3.18,-.66],["l",.33,-.15],["l",.09,-.39],["c",.06,-.21,.09,-.42,.09,-.45],["c",0,-.03,-.45,-.3,-.75,-.45],["c",-.27,-.15,-.66,-.27,-.99,-.36],["z"],["m",4.29,3.63],["c",-.24,-.39,-.51,-.75,-.51,-.69],["c",-.06,.12,-.39,1.92,-.45,2.28],["c",-.09,.54,-.12,1.14,-.06,1.38],["c",.06,.42,.21,.6,.51,.57],["c",.39,-.06,.75,-.48,.93,-1.14],["c",.09,-.33,.09,-1.05,0,-1.38],["c",-.09,-.39,-.24,-.69,-.42,-1.02],["z"]],w:17.963,h:16.49},"scripts.segno":{d:[["M",-3.72,-11.22],["c",.78,-.09,1.59,.03,2.31,.42],["c",1.2,.6,2.01,1.71,2.31,3.09],["c",.09,.42,.09,1.2,.03,1.5],["c",-.15,.45,-.39,.81,-.66,.93],["c",-.33,.18,-.84,.21,-1.23,.15],["c",-.81,-.18,-1.32,-.93,-1.26,-1.89],["c",.03,-.36,.09,-.57,.24,-.9],["c",.15,-.33,.45,-.6,.72,-.75],["c",.12,-.06,.18,-.09,.18,-.12],["c",0,-.03,-.03,-.15,-.09,-.24],["c",-.18,-.45,-.54,-.87,-.96,-1.08],["c",-1.11,-.57,-2.34,-.18,-2.88,.9],["c",-.24,.51,-.33,1.11,-.24,1.83],["c",.27,1.92,1.5,3.54,3.93,5.13],["c",.48,.33,1.26,.78,1.29,.78],["c",.03,0,1.35,-2.19,2.94,-4.89],["l",2.88,-4.89],["l",.84,0],["l",.87,0],["l",-.03,.06],["c",-.15,.21,-6.15,10.41,-6.15,10.44],["c",0,0,.21,.15,.48,.27],["c",2.61,1.47,4.35,3.03,5.13,4.65],["c",1.14,2.34,.51,5.07,-1.44,6.39],["c",-.66,.42,-1.32,.63,-2.13,.69],["c",-2.01,.09,-3.81,-1.41,-4.26,-3.54],["c",-.09,-.42,-.09,-1.2,-.03,-1.5],["c",.15,-.45,.39,-.81,.66,-.93],["c",.33,-.18,.84,-.21,1.23,-.15],["c",.81,.18,1.32,.93,1.26,1.89],["c",-.03,.36,-.09,.57,-.24,.9],["c",-.15,.33,-.45,.6,-.72,.75],["c",-.12,.06,-.18,.09,-.18,.12],["c",0,.03,.03,.15,.09,.24],["c",.18,.45,.54,.87,.96,1.08],["c",1.11,.57,2.34,.18,2.88,-.9],["c",.24,-.51,.33,-1.11,.24,-1.83],["c",-.27,-1.92,-1.5,-3.54,-3.93,-5.13],["c",-.48,-.33,-1.26,-.78,-1.29,-.78],["c",-.03,0,-1.35,2.19,-2.91,4.89],["l",-2.88,4.89],["l",-.87,0],["l",-.87,0],["l",.03,-.06],["c",.15,-.21,6.15,-10.41,6.15,-10.44],["c",0,0,-.21,-.15,-.48,-.3],["c",-2.61,-1.44,-4.35,-3,-5.13,-4.62],["c",-.9,-1.89,-.72,-4.02,.48,-5.52],["c",.69,-.84,1.68,-1.41,2.73,-1.53],["z"],["m",8.76,9.09],["c",.03,-.03,.15,-.03,.27,-.03],["c",.33,.03,.57,.18,.72,.48],["c",.09,.18,.09,.57,0,.75],["c",-.09,.18,-.21,.3,-.36,.39],["c",-.15,.06,-.21,.06,-.39,.06],["c",-.21,0,-.27,0,-.39,-.06],["c",-.3,-.15,-.48,-.45,-.48,-.75],["c",0,-.39,.24,-.72,.63,-.84],["z"],["m",-10.53,2.61],["c",.03,-.03,.15,-.03,.27,-.03],["c",.33,.03,.57,.18,.72,.48],["c",.09,.18,.09,.57,0,.75],["c",-.09,.18,-.21,.3,-.36,.39],["c",-.15,.06,-.21,.06,-.39,.06],["c",-.21,0,-.27,0,-.39,-.06],["c",-.3,-.15,-.48,-.45,-.48,-.75],["c",0,-.39,.24,-.72,.63,-.84],["z"]],w:15,h:22.504},"scripts.coda":{d:[["M",-.21,-10.47],["c",.18,-.12,.42,-.06,.54,.12],["c",.06,.09,.06,.18,.06,1.5],["l",0,1.38],["l",.18,0],["c",.39,.06,.96,.24,1.38,.48],["c",1.68,.93,2.82,3.24,3.03,6.12],["c",.03,.24,.03,.45,.03,.45],["c",0,.03,.6,.03,1.35,.03],["c",1.5,0,1.47,0,1.59,.18],["c",.09,.12,.09,.3,0,.42],["c",-.12,.18,-.09,.18,-1.59,.18],["c",-.75,0,-1.35,0,-1.35,.03],["c",0,0,0,.21,-.03,.42],["c",-.24,3.15,-1.53,5.58,-3.45,6.36],["c",-.27,.12,-.72,.24,-.96,.27],["l",-.18,0],["l",0,1.38],["c",0,1.32,0,1.41,-.06,1.5],["c",-.15,.24,-.51,.24,-.66,0],["c",-.06,-.09,-.06,-.18,-.06,-1.5],["l",0,-1.38],["l",-.18,0],["c",-.39,-.06,-.96,-.24,-1.38,-.48],["c",-1.68,-.93,-2.82,-3.24,-3.03,-6.15],["c",-.03,-.21,-.03,-.42,-.03,-.42],["c",0,-.03,-.6,-.03,-1.35,-.03],["c",-1.5,0,-1.47,0,-1.59,-.18],["c",-.09,-.12,-.09,-.3,0,-.42],["c",.12,-.18,.09,-.18,1.59,-.18],["c",.75,0,1.35,0,1.35,-.03],["c",0,0,0,-.21,.03,-.45],["c",.24,-3.12,1.53,-5.55,3.45,-6.33],["c",.27,-.12,.72,-.24,.96,-.27],["l",.18,0],["l",0,-1.38],["c",0,-1.53,0,-1.5,.18,-1.62],["z"],["m",-.18,6.93],["c",0,-2.97,0,-3.15,-.06,-3.15],["c",-.09,0,-.51,.15,-.66,.21],["c",-.87,.51,-1.38,1.62,-1.56,3.51],["c",-.06,.54,-.12,1.59,-.12,2.16],["l",0,.42],["l",1.2,0],["l",1.2,0],["l",0,-3.15],["z"],["m",1.17,-3.06],["c",-.09,-.03,-.21,-.06,-.27,-.09],["l",-.12,0],["l",0,3.15],["l",0,3.15],["l",1.2,0],["l",1.2,0],["l",0,-.81],["c",-.06,-2.4,-.33,-3.69,-.93,-4.59],["c",-.27,-.39,-.66,-.69,-1.08,-.81],["z"],["m",-1.17,10.14],["l",0,-3.15],["l",-1.2,0],["l",-1.2,0],["l",0,.81],["c",.03,.96,.06,1.47,.15,2.13],["c",.24,2.04,.96,3.12,2.13,3.36],["l",.12,0],["l",0,-3.15],["z"],["m",3.18,-2.34],["l",0,-.81],["l",-1.2,0],["l",-1.2,0],["l",0,3.15],["l",0,3.15],["l",.12,0],["c",1.17,-.24,1.89,-1.32,2.13,-3.36],["c",.09,-.66,.12,-1.17,.15,-2.13],["z"]],w:16.035,h:21.062},"scripts.comma":{d:[["M",1.14,-4.62],["c",.3,-.12,.69,-.03,.93,.15],["c",.12,.12,.36,.45,.51,.78],["c",.9,1.77,.54,4.05,-1.08,6.75],["c",-.36,.63,-.87,1.38,-.96,1.44],["c",-.18,.12,-.42,.06,-.54,-.12],["c",-.09,-.18,-.09,-.3,.12,-.6],["c",.96,-1.44,1.44,-2.97,1.38,-4.35],["c",-.06,-.93,-.3,-1.68,-.78,-2.46],["c",-.27,-.39,-.33,-.63,-.24,-.96],["c",.09,-.27,.36,-.54,.66,-.63],["z"]],w:3.042,h:9.237},"scripts.roll":{d:[["M",1.95,-6],["c",.21,-.09,.36,-.09,.57,0],["c",.39,.15,.63,.39,1.47,1.35],["c",.66,.75,.78,.87,1.08,1.05],["c",.75,.45,1.65,.42,2.4,-.06],["c",.12,-.09,.27,-.27,.54,-.6],["c",.42,-.54,.51,-.63,.69,-.63],["c",.09,0,.3,.12,.36,.21],["c",.09,.12,.12,.3,.03,.42],["c",-.06,.12,-3.15,3.9,-3.3,4.08],["c",-.06,.06,-.18,.12,-.27,.18],["c",-.27,.12,-.6,.06,-.99,-.27],["c",-.27,-.21,-.42,-.39,-1.08,-1.14],["c",-.63,-.72,-.81,-.9,-1.17,-1.08],["c",-.36,-.18,-.57,-.21,-.99,-.21],["c",-.39,0,-.63,.03,-.93,.18],["c",-.36,.15,-.51,.27,-.9,.81],["c",-.24,.27,-.45,.51,-.48,.54],["c",-.12,.09,-.27,.06,-.39,0],["c",-.24,-.15,-.33,-.39,-.21,-.6],["c",.09,-.12,3.18,-3.87,3.33,-4.02],["c",.06,-.06,.18,-.15,.24,-.21],["z"]],w:10.817,h:6.125},"scripts.prall":{d:[["M",-4.38,-3.69],["c",.06,-.03,.18,-.06,.24,-.06],["c",.3,0,.27,-.03,1.89,1.95],["l",1.53,1.83],["c",.03,0,.57,-.84,1.23,-1.83],["c",1.14,-1.68,1.23,-1.83,1.35,-1.89],["c",.06,-.03,.18,-.06,.24,-.06],["c",.3,0,.27,-.03,1.89,1.95],["l",1.53,1.83],["l",.48,-.69],["c",.51,-.78,.54,-.84,.69,-.9],["c",.42,-.18,.87,.15,.81,.6],["c",-.03,.12,-.3,.51,-1.5,2.37],["c",-1.38,2.07,-1.5,2.22,-1.62,2.28],["c",-.06,.03,-.18,.06,-.24,.06],["c",-.3,0,-.27,.03,-1.89,-1.95],["l",-1.53,-1.83],["c",-.03,0,-.57,.84,-1.23,1.83],["c",-1.14,1.68,-1.23,1.83,-1.35,1.89],["c",-.06,.03,-.18,.06,-.24,.06],["c",-.3,0,-.27,.03,-1.89,-1.95],["l",-1.53,-1.83],["l",-.48,.69],["c",-.51,.78,-.54,.84,-.69,.9],["c",-.42,.18,-.87,-.15,-.81,-.6],["c",.03,-.12,.3,-.51,1.5,-2.37],["c",1.38,-2.07,1.5,-2.22,1.62,-2.28],["z"]],w:15.011,h:7.5},"scripts.arpeggio":{d:[["M",1.5,0],["c",1.5,2,1.5,3,1.5,3],["s",0,1,-2,1.5],["s",-.5,3,1,5.5],["l",1.5,0],["s",-1.75,-2,-1.9,-3.25],["s",2.15,-.6,2.95,-1.6],["s",.45,-1,.5,-1.25],["s",0,-1,-2,-3.9],["l",-1.5,0],["z"]],w:5,h:10},"scripts.mordent":{d:[["M",-.21,-4.95],["c",.27,-.15,.63,0,.75,.27],["c",.06,.12,.06,.24,.06,1.44],["l",0,1.29],["l",.57,-.84],["c",.51,-.75,.57,-.84,.69,-.9],["c",.06,-.03,.18,-.06,.24,-.06],["c",.3,0,.27,-.03,1.89,1.95],["l",1.53,1.83],["l",.48,-.69],["c",.51,-.78,.54,-.84,.69,-.9],["c",.42,-.18,.87,.15,.81,.6],["c",-.03,.12,-.3,.51,-1.5,2.37],["c",-1.38,2.07,-1.5,2.22,-1.62,2.28],["c",-.06,.03,-.18,.06,-.24,.06],["c",-.3,0,-.27,.03,-1.83,-1.89],["c",-.81,-.99,-1.5,-1.8,-1.53,-1.86],["c",-.06,-.03,-.06,-.03,-.12,.03],["c",-.06,.06,-.06,.15,-.06,2.28],["c",0,1.95,0,2.25,-.06,2.34],["c",-.18,.45,-.81,.48,-1.05,.03],["c",-.03,-.06,-.06,-.24,-.06,-1.41],["l",0,-1.35],["l",-.57,.84],["c",-.54,.78,-.6,.87,-.72,.93],["c",-.06,.03,-.18,.06,-.24,.06],["c",-.3,0,-.27,.03,-1.89,-1.95],["l",-1.53,-1.83],["l",-.48,.69],["c",-.51,.78,-.54,.84,-.69,.9],["c",-.42,.18,-.87,-.15,-.81,-.6],["c",.03,-.12,.3,-.51,1.5,-2.37],["c",1.38,-2.07,1.5,-2.22,1.62,-2.28],["c",.06,-.03,.18,-.06,.24,-.06],["c",.3,0,.27,-.03,1.89,1.95],["l",1.53,1.83],["c",.03,0,.06,-.06,.09,-.09],["c",.06,-.12,.06,-.15,.06,-2.28],["c",0,-1.92,0,-2.22,.06,-2.31],["c",.06,-.15,.15,-.24,.3,-.3],["z"]],w:15.011,h:10.012},"flags.u8th":{d:[["M",-.42,3.75],["l",0,-3.75],["l",.21,0],["l",.21,0],["l",0,.18],["c",0,.3,.06,.84,.12,1.23],["c",.24,1.53,.9,3.12,2.13,5.16],["l",.99,1.59],["c",.87,1.44,1.38,2.34,1.77,3.09],["c",.81,1.68,1.2,3.06,1.26,4.53],["c",.03,1.53,-.21,3.27,-.75,5.01],["c",-.21,.69,-.51,1.5,-.6,1.59],["c",-.09,.12,-.27,.21,-.42,.21],["c",-.15,0,-.42,-.12,-.51,-.21],["c",-.15,-.18,-.18,-.42,-.09,-.66],["c",.15,-.33,.45,-1.2,.57,-1.62],["c",.42,-1.38,.6,-2.58,.6,-3.9],["c",0,-.66,0,-.81,-.06,-1.11],["c",-.39,-2.07,-1.8,-4.26,-4.59,-7.14],["l",-.42,-.45],["l",-.21,0],["l",-.21,0],["l",0,-3.75],["z"]],w:6.692,h:22.59},"flags.u16th":{d:[["M",-.42,7.5],["l",0,-7.5],["l",.21,0],["l",.21,0],["l",0,.39],["c",.06,1.08,.39,2.19,.99,3.39],["c",.45,.9,.87,1.59,1.95,3.12],["c",1.29,1.86,1.77,2.64,2.22,3.57],["c",.45,.93,.72,1.8,.87,2.64],["c",.06,.51,.06,1.5,0,1.92],["c",-.12,.6,-.3,1.2,-.54,1.71],["l",-.09,.24],["l",.18,.45],["c",.51,1.2,.72,2.22,.69,3.42],["c",-.06,1.53,-.39,3.03,-.99,4.53],["c",-.3,.75,-.36,.81,-.57,.9],["c",-.15,.09,-.33,.06,-.48,0],["c",-.18,-.09,-.27,-.18,-.33,-.33],["c",-.09,-.18,-.06,-.3,.12,-.75],["c",.66,-1.41,1.02,-2.88,1.08,-4.32],["c",0,-.6,-.03,-1.05,-.18,-1.59],["c",-.3,-1.2,-.99,-2.4,-2.25,-3.87],["c",-.42,-.48,-1.53,-1.62,-2.19,-2.22],["l",-.45,-.42],["l",-.03,1.11],["l",0,1.11],["l",-.21,0],["l",-.21,0],["l",0,-7.5],["z"],["m",1.65,.09],["c",-.3,-.3,-.69,-.72,-.9,-.87],["l",-.33,-.33],["l",0,.15],["c",0,.3,.06,.81,.15,1.26],["c",.27,1.29,.87,2.61,2.04,4.29],["c",.15,.24,.6,.87,.96,1.38],["l",1.08,1.53],["l",.42,.63],["c",.03,0,.12,-.36,.21,-.72],["c",.06,-.33,.06,-1.2,0,-1.62],["c",-.33,-1.71,-1.44,-3.48,-3.63,-5.7],["z"]],w:6.693,h:26.337},"flags.u32nd":{d:[["M",-.42,11.25],["l",0,-11.25],["l",.21,0],["l",.21,0],["l",0,.36],["c",.09,1.68,.69,3.27,2.07,5.46],["l",.87,1.35],["c",1.02,1.62,1.47,2.37,1.86,3.18],["c",.48,1.02,.78,1.92,.93,2.88],["c",.06,.48,.06,1.5,0,1.89],["c",-.09,.42,-.21,.87,-.36,1.26],["l",-.12,.3],["l",.15,.39],["c",.69,1.56,.84,2.88,.54,4.38],["c",-.09,.45,-.27,1.08,-.45,1.47],["l",-.12,.24],["l",.18,.36],["c",.33,.72,.57,1.56,.69,2.34],["c",.12,1.02,-.06,2.52,-.42,3.84],["c",-.27,.93,-.75,2.13,-.93,2.31],["c",-.18,.15,-.45,.18,-.66,.09],["c",-.18,-.09,-.27,-.18,-.33,-.33],["c",-.09,-.18,-.06,-.3,.06,-.6],["c",.21,-.36,.42,-.9,.57,-1.38],["c",.51,-1.41,.69,-3.06,.48,-4.08],["c",-.15,-.81,-.57,-1.68,-1.2,-2.55],["c",-.72,-.99,-1.83,-2.13,-3.3,-3.33],["l",-.48,-.42],["l",-.03,1.53],["l",0,1.56],["l",-.21,0],["l",-.21,0],["l",0,-11.25],["z"],["m",1.26,-3.96],["c",-.27,-.3,-.54,-.6,-.66,-.72],["l",-.18,-.21],["l",0,.42],["c",.06,.87,.24,1.74,.66,2.67],["c",.36,.87,.96,1.86,1.92,3.18],["c",.21,.33,.63,.87,.87,1.23],["c",.27,.39,.6,.84,.75,1.08],["l",.27,.39],["l",.03,-.12],["c",.12,-.45,.15,-1.05,.09,-1.59],["c",-.27,-1.86,-1.38,-3.78,-3.75,-6.33],["z"],["m",-.27,6.09],["c",-.27,-.21,-.48,-.42,-.51,-.45],["c",-.06,-.03,-.06,-.03,-.06,.21],["c",0,.9,.3,2.04,.81,3.09],["c",.48,1.02,.96,1.77,2.37,3.63],["c",.6,.78,1.05,1.44,1.29,1.77],["c",.06,.12,.15,.21,.15,.18],["c",.03,-.03,.18,-.57,.24,-.87],["c",.06,-.45,.06,-1.32,-.03,-1.74],["c",-.09,-.48,-.24,-.9,-.51,-1.44],["c",-.66,-1.35,-1.83,-2.7,-3.75,-4.38],["z"]],w:6.697,h:32.145},"flags.u64th":{d:[["M",-.42,15],["l",0,-15],["l",.21,0],["l",.21,0],["l",0,.36],["c",.06,1.2,.39,2.37,1.02,3.66],["c",.39,.81,.84,1.56,1.8,3.09],["c",.81,1.26,1.05,1.68,1.35,2.22],["c",.87,1.5,1.35,2.79,1.56,4.08],["c",.06,.54,.06,1.56,-.03,2.04],["c",-.09,.48,-.21,.99,-.36,1.35],["l",-.12,.27],["l",.12,.27],["c",.09,.15,.21,.45,.27,.66],["c",.69,1.89,.63,3.66,-.18,5.46],["l",-.18,.39],["l",.15,.33],["c",.3,.66,.51,1.44,.63,2.1],["c",.06,.48,.06,1.35,0,1.71],["c",-.15,.57,-.42,1.2,-.78,1.68],["l",-.21,.27],["l",.18,.33],["c",.57,1.05,.93,2.13,1.02,3.18],["c",.06,.72,0,1.83,-.21,2.79],["c",-.18,1.02,-.63,2.34,-1.02,3.09],["c",-.15,.33,-.48,.45,-.78,.3],["c",-.18,-.09,-.27,-.18,-.33,-.33],["c",-.09,-.18,-.06,-.3,.03,-.54],["c",.75,-1.5,1.23,-3.45,1.17,-4.89],["c",-.06,-1.02,-.42,-2.01,-1.17,-3.15],["c",-.48,-.72,-1.02,-1.35,-1.89,-2.22],["c",-.57,-.57,-1.56,-1.5,-1.92,-1.77],["l",-.12,-.09],["l",0,1.68],["l",0,1.68],["l",-.21,0],["l",-.21,0],["l",0,-15],["z"],["m",.93,-8.07],["c",-.27,-.3,-.48,-.54,-.51,-.54],["c",0,0,0,.69,.03,1.02],["c",.15,1.47,.75,2.94,2.04,4.83],["l",1.08,1.53],["c",.39,.57,.84,1.2,.99,1.44],["c",.15,.24,.3,.45,.3,.45],["c",0,0,.03,-.09,.06,-.21],["c",.36,-1.59,-.15,-3.33,-1.47,-5.4],["c",-.63,-.93,-1.35,-1.83,-2.52,-3.12],["z"],["m",.06,6.72],["c",-.24,-.21,-.48,-.42,-.51,-.45],["l",-.06,-.06],["l",0,.33],["c",0,1.2,.3,2.34,.93,3.6],["c",.45,.9,.96,1.68,2.25,3.51],["c",.39,.54,.84,1.17,1.02,1.44],["c",.21,.33,.33,.51,.33,.48],["c",.06,-.09,.21,-.63,.3,-.99],["c",.06,-.33,.06,-.45,.06,-.96],["c",0,-.6,-.03,-.84,-.18,-1.35],["c",-.3,-1.08,-1.02,-2.28,-2.13,-3.57],["c",-.39,-.45,-1.44,-1.47,-2.01,-1.98],["z"],["m",0,6.72],["c",-.24,-.21,-.48,-.39,-.51,-.42],["l",-.06,-.06],["l",0,.33],["c",0,1.41,.45,2.82,1.38,4.35],["c",.42,.72,.72,1.14,1.86,2.73],["c",.36,.45,.75,.99,.87,1.2],["c",.15,.21,.3,.36,.3,.36],["c",.06,0,.3,-.48,.39,-.75],["c",.09,-.36,.12,-.63,.12,-1.05],["c",-.06,-1.05,-.45,-2.04,-1.2,-3.18],["c",-.57,-.87,-1.11,-1.53,-2.07,-2.49],["c",-.36,-.33,-.84,-.78,-1.08,-1.02],["z"]],w:6.682,h:39.694},"flags.d8th":{d:[["M",5.67,-21.63],["c",.24,-.12,.54,-.06,.69,.15],["c",.06,.06,.21,.36,.39,.66],["c",.84,1.77,1.26,3.36,1.32,5.1],["c",.03,1.29,-.21,2.37,-.81,3.63],["c",-.6,1.23,-1.26,2.13,-3.21,4.38],["c",-1.35,1.53,-1.86,2.19,-2.4,2.97],["c",-.63,.93,-1.11,1.92,-1.38,2.79],["c",-.15,.54,-.27,1.35,-.27,1.8],["l",0,.15],["l",-.21,0],["l",-.21,0],["l",0,-3.75],["l",0,-3.75],["l",.21,0],["l",.21,0],["l",.48,-.3],["c",1.83,-1.11,3.12,-2.1,4.17,-3.12],["c",.78,-.81,1.32,-1.53,1.71,-2.31],["c",.45,-.93,.6,-1.74,.51,-2.88],["c",-.12,-1.56,-.63,-3.18,-1.47,-4.68],["c",-.12,-.21,-.15,-.33,-.06,-.51],["c",.06,-.15,.15,-.24,.33,-.33],["z"]],w:8.492,h:21.691},"flags.ugrace":{d:[["M",6.03,6.93],["c",.15,-.09,.33,-.06,.51,0],["c",.15,.09,.21,.15,.3,.33],["c",.09,.18,.06,.39,-.03,.54],["c",-.06,.15,-10.89,8.88,-11.07,8.97],["c",-.15,.09,-.33,.06,-.48,0],["c",-.18,-.09,-.24,-.15,-.33,-.33],["c",-.09,-.18,-.06,-.39,.03,-.54],["c",.06,-.15,10.89,-8.88,11.07,-8.97],["z"]],w:12.019,h:9.954},"flags.dgrace":{d:[["M",-6.06,-15.93],["c",.18,-.09,.33,-.12,.48,-.06],["c",.18,.09,14.01,8.04,14.1,8.1],["c",.12,.12,.18,.33,.18,.51],["c",-.03,.21,-.15,.39,-.36,.48],["c",-.18,.09,-.33,.12,-.48,.06],["c",-.18,-.09,-14.01,-8.04,-14.1,-8.1],["c",-.12,-.12,-.18,-.33,-.18,-.51],["c",.03,-.21,.15,-.39,.36,-.48],["z"]],w:15.12,h:9.212},"flags.d16th":{d:[["M",6.84,-22.53],["c",.27,-.12,.57,-.06,.72,.15],["c",.15,.15,.33,.87,.45,1.56],["c",.06,.33,.06,1.35,0,1.65],["c",-.06,.33,-.15,.78,-.27,1.11],["c",-.12,.33,-.45,.96,-.66,1.32],["l",-.18,.27],["l",.09,.18],["c",.48,1.02,.72,2.25,.69,3.3],["c",-.06,1.23,-.42,2.28,-1.26,3.45],["c",-.57,.87,-.99,1.32,-3,3.39],["c",-1.56,1.56,-2.22,2.4,-2.76,3.45],["c",-.42,.84,-.66,1.8,-.66,2.55],["l",0,.15],["l",-.21,0],["l",-.21,0],["l",0,-7.5],["l",0,-7.5],["l",.21,0],["l",.21,0],["l",0,1.14],["l",0,1.11],["l",.27,-.15],["c",1.11,-.57,1.77,-.99,2.52,-1.47],["c",2.37,-1.56,3.69,-3.15,4.05,-4.83],["c",.03,-.18,.03,-.39,.03,-.78],["c",0,-.6,-.03,-.93,-.24,-1.5],["c",-.06,-.18,-.12,-.39,-.15,-.45],["c",-.03,-.24,.12,-.48,.36,-.6],["z"],["m",-.63,7.5],["c",-.06,-.18,-.15,-.36,-.15,-.36],["c",-.03,0,-.03,.03,-.06,.06],["c",-.06,.12,-.96,1.02,-1.95,1.98],["c",-.63,.57,-1.26,1.17,-1.44,1.35],["c",-1.53,1.62,-2.28,2.85,-2.55,4.32],["c",-.03,.18,-.03,.54,-.06,.99],["l",0,.69],["l",.18,-.09],["c",.93,-.54,2.1,-1.29,2.82,-1.83],["c",.69,-.51,1.02,-.81,1.53,-1.29],["c",1.86,-1.89,2.37,-3.66,1.68,-5.82],["z"]],w:8.475,h:22.591},"flags.d32nd":{d:[["M",6.84,-29.13],["c",.27,-.12,.57,-.06,.72,.15],["c",.12,.12,.27,.63,.36,1.11],["c",.33,1.59,.06,3.06,-.81,4.47],["l",-.18,.27],["l",.09,.15],["c",.12,.24,.33,.69,.45,1.05],["c",.63,1.83,.45,3.57,-.57,5.22],["l",-.18,.3],["l",.15,.27],["c",.42,.87,.6,1.71,.57,2.61],["c",-.06,1.29,-.48,2.46,-1.35,3.78],["c",-.54,.81,-.93,1.29,-2.46,3],["c",-.51,.54,-1.05,1.17,-1.26,1.41],["c",-1.56,1.86,-2.25,3.36,-2.37,5.01],["l",0,.33],["l",-.21,0],["l",-.21,0],["l",0,-11.25],["l",0,-11.25],["l",.21,0],["l",.21,0],["l",0,1.35],["l",.03,1.35],["l",.78,-.39],["c",1.38,-.69,2.34,-1.26,3.24,-1.92],["c",1.38,-1.02,2.28,-2.13,2.64,-3.21],["c",.15,-.48,.18,-.72,.18,-1.29],["c",0,-.57,-.06,-.9,-.24,-1.47],["c",-.06,-.18,-.12,-.39,-.15,-.45],["c",-.03,-.24,.12,-.48,.36,-.6],["z"],["m",-.63,7.2],["c",-.09,-.18,-.12,-.21,-.12,-.15],["c",-.03,.09,-1.02,1.08,-2.04,2.04],["c",-1.17,1.08,-1.65,1.56,-2.07,2.04],["c",-.84,.96,-1.38,1.86,-1.68,2.76],["c",-.21,.57,-.27,.99,-.3,1.65],["l",0,.54],["l",.66,-.33],["c",3.57,-1.86,5.49,-3.69,5.94,-5.7],["c",.06,-.39,.06,-1.2,-.03,-1.65],["c",-.06,-.39,-.24,-.9,-.36,-1.2],["z"],["m",-.06,7.2],["c",-.06,-.15,-.12,-.33,-.15,-.45],["l",-.06,-.18],["l",-.18,.21],["l",-1.83,1.83],["c",-.87,.9,-1.77,1.8,-1.95,2.01],["c",-1.08,1.29,-1.62,2.31,-1.89,3.51],["c",-.06,.3,-.06,.51,-.09,.93],["l",0,.57],["l",.09,-.06],["c",.75,-.45,1.89,-1.26,2.52,-1.74],["c",.81,-.66,1.74,-1.53,2.22,-2.16],["c",1.26,-1.53,1.68,-3.06,1.32,-4.47],["z"]],w:8.385,h:29.191},"flags.d64th":{d:[["M",7.08,-32.88],["c",.3,-.12,.66,-.03,.78,.24],["c",.18,.33,.27,2.1,.15,2.64],["c",-.09,.39,-.21,.78,-.39,1.08],["l",-.15,.3],["l",.09,.27],["c",.03,.12,.09,.45,.12,.69],["c",.27,1.44,.18,2.55,-.3,3.6],["l",-.12,.33],["l",.06,.42],["c",.27,1.35,.33,2.82,.21,3.63],["c",-.12,.6,-.3,1.23,-.57,1.8],["l",-.15,.27],["l",.03,.42],["c",.06,1.02,.06,2.7,.03,3.06],["c",-.15,1.47,-.66,2.76,-1.74,4.41],["c",-.45,.69,-.75,1.11,-1.74,2.37],["c",-1.05,1.38,-1.5,1.98,-1.95,2.73],["c",-.93,1.5,-1.38,2.82,-1.44,4.2],["l",0,.42],["l",-.21,0],["l",-.21,0],["l",0,-15],["l",0,-15],["l",.21,0],["l",.21,0],["l",0,1.86],["l",0,1.89],["c",0,0,.21,-.03,.45,-.09],["c",2.22,-.39,4.08,-1.11,5.19,-2.01],["c",.63,-.54,1.02,-1.14,1.2,-1.8],["c",.06,-.3,.06,-1.14,-.03,-1.65],["c",-.03,-.18,-.06,-.39,-.09,-.48],["c",-.03,-.24,.12,-.48,.36,-.6],["z"],["m",-.45,6.15],["c",-.03,-.18,-.06,-.42,-.06,-.54],["l",-.03,-.18],["l",-.33,.3],["c",-.42,.36,-.87,.72,-1.68,1.29],["c",-1.98,1.38,-2.25,1.59,-2.85,2.16],["c",-.75,.69,-1.23,1.44,-1.47,2.19],["c",-.15,.45,-.18,.63,-.21,1.35],["l",0,.66],["l",.39,-.18],["c",1.83,-.9,3.45,-1.95,4.47,-2.91],["c",.93,-.9,1.53,-1.83,1.74,-2.82],["c",.06,-.33,.06,-.87,.03,-1.32],["z"],["m",-.27,4.86],["c",-.03,-.21,-.06,-.36,-.06,-.36],["c",0,-.03,-.12,.09,-.24,.24],["c",-.39,.48,-.99,1.08,-2.16,2.19],["c",-1.47,1.38,-1.92,1.83,-2.46,2.49],["c",-.66,.87,-1.08,1.74,-1.29,2.58],["c",-.09,.42,-.15,.87,-.15,1.44],["l",0,.54],["l",.48,-.33],["c",1.5,-1.02,2.58,-1.89,3.51,-2.82],["c",1.47,-1.47,2.25,-2.85,2.4,-4.26],["c",.03,-.39,.03,-1.17,-.03,-1.71],["z"],["m",-.66,7.68],["c",.03,-.15,.03,-.6,.03,-.99],["l",0,-.72],["l",-.27,.33],["l",-1.74,1.98],["c",-1.77,1.92,-2.43,2.76,-2.97,3.9],["c",-.51,1.02,-.72,1.77,-.75,2.91],["c",0,.63,0,.63,.06,.6],["c",.03,-.03,.3,-.27,.63,-.54],["c",.66,-.6,1.86,-1.8,2.31,-2.31],["c",1.65,-1.89,2.52,-3.54,2.7,-5.16],["z"]],w:8.485,h:32.932},"clefs.C":{d:[["M",.06,-14.94],["l",.09,-.06],["l",1.92,0],["l",1.92,0],["l",.09,.06],["l",.06,.09],["l",0,14.85],["l",0,14.82],["l",-.06,.09],["l",-.09,.06],["l",-1.92,0],["l",-1.92,0],["l",-.09,-.06],["l",-.06,-.09],["l",0,-14.82],["l",0,-14.85],["z"],["m",5.37,0],["c",.09,-.06,.09,-.06,.57,-.06],["c",.45,0,.45,0,.54,.06],["l",.06,.09],["l",0,7.14],["l",0,7.11],["l",.09,-.06],["c",.18,-.18,.72,-.84,.96,-1.2],["c",.3,-.45,.66,-1.17,.84,-1.65],["c",.36,-.9,.57,-1.83,.6,-2.79],["c",.03,-.48,.03,-.54,.09,-.63],["c",.12,-.18,.36,-.21,.54,-.12],["c",.18,.09,.21,.15,.24,.66],["c",.06,.87,.21,1.56,.57,2.22],["c",.51,1.02,1.26,1.68,2.22,1.92],["c",.21,.06,.33,.06,.78,.06],["c",.45,0,.57,0,.84,-.06],["c",.45,-.12,.81,-.33,1.08,-.6],["c",.57,-.57,.87,-1.41,.99,-2.88],["c",.06,-.54,.06,-3,0,-3.57],["c",-.21,-2.58,-.84,-3.87,-2.16,-4.5],["c",-.48,-.21,-1.17,-.36,-1.77,-.36],["c",-.69,0,-1.29,.27,-1.5,.72],["c",-.06,.15,-.06,.21,-.06,.42],["c",0,.24,0,.3,.06,.45],["c",.12,.24,.24,.39,.63,.66],["c",.42,.3,.57,.48,.69,.72],["c",.06,.15,.06,.21,.06,.48],["c",0,.39,-.03,.63,-.21,.96],["c",-.3,.6,-.87,1.08,-1.5,1.26],["c",-.27,.06,-.87,.06,-1.14,0],["c",-.78,-.24,-1.44,-.87,-1.65,-1.68],["c",-.12,-.42,-.09,-1.17,.09,-1.71],["c",.51,-1.65,1.98,-2.82,3.81,-3.09],["c",.84,-.09,2.46,.03,3.51,.27],["c",2.22,.57,3.69,1.8,4.44,3.75],["c",.36,.93,.57,2.13,.57,3.36],["c",0,1.44,-.48,2.73,-1.38,3.81],["c",-1.26,1.5,-3.27,2.43,-5.28,2.43],["c",-.48,0,-.51,0,-.75,-.09],["c",-.15,-.03,-.48,-.21,-.78,-.36],["c",-.69,-.36,-.87,-.42,-1.26,-.42],["c",-.27,0,-.3,0,-.51,.09],["c",-.57,.3,-.81,.9,-.81,2.1],["c",0,1.23,.24,1.83,.81,2.13],["c",.21,.09,.24,.09,.51,.09],["c",.39,0,.57,-.06,1.26,-.42],["c",.3,-.15,.63,-.33,.78,-.36],["c",.24,-.09,.27,-.09,.75,-.09],["c",2.01,0,4.02,.93,5.28,2.4],["c",.9,1.11,1.38,2.4,1.38,3.84],["c",0,1.5,-.3,2.88,-.84,3.96],["c",-.78,1.59,-2.19,2.64,-4.17,3.15],["c",-1.05,.24,-2.67,.36,-3.51,.27],["c",-1.83,-.27,-3.3,-1.44,-3.81,-3.09],["c",-.18,-.54,-.21,-1.29,-.09,-1.74],["c",.15,-.6,.63,-1.2,1.23,-1.47],["c",.36,-.18,.57,-.21,.99,-.21],["c",.42,0,.63,.03,1.02,.21],["c",.42,.21,.84,.63,1.05,1.05],["c",.18,.36,.21,.6,.21,.96],["c",0,.3,0,.36,-.06,.51],["c",-.12,.24,-.27,.42,-.69,.72],["c",-.57,.42,-.69,.63,-.69,1.08],["c",0,.24,0,.3,.06,.45],["c",.12,.21,.3,.39,.57,.54],["c",.42,.18,.87,.21,1.53,.15],["c",1.08,-.15,1.8,-.57,2.34,-1.32],["c",.54,-.75,.84,-1.83,.99,-3.51],["c",.06,-.57,.06,-3.03,0,-3.57],["c",-.12,-1.47,-.42,-2.31,-.99,-2.88],["c",-.27,-.27,-.63,-.48,-1.08,-.6],["c",-.27,-.06,-.39,-.06,-.84,-.06],["c",-.45,0,-.57,0,-.78,.06],["c",-1.14,.27,-2.01,1.17,-2.46,2.49],["c",-.21,.57,-.3,.99,-.33,1.65],["c",-.03,.51,-.06,.57,-.24,.66],["c",-.12,.06,-.27,.06,-.39,0],["c",-.21,-.09,-.21,-.15,-.24,-.75],["c",-.09,-1.92,-.78,-3.72,-2.01,-5.19],["c",-.18,-.21,-.36,-.42,-.39,-.45],["l",-.09,-.06],["l",0,7.11],["l",0,7.14],["l",-.06,.09],["c",-.09,.06,-.09,.06,-.54,.06],["c",-.48,0,-.48,0,-.57,-.06],["l",-.06,-.09],["l",0,-14.82],["l",0,-14.85],["z"]],w:20.31,h:29.97},"clefs.F":{d:[["M",6.3,-7.8],["c",.36,-.03,1.65,0,2.13,.03],["c",3.6,.42,6.03,2.1,6.93,4.86],["c",.27,.84,.36,1.5,.36,2.58],["c",0,.9,-.03,1.35,-.18,2.16],["c",-.78,3.78,-3.54,7.08,-8.37,9.96],["c",-1.74,1.05,-3.87,2.13,-6.18,3.12],["c",-.39,.18,-.75,.33,-.81,.36],["c",-.06,.03,-.15,.06,-.18,.06],["c",-.15,0,-.33,-.18,-.33,-.33],["c",0,-.15,.06,-.21,.51,-.48],["c",3,-1.77,5.13,-3.21,6.84,-4.74],["c",.51,-.45,1.59,-1.5,1.95,-1.95],["c",1.89,-2.19,2.88,-4.32,3.15,-6.78],["c",.06,-.42,.06,-1.77,0,-2.19],["c",-.24,-2.01,-.93,-3.63,-2.04,-4.71],["c",-.63,-.63,-1.29,-1.02,-2.07,-1.2],["c",-1.62,-.39,-3.36,.15,-4.56,1.44],["c",-.54,.6,-1.05,1.47,-1.32,2.22],["l",-.09,.21],["l",.24,-.12],["c",.39,-.21,.63,-.24,1.11,-.24],["c",.3,0,.45,0,.66,.06],["c",1.92,.48,2.85,2.55,1.95,4.38],["c",-.45,.99,-1.41,1.62,-2.46,1.71],["c",-1.47,.09,-2.91,-.87,-3.39,-2.25],["c",-.18,-.57,-.21,-1.32,-.03,-2.28],["c",.39,-2.25,1.83,-4.2,3.81,-5.19],["c",.69,-.36,1.59,-.6,2.37,-.69],["z"],["m",11.58,2.52],["c",.84,-.21,1.71,.3,1.89,1.14],["c",.3,1.17,-.72,2.19,-1.89,1.89],["c",-.99,-.21,-1.5,-1.32,-1.02,-2.25],["c",.18,-.39,.6,-.69,1.02,-.78],["z"],["m",0,7.5],["c",.84,-.21,1.71,.3,1.89,1.14],["c",.21,.87,-.3,1.71,-1.14,1.89],["c",-.87,.21,-1.71,-.3,-1.89,-1.14],["c",-.21,-.84,.3,-1.71,1.14,-1.89],["z"]],w:20.153,h:23.142},"clefs.G":{d:[["M",9.69,-37.41],["c",.09,-.09,.24,-.06,.36,0],["c",.12,.09,.57,.6,.96,1.11],["c",1.77,2.34,3.21,5.85,3.57,8.73],["c",.21,1.56,.03,3.27,-.45,4.86],["c",-.69,2.31,-1.92,4.47,-4.23,7.44],["c",-.3,.39,-.57,.72,-.6,.75],["c",-.03,.06,0,.15,.18,.78],["c",.54,1.68,1.38,4.44,1.68,5.49],["l",.09,.42],["l",.39,0],["c",1.47,.09,2.76,.51,3.96,1.29],["c",1.83,1.23,3.06,3.21,3.39,5.52],["c",.09,.45,.12,1.29,.06,1.74],["c",-.09,1.02,-.33,1.83,-.75,2.73],["c",-.84,1.71,-2.28,3.06,-4.02,3.72],["l",-.33,.12],["l",.03,1.26],["c",0,1.74,-.06,3.63,-.21,4.62],["c",-.45,3.06,-2.19,5.49,-4.47,6.21],["c",-.57,.18,-.9,.21,-1.59,.21],["c",-.69,0,-1.02,-.03,-1.65,-.21],["c",-1.14,-.27,-2.13,-.84,-2.94,-1.65],["c",-.99,-.99,-1.56,-2.16,-1.71,-3.54],["c",-.09,-.81,.06,-1.53,.45,-2.13],["c",.63,-.99,1.83,-1.56,3,-1.53],["c",1.5,.09,2.64,1.32,2.73,2.94],["c",.06,1.47,-.93,2.7,-2.37,2.97],["c",-.45,.06,-.84,.03,-1.29,-.09],["l",-.21,-.09],["l",.09,.12],["c",.39,.54,.78,.93,1.32,1.26],["c",1.35,.87,3.06,1.02,4.35,.36],["c",1.44,-.72,2.52,-2.28,2.97,-4.35],["c",.15,-.66,.24,-1.5,.3,-3.03],["c",.03,-.84,.03,-2.94,0,-3],["c",-.03,0,-.18,0,-.36,.03],["c",-.66,.12,-.99,.12,-1.83,.12],["c",-1.05,0,-1.71,-.06,-2.61,-.3],["c",-4.02,-.99,-7.11,-4.35,-7.8,-8.46],["c",-.12,-.66,-.12,-.99,-.12,-1.83],["c",0,-.84,0,-1.14,.15,-1.92],["c",.36,-2.28,1.41,-4.62,3.3,-7.29],["l",2.79,-3.6],["c",.54,-.66,.96,-1.2,.96,-1.23],["c",0,-.03,-.09,-.33,-.18,-.69],["c",-.96,-3.21,-1.41,-5.28,-1.59,-7.68],["c",-.12,-1.38,-.15,-3.09,-.06,-3.96],["c",.33,-2.67,1.38,-5.07,3.12,-7.08],["c",.36,-.42,.99,-1.05,1.17,-1.14],["z"],["m",2.01,4.71],["c",-.15,-.3,-.3,-.54,-.3,-.54],["c",-.03,0,-.18,.09,-.3,.21],["c",-2.4,1.74,-3.87,4.2,-4.26,7.11],["c",-.06,.54,-.06,1.41,-.03,1.89],["c",.09,1.29,.48,3.12,1.08,5.22],["c",.15,.42,.24,.78,.24,.81],["c",0,.03,.84,-1.11,1.23,-1.68],["c",1.89,-2.73,2.88,-5.07,3.15,-7.53],["c",.09,-.57,.12,-1.74,.06,-2.37],["c",-.09,-1.23,-.27,-1.92,-.87,-3.12],["z"],["m",-2.94,20.7],["c",-.21,-.72,-.39,-1.32,-.42,-1.32],["c",0,0,-1.2,1.47,-1.86,2.37],["c",-2.79,3.63,-4.02,6.3,-4.35,9.3],["c",-.03,.21,-.03,.69,-.03,1.08],["c",0,.69,0,.75,.06,1.11],["c",.12,.54,.27,.99,.51,1.47],["c",.69,1.38,1.83,2.55,3.42,3.42],["c",.96,.54,2.07,.9,3.21,1.08],["c",.78,.12,2.04,.12,2.94,-.03],["c",.51,-.06,.45,-.03,.42,-.3],["c",-.24,-3.33,-.72,-6.33,-1.62,-10.08],["c",-.09,-.39,-.18,-.75,-.18,-.78],["c",-.03,-.03,-.42,0,-.81,.09],["c",-.9,.18,-1.65,.57,-2.22,1.14],["c",-.72,.72,-1.08,1.65,-1.05,2.64],["c",.06,.96,.48,1.83,1.23,2.58],["c",.36,.36,.72,.63,1.17,.9],["c",.33,.18,.36,.21,.42,.33],["c",.18,.42,-.18,.9,-.6,.87],["c",-.18,-.03,-.84,-.36,-1.26,-.63],["c",-.78,-.51,-1.38,-1.11,-1.86,-1.83],["c",-1.77,-2.7,-.99,-6.42,1.71,-8.19],["c",.3,-.21,.81,-.48,1.17,-.63],["c",.3,-.09,1.02,-.3,1.14,-.3],["c",.06,0,.09,0,.09,-.03],["c",.03,-.03,-.51,-1.92,-1.23,-4.26],["z"],["m",3.78,7.41],["c",-.18,-.03,-.36,-.06,-.39,-.06],["c",-.03,0,0,.21,.18,1.02],["c",.75,3.18,1.26,6.3,1.5,9.09],["c",.06,.72,0,.69,.51,.42],["c",.78,-.36,1.44,-.96,1.98,-1.77],["c",1.08,-1.62,1.2,-3.69,.3,-5.55],["c",-.81,-1.62,-2.31,-2.79,-4.08,-3.15],["z"]],w:19.051,h:57.057},"clefs.perc":{d:[["M",5.07,-7.44],["l",.09,-.06],["l",1.53,0],["l",1.53,0],["l",.09,.06],["l",.06,.09],["l",0,7.35],["l",0,7.32],["l",-.06,.09],["l",-.09,.06],["l",-1.53,0],["l",-1.53,0],["l",-.09,-.06],["l",-.06,-.09],["l",0,-7.32],["l",0,-7.35],["z"],["m",6.63,0],["l",.09,-.06],["l",1.53,0],["l",1.53,0],["l",.09,.06],["l",.06,.09],["l",0,7.35],["l",0,7.32],["l",-.06,.09],["l",-.09,.06],["l",-1.53,0],["l",-1.53,0],["l",-.09,-.06],["l",-.06,-.09],["l",0,-7.32],["l",0,-7.35],["z"]],w:21,h:14.97},"tab.big":{d:[["M",20.16,-21.66],["c",.24,-.09,.66,.09,.78,.36],["c",.09,.21,.09,.24,-.18,.54],["c",-.78,.81,-1.86,1.44,-2.94,1.71],["c",-.87,.24,-1.71,.24,-2.55,.03],["l",-.06,-.03],["l",-.18,.99],["c",-.33,1.98,-.75,4.26,-.96,5.04],["c",-.42,1.65,-1.26,3.18,-2.28,4.14],["c",-.57,.57,-1.17,.9,-1.86,1.08],["c",-.18,.06,-.33,.06,-.66,.06],["c",-.54,0,-.78,-.03,-1.23,-.27],["c",-.39,-.18,-.66,-.39,-1.38,-.99],["c",-.3,-.24,-.66,-.51,-.75,-.57],["c",-.21,-.15,-.27,-.24,-.24,-.45],["c",.06,-.27,.36,-.6,.6,-.66],["c",.18,-.03,.33,.06,.9,.57],["c",.48,.42,.72,.57,.93,.69],["c",.66,.33,1.38,.21,1.95,-.36],["c",.63,-.6,1.05,-1.62,1.23,-3],["c",.03,-.18,.09,-.66,.09,-1.11],["c",.09,-1.56,.33,-3.81,.57,-5.49],["c",.06,-.33,.09,-.63,.09,-.63],["c",-.03,-.03,-.81,-.12,-1.02,-.12],["c",-.57,0,-1.32,.12,-1.8,.33],["c",-.87,.3,-1.35,.78,-1.5,1.41],["c",-.18,.63,.09,1.26,.66,1.65],["c",.12,.06,.15,.12,.18,.24],["c",.09,.27,.06,.57,-.09,.75],["c",-.03,.06,-.12,.09,-.27,.15],["c",-.72,.21,-1.44,.15,-2.1,-.18],["c",-.54,-.27,-.96,-.66,-1.2,-1.14],["c",-.39,-.75,-.33,-1.74,.15,-2.52],["c",.27,-.42,.84,-.93,1.41,-1.23],["c",1.17,-.57,2.88,-.9,4.8,-.9],["c",.69,0,.78,0,1.08,.06],["c",.45,.09,1.11,.3,2.07,.6],["c",1.47,.48,1.83,.57,2.55,.54],["c",1.02,-.06,2.04,-.45,2.94,-1.11],["c",.12,-.09,.24,-.18,.27,-.18],["z"],["m",-5.88,13.05],["c",.21,-.03,.81,0,1.08,.06],["c",.48,.12,.9,.42,.99,.69],["c",.03,.09,.03,.15,0,.27],["c",0,.09,-.03,.57,-.06,1.08],["c",-.09,2.19,-.24,5.76,-.39,8.28],["c",-.06,1.53,-.06,1.77,.03,2.01],["c",.09,.18,.15,.24,.3,.3],["c",.24,.12,.54,.06,1.23,-.27],["c",.57,-.27,.66,-.3,.75,-.24],["c",.09,.06,.18,.3,.18,.45],["c",0,.33,-.15,.51,-.45,.63],["c",-.12,.03,-.39,.15,-.6,.27],["c",-1.17,.6,-1.38,.69,-1.8,.72],["c",-.45,.03,-.78,-.09,-1.08,-.39],["c",-.39,-.42,-.66,-1.2,-1.02,-3.12],["c",-.24,-1.23,-.36,-2.07,-.54,-3.75],["l",0,-.18],["l",-.36,.45],["c",-.6,.75,-1.32,1.59,-1.95,2.25],["c",-.15,.18,-.27,.3,-.27,.33],["c",0,0,.06,.09,.15,.18],["c",.24,.33,.6,.57,1.05,.69],["c",.18,.06,.3,.06,.69,.06],["l",.48,.03],["l",.06,.12],["c",.15,.27,.03,.72,-.21,.9],["c",-.18,.12,-.93,.27,-1.41,.27],["c",-.84,0,-1.59,-.3,-1.98,-.84],["l",-.12,-.15],["l",-.45,.42],["c",-.99,.87,-1.53,1.32,-2.16,1.74],["c",-.78,.51,-1.5,.84,-2.1,.93],["c",-.69,.12,-1.2,.03,-1.95,-.42],["c",-.21,-.12,-.51,-.27,-.66,-.36],["c",-.24,-.12,-.3,-.18,-.33,-.24],["c",-.12,-.27,.15,-.78,.45,-.93],["c",.24,-.12,.33,-.09,.9,.18],["c",.6,.3,.84,.39,1.2,.36],["c",.87,-.09,1.77,-.69,3.24,-2.31],["c",2.67,-2.85,4.59,-5.94,5.7,-9.15],["c",.15,-.45,.24,-.63,.42,-.81],["c",.21,-.24,.6,-.45,.99,-.51],["z"],["m",-3.99,16.05],["c",.18,0,.69,-.03,1.17,0],["c",3.27,.03,5.37,.75,6,2.07],["c",.45,.99,.12,2.4,-.81,3.42],["c",-.24,.27,-.57,.57,-.84,.75],["c",-.09,.06,-.18,.09,-.18,.12],["c",0,0,.18,.03,.42,.09],["c",1.23,.3,2.01,.81,2.37,1.59],["c",.27,.54,.3,1.32,.09,2.1],["c",-.12,.36,-.45,1.05,-.69,1.35],["c",-.87,1.17,-2.1,1.92,-3.54,2.25],["c",-.36,.06,-.48,.06,-.96,.06],["c",-.45,0,-.66,0,-.84,-.03],["c",-.84,-.18,-1.47,-.51,-2.07,-1.11],["c",-.33,-.33,-.45,-.51,-.45,-.63],["c",0,-.06,.03,-.15,.06,-.24],["c",.18,-.33,.69,-.6,.93,-.48],["c",.03,.03,.15,.12,.27,.24],["c",.39,.42,.99,.57,1.62,.45],["c",1.05,-.21,1.98,-1.02,2.31,-2.01],["c",.48,-1.53,-.48,-2.55,-2.58,-2.67],["c",-.21,0,-.36,-.03,-.42,-.06],["c",-.15,-.09,-.21,-.51,-.06,-.78],["c",.12,-.27,.24,-.33,.6,-.36],["c",.57,-.06,1.11,-.42,1.5,-.99],["c",.48,-.72,.54,-1.59,.18,-2.31],["c",-.12,-.21,-.45,-.54,-.69,-.69],["c",-.33,-.21,-.93,-.45,-1.35,-.51],["l",-.12,-.03],["l",-.06,.48],["c",-.54,2.94,-1.14,6.24,-1.29,6.75],["c",-.33,1.35,-.93,2.61,-1.65,3.6],["c",-.3,.36,-.81,.9,-1.14,1.14],["c",-.3,.24,-.84,.48,-1.14,.57],["c",-.33,.09,-.96,.09,-1.26,.03],["c",-.45,-.12,-.87,-.39,-1.53,-.96],["c",-.24,-.15,-.51,-.39,-.63,-.48],["c",-.3,-.21,-.33,-.33,-.21,-.63],["c",.12,-.18,.27,-.36,.42,-.45],["c",.27,-.12,.36,-.09,.87,.33],["c",.78,.6,1.08,.75,1.65,.72],["c",.45,-.03,.81,-.21,1.17,-.54],["c",.87,-.9,1.38,-2.85,1.38,-5.37],["c",0,-.6,.03,-1.11,.12,-2.04],["c",.06,-.69,.24,-2.01,.33,-2.58],["c",.06,-.24,.06,-.42,.06,-.42],["c",0,0,-.12,.03,-.21,.09],["c",-1.44,.57,-2.16,1.65,-1.74,2.55],["c",.09,.15,.18,.24,.27,.33],["c",.24,.21,.3,.27,.33,.39],["c",.06,.24,0,.63,-.15,.78],["c",-.09,.12,-.54,.21,-.96,.24],["c",-1.02,.03,-2.01,-.48,-2.43,-1.32],["c",-.21,-.45,-.27,-.9,-.15,-1.44],["c",.06,-.27,.21,-.66,.39,-.93],["c",.87,-1.29,3,-2.22,5.64,-2.43],["z"]],w:19.643,h:43.325},"tab.tiny":{d:[["M",16.02,-17.25],["c",.12,-.09,.15,-.09,.27,-.09],["c",.21,.03,.51,.3,.51,.45],["c",0,.06,-.12,.18,-.3,.36],["c",-1.11,1.08,-2.55,1.59,-3.84,1.41],["c",-.15,-.03,-.33,-.06,-.39,-.09],["c",-.06,-.03,-.09,-.03,-.12,-.03],["c",0,0,-.06,.42,-.15,.93],["c",-.33,2.01,-.66,3.69,-.84,4.26],["c",-.42,1.41,-1.23,2.67,-2.16,3.33],["c",-.27,.18,-.75,.42,-.99,.48],["c",-.3,.09,-.72,.09,-1.02,.06],["c",-.45,-.09,-.84,-.33,-1.53,-.9],["c",-.21,-.18,-.51,-.39,-.63,-.48],["c",-.27,-.21,-.3,-.24,-.3,-.36],["c",0,-.12,.09,-.36,.18,-.45],["c",.09,-.09,.27,-.18,.36,-.18],["c",.12,0,.3,.12,.66,.45],["c",.57,.51,.87,.69,1.23,.72],["c",.93,.06,1.68,-.78,1.98,-2.37],["c",.09,-.39,.15,-.75,.18,-1.53],["c",.06,-.99,.24,-2.79,.42,-4.05],["c",.03,-.3,.06,-.57,.06,-.6],["c",0,-.06,-.03,-.09,-.15,-.12],["c",-.9,-.18,-2.13,.06,-2.76,.57],["c",-.36,.3,-.51,.6,-.51,1.02],["c",0,.45,.15,.75,.48,.99],["c",.06,.06,.15,.18,.18,.24],["c",.12,.24,.03,.63,-.15,.69],["c",-.24,.12,-.6,.15,-.9,.15],["c",-.36,-.03,-.57,-.09,-.87,-.24],["c",-.78,-.36,-1.23,-1.11,-1.2,-1.92],["c",.12,-1.53,1.74,-2.49,4.62,-2.7],["c",1.2,-.09,1.47,-.03,3.33,.57],["c",.9,.3,1.14,.36,1.56,.39],["c",.45,0,.93,-.06,1.38,-.21],["c",.51,-.18,.81,-.33,1.41,-.75],["z"],["m",-4.68,10.38],["c",.39,-.06,.84,0,1.2,.15],["c",.24,.12,.36,.21,.45,.36],["l",.09,.09],["l",-.06,1.41],["c",-.09,2.19,-.18,3.96,-.27,5.49],["c",-.03,.78,-.06,1.59,-.06,1.86],["c",0,.42,0,.48,.06,.57],["c",.06,.18,.18,.24,.36,.27],["c",.18,0,.39,-.06,.84,-.27],["c",.45,-.21,.54,-.24,.63,-.18],["c",.12,.12,.15,.54,.03,.69],["c",-.03,.03,-.15,.12,-.27,.18],["c",-.15,.03,-.3,.12,-.36,.15],["c",-.87,.45,-1.02,.51,-1.26,.57],["c",-.33,.09,-.6,.06,-.84,-.06],["c",-.42,-.18,-.63,-.6,-.87,-1.44],["c",-.3,-1.23,-.57,-2.97,-.66,-4.08],["c",0,-.18,-.03,-.3,-.03,-.33],["l",-.06,.06],["c",-.18,.27,-1.11,1.38,-1.68,2.01],["l",-.33,.33],["l",.06,.09],["c",.06,.15,.27,.33,.48,.42],["c",.27,.18,.51,.24,.96,.27],["l",.39,0],["l",.03,.12],["c",.12,.21,.03,.57,-.15,.69],["c",-.03,.03,-.21,.09,-.36,.15],["c",-.27,.06,-.39,.06,-.75,.06],["c",-.48,0,-.75,-.03,-1.08,-.21],["c",-.21,-.12,-.51,-.36,-.57,-.48],["l",-.03,-.09],["l",-.39,.36],["c",-1.47,1.35,-2.49,1.98,-3.42,2.13],["c",-.54,.09,-.96,-.03,-1.62,-.39],["c",-.21,-.15,-.45,-.27,-.54,-.3],["c",-.18,-.09,-.21,-.21,-.12,-.45],["c",.06,-.27,.33,-.48,.54,-.48],["c",.03,0,.27,.09,.48,.21],["c",.48,.24,.69,.27,.99,.27],["c",.6,-.06,1.17,-.42,2.1,-1.35],["c",2.22,-2.22,4.02,-4.98,4.95,-7.59],["c",.21,-.57,.3,-.78,.48,-.93],["c",.15,-.15,.42,-.27,.66,-.33],["z"],["m",-3.06,12.84],["c",.27,-.03,1.68,0,2.01,.03],["c",1.92,.18,3.15,.69,3.63,1.5],["c",.18,.33,.24,.51,.21,.93],["c",0,.45,-.06,.72,-.24,1.11],["c",-.24,.51,-.69,1.02,-1.17,1.35],["c",-.21,.15,-.21,.15,-.12,.18],["c",.72,.15,1.11,.3,1.5,.57],["c",.39,.24,.63,.57,.75,.96],["c",.09,.3,.09,.96,0,1.29],["c",-.15,.57,-.39,1.05,-.78,1.5],["c",-.66,.75,-1.62,1.32,-2.61,1.53],["c",-.27,.06,-.42,.06,-.84,.06],["c",-.48,0,-.57,0,-.81,-.06],["c",-.6,-.18,-1.05,-.42,-1.47,-.81],["c",-.36,-.39,-.42,-.51,-.3,-.75],["c",.12,-.21,.39,-.39,.6,-.39],["c",.09,0,.15,.03,.33,.18],["c",.12,.12,.27,.24,.36,.27],["c",.96,.48,2.46,-.33,2.82,-1.5],["c",.24,-.81,-.03,-1.44,-.69,-1.77],["c",-.39,-.21,-1.02,-.33,-1.53,-.33],["c",-.18,0,-.21,0,-.27,-.09],["c",-.06,-.09,-.06,-.3,-.03,-.48],["c",.06,-.18,.18,-.36,.33,-.36],["c",.39,-.06,.51,-.09,.72,-.18],["c",.69,-.36,1.11,-1.23,.99,-2.01],["c",-.09,-.51,-.42,-.9,-.93,-1.17],["c",-.24,-.12,-.6,-.27,-.87,-.3],["c",-.09,-.03,-.09,-.03,-.12,.12],["c",0,.09,-.21,1.11,-.42,2.25],["c",-.66,3.75,-.72,3.99,-1.26,5.07],["c",-.9,1.89,-2.25,2.85,-3.48,2.61],["c",-.39,-.09,-.69,-.27,-1.38,-.84],["c",-.63,-.51,-.63,-.48,-.63,-.6],["c",0,-.18,.18,-.48,.39,-.57],["c",.21,-.12,.3,-.09,.81,.33],["c",.15,.15,.39,.3,.54,.36],["c",.18,.12,.27,.12,.48,.15],["c",.99,.06,1.71,-.78,2.04,-2.46],["c",.12,-.66,.18,-1.14,.21,-2.22],["c",.03,-1.23,.12,-2.25,.36,-3.63],["c",.03,-.24,.06,-.45,.06,-.48],["c",-.06,-.03,-.66,.27,-.9,.42],["c",-.06,.06,-.21,.18,-.33,.3],["c",-.57,.57,-.6,1.35,-.06,1.74],["c",.18,.12,.24,.24,.21,.51],["c",-.03,.3,-.15,.42,-.57,.48],["c",-1.11,.24,-2.22,-.42,-2.43,-1.38],["c",-.09,-.45,.03,-1.02,.3,-1.47],["c",.18,-.24,.6,-.63,.9,-.84],["c",.9,-.6,2.28,-1.02,3.69,-1.11],["z"]],w:15.709,h:34.656},"timesig.common":{d:[["M",6.66,-7.83],["c",.72,-.06,1.41,-.03,1.98,.09],["c",1.2,.27,2.34,.96,3.09,1.92],["c",.63,.81,1.08,1.86,1.14,2.73],["c",.06,1.02,-.51,1.92,-1.44,2.22],["c",-.24,.09,-.3,.09,-.63,.09],["c",-.33,0,-.42,0,-.63,-.06],["c",-.66,-.24,-1.14,-.63,-1.41,-1.2],["c",-.15,-.3,-.21,-.51,-.24,-.9],["c",-.06,-1.08,.57,-2.04,1.56,-2.37],["c",.18,-.06,.27,-.06,.63,-.06],["l",.45,0],["c",.06,.03,.09,.03,.09,0],["c",0,0,-.09,-.12,-.24,-.27],["c",-1.02,-1.11,-2.55,-1.68,-4.08,-1.5],["c",-1.29,.15,-2.04,.69,-2.4,1.74],["c",-.36,.93,-.42,1.89,-.42,5.37],["c",0,2.97,.06,3.96,.24,4.77],["c",.24,1.08,.63,1.68,1.41,2.07],["c",.81,.39,2.16,.45,3.18,.09],["c",1.29,-.45,2.37,-1.53,3.03,-2.97],["c",.15,-.33,.33,-.87,.39,-1.17],["c",.09,-.24,.15,-.36,.3,-.39],["c",.21,-.03,.42,.15,.39,.36],["c",-.06,.39,-.42,1.38,-.69,1.89],["c",-.96,1.8,-2.49,2.94,-4.23,3.18],["c",-.99,.12,-2.58,-.06,-3.63,-.45],["c",-.96,-.36,-1.71,-.84,-2.4,-1.5],["c",-1.11,-1.11,-1.8,-2.61,-2.04,-4.56],["c",-.06,-.6,-.06,-2.01,0,-2.61],["c",.24,-1.95,.9,-3.45,2.01,-4.56],["c",.69,-.66,1.44,-1.11,2.37,-1.47],["c",.63,-.24,1.47,-.42,2.22,-.48],["z"]],w:13.038,h:15.689},"timesig.cut":{d:[["M",6.24,-10.44],["c",.09,-.06,.09,-.06,.48,-.06],["c",.36,0,.36,0,.45,.06],["l",.06,.09],["l",0,1.23],["l",0,1.26],["l",.27,0],["c",1.26,0,2.49,.45,3.48,1.29],["c",1.05,.87,1.8,2.28,1.89,3.48],["c",.06,1.02,-.51,1.92,-1.44,2.22],["c",-.24,.09,-.3,.09,-.63,.09],["c",-.33,0,-.42,0,-.63,-.06],["c",-.66,-.24,-1.14,-.63,-1.41,-1.2],["c",-.15,-.3,-.21,-.51,-.24,-.9],["c",-.06,-1.08,.57,-2.04,1.56,-2.37],["c",.18,-.06,.27,-.06,.63,-.06],["l",.45,0],["c",.06,.03,.09,.03,.09,0],["c",0,-.03,-.45,-.51,-.66,-.69],["c",-.87,-.69,-1.83,-1.05,-2.94,-1.11],["l",-.42,0],["l",0,7.17],["l",0,7.14],["l",.42,0],["c",.69,-.03,1.23,-.18,1.86,-.51],["c",1.05,-.51,1.89,-1.47,2.46,-2.7],["c",.15,-.33,.33,-.87,.39,-1.17],["c",.09,-.24,.15,-.36,.3,-.39],["c",.21,-.03,.42,.15,.39,.36],["c",-.03,.24,-.21,.78,-.39,1.2],["c",-.96,2.37,-2.94,3.9,-5.13,3.9],["l",-.3,0],["l",0,1.26],["l",0,1.23],["l",-.06,.09],["c",-.09,.06,-.09,.06,-.45,.06],["c",-.39,0,-.39,0,-.48,-.06],["l",-.06,-.09],["l",0,-1.29],["l",0,-1.29],["l",-.21,-.03],["c",-1.23,-.21,-2.31,-.63,-3.21,-1.29],["c",-.15,-.09,-.45,-.36,-.66,-.57],["c",-1.11,-1.11,-1.8,-2.61,-2.04,-4.56],["c",-.06,-.6,-.06,-2.01,0,-2.61],["c",.24,-1.95,.93,-3.45,2.04,-4.59],["c",.42,-.39,.78,-.66,1.26,-.93],["c",.75,-.45,1.65,-.75,2.61,-.9],["l",.21,-.03],["l",0,-1.29],["l",0,-1.29],["z"],["m",-.06,10.44],["c",0,-5.58,0,-6.99,-.03,-6.99],["c",-.15,0,-.63,.27,-.87,.45],["c",-.45,.36,-.75,.93,-.93,1.77],["c",-.18,.81,-.24,1.8,-.24,4.74],["c",0,2.97,.06,3.96,.24,4.77],["c",.24,1.08,.66,1.68,1.41,2.07],["c",.12,.06,.3,.12,.33,.15],["l",.09,0],["l",0,-6.96],["z"]],w:13.038,h:20.97},"timesig.imperfectum":{d:[["M",13,-5],["a",8,8,0,1,0,0,10]],w:13.038,h:20.97},"timesig.imperfectum2":{d:[["M",13,-5],["a",8,8,0,1,0,0,10]],w:13.038,h:20.97},"timesig.perfectum":{d:[["M",13,-5],["a",8,8,0,1,0,0,10]],w:13.038,h:20.97},"timesig.perfectum2":{d:[["M",13,-5],["a",8,8,0,1,0,0,10]],w:13.038,h:20.97},f:{d:[["M",9.93,-14.28],["c",1.53,-.18,2.88,.45,3.12,1.5],["c",.12,.51,0,1.32,-.27,1.86],["c",-.15,.3,-.42,.57,-.63,.69],["c",-.69,.36,-1.56,.03,-1.83,-.69],["c",-.09,-.24,-.09,-.69,0,-.87],["c",.06,-.12,.21,-.24,.45,-.42],["c",.42,-.24,.57,-.45,.6,-.72],["c",.03,-.33,-.09,-.39,-.63,-.42],["c",-.3,0,-.45,0,-.6,.03],["c",-.81,.21,-1.35,.93,-1.74,2.46],["c",-.06,.27,-.48,2.25,-.48,2.31],["c",0,.03,.39,.03,.9,.03],["c",.72,0,.9,0,.99,.06],["c",.42,.15,.45,.72,.03,.9],["c",-.12,.06,-.24,.06,-1.17,.06],["l",-1.05,0],["l",-.78,2.55],["c",-.45,1.41,-.87,2.79,-.96,3.06],["c",-.87,2.37,-2.37,4.74,-3.78,5.91],["c",-1.05,.9,-2.04,1.23,-3.09,1.08],["c",-1.11,-.18,-1.89,-.78,-2.04,-1.59],["c",-.12,-.66,.15,-1.71,.54,-2.19],["c",.69,-.75,1.86,-.54,2.22,.39],["c",.06,.15,.09,.27,.09,.48],["c",0,.24,-.03,.27,-.12,.42],["c",-.03,.09,-.15,.18,-.27,.27],["c",-.09,.06,-.27,.21,-.36,.27],["c",-.24,.18,-.36,.36,-.39,.6],["c",-.03,.33,.09,.39,.63,.42],["c",.42,0,.63,-.03,.9,-.15],["c",.6,-.3,.96,-.96,1.38,-2.64],["c",.09,-.42,.63,-2.55,1.17,-4.77],["l",1.02,-4.08],["c",0,-.03,-.36,-.03,-.81,-.03],["c",-.72,0,-.81,0,-.93,-.06],["c",-.42,-.18,-.39,-.75,.03,-.9],["c",.09,-.06,.27,-.06,1.05,-.06],["l",.96,0],["l",0,-.09],["c",.06,-.18,.3,-.72,.51,-1.17],["c",1.2,-2.46,3.3,-4.23,5.34,-4.5],["z"]],w:16.155,h:19.445},m:{d:[["M",2.79,-8.91],["c",.09,0,.3,-.03,.45,-.03],["c",.24,.03,.3,.03,.45,.12],["c",.36,.15,.63,.54,.75,1.02],["l",.03,.21],["l",.33,-.3],["c",.69,-.69,1.38,-1.02,2.07,-1.02],["c",.27,0,.33,0,.48,.06],["c",.21,.09,.48,.36,.63,.6],["c",.03,.09,.12,.27,.18,.42],["c",.03,.15,.09,.27,.12,.27],["c",0,0,.09,-.09,.18,-.21],["c",.33,-.39,.87,-.81,1.29,-.99],["c",.78,-.33,1.47,-.21,2.01,.33],["c",.3,.33,.48,.69,.6,1.14],["c",.09,.42,.06,.54,-.54,3.06],["c",-.33,1.29,-.57,2.4,-.57,2.43],["c",0,.12,.09,.21,.21,.21],["c",.24,0,.75,-.3,1.2,-.72],["c",.45,-.39,.6,-.45,.78,-.27],["c",.18,.18,.09,.36,-.45,.87],["c",-1.05,.96,-1.83,1.47,-2.58,1.71],["c",-.93,.33,-1.53,.21,-1.8,-.33],["c",-.06,-.15,-.06,-.21,-.06,-.45],["c",0,-.24,.03,-.48,.6,-2.82],["c",.42,-1.71,.6,-2.64,.63,-2.79],["c",.03,-.57,-.3,-.75,-.84,-.48],["c",-.24,.12,-.54,.39,-.66,.63],["c",-.03,.09,-.42,1.38,-.9,3],["c",-.9,3.15,-.84,3,-1.14,3.15],["l",-.15,.09],["l",-.78,0],["c",-.6,0,-.78,0,-.84,-.06],["c",-.09,-.03,-.18,-.18,-.18,-.27],["c",0,-.03,.36,-1.38,.84,-2.97],["c",.57,-2.04,.81,-2.97,.84,-3.12],["c",.03,-.54,-.3,-.72,-.84,-.45],["c",-.24,.12,-.57,.42,-.66,.63],["c",-.06,.09,-.51,1.44,-1.05,2.97],["c",-.51,1.56,-.99,2.85,-.99,2.91],["c",-.06,.12,-.21,.24,-.36,.3],["c",-.12,.06,-.21,.06,-.9,.06],["c",-.6,0,-.78,0,-.84,-.06],["c",-.09,-.03,-.18,-.18,-.18,-.27],["c",0,-.03,.45,-1.38,.99,-2.97],["c",1.05,-3.18,1.05,-3.18,.93,-3.45],["c",-.12,-.27,-.39,-.3,-.72,-.15],["c",-.54,.27,-1.14,1.17,-1.56,2.4],["c",-.06,.15,-.15,.3,-.18,.36],["c",-.21,.21,-.57,.27,-.72,.09],["c",-.09,-.09,-.06,-.21,.06,-.63],["c",.48,-1.26,1.26,-2.46,2.01,-3.21],["c",.57,-.54,1.2,-.87,1.83,-1.02],["z"]],w:14.687,h:9.126},p:{d:[["M",1.92,-8.7],["c",.27,-.09,.81,-.06,1.11,.03],["c",.54,.18,.93,.51,1.17,.99],["c",.09,.15,.15,.33,.18,.36],["l",0,.12],["l",.3,-.27],["c",.66,-.6,1.35,-1.02,2.13,-1.2],["c",.21,-.06,.33,-.06,.78,-.06],["c",.45,0,.51,0,.84,.09],["c",1.29,.33,2.07,1.32,2.25,2.79],["c",.09,.81,-.09,2.01,-.45,2.79],["c",-.54,1.26,-1.86,2.55,-3.18,3.03],["c",-.45,.18,-.81,.24,-1.29,.24],["c",-.69,-.03,-1.35,-.18,-1.86,-.45],["c",-.3,-.15,-.51,-.18,-.69,-.09],["c",-.09,.03,-.18,.09,-.18,.12],["c",-.09,.12,-1.05,2.94,-1.05,3.06],["c",0,.24,.18,.48,.51,.63],["c",.18,.06,.54,.15,.75,.15],["c",.21,0,.36,.06,.42,.18],["c",.12,.18,.06,.42,-.12,.54],["c",-.09,.03,-.15,.03,-.78,0],["c",-1.98,-.15,-3.81,-.15,-5.79,0],["c",-.63,.03,-.69,.03,-.78,0],["c",-.24,-.15,-.24,-.57,.03,-.66],["c",.06,-.03,.48,-.09,.99,-.12],["c",.87,-.06,1.11,-.09,1.35,-.21],["c",.18,-.06,.33,-.18,.39,-.3],["c",.06,-.12,3.24,-9.42,3.27,-9.6],["c",.06,-.33,.03,-.57,-.15,-.69],["c",-.09,-.06,-.12,-.06,-.3,-.06],["c",-.69,.06,-1.53,1.02,-2.28,2.61],["c",-.09,.21,-.21,.45,-.27,.51],["c",-.09,.12,-.33,.24,-.48,.24],["c",-.18,0,-.36,-.15,-.36,-.3],["c",0,-.24,.78,-1.83,1.26,-2.55],["c",.72,-1.11,1.47,-1.74,2.28,-1.92],["z"],["m",5.37,1.47],["c",-.27,-.12,-.75,-.03,-1.14,.21],["c",-.75,.48,-1.47,1.68,-1.89,3.15],["c",-.45,1.47,-.42,2.34,0,2.7],["c",.45,.39,1.26,.21,1.83,-.36],["c",.51,-.51,.99,-1.68,1.38,-3.27],["c",.3,-1.17,.33,-1.74,.15,-2.13],["c",-.09,-.15,-.15,-.21,-.33,-.3],["z"]],w:14.689,h:13.127},r:{d:[["M",6.33,-9.12],["c",.27,-.03,.93,0,1.2,.06],["c",.84,.21,1.23,.81,1.02,1.53],["c",-.24,.75,-.9,1.17,-1.56,.96],["c",-.33,-.09,-.51,-.3,-.66,-.75],["c",-.03,-.12,-.09,-.24,-.12,-.3],["c",-.09,-.15,-.3,-.24,-.48,-.24],["c",-.57,0,-1.38,.54,-1.65,1.08],["c",-.06,.15,-.33,1.17,-.9,3.27],["c",-.57,2.31,-.81,3.12,-.87,3.21],["c",-.03,.06,-.12,.15,-.18,.21],["l",-.12,.06],["l",-.81,.03],["c",-.69,0,-.81,0,-.9,-.03],["c",-.09,-.06,-.18,-.21,-.18,-.3],["c",0,-.06,.39,-1.62,.9,-3.51],["c",.84,-3.24,.87,-3.45,.87,-3.72],["c",0,-.21,0,-.27,-.03,-.36],["c",-.12,-.15,-.21,-.24,-.42,-.24],["c",-.24,0,-.45,.15,-.78,.42],["c",-.33,.36,-.45,.54,-.72,1.14],["c",-.03,.12,-.21,.24,-.36,.27],["c",-.12,0,-.15,0,-.24,-.06],["c",-.18,-.12,-.18,-.21,-.06,-.54],["c",.21,-.57,.42,-.93,.78,-1.32],["c",.54,-.51,1.2,-.81,1.95,-.87],["c",.81,-.03,1.53,.3,1.92,.87],["l",.12,.18],["l",.09,-.09],["c",.57,-.45,1.41,-.84,2.19,-.96],["z"]],w:9.41,h:9.132},s:{d:[["M",4.47,-8.73],["c",.09,0,.36,-.03,.57,-.03],["c",.75,.03,1.29,.24,1.71,.63],["c",.51,.54,.66,1.26,.36,1.83],["c",-.24,.42,-.63,.57,-1.11,.42],["c",-.33,-.09,-.6,-.36,-.6,-.57],["c",0,-.03,.06,-.21,.15,-.39],["c",.12,-.21,.15,-.33,.18,-.48],["c",0,-.24,-.06,-.48,-.15,-.6],["c",-.15,-.21,-.42,-.24,-.75,-.15],["c",-.27,.06,-.48,.18,-.69,.36],["c",-.39,.39,-.51,.96,-.33,1.38],["c",.09,.21,.42,.51,.78,.72],["c",1.11,.69,1.59,1.11,1.89,1.68],["c",.21,.39,.24,.78,.15,1.29],["c",-.18,1.2,-1.17,2.16,-2.52,2.52],["c",-1.02,.24,-1.95,.12,-2.7,-.42],["c",-.72,-.51,-.99,-1.47,-.6,-2.19],["c",.24,-.48,.72,-.63,1.17,-.42],["c",.33,.18,.54,.45,.57,.81],["c",0,.21,-.03,.3,-.33,.51],["c",-.33,.24,-.39,.42,-.27,.69],["c",.06,.15,.21,.27,.45,.33],["c",.3,.09,.87,.09,1.2,0],["c",.75,-.21,1.23,-.72,1.29,-1.35],["c",.03,-.42,-.15,-.81,-.54,-1.2],["c",-.24,-.24,-.48,-.42,-1.41,-1.02],["c",-.69,-.42,-1.05,-.93,-1.05,-1.47],["c",0,-.39,.12,-.87,.3,-1.23],["c",.27,-.57,.78,-1.05,1.38,-1.35],["c",.24,-.12,.63,-.27,.9,-.3],["z"]],w:6.632,h:8.758},z:{d:[["M",2.64,-7.95],["c",.36,-.09,.81,-.03,1.71,.27],["c",.78,.21,.96,.27,1.74,.3],["c",.87,.06,1.02,.03,1.38,-.21],["c",.21,-.15,.33,-.15,.48,-.06],["c",.15,.09,.21,.3,.15,.45],["c",-.03,.06,-1.26,1.26,-2.76,2.67],["l",-2.73,2.55],["l",.54,.03],["c",.54,.03,.72,.03,2.01,.15],["c",.36,.03,.9,.06,1.2,.09],["c",.66,0,.81,-.03,1.02,-.24],["c",.3,-.3,.39,-.72,.27,-1.23],["c",-.06,-.27,-.06,-.27,-.03,-.39],["c",.15,-.3,.54,-.27,.69,.03],["c",.15,.33,.27,1.02,.27,1.5],["c",0,1.47,-1.11,2.7,-2.52,2.79],["c",-.57,.03,-1.02,-.09,-2.01,-.51],["c",-1.02,-.42,-1.23,-.48,-2.13,-.54],["c",-.81,-.06,-.96,-.03,-1.26,.18],["c",-.12,.06,-.24,.12,-.27,.12],["c",-.27,0,-.45,-.3,-.36,-.51],["c",.03,-.06,1.32,-1.32,2.91,-2.79],["l",2.88,-2.73],["c",-.03,0,-.21,.03,-.42,.06],["c",-.21,.03,-.78,.09,-1.23,.12],["c",-1.11,.12,-1.23,.15,-1.95,.27],["c",-.72,.15,-1.17,.18,-1.29,.09],["c",-.27,-.18,-.21,-.75,.12,-1.26],["c",.39,-.6,.93,-1.02,1.59,-1.2],["z"]],w:8.573,h:8.743},"+":{d:[["M",3.48,-9.3],["c",.18,-.09,.36,-.09,.54,0],["c",.18,.09,.24,.15,.33,.3],["l",.06,.15],["l",0,1.29],["l",0,1.29],["l",1.29,0],["c",1.23,0,1.29,0,1.41,.06],["c",.06,.03,.15,.09,.18,.12],["c",.12,.09,.21,.33,.21,.48],["c",0,.15,-.09,.39,-.21,.48],["c",-.03,.03,-.12,.09,-.18,.12],["c",-.12,.06,-.18,.06,-1.41,.06],["l",-1.29,0],["l",0,1.29],["c",0,1.23,0,1.29,-.06,1.41],["c",-.09,.18,-.15,.24,-.3,.33],["c",-.21,.09,-.39,.09,-.57,0],["c",-.18,-.09,-.24,-.15,-.33,-.33],["c",-.06,-.12,-.06,-.18,-.06,-1.41],["l",0,-1.29],["l",-1.29,0],["c",-1.23,0,-1.29,0,-1.41,-.06],["c",-.18,-.09,-.24,-.15,-.33,-.33],["c",-.09,-.18,-.09,-.36,0,-.54],["c",.09,-.18,.15,-.24,.33,-.33],["l",.15,-.06],["l",1.26,0],["l",1.29,0],["l",0,-1.29],["c",0,-1.23,0,-1.29,.06,-1.41],["c",.09,-.18,.15,-.24,.33,-.33],["z"]],w:7.507,h:7.515},",":{d:[["M",1.32,-3.36],["c",.57,-.15,1.17,.03,1.59,.45],["c",.45,.45,.6,.96,.51,1.89],["c",-.09,1.23,-.42,2.46,-.99,3.93],["c",-.3,.72,-.72,1.62,-.78,1.68],["c",-.18,.21,-.51,.18,-.66,-.06],["c",-.03,-.06,-.06,-.15,-.06,-.18],["c",0,-.06,.12,-.33,.24,-.63],["c",.84,-1.8,1.02,-2.61,.69,-3.24],["c",-.12,-.24,-.27,-.36,-.75,-.6],["c",-.36,-.15,-.42,-.21,-.6,-.39],["c",-.69,-.69,-.69,-1.71,0,-2.4],["c",.21,-.21,.51,-.39,.81,-.45],["z"]],w:3.452,h:8.143},"-":{d:[["M",.18,-5.34],["c",.09,-.06,.15,-.06,2.31,-.06],["c",2.46,0,2.37,0,2.46,.21],["c",.12,.21,.03,.42,-.15,.54],["c",-.09,.06,-.15,.06,-2.28,.06],["c",-2.16,0,-2.22,0,-2.31,-.06],["c",-.27,-.15,-.27,-.54,-.03,-.69],["z"]],w:5.001,h:.81},".":{d:[["M",1.32,-3.36],["c",1.05,-.27,2.1,.57,2.1,1.65],["c",0,1.08,-1.05,1.92,-2.1,1.65],["c",-.9,-.21,-1.5,-1.14,-1.26,-2.04],["c",.12,-.63,.63,-1.11,1.26,-1.26],["z"]],w:3.413,h:3.402},"scripts.wedge":{d:[["M",-3.66,-7.44],["c",.06,-.09,0,-.09,.81,.03],["c",1.86,.3,3.84,.3,5.73,0],["c",.78,-.12,.72,-.12,.78,-.03],["c",.15,.15,.12,.24,-.24,.6],["c",-.93,.93,-1.98,2.76,-2.67,4.62],["c",-.3,.78,-.51,1.71,-.51,2.13],["c",0,.15,0,.18,-.06,.27],["c",-.12,.09,-.24,.09,-.36,0],["c",-.06,-.09,-.06,-.12,-.06,-.27],["c",0,-.42,-.21,-1.35,-.51,-2.13],["c",-.69,-1.86,-1.74,-3.69,-2.67,-4.62],["c",-.36,-.36,-.39,-.45,-.24,-.6],["z"]],w:7.49,h:7.752},"scripts.thumb":{d:[["M",-.54,-3.69],["c",.15,-.03,.36,-.06,.51,-.06],["c",1.44,0,2.58,1.11,2.94,2.85],["c",.09,.48,.09,1.32,0,1.8],["c",-.27,1.41,-1.08,2.43,-2.16,2.73],["l",-.18,.06],["l",0,.12],["c",.03,.06,.06,.45,.09,.87],["c",.03,.57,.03,.78,0,.84],["c",-.09,.27,-.39,.48,-.66,.48],["c",-.27,0,-.57,-.21,-.66,-.48],["c",-.03,-.06,-.03,-.27,0,-.84],["c",.03,-.42,.06,-.81,.09,-.87],["l",0,-.12],["l",-.18,-.06],["c",-1.08,-.3,-1.89,-1.32,-2.16,-2.73],["c",-.09,-.48,-.09,-1.32,0,-1.8],["c",.15,-.84,.51,-1.53,1.02,-2.04],["c",.39,-.39,.84,-.63,1.35,-.75],["z"],["m",1.05,.9],["c",-.15,-.09,-.21,-.09,-.45,-.12],["c",-.15,0,-.3,.03,-.39,.03],["c",-.57,.18,-.9,.72,-1.08,1.74],["c",-.06,.48,-.06,1.8,0,2.28],["c",.15,.9,.42,1.44,.9,1.65],["c",.18,.09,.21,.09,.51,.09],["c",.3,0,.33,0,.51,-.09],["c",.48,-.21,.75,-.75,.9,-1.65],["c",.03,-.27,.03,-.54,.03,-1.14],["c",0,-.6,0,-.87,-.03,-1.14],["c",-.15,-.9,-.45,-1.44,-.9,-1.65],["z"]],w:5.955,h:9.75},"scripts.open":{d:[["M",-.54,-3.69],["c",.15,-.03,.36,-.06,.51,-.06],["c",1.44,0,2.58,1.11,2.94,2.85],["c",.09,.48,.09,1.32,0,1.8],["c",-.33,1.74,-1.47,2.85,-2.91,2.85],["c",-1.44,0,-2.58,-1.11,-2.91,-2.85],["c",-.09,-.48,-.09,-1.32,0,-1.8],["c",.15,-.84,.51,-1.53,1.02,-2.04],["c",.39,-.39,.84,-.63,1.35,-.75],["z"],["m",1.11,.9],["c",-.21,-.09,-.27,-.09,-.51,-.12],["c",-.3,0,-.42,.03,-.66,.15],["c",-.24,.12,-.51,.39,-.66,.63],["c",-.54,.93,-.63,2.64,-.21,3.81],["c",.21,.54,.51,.9,.93,1.11],["c",.21,.09,.24,.09,.54,.09],["c",.3,0,.33,0,.54,-.09],["c",.42,-.21,.72,-.57,.93,-1.11],["c",.36,-.99,.36,-2.37,0,-3.36],["c",-.21,-.54,-.51,-.9,-.9,-1.11],["z"]],w:5.955,h:7.5},"scripts.longphrase":{d:[["M",1.47,-15.09],["c",.36,-.09,.66,-.18,.69,-.18],["c",.06,0,.06,.54,.06,11.25],["l",0,11.25],["l",-.63,.15],["c",-.66,.18,-1.44,.39,-1.5,.39],["c",-.03,0,-.03,-3.39,-.03,-11.25],["l",0,-11.25],["l",.36,-.09],["c",.21,-.06,.66,-.18,1.05,-.27],["z"]],w:2.16,h:23.04},"scripts.mediumphrase":{d:[["M",1.47,-7.59],["c",.36,-.09,.66,-.18,.69,-.18],["c",.06,0,.06,.39,.06,7.5],["l",0,7.5],["l",-.63,.15],["c",-.66,.18,-1.44,.39,-1.5,.39],["c",-.03,0,-.03,-2.28,-.03,-7.5],["l",0,-7.5],["l",.36,-.09],["c",.21,-.06,.66,-.18,1.05,-.27],["z"]],w:2.16,h:15.54},"scripts.shortphrase":{d:[["M",1.47,-7.59],["c",.36,-.09,.66,-.18,.69,-.18],["c",.06,0,.06,.21,.06,3.75],["l",0,3.75],["l",-.42,.09],["c",-.57,.18,-1.65,.45,-1.71,.45],["c",-.03,0,-.03,-.72,-.03,-3.75],["l",0,-3.75],["l",.36,-.09],["c",.21,-.06,.66,-.18,1.05,-.27],["z"]],w:2.16,h:8.04},"scripts.snap":{d:[["M",4.5,-3.39],["c",.36,-.03,.96,-.03,1.35,0],["c",1.56,.15,3.15,.9,4.2,2.01],["c",.24,.27,.33,.42,.33,.6],["c",0,.27,.03,.24,-2.46,2.22],["c",-1.29,1.02,-2.4,1.86,-2.49,1.92],["c",-.18,.09,-.3,.09,-.48,0],["c",-.09,-.06,-1.2,-.9,-2.49,-1.92],["c",-2.49,-1.98,-2.46,-1.95,-2.46,-2.22],["c",0,-.18,.09,-.33,.33,-.6],["c",1.05,-1.08,2.64,-1.86,4.17,-2.01],["z"],["m",1.29,1.17],["c",-1.47,-.15,-2.97,.3,-4.14,1.2],["l",-.18,.15],["l",.06,.09],["c",.15,.12,3.63,2.85,3.66,2.85],["c",.03,0,3.51,-2.73,3.66,-2.85],["l",.06,-.09],["l",-.18,-.15],["c",-.84,-.66,-1.89,-1.08,-2.94,-1.2],["z"]],w:10.38,h:6.84},"noteheads.slash.whole":{d:[["M",5,-5],["l",1,1],["l",-5,5],["l",-1,-1],["z"],["m",4,6],["l",-5,-5],["l",2,-2],["l",5,5],["z"],["m",0,-2],["l",1,1],["l",-5,5],["l",-1,-1],["z"],["m",-4,6],["l",-5,-5],["l",2,-2],["l",5,5],["z"]],w:10.81,h:15.63},"noteheads.slash.quarter":{d:[["M",9,-6],["l",0,4],["l",-9,9],["l",0,-4],["z"]],w:9,h:9},"noteheads.harmonic.quarter":{d:[["M",3.63,-4.02],["c",.09,-.06,.18,-.09,.24,-.03],["c",.03,.03,.87,.93,1.83,2.01],["c",1.5,1.65,1.8,1.98,1.8,2.04],["c",0,.06,-.3,.39,-1.8,2.04],["c",-.96,1.08,-1.8,1.98,-1.83,2.01],["c",-.06,.06,-.15,.03,-.24,-.03],["c",-.12,-.09,-3.54,-3.84,-3.6,-3.93],["c",-.03,-.03,-.03,-.09,-.03,-.15],["c",.03,-.06,3.45,-3.84,3.63,-3.96],["z"]],w:7.5,h:8.165},"noteheads.triangle.quarter":{d:[["M",0,0],["l",9,0],["l",-4.5,-9],["z"]],w:9,h:9}},n=function(e){for(var t=[],r=0,a=e.length;r<a;r++){t[r]=[];for(var i=0,n=e[r].length;i<n;i++)t[r][i]=e[r][i]}return t},s={printSymbol:function(e,t,r,a,s){if(!i[r])return null;var o=n(i[r].d);o[0][1]+=e,o[0][2]+=t;for(var c="",l=0;l<o.length;l++)c+=o[l].join(" ");return s.path=c,a.path(s)},getPathForSymbol:function(e,t,r,a,s){if(a=a||1,s=s||1,!i[r])return null;var o=n(i[r].d);return 1===a&&1===s||function(e,t,r){for(var a=0,i=e.length;a<i;a++){var n,s,o=e[a];for(n=1,s=o.length;n<s;n++)o[n]*=n%2?t:r}}(o,a,s),o[0][1]+=e,o[0][2]+=t,o},getSymbolWidth:function(e){return i[e]?i[e].w:0},symbolHeightInPitches:function(e){return(i[e]?i[e].h:0)/a.STEP},getSymbolAlign:function(e){return"scripts"===e.substring(0,7)&&"scripts.roll"!==e?"center":"left"},getYCorr:function(e){switch(e){case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":case"+":case"flags.d64th":case"scripts.trill":case"scripts.upbow":case"scripts.downbow":return-2;case"timesig.common":case"timesig.cut":default:return 0;case"flags.d32nd":case"rests.half":case"rests.8th":case"rests.quarter":case"rests.16th":case"rests.32nd":case"rests.64th":case"scripts.ufermata":case"scripts.wedge":case"scripts.roll":case"scripts.shortphrase":case"scripts.longphrase":return-1;case"flags.u32nd":case"rests.whole":case"scripts.dfermata":return 1;case"flags.u64th":return 3;case"f":case"m":case"p":case"s":case"z":return-4}},setSymbol:function(e,t){i[e]=t}};e.exports=s},1577:function(e){var t=function(e,t,r,a,i){switch(i=i||{},this.x=0,this.c=e,this.dx=t,this.w=r,this.pitch=a,this.scalex=i.scalex||1,this.scaley=i.scaley||1,this.type=i.type||"symbol",this.pitch2=i.pitch2,this.linewidth=i.linewidth,this.klass=i.klass,this.top=a,void 0!==this.pitch2&&this.pitch2>this.top&&(this.top=this.pitch2),this.bottom=a,void 0!==this.pitch2&&this.pitch2<this.bottom&&(this.bottom=this.pitch2),i.thickness&&(this.top+=i.thickness/2,this.bottom-=i.thickness/2),i.stemHeight&&(i.stemHeight>0?this.top+=i.stemHeight:this.bottom+=i.stemHeight),i.dim&&(this.dim=i.dim),i.position&&(this.position=i.position),this.height=i.height?i.height:4,i.top&&(this.top=i.top),i.bottom&&(this.bottom=i.bottom),i.name?this.name=i.name:this.c?this.name=this.c:this.name=this.type,i.realWidth?this.realWidth=i.realWidth:this.realWidth=this.w,this.centerVertically=!1,this.type){case"debug":this.chordHeightAbove=this.height;break;case"lyric":i.position&&"below"===i.position?this.lyricHeightBelow=this.height:this.lyricHeightAbove=this.height;break;case"chord":i.position&&"below"===i.position?this.chordHeightBelow=this.height:this.chordHeightAbove=this.height;break;case"text":void 0===this.pitch?i.position&&"below"===i.position?this.chordHeightBelow=this.height:this.chordHeightAbove=this.height:this.centerVertically=!0;break;case"part":this.partHeightAbove=this.height}};t.prototype.getChordDim=function(){if("debug"===this.type)return null;if(!this.chordHeightAbove&&!this.chordHeightBelow)return null;var e="chord"===this.type?this.realWidth/2:0,t=this.x-e-0;return{left:t,right:t+this.realWidth+0}},t.prototype.invertLane=function(e){void 0===this.lane&&(this.lane=0),this.lane=e-this.lane-1},t.prototype.putChordInLane=function(e){this.lane=e,this.chordHeightAbove?this.chordHeightAbove=1.25*this.height*this.lane:this.chordHeightBelow=1.25*this.height*this.lane},t.prototype.getLane=function(){return void 0===this.lane?0:this.lane},t.prototype.setX=function(e){this.x=e+this.dx},e.exports=t},2710:function(e,t,r){var a=r(8613),i=r(4101),n=function(e){this.paper=new i(e),this.controller=null,this.space=3*a.SPACE,this.padding={},this.reset()};n.prototype.reset=function(){this.paper.clear(),this.y=0,this.abctune=null,this.path=null,this.isPrint=!1,this.initVerticalSpace()},n.prototype.newTune=function(e){this.abctune=e,this.setVerticalSpace(e.formatting),this.isPrint="print"===e.media,this.setPadding(e)},n.prototype.setPaddingOverride=function(e){this.paddingOverride={top:e.paddingtop,bottom:e.paddingbottom,right:e.paddingright,left:e.paddingleft}},n.prototype.setPadding=function(e){function t(t,r,a,i,n){void 0!==e.formatting[a]?t.padding[r]=e.formatting[a]:void 0!==t.paddingOverride[r]?t.padding[r]=t.paddingOverride[r]:t.isPrint?t.padding[r]=i:t.padding[r]=n}t(this,"top","topmargin",38,15),t(this,"bottom","botmargin",38,15),t(this,"left","leftmargin",68,15),t(this,"right","rightmargin",68,15)},n.prototype.adjustNonScaledItems=function(e){this.padding.top/=e,this.padding.bottom/=e,this.padding.left/=e,this.padding.right/=e,this.abctune.formatting.headerfont.size/=e,this.abctune.formatting.footerfont.size/=e},n.prototype.initVerticalSpace=function(){this.spacing={composer:7.56,graceBefore:8.67,graceInside:10.67,graceAfter:16,info:0,lineSkipFactor:1.1,music:7.56,paragraphSkipFactor:.4,parts:11.33,slurHeight:1,staffSeparation:61.33,stemHeight:36.67,subtitle:3.78,systemStaffSeparation:48,text:18.9,title:7.56,top:30.24,vocal:0,words:0}},n.prototype.setVerticalSpace=function(e){void 0!==e.staffsep&&(this.spacing.staffSeparation=4*e.staffsep/3),void 0!==e.composerspace&&(this.spacing.composer=4*e.composerspace/3),void 0!==e.partsspace&&(this.spacing.parts=4*e.partsspace/3),void 0!==e.textspace&&(this.spacing.text=4*e.textspace/3),void 0!==e.musicspace&&(this.spacing.music=4*e.musicspace/3),void 0!==e.titlespace&&(this.spacing.title=4*e.titlespace/3),void 0!==e.sysstaffsep&&(this.spacing.systemStaffSeparation=4*e.sysstaffsep/3),void 0!==e.subtitlespace&&(this.spacing.subtitle=4*e.subtitlespace/3),void 0!==e.topspace&&(this.spacing.top=4*e.topspace/3),void 0!==e.vocalspace&&(this.spacing.vocal=4*e.vocalspace/3),void 0!==e.wordsspace&&(this.spacing.words=4*e.wordsspace/3)},n.prototype.calcY=function(e){return this.y-e*a.STEP},n.prototype.moveY=function(e,t){void 0===t&&(t=1),this.y+=e*t},n.prototype.absolutemoveY=function(e){this.y=e},e.exports=n},8613:function(e){var t={FONTEM:360,FONTSIZE:30};t.STEP=93*t.FONTSIZE/720,t.SPACE=10,t.TOPNOTE=15,t.STAVEHEIGHT=100,t.INDENT=50,e.exports=t},3208:function(e,t,r){var a=r(9989),i=function(e){this.getTextSize=e,this.voices=[],this.staffs=[],this.brace=void 0,this.bracket=void 0};i.prototype.setLimit=function(e,t){t.specialY[e]&&(t.staff.specialY[e]?t.staff.specialY[e]=Math.max(t.staff.specialY[e],t.specialY[e]):t.staff.specialY[e]=t.specialY[e])},i.prototype.addVoice=function(e,t,r){var a=this.voices.length;this.voices[a]=e,this.staffs[t]?this.staffs[t].voices.push(a):this.staffs[this.staffs.length]={top:10,bottom:2,lines:r,voices:[a],specialY:{tempoHeightAbove:0,partHeightAbove:0,volumeHeightAbove:0,dynamicHeightAbove:0,endingHeightAbove:0,chordHeightAbove:0,lyricHeightAbove:0,lyricHeightBelow:0,chordHeightBelow:0,volumeHeightBelow:0,dynamicHeightBelow:0}},e.staff=this.staffs[t]},i.prototype.setHeight=function(){this.height=a(this)},i.prototype.setWidth=function(e){this.w=e;for(var t=0;t<this.voices.length;t++)this.voices[t].setWidth(e)},i.prototype.setStaffLimits=function(e){e.staff.top=Math.max(e.staff.top,e.top),e.staff.bottom=Math.min(e.staff.bottom,e.bottom),this.setLimit("tempoHeightAbove",e),this.setLimit("partHeightAbove",e),this.setLimit("volumeHeightAbove",e),this.setLimit("dynamicHeightAbove",e),this.setLimit("endingHeightAbove",e),this.setLimit("chordHeightAbove",e),this.setLimit("lyricHeightAbove",e),this.setLimit("lyricHeightBelow",e),this.setLimit("chordHeightBelow",e),this.setLimit("volumeHeightBelow",e),this.setLimit("dynamicHeightBelow",e)},e.exports=i},8664:function(e,t,r){var a=r(3255),i=r(1577),n=function(e,t,r){this.type="TempoElement",this.tempo=e,this.tempo.type="tempo",this.tuneNumber=t,this.totalHeightInPitches=6,this.tempoHeightAbove=this.totalHeightInPitches,this.pitch=void 0,this.tempo.duration&&!this.tempo.suppressBpm&&(this.note=this.createNote(r,e,t))};n.prototype.setX=function(e){this.x=e},n.prototype.createNote=function(e,t,r){var n,s,o,c=.75,l=t.duration[0],h=new a(t,l,1,"tempo",r);l<=1/32?(o="noteheads.quarter",s="flags.u32nd",n=0):l<=1/16?(o="noteheads.quarter",s="flags.u16th",n=0):l<=3/32?(o="noteheads.quarter",s="flags.u16nd",n=1):l<=1/8?(o="noteheads.quarter",s="flags.u8th",n=0):l<=3/16?(o="noteheads.quarter",s="flags.u8th",n=1):l<=1/4?(o="noteheads.quarter",n=0):l<=3/8?(o="noteheads.quarter",n=1):l<=.5?(o="noteheads.half",n=0):l<=3/4?(o="noteheads.half",n=1):l<=1?(o="noteheads.whole",n=0):l<=1.5?(o="noteheads.whole",n=1):l<=2?(o="noteheads.dbl",n=0):(o="noteheads.dbl",n=1);var u,f=e(h,o,{verticalPos:0},{dir:"up",flag:s,dot:n,scale:c}).notehead;if(h.addHead(f),"noteheads.whole"!==o&&"noteheads.dbl"!==o){var d=f.dx+f.w;u=new i(null,d,0,.25,{type:"stem",pitch2:3.75,linewidth:-.6}),h.addRight(u)}return h},e.exports=n},9891:function(e){var t=function(e){this.type="TieElem",this.anchor1=e.anchor1,this.anchor2=e.anchor2,e.isGrace&&(this.isGrace=!0),e.fixedY&&(this.fixedY=!0),e.stemDir&&(this.stemDir=e.stemDir),void 0!==e.voiceNumber&&(this.voiceNumber=e.voiceNumber),void 0!==e.style&&(this.dotted=!0),this.internalNotes=[]};t.prototype.addInternalNote=function(e){this.internalNotes.push(e)},t.prototype.setEndAnchor=function(e){this.anchor2=e,this.anchor1?(this.top=Math.max(this.anchor1.pitch,this.anchor2.pitch)+4,this.bottom=Math.min(this.anchor1.pitch,this.anchor2.pitch)-4):(this.top=this.anchor2.pitch+4,this.bottom=this.anchor2.pitch-4)},t.prototype.setStartX=function(e){this.startLimitX=e},t.prototype.setEndX=function(e){this.endLimitX=e},t.prototype.setHint=function(){this.hint=!0},t.prototype.calcTieDirection=function(){if(this.isGrace)this.above=!1;else if(0===this.voiceNumber)this.above=!0;else if(this.voiceNumber>0)this.above=!1;else{var e;e=this.anchor1?this.anchor1.pitch:this.anchor2?this.anchor2.pitch:14,this.anchor1&&"down"===this.anchor1.stemDir&&this.anchor2&&"down"===this.anchor2.stemDir?this.above=!0:this.anchor1&&"up"===this.anchor1.stemDir&&this.anchor2&&"up"===this.anchor2.stemDir?this.above=!1:this.anchor1&&this.anchor2?this.above=e>=6:this.anchor1?this.above="down"===this.anchor1.stemDir:this.anchor2?this.above="down"===this.anchor2.stemDir:this.above=e>=6}},t.prototype.calcSlurDirection=function(){if(this.isGrace)this.above=!1;else if(0===this.voiceNumber)this.above=!0;else if(this.voiceNumber>0)this.above=!1;else{var e=!1;this.anchor1&&"down"===this.anchor1.stemDir&&(e=!0),this.anchor2&&"down"===this.anchor2.stemDir&&(e=!0);for(var t=0;t<this.internalNotes.length;t++)"down"===this.internalNotes[t].stemDir&&(e=!0);this.above=e}},t.prototype.calcX=function(e,t){this.anchor1?(this.startX=this.anchor1.x,this.anchor1.scalex<1&&(this.startX-=3)):this.startLimitX?this.startX=this.startLimitX.x+this.startLimitX.w:this.startX=e,!this.anchor1&&this.dotted&&(this.startX-=3),this.anchor2?this.endX=this.anchor2.x:this.endLimitX?this.endX=this.endLimitX.x:this.endX=t},t.prototype.calcTieY=function(){this.anchor1?this.startY=this.anchor1.pitch:this.anchor2?this.startY=this.anchor2.pitch:this.startY=this.above?14:0,this.anchor2?this.endY=this.anchor2.pitch:this.anchor1?this.endY=this.anchor1.pitch:this.endY=this.above?14:0},t.prototype.calcSlurY=function(){if(this.anchor1&&this.anchor2){this.above&&"up"===this.anchor1.stemDir&&!this.fixedY?(this.startY=(this.anchor1.highestVert+this.anchor1.pitch)/2,this.startX+=this.anchor1.w/2):this.startY=this.anchor1.pitch;var e=this.anchor2.parent.beam&&this.anchor2.parent.beam.stemsUp&&this.anchor2.parent.beam.elems[0]!==this.anchor2.parent,t=(this.anchor2.highestVert+this.anchor2.pitch)/2;this.above&&"up"===this.anchor2.stemDir&&!this.fixedY&&!e&&t<this.startY?(this.endY=t,this.endX+=Math.round(this.anchor2.w/2)):this.endY=this.above&&e?this.anchor2.highestVert:this.anchor2.pitch}else this.anchor1?this.startY=this.endY=this.anchor1.pitch:this.anchor2?this.startY=this.endY=this.anchor2.pitch:(this.startY=this.above?14:0,this.endY=this.above?14:0)},t.prototype.avoidCollisionAbove=function(){if(this.above){for(var e=-50,t=0;t<this.internalNotes.length;t++)this.internalNotes[t].highestVert>e&&(e=this.internalNotes[t].highestVert);e>this.startY&&e>this.endY&&(this.startY=this.endY=e-1)}},e.exports=t},7193:function(e){var t=function(e,t,r){this.type="TripletElem",this.anchor1=t,this.number=e,this.durationClass=("d"+Math.round(1e3*t.parent.durationClass)/1e3).replace(/\./,"-"),this.middleElems=[],this.flatBeams=r.flatBeams};t.prototype.isClosed=function(){return!!this.anchor2},t.prototype.middleNote=function(e){this.middleElems.push(e)},t.prototype.setCloseAnchor=function(e){this.anchor2=e,this.anchor1.parent.beam&&"up"!==this.anchor1.stemDir||(this.endingHeightAbove=4)},e.exports=t},8462:function(e){var t=function(e,t){this.children=[],this.beams=[],this.otherchildren=[],this.w=0,this.duplicate=!1,this.voicenumber=e,this.voicetotal=t,this.bottom=7,this.top=7,this.specialY={tempoHeightAbove:0,partHeightAbove:0,volumeHeightAbove:0,dynamicHeightAbove:0,endingHeightAbove:0,chordHeightAbove:0,lyricHeightAbove:0,lyricHeightBelow:0,chordHeightBelow:0,volumeHeightBelow:0,dynamicHeightBelow:0}};t.prototype.addChild=function(e){if("bar"===e.type){for(var t=!0,r=0;t&&r<this.children.length;r++)this.children[r].type.indexOf("staff-extra")<0&&"tempo"!==this.children[r].type&&(t=!1);t||(this.beams.push("bar"),this.otherchildren.push("bar"))}this.children[this.children.length]=e,this.setRange(e)},t.prototype.setLimit=function(e,t){var r=t.specialY;r||(r=t),r[e]&&(this.specialY[e]?this.specialY[e]=Math.max(this.specialY[e],r[e]):this.specialY[e]=r[e])},t.prototype.adjustRange=function(e){void 0!==e.bottom&&(this.bottom=Math.min(this.bottom,e.bottom)),void 0!==e.top&&(this.top=Math.max(this.top,e.top))},t.prototype.setRange=function(e){this.adjustRange(e),this.setLimit("tempoHeightAbove",e),this.setLimit("partHeightAbove",e),this.setLimit("volumeHeightAbove",e),this.setLimit("dynamicHeightAbove",e),this.setLimit("endingHeightAbove",e),this.setLimit("chordHeightAbove",e),this.setLimit("lyricHeightAbove",e),this.setLimit("lyricHeightBelow",e),this.setLimit("chordHeightBelow",e),this.setLimit("volumeHeightBelow",e),this.setLimit("dynamicHeightBelow",e)},t.prototype.addOther=function(e){this.otherchildren.push(e),this.setRange(e)},t.prototype.addBeam=function(e){this.beams.push(e)},t.prototype.setWidth=function(e){this.w=e},e.exports=t},347:function(e,t,r){var a=r(1577),i=r(8613),n=r(2854);e.exports=function(e,t,r,s,o,c,l){for(var h=0;h<r.chord.length;h++)for(var u=r.chord[h].position,f=r.chord[h].rel_position,d=r.chord[h].name.split("\n"),p=d.length-1;p>=0;p--){var m,g,v,b=d[p],y=0;"left"===u||"right"===u||"below"===u||"above"===u||f?(g="annotationfont",v="annotation"):(g="gchordfont",v="chord",l&&(b=n(b)));var x=e.attr(g,v),w=e.calc(b,g,v),k=w.width,C=w.height/i.STEP;switch(u){case"left":y=-(s+=k+7),m=r.averagepitch,t.addExtra(new a(b,y,k+4,m,{type:"text",height:C,dim:x,position:"left"}));break;case"right":y=o+=4,m=r.averagepitch,t.addRight(new a(b,y,k+4,m,{type:"text",height:C,dim:x,position:"right"}));break;case"below":t.addRight(new a(b,0,0,void 0,{type:"text",position:"below",height:C,dim:x,realWidth:k}));break;case"above":t.addRight(new a(b,0,0,void 0,{type:"text",position:"above",height:C,dim:x,realWidth:k}));break;default:if(f){var T=f.y+3*i.STEP;t.addRight(new a(b,y+f.x,0,r.minpitch+T/i.STEP,{position:"relative",type:"text",height:C,dim:x}))}else{var A="above";r.positioning&&r.positioning.chordPosition&&(A=r.positioning.chordPosition),"hidden"!==A&&t.addCentered(new a(b,c/2,k,void 0,{type:"chord",position:A,height:C,dim:x,realWidth:k}))}}}return{roomTaken:s,roomTakenRight:o}}},3502:function(e){e.exports=function(e,t,r){if(t.text){t.marginLeft||(t.marginLeft=0),t.klass||(t.klass=""),t.anchor||(t.anchor="start"),t.info||(t.info={startChar:-2,endChar:-2}),t.marginTop&&e.push({move:t.marginTop});var a={left:t.marginLeft,text:t.text,font:t.font,anchor:t.anchor,startChar:t.info.startChar,endChar:t.info.endChar};t.absElemType&&(a.absElemType=t.absElemType),t.inGroup||(a.klass=t.klass),t.name&&(a.name=t.name),e.push(a);var i=r.calc("A",t.font,t.klass),n=t.text.split("\n").length;if("\n"===t.text[t.text.length-1]&&n--,!t.noMove){var s=1.1*i.height*n;e.push({move:Math.round(s)}),t.marginBottom&&e.push({move:t.marginBottom})}}}},5450:function(e,t,r){var a=r(3502);function i(e,t,r,a,i,n){this.rows=[],e.unalignedWords&&e.unalignedWords.length>0&&this.unalignedWords(e.unalignedWords,a,i,n),this.extraText(e,a,i,n),e.footer&&r&&this.footer(e.footer,t,a,n)}i.prototype.unalignedWords=function(e,t,r,i){var n="meta-bottom unaligned-words",s="wordsfont";this.rows.push({startGroup:"unalignedWords",klass:"abcjs-meta-bottom abcjs-unaligned-words",name:"words"});var o=i.calc("i",s,n);this.rows.push({move:r.words});for(var c=0;c<e.length;c++)if(""===e[c])this.rows.push({move:o.height});else if("string"==typeof e[c])a(this.rows,{marginLeft:t+50,text:e[c],font:s,klass:n,inGroup:!0,name:"words"},i);else{for(var l=0,h=0,u=0;u<e[c].length;u++){var f=e[c][u],d=f.font?f.font:s;this.rows.push({left:t+50+h,text:f.text,font:d,anchor:"start"});var p=i.calc(f.text,s,n);l=Math.max(l,p.height),h+=p.width," "===f.text[f.text.length-1]&&(h+=o.width)}this.rows.push({move:l})}this.rows.push({move:2*o.height}),this.rows.push({endGroup:"unalignedWords",absElemType:"unalignedWords",startChar:-1,endChar:-1,name:"unalignedWords"})},i.prototype.extraText=function(e,t,r,i){var n="";e.book&&(n+="Book: "+e.book+"\n"),e.source&&(n+="Source: "+e.source+"\n"),e.discography&&(n+="Discography: "+e.discography+"\n"),e.notes&&(n+="Notes: "+e.notes+"\n"),e.transcription&&(n+="Transcription: "+e.transcription+"\n"),e.history&&(n+="History: "+e.history+"\n"),e["abc-copyright"]&&(n+="Copyright: "+e["abc-copyright"]+"\n"),e["abc-creator"]&&(n+="Creator: "+e["abc-creator"]+"\n"),e["abc-edited-by"]&&(n+="Edited By: "+e["abc-edited-by"]+"\n"),n.length>0&&a(this.rows,{marginLeft:t,text:n,font:"historyfont",klass:"meta-bottom extra-text",marginTop:r.info,absElemType:"extraText",name:"description"},i)},i.prototype.footer=function(e,t,r,i){var n="header meta-bottom",s="footerfont";this.rows.push({startGroup:"footer",klass:n}),a(this.rows,{marginLeft:r,text:e.left,font:s,klass:n,name:"footer"},i),a(this.rows,{marginLeft:r+t/2,text:e.center,font:s,klass:n,anchor:"middle",name:"footer"},i),a(this.rows,{marginLeft:r+t,text:e.right,font:s,klass:n,anchor:"end",name:"footer"},i)},e.exports=i},9989:function(e){e.exports=function(e){for(var t=0,r=0;r<e.voices.length;r++){var a=e.voices[r].staff;e.voices[r].duplicate||(t+=a.top,t+=-a.bottom)}return t}},6971:function(e){var t=function(e){this.shouldAddClasses=e.shouldAddClasses,this.reset()};t.prototype.reset=function(){this.lineNumber=null,this.voiceNumber=null,this.measureNumber=null,this.measureTotalPerLine=[],this.noteNumber=null},t.prototype.incrLine=function(){null===this.lineNumber?this.lineNumber=0:this.lineNumber++,this.voiceNumber=null,this.measureNumber=null,this.noteNumber=null},t.prototype.incrVoice=function(){null===this.voiceNumber?this.voiceNumber=0:this.voiceNumber++,this.measureNumber=null,this.noteNumber=null},t.prototype.isInMeasure=function(){return null!==this.measureNumber},t.prototype.newMeasure=function(){this.measureNumber&&(this.measureTotalPerLine[this.lineNumber]=this.measureNumber),this.measureNumber=null,this.noteNumber=null},t.prototype.startMeasure=function(){this.measureNumber=0,this.noteNumber=0},t.prototype.incrMeasure=function(){this.measureNumber++,this.noteNumber=0},t.prototype.incrNote=function(){this.noteNumber++},t.prototype.measureTotal=function(){for(var e=0,t=0;t<this.lineNumber;t++)e+=this.measureTotalPerLine[t]?this.measureTotalPerLine[t]:0;return this.measureNumber&&(e+=this.measureNumber),e},t.prototype.getCurrent=function(e){return{line:this.lineNumber,measure:this.measureNumber,measureTotal:this.measureTotal(),voice:this.voiceNumber,note:this.noteNumber}},t.prototype.generate=function(e){if(!this.shouldAddClasses)return"";var t=[];if(e&&e.length>0&&t.push(e),null!==this.lineNumber&&t.push("l"+this.lineNumber),null!==this.measureNumber&&t.push("m"+this.measureNumber),null!==this.measureNumber&&t.push("mm"+this.measureTotal()),null!==this.voiceNumber&&t.push("v"+this.voiceNumber),e&&(e.indexOf("note")>=0||e.indexOf("rest")>=0||e.indexOf("lyric")>=0)&&null!==this.noteNumber&&t.push("n"+this.noteNumber),t.length>0){t=(t=t.join(" ")).split(" ");for(var r=0;r<t.length;r++)0!==t[r].indexOf("abcjs-")&&t[r].length>0&&(t[r]="abcjs-"+t[r])}return t.join(" ")},e.exports=t},4750:function(e,t,r){var a=r(3987),i=r(2435),n=r(8613),s=r(1009),o=r(8832);e.exports=function(e,t,r,c,l){if(!t.invisible){var h=t.children.length>0&&"TempoElement"===t.children[0].type;t.elemset=[],o.beginGroup(e.paper,e.controller);for(var u=0;u<t.children.length;u++){var f=t.children[u];"TempoElement"===f.type?a(e,f):i(e,f,r)}var d=t.type;if(("note"===t.type||"rest"===t.type)&&(t.counters=e.controller.classes.getCurrent(),d=(d+=" d"+Math.round(1e3*t.durationClass)/1e3).replace(/\./g,"-"),t.abcelem.pitches))for(var p=0;p<t.abcelem.pitches.length;p++)d+=" p"+t.abcelem.pitches[p].pitch;var m=o.endGroup(d,t.type);if(m)if(h)t.startChar=t.abcelem.startChar,t.endChar=t.abcelem.endChar,c.add(t,m,!1,l);else{t.elemset.push(m);var g=!1;"note"!==t.type&&"tabNumber"!==t.type||(g=!0),c.add(t,m,g,l)}else t.elemset.length>0&&c.add(t,t.elemset[0],"note"===t.type,l);if(t.klass&&s(t.elemset,"mark","","#00ff00"),t.hint&&s(t.elemset,"abcjs-hint","",null),t.abcelem.abselem=t,t.heads&&t.heads.length>0){t.notePositions=[];for(var v=0;v<t.heads.length;v++)t.notePositions.push({x:t.heads[v].x+t.heads[v].w/2,y:l.zero-t.heads[v].pitch*n.STEP})}}}},7489:function(e,t,r){var a=r(6454),i=r(7199);function n(e,t,r,a,n,s){r=i(e.calcY(r)),n=i(e.calcY(n)),t=i(t),a=i(a);var o=i(r+s);return"M"+t+" "+r+" L"+a+" "+n+"L"+a+" "+i(n+s)+" L"+t+" "+o+"z"}function s(e,t,r,a){return t+(a-e)*r}e.exports=function(e,t){if(0!==t.beams.length){for(var r="",i=0;i<t.beams.length;i++){var o=t.beams[i];if(o.split){for(var c=(m=o.startX,g=o.startY,v=o.endX,(o.endY-g)/(v-m)),l=[],h=0;h<o.split.length;h+=2)l.push([o.split[h],o.split[h+1]]);for(h=0;h<l.length;h++){var u=s(o.startX,o.startY,c,l[h][0]),f=s(o.startX,o.startY,c,l[h][1]);r+=n(e,l[h][0],u,l[h][1],f,o.dy)}}else r+=n(e,o.startX,o.startY,o.endX,o.endY,o.dy)}var d=("abcjs-d"+t.duration).replace(/\./g,"-"),p=e.controller.classes.generate("beam-elem "+d);return[a(e,{path:r,stroke:"none",fill:e.foregroundColor,class:p})]}var m,g,v}},129:function(e,t,r){var a=r(6764),i=r(8613),n=r(5759);function s(e,t,r,i){return a("M %f %f C %f %f %f %f %f %f C %f %f %f %f %f %f z",e+r[0],t+i[0],e+r[1],t+i[1],e+r[2],t+i[2],e+r[3],t+i[3],e+r[4],t+i[4],e+r[5],t+i[5],e+r[6],t+i[6])}var o=function(e,t,r,o,c,l,h){var u;if(l){e.paper.openGroup({klass:e.controller.classes.generate("staff-extra voice-name"),"data-name":c});var f=r+(o-r)/2;f-=e.controller.getTextSize.baselineToCenter(l,"voicefont","staff-extra voice-name",0,1),n(e,{x:e.padding.left,y:f,text:l,type:"voicefont",klass:"staff-extra voice-name",anchor:"start",centerVertically:!0})}return"brace"===c?u=function(e,t,r,a,i){var n=a-r,o=s(t,r,[7.5,-8,21,0,18.5,-10.5,7.5],[0,n/5.5,n/3.14,n/2,n/2.93,n/4.88,0]);return o+=s(t,r,[0,17.5,-7.5,6.6,-5,20,0],[n/2,n/1.46,n/1.22,n,n/1.19,n/1.42,n/2]),e.paper.path({path:o,stroke:e.foregroundColor,fill:e.foregroundColor,class:e.controller.classes.generate(i),"data-name":i})}(e,t,r,o,c):"bracket"===c&&(u=function(e,t,r,n,s){t+=i.STEP;var o=.75*i.STEP,c=.75*i.STEP,l=n-r,h=a("M %f %f l %f %f l %f %f l %f %f z",t,r-c,0,l+2*c,o,0,0,-(l+2*c)),u=2*i.STEP,f=i.STEP;return h+=a("M %f %f q %f %f %f %f q %f %f %f %f z",t+o,r-c,.6*u,.2*f,u,-f,.1*-u,.3*f,-u,f+i.STEP),h+=a("M %f %f q %f %f %f %f q %f %f %f %f z",t+o,r+c+l,.6*u,.2*-f,u,f,.1*-u,.3*-f,-u,-f-i.STEP),e.paper.path({path:h,stroke:e.foregroundColor,fill:e.foregroundColor,class:e.controller.classes.generate(s),"data-name":s})}(e,t,r,o,c)),l&&(u=e.paper.closeGroup()),h.wrapSvgEl({el_type:c,startChar:-1,endChar:-1},u),u};e.exports=function(e,t,r){var a=t.startVoice.staff.absoluteY-10*i.STEP;return t.endVoice&&t.endVoice.staff?t.endY=t.endVoice.staff.absoluteY-2*i.STEP:t.lastContinuedVoice&&t.lastContinuedVoice.staff?t.endY=t.lastContinuedVoice.staff.absoluteY-2*i.STEP:t.endY=t.startVoice.staff.absoluteY-2*i.STEP,o(e,t.x,a,t.endY,t.type,t.header,r)}},3245:function(e,t,r){var a=r(6764),i=r(6454),n=r(7199),s=function(e,t,r,s,o,c,l){t=n(t),r=n(r),s=n(s),o=n(o),c=n(c),l=n(l);var h=a("M %f %f L %f %f M %f %f L %f %f",c,t,l,r,c,s,l,o);return i(e,{path:h,highlight:"stroke",stroke:e.foregroundColor,class:e.controller.classes.generate("dynamics decoration"),"data-name":"dynamics"})};e.exports=function(e,t,r){void 0===t.pitch&&window.console.error("Crescendo Element y-coordinate not set.");var a,i=e.calcY(t.pitch)+4,n=t.anchor1?t.anchor1.x:0,o=t.anchor2?t.anchor2.x:800;return a="<"===t.dir?s(e,i+4,i,i+4,i+8,n,o):s(e,i,i+4,i+8,i+4,n,o),r.wrapSvgEl({el_type:"dynamicDecoration",startChar:-1,endChar:-1},a),[a]}},1547:function(e){e.exports=function(e,t,r){var a=e.paper.rectBeneath(t);return r&&e.paper.text(r,{x:0,y:t.y+7,"text-anchor":"start","font-size":"14px",fill:"rgba(0,0,255,.4)",stroke:"rgba(0,0,255,.4)"}),a}},5012:function(e,t,r){var a=r(5537),i=r(7611),n=r(5668),s=r(8613),o=r(3524);function c(e,t,r,i){a(e,t,r,i);var n=t.height*s.STEP;return e.y+=n,t}function l(e,t,r,a){var i=-(r.staffs[r.staffs.length-1].bottom-2),n=(a.staffs[0].top-10+i)*s.STEP;n<t&&e.moveY(t-n)}e.exports=function(e,t,r,a,s,h,u,f,d,p){var m=new o(e.paper,f,d);e.paper.openGroup(),e.moveY(e.padding.top),n(e,r.topText,m),e.paper.closeGroup(),e.moveY(e.spacing.music);for(var g=[],v=0;v<r.lines.length;v++){t.incrLine();var b=r.lines[v];if(b.staff){e.paper.openGroup(),b.vskip&&e.moveY(b.vskip),g.length>=1&&l(e,e.spacing.staffSeparation,g[g.length-1],b.staffGroup);var y=c(e,b.staffGroup,m,v);y.line=p+v,g.push(y),e.paper.closeGroup()}else b.nonMusic&&(e.paper.openGroup(),n(e,b.nonMusic,m),e.paper.closeGroup())}return t.reset(),r.bottomText&&r.bottomText.rows&&r.bottomText.rows.length>0&&(e.paper.openGroup(),e.moveY(24),n(e,r.bottomText,m),e.paper.closeGroup()),i(e,s,u,h),{staffgroups:g,selectables:m.getElements()}}},9879:function(e,t,r){var a=r(4777);e.exports=function(e,t,r){void 0===t.pitch&&window.console.error("Dynamic Element y-coordinate not set.");var i=a(e,t.anchor.x,t.pitch,t.dec,{scalex:1,scaley:1,klass:e.controller.classes.generate("decoration dynamics"),fill:e.foregroundColor,stroke:"none",name:"dynamics"});return r.wrapSvgEl({el_type:"dynamicDecoration",startChar:-1,endChar:-1,decoration:t.dec},i),[i]}},5947:function(e,t,r){var a=r(6764),i=r(5759),n=r(6454),s=r(7199);e.exports=function(e,t,r,o,c){void 0===t.pitch&&window.console.error("Ending Element y-coordinate not set.");var l=s(e.calcY(t.pitch)),h="";t.anchor1&&(r=s(t.anchor1.x+t.anchor1.w),h+=a("M %f %f L %f %f ",r,l,r,s(l+20))),t.anchor2&&(o=s(t.anchor2.x),h+=a("M %f %f L %f %f ",o,l,o,s(l+20))),h+=a("M %f %f L %f %f ",r,l,o,l),e.paper.openGroup({klass:e.controller.classes.generate("ending"),"data-name":"ending"}),n(e,{path:h,stroke:e.foregroundColor,fill:e.foregroundColor,"data-name":"line"}),t.anchor1&&i(e,{x:s(r+5),y:s(e.calcY(t.pitch-.5)),text:t.text,type:"repeatfont",klass:"ending",anchor:"start",noClass:!0,name:t.text});var u=e.paper.closeGroup();return c.wrapSvgEl({el_type:"ending",startChar:-1,endChar:-1},u),[u]}},9045:function(e,t,r){var a=r(6764),i=r(6454),n=r(7199);function s(e,t,r){return n(e+r*t)}var o=[[3.5,-4.8]],c=[[1.5,-1],[.3,-.3],[-3.5,3.8]],l=[[-1.5,2]],h=[[3,4],[3,-4]],u=[[-3,4],[-3,-4]];function f(e,t){for(var r="",a=0;a<e.length;a++)r+="l"+e[a][0]+" "+s(e[a][1],t,e[a][0]);return r}var d=function(e,t,r,n,s){var d,p=a("M %f %f",t,r);for(p+=f(o,s),d=0;d<n;d++)p+=f(h,s);for(p+=f(c,s),d=0;d<n;d++)p+=f(u,s);return p+=f(l,s)+"z",i(e,{path:p,highlight:"stroke",stroke:e.foregroundColor,class:e.controller.classes.generate("decoration"),"data-name":"glissando"})};e.exports=function(e,t,r){t.anchor1&&t.anchor2&&t.anchor1.heads&&t.anchor2.heads&&0!==t.anchor1.heads.length&&0!==t.anchor2.heads.length||window.console.error("Glissando Element not set.");var a,i,n=e.calcY(t.anchor1.heads[0].pitch),o=e.calcY(t.anchor2.heads[0].pitch),c=t.anchor1.x+t.anchor1.w/2,l=t.anchor2.x+t.anchor2.w/2,h=function(e,t,r,a){var i=r-e,n=a-t;return Math.sqrt(i*i+n*n)}(c,n,l,o),u=t.anchor1.w/2+4,f=t.anchor2.w/2+4,p=function(e,t,r,a){return(a-t)/(r-e)}(c,n,l,o),m=s(n,p,u),g=(s(o,p,-f),a=h-u-f,i=5,Math.max(2,Math.floor((a-2*i)/6))),v=d(e,c+u,m,g,p);return r.wrapSvgEl({el_type:"glissando",startChar:-1,endChar:-1},v),[v]}},8832:function(e,t,r){var a=r(7199);function i(){this.ingroup=!1}i.prototype.beginGroup=function(e,t){this.paper=e,this.controller=t,this.path=[],this.lastM=[0,0],this.ingroup=!0,this.paper.openGroup()},i.prototype.isInGroup=function(){return this.ingroup},i.prototype.addPath=function(e){if(0!==(e=e||[]).length){e[0][0]="m",e[0][1]=a(e[0][1]-this.lastM[0]),e[0][2]=a(e[0][2]-this.lastM[1]),this.lastM[0]+=e[0][1],this.lastM[1]+=e[0][2],this.path.push(e[0]);for(var t=1,r=e.length;t<r;t++)"m"===e[t][0]&&(this.lastM[0]+=e[t][1],this.lastM[1]+=e[t][2]),this.path.push(e[t])}},i.prototype.endGroup=function(e,t){this.ingroup=!1;for(var r=0;r<this.path.length;r++)this.path[r].join(" ");this.path=[];var a=this.paper.closeGroup();return a&&(a.setAttribute("class",this.controller.classes.generate(e)),a.setAttribute("fill",this.controller.renderer.foregroundColor),a.setAttribute("stroke","none"),a.setAttribute("data-name",t)),a};var n=new i;e.exports=n},5668:function(e,t,r){var a=r(4169),i=r(5759);e.exports=function(e,t,r){for(var n=0;n<t.rows.length;n++){var s=t.rows[n];if(s.absmove)e.absolutemoveY(s.absmove);else if(s.move)e.moveY(s.move);else if(s.text){var o=s.left?s.left:0,c=i(e,{x:o,y:e.y,text:s.text,type:s.font,klass:s.klass,name:s.name,anchor:s.anchor});s.absElemType&&r.wrapSvgEl({el_type:s.absElemType,name:s.name,startChar:s.startChar,endChar:s.endChar,text:s.text},c)}else if(s.separator)a(e,s.separator);else if(s.startGroup)e.paper.openGroup({klass:s.klass,"data-name":s.name});else if(s.endGroup){var l=e.paper.closeGroup();s.absElemType&&r.wrapSvgEl({el_type:s.absElemType,name:s.name,startChar:s.startChar,endChar:s.endChar,text:""},l)}}}},6637:function(e,t,r){var a=r(6764),i=r(7199);e.exports=function(e,t,r,n,s,o,c){c||(c=.35);var l=e.foregroundColor;t=i(t),r=i(r);var h=i(n-c),u=i(n+c),f={path:a("M %f %f L %f %f L %f %f L %f %f z",t,h,r,h,r,u,t,u),stroke:"none",fill:l};return o&&(f["data-name"]=o),s&&(f.class=s),e.paper.pathToBack(f)}},6454:function(e){e.exports=function(e,t,r){return e.paper.path(t)}},3624:function(e,t,r){var a=r(8832),i=r(7199);e.exports=function(e,t,r,n,s,o,c){if(r<0||n<s){var l=i(s);s=i(n),n=l}else n=i(n),s=i(s);t=i(t);for(var h=i(t+r),u=[["M",t,n],["L",t,s],["L",h,s],["L",h,n],["z"]],f={path:""},d=0;d<u.length;d++)f.path+=u[d].join(" ");return o&&(f.class=o),c&&(f["data-name"]=c),a.isInGroup()||(f.stroke="none",f.fill=e.foregroundColor),e.paper.pathToBack(f)}},4777:function(e,t,r){var a=r(5759),i=r(5245),n=r(8832);e.exports=function(e,t,r,s,o){var c,l,h,u,f,d;if(!s)return null;if(s.length>1&&s.indexOf(".")<0){var p=n.isInGroup()?"":o.klass;e.paper.openGroup({"data-name":o.name,klass:p});for(var m=0,g=0;g<s.length;g++){var v=s.charAt(g);l=i.getYCorr(v),(c=i.printSymbol(t+m,e.calcY(r+l),v,e.paper,{stroke:o.stroke,fill:o.fill}))?g<s.length-1&&(m+=(h=v,u=s.charAt(g+1),f=i.getSymbolWidth(v),d=void 0,d=f,"f"===h&&"f"===u&&(d=2*d/3),"p"===h&&"p"===u&&(d=5*d/6),"f"===h&&"z"===u&&(d=5*d/8),d)):a(e,{x:t,y:e.y,text:"no symbol:"+s,type:"debugfont",klass:"debug-msg",anchor:"start"},!1)}return e.paper.closeGroup()}return l=i.getYCorr(s),(c=n.isInGroup()?i.printSymbol(t,e.calcY(r+l),s,e.paper,{"data-name":o.name}):i.printSymbol(t,e.calcY(r+l),s,e.paper,{klass:o.klass,stroke:o.stroke,fill:o.fill,"data-name":o.name}))?c:(a(e,{x:t,y:e.y,text:"no symbol:"+s,type:"debugfont",klass:"debug-msg",anchor:"start"},!1),null)}},2435:function(e,t,r){var a=r(5759),i=r(3624),n=r(7865),s=r(4777);e.exports=function(e,t,r){void 0===t.pitch&&window.console.error(t.type+" Relative Element y-coordinate not set.");var o=e.calcY(t.pitch);switch(t.type){case"symbol":if(null===t.c)return null;var c="symbol";t.klass&&(c+=" "+t.klass),t.graphelem=s(e,t.x,t.pitch,t.c,{scalex:t.scalex,scaley:t.scaley,klass:e.controller.classes.generate(c),name:t.name});break;case"debug":t.graphelem=a(e,{x:t.x,y:e.calcY(15),text:""+t.c,type:"debugfont",klass:e.controller.classes.generate("debug-msg"),anchor:"start",centerVertically:!1,dim:t.dim},!1);break;case"tabNumber":var l="tabnumberfont",h="tab-number";t.isGrace&&(l="tabgracefont",o+=2.5,h="tab-grace"),t.graphelem=a(e,{x:t.x,y:o,text:""+t.c,type:l,klass:e.controller.classes.generate(h),anchor:"middle",centerVertically:!1,dim:t.dim,cursor:"default"},!1);break;case"barNumber":t.graphelem=a(e,{x:t.x,y:o,text:""+t.c,type:"measurefont",klass:e.controller.classes.generate("bar-number"),anchor:"middle",dim:t.dim,name:"bar-number"},!0);break;case"lyric":t.graphelem=a(e,{x:t.x,y:o,text:t.c,type:"vocalfont",klass:e.controller.classes.generate("lyric"),anchor:"middle",dim:t.dim,name:"lyric"},!1);break;case"chord":t.graphelem=a(e,{x:t.x,y:o,text:t.c,type:"gchordfont",klass:e.controller.classes.generate("chord"),anchor:"middle",dim:t.dim,lane:t.getLane(),name:"chord"},!1);break;case"decoration":t.graphelem=a(e,{x:t.x,y:o+6,text:t.c,type:"annotationfont",klass:e.controller.classes.generate("annotation"),anchor:"middle",centerVertically:!0,dim:t.dim},!1);break;case"text":t.graphelem=a(e,{x:t.x,y:o,text:t.c,type:"annotationfont",klass:e.controller.classes.generate("annotation"),anchor:"start",centerVertically:t.centerVertically,dim:t.dim,lane:t.getLane(),name:"annotation"},!1);break;case"multimeasure-text":t.graphelem=a(e,{x:t.x+t.w/2,y:o,text:t.c,type:"tempofont",klass:e.controller.classes.generate("rest"),anchor:"middle",centerVertically:!1,dim:t.dim},!1);break;case"part":t.graphelem=a(e,{x:t.x,y:o,text:t.c,type:"partsfont",klass:e.controller.classes.generate("part"),anchor:"start",dim:t.dim,name:t.c},!0);break;case"bar":t.graphelem=i(e,t.x,t.linewidth,o,r||e.calcY(t.pitch2),null,"bar");break;case"stem":t.graphelem=i(e,t.x,t.linewidth,o,e.calcY(t.pitch2),"abcjs-stem","stem");break;case"ledger":t.graphelem=n(e,t.x,t.x+t.w,t.pitch,"abcjs-ledger","ledger")}return 1!==t.scalex&&t.graphelem&&function(e,t,r,a,i,n){e.setAttributeOnElement(t,{style:"transform:scale("+r+","+a+");transform-origin:"+i+"px "+n+"px;"})}(e.paper,t.graphelem,t.scalex,t.scaley,t.x,o),t.graphelem}},7199:function(e){e.exports=function(e){return parseFloat(e.toFixed(2))}},3524:function(e,t,r){var a=r(907),i=r(2080);function n(e,t,r){this.elements=[],this.paper=e,this.tuneNumber=r,this.selectTypes=t}n.prototype.getElements=function(){return this.elements},n.prototype.add=function(e,t,r,a){if(this.canSelect(e)){var i;i=void 0===this.selectTypes?{selectable:!1,"data-index":this.elements.length}:{selectable:!0,tabindex:0,"data-index":this.elements.length},this.paper.setAttributeOnElement(t,i);var n={absEl:e,svgEl:t,isDraggable:r};void 0!==a&&(n.staffPos=a),this.elements.push(n)}},n.prototype.canSelect=function(e){return!(!1===this.selectTypes||!e||!e.abcelem||!0!==this.selectTypes&&!(void 0===this.selectTypes?"note"===e.abcelem.el_type||"tabNumber"===e.abcelem.el_type:this.selectTypes.indexOf(e.abcelem.el_type)>=0))},n.prototype.wrapSvgEl=function(e,t){var r={tuneNumber:this.tuneNumber,abcelem:e,elemset:[t],highlight:a,unhighlight:i};this.add(r,t,!1)},e.exports=n},4169:function(e){e.exports=function(e,t){var r=Math.round(e.y),a=(e.controller.width-t)/2,i=a+t,n="M "+a+" "+r+" L "+i+" "+r+" L "+i+" "+(r+1)+" L "+a+" "+(r+1)+" L "+a+" "+r+" z";e.paper.pathToBack({path:n,stroke:"rgba(0,0,0,0)",fill:"rgba(0,0,0,255)",class:e.controller.classes.generate("defined-text")})}},7611:function(e){e.exports=function(e,t,r,a){var i=(t+e.padding.right)*r,n=(e.y+e.padding.bottom)*r;if(e.isPrint&&(n=Math.max(n,1056)),""!==e.ariaLabel){var s="Sheet Music";e.abctune&&e.abctune.metaText&&e.abctune.metaText.title&&(s+=' for "'+e.abctune.metaText.title+'"'),e.paper.setTitle(s);var o=e.ariaLabel?e.ariaLabel:s;e.paper.setAttribute("aria-label",o)}e.paper.insertStyles(".abcjs-dragging-in-progress text, .abcjs-dragging-in-progress tspan {"+["-webkit-touch-callout: none;","-webkit-user-select: none;","-khtml-user-select: none;","-moz-user-select: none;","-ms-user-select: none;","user-select: none;"].join(" ")+"}");var c={overflow:"hidden"};"resize"===a?e.paper.setResponsiveWidth(i,n):(c.width="",c.height=n+"px",r<1?(c.width=i+"px",e.paper.setSize(i/r,n/r)):e.paper.setSize(i,n)),e.paper.setScale(r),e.paper.setParentStyles(c)}},6764:function(e){function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(e)}e.exports=function(){for(var e,r,a,i,n,s=0,o=arguments[s++],c=[];o;){if(r=/^[^\x25]+/.exec(o))c.push(r[0]);else if(r=/^\x25{2}/.exec(o))c.push("%");else{if(!(r=/^\x25(?:(\d+)\$)?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-fosuxX])/.exec(o)))throw"Huh ?!";if(null==(e=arguments[r[1]||s++])||null==e)throw"Too few arguments.";if(/[^s]/.test(r[7])&&"number"!=typeof e)throw"Expecting number but found "+t(e);switch(r[7]){case"b":e=e.toString(2);break;case"c":e=String.fromCharCode(e);break;case"d":e=parseInt(e);break;case"e":e=r[6]?e.toExponential(r[6]):e.toExponential();break;case"f":e=r[6]?parseFloat(e).toFixed(r[6]):parseFloat(e);break;case"o":e=e.toString(8);break;case"s":e=(e=String(e))&&r[6]?e.substring(0,r[6]):e;break;case"u":e=Math.abs(e);break;case"x":e=e.toString(16);break;case"X":e=e.toString(16).toUpperCase()}e=/[def]/.test(r[7])&&r[2]&&e>0?"+"+e:e,i=r[3]?"0"==r[3]?"0":r[3].charAt(1):" ",n=r[5]-String(e).length,a=r[5]?str_repeat(i,n):"",c.push(r[4]?e+a:a+e)}o=o.substring(r[0].length)}return c.join("")}},5537:function(e,t,r){var a=r(8613),i=r(129),n=r(3145),s=r(7641),o=r(1547),c=r(3624),l=r(5668);function h(e,t,r,n,s){if(r)for(var o=0;o<r.length;o++)r[o].isStartVoice(n)&&(r[o].startY=t-10*a.STEP,r[o].elemset=i(e,r[o],s))}function u(e,t,r){for(var i=0;i<r.length;i++)for(var n=t[r[i]].children,s=0;s<n.length;s++){var c=n[s],l=c.getFixedCoords();if(!c.invisible&&void 0!==l.t&&void 0!==l.b){var h=(l.t-l.b)*a.STEP;o(e,{x:l.x,y:e.calcY(l.t),width:l.w,height:h,fill:"#88e888","fill-opacity":.4,stroke:"#4aa93d","stroke-opacity":.8});for(var u=0;u<c.children.length;u++){var f=c.children[u],d=f.getChordDim();if(d){var p=e.calcY(f.pitch);p+=f.dim.font.size*f.getLane(),o(e,{x:d.left,y:p,width:d.right-d.left,height:f.dim.font.size,fill:"none",stroke:"#4aa93d","stroke-opacity":.8})}}}}}e.exports=function(e,t,r,i){for(var f,d,p,m=e.y,g=0;g<t.staffs.length;g++){var v=t.staffs[g];e.moveY(a.STEP,v.top),v.absoluteY=e.y,e.showDebug&&(e.showDebug.indexOf("box")>=0&&u(e,t.voices,v.voices),e.showDebug.indexOf("grid")>=0&&(e.paper.dottedLine({x1:e.padding.left,x2:e.padding.left+e.controller.width,y1:m,y2:m,stroke:"#0000ff"}),o(e,{x:e.padding.left,y:e.calcY(v.originalTop),width:e.controller.width,height:e.calcY(v.originalBottom)-e.calcY(v.originalTop),fill:e.foregroundColor,stroke:e.foregroundColor,"fill-opacity":.1,"stroke-opacity":.1}),f=0,N(v,"chordHeightAbove"),N(v,"chordHeightBelow"),N(v,"dynamicHeightAbove"),N(v,"dynamicHeightBelow"),N(v,"endingHeightAbove"),N(v,"lyricHeightAbove"),N(v,"lyricHeightBelow"),N(v,"partHeightAbove"),N(v,"tempoHeightAbove"),N(v,"volumeHeightAbove"),N(v,"volumeHeightBelow"))),e.moveY(a.STEP,-v.bottom),e.showDebug&&e.showDebug.indexOf("grid")>=0&&e.paper.dottedLine({x1:e.padding.left,x2:e.padding.left+e.controller.width,y1:e.y,y2:e.y,stroke:"#0000aa"})}for(var b=2,y=0,x=0;x<t.voices.length;x++){var w=t.voices[x].staff,k=t.voices[x].tabNameInfos;if(e.y=w.absoluteY,e.controller.classes.incrVoice(),!t.voices[x].duplicate){if(d||(d=e.calcY(10)),p=e.calcY(b),0!==w.lines){w.linePitch&&(b=w.linePitch),e.controller.classes.newMeasure();var C=s(e,t.startx,t.w,w.lines,w.linePitch,w.dy);p=C[1],w.bottomLine=p,w.topLine=C[0],w.hasTab&&(y=w.topLine),w.hasStaff&&(y=w.hasStaff.topLine,t.voices[x].barto=!0,t.voices[x].topLine=d)}h(e,w.absoluteY,t.brace,x,r),h(e,w.absoluteY,t.bracket,x,r)}n(e,t.voices[x],y,r,{top:m,zero:e.y,height:t.height*a.STEP});var T=0;if(k){var A={rows:[]};A.rows.push({absmove:p+2}),A.rows.push({left:t.startx+8,text:k.name,font:"tablabelfont",klass:"text instrument-name",anchor:"start"}),A.rows.push({move:k.textSize.height}),l(e,A),T=k.textSize.height}e.controller.classes.newMeasure(),t.voices[x].duplicate||(y=e.calcY(2+T))}e.controller.classes.newMeasure();var S=t.staffs.length;function N(t,r){var i=["rgb(207,27,36)","rgb(168,214,80)","rgb(110,161,224)","rgb(191,119,218)","rgb(195,30,151)","rgb(31,170,177)","rgb(220,166,142)"];if(t.positionY[r]){var n=t.specialY[r]*a.STEP;"chordHeightAbove"===r&&t.specialY.chordLines&&t.specialY.chordLines.above&&(n*=t.specialY.chordLines.above),"chordHeightBelow"===r&&t.specialY.chordLines&&t.specialY.chordLines.below&&(n*=t.specialY.chordLines.below),o(e,{x:e.padding.left,y:e.calcY(t.positionY[r]),width:e.controller.width,height:n,fill:i[f],stroke:i[f],"fill-opacity":.4,"stroke-opacity":.4},r.substr(0,4)),(f+=1)>6&&(f=0)}}S>1&&(d=t.staffs[0].topLine,p=t.staffs[S-1].bottomLine,c(e,t.startx,.6,d,p,null)),e.y=m}},7865:function(e,t,r){var a=r(6637);e.exports=function(e,t,r,i,n,s,o){var c=e.calcY(i);return a(e,t,r,c,n,s,o)}},7641:function(e,t,r){var a=r(7865);e.exports=function(e,t,r,i,n,s){var o="abcjs-top-line",c=2;n&&(c=n),e.paper.openGroup({prepend:!0,klass:e.controller.classes.generate("abcjs-staff")});var l=0,h=0;if(1===i)a(e,t,r,6,o),l=e.calcY(10),h=e.calcY(2);else for(var u=i-1;u>=0;u--){var f=(u+1)*c;h=e.calcY(f),0===l&&(l=h),a(e,t,r,f,o,null,s),o=void 0}return e.paper.closeGroup(),[l,h]}},3987:function(e,t,r){var a=r(2435),i=r(5759);e.exports=function(e,t){var r=t.x;void 0===t.pitch&&window.console.error("Tempo Element y-coordinate not set."),t.tempo.el_type="tempo";var n,s=e.calcY(t.pitch)+2;if(t.tempo.preString){n=i(e,{x:r,y:s,text:t.tempo.preString,type:"tempofont",klass:"abcjs-tempo",anchor:"start",noClass:!0,"dominant-baseline":"ideographic",name:"pre"},!0);var o=e.controller.getTextSize.calc(t.tempo.preString,"tempofont","tempo",n).width;r+=o+o/t.tempo.preString.length}if(t.note){t.note.setX(r);for(var c=0;c<t.note.children.length;c++)a(e,t.note.children[c],r);r+=t.note.w+5;var l="= "+t.tempo.bpm;n=i(e,{x:r,y:s,text:l,type:"tempofont",klass:"abcjs-tempo",anchor:"start",noClass:!0,name:"beats"});var h=e.controller.getTextSize.calc(l,"tempofont","tempo",n).width;r+=h+h/l.length}t.tempo.postString&&i(e,{x:r,y:s,text:t.tempo.postString,type:"tempofont",klass:"abcjs-tempo",anchor:"start",noClass:!0,name:"post"},!0)}},5759:function(e,t,r){var a=r(7199);e.exports=function(e,t,r){var i,n=t.y;if(t.lane){var s=.25*t.dim.font.size;n+=(t.dim.font.size+s)*t.lane}t.dim?(i=t.dim).attr.class=t.klass:i=e.controller.getFontAndAttr.calc(t.type,t.klass),t.anchor&&(i.attr["text-anchor"]=t.anchor),i.attr.x=t.x,i.attr.y=n,t.centerVertically||(i.attr.y+=i.font.size),"debugfont"===t.type&&(console.log("Debug msg: "+t.text),i.attr.stroke="#ff0000"),t.cursor&&(i.attr.cursor=t.cursor);var o=t.text.replace(/\n\n/g,"\n \n");o=o.replace(/^\n/," \n"),i.font.box&&(r||e.paper.openGroup({klass:i.attr.class,fill:e.foregroundColor,"data-name":t.name}),"end"===i.attr["text-anchor"]?i.attr.x-=i.font.padding:"start"===i.attr["text-anchor"]&&(i.attr.x+=i.font.padding),i.attr.y+=i.font.padding,delete i.attr.class),t.noClass&&delete i.attr.class,i.attr.x=a(i.attr.x),i.attr.y=a(i.attr.y),t.name&&(i.attr["data-name"]=t.name);var c=e.paper.text(o,i.attr);if(i.font.box){var l=c.getBBox(),h=0;"middle"===i.attr["text-anchor"]?h=l.width/2+i.font.padding:"end"===i.attr["text-anchor"]&&(h=l.width+2*i.font.padding);var u=0;t.centerVertically&&(u=l.height-i.font.padding),e.paper.rect({"data-name":"box",x:Math.round(t.x-h),y:Math.round(n-u),width:Math.round(l.width+2*i.font.padding),height:Math.round(l.height+2*i.font.padding)}),r||(c=e.paper.closeGroup())}return c}},3272:function(e,t,r){var a=r(6764),i=r(7199),n=function(e,t,r){e.anchor1&&e.anchor2?e.anchor1.pitch===e.anchor2.pitch&&0===e.internalNotes.length?e.isTie=!0:e.isTie=!1:e.isTie=!0,e.isTie?(e.calcTieDirection(),e.calcX(t,r),e.calcTieY()):(e.calcSlurDirection(),e.calcX(t,r),e.calcSlurY()),e.avoidCollisionAbove()},s=function(e,t,r,n,s,o,c,l,h){var u=l?1.2:1.5;t=i(t+6),r=i(r+4),n+=o?u:-u,s+=o?u:-u;var f,d=i(e.calcY(n)),p=i(e.calcY(s)),m=r-t,g=p-d,v=Math.sqrt(m*m+g*g),b=m/v,y=g/v,x=v/3.5,w=l?10:25,k=(o?-1:1)*Math.min(w,Math.max(4,x)),C=i(t+x*b-k*y),T=i(d+x*y+k*b),A=i(r-x*b-k*y),S=i(p-x*y+k*b);if(c?c+=" slur":c="slur",c+=l?" tie":" legato",h){c+=" dotted";var N=a("M %f %f C %f %f %f %f %f %f",t,d,C,T,A,S,r,p);f=e.paper.path({path:N,stroke:e.foregroundColor,fill:"none","stroke-dasharray":"5 5",class:e.controller.classes.generate(c),"data-name":l?"tie":"slur"})}else{var _=a("M %f %f C %f %f %f %f %f %f C %f %f %f %f %f %f z",t,d,C,T,A,S,r,p,i(A-2*y),i(S+2*b),i(C-2*y),i(T+2*b),t,d);f=e.paper.path({path:_,stroke:"none",fill:e.foregroundColor,class:e.controller.classes.generate(c),"data-name":l?"tie":"slur"})}return f};e.exports=function(e,t,r,a,i){n(t,r,a);var o="";t.anchor1?o+="abcjs-start-m"+t.anchor1.parent.counters.measure+"-n"+t.anchor1.parent.counters.note:o+="abcjs-start-edge",t.anchor2?o+=" abcjs-end-m"+t.anchor2.parent.counters.measure+"-n"+t.anchor2.parent.counters.note:o+=" abcjs-end-edge",t.hint&&(o="abcjs-hint");var c=t.fixedY?1.5:0,l=s(e,t.startX,t.endX,t.startY+c,t.endY+c,t.above,o,t.isTie,t.dotted);return i.wrapSvgEl({el_type:"slur",startChar:-1,endChar:-1},l),[l]}},4322:function(e,t,r){var a=r(6764),i=r(5759),n=r(6454),s=r(7199);function o(e,t,r,i){return a("M %f %f L %f %f",s(e),s(t),s(r),s(i))}e.exports=function(e,t,r){e.paper.openGroup({klass:e.controller.classes.generate("triplet "+t.durationClass),"data-name":"triplet"}),t.hasBeam||function(e,t,r,a,i){r=e.calcY(r),i=e.calcY(i);var s=5,c="";c+=o(t,r,t,r+s),c+=o(a,i,a,i+s);var l=t+(a-t)/2,h=8,u=(i-r)/(a-t),f=l-h;c+=o(t,r,f,r+(f-t)*u);var d=l+h;c+=o(d,r+(d-t)*u,a,i),n(e,{path:c,stroke:e.foregroundColor,"data-name":"triplet-bracket"})}(e,t.anchor1.x,t.startNote,t.anchor2.x+t.anchor2.w,t.endNote),i(e,{x:t.xTextPos,y:e.calcY(t.yTextPos-1),text:""+t.number,type:"tripletfont",anchor:"middle",centerVertically:!0,noClass:!0,name:""+t.number},!0);var a=e.paper.closeGroup();return r.wrapSvgEl({el_type:"triplet",startChar:-1,endChar:-1},a),a}},3145:function(e,t,r){var a=r(9045),i=r(3245),n=r(9879),s=r(4322),o=r(5947),c=r(3272),l=r(7489),h=r(5759),u=r(4750);e.exports=function(e,t,r,f,d){var p,m,g=t.w-1;if(e.staffbottom=t.staff.bottom,t.header){var v=h(e,{x:e.padding.left,y:e.calcY(t.headerPosition),text:t.header,type:"voicefont",klass:"staff-extra voice-name",anchor:"start",centerVertically:!0,name:"voice-name"},!0);f.wrapSvgEl({el_type:"voiceName",startChar:-1,endChar:-1,text:t.header},v)}var b,y=!1;for(p=0;p<t.children.length;p++){"note"!==(m=t.children[p]).type&&"rest"!==m.type||(y=!0);var x=!1;"staff-extra"===m.type||e.controller.classes.isInMeasure()||(e.controller.classes.startMeasure(),x=!0),m.type,t.staff.isTabStaff&&(m.invisible=!1,"bar"==m.type&&m.abcelem.lastBar&&(r=t.topLine)),u(e,m,t.barto||p===t.children.length-1?r:0,f,d),("note"===m.type||"rest"===(b=m).type&&!(!b.abcelem||!b.abcelem.rest||"spacer"===b.abcelem.rest.type))&&e.controller.classes.incrNote(),"bar"===m.type&&!x&&y&&e.controller.classes.incrMeasure()}for(e.controller.classes.startMeasure(),p=0;p<t.beams.length;p++){var w=t.beams[p];"bar"===w?e.controller.classes.incrMeasure():l(e,w,f)}for(e.controller.classes.startMeasure(),p=0;p<t.otherchildren.length;p++)if("bar"===(m=t.otherchildren[p]))e.controller.classes.incrMeasure();else switch(m.type){case"GlissandoElem":m.elemset=a(e,m,f);break;case"CrescendoElem":m.elemset=i(e,m,f);break;case"DynamicDecoration":m.elemset=n(e,m,f);break;case"TripletElem":s(e,m,f);break;case"EndingElem":m.elemset=o(e,m,t.startx+10,g,f);break;case"TieElem":m.elemset=c(e,m,t.startx+10,g,f);break;default:console.log(m),u(e,m,t.startx+10,g,f,d)}}},2854:function(e){e.exports=function(e){for(var t=e.split("\n"),r=0;r<t.length;r++){var a=t[r].match(/^([ABCDEFG][♯♭]?)?([^\/]+)?(\/[ABCDEFG][#b♯♭]?)?/);a&&(t[r]=(a[1]?a[1]:"")+""+(a[2]?a[2]:"")+""+(a[3]?a[3]:""))}return t.join("\n")}},3891:function(e){e.exports=function(e,t,r,a,i,n){var s,o=e.text;this.rows=[],t&&this.rows.push({move:t});var c=r.calc("textfont","defined-text");if(""===o)this.rows.push({move:2*c.attr["font-size"]});else if("string"==typeof o)this.rows.push({move:c.attr["font-size"]/2}),this.rows.push({left:a,text:o,font:"textfont",klass:"defined-text",anchor:"start",startChar:e.startChar,endChar:e.endChar,absElemType:"freeText",name:"free-text"}),s=n.calc(o,"textfont","defined-text"),this.rows.push({move:s.height});else if(o){for(var l=0,h=a,u="textfont",f=0;f<o.length;f++)u=o[f].font?o[f].font:"textfont",this.rows.push({left:h,text:o[f].text,font:u,klass:"defined-text",anchor:"start",startChar:e.startChar,endChar:e.endChar,absElemType:"freeText",name:"free-text"}),h+=(s=n.calc(o[f].text,r.calc(u,"defined-text").font,"defined-text")).width+s.height/2,l=Math.max(l,s.height);this.rows.push({move:l})}else if(1===e.length){var d=i/2;this.rows.push({left:d,text:e[0].text,font:"textfont",klass:"defined-text",anchor:"middle",startChar:e.startChar,endChar:e.endChar,absElemType:"freeText",name:"free-text"}),s=n.calc(e[0].text,"textfont","defined-text"),this.rows.push({move:s.height})}}},1059:function(e){var t=function(e,t){this.formatting=e,this.classes=t};t.prototype.updateFonts=function(e){e.gchordfont&&(this.formatting.gchordfont=e.gchordfont),e.tripletfont&&(this.formatting.tripletfont=e.tripletfont),e.annotationfont&&(this.formatting.annotationfont=e.annotationfont),e.vocalfont&&(this.formatting.vocalfont=e.vocalfont)},t.prototype.calc=function(e,t){var r;r="string"==typeof e?(r=this.formatting[e])?{face:r.face,size:Math.round(4*r.size/3),decoration:r.decoration,style:r.style,weight:r.weight,box:r.box}:{face:"Arial",size:Math.round(16),decoration:"underline",style:"normal",weight:"normal"}:{face:e.face,size:Math.round(4*e.size/3),decoration:e.decoration,style:e.style,weight:e.weight,box:e.box};var a=this.formatting.fontboxpadding?this.formatting.fontboxpadding:.1;return r.padding=r.size*a,{font:r,attr:{"font-size":r.size,"font-style":r.style,"font-family":r.face,"font-weight":r.weight,"text-decoration":r.decoration,class:this.classes.generate(t)}}},e.exports=t},3460:function(e){var t=function(e,t){this.getFontAndAttr=e,this.svg=t};t.prototype.updateFonts=function(e){this.getFontAndAttr.updateFonts(e)},t.prototype.attr=function(e,t){return this.getFontAndAttr.calc(e,t)},t.prototype.calc=function(e,t,r,a){var i;i="string"==typeof t?this.attr(t,r):{font:{face:t.face,size:t.size,decoration:t.decoration,style:t.style,weight:t.weight},attr:{"font-size":t.size,"font-style":t.style,"font-family":t.face,"font-weight":t.weight,"text-decoration":t.decoration,class:this.getFontAndAttr.classes.generate(r)}};var n=this.svg.getTextSize(e,i.attr,a);return i.font.box?{height:n.height+4*i.font.padding,width:n.width+4*i.font.padding}:n},t.prototype.baselineToCenter=function(e,t,r,a,i){return.5*this.calc(e,t,r).height+(i-a-2)*this.attr(t,r).font.size},e.exports=t},907:function(e,t,r){var a=r(1009);e.exports=function(e,t){void 0===e&&(e="abcjs-note_selected"),void 0===t&&(t="#ff0000"),a(this.elemset,e,"",t)}},1897:function(e){var t=function(){};t.beginLayout=function(e,t){t.i=0,t.durationindex=0,t.startx=e,t.minx=e,t.nextx=e,t.spacingduration=0},t.layoutEnded=function(e){return e.i>=e.children.length},t.getNextX=function(e){return Math.max(e.minx,e.nextx)},t.getSpacingUnits=function(e){return Math.sqrt(8*e.spacingduration)},t.layoutOneItem=function(e,t,r,a,i){var n=r.children[r.i];if(!n)return 0;var s=e-r.minx,o=r.durationindex+n.duration>0?a:0;if("note"===n.abcelem.el_type&&!n.abcelem.rest&&0!==r.voicenumber&&i){var c=i.children[i.i],l=c&&(n.abcelem.maxpitch<=c.abcelem.maxpitch+1&&n.abcelem.maxpitch>=c.abcelem.minpitch-1||n.abcelem.minpitch<=c.abcelem.maxpitch+1&&n.abcelem.minpitch>=c.abcelem.minpitch-1);if(l&&n.abcelem.minpitch===c.abcelem.minpitch&&n.abcelem.maxpitch===c.abcelem.maxpitch&&c.heads&&c.heads.length>0&&n.heads&&n.heads.length>0&&c.heads[0].c===n.heads[0].c&&(l=!1),l){var h=c.heads&&c.heads.length>0?c.heads[0].realWidth:c.fixed.w;n.adjustedWidth||(n.adjustedWidth=h+n.w),n.w=n.adjustedWidth;for(var u=0;u<n.children.length;u++){var f=n.children[u];f.name.indexOf("accidental")<0&&(f.adjustedWidth||(f.adjustedWidth=f.dx+h),f.dx=f.adjustedWidth)}}}var d=function(e,t){var r=0;return"note"!==e.type&&"bar"!==e.type||(r=t),-e.extraw+r}(n,o);return s<d&&(0===r.i||"bar"!==n.type||"part"!==r.children[r.i-1].type&&"tempo"!==r.children[r.i-1].type)&&(e+=d-s),n.setX(e),r.spacingduration=n.duration,r.minx=e+function(e){return e.w}(n),r.i!==r.children.length-1&&(r.minx+=n.minspacing),this.updateNextX(e,t,r),e},t.shiftRight=function(e,t){var r=t.children[t.i];r&&(r.setX(r.x+e),t.minx+=e,t.nextx+=e)},t.updateNextX=function(e,t,r){r.nextx=e+t*Math.sqrt(8*r.spacingduration)},t.updateIndices=function(e){this.layoutEnded(e)||(e.durationindex+=e.children[e.i].duration,"bar"===e.children[e.i].type&&(e.durationindex=Math.round(64*e.durationindex)/64),e.i++)},e.exports=t},6251:function(e,t,r){var a=r(1577),i=r(8613),n=r(6807),s=function(e){return void 0===e?0:Math.floor(Math.log(e)/Math.log(2))};function o(e,t,r,a){if(!e.children)return a;for(var i=0;i<e.children.length;i++){var n=e.children[i];t&&void 0!==n.top&&"flags.ugrace"===n.c?a=Math.max(a,n.top-r):t||void 0===n.bottom||"flags.ugrace"!==n.c||(a=Math.max(a,r-n.bottom+7))}return a}function c(e,t,r){var a=t.heads[e?0:t.heads.length-1],i=r.heads[e?0:r.heads.length-1],n=a.x;e&&(n+=a.w-.6);var s=i.x;return[n,s+=e?i.w:.6]}e.exports=function(e){if(0!==e.elems.length&&!e.allrests){var t=function(e,t){var r=e?i.STEP:-i.STEP;return t&&(r*=.4),r}(e.stemsUp,e.isgrace),r=e.elems[0],l=e.elems[e.elems.length-1],h=0,u=e.stemsUp?r.abcelem.maxpitch:r.abcelem.minpitch;h=o(r,e.stemsUp,u,h),h=o(l,e.stemsUp,u,h),h=Math.max(e.stemHeight,h+3);var f=(g=e.average,v=e.elems.length,b=h,y=e.stemsUp,x=r.abcelem.averagepitch,w=l.abcelem.averagepitch,k=e.isflat,C=e.min,T=e.max,A=e.isgrace,S=b-2,N=b-2,_=Math.round(y?Math.max(g+S,T+N):Math.min(g-S,C-N)),E=function(e,t,r,a){if(a)return 0;var i=e-t,n=r/2;return i>n&&(i=n),i<-n&&(i=-n),i}(x,w,v,k),M=_+Math.floor(E/2),B=_+Math.floor(-E/2),A||(y&&_<6||!y&&_>6)&&(M=6,B=6),[M,B]),d=c(e.stemsUp,r,l);e.addBeam({startX:d[0],endX:d[1],startY:f[0],endY:f[1],dy:t});for(var p=function(e,t,r,a,i){for(var o=[],l=[],h=0;h<e.length;h++){var u=e[h];if(!u.abcelem.rest){var f=u.heads[t?0:u.heads.length-1],d=f.x+(t?f.w:0),p=n(r.startX,r.startY,r.endX,r.endY,d),m=t?-1.5:1.5;a&&(m=2*m/3);var g=u.abcelem.duration;0===g&&(g=.25);for(var v=s(g);v<-3;v++){var b=-4-v;if(l[b]?l[b].single=!1:l[b]={x:d+(t?-.6:0),y:p+m*(b+1),durlog:v,single:!0},h>0&&u.abcelem.beambr&&u.abcelem.beambr<=b+1){l[b].split||(l[b].split=[l[b].x]);var y=c(t,e[h-1],u);l[b].split[l[b].split.length-1]>=y[0]&&(y[0]+=u.w),l[b].split.push(y[0]),l[b].split.push(y[1])}}for(var x=l.length-1;x>=0;x--)if(h===e.length-1||s(e[h+1].abcelem.duration)>-x-4){var w=d,k=p+m*(x+1);l[x].single&&(w=0===h?d+5:d-5,k=n(r.startX,r.startY,r.endX,r.endY,w)+m*(x+1));var C={startX:l[x].x,endX:w,startY:l[x].y,endY:k,dy:i};if(void 0!==l[x].split){var T=l[x].split;C.endX<=T[T.length-1]&&(T[T.length-1]-=u.w),T.push(C.endX),C.split=l[x].split}o.push(C),l=l.slice(0,x)}}}return o}(e.elems,e.stemsUp,e.beams[0],e.isgrace,t),m=0;m<p.length;m++)e.addBeam(p[m]);!function(e,t,r,s,o){for(var c=0;c<e.length;c++){var l=e[c];if(!l.abcelem.rest){var h=!l.addExtra,u=h?o:l,f=l.heads[t?0:l.heads.length-1],d=.2,p=f.pitch+(t?d:-d),m=t?f.w:0;h||(m+=f.dx);var g=f.x+m,v=n(r.startX,r.startY,r.endX,r.endY,g),b=t?-.6:.6;t||(v-=s/2/i.STEP),h&&(m+=l.heads[0].dx),"noteheads.slash.quarter"===f.c&&(t?p+=1:p-=1);var y=new a(null,m,0,p,{type:"stem",pitch2:v,linewidth:b});y.setX(u.x),u.addRight(y)}}}(e.elems,e.stemsUp,e.beams[0],t,e.mainNote)}var g,v,b,y,x,w,k,C,T,A,S,N,_,E,M,B}},4760:function(e){function t(e,t,r){if(t)for(var a=0;a<t.length;a++)if(t[a].header){var i=r.calc(t[a].header,"voicefont","");e=Math.max(e,i.width)}return e}function r(e,t,r){if(e)for(var i=0;i<e.length;i++)a(t,e[i]),r=Math.max(r,e[i].getWidth());return r}function a(e,t){t.x=e}e.exports=function(e,a,i,n,s){var o,c,l=e.padding.left,h=0;for(o=0;o<i.length;o++)i[o].header&&(c=a.calc(i[o].header,"voicefont",""),h=Math.max(h,c.width));h=t(h,n,a),(h=t(h,s,a))&&(h+=a.calc("A","voicefont","").width);var u=0;return u=r(n,l+=h,u),l+(u=r(s,l,u))}},6807:function(e){e.exports=function(e,t,r,a,i){return t+(a-t)/(r-e)*(i-e)}},1564:function(e,t,r){var a=r(6759),i=r(1185),n=r(2432),s=r(4760),o=function(e,t,r,a,i,o,l){for(var h=s(e,a.getTextSize,a.voices,a.brace,a.bracket),u=r,f=0;f<8;f++){var d=n(u,e,l,a,h);if(u=c(o,i.stretchlast,t+e.padding.left,a.w,u,d.spacingUnits,d.minSpace,e.padding.left+e.padding.right),l&&console.log("setXSpace",f,a.w,u,a.minspace),null===u)break}!function(e){for(var t=0;t<e.length;t++)for(var r=e[t],a=1;a<r.children.length-1;a++){var i=r.children[a];if(i.abcelem.rest&&("whole"===i.abcelem.rest.type||"multimeasure"===i.abcelem.rest.type)){var n=r.children[a-1],s=r.children[a+1];i.center(n,s)}}}(a.voices)};function c(e,t,r,a,i,n,s,o){if(e)if(void 0===t){if(a/r<.66)return null}else if(!(1-(a+o)/r<t))return null;return Math.abs(r-a)<2?null:n>0?((i=(r-(a-n*i))/n)*s>50&&(i=50/s),i):null}e.exports=function(e,t,r,n){var s,c,l=r;for(s=0;s<t.lines.length;s++)(c=t.lines[s]).staff&&(o(e,r,n,c.staffGroup,t.formatting,s===t.lines.length-1,!1),c.staffGroup.w>l&&(l=c.staffGroup.w));for(s=0;s<t.lines.length;s++)if((c=t.lines[s]).staffGroup&&c.staffGroup.voices){for(var h=0;h<c.staffGroup.voices.length;h++)a(c.staffGroup.voices[h]);i(e,c.staffGroup)}for(s=0;s<t.lines.length;s++)(c=t.lines[s]).staffGroup&&c.staffGroup.setHeight();return l}},1185:function(e,t,r){var a=r(8613),i=1;function n(e,t,r,a){if(e.specialY[r]){var n=e.specialY[r];a&&(n*=a),e.top+=n+i,t[r]=e.top}}function s(e,t,r){var a,i;for(a=0;a<t.children.length;a++)o(e,i=t.children[a],r);for(a=0;a<t.otherchildren.length;a++)switch((i=t.otherchildren[a]).type){case"CrescendoElem":c(e,i);break;case"DynamicDecoration":l(e,i);break;case"EndingElem":h(e,i)}}function o(e,t,r){for(var a=0;a<t.children.length;a++){var i=t.children[a];for(var n in t.specialY)t.specialY.hasOwnProperty(n)&&i[n]&&(i.pitch=e[n],void 0===i.top&&("TempoElement"===i.type?u(e,i):f(e,i,r),t.pushTop(i.top),t.pushBottom(i.bottom)))}}function c(e,t){t.dynamicHeightAbove?t.pitch=e.dynamicHeightAbove:t.pitch=e.dynamicHeightBelow}function l(e,t){t.volumeHeightAbove?t.pitch=e.volumeHeightAbove:t.pitch=e.volumeHeightBelow}function h(e,t){t.pitch=e.endingHeightAbove-2}function u(e,t){if(t.pitch=e.tempoHeightAbove,t.top=e.tempoHeightAbove,t.bottom=e.tempoHeightAbove,t.note){var r=t.pitch-t.totalHeightInPitches+1;t.note.top=r,t.note.bottom=r;for(var a=0;a<t.note.children.length;a++){var i=t.note.children[a];i.top+=r,i.bottom+=r,i.pitch+=r,void 0!==i.pitch2&&(i.pitch2+=r)}}}function f(e,t,r){switch(t.type){case"part":t.top=e.partHeightAbove+t.height,t.bottom=e.partHeightAbove;break;case"text":case"chord":t.chordHeightAbove?(t.top=e.chordHeightAbove,t.bottom=e.chordHeightAbove):(t.top=e.chordHeightBelow,t.bottom=e.chordHeightBelow);break;case"lyric":t.lyricHeightAbove?(t.top=e.lyricHeightAbove,t.bottom=e.lyricHeightAbove):(t.top=e.lyricHeightBelow+r.vocal/a.STEP,t.bottom=e.lyricHeightBelow+r.vocal/a.STEP,t.pitch-=r.vocal/a.STEP);break;case"debug":t.top=e.chordHeightAbove,t.bottom=e.chordHeightAbove}void 0!==t.pitch&&void 0!==t.top||console.error("RelativeElement position not set.",t.type,t.pitch,t.top,e)}e.exports=function(e,t){for(var r,o=0;o<t.staffs.length;o++){var c=t.staffs[o],l={tempoHeightAbove:0,partHeightAbove:0,volumeHeightAbove:0,dynamicHeightAbove:0,endingHeightAbove:0,chordHeightAbove:0,lyricHeightAbove:0,lyricHeightBelow:0,chordHeightBelow:0,volumeHeightBelow:0,dynamicHeightBelow:0};if(e.showDebug&&e.showDebug.indexOf("box")>=0&&(c.originalTop=c.top,c.originalBottom=c.bottom),n(c,l,"lyricHeightAbove"),n(c,l,"chordHeightAbove",c.specialY.chordLines.above),c.specialY.endingHeightAbove&&(c.specialY.chordHeightAbove?c.top+=2:c.top+=c.specialY.endingHeightAbove+i,l.endingHeightAbove=c.top),c.specialY.dynamicHeightAbove&&c.specialY.volumeHeightAbove?(c.top+=Math.max(c.specialY.dynamicHeightAbove,c.specialY.volumeHeightAbove)+i,l.dynamicHeightAbove=c.top,l.volumeHeightAbove=c.top):(n(c,l,"dynamicHeightAbove"),n(c,l,"volumeHeightAbove")),n(c,l,"partHeightAbove"),n(c,l,"tempoHeightAbove"),c.specialY.lyricHeightBelow&&(c.specialY.lyricHeightBelow+=e.spacing.vocal/a.STEP,l.lyricHeightBelow=c.bottom,c.bottom-=c.specialY.lyricHeightBelow+i),c.specialY.chordHeightBelow){l.chordHeightBelow=c.bottom;var h=c.specialY.chordHeightBelow;c.specialY.chordLines.below&&(h*=c.specialY.chordLines.below),c.bottom-=h+i}c.specialY.volumeHeightBelow&&c.specialY.dynamicHeightBelow?(l.volumeHeightBelow=c.bottom,l.dynamicHeightBelow=c.bottom,c.bottom-=Math.max(c.specialY.volumeHeightBelow,c.specialY.dynamicHeightBelow)+i):c.specialY.volumeHeightBelow?(l.volumeHeightBelow=c.bottom,c.bottom-=c.specialY.volumeHeightBelow+i):c.specialY.dynamicHeightBelow&&(l.dynamicHeightBelow=c.bottom,c.bottom-=c.specialY.dynamicHeightBelow+i),e.showDebug&&e.showDebug.indexOf("box")>=0&&(c.positionY=l);for(var u=0;u<c.voices.length;u++)s(l,t.voices[c.voices[u]],e.spacing);if(void 0!==r){var f=r+(c.top-10),d=e.spacing.systemStaffSeparation/a.STEP-f;d>0&&(c.top+=d)}r=2-c.bottom}}},2432:function(e,t,r){var a=r(1897);function i(e){for(var t=0;t<e.length;t++)if(!a.layoutEnded(e[t]))return!1;return!0}function n(e){return e.durationindex-(e.children[e.i]&&e.children[e.i].duration>0?0:5e-7)}e.exports=function(e,t,r,s,o){var c,l=0,h=1e3,u=o;s.startx=u;var f,d,p=0;for(r&&console.log("init layout",e),c=0;c<s.voices.length;c++)a.beginLayout(u,s.voices[c]);for(var m=0;!i(s.voices);){for(p=null,c=0;c<s.voices.length;c++)a.layoutEnded(s.voices[c])||p&&!(n(s.voices[c])<p)||(p=n(s.voices[c]));var g=[],v=[];for(c=0;c<s.voices.length;c++)n(s.voices[c])-p>1e-7?v.push(s.voices[c]):g.push(s.voices[c]);m=0;var b=0;for(c=0;c<g.length;c++)a.getNextX(g[c])>u&&(u=a.getNextX(g[c]),m=a.getSpacingUnits(g[c]),b=g[c].spacingduration);l+=m,h=Math.min(h,m),r&&console.log("currentduration: ",p,l,h);var y=void 0;for(c=0;c<g.length;c++){var x=g[c];0===x.voicenumber&&(y=c);var w=void 0!==y&&g[y].voicenumber!==x.voicenumber?g[y]:void 0;d=w,(f=x)&&f.staff&&f.staff.voices&&0!==f.staff.voices.length&&d&&d.staff&&d.staff.voices&&0!==d.staff.voices.length&&f.staff.voices[0]===d.staff.voices[0]||(w=void 0);var k=a.layoutOneItem(u,e,x,t.minPadding,w),C=k-u;if(C>0){u=k;for(var T=0;T<c;T++)a.shiftRight(C,g[T])}}for(c=0;c<v.length;c++)v[c].spacingduration-=b,a.updateNextX(u,e,v[c]);for(c=0;c<g.length;c++){var A=g[c];a.updateIndices(A)}}for(c=0;c<s.voices.length;c++)a.getNextX(s.voices[c])>u&&(u=a.getNextX(s.voices[c]),m=a.getSpacingUnits(s.voices[c]));return function(e){for(var t=0,r=0;r<e.length;r++){var a=e[r];if(a.children.length>0){var i=a.children.length-1,n=a.children[i];if("bar"===n.abcelem.el_type){var s=n.children[0].x;s>t?t=s:n.children[0].x=t}}}}(s.voices),l+=m,s.setWidth(u),{spacingUnits:l,minSpace:h}}},3294:function(e,t,r){var a=r(6807);function i(e){return e.stemsUp}e.exports=function(e){if(e.anchor1&&e.anchor2){e.hasBeam=!!e.anchor1.parent.beam&&e.anchor1.parent.beam===e.anchor2.parent.beam;var t=e.anchor1.parent.beam;if(!e.hasBeam||t.elems[0]===e.anchor1.parent&&t.elems[t.elems.length-1]===e.anchor2.parent||(e.hasBeam=!1),e.hasBeam){var r=i(t)?e.anchor1.x+e.anchor1.w:e.anchor1.x;e.yTextPos=function(e,t,r){if(0===r.beams.length)return 0;r=r.beams[0];var i=e+(t-e)/2;return a(r.startX,r.startY,r.endX,r.endY,i)}(r,e.anchor2.x,t),e.yTextPos+=i(t)?3:-2,e.xTextPos=(o=r,c=e.anchor2.x,o+(c-o)/2),e.top=e.yTextPos+1,e.bottom=e.yTextPos-2,i(t)&&(e.endingHeightAbove=4)}else{e.startNote=Math.max(e.anchor1.parent.top,9)+4,e.endNote=Math.max(e.anchor2.parent.top,9)+4,"rest"===e.anchor1.parent.type&&"rest"!==e.anchor2.parent.type?e.startNote=e.endNote:"rest"===e.anchor2.parent.type&&"rest"!==e.anchor1.parent.type&&(e.endNote=e.startNote);for(var n=0,s=0;s<e.middleElems.length;s++)n=Math.max(n,e.middleElems[s].top);((n+=4)>e.startNote||n>e.endNote)&&(e.startNote=n,e.endNote=n),e.flatBeams&&(e.startNote=Math.max(e.startNote,e.endNote),e.endNote=Math.max(e.startNote,e.endNote)),e.yTextPos=e.startNote+(e.endNote-e.startNote)/2,e.xTextPos=e.anchor1.x+(e.anchor2.x+e.anchor2.w-e.anchor1.x)/2,e.top=e.yTextPos+1}}var o,c;delete e.middleElems,delete e.flatBeams}},6759:function(e,t,r){var a=r(6251),i=r(6807),n=r(3294);function s(e){for(var t=0;t<e.elems.length;t++){var r=e.elems[t];if(r.top)for(var a=l(r,e),i=0;i<r.children.length;i++){var n=r.children[i];if("ornament"===n.klass&&n.bottom-1.5<a){var s=a-n.bottom+1.5;n.bottom+=s,n.top+=s,n.pitch+=s,a=r.top=n.top}}}}function o(e,t){var r=t.getChordDim();if(r){for(var a=0;a<e.length;a++)if(e[a]<r.left)return a>0&&t.putChordInLane(a),void(e[a]=r.right);e.push(r.right),t.putChordInLane(e.length-1)}}function c(e){for(var t=0,r=0;r<e.children.length;r++)e.children[r].chordHeightBelow&&t++;return t}function l(e,t){return t=t.beams[0],i(t.startX,t.startY,t.endX,t.endY,e.x)}e.exports=function(e){for(var t=0;t<e.beams.length;t++)if("BeamElem"===e.beams[t].type){a(e.beams[t]),s(e.beams[t]);for(var r=0;r<e.beams[t].elems.length;r++)e.adjustRange(e.beams[t].elems[r])}for(e.staff.specialY.chordLines=function(e){var t,r,a,i=[0],n=[0];for(t=0;t<e.length;t++){for(r=0;r<e[t].children.length;r++)(a=e[t].children[r]).chordHeightAbove&&o(i,a);for(r=e[t].children.length-1;r>=0;r--)(a=e[t].children[r]).chordHeightBelow&&o(n,a)}return(i.length>1||n.length>1)&&function(e,t,r){for(var a=0;a<e.length;a++){c(e[a]);for(var i=0;i<e[a].children.length;i++){var n=e[a].children[i];n.chordHeightAbove&&n.invertLane(t)}}}(e,i.length,n.length),{above:i.length,below:n.length}}(e.children),t=0;t<e.otherchildren.length;t++){var i=e.otherchildren[t];"TripletElem"===i.type&&(n(i),e.adjustRange(i))}e.staff.top=Math.max(e.staff.top,e.top),e.staff.bottom=Math.min(e.staff.bottom,e.bottom)}},2557:function(e,t,r){var a=r(8613);function i(e){"keyboard"===this.dragMechanism&&0!==this.dragYStep&&this.dragTarget&&d.bind(this)(this.dragTarget,this.dragYStep,this.selectables.length,this.dragIndex,e),this.dragYStep=0}function n(e){switch(e.keyCode){case 38:case 40:e.preventDefault()}}function s(e){var t=!1,r=e.target.dataset.index;switch(e.keyCode){case 13:case 32:t=!0,this.dragTarget=this.selectables[r],this.dragIndex=r,this.dragMechanism="keyboard",u.bind(this)(e);break;case 38:t=!0,this.dragTarget=this.selectables[r],this.dragIndex=r,this.dragTarget&&this.dragTarget.isDraggable&&(this.dragging&&this.dragTarget.isDraggable&&this.dragTarget.absEl.highlight(void 0,this.dragColor),this.dragYStep--,this.dragTarget.svgEl.setAttribute("transform","translate(0,"+this.dragYStep*a.STEP+")"));break;case 40:t=!0,this.dragTarget=this.selectables[r],this.dragIndex=r,this.dragMechanism="keyboard",this.dragTarget&&this.dragTarget.isDraggable&&(this.dragging&&this.dragTarget.isDraggable&&this.dragTarget.absEl.highlight(void 0,this.dragColor),this.dragYStep++,this.dragTarget.svgEl.setAttribute("transform","translate(0,"+this.dragYStep*a.STEP+")"));break;case 9:0!==this.dragYStep&&u.bind(this)(e)}t&&e.preventDefault()}function o(e,t){var r,a,i,n=function(e,t){for(var r=0;r<e.length;r++)if(t.dataset.index===e[r].svgEl.dataset.index)return r;return-1}(e.selectables,function(e){if("svg"===e.tagName)return e;for(var t=e.getAttribute("selectable");!t;)t=!e.parentElement||"svg"===(e=e.parentElement).tagName||e.getAttribute("selectable");return e}(t.target));return n>=0?(i=function(e,t,r){return e.x<=t.offsetX&&e.x+e.width>=t.offsetX&&e.y<=t.offsetY&&e.y+e.height>=t.offsetY||Math.abs(t.layerY/r-t.offsetY)<3?[t.offsetX,t.offsetY]:[t.layerX,t.layerY]}(e.selectables[n].svgEl.getBBox(),t,e.scale),r=i[0],a=i[1]):(i=function(e){var t,r,a=1,i=1,n=e.target.closest("svg"),s=0;return n.viewBox.baseVal&&(0!==n.viewBox.baseVal.width&&(a=n.viewBox.baseVal.width/n.clientWidth),0!==n.viewBox.baseVal.height&&(i=n.viewBox.baseVal.height/n.clientHeight),s=n.viewBox.baseVal.y),e.target&&"svg"===e.target.tagName?(t=e.offsetX,r=e.offsetY):(t=e.layerX,r=e.layerY),[t*=a,(r*=i)+s]}(t),n=function(e,t,r){for(var a=9999999,i=-1,n=0;n<e.selectables.length&&a>0;n++){var s=e.selectables[n];if(e.getDim(s),s.dim.left<t&&s.dim.right>t&&s.dim.top<r&&s.dim.bottom>r)i=n,a=0;else if(s.dim.top<r&&s.dim.bottom>r){var o=Math.min(Math.abs(s.dim.left-t),Math.abs(s.dim.right-t));o<a&&(a=o,i=n)}else if(s.dim.left<t&&s.dim.right>t){var c=Math.min(Math.abs(s.dim.top-r),Math.abs(s.dim.bottom-r));c<a&&(a=c,i=n)}else{var l=Math.abs(t-s.dim.left)>Math.abs(t-s.dim.right)?Math.abs(t-s.dim.right):Math.abs(t-s.dim.left),h=Math.abs(r-s.dim.top)>Math.abs(r-s.dim.bottom)?Math.abs(r-s.dim.bottom):Math.abs(r-s.dim.top),u=Math.sqrt(l*l+h*h);u<a&&(a=u,i=n)}}return i>=0&&a<=12?i:-1}(e,r=i[0],a=i[1])),{x:r,y:a,clickedOn:n}}function c(e){if(e&&e.target&&e.touches&&!(e.touches.length<1)){var t=e.target.getBoundingClientRect(),r=e.touches[0].pageX-t.left,a=e.touches[0].pageY-t.top;e.touches[0].offsetX=r,e.touches[0].offsetY=a,e.touches[0].layerX=e.touches[0].pageX,e.touches[0].layerY=e.touches[0].pageY}}function l(e){var t=e;"touchstart"===e.type&&(c(e),e.touches.length>0&&(t=e.touches[0]));var r=o(this,t);r.clickedOn>=0&&("touchstart"===e.type||0===e.button)&&this.selectables[r.clickedOn]&&(this.dragTarget=this.selectables[r.clickedOn],this.dragIndex=r.clickedOn,this.dragMechanism="mouse",this.dragMouseStart={x:r.x,y:r.y},this.dragging&&this.dragTarget.isDraggable&&(function(e,t){if(e){var r=v(e.svg);r[t]=!0,b(e.svg,r)}}(this.renderer.paper,"abcjs-dragging-in-progress"),this.dragTarget.absEl.highlight(void 0,this.dragColor)))}function h(e){var t=e;if("touchmove"===e.type&&(c(e),e.touches.length>0&&(t=e.touches[0])),this.lastTouchMove=e,this.dragTarget&&this.dragging&&this.dragTarget.isDraggable&&"mouse"===this.dragMechanism&&this.dragMouseStart){var r=o(this,t),i=Math.round((r.y-this.dragMouseStart.y)/a.STEP);i!==this.dragYStep&&(this.dragYStep=i,this.dragTarget.svgEl.setAttribute("transform","translate(0,"+i*a.STEP+")"))}}function u(e){var t=e;"touchend"===e.type&&this.lastTouchMove&&(c(this.lastTouchMove),this.lastTouchMove.touches.length>0&&(t=this.lastTouchMove.touches[0])),this.dragTarget&&(m.bind(this)(),this.dragTarget.absEl&&this.dragTarget.absEl.highlight&&(this.selected=[this.dragTarget.absEl],this.dragTarget.absEl.highlight(void 0,this.selectionColor)),d.bind(this)(this.dragTarget,this.dragYStep,this.selectables.length,this.dragIndex,t),this.dragTarget.svgEl&&this.dragTarget.svgEl.focus&&(this.dragTarget.svgEl.focus(),this.dragTarget=null,this.dragIndex=-1),function(e,t){if(e){var r=v(e.svg);delete r[t],b(e.svg,r)}}(this.renderer.svg,"abcjs-dragging-in-progress"))}function f(e){e>=0&&e<this.selectables.length&&(this.dragTarget=this.selectables[e],this.dragIndex=e,this.dragMechanism="keyboard",u.bind(this)({target:this.dragTarget.svgEl}))}function d(e,t,r,a,i){var n=[];if(e.absEl.elemset){for(var s={},o=0;o<e.absEl.elemset.length;o++){var c=e.absEl.elemset[o];if(c)for(var l=c.getAttribute("class").split(" "),h=0;h<l.length;h++)s[l[h]]=!0}for(var u=0;u<Object.keys(s).length;u++)n.push(Object.keys(s)[u])}for(var d={},m=0;m<n.length;m++)p(n[m],"abcjs-v",d,"voice"),p(n[m],"abcjs-l",d,"line"),p(n[m],"abcjs-m",d,"measure");e.staffPos&&(d.staffPos=e.staffPos);for(var g=i.target;g&&!g.dataset.name&&"svg"!==g.tagName.toLowerCase();)g=g.parentNode;for(var v=i.target;v&&!v.dataset.index&&"svg"!==v.tagName.toLowerCase();)v=v.parentNode;d.name=v.dataset.name,d.clickedName=g.dataset.name,d.parentClasses=v.classList,d.clickedClasses=g.classList,d.selectableElement=e.svgEl;for(var b=0;b<this.listeners.length;b++)this.listeners[b](e.absEl.abcelem,e.absEl.tuneNumber,n.join(" "),d,{step:t,max:r,index:a,setSelection:f.bind(this)},i)}function p(e,t,r,a){if(0===e.indexOf(t)){var i=e.replace(t,""),n=parseInt(i,10);""+n===i&&(r[a]=n)}}function m(){for(var e=0;e<this.selected.length;e++)this.selected[e].unhighlight(void 0,this.renderer.foregroundColor);this.selected=[]}function g(e,t){m.bind(this)();for(var r=0;r<this.staffgroups.length;r++)for(var a=this.staffgroups[r].voices,i=0;i<a.length;i++)for(var n=a[i].children,s=0;s<n.length;s++){var o=n[s].abcelem.startChar,c=n[s].abcelem.endChar;(t>o&&e<c||t===e&&t===c)&&(this.selected[this.selected.length]=n[s],n[s].highlight(void 0,this.selectionColor))}}function v(e){var t=e.getAttribute("class");t||(t="");for(var r=t.split(" "),a={},i=0;i<r.length;i++)a[r[i]]=!0;return a}function b(e,t){var r=[];for(var a in t)t.hasOwnProperty(a)&&r.push(a);e.setAttribute("class",r.join(" "))}e.exports=function(e,t){if(e.rangeHighlight=g,e.dragging)for(var r=0;r<e.selectables.length;r++){var a=e.selectables[r];"true"===a.svgEl.getAttribute("selectable")&&(a.svgEl.setAttribute("tabindex",0),a.svgEl.setAttribute("data-index",r),a.svgEl.addEventListener("keydown",n.bind(e)),a.svgEl.addEventListener("keyup",s.bind(e)),a.svgEl.addEventListener("focus",i.bind(e)))}for(var o=0;o<t.length;o++)t[o].addEventListener("touchstart",l.bind(e)),t[o].addEventListener("touchmove",h.bind(e)),t[o].addEventListener("touchend",u.bind(e)),t[o].addEventListener("mousedown",l.bind(e)),t[o].addEventListener("mousemove",h.bind(e)),t[o].addEventListener("mouseup",u.bind(e))}},5781:function(e){e.exports=function(e,t,r){this.rows=[],e&&this.rows.push({move:e}),this.rows.push({separator:t,absElemType:"separator"}),r&&this.rows.push({move:r})}},1009:function(e){e.exports=function(e,t,r,a){if(e)for(var i=0;i<e.length;i++){var n=e[i],s=n.getAttribute("highlight");s||(s="fill"),n.setAttribute(s,a);var o=n.getAttribute("class");o||(o=""),o=(o=o.replace(r,"")).replace(t,""),t.length>0&&(o.length>0&&" "!==o.charAt(o.length-1)&&(o+=" "),o+=t),n.setAttribute("class",o)}}},9725:function(e){e.exports=function(e,t,r,a,i,n){this.rows=[],e&&this.rows.push({move:e});var s=t.titleleft?"start":"middle",o=t.titleleft?i:a;this.rows.push({left:o,text:r.text,font:"subtitlefont",klass:"text subtitle",anchor:s,startChar:r.startChar,endChar:r.endChar,absElemType:"subtitle",name:"subtitle"});var c=n.calc(r.text,"subtitlefont","text subtitle");this.rows.push({move:c.height})}},4101:function(e){var t="http://www.w3.org/2000/svg";function r(e){this.svg=s(),this.currentGroup=[],e.appendChild(this.svg)}function a(e,t,r){var a=r-e;return"M "+e+" "+t+" l "+a+" 0 l 0 1 l "+-a+" 0 z "}function i(e,t,r){var a=r-t;return"M "+e+" "+t+" l 0 "+a+" l 1 0 l 0 "+-a+" z "}r.prototype.clear=function(){if(this.svg){var e=this.svg.parentNode;this.svg=s(),this.currentGroup=[],e&&(e.innerHTML="",e.appendChild(this.svg))}},r.prototype.setTitle=function(e){var t=document.createElement("title"),r=document.createTextNode(e);t.appendChild(r),this.svg.insertBefore(t,this.svg.firstChild)},r.prototype.setResponsiveWidth=function(e,t){if(this.svg.setAttribute("viewBox","0 0 "+e+" "+t),this.svg.setAttribute("preserveAspectRatio","xMinYMin meet"),this.svg.removeAttribute("height"),this.svg.removeAttribute("width"),this.svg.style.display="inline-block",this.svg.style.position="absolute",this.svg.style.top="0",this.svg.style.left="0",this.svg.parentNode){var r=this.svg.parentNode.getAttribute("class");r?r.indexOf("abcjs-container")<0&&this.svg.parentNode.setAttribute("class",r+" abcjs-container"):this.svg.parentNode.setAttribute("class","abcjs-container"),this.svg.parentNode.style.display="inline-block",this.svg.parentNode.style.position="relative",this.svg.parentNode.style.width="100%";var a=t/e*100;this.svg.parentNode.style["padding-bottom"]=a+"%",this.svg.parentNode.style["vertical-align"]="middle",this.svg.parentNode.style.overflow="hidden"}},r.prototype.setSize=function(e,t){this.svg.setAttribute("width",e),this.svg.setAttribute("height",t)},r.prototype.setAttribute=function(e,t){this.svg.setAttribute(e,t)},r.prototype.setScale=function(e){1!==e?(this.svg.style.transform="scale("+e+","+e+")",this.svg.style["-ms-transform"]="scale("+e+","+e+")",this.svg.style["-webkit-transform"]="scale("+e+","+e+")",this.svg.style["transform-origin"]="0 0",this.svg.style["-ms-transform-origin-x"]="0",this.svg.style["-ms-transform-origin-y"]="0",this.svg.style["-webkit-transform-origin-x"]="0",this.svg.style["-webkit-transform-origin-y"]="0"):(this.svg.style.transform="",this.svg.style["-ms-transform"]="",this.svg.style["-webkit-transform"]="")},r.prototype.insertStyles=function(e){var r=document.createElementNS(t,"style");r.textContent=e,this.svg.insertBefore(r,this.svg.firstChild)},r.prototype.setParentStyles=function(e){for(var t in e)e.hasOwnProperty(t)&&this.svg.parentNode&&(this.svg.parentNode.style[t]=e[t]);this.dummySvg&&(document.querySelector("body").removeChild(this.dummySvg),this.dummySvg=null)},r.prototype.rect=function(e){var t=[],r=e.x,n=e.y,s=e.x+e.width,o=e.y+e.height;return t.push(a(r,n,s)),t.push(a(r,o,s)),t.push(i(s,n,o)),t.push(i(r,o,n)),this.path({path:t.join(" "),stroke:"none","data-name":e["data-name"]})},r.prototype.dottedLine=function(e){var r=document.createElementNS(t,"line");r.setAttribute("x1",e.x1),r.setAttribute("x2",e.x2),r.setAttribute("y1",e.y1),r.setAttribute("y2",e.y2),r.setAttribute("stroke",e.stroke),r.setAttribute("stroke-dasharray","5,5"),this.svg.insertBefore(r,this.svg.firstChild)},r.prototype.rectBeneath=function(e){var r=document.createElementNS(t,"rect");r.setAttribute("x",e.x),r.setAttribute("width",e.width),r.setAttribute("y",e.y),r.setAttribute("height",e.height),e.stroke&&r.setAttribute("stroke",e.stroke),e["stroke-opacity"]&&r.setAttribute("stroke-opacity",e["stroke-opacity"]),e.fill&&r.setAttribute("fill",e.fill),e["fill-opacity"]&&r.setAttribute("fill-opacity",e["fill-opacity"]),this.svg.insertBefore(r,this.svg.firstChild)},r.prototype.text=function(e,r,a){var i=document.createElementNS(t,"text");for(var n in i.setAttribute("stroke","none"),r)r.hasOwnProperty(n)&&i.setAttribute(n,r[n]);for(var s=(""+e).split("\n"),o=0;o<s.length;o++){var c=document.createElementNS(t,"tspan");if(c.setAttribute("x",r.x?r.x:0),0!==o&&c.setAttribute("dy","1.2em"),-1!==s[o].indexOf("")){var l=s[o].split("");if(c.textContent=l[0],l[1]){var h=document.createElementNS(t,"tspan");h.setAttribute("dy","-0.3em"),h.setAttribute("style","font-size:0.7em"),h.textContent=l[1],c.appendChild(h)}if(l[2]){var u=l[1]?"0.4em":"0.1em",f=document.createElementNS(t,"tspan");f.setAttribute("dy",u),f.setAttribute("style","font-size:0.7em"),f.textContent=l[2],c.appendChild(f)}}else c.textContent=s[o];i.appendChild(c)}return a?a.appendChild(i):this.append(i),i},r.prototype.guessWidth=function(e,t){var r,a=this.createDummySvg(),i=this.text(e,t,a);try{r=i.getBBox(),r=isNaN(r.height)||!r.height?{width:t["font-size"]/2,height:t["font-size"]+2}:{width:r.width,height:r.height}}catch(e){r={width:t["font-size"]/2,height:t["font-size"]+2}}return a.removeChild(i),r},r.prototype.createDummySvg=function(){return this.dummySvg||(this.dummySvg=s(),this.dummySvg.setAttribute("style",["display: block !important;","height: 1px;","width: 1px;","position: absolute;"].join("")),document.querySelector("body").appendChild(this.dummySvg)),this.dummySvg};var n={};function s(){var e=document.createElementNS(t,"svg");return e.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink","http://www.w3.org/1999/xlink"),e.setAttribute("role","img"),e.setAttribute("fill","currentColor"),e.setAttribute("stroke","currentColor"),e}r.prototype.getTextSize=function(e,t,r){if("number"==typeof e&&(e=""+e),!e||e.match(/^\s+$/))return{width:0,height:0};var a;if(e.length<20&&(a=e+JSON.stringify(t),n[a]))return n[a];var i,s=!r;r||(r=this.text(e,t));try{i=r.getBBox(),i=isNaN(i.height)||!i.height?this.guessWidth(e,t):{width:i.width,height:i.height}}catch(r){i=this.guessWidth(e,t)}return s&&(this.currentGroup.length>0?this.currentGroup[0].removeChild(r):this.svg.removeChild(r)),a&&(n[a]=i),i},r.prototype.openGroup=function(e){e=e||{};var r=document.createElementNS(t,"g");return e.klass&&r.setAttribute("class",e.klass),e.fill&&r.setAttribute("fill",e.fill),e.stroke&&r.setAttribute("stroke",e.stroke),e["data-name"]&&r.setAttribute("data-name",e["data-name"]),e.prepend?this.prepend(r):this.append(r),this.currentGroup.unshift(r),r},r.prototype.closeGroup=function(){var e=this.currentGroup.shift();return e&&0===e.children.length?(e.parentElement.removeChild(e),null):e},r.prototype.path=function(e){var r=document.createElementNS(t,"path");for(var a in e)e.hasOwnProperty(a)&&("path"===a?r.setAttributeNS(null,"d",e.path):"klass"===a?r.setAttributeNS(null,"class",e[a]):void 0!==e[a]&&r.setAttributeNS(null,a,e[a]));return this.append(r),r},r.prototype.pathToBack=function(e){var r=document.createElementNS(t,"path");for(var a in e)e.hasOwnProperty(a)&&("path"===a?r.setAttributeNS(null,"d",e.path):"klass"===a?r.setAttributeNS(null,"class",e[a]):r.setAttributeNS(null,a,e[a]));return this.prepend(r),r},r.prototype.append=function(e){this.currentGroup.length>0?this.currentGroup[0].appendChild(e):this.svg.appendChild(e)},r.prototype.prepend=function(e){this.currentGroup.length>0?this.currentGroup[0].appendChild(e):this.svg.insertBefore(e,this.svg.firstChild)},r.prototype.setAttributeOnElement=function(e,t){for(var r in t)t.hasOwnProperty(r)&&e.setAttributeNS(null,r,t[r])},r.prototype.moveElementToChild=function(e,t){e.appendChild(t)},e.exports=r},8135:function(e,t,r){var a=r(3502);e.exports=function(e,t,r,i,n,s,o,c,l){if(this.rows=[],e.header&&s){var h=l.calc("X","headerfont","abcjs-header abcjs-meta-top").height;a(this.rows,{marginLeft:o,text:e.header.left,font:"headerfont",klass:"header meta-top",marginTop:-h,info:t.header,name:"header"},l),a(this.rows,{marginLeft:o+n/2,text:e.header.center,font:"headerfont",klass:"header meta-top",marginTop:-h,anchor:"middle",info:t.header,name:"header"},l),a(this.rows,{marginLeft:o+n,text:e.header.right,font:"headerfont",klass:"header meta-top",marginTop:-h,anchor:"end",info:t.header,name:"header"},l)}s&&this.rows.push({move:c.top});var u=r.titleleft?"start":"middle",f=r.titleleft?o:o+n/2;if(e.title&&a(this.rows,{marginLeft:f,text:e.title,font:"titlefont",klass:"title meta-top",marginTop:c.title,anchor:u,absElemType:"title",info:t.title,name:"title"},l),i.length)for(var d=0;d<i.length&&i[d].subtitle;)a(this.rows,{marginLeft:f,text:i[d].subtitle.text,font:"subtitlefont",klass:"text meta-top subtitle",marginTop:c.subtitle,anchor:u,absElemType:"subtitle",info:i[d].subtitle,name:"subtitle"},l),d++;if(e.rhythm||e.origin||e.composer){if(this.rows.push({move:c.composer}),e.rhythm&&e.rhythm.length>0){var p=!(!e.composer&&!e.origin);a(this.rows,{marginLeft:o,text:e.rhythm,font:"infofont",klass:"meta-top rhythm",absElemType:"rhythm",noMove:p,info:t.rhythm,name:"rhythm"},l)}var m="";e.composer&&(m+=e.composer),e.origin&&(m+=" ("+e.origin+")"),m.length>0&&a(this.rows,{marginLeft:o+n,text:m,font:"composerfont",klass:"meta-top composer",anchor:"end",absElemType:"composer",info:t.composer,name:"composer"},l)}e.author&&e.author.length>0&&a(this.rows,{marginLeft:o+n,text:e.author,font:"composerfont",klass:"meta-top author",anchor:"end",absElemType:"author",info:t.author,name:"author"},l),e.partOrder&&e.partOrder.length>0&&a(this.rows,{marginLeft:o,text:e.partOrder,font:"partsfont",klass:"meta-top part-order",absElemType:"partOrder",info:t.partOrder,name:"part-order"},l)}},2080:function(e,t,r){var a=r(1009);e.exports=function(e,t){void 0===e&&(e="abcjs-note_selected"),void 0===t&&(t="#000000"),a(this.elemset,"",e,t)}}},t={},r=function r(a){var i=t[a];if(void 0!==i)return i.exports;var n=t[a]={exports:{}};return e[a](n,n.exports,r),n.exports}(7001),r;var e,t,r}));
|
|
3
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.abcjs=t():e.ABCJS=t()}(this,(function(){return e={7001:function(e,t,r){"use strict";var a=r(1592).TuneBook,i=r(8905),n=r(5132),s=function(){var e=!1;try{e=abcjs_is_user_script}catch(e){}this.show_midi=!e,this.hide_abc=!1,this.render_before=!1,this.midi_options={},this.render_options={},this.render_classname="abcrendered",this.text_classname="abctext",this.auto_render_threshold=20,this.show_text="show score for: ",this.debug=!1},o=new s;o.start=function(){var e=window.document.body;this.errors="";var t=this.getABCContainingElements(e);if(0!==t.length){if(this.debug)for(var r=0;r<t.length;r++){var a="Possible ABC found ("+(r+1)+" of "+t.length+"):\n\n"+t[r].innerText;alert(a)}var i=t.map(this.convertToDivs,this).reduce((function(e,t){return e.concat(t)}));this.auto_render=i.length<=this.auto_render_threshold,i.forEach((function(e){this.render(e,e.abctext_)}),this)}},o.getABCContainingElements=function(e){for(var t,r=[],a=!1,i=0,n=e.childNodes.length;i<n;++i)3!==(t=e.childNodes[i]).nodeType||a?1===t.nodeType&&"TEXTAREA"!==t.tagName&&(r=r.concat(this.getABCContainingElements(t))):t.nodeValue.match(/^\s*X:/m)&&"TEXTAREA"!==t.parentNode.tagName&&(r.push(e),a=!0);return r},o.convertToDivs=function(e){for(var t,r="",a=null,i=!1,n=[],s=Array.prototype.slice.call(e.childNodes),o=0,c=s.length;o<c;++o)if(3!==(t=s[o]).nodeType||t.nodeValue.match(/^\s*$/))i&&"BR"===t.tagName||i&&1===t.nodeType?(r+="\n",a.appendChild(t)):i&&(i=!1,r=r.replace(/\n+/,"\n"),a.abctext_=r,n.push(a));else{var l=t.nodeValue;l.match(/^\s*X:/m)&&(i=!0,r="",(a=document.createElement("DIV")).className=this.text_classname,t.parentElement.insertBefore(a,t),this.hide_abc&&(a.style.display="none")),i&&(r+=l.replace(/^\n+/,""),a.appendChild(t))}return i&&(r=r.replace(/\n+$/,"\n").replace(/^\n+/,"\n"),a.abctext_=r,n.push(a)),n},o.render=function(e,t){var r=document.createElement("DIV");r.className=this.render_classname,this.render_before?e.parentElement.insertBefore(r,e):e.nextSibling?e.parentElement.insertBefore(r,e.nextSibling):e.parentElement.appendChild(r);var s=this;try{this.debug&&alert("About to render:\n\n"+t);var o=new a(t),c=new i;c.parse(o.tunes[0].abc);var l=c.getTune(),h=function(){try{var t=new n(r,s.render_options);t.engraveABC(l)}catch(a){r.remove(),(r=document.createElement("DIV")).className=s.render_classname,(t=new n(r)).engraveABC(l),s.render_before?e.parentElement.insertBefore(r,e):e.nextSibling?e.parentElement.insertBefore(r,e.nextSibling):e.parentElement.appendChild(r)}},u=document.createElement("A");u.className="abcshow",u.href="#",u.innerHTML=this.show_text+(l.metaText.title||"untitled"),this.auto_render?h():(u.onclick=function(){return h(),u.remove(),!1},r.parentElement.insertBefore(u,r))}catch(e){this.errors+=e}};var c=!0;"undefined"!=typeof abcjs_plugin_autostart&&(c=abcjs_plugin_autostart),c&&"undefined"!=typeof window&&void 0!==window.document&&("loading"!==window.document.readyState?o.start():document.addEventListener("DOMContentLoaded",(function(){o.start()})));var l={plugin:s};e.exports=l},4321:function(e,t,r){var a=r(4916),i=r(5952),n={violin:"ViolinTab",guitar:"GuitarTab"},s={inited:!1,plugins:{},register:function(e){var t=e.name,r=e.tablature;this.plugins[t]=r},setError:function(e,t){e.warnings?e.warning.push(t):e.warnings=[t]},preparePlugins:function(e,t,r){var a=null;if(r.tablature){var i=r.tablature;a=[];for(var s=0;s<i.length;s++){var o=i[s],c=o.instrument;if(null==c)return this.setError(e,"tablature 'instrument' is missing"),a;var l=n[c],h=null;if(l&&(h=this.plugins[l]),!h)return this.setError(e,"Undefined tablature plugin: "+c),a;0!=r.visualTranspose&&(o.visualTranspose=r.visualTranspose),o.abcSrc=r.tablature.abcSrc;var u={classz:h,tuneNumber:t,params:o,instance:null};a.push(u)}}return a},layoutTablatures:function(e,t){for(var r=t.tablatures,a=0;a<t.lines.length;a++){var i=t.lines[a],n=i.staff;if(n)for(var s=0;s<n.length;s++)if(r[s]){var o=r[s];null==o.instance&&(o.instance=new o.classz,o.instance.init(t,o.tuneNumber,o.params,s)),o.instance.render(e,i,s)}}},init:function(){this.inited||(this.register(new a),this.register(new i),this.inited=!0)}};e.exports=s},1592:function(e,t,r){function a(e){return a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},a(e)}var i=r(8905),n=r(9565),s=r(4321),o={};!function(){"use strict";o.numberOfTunes=function(e){var t=e.split("\nX:").length;return 0===t&&(t=1),t};var e=o.TuneBook=function(e){var t=n(e);this.header=t.header,this.tunes=t.tunes};e.prototype.getTuneById=function(e){for(var t=0;t<this.tunes.length;t++)if(this.tunes[t].id===""+e)return this.tunes[t];return null},e.prototype.getTuneByTitle=function(e){for(var t=0;t<this.tunes.length;t++)if(this.tunes[t].title===e)return this.tunes[t];return null},o.parseOnly=function(e,t){for(var r=o.numberOfTunes(e),a=[],i=0;i<r;i++)a.push(1);return o.renderEngine((function(){}),a,e,t)},o.renderEngine=function(t,r,n,o){var c=[];if(void 0!==r&&void 0!==n){var l;(!(l=r)||l.propertyIsEnumerable("length")||"object"!==a(l)||"number"!=typeof l.length)&&(r=[r]),void 0===o&&(o={});for(var h=o.startingTune?parseInt(o.startingTune,10):0,u=new e(n),f=new i,d=0;d<r.length;d++){var p=r[d];if("*"===p||"string"==typeof p&&(p=document.getElementById(p)),p)if(h>=0&&h<u.tunes.length){f.parse(u.tunes[h].abc,o,u.tunes[h].startPos-u.header.length);var m=f.getTune();o.tablature&&(s.init(),m.tablatures=s.preparePlugins(m,h,o));var g=f.getWarnings();g&&(m.warnings=g);var v=t(p,m,d,u.tunes[h].abc);c.push(v||m)}else p.innerHTML&&(p.innerHTML="");h++}return c}},o.extractMeasures=function(t){for(var r=[],a=new e(t),i=0;i<a.tunes.length;i++){for(var n=a.tunes[i],s=n.abc.split("K:"),c=s[1].split("\n"),l=s[0]+"K:"+c[0]+"\n",h=null,u=null,f=null,d=[],p=!1,m=o.parseOnly(n.abc)[0],g=m.getPickupLength()>0,v=0;v<m.lines.length;v++){var b=m.lines[v];if(b.staff)for(var y=0;y<1;y++)for(var x=b.staff[y],w=0;w<1;w++)for(var k=x.voices[w],C=0;C<k.length;C++){var T=k[C];if(null===f&&T.startChar>=0&&(f=T.startChar,u=void 0===T.chord?h:null),T.chord&&(h=T),"bar"===T.el_type){if(p){var A={abc:n.abc.substring(f,T.endChar)};(h=u&&u.chord&&u.chord.length>0?u.chord[0].name:null)&&(A.lastChord=h),T.startEnding&&(A.startEnding=T.startEnding),T.endEnding&&(A.endEnding=T.endEnding),d.push(A),f=null,p=!1}}else"note"===T.el_type&&(p=!0)}}r.push({header:l,measures:d,hasPickup:g})}return r}}(),e.exports=o},9447:function(e,t,r){var a=r(4914).relativeMajor,i={acc:"sharp",note:"f"},n={acc:"sharp",note:"c"},s={acc:"sharp",note:"g"},o={acc:"sharp",note:"d"},c={acc:"sharp",note:"A"},l={acc:"sharp",note:"e"},h={acc:"flat",note:"B"},u={acc:"flat",note:"e"},f={acc:"flat",note:"A"},d={acc:"flat",note:"d"},p={acc:"flat",note:"G"},m={acc:"flat",note:"c"},g={"C#":[i,n,s,o,c,l,{acc:"sharp",note:"B"}],"F#":[i,n,s,o,c,l],B:[i,n,s,o,c],E:[i,n,s,o],A:[i,n,s],D:[i,n],G:[i],C:[],F:[h],Bb:[h,u],Eb:[h,u,f],Cm:[h,u,f],Ab:[h,u,f,d],Db:[h,u,f,d,p],Gb:[h,u,f,d,p,m],Cb:[h,u,f,d,p,m,{acc:"flat",note:"F"}],"A#":[h,u],"B#":[],"D#":[h,u,f],"E#":[h],"G#":[h,u,f,d],none:[]};e.exports=function(e){var t=g[a(e)];return t?JSON.parse(JSON.stringify(t)):null}},4914:function(e){var t={C:{modes:["CMaj","Amin","Am","GMix","DDor","EPhr","FLyd","BLoc"],stepsFromC:0},Db:{modes:["DbMaj","Bbmin","Bbm","AbMix","EbDor","FPhr","GbLyd","CLoc"],stepsFromC:1},D:{modes:["DMaj","Bmin","Bm","AMix","EDor","F#Phr","GLyd","C#Loc"],stepsFromC:2},Eb:{modes:["EbMaj","Cmin","Cm","BbMix","FDor","GPhr","AbLyd","DLoc"],stepsFromC:3},E:{modes:["EMaj","C#min","C#m","BMix","F#Dor","G#Phr","ALyd","D#Loc"],stepsFromC:4},F:{modes:["FMaj","Dmin","Dm","CMix","GDor","APhr","BbLyd","ELoc"],stepsFromC:5},Gb:{modes:["GbMaj","Ebmin","Ebm","DbMix","AbDor","BbPhr","CbLyd","FLoc"],stepsFromC:6},G:{modes:["GMaj","Emin","Em","DMix","ADor","BPhr","CLyd","F#Loc"],stepsFromC:7},Ab:{modes:["AbMaj","Fmin","Fm","EbMix","BbDor","CPhr","DbLyd","GLoc"],stepsFromC:8},A:{modes:["AMaj","F#min","F#m","EMix","BDor","C#Phr","DLyd","G#Loc"],stepsFromC:9},Bb:{modes:["BbMaj","Gmin","Gm","FMix","CDor","DPhr","EbLyd","ALoc"],stepsFromC:10},B:{modes:["BMaj","G#min","G#m","F#Mix","C#Dor","D#Phr","ELyd","A#Loc"],stepsFromC:11},"C#":{modes:["C#Maj","A#min","A#m","G#Mix","D#Dor","E#Phr","F#Lyd","B#Loc"],stepsFromC:1},"F#":{modes:["F#Maj","D#min","D#m","C#Mix","G#Dor","A#Phr","BLyd","E#Loc"],stepsFromC:6},Cb:{modes:["CbMaj","Abmin","Abm","GbMix","DbDor","EbPhr","FbLyd","BbLoc"],stepsFromC:11}},r=null;e.exports={relativeMajor:function(e){r||function(){r={};for(var e=Object.keys(t),a=0;a<e.length;a++){var i=t[e[a]];r[e[a].toLowerCase()]=e[a];for(var n=0;n<i.modes.length;n++){var s=i.modes[n].toLowerCase();r[s]=e[a]}}}();var a=e.toLowerCase().match(/([a-g][b#]?)(maj|min|mix|dor|phr|lyd|loc|m)?/);if(!a||!a[2])return e;a=a[1]+a[2];var i=r[a];return i||e},relativeMode:function(e,r){var a=t[e];if(!a)return e;if(""===r)return e;var i=r.toLowerCase().match(/^(maj|min|mix|dor|phr|lyd|loc|m)/);if(!i)return e;for(var n=i[1],s=0;s<a.modes.length;s++){var o=a.modes[s],c=o.toLowerCase().indexOf(n);if(-1!==c&&c===o.length-n.length)return o.substring(0,o.length-n.length)}return e},transposeKey:function(e,r){var a=t[e];if(!a)return e;for(;r<0;)r+=12;for(var i=(a.stepsFromC+r)%12,n=0;n<Object.keys(t).length;n++){var s=Object.keys(t)[n];if(t[s].stepsFromC===i)return s}return e}}},6780:function(e,t,r){var a=r(5008),i=r(8613),n=r(1028),s=r(9716),o=r(351);e.exports=function(){function e(e,t,r,a){for(var i=0;i<a.length;i++)e[r][a[i]]=t[r][a[i]]}function t(e,t){for(;t<e.length&&null===e[t].left;)t++;return e[t]}this.reset=function(){this.version="1.1.0",this.media="screen",this.metaText={},this.metaTextInfo={},this.formatting={},this.lines=[],this.staffNum=0,this.voiceNum=0,this.lineNum=0,this.runningFonts={},delete this.visualTranspose},this.reset(),this.copyTopInfo=function(t){var r=["tempo","title","header","rhythm","origin","composer","author","partOrder"];e(this,t,"metaText",r),e(this,t,"metaTextInfo",r)},this.copyBottomInfo=function(t){var r=["unalignedWords","book","source","discography","notes","transcription","history","abc-copyright","abc-creator","abc-edited-by","footer"];e(this,t,"metaText",r),e(this,t,"metaTextInfo",r)},this.getBeatLength=function(){var e=this.getMeterFraction(),t=1;return(6===e.num||9===e.num||12===e.num||3===e.num&&8===e.den)&&(t=3),t/e.den},this.getPickupLength=function(){var e=this.getBarLength(),t=function(e,t){for(var r=0,a=0;a<e.length;a++)if(e[a].staff)for(var i=0;i<e[a].staff.length;i++)for(var n=0;n<e[a].staff[i].voices.length;n++)for(var s=e[a].staff[i].voices[n],o=1,c=0;c<s.length;c++){var l=s[c].rest&&"spacer"===s[c].rest.type;if(s[c].startTriplet&&(o=s[c].tripletMultiplier),s[c].duration&&!l&&"tempo"!==s[c].el_type&&(r+=s[c].duration*o),s[c].endTriplet&&(o=1),r>=t&&(r-=t),"bar"===s[c].el_type)return r}return r}(this.lines,e);return t<1e-8||e-t<1e-8?0:t},this.getBarLength=function(){var e=this.getMeterFraction();return e.num/e.den},this.getTotalTime=function(){return this.totalTime},this.getTotalBeats=function(){return this.totalBeats},this.millisecondsPerMeasure=function(e){var t;if(e)t=e;else{var r=this.metaText?this.metaText.tempo:null;t=this.getBpm(r)}return t<=0&&(t=1),this.getBeatsPerMeasure()/t*6e4},this.getBeatsPerMeasure=function(){var e=this.getBeatLength();return this.getBarLength()/e},this.getMeter=function(){for(var e=0;e<this.lines.length;e++){var t=this.lines[e];if(t.staff)for(var r=0;r<t.staff.length;r++){var a=t.staff[r].meter;if(a)return a}}return{type:"common_time"}},this.getMeterFraction=function(){var e=this.getMeter(),t=4,r=4;return e&&("specified"===e.type?(t=parseInt(e.value[0].num,10),r=parseInt(e.value[0].den,10)):"cut_time"===e.type?(t=2,r=2):"common_time"===e.type&&(t=4,r=4)),this.meter={num:t,den:r},this.meter},this.getKeySignature=function(){for(var e=0;e<this.lines.length;e++){var t=this.lines[e];if(t.staff)for(var r=0;r<t.staff.length;r++)if(t.staff[r].key)return t.staff[r].key}return{}},this.getElementFromChar=function(e){for(var t=0;t<this.lines.length;t++){var r=this.lines[t];if(r.staff)for(var a=0;a<r.staff.length;a++)for(var i=r.staff[a],n=0;n<i.voices.length;n++)for(var s=i.voices[n],o=0;o<s.length;o++){var c=s[o];if(c.startChar&&c.endChar&&c.startChar<=e&&c.endChar>e)return c}}return null},this.addElementToEvents=function(e,t,r,i,n,s,o,c,l,h){if(t.hint)return{isTiedState:void 0,duration:0};var u=t.durationClass?t.durationClass:t.duration;if(t.abcelem.rest&&"spacer"===t.abcelem.rest.type&&(u=0),u>0){for(var f=[],d=0;d<t.elemset.length;d++)null!==t.elemset[d]&&f.push(t.elemset[d]);var p=t.startTie;if(void 0!==l)e["event"+l].elements.push(f),h&&(e["event"+r]||(e["event"+r]={type:"event",milliseconds:r,line:s,measureNumber:o,top:i,height:n,left:null,width:0,elements:[],startChar:null,endChar:null,startCharArray:[],endCharArray:[]}),e["event"+r].measureStart=!0,h=!1),p||(l=void 0);else{if(e["event"+r]){if(e["event"+r].left?e["event"+r].left=Math.min(e["event"+r].left,t.x):e["event"+r].left=t.x,e["event"+r].elements.push(f),e["event"+r].startCharArray.push(t.abcelem.startChar),e["event"+r].endCharArray.push(t.abcelem.endChar),null===e["event"+r].startChar&&(e["event"+r].startChar=t.abcelem.startChar),null===e["event"+r].endChar&&(e["event"+r].endChar=t.abcelem.endChar),t.abcelem.midiPitches&&t.abcelem.midiPitches.length)for(e["event"+r].midiPitches||(e["event"+r].midiPitches=[]),d=0;d<t.abcelem.midiPitches.length;d++)e["event"+r].midiPitches.push(t.abcelem.midiPitches[d]);if(t.abcelem.midiGraceNotePitches&&t.abcelem.midiGraceNotePitches.length){e["event"+r].midiGraceNotePitches||(e["event"+r].midiGraceNotePitches=[]);for(var m=0;m<t.abcelem.midiGraceNotePitches.length;m++)e["event"+r].midiGraceNotePitches.push(t.abcelem.midiGraceNotePitches[m])}}else e["event"+r]={type:"event",milliseconds:r,line:s,measureNumber:o,top:i,height:n,left:t.x,width:t.w,elements:[f],startChar:t.abcelem.startChar,endChar:t.abcelem.endChar,startCharArray:[t.abcelem.startChar],endCharArray:[t.abcelem.endChar],midiPitches:t.abcelem.midiPitches?a.cloneArray(t.abcelem.midiPitches):[]},t.abcelem.midiGraceNotePitches&&(e["event"+r].midiGraceNotePitches=a.cloneArray(t.abcelem.midiGraceNotePitches));h&&(e["event"+r].measureStart=!0,h=!1),p&&(l=r)}}return{isTiedState:l,duration:u/c,nextIsBar:h||"bar"===t.type}},this.makeVoicesArray=function(){for(var e=[],t=[],r={},a=0;a<this.engraver.staffgroups.length;a++){var n=this.engraver.staffgroups[a];if(n&&n.staffs&&n.staffs.length>0)for(var s=n.staffs[0],o=s.absoluteY,c=o-s.top*i.STEP,l=n.staffs[n.staffs.length-1],h=(o=l.absoluteY)-l.bottom*i.STEP-c,u=n.voices,f=0;f<u.length;f++){var d=!1;e[f]||(e[f]=[]),void 0===t[f]&&(t[f]=0);for(var p=u[f].children,m=0;m<p.length;m++)"tempo"===p[m].type&&(r[t[f]]=this.getBpm(p[m].abcelem)),e[f].push({top:c,height:h,line:n.line,measureNumber:t[f],elem:p[m]}),"bar"===p[m].type&&d&&t[f]++,"note"!==p[m].type&&"rest"!==p[m].type||(d=!0)}}return this.tempoLocations=r,e},this.setupEvents=function(e,r,a,i){i||(i=1);for(var n,s=[],o={},c=e,l=!0,h=this.makeVoicesArray(),u=0,f=0;f<h.length;f++){var d=c,p=Math.round(1e3*d),m=0,g=-1,v=h[f],b=a;r=this.getBeatLength()*b/60;for(var y=-1,x=0;x<v.length;x++){var w=v[x].measureNumber;y!==w&&this.tempoLocations[w]&&(b=this.tempoLocations[w],r=i*this.getBeatLength()*b/60,y=w);var k,C=v[x].elem,T=this.addElementToEvents(o,C,p,v[x].top,v[x].height,v[x].line,v[x].measureNumber,r,n,l);if(n=T.isTiedState,l=T.nextIsBar,d+=T.duration,C.duration>0&&o["event"+p]&&(k="event"+p),p=Math.round(1e3*d),"bar"===C.type){var A=C.abcelem.type,S="bar_right_repeat"===A||"bar_dbl_repeat"===A,N="1"===C.abcelem.startEnding,_="bar_left_repeat"===A||"bar_dbl_repeat"===A||"bar_right_repeat"===A;if(S){x>0&&(o[k].endX=C.x),-1===g&&(g=x);var E=0;y=-1;for(var M=m;M<g;M++){y!==(w=v[M].measureNumber)&&this.tempoLocations[w]&&(b=this.tempoLocations[w],r=i*this.getBeatLength()*b/60,y=w);var B=v[M].elem;n=(T=this.addElementToEvents(o,B,p,v[M].top,v[M].height,v[M].line,v[M].measureNumber,r,n,l)).isTiedState,l=T.nextIsBar,d+=T.duration,E=p,p=Math.round(1e3*d)}o["event"+E]&&(o["event"+E].endX=v[g].elem.x),l=!0,g=-1}N&&(g=x),_&&(m=x)}}u=Math.max(u,p)}return function(e){for(var t,r,a,i,n=e.length-1;n>=0;n--){var s=e[n];"bar"===s.type?(s.top=a,s.nextTop=t,t=a,s.bottom=i,s.nextBottom=r,r=i):"event"===s.type&&(a=s.top,i=s.top+s.height)}}(s=function(e){var t=[];for(var r in e)e.hasOwnProperty(r)&&t.push(e[r]);return t.sort((function(e,t){var r=e.milliseconds-t.milliseconds;return 0!==r?r:"bar"===e.type?-1:1}))}(o)),function(e,r){if(!(r.length<1)){for(var a=0;a<r.length-1;a++){var i=r[a],n=t(r,a+1);if(null!==i.left){var s=n&&i.top===n.top?n.left:e[i.line].staffGroup.w;void 0!==i.endX?s>i.left&&(i.endX=Math.min(i.endX,s)):i.endX=s}}var o=r[r.length-1];o.endX=e[o.line].staffGroup.w}}(this.lines,s),s.push({type:"end",milliseconds:u}),this.addUsefulCallbackInfo(s,b*i),s},this.addUsefulCallbackInfo=function(e,t){for(var r=this.millisecondsPerMeasure(t),a=0;a<e.length;a++)e[a].millisecondsPerMeasure=r},this.getBpm=function(e){var t;if(e){t=e.bpm;var r=this.getBeatLength();t=t*(e.duration&&e.duration.length>0?e.duration[0]:r)/r}if(!t){t=180;var a=this.getMeterFraction();a&&3!==a.num&&a.num%3==0&&(t=120)}return t},this.setTiming=function(e,t){if(t=t||0,!this.engraver||!this.engraver.staffgroups)return console.log("setTiming cannot be called before the tune is drawn."),void(this.noteTimings=[]);var r=this.metaText?this.metaText.tempo:null,a=this.getBpm(r),i=1;e?r&&(i=e/a):e=a;var n=this.getBeatLength(),s=e/60,o=this.getBarLength()/n*t/s;o&&(o-=this.getPickupLength()/n/s);var c=n*s;return this.noteTimings=this.setupEvents(o,c,e,i),this.noteTimings.length>0?(this.totalTime=this.noteTimings[this.noteTimings.length-1].milliseconds/1e3,this.totalBeats=this.totalTime*s):(this.totalTime=void 0,this.totalBeats=void 0),this.noteTimings},this.setUpAudio=function(e){e||(e={});var t=n(this,e);return s(t,e,this.formatting.percmap)},this.deline=function(e){return o(this.lines,e)}}},351:function(e){function t(e,t){return"abselem"===e?"abselem":t}function r(e,t){e.el_type="meter",e.startChar=-1,e.endChar=-1;for(var r=0;r<t.length;r++)t[r].unshift(e)}function a(e,t){e.el_type="key",e.startChar=-1,e.endChar=-1;for(var r=0;r<t.length;r++)t[r].unshift(e)}function i(e,t){e.el_type="clef",e.startChar=-1,e.endChar=-1;for(var r=0;r<t.length;r++)t[r].unshift(e)}function n(e,t,r){e.el_type="font",e.type=r,e.startChar=-1,e.endChar=-1;for(var a=0;a<t.length;a++)t[a].unshift(e)}function s(e,r){return!e||JSON.stringify(e,t)===JSON.stringify(r,t)}function o(e){for(var t={},r=Object.keys(e),a=0;a<r.length;a++)if("staff"!==r[a])t[r[a]]=e[r[a]];else{t.staff=[];for(var i=0;i<e.staff.length;i++){for(var n={},s=Object.keys(e.staff[i]),o=0;o<s.length;o++)if("voices"!==s[o])n[s[o]]=e.staff[i][s[o]];else{n.voices=[];for(var c=0;c<e.staff[i].voices.length;c++)n.voices.push([].concat(e.staff[i].voices[c]))}t.staff.push(n)}}return t}e.exports=function(e,t){t||(t={});for(var c=!!t.lineBreaks,l=[],h=!1,u=[],f=[],d=[],p=[],m=[],g=[],v=[],b=0;b<e.length;b++){var y=e[b];if(y.staff){if(h&&!y.vskip)for(var x=l[l.length-1],w=0;w<x.staff.length;w++){var k=y.staff[w],C=x.staff[w];if(k&&(s(k.meter,u[w])||(r(k.meter,k.voices),u[w]=k.meter,delete k.meter),s(k.key,f[w])||(a(k.key,k.voices),f[w]=k.key,delete k.key),k.title&&(C.abbrevTitle=k.title),s(k.clef,d[w])||(i(k.clef,k.voices),d[w]=k.clef,delete k.clef),s(k.vocalfont,p[w])||(n(k.vocalfont,k.voices,"vocalfont"),p[w]=k.vocalfont,delete k.vocalfont),s(k.gchordfont,m[w])||(n(k.gchordfont,k.voices,"gchordfont"),m[w]=k.gchordfont,delete k.gchordfont),s(k.tripletfont,g[w])||(n(k.tripletfont,k.voices,"tripletfont"),g[w]=k.tripletfont,delete k.tripletfont),s(k.annotationfont,v[w])||(n(k.annotationfont,k.voices,"annotationfont"),v[w]=k.annotationfont,delete k.annotationfont)),k)for(var T=0;T<C.voices.length;T++){var A=C.voices[T],S=k.voices[T];c&&A.push({el_type:"break"}),S&&(C.voices[T]=A.concat(S))}}else{for(var N=0;N<y.staff.length;N++)f[N]=y.staff[N].key,u[N]=y.staff[N].meter,d[N]=y.staff[N].clef;l.push(o(y))}h=!0}else h=!1,l.push(y)}return l}},5008:function(e){var t={clone:function(e){var t={};for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);return t},cloneArray:function(e){for(var r=[],a=0;a<e.length;a++)r.push(t.clone(e[a]));return r},cloneHashOfHash:function(e){var r={};for(var a in e)e.hasOwnProperty(a)&&(r[a]=t.clone(e[a]));return r},cloneHashOfArrayOfHash:function(e){var r={};for(var a in e)e.hasOwnProperty(a)&&(r[a]=t.cloneArray(e[a]));return r},gsub:function(e,t,r){return e.split(t).join(r)},strip:function(e){return e.replace(/^\s+/,"").replace(/\s+$/,"")},startsWith:function(e,t){return 0===e.indexOf(t)},endsWith:function(e,t){var r=e.length-t.length;return r>=0&&e.lastIndexOf(t)===r},each:function(e,t,r){for(var a=0,i=e.length;a<i;a++)t.apply(r,[e[a],a])},last:function(e){return 0===e.length?null:e[e.length-1]},compact:function(e){for(var t=[],r=0;r<e.length;r++)e[r]&&t.push(e[r]);return t},detect:function(e,t){for(var r=0;r<e.length;r++)if(t(e[r]))return!0;return!1}};try{[Element.prototype,CharacterData.prototype,DocumentType.prototype].forEach((function(e){e.hasOwnProperty("remove")||Object.defineProperty(e,"remove",{configurable:!0,enumerable:!0,writable:!0,value:function(){null!==this.parentNode&&this.parentNode.removeChild(this)}})}))}catch(e){}e.exports=t},8905:function(e,t,r){var a=r(5008),i=r(8360),n=r(9928),s=r(6476),o=r(1881),c=r(1756),l=r(6780),h=r(575);e.exports=function(){"use strict";var e,t=new l,r=new h(t),u="",f="";function d(e,t,r){e.positioning||(e.positioning={}),e.positioning[t]=r}function p(e,t,r){e.fonts||(e.fonts={}),e.fonts[t]=r}this.getTune=function(){var e={formatting:t.formatting,lines:t.lines,media:t.media,metaText:t.metaText,metaTextInfo:t.metaTextInfo,version:t.version,addElementToEvents:t.addElementToEvents,addUsefulCallbackInfo:t.addUsefulCallbackInfo,getTotalTime:t.getTotalTime,getTotalBeats:t.getTotalBeats,getBarLength:t.getBarLength,getBeatLength:t.getBeatLength,getBeatsPerMeasure:t.getBeatsPerMeasure,getBpm:t.getBpm,getMeter:t.getMeter,getMeterFraction:t.getMeterFraction,getPickupLength:t.getPickupLength,getKeySignature:t.getKeySignature,getElementFromChar:t.getElementFromChar,makeVoicesArray:t.makeVoicesArray,millisecondsPerMeasure:t.millisecondsPerMeasure,setupEvents:t.setupEvents,setTiming:t.setTiming,setUpAudio:t.setUpAudio,deline:t.deline};return t.lineBreaks&&(e.lineBreaks=t.lineBreaks),t.visualTranspose&&(e.visualTranspose=t.visualTranspose),e};var m,g,v={reset:function(){for(var e in this)this.hasOwnProperty(e)&&"function"!=typeof this[e]&&delete this[e];this.iChar=0,this.key={accidentals:[],root:"none",acc:"",mode:""},this.meter=null,this.origMeter=null,this.hasMainTitle=!1,this.default_length=.125,this.clef={type:"treble",verticalPos:0},this.next_note_duration=0,this.start_new_line=!0,this.is_in_header=!0,this.partForNextLine={},this.tempoForNextLine=[],this.havent_set_length=!0,this.voices={},this.staves=[],this.macros={},this.currBarNumber=1,this.barCounter={},this.ignoredDecorations=[],this.score_is_present=!1,this.inEnding=!1,this.inTie=[],this.inTieChord={},this.vocalPosition="auto",this.dynamicPosition="auto",this.chordPosition="auto",this.ornamentPosition="auto",this.volumePosition="auto",this.openSlurs=[],this.freegchord=!1,this.endingHoldOver={}},differentFont:function(e,t){return this[e].decoration!==t[e].decoration||this[e].face!==t[e].face||this[e].size!==t[e].size||this[e].style!==t[e].style||this[e].weight!==t[e].weight},addFormattingOptions:function(e,t,r){"note"===r?("auto"!==this.vocalPosition&&d(e,"vocalPosition",this.vocalPosition),"auto"!==this.dynamicPosition&&d(e,"dynamicPosition",this.dynamicPosition),"auto"!==this.chordPosition&&d(e,"chordPosition",this.chordPosition),"auto"!==this.ornamentPosition&&d(e,"ornamentPosition",this.ornamentPosition),"auto"!==this.volumePosition&&d(e,"volumePosition",this.volumePosition),this.differentFont("annotationfont",t)&&p(e,"annotationfont",this.annotationfont),this.differentFont("gchordfont",t)&&p(e,"gchordfont",this.gchordfont),this.differentFont("vocalfont",t)&&p(e,"vocalfont",this.vocalfont),this.differentFont("tripletfont",t)&&p(e,"tripletfont",this.tripletfont)):"bar"===r&&("auto"!==this.dynamicPosition&&d(e,"dynamicPosition",this.dynamicPosition),"auto"!==this.chordPosition&&d(e,"chordPosition",this.chordPosition),"auto"!==this.ornamentPosition&&d(e,"ornamentPosition",this.ornamentPosition),"auto"!==this.volumePosition&&d(e,"volumePosition",this.volumePosition),this.differentFont("measurefont",t)&&p(e,"measurefont",this.measurefont),this.differentFont("repeatfont",t)&&p(e,"repeatfont",this.repeatfont))},duplicateStartEndingHoldOvers:function(){this.endingHoldOver={inTie:[],inTieChord:{}};for(var e=0;e<this.inTie.length;e++)if(this.endingHoldOver.inTie.push([]),this.inTie[e])for(var t=0;t<this.inTie[e].length;t++)this.endingHoldOver.inTie[e].push(this.inTie[e][t]);for(var r in this.inTieChord)this.inTieChord.hasOwnProperty(r)&&(this.endingHoldOver.inTieChord[r]=this.inTieChord[r])},restoreStartEndingHoldOvers:function(){if(this.endingHoldOver.inTie){this.inTie=[],this.inTieChord={};for(var e=0;e<this.endingHoldOver.inTie.length;e++){this.inTie.push([]);for(var t=0;t<this.endingHoldOver.inTie[e].length;t++)this.inTie[e].push(this.endingHoldOver.inTie[e][t])}for(var r in this.endingHoldOver.inTieChord)this.endingHoldOver.inTieChord.hasOwnProperty(r)&&(this.inTieChord[r]=this.endingHoldOver.inTieChord[r])}}},b=function(e){var t=a.gsub(e,""," ");return t=a.gsub(t,"&","&"),t=a.gsub(t,"<","<"),a.gsub(t,">",">")},y=function(t,r,a){r||(r=" ");var i=r.charAt(a);" "===i&&(i="SPACE");var n,s=b(r.substring(a-64,a))+'<span style="text-decoration:underline;font-size:1.3em;font-weight:bold;">'+i+"</span>"+b(r.substring(a+1).substring(0,64));!function(e){v.warnings||(v.warnings=[]),v.warnings.push(e)}("Music Line:"+e.lineIndex+":"+(a+1)+": "+t+": "+s),n={message:t,line:r,startChar:v.iChar+a,column:a},v.warningObjects||(v.warningObjects=[]),v.warningObjects.push(n)};this.getWarnings=function(){return v.warnings},this.getWarningObjects=function(){return v.warningObjects};var x=function(t,r){if(r.indexOf("")>=0)u+=r;else if(r=u+r,u="",t){"-"!==(r=a.strip(r)).charAt(r.length-1)&&(r+=" ");for(var i=[],n=0,s=!1,o=function(t){var o=a.strip(r.substring(n,t));if(o=o.replace(/\\([-_*|~])/g,"$1"),n=t+1,o.length>0){s&&(o=a.gsub(o,"~"," "));var c=r.charAt(t);return"_"!==c&&"-"!==c&&(c=" "),i.push({syllable:e.translateString(o),divider:c}),s=!1,!0}return!1},c=!1,l=0;l<r.length;l++){switch(r[l]){case" ":case"":o(l);break;case"-":!c&&!o(l)&&i.length>0&&(a.last(i).divider="-",i.push({skip:!0,to:"next"}));break;case"_":c||(o(l),i.push({skip:!0,to:"slur"}));break;case"*":c||(o(l),i.push({skip:!0,to:"next"}));break;case"|":c||(o(l),i.push({skip:!0,to:"bar"}));break;case"~":c||(s=!0)}c="\\"===r[l]}a.each(t,(function(e){if(0!==i.length)if(i[0].skip){switch(i[0].to){case"next":case"slur":"note"===e.el_type&&null!==e.pitches&&i.shift();break;case"bar":"bar"===e.el_type&&i.shift()}"bar"!==e.el_type&&(void 0===e.lyric?e.lyric=[{syllable:"",divider:" "}]:e.lyric.push({syllable:"",divider:" "}))}else if("note"===e.el_type&&void 0===e.rest){var t=i.shift();t.syllable&&(t.syllable=t.syllable.replace(/ +/g," ")),void 0===e.lyric?e.lyric=[t]:e.lyric.push(t)}}))}else y("Can't add words before the first line of music",t,0)},w=function(t,r){if(r.indexOf("")>=0)f+=r;else if(r=f+r,f="",t){"-"!==(r=a.strip(r)).charAt(r.length-1)&&(r+=" ");for(var i=[],n=0,s=!1,o=function(t){var o=a.strip(r.substring(n,t));if(n=t+1,o.length>0){s&&(o=a.gsub(o,"~"," "));var c=r.charAt(t);return"_"!==c&&"-"!==c&&(c=" "),i.push({syllable:e.translateString(o),divider:c}),s=!1,!0}return!1},c=0;c<r.length;c++)switch(r.charAt(c)){case" ":case"":o(c);break;case"-":!o(c)&&i.length>0&&(a.last(i).divider="-",i.push({skip:!0,to:"next"}));break;case"_":o(c),i.push({skip:!0,to:"slur"});break;case"*":o(c),i.push({skip:!0,to:"next"});break;case"|":o(c),i.push({skip:!0,to:"bar"});break;case"~":s=!0}a.each(t,(function(e){if(0!==i.length)if(i[0].skip)switch(i[0].to){case"next":case"slur":"note"===e.el_type&&null!==e.pitches&&i.shift();break;case"bar":"bar"===e.el_type&&i.shift()}else if("note"===e.el_type&&void 0===e.rest){var t=i.shift();void 0===e.lyric?e.lyric=[t]:e.lyric.push(t)}}))}else y("Can't add symbols before the first line of music",t,0)},k=function(e){if(a.startsWith(e,"%%")){var t=i.addDirective(e.substring(2));t&&y(t,e,2)}else{var n=e.indexOf("%");if(n>=0&&(e=e.substring(0,n)),0!==(e=e.replace(/\s+$/,"")).length)if(u)x(r.getCurrentVoice(),e.substring(2));else if(f)w(r.getCurrentVoice(),e.substring(2));else if(e.length<2||":"!==e.charAt(1)||g.lineContinuation)g.parseMusic(e);else{var s=m.parseHeader(e);s.regular&&g.parseMusic(e),s.newline&&g.startNewLine(),s.words&&x(r.getCurrentVoice(),e.substring(2)),s.symbols&&w(r.getCurrentVoice(),e.substring(2))}}};function C(e,t){e.push({el_type:"hint"});for(var r=0;r<t.length;r++){var i=t[r],n=a.clone(i);if(e.push(n),"bar"===i.el_type)return}}function T(e,t){for(var r=0;r<e.length;r++){var a=e[r],i=t[r];if(i)for(var n=0;n<i.voices.length;n++){var s=i.voices[n],o=a.voices[n];o&&C(o,s)}}}this.parse=function(l,h,d){h||(h={}),d||(d=0),t.reset();var p=(l=l.replace(/\r\n?/g,"\n")+"\n").split("\n\\");if(p.length>1){for(var b=1;b<p.length;b++)for(;p[b].length>0&&"\n"!==p[b][0];)p[b]=p[b].substr(1),p[b-1]+=" ";l=p.join(" ")}var C=(l=l.replace(/\\([ \t]*)(%.*)*\n/g,(function(e,t,r){return t+""+(r?Array(r.length+1).join(" "):"")+"\n"}))).split("\n");0===a.last(C).length&&C.pop(),e=new o(C,v),m=new n(e,y,v,t,r),g=new s(e,y,v,t,r,m),h.print&&(t.media="print"),v.reset(),v.iChar=d,h.visualTranspose?(v.globalTranspose=parseInt(h.visualTranspose),0===v.globalTranspose?v.globalTranspose=void 0:r.setVisualTranspose(h.visualTranspose)):v.globalTranspose=void 0,h.lineBreaks&&(v.lineBreaks=h.lineBreaks),m.reset(e,y,v,t);try{h.format&&i.globalFormatting(h.format);for(var A=e.nextLine();A;){if(h.header_only&&!1===v.is_in_header)throw"normal_abort";if(h.stop_on_warning&&v.warnings)throw"normal_abort";var S=v.is_in_header;k(A),S&&!v.is_in_header&&(r.setRunningFont("annotationfont",v.annotationfont),r.setRunningFont("gchordfont",v.gchordfont),r.setRunningFont("tripletfont",v.tripletfont),r.setRunningFont("vocalfont",v.vocalfont)),A=e.nextLine()}u&&x(r.getCurrentVoice(),""),f&&w(r.getCurrentVoice(),""),v.openSlurs=r.cleanUp(v.barsperstaff,v.staffnonote,v.openSlurs)}catch(e){if("normal_abort"!==e)throw e}var N=792,_=612;switch(v.papersize){case"legal":N=1008,_=612;break;case"A4":N=842.4,_=597.6}if(v.landscape){var E=N;N=_,_=E}t.formatting.pagewidth||(t.formatting.pagewidth=_),t.formatting.pageheight||(t.formatting.pageheight=N),h.hint_measures&&function(){for(var e=0;e<t.lines.length;e++){var r=t.lines[e].staff;if(r){for(var a=e+1;a<t.lines.length&&void 0===t.lines[a].staff;)a++;a<t.lines.length&&T(r,t.lines[a].staff)}}}(),c.wrapLines(t,v.lineBreaks,v.barNumbers)}}},9565:function(e,t,r){var a=r(5008);e.exports=function(e){"use strict";for(var t="",r=e.match(/(\s*)/),i=(e=a.strip(e)).split("\nX:"),n=1;n<i.length;n++)i[n]="X:"+i[n];var s=r?r[0].length:0,o=[];if(a.each(i,(function(e){o.push({abc:e,startPos:s}),s+=e.length+1})),o.length>1&&!a.startsWith(o[0].abc,"X:")){var c=o.shift().abc.split("\n");a.each(c,(function(e){a.startsWith(e,"%%")&&(t+=e+"\n")}))}var l=t;return a.each(o,(function(e){var r=e.abc.indexOf("\n\n");r>0&&(e.abc=e.abc.substring(0,r)),e.pure=e.abc,e.abc=t+e.abc,e.title="";var i=e.pure.split("T:");i.length>1&&(i=i[1].split("\n"),e.title=a.strip(i[0]));var n=e.pure.substring(2,e.pure.indexOf("\n"));e.id=a.strip(n)})),{header:l,tunes:o}}},8360:function(e,t,r){var a=r(5008),i={};!function(){"use strict";var e,t,r,n,s;i.initialize=function(a,i,o,c,l){e=a,t=i,n=c,s=l,(r=o).annotationfont={face:"Helvetica",size:12,weight:"normal",style:"normal",decoration:"none"},r.gchordfont={face:"Helvetica",size:12,weight:"normal",style:"normal",decoration:"none"},r.historyfont={face:'"Times New Roman"',size:16,weight:"normal",style:"normal",decoration:"none"},r.infofont={face:'"Times New Roman"',size:14,weight:"normal",style:"italic",decoration:"none"},r.measurefont={face:'"Times New Roman"',size:14,weight:"normal",style:"italic",decoration:"none"},r.partsfont={face:'"Times New Roman"',size:15,weight:"normal",style:"normal",decoration:"none"},r.repeatfont={face:'"Times New Roman"',size:13,weight:"normal",style:"normal",decoration:"none"},r.textfont={face:'"Times New Roman"',size:16,weight:"normal",style:"normal",decoration:"none"},r.tripletfont={face:"Times",size:11,weight:"normal",style:"italic",decoration:"none"},r.vocalfont={face:'"Times New Roman"',size:13,weight:"bold",style:"normal",decoration:"none"},r.wordsfont={face:'"Times New Roman"',size:16,weight:"normal",style:"normal",decoration:"none"},n.formatting.composerfont={face:'"Times New Roman"',size:14,weight:"normal",style:"italic",decoration:"none"},n.formatting.subtitlefont={face:'"Times New Roman"',size:16,weight:"normal",style:"normal",decoration:"none"},n.formatting.tempofont={face:'"Times New Roman"',size:15,weight:"bold",style:"normal",decoration:"none"},n.formatting.titlefont={face:'"Times New Roman"',size:20,weight:"normal",style:"normal",decoration:"none"},n.formatting.footerfont={face:'"Times New Roman"',size:12,weight:"normal",style:"normal",decoration:"none"},n.formatting.headerfont={face:'"Times New Roman"',size:12,weight:"normal",style:"normal",decoration:"none"},n.formatting.voicefont={face:'"Times New Roman"',size:13,weight:"bold",style:"normal",decoration:"none"},n.formatting.tablabelfont={face:'"Trebuchet MS"',size:16,weight:"normal",style:"normal",decoration:"none"},n.formatting.tabnumberfont={face:'"Arial"',size:11,weight:"normal",style:"normal",decoration:"none"},n.formatting.tabgracefont={face:'"Arial"',size:8,weight:"normal",style:"normal",decoration:"none"},n.formatting.annotationfont=r.annotationfont,n.formatting.gchordfont=r.gchordfont,n.formatting.historyfont=r.historyfont,n.formatting.infofont=r.infofont,n.formatting.measurefont=r.measurefont,n.formatting.partsfont=r.partsfont,n.formatting.repeatfont=r.repeatfont,n.formatting.textfont=r.textfont,n.formatting.tripletfont=r.tripletfont,n.formatting.vocalfont=r.vocalfont,n.formatting.wordsfont=r.wordsfont};var o={gchordfont:!0,measurefont:!0,partsfont:!0,annotationfont:!0,composerfont:!0,historyfont:!0,infofont:!0,subtitlefont:!0,textfont:!0,titlefont:!0,voicefont:!0},c=function(e,r,a,i,n){function s(){var s=parseInt(e[0].token);return e.shift(),r?0===e.length?{face:r.face,weight:r.weight,style:r.style,decoration:r.decoration,size:s}:1===e.length&&"box"===e[0].token&&o[n]?{face:r.face,weight:r.weight,style:r.style,decoration:r.decoration,size:s,box:!0}:(t("Extra parameters in font definition.",a,i),{face:r.face,weight:r.weight,style:r.style,decoration:r.decoration,size:s}):(t("Can't set just the size of the font since there is no default value.",a,i),{face:'"Times New Roman"',weight:"normal",style:"normal",decoration:"none",size:s})}if("*"===e[0].token){if(e.shift(),"number"===e[0].type)return s();t("Expected font size number after *.",a,i)}if("number"===e[0].type)return s();for(var c,l=[],h="normal",u="normal",f="none",d=!1,p="face",m=!1;e.length;){var g=e.shift(),v=g.token.toLowerCase();switch(p){case"face":m||"utf"!==v&&"number"!==g.type&&"bold"!==v&&"italic"!==v&&"underline"!==v&&"box"!==v?l.length>0&&"-"===g.token?(m=!0,l[l.length-1]=l[l.length-1]+g.token):m?(m=!1,l[l.length-1]=l[l.length-1]+g.token):l.push(g.token):"number"===g.type?(c?t("Font size specified twice in font definition.",a,i):c=g.token,p="modifier"):"bold"===v?h="bold":"italic"===v?u="italic":"underline"===v?f="underline":"box"===v?(o[n]?d=!0:t('This font style doesn\'t support "box"',a,i),p="finished"):"utf"===v?(g=e.shift(),p="size"):t("Unknown parameter "+g.token+" in font definition.",a,i);break;case"size":"number"===g.type?c?t("Font size specified twice in font definition.",a,i):c=g.token:t("Expected font size in font definition.",a,i),p="modifier";break;case"modifier":"bold"===v?h="bold":"italic"===v?u="italic":"underline"===v?f="underline":"box"===v?(o[n]?d=!0:t('This font style doesn\'t support "box"',a,i),p="finished"):t("Unknown parameter "+g.token+" in font definition.",a,i);break;case"finished":t('Extra characters found after "box" in font definition.',a,i)}}void 0===c?r?c=r.size:(t("Must specify the size of the font since there is no default value.",a,i),c=12):c=parseFloat(c),""===(l=l.join(" "))&&(r?l=r.face:(t("Must specify the name of the font since there is no default value.",a,i),l="sans-serif"));var b=function(e){switch(e){case"Arial-Italic":return{face:"Arial",weight:"normal",style:"italic",decoration:"none"};case"Arial-Bold":return{face:"Arial",weight:"bold",style:"normal",decoration:"none"};case"Bookman-Demi":return{face:"Bookman,serif",weight:"bold",style:"normal",decoration:"none"};case"Bookman-DemiItalic":return{face:"Bookman,serif",weight:"bold",style:"italic",decoration:"none"};case"Bookman-Light":return{face:"Bookman,serif",weight:"normal",style:"normal",decoration:"none"};case"Bookman-LightItalic":return{face:"Bookman,serif",weight:"normal",style:"italic",decoration:"none"};case"Courier":return{face:'"Courier New"',weight:"normal",style:"normal",decoration:"none"};case"Courier-Oblique":return{face:'"Courier New"',weight:"normal",style:"italic",decoration:"none"};case"Courier-Bold":return{face:'"Courier New"',weight:"bold",style:"normal",decoration:"none"};case"Courier-BoldOblique":return{face:'"Courier New"',weight:"bold",style:"italic",decoration:"none"};case"AvantGarde-Book":return{face:"AvantGarde,Arial",weight:"normal",style:"normal",decoration:"none"};case"AvantGarde-BookOblique":return{face:"AvantGarde,Arial",weight:"normal",style:"italic",decoration:"none"};case"AvantGarde-Demi":case"Avant-Garde-Demi":return{face:"AvantGarde,Arial",weight:"bold",style:"normal",decoration:"none"};case"AvantGarde-DemiOblique":return{face:"AvantGarde,Arial",weight:"bold",style:"italic",decoration:"none"};case"Helvetica-Oblique":return{face:"Helvetica",weight:"normal",style:"italic",decoration:"none"};case"Helvetica-Bold":return{face:"Helvetica",weight:"bold",style:"normal",decoration:"none"};case"Helvetica-BoldOblique":return{face:"Helvetica",weight:"bold",style:"italic",decoration:"none"};case"Helvetica-Narrow":return{face:'"Helvetica Narrow",Helvetica',weight:"normal",style:"normal",decoration:"none"};case"Helvetica-Narrow-Oblique":return{face:'"Helvetica Narrow",Helvetica',weight:"normal",style:"italic",decoration:"none"};case"Helvetica-Narrow-Bold":return{face:'"Helvetica Narrow",Helvetica',weight:"bold",style:"normal",decoration:"none"};case"Helvetica-Narrow-BoldOblique":return{face:'"Helvetica Narrow",Helvetica',weight:"bold",style:"italic",decoration:"none"};case"Palatino-Roman":return{face:"Palatino",weight:"normal",style:"normal",decoration:"none"};case"Palatino-Italic":return{face:"Palatino",weight:"normal",style:"italic",decoration:"none"};case"Palatino-Bold":return{face:"Palatino",weight:"bold",style:"normal",decoration:"none"};case"Palatino-BoldItalic":return{face:"Palatino",weight:"bold",style:"italic",decoration:"none"};case"NewCenturySchlbk-Roman":return{face:'"New Century",serif',weight:"normal",style:"normal",decoration:"none"};case"NewCenturySchlbk-Italic":return{face:'"New Century",serif',weight:"normal",style:"italic",decoration:"none"};case"NewCenturySchlbk-Bold":return{face:'"New Century",serif',weight:"bold",style:"normal",decoration:"none"};case"NewCenturySchlbk-BoldItalic":return{face:'"New Century",serif',weight:"bold",style:"italic",decoration:"none"};case"Times":case"Times-Roman":case"Times-Narrow":case"Times-Courier":case"Times-New-Roman":return{face:'"Times New Roman"',weight:"normal",style:"normal",decoration:"none"};case"Times-Italic":case"Times-Italics":return{face:'"Times New Roman"',weight:"normal",style:"italic",decoration:"none"};case"Times-Bold":return{face:'"Times New Roman"',weight:"bold",style:"normal",decoration:"none"};case"Times-BoldItalic":return{face:'"Times New Roman"',weight:"bold",style:"italic",decoration:"none"};case"ZapfChancery-MediumItalic":return{face:'"Zapf Chancery",cursive,serif',weight:"normal",style:"normal",decoration:"none"};default:return null}}(l),y={};return b?(y.face=b.face,y.weight=b.weight,y.style=b.style,y.decoration=b.decoration,y.size=c,d&&(y.box=!0),y):(y.face=l,y.weight=h,y.style=u,y.decoration=f,y.size=c,d&&(y.box=!0),y)},l=function(e,t,a){return 0===t.length?'Directive "'+e+'" requires a font as a parameter.':(r[e]=c(t,r[e],a,0,e),r.is_in_header&&(n.formatting[e]=r[e]),null)},h=function(e,t){var r="";a.each(t,(function(e){r+=e.token}));var i=parseFloat(r);if(isNaN(i)||0===i)return'Directive "'+e+'" requires a number as a parameter.';n.formatting.scale=i},u=["acoustic-bass-drum","bass-drum-1","side-stick","acoustic-snare","hand-clap","electric-snare","low-floor-tom","closed-hi-hat","high-floor-tom","pedal-hi-hat","low-tom","open-hi-hat","low-mid-tom","hi-mid-tom","crash-cymbal-1","high-tom","ride-cymbal-1","chinese-cymbal","ride-bell","tambourine","splash-cymbal","cowbell","crash-cymbal-2","vibraslap","ride-cymbal-2","hi-bongo","low-bongo","mute-hi-conga","open-hi-conga","low-conga","high-timbale","low-timbale","high-agogo","low-agogo","cabasa","maracas","short-whistle","long-whistle","short-guiro","long-guiro","claves","hi-wood-block","low-wood-block","mute-cuica","open-cuica","mute-triangle","open-triangle"],f=function(e,t,a,i,n){if(1!==a.length||"number"!==a[0].type)return'Directive "'+t+'" requires a number as a parameter.';var s=a[0].intt;return void 0!==i&&s<i?'Directive "'+t+'" requires a number greater than or equal to '+i+" as a parameter.":void 0!==n&&s>n?'Directive "'+t+'" requires a number less than or equal to '+n+" as a parameter.":(r[e]=s,null)},d=function(e,t,a){if(1===a.length&&("true"===a[0].token||"false"===a[0].token))return r[e]="true"===a[0].token,null;var i=f(e,t,a,0,1);return null!==i?i:(r[e]=1===r[e],null)},p=function(e,t,a,i){if(1!==a.length)return'Directive "'+t+'" requires one of [ '+i.join(", ")+" ] as a parameter.";for(var n=a[0].token,s=!1,o=0;!s&&o<i.length;o++)i[o]===n&&(s=!0);return s?(r[e]=n,null):'Directive "'+t+'" requires one of [ '+i.join(", ")+" ] as a parameter."},m=["nobarlines","barlines","beataccents","nobeataccents","droneon","droneoff","drumon","drumoff","fermatafixed","fermataproportional","gchordon","gchordoff","controlcombo","temperamentnormal","noportamento"],g=["gchord","ptstress","beatstring"],v=["bassvol","chordvol","c","channel","beatmod","deltaloudness","drumbars","gracedivider","makechordchannels","randomchordattack","chordattack","stressmodel","transpose","rtranspose","vol","volinc"],b=["program"],y=["ratio","snt","bendvelocity","pitchbend","control","temperamentlinear"],x=["beat"],w=["drone"],k=["portamento"],C=["expand","grace","trim"],T=["drum","chordname"];i.parseFontChangeLine=function(e){var t=e.split("$");if(t.length>1&&r.setfont){for(var a=[{text:t[0]}],i=1;i<t.length;i++)"0"===t[i].charAt(0)?a.push({text:t[i].substring(1)}):"1"===t[i].charAt(0)&&r.setfont[1]?a.push({font:r.setfont[1],text:t[i].substring(1)}):"2"===t[i].charAt(0)&&r.setfont[2]?a.push({font:r.setfont[2],text:t[i].substring(1)}):"3"===t[i].charAt(0)&&r.setfont[3]?a.push({font:r.setfont[3],text:t[i].substring(1)}):"4"===t[i].charAt(0)&&r.setfont[4]?a.push({font:r.setfont[4],text:t[i].substring(1)}):a[a.length-1].text+="$"+t[i];if(a.length>1)return a}return e};var A=["auto","above","below","hidden"];function S(e){if(0===e.length)return{value:1};if(1===e.length)if("number"===e[0].type){if(e[0].floatt>=0||e[0].floatt<=1)return{value:e[0].floatt}}else{if("false"===e[0].token)return{value:0};if("true"===e[0].token)return{value:1}}return{error:"Directive stretchlast requires zero or one parameter: false, true, or number between 0 and 1 (received "+e[0].token+")"}}i.addDirective=function(o){var N=e.tokenize(o,0,o.length);if(0===N.length||"alpha"!==N[0].type)return null;var _=o.substring(o.indexOf(N[0].token)+N[0].token.length);_=e.stripComment(_);var E,M=N.shift().token.toLowerCase(),B="";switch(M){case"bagpipes":n.formatting.bagpipes=!0;break;case"flatbeams":n.formatting.flatbeams=!0;break;case"jazzchords":n.formatting.jazzchords=!0;break;case"landscape":r.landscape=!0;break;case"papersize":r.papersize=_;break;case"graceslurs":if(1!==N.length)return"Directive graceslurs requires one parameter: 0 or 1";if("0"===N[0].token||"false"===N[0].token)n.formatting.graceSlurs=!1;else{if("1"!==N[0].token&&"true"!==N[0].token)return"Directive graceslurs requires one parameter: 0 or 1 (received "+N[0].token+")";n.formatting.graceSlurs=!0}break;case"stretchlast":var L=S(N);if(void 0!==L.value&&(n.formatting.stretchlast=L.value),L.error)return L.error;break;case"titlecaps":r.titlecaps=!0;break;case"titleleft":n.formatting.titleleft=!0;break;case"measurebox":n.formatting.measurebox=!0;break;case"vocal":return p("vocalPosition",M,N,A);case"dynamic":return p("dynamicPosition",M,N,A);case"gchord":return p("chordPosition",M,N,A);case"ornament":return p("ornamentPosition",M,N,A);case"volume":return p("volumePosition",M,N,A);case"botmargin":case"botspace":case"composerspace":case"indent":case"leftmargin":case"linesep":case"musicspace":case"partsspace":case"pageheight":case"pagewidth":case"rightmargin":case"staffsep":case"staffwidth":case"subtitlespace":case"sysstaffsep":case"systemsep":case"textspace":case"titlespace":case"topmargin":case"topspace":case"vocalspace":case"wordsspace":return function(t,r){var a=e.getMeasurement(r);return 0===a.used||0!==r.length?'Directive "'+t+'" requires a measurement as a parameter.':(n.formatting[t]=a.value,null)}(M,N);case"voicescale":if(1!==N.length||"number"!==N[0].type)return"voicescale requires one float as a parameter";var P=N.shift();return r.currentVoice&&(r.currentVoice.scale=P.floatt,s.changeVoiceScale(r.currentVoice.scale)),null;case"vskip":var z=Math.round(function(t,r){var a=e.getMeasurement(r);return 0===a.used||0!==r.length?{error:'Directive "'+t+'" requires a measurement as a parameter.'}:a.value}(M,N));return z.error?z.error:(s.addSpacing(z),null);case"scale":h(M,N);break;case"sep":if(0===N.length)s.addSeparator(14,14,85,{startChar:r.iChar,endChar:r.iChar+5});else{var H=e.getMeasurement(N);if(0===H.used)return'Directive "'+M+'" requires 3 numbers: space above, space below, length of line';var O=H.value;if(0===(H=e.getMeasurement(N)).used)return'Directive "'+M+'" requires 3 numbers: space above, space below, length of line';var F=H.value;if(0===(H=e.getMeasurement(N)).used||0!==N.length)return'Directive "'+M+'" requires 3 numbers: space above, space below, length of line';var D=H.value;s.addSeparator(O,F,D,{startChar:r.iChar,endChar:r.iChar+_.length})}break;case"barsperstaff":if(null!==(B=f("barsperstaff",M,N)))return B;break;case"staffnonote":if(1!==N.length)return"Directive staffnonote requires one parameter: 0 or 1";if("0"===N[0].token)r.staffnonote=!0;else{if("1"!==N[0].token)return"Directive staffnonote requires one parameter: 0 or 1 (received "+N[0].token+")";r.staffnonote=!1}break;case"printtempo":if(null!==(B=d("printTempo",M,N)))return B;break;case"partsbox":if(null!==(B=d("partsBox",M,N)))return B;r.partsfont.box=r.partsBox;break;case"freegchord":if(null!==(B=d("freegchord",M,N)))return B;break;case"measurenb":case"barnumbers":if(null!==(B=f("barNumbers",M,N)))return B;break;case"setbarnb":if(1!==N.length||"number"!==N[0].type)return"Directive setbarnb requires a number as a parameter.";r.currBarNumber=s.setBarNumberImmediate(N[0].intt);break;case"begintext":var I="";for(E=e.nextLine();E&&0!==E.indexOf("%%endtext");)a.startsWith(E,"%%")?I+=E.substring(2)+"\n":I+=E+"\n",E=e.nextLine();s.addText(I,{startChar:r.iChar,endChar:r.iChar+I.length+7});break;case"continueall":r.continueall=!0;break;case"beginps":for(E=e.nextLine();E&&0!==E.indexOf("%%endps");)e.nextLine();t("Postscript ignored",o,0);break;case"deco":_.length>0&&r.ignoredDecorations.push(_.substring(0,_.indexOf(" "))),t("Decoration redefinition ignored",o,0);break;case"text":var Y=e.translateString(_);s.addText(i.parseFontChangeLine(Y),{startChar:r.iChar,endChar:r.iChar+_.length+7});break;case"center":var V=e.translateString(_);s.addCentered(i.parseFontChangeLine(V));break;case"font":break;case"setfont":var G=e.tokenize(_,0,_.length);if(G.length>=4&&"-"===G[0].token&&"number"===G[1].type){var W=parseInt(G[1].token);W>=1&&W<=4&&(r.setfont||(r.setfont=[]),G.shift(),G.shift(),r.setfont[W]=c(G,r.setfont[W],o,0,"setfont"))}break;case"gchordfont":case"partsfont":case"tripletfont":case"vocalfont":case"textfont":case"annotationfont":case"historyfont":case"infofont":case"measurefont":case"repeatfont":case"wordsfont":return l(M,N,o);case"composerfont":case"subtitlefont":case"tempofont":case"titlefont":case"voicefont":case"footerfont":case"headerfont":return function(e,t,r){return 0===t.length?'Directive "'+e+'" requires a font as a parameter.':(n.formatting[e]=c(t,n.formatting[e],r,0,e),null)}(M,N,o);case"barlabelfont":case"barnumberfont":case"barnumfont":return l("measurefont",N,o);case"staves":case"score":r.score_is_present=!0;for(var q,j=function(e,t,i,n,s){(t||0===r.staves.length)&&r.staves.push({index:r.staves.length,numVoices:0});var o=a.last(r.staves);void 0!==i&&void 0===o.bracket&&(o.bracket=i),void 0!==n&&void 0===o.brace&&(o.brace=n),s&&(o.connectBarLines="end"),void 0===r.voices[e]&&(r.voices[e]={staffNum:o.index,index:o.numVoices},o.numVoices++)},X=!1,R=!1,U=!1,K=!1,Q=!1,$=!1,Z=!1,J=function(){if(Z=!0,q){var e="start";q.staffNum>0&&("start"!==r.staves[q.staffNum-1].connectBarLines&&"continue"!==r.staves[q.staffNum-1].connectBarLines||(e="continue")),r.staves[q.staffNum].connectBarLines=e}};N.length;){var ee=N.shift();switch(ee.token){case"(":X?t("Can't nest parenthesis in %%score",o,ee.start):(X=!0,K=!0);break;case")":!X||K?t("Unexpected close parenthesis in %%score",o,ee.start):X=!1;break;case"[":R?t("Can't nest brackets in %%score",o,ee.start):(R=!0,Q=!0);break;case"]":!R||Q?t("Unexpected close bracket in %%score",o,ee.start):(R=!1,r.staves[q.staffNum].bracket="end");break;case"{":U?t("Can't nest braces in %%score",o,ee.start):(U=!0,$=!0);break;case"}":!U||$?t("Unexpected close brace in %%score",o,ee.start):(U=!1,r.staves[q.staffNum].brace="end");break;case"|":J();break;default:for(var te="";("alpha"===ee.type||"number"===ee.type)&&(te+=ee.token,ee.continueId);)ee=N.shift();j(te,!X||K,Q?"start":R?"continue":void 0,$?"start":U?"continue":void 0,Z),K=!1,Q=!1,$=!1,Z=!1,q=r.voices[te],"staves"===M&&J()}}break;case"newpage":var re=e.getInt(_);s.addNewPage(0===re.digits?-1:re.value);break;case"abc":var ae=_.split(" ");switch(ae[0]){case"-copyright":case"-creator":case"-edited-by":case"-version":case"-charset":var ie=ae.shift();s.addMetaText(M+ie,ae.join(" "),{startChar:r.iChar,endChar:r.iChar+_.length+5});break;default:return"Unknown directive: "+M+ae[0]}break;case"header":case"footer":var ne=e.getMeat(_,0,_.length);'"'===(ne=_.substring(ne.start,ne.end)).charAt(0)&&'"'===ne.charAt(ne.length-1)&&(ne=ne.substring(1,ne.length-1));var se=ne.split("\t"),oe={};oe=1===se.length?{left:"",center:se[0],right:""}:2===se.length?{left:se[0],center:se[1],right:""}:{left:se[0],center:se[1],right:se[2]},se.length>3&&t("Too many tabs in "+M+": "+se.length+" found.",_,0),s.addMetaTextObj(M,oe,{startChar:r.iChar,endChar:r.iChar+o.length});break;case"midi":var ce=e.tokenize(_,0,_.length,!0);ce.length>0&&"="===ce[0].token&&ce.shift(),0===ce.length?t("Expected midi command",_,0):function(e,r,a){var i=e.shift().token,n=[];if(m.indexOf(i)>=0)0!==e.length&&t("Unexpected parameter in MIDI "+i,a,0);else if(g.indexOf(i)>=0)1!==e.length?t("Expected one parameter in MIDI "+i,a,0):n.push(e[0].token);else if(v.indexOf(i)>=0)1!==e.length?t("Expected one parameter in MIDI "+i,a,0):"number"!==e[0].type?t("Expected one integer parameter in MIDI "+i,a,0):n.push(e[0].intt);else if(b.indexOf(i)>=0)1!==e.length&&2!==e.length?t("Expected one or two parameters in MIDI "+i,a,0):"number"!==e[0].type||2===e.length&&"number"!==e[1].type?t("Expected integer parameter in MIDI "+i,a,0):(n.push(e[0].intt),2===e.length&&n.push(e[1].intt));else if(y.indexOf(i)>=0)2!==e.length?t("Expected two parameters in MIDI "+i,a,0):"number"!==e[0].type||"number"!==e[1].type?t("Expected two integer parameters in MIDI "+i,a,0):(n.push(e[0].intt),n.push(e[1].intt));else if(k.indexOf(i)>=0)2!==e.length?t("Expected two parameters in MIDI "+i,a,0):"alpha"!==e[0].type||"number"!==e[1].type?t("Expected one string and one integer parameters in MIDI "+i,a,0):(n.push(e[0].token),n.push(e[1].intt));else if("drummap"===i)2===e.length&&"alpha"===e[0].type&&"number"===e[1].type?(r.formatting||(r.formatting={}),r.formatting.midi||(r.formatting.midi={}),r.formatting.midi.drummap||(r.formatting.midi.drummap={}),r.formatting.midi.drummap[e[0].token]=e[1].intt,n=r.formatting.midi.drummap):3===e.length&&"punct"===e[0].type&&"alpha"===e[1].type&&"number"===e[2].type?(r.formatting||(r.formatting={}),r.formatting.midi||(r.formatting.midi={}),r.formatting.midi.drummap||(r.formatting.midi.drummap={}),r.formatting.midi.drummap[e[0].token+e[1].token]=e[2].intt,n=r.formatting.midi.drummap):t("Expected one note name and one integer parameter in MIDI "+i,a,0);else if(C.indexOf(i)>=0)3!==e.length||"number"!==e[0].type||"/"!==e[1].token||"number"!==e[2].type?t("Expected fraction parameter in MIDI "+i,a,0):(n.push(e[0].intt),n.push(e[2].intt));else if(x.indexOf(i)>=0)4!==e.length?t("Expected four parameters in MIDI "+i,a,0):"number"!==e[0].type||"number"!==e[1].type||"number"!==e[2].type||"number"!==e[3].type?t("Expected four integer parameters in MIDI "+i,a,0):(n.push(e[0].intt),n.push(e[1].intt),n.push(e[2].intt),n.push(e[3].intt));else if(w.indexOf(i)>=0)5!==e.length?t("Expected five parameters in MIDI "+i,a,0):"number"!==e[0].type||"number"!==e[1].type||"number"!==e[2].type||"number"!==e[3].type||"number"!==e[4].type?t("Expected five integer parameters in MIDI "+i,a,0):(n.push(e[0].intt),n.push(e[1].intt),n.push(e[2].intt),n.push(e[3].intt),n.push(e[4].intt));else if(b.indexOf(i)>=0)1!==e.length||4!==e.length?t("Expected one or two parameters in MIDI "+i,a,0):"number"!==e[0].type?t("Expected integer parameter in MIDI "+i,a,0):4===e.length?("octave"!==e[1].token&&t("Expected octave parameter in MIDI "+i,a,0),"="!==e[2].token&&t("Expected octave parameter in MIDI "+i,a,0),"number"!==e[3].type&&t("Expected integer parameter for octave in MIDI "+i,a,0)):(n.push(e[0].intt),4===e.length&&n.push(e[3].intt));else if(T.indexOf(i)>=0)if(e.length<2)t("Expected string parameter and at least one integer parameter in MIDI "+i,a,0);else if("alpha"!==e[0].type)t("Expected string parameter and at least one integer parameter in MIDI "+i,a,0);else{var o=e.shift();for(n.push(o.token);e.length>0;)"number"!==(o=e.shift()).type&&t("Expected integer parameter in MIDI "+i,a,0),n.push(o.intt)}s.hasBeginMusic()?s.appendElement("midi",-1,-1,{cmd:i,params:n}):(void 0===r.formatting.midi&&(r.formatting.midi={}),r.formatting.midi[i]=n)}(ce,n,_);break;case"percmap":var le=function(e){var t=e.split(/\s+/);if(2!==t.length&&3!==t.length)return{error:'Expected parameters "abc-note", "drum-sound", and optionally "note-head"'};var r=t[0],a=parseInt(t[1],10);if((isNaN(a)||a<35||a>81)&&t[1]&&(a=u.indexOf(t[1].toLowerCase())+35),isNaN(a)||a<35||a>81)return{error:'Expected drum name, received "'+t[1]+'"'};var i={sound:a};return 3===t.length&&(i.noteHead=t[2]),{key:r,value:i}}(_);le.error?t(le.error,o,8):(n.formatting.percmap||(n.formatting.percmap={}),n.formatting.percmap[le.key]=le.value);break;case"map":case"playtempo":case"auquality":case"continuous":case"nobarcheck":n.formatting[M]=_;break;default:return"Unknown directive: "+M}return null},i.globalFormatting=function(a){for(var i in a)if(a.hasOwnProperty(i)){var s,o=""+a[i],c=e.tokenize(o,0,o.length);switch(i){case"titlefont":case"gchordfont":case"composerfont":case"footerfont":case"headerfont":case"historyfont":case"infofont":case"measurefont":case"partsfont":case"repeatfont":case"subtitlefont":case"tempofont":case"textfont":case"voicefont":case"tripletfont":case"vocalfont":case"wordsfont":case"annotationfont":case"tablabelfont":case"tabnumberfont":case"tabgracefont":l(i,c,o);break;case"scale":h(i,c);break;case"partsbox":null!==(s=d("partsBox",i,c))&&t(s),r.partsfont.box=r.partsBox;break;case"freegchord":null!==(s=d("freegchord",i,c))&&t(s);break;case"fontboxpadding":1===c.length&&"number"===c[0].type||t('Directive "'+i+'" requires a number as a parameter.'),n.formatting.fontboxpadding=c[0].floatt;break;case"stretchlast":var u=S(c);if(void 0!==u.value&&(n.formatting.stretchlast=u.value),u.error)return u.error;break;default:t("Formatting directive unrecognized: ",i,0)}}}}(),e.exports=i},9928:function(e,t,r){var a=r(5008),i=r(8360),n=r(9708);e.exports=function(e,t,r,s,o){this.reset=function(e,t,r,a){n.initialize(e,t,r,a,o),i.initialize(e,t,r,a,o)},this.reset(e,t,r,s),this.setTitle=function(t){if(r.hasMainTitle)o.addSubtitle(e.translateString(e.stripComment(t)),{startChar:r.iChar,endChar:r.iChar+t.length+2});else{var a=e.translateString(e.theReverser(e.stripComment(t)));r.titlecaps&&(a=a.toUpperCase()),o.addMetaText("title",a,{startChar:r.iChar,endChar:r.iChar+t.length+2}),r.hasMainTitle=!0}},this.setMeter=function(a){if("C"===(a=e.stripComment(a)))return!0===r.havent_set_length&&(r.default_length=.125,r.havent_set_length=!1),{type:"common_time"};if("C|"===a)return!0===r.havent_set_length&&(r.default_length=.125,r.havent_set_length=!1),{type:"cut_time"};if("o"===a)return!0===r.havent_set_length&&(r.default_length=.125,r.havent_set_length=!1),{type:"tempus_perfectum"};if("c"===a)return!0===r.havent_set_length&&(r.default_length=.125,r.havent_set_length=!1),{type:"tempus_imperfectum"};if("o."===a)return!0===r.havent_set_length&&(r.default_length=.125,r.havent_set_length=!1),{type:"tempus_perfectum_prolatio"};if("c."===a)return!0===r.havent_set_length&&(r.default_length=.125,r.havent_set_length=!1),{type:"tempus_imperfectum_prolatio"};if(0===a.length||"none"===a.toLowerCase())return!0===r.havent_set_length&&(r.default_length=.125,r.havent_set_length=!1),null;var i=e.tokenize(a,0,a.length);try{var n=function(){var e=function(){var e={value:0,num:""},t=i.shift();for("("===t.token&&(t=i.shift());;){if("number"!==t.type)throw"Expected top number of meter";if(e.value+=parseInt(t.token),e.num+=t.token,0===i.length||"/"===i[0].token)return e;if(")"===(t=i.shift()).token){if(0===i.length||"/"===i[0].token)return e;throw"Unexpected paren in meter"}if("."!==t.token&&"+"!==t.token)throw"Expected top number of meter";if(e.num+=t.token,0===i.length)throw"Expected top number of meter";t=i.shift()}return e}();if(0===i.length)return e;var t=i.shift();if("/"!==t.token)throw"Expected slash in meter";if("number"!==(t=i.shift()).type)throw"Expected bottom number of meter";return e.den=t.token,e.value=e.value/parseInt(e.den),e};if(0===i.length)throw"Expected meter definition in M: line";for(var s={type:"specified",value:[]},o=0;;){var c=n();o+=c.value;var l={num:c.num};if(void 0!==c.den&&(l.den=c.den),s.value.push(l),0===i.length)break}return!0===r.havent_set_length&&(r.default_length=o<.75?.0625:.125,r.havent_set_length=!1),s}catch(e){t(e,a,0)}return null},this.calcTempo=function(e){var t=1/4;r.meter&&"specified"===r.meter.type?t=1/parseInt(r.meter.value[0].den):r.origMeter&&"specified"===r.origMeter.type&&(t=1/parseInt(r.origMeter.value[0].den));for(var a=0;a<e.duration;a++)e.duration[a]=t*e.duration[a];return e},this.resolveTempo=function(){r.tempo&&(this.calcTempo(r.tempo),s.metaText.tempo=r.tempo,delete r.tempo)},this.addUserDefinition=function(e,i,n){var s=e.indexOf("=",i);if(-1!==s){var o=a.strip(e.substring(i,s)),c=a.strip(e.substring(s+1));1===o.length?-1!=="HIJKLMNOPQRSTUVWXYhijklmnopqrstuvw~".indexOf(o)?0!==c.length?(void 0===r.macros&&(r.macros={}),r.macros[o]=c):t("Missing macro definition",e,i):t("Macro definitions must be H-Y, h-w, or tilde",e,i):t("Macro definitions can only be one character",e,i)}else t("Need an = in a macro definition",e,i)},this.setDefaultLength=function(e,t,i){var n=a.gsub(e.substring(t,i)," ","").split("/");if(2===n.length){var s=parseInt(n[0]),o=parseInt(n[1]);o>0&&(r.default_length=s/o,r.havent_set_length=!1)}else 1===n.length&&"1"===n[0]&&(r.default_length=1,r.havent_set_length=!1)};var c={larghissimo:20,adagissimo:24,sostenuto:28,grave:32,largo:40,lento:50,larghetto:60,adagio:68,adagietto:74,andante:80,andantino:88,"marcia moderato":84,"andante moderato":100,moderato:112,allegretto:116,"allegro moderato":120,allegro:126,animato:132,agitato:140,veloce:148,"mosso vivo":156,vivace:164,vivacissimo:172,allegrissimo:176,presto:184,prestissimo:210};this.setTempo=function(a,i,n,s){try{var o=e.tokenize(a,i,n);if(0===o.length)throw"Missing parameter in Q: field";var l={startChar:s+i-2,endChar:s+n},h=!0,u=o.shift();if("quote"===u.type&&(l.preString=u.token,u=o.shift(),0===o.length))return c[l.preString.toLowerCase()]&&(l.bpm=c[l.preString.toLowerCase()],l.suppressBpm=!0),{type:"immediate",tempo:l};if("alpha"===u.type&&"C"===u.token){if(0===o.length)throw"Missing tempo after C in Q: field";if("punct"===(u=o.shift()).type&&"="===u.token){if(0===o.length)throw"Missing tempo after = in Q: field";if("number"!==(u=o.shift()).type)throw"Expected number after = in Q: field";l.duration=[1],l.bpm=parseInt(u.token)}else{if("number"!==u.type)throw"Expected number or equal after C in Q: field";if(l.duration=[parseInt(u.token)],0===o.length)throw"Missing = after duration in Q: field";if("punct"!==(u=o.shift()).type||"="!==u.token)throw"Expected = after duration in Q: field";if(0===o.length)throw"Missing tempo after = in Q: field";if("number"!==(u=o.shift()).type)throw"Expected number after = in Q: field";l.bpm=parseInt(u.token)}}else{if("number"!==u.type)throw"Unknown value in Q: field";var f=parseInt(u.token);if(0===o.length||"quote"===o[0].type)l.duration=[1],l.bpm=f;else{if(h=!1,"punct"!==(u=o.shift()).type&&"/"!==u.token)throw"Expected fraction in Q: field";if("number"!==(u=o.shift()).type)throw"Expected fraction in Q: field";var d=parseInt(u.token);for(l.duration=[f/d];o.length>0&&"="!==o[0].token&&"quote"!==o[0].type;){if("number"!==(u=o.shift()).type)throw"Expected fraction in Q: field";if(f=parseInt(u.token),"punct"!==(u=o.shift()).type&&"/"!==u.token)throw"Expected fraction in Q: field";if("number"!==(u=o.shift()).type)throw"Expected fraction in Q: field";d=parseInt(u.token),l.duration.push(f/d)}if("punct"!==(u=o.shift()).type&&"="!==u.token)throw"Expected = in Q: field";if("number"!==(u=o.shift()).type)throw"Expected tempo in Q: field";l.bpm=parseInt(u.token)}}if(0!==o.length&&("quote"===(u=o.shift()).type&&(l.postString=u.token,u=o.shift()),0!==o.length))throw"Unexpected string at end of Q: field";return!1===r.printTempo&&(l.suppress=!0),{type:h?"delaySet":"immediate",tempo:l}}catch(e){return t(e,a,i),{type:"none"}}},this.letter_to_inline_header=function(a,c,l){var h=e.eatWhiteSpace(a,c);if(c+=h,a.length>=c+5&&"["===a.charAt(c)&&":"===a.charAt(c+2)){var u=a.indexOf("]",c),f=r.iChar+c,d=r.iChar+u+1;switch(a.substring(c,c+3)){case"[I:":var p=i.addDirective(a.substring(c+3,u));return p&&t(p,a,c),[u-c+1+h];case"[M:":var m=this.setMeter(a.substring(c+3,u));return o.hasBeginMusic()&&m?o.appendStartingElement("meter",f,d,m):r.meter=m,[u-c+1+h];case"[K:":var g=n.parseKey(a.substring(c+3,u),!0);return g.foundClef&&o.hasBeginMusic()&&o.appendStartingElement("clef",f,d,r.clef),g.foundKey&&o.hasBeginMusic()&&o.appendStartingElement("key",f,d,n.fixKey(r.clef,r.key)),[u-c+1+h];case"[P:":return l||s.lines.length<=s.lineNum?r.partForNextLine={title:a.substring(c+3,u),startChar:f,endChar:d}:o.appendElement("part",f,d,{title:a.substring(c+3,u)}),[u-c+1+h];case"[L:":return this.setDefaultLength(a,c+3,u),[u-c+1+h];case"[Q:":if(u>0){var v=this.setTempo(a,c+3,u,r.iChar);return"delaySet"===v.type?o.hasBeginMusic()?o.appendElement("tempo",f,d,this.calcTempo(v.tempo)):r.tempoForNextLine=["tempo",f,d,this.calcTempo(v.tempo)]:"immediate"===v.type&&(!l&&o.hasBeginMusic()?o.appendElement("tempo",f,d,v.tempo):r.tempoForNextLine=["tempo",f,d,v.tempo]),[u-c+1+h,a.charAt(c+1),a.substring(c+3,u)]}break;case"[V:":if(u>0)return n.parseVoice(a,c+3,u),[u-c+1+h,a.charAt(c+1),a.substring(c+3,u)]}}return[0]},this.letter_to_body_header=function(e,s){if(e.length>=s+3)switch(e.substring(s,s+2)){case"I:":var c=i.addDirective(e.substring(s+2));return c&&t(c,e,s),[e.length];case"M:":var l=this.setMeter(e.substring(s+2));return o.hasBeginMusic()&&l&&o.appendStartingElement("meter",r.iChar+s,r.iChar+e.length,l),[e.length];case"K:":var h=n.parseKey(e.substring(s+2),o.hasBeginMusic());return h.foundClef&&o.hasBeginMusic()&&o.appendStartingElement("clef",r.iChar+s,r.iChar+e.length,r.clef),h.foundKey&&o.hasBeginMusic()&&o.appendStartingElement("key",r.iChar+s,r.iChar+e.length,n.fixKey(r.clef,r.key)),[e.length];case"P:":return o.hasBeginMusic()&&o.appendElement("part",r.iChar+s,r.iChar+e.length,{title:e.substring(s+2)}),[e.length];case"L:":return this.setDefaultLength(e,s+2,e.length),[e.length];case"Q:":var u=e.indexOf("",s+2);-1===u&&(u=e.length);var f=this.setTempo(e,s+2,u,r.iChar);return"delaySet"===f.type?o.appendElement("tempo",r.iChar+s,r.iChar+e.length,this.calcTempo(f.tempo)):"immediate"===f.type&&o.appendElement("tempo",r.iChar+s,r.iChar+e.length,f.tempo),[u,e.charAt(s),a.strip(e.substring(s+2))];case"V:":return n.parseVoice(e,s+2,e.length),[e.length,e.charAt(s),a.strip(e.substring(s+2))]}return[0]};var l={A:"author",B:"book",C:"composer",D:"discography",F:"url",G:"group",I:"instruction",N:"notes",O:"origin",R:"rhythm",S:"source",W:"unalignedWords",Z:"transcription"};this.parseHeader=function(a){var c=l[a.charAt(0)];if(void 0!==c)return"unalignedWords"===c?o.addMetaTextArray(c,i.parseFontChangeLine(e.translateString(e.stripComment(a.substring(2)))),{startChar:r.iChar,endChar:r.iChar+a.length}):o.addMetaText(c,e.translateString(e.stripComment(a.substring(2))),{startChar:r.iChar,endChar:r.iChar+a.length}),{};var h=r.iChar,u=h+a.length;switch(a.charAt(0)){case"H":for(o.addMetaText("history",e.translateString(e.stripComment(a.substring(2))),{startChar:r.iChar,endChar:r.iChar+a.length}),a=e.peekLine();a&&":"!==a.charAt(1);)e.nextLine(),o.addMetaText("history",e.translateString(e.stripComment(a)),{startChar:r.iChar,endChar:r.iChar+a.length}),a=e.peekLine();break;case"K":this.resolveTempo();var f=n.parseKey(a.substring(2),!1);!r.is_in_header&&o.hasBeginMusic()&&(f.foundClef&&o.appendStartingElement("clef",h,u,r.clef),f.foundKey&&o.appendStartingElement("key",h,u,n.fixKey(r.clef,r.key))),r.is_in_header=!1;break;case"L":this.setDefaultLength(a,2,a.length);break;case"M":r.origMeter=r.meter=this.setMeter(a.substring(2));break;case"P":r.is_in_header?o.addMetaText("partOrder",e.translateString(e.stripComment(a.substring(2))),{startChar:r.iChar,endChar:r.iChar+a.length}):r.partForNextLine={title:e.translateString(e.stripComment(a.substring(2))),startChar:h,endChar:u};break;case"Q":var d=this.setTempo(a,2,a.length,r.iChar);"delaySet"===d.type?r.tempo=d.tempo:"immediate"===d.type&&(s.metaText.tempo?r.tempoForNextLine=["tempo",h,u,d.tempo]:s.metaText.tempo=d.tempo);break;case"T":this.setTitle(a.substring(2));break;case"U":this.addUserDefinition(a,2,a.length);break;case"V":if(n.parseVoice(a,2,a.length),!r.is_in_header)return{newline:!0};break;case"s":return{symbols:!0};case"w":return{words:!0};case"X":break;case"E":case"m":t("Ignored header",a,0);break;default:return{regular:!0}}return{}}}},9708:function(e,t,r){var a=r(5008),i=r(8360),n=r(2821),s={};!function(){var e,t,r,o;s.initialize=function(a,i,n,s,c){e=a,t=i,r=n,o=c},s.standardKey=function(e,t,a,i){return n.keySignature(r,e,t,a,i)};var c={treble:{clef:"treble",pitch:4,mid:0},"treble+8":{clef:"treble+8",pitch:4,mid:0},"treble-8":{clef:"treble-8",pitch:4,mid:0},"treble^8":{clef:"treble+8",pitch:4,mid:0},treble_8:{clef:"treble-8",pitch:4,mid:0},treble1:{clef:"treble",pitch:2,mid:2},treble2:{clef:"treble",pitch:4,mid:0},treble3:{clef:"treble",pitch:6,mid:-2},treble4:{clef:"treble",pitch:8,mid:-4},treble5:{clef:"treble",pitch:10,mid:-6},perc:{clef:"perc",pitch:6,mid:0},none:{clef:"none",mid:0},bass:{clef:"bass",pitch:8,mid:-12},"bass+8":{clef:"bass+8",pitch:8,mid:-12},"bass-8":{clef:"bass-8",pitch:8,mid:-12},"bass^8":{clef:"bass+8",pitch:8,mid:-12},bass_8:{clef:"bass-8",pitch:8,mid:-12},"bass+16":{clef:"bass",pitch:8,mid:-12},"bass-16":{clef:"bass",pitch:8,mid:-12},"bass^16":{clef:"bass",pitch:8,mid:-12},bass_16:{clef:"bass",pitch:8,mid:-12},bass1:{clef:"bass",pitch:2,mid:-6},bass2:{clef:"bass",pitch:4,mid:-8},bass3:{clef:"bass",pitch:6,mid:-10},bass4:{clef:"bass",pitch:8,mid:-12},bass5:{clef:"bass",pitch:10,mid:-14},tenor:{clef:"alto",pitch:8,mid:-8},tenor1:{clef:"alto",pitch:2,mid:-2},tenor2:{clef:"alto",pitch:4,mid:-4},tenor3:{clef:"alto",pitch:6,mid:-6},tenor4:{clef:"alto",pitch:8,mid:-8},tenor5:{clef:"alto",pitch:10,mid:-10},alto:{clef:"alto",pitch:6,mid:-6},alto1:{clef:"alto",pitch:2,mid:-2},alto2:{clef:"alto",pitch:4,mid:-4},alto3:{clef:"alto",pitch:6,mid:-6},alto4:{clef:"alto",pitch:8,mid:-8},alto5:{clef:"alto",pitch:10,mid:-10},"alto+8":{clef:"alto+8",pitch:6,mid:-6},"alto-8":{clef:"alto-8",pitch:6,mid:-6},"alto^8":{clef:"alto+8",pitch:6,mid:-6},alto_8:{clef:"alto-8",pitch:6,mid:-6}},l=function(e,t){var r=c[e];return(r?r.mid:0)+t};s.fixClef=function(e){var t=c[e.type];t&&(e.clefPos=t.pitch,e.type=t.clef)},s.deepCopyKey=function(e){var t={accidentals:[],root:e.root,acc:e.acc,mode:e.mode};return a.each(e.accidentals,(function(e){t.accidentals.push(a.clone(e))})),t};var h={A:5,B:6,C:0,D:1,E:2,F:3,G:4,a:12,b:13,c:7,d:8,e:9,f:10,g:11};s.addPosToKey=function(e,t){var r=e.verticalPos;a.each(t.accidentals,(function(e){var t=h[e.note];t-=r,e.verticalPos=t})),t.impliedNaturals&&a.each(t.impliedNaturals,(function(e){var t=h[e.note];t-=r,e.verticalPos=t})),r<-10?(a.each(t.accidentals,(function(e){e.verticalPos-=7,(e.verticalPos>=11||10===e.verticalPos&&"flat"===e.acc)&&(e.verticalPos-=7),"A"===e.note&&"sharp"===e.acc&&(e.verticalPos-=7),"G"!==e.note&&"F"!==e.note||"flat"!==e.acc||(e.verticalPos-=7)})),t.impliedNaturals&&a.each(t.impliedNaturals,(function(e){e.verticalPos-=7,(e.verticalPos>=11||10===e.verticalPos&&"flat"===e.acc)&&(e.verticalPos-=7),"A"===e.note&&"sharp"===e.acc&&(e.verticalPos-=7),"G"!==e.note&&"F"!==e.note||"flat"!==e.acc||(e.verticalPos-=7)}))):r<-4?(a.each(t.accidentals,(function(e){e.verticalPos-=7,-8!==r||"f"!==e.note&&"g"!==e.note||"sharp"!==e.acc||(e.verticalPos-=7)})),t.impliedNaturals&&a.each(t.impliedNaturals,(function(e){e.verticalPos-=7,-8!==r||"f"!==e.note&&"g"!==e.note||"sharp"!==e.acc||(e.verticalPos-=7)}))):r>=7&&(a.each(t.accidentals,(function(e){e.verticalPos+=7})),t.impliedNaturals&&a.each(t.impliedNaturals,(function(e){e.verticalPos+=7})))},s.fixKey=function(e,t){var r=a.clone(t);return s.addPosToKey(e,r),r};var u=function(e){var t=0,r=e.charAt(t++);"^"!==r&&"_"!==r||(r=e.charAt(t++));var a=h[r];for(void 0===a&&(a=6);t<e.length;t++)if(","===e.charAt(t))a-=7;else{if("'"!==e.charAt(t))break;a+=7}return{mid:a-6,str:e.substring(t)}};s.parseKey=function(a,n){0===a.length&&(a="none");var o=e.tokenize(a,0,a.length),c={};if(0===o.length)return t("Must pass in key signature.",a,0),c;switch(o[0].token){case"HP":i.addDirective("bagpipes"),r.key={root:"HP",accidentals:[],acc:"",mode:""},c.foundKey=!0,o.shift();break;case"Hp":i.addDirective("bagpipes"),r.key={root:"Hp",accidentals:[{acc:"natural",note:"g"},{acc:"sharp",note:"f"},{acc:"sharp",note:"c"}],acc:"",mode:""},c.foundKey=!0,o.shift();break;case"none":r.key={root:"none",accidentals:[],acc:"",mode:""},c.foundKey=!0,o.shift();break;default:var h=e.getKeyPitch(o[0].token);if(h.len>0){c.foundKey=!0;var u="",f="";o[0].token.length>1?o[0].token=o[0].token.substring(1):o.shift();var d=h.token;if(o.length>0){var p=e.getSharpFlat(o[0].token);if(p.len>0&&(o[0].token.length>1?o[0].token=o[0].token.substring(1):o.shift(),d+=p.token,u=p.token),o.length>0){var m=e.getMode(o[0].token);m.len>0&&(o.shift(),d+=m.token,f=m.token)}if(void 0===s.standardKey(d,h.token,u,0))return t("Unsupported key signature: "+d,a,0),c}var g,v=s.deepCopyKey(r.key),b=!n&&r.globalTranspose?-r.globalTranspose:0;if(n&&(g=r.globalTransposeOrigKeySig),r.key=s.deepCopyKey(s.standardKey(d,h.token,u,b)),n&&(r.globalTransposeOrigKeySig=g),r.key.mode=f,v){for(var y,x=0;x<r.key.accidentals.length;x++)for(y=0;y<v.accidentals.length;y++)v.accidentals[y].note&&r.key.accidentals[x].note.toLowerCase()===v.accidentals[y].note.toLowerCase()&&(v.accidentals[y].note=null);for(y=0;y<v.accidentals.length;y++)v.accidentals[y].note&&(r.key.impliedNaturals||(r.key.impliedNaturals=[]),r.key.impliedNaturals.push({acc:"natural",note:v.accidentals[y].note}))}}}if(0===o.length)return c;if("exp"===o[0].token&&o.shift(),0===o.length)return c;if("oct"===o[0].token&&o.shift(),0===o.length)return c;var w,k=e.getKeyAccidentals2(o);if(k.warn&&t(k.warn,a,0),k.accs){c.foundKey||(c.foundKey=!0,r.key={root:"none",acc:"",mode:"",accidentals:[]}),function(e){for(var t=0;t<e.length;t++)"b"===e[t].note?e[t].note="B":"a"===e[t].note?e[t].note="A":"F"===e[t].note?e[t].note="f":"E"===e[t].note?e[t].note="e":"D"===e[t].note?e[t].note="d":"C"===e[t].note?e[t].note="c":"G"===e[t].note&&"sharp"===e[t].acc?e[t].note="g":"g"===e[t].note&&"flat"===e[t].acc&&(e[t].note="G")}(k.accs);for(var C=0;C<k.accs.length;C++){for(var T=!1,A=0;A<r.key.accidentals.length&&!T;A++)r.key.accidentals[A].note===k.accs[C].note&&(T=!0,r.key.accidentals[A].acc!==k.accs[C].acc&&(r.key.accidentals[A].acc=k.accs[C].acc,r.key.explicitAccidentals||(r.key.explicitAccidentals=[]),r.key.explicitAccidentals.push(k.accs[C])));if(!T&&(r.key.explicitAccidentals||(r.key.explicitAccidentals=[]),r.key.explicitAccidentals.push(k.accs[C]),r.key.accidentals.push(k.accs[C]),r.key.impliedNaturals))for(var S=0;S<r.key.impliedNaturals.length;S++)r.key.impliedNaturals[S].note===k.accs[C].note&&r.key.impliedNaturals.splice(S,1)}}for(;o.length>0;)switch(o[0].token){case"m":case"middle":if(o.shift(),0===o.length)return t("Expected = after middle",a,0),c;if("="!==(w=o.shift()).token){t("Expected = after middle",a,w.start);break}if(0===o.length)return t("Expected parameter after middle=",a,0),c;var N=e.getPitchFromTokens(o);N.warn&&t(N.warn,a,0),N.position&&(r.clef.verticalPos=N.position-6);break;case"transpose":if(o.shift(),0===o.length)return t("Expected = after transpose",a,0),c;if("="!==(w=o.shift()).token){t("Expected = after transpose",a,w.start);break}if(0===o.length)return t("Expected parameter after transpose=",a,0),c;if("number"!==o[0].type){t("Expected number after transpose",a,o[0].start);break}r.clef.transpose=o[0].intt,o.shift();break;case"stafflines":if(o.shift(),0===o.length)return t("Expected = after stafflines",a,0),c;if("="!==(w=o.shift()).token){t("Expected = after stafflines",a,w.start);break}if(0===o.length)return t("Expected parameter after stafflines=",a,0),c;if("number"!==o[0].type){t("Expected number after stafflines",a,o[0].start);break}r.clef.stafflines=o[0].intt,o.shift();break;case"staffscale":if(o.shift(),0===o.length)return t("Expected = after staffscale",a,0),c;if("="!==(w=o.shift()).token){t("Expected = after staffscale",a,w.start);break}if(0===o.length)return t("Expected parameter after staffscale=",a,0),c;if("number"!==o[0].type){t("Expected number after staffscale",a,o[0].start);break}r.clef.staffscale=o[0].floatt,o.shift();break;case"style":if(o.shift(),0===o.length)return t("Expected = after style",a,0),c;if("="!==(w=o.shift()).token){t("Expected = after style",a,w.start);break}if(0===o.length)return t("Expected parameter after style=",a,0),c;switch(o[0].token){case"normal":case"harmonic":case"rhythm":case"x":case"triangle":r.style=o[0].token,o.shift();break;default:t("error parsing style element: "+o[0].token,a,o[0].start)}break;case"clef":if(o.shift(),0===o.length)return t("Expected = after clef",a,0),c;if("="!==(w=o.shift()).token){t("Expected = after clef",a,w.start);break}if(0===o.length)return t("Expected parameter after clef=",a,0),c;case"treble":case"bass":case"alto":case"tenor":case"perc":case"none":var _=o.shift();switch(_.token){case"treble":case"tenor":case"alto":case"bass":case"perc":case"none":break;case"C":case"c":_.token="alto";break;case"F":case"f":_.token="bass";break;case"G":case"g":_.token="treble";break;default:t("Expected clef name. Found "+_.token,a,_.start)}o.length>0&&"number"===o[0].type&&(_.token+=o[0].token,o.shift()),o.length>1&&("-"===o[0].token||"+"===o[0].token||"^"===o[0].token||"_"===o[0].token)&&"8"===o[1].token&&(_.token+=o[0].token+o[1].token,o.shift(),o.shift()),r.clef={type:_.token,verticalPos:l(_.token,0)},r.currentVoice&&void 0!==r.currentVoice.transpose&&(r.clef.transpose=r.currentVoice.transpose),c.foundClef=!0;break;default:t("Unknown parameter: "+o[0].token,a,o[0].start),o.shift()}return c},s.parseVoice=function(a,i,n){var s=e.getMeat(a,i,n),c=s.start,h=s.end,f=e.getToken(a,c,h);if(0!==f.length){var d=!1;void 0===r.voices[f]&&(r.voices[f]={},d=!0,r.score_is_present&&t("Can't have an unknown V: id when the %score directive is present",a,c)),c+=f.length,c+=e.eatWhiteSpace(a,c);for(var p={startStaff:d},m=function(r){var i=e.getVoiceToken(a,c,h);void 0!==i.warn?t("Expected value for "+r+" in voice: "+i.warn,a,c):void 0!==i.err?t("Expected value for "+r+" in voice: "+i.err,a,c):0===i.token.length&&'"'!==a.charAt(c)?t("Expected value for "+r+" in voice",a,c):p[r]=i.token,c+=i.len},g=function(i,n,s){var o=e.getVoiceToken(a,c,h);void 0!==o.warn?t("Expected value for "+n+" in voice: "+o.warn,a,c):void 0!==o.err?t("Expected value for "+n+" in voice: "+o.err,a,c):0===o.token.length&&'"'!==a.charAt(c)?t("Expected value for "+n+" in voice",a,c):("number"===s&&(o.token=parseFloat(o.token)),r.voices[i][n]=o.token),c+=o.len},v=function(r,i){var n=e.getVoiceToken(a,c,h);if(void 0!==n.warn)t("Expected value for "+r+" in voice: "+n.warn,a,c);else if(void 0!==n.err)t("Expected value for "+r+" in voice: "+n.err,a,c);else{if(0!==n.token.length||'"'===a.charAt(c))return"number"===i&&(n.token=parseFloat(n.token)),n.token;t("Expected value for "+r+" in voice",a,c)}c+=n.len},b=function(i,n){var s=e.getVoiceToken(a,c,h);if(void 0!==s.warn)t("Expected one of (_B, _E, _b, _e) for "+n+" in voice: "+s.warn,a,c);else if(0===s.token.length&&'"'!==a.charAt(c))t("Expected one of (_B, _E, _b, _e) for "+n+" in voice",a,c);else{var o={_B:2,_E:9,_b:-10,_e:-3}[s.token];o?r.voices[i][n]=o:t("Expected one of (_B, _E, _b, _e) for "+n+" in voice",a,c)}c+=s.len};c<h;){var y=e.getVoiceToken(a,c,h);if(c+=y.len,y.warn)t("Error parsing voice: "+y.warn,a,c);else{var x=null;switch(y.token){case"clef":case"cl":m("clef");var w=0;void 0!==p.clef&&(p.clef=p.clef.replace(/[',]/g,""),-1!==p.clef.indexOf("+16")&&(w+=14,p.clef=p.clef.replace("+16","")),p.verticalPos=l(p.clef,w));break;case"treble":case"bass":case"tenor":case"alto":case"perc":case"none":case"treble'":case"bass'":case"tenor'":case"alto'":case"none'":case"treble''":case"bass''":case"tenor''":case"alto''":case"none''":case"treble,":case"bass,":case"tenor,":case"alto,":case"none,":case"treble,,":case"bass,,":case"tenor,,":case"alto,,":case"none,,":p.clef=y.token.replace(/[',]/g,""),p.verticalPos=l(p.clef,0),r.voices[f].clef=y.token;break;case"staves":case"stave":case"stv":m("staves");break;case"brace":case"brc":m("brace");break;case"bracket":case"brk":m("bracket");break;case"name":case"nm":m("name");break;case"subname":case"sname":case"snm":m("subname");break;case"merge":p.startStaff=!1;break;case"stem":case"stems":void 0!==(x=e.getVoiceToken(a,c,h)).warn?t("Expected value for stems in voice: "+x.warn,a,c):void 0!==x.err?t("Expected value for stems in voice: "+x.err,a,c):"up"===x.token||"down"===x.token?r.voices[f].stem=x.token:t("Expected up or down for voice stem",a,c),c+=x.len;break;case"up":case"down":r.voices[f].stem=y.token;break;case"middle":case"m":m("verticalPos"),p.verticalPos=u(p.verticalPos).mid;break;case"gchords":case"gch":r.voices[f].suppressChords=!0,"0"===(x=e.getVoiceToken(a,c,h)).token&&(c+=x.len);break;case"space":case"spc":m("spacing");break;case"scale":g(f,"scale","number");break;case"score":b(f,"scoreTranspose");break;case"transpose":g(f,"transpose","number");break;case"stafflines":g(f,"stafflines","number");break;case"staffscale":g(f,"staffscale","number");break;case"octave":g(f,"octave","number");break;case"volume":g(f,"volume","number");break;case"cue":var k=v("cue","string");r.voices[f].scale="on"===k?.6:1;break;case"style":void 0!==(x=e.getVoiceToken(a,c,h)).warn?t("Expected value for style in voice: "+x.warn,a,c):void 0!==x.err?t("Expected value for style in voice: "+x.err,a,c):"normal"===x.token||"harmonic"===x.token||"rhythm"===x.token||"x"===x.token||"triangle"===x.token?r.voices[f].style=x.token:t("Expected one of [normal, harmonic, rhythm, x, triangle] for voice style",a,c),c+=x.len}}c+=e.eatWhiteSpace(a,c)}if((p.startStaff||0===r.staves.length)&&(r.staves.push({index:r.staves.length,meter:r.origMeter}),r.score_is_present||(r.staves[r.staves.length-1].numVoices=0)),void 0===r.voices[f].staffNum){r.voices[f].staffNum=r.staves.length-1;var C=0;for(var T in r.voices)r.voices.hasOwnProperty(T)&&r.voices[T].staffNum===r.voices[f].staffNum&&C++;r.voices[f].index=C-1}var A=r.staves[r.voices[f].staffNum];r.score_is_present||A.numVoices++,p.clef&&(A.clef={type:p.clef,verticalPos:p.verticalPos}),p.spacing&&(A.spacing_below_offset=p.spacing),p.verticalPos&&(A.verticalPos=p.verticalPos),p.name&&(A.name?A.name.push(p.name):A.name=[p.name]),p.subname&&(A.subname?A.subname.push(p.subname):A.subname=[p.subname]),function(e){r.currentVoice=r.voices[e],o.setCurrentVoice(r.currentVoice.staffNum,r.currentVoice.index)}(f)}else t("Expected a voice id",a,c)}}(),e.exports=s},6476:function(e,t,r){var a,i,n,s,o,c,l=r(5008),h=r(9708),u=r(2821),f=function(e,t,r,l,h,u){a=e,i=t,n=r,s=l,o=h,c=u,this.lineContinuation=!1},d=function(e,t,r){if(void 0===e.inTie[t])return!1;var a=e.currentVoice?e.currentVoice.index:0;return!(!e.inTie[t][a]||void 0===r.pitches&&"spacer"===r.rest.type)},p={};f.prototype.parseMusic=function(e){c.resolveTempo(),n.is_in_header=!1;for(var t=0,r=n.iChar;a.isWhiteSpace(e.charAt(t))&&t<e.length;)t++;if(t!==e.length&&"%"!==e.charAt(t)){var h=n.start_new_line;void 0===n.continueall?n.start_new_line=!0:n.start_new_line=!1;var u=0,f=c.letter_to_body_header(e,t);f[0]>0&&(t+=f[0],"V"===f[1]&&this.startNewLine());for(var x=0;t<e.length;){var w=t;if("%"===e.charAt(t))break;var k=c.letter_to_inline_header(e,t,h);if(k[0]>0)t+=k[0],"V"===k[1]&&(h=!0);else{var C;for((!o.hasBeginMusic()||h&&!this.lineContinuation)&&(this.startNewLine(),h=!1);;)if((C=a.eatWhiteSpace(e,t))>0&&(t+=C),t>0&&""===e.charAt(t-1)&&(C=c.letter_to_body_header(e,t))[0]>0&&("V"===C[1]&&this.startNewLine(),t=C[0],n.start_new_line=!1),(C=S(e,t))[0]>0&&(t+=C[0]),(C=g(e,t))[0]>0){p.chord||(p.chord=[]);var T=a.translateString(C[1]);T=T.replace(/;/g,"\n");for(var _=!1,B=0;B<p.chord.length;B++)p.chord[B].position===C[2]&&(_=!0,p.chord[B].name+="\n"+T);!1===_&&(null===C[2]&&C[3]?p.chord.push({name:T,rel_position:C[3]}):p.chord.push({name:T,position:C[2]})),t+=C[0];var L=a.skipWhiteSpace(e.substring(t));L>0&&(p.force_end_beam_last=!0),t+=L}else if((C=-1==="ABCDEFGabcdefgxyzZ[]|^_{".indexOf(e.charAt(t))?A(e,t):[0])[0]>0)null===C[1]?t+1<e.length&&this.startNewLine():C[1].length>0&&(0===C[1].indexOf("style=")?p.style=C[1].substr(6):(void 0===p.decoration&&(p.decoration=[]),"beambr1"===C[1]?p.beambr=1:"beambr2"===C[1]?p.beambr=2:p.decoration.push(C[1]))),t+=C[0];else{if(!((C=v(e,t))[0]>0))break;p.gracenotes=C[1],t+=C[0]}if((C=N(e,t))[0]>0){x=0,void 0!==p.gracenotes&&(p.rest={type:"spacer"},p.duration=.125,n.addFormattingOptions(p,s.formatting,"note"),o.appendElement("note",r+t,r+t+C[0],p),n.measureNotEmpty=!0,p={});var P={type:C[1]};0===P.type.length?i("Unknown bar type",e,t):(n.inEnding&&"bar_thin"!==P.type&&(P.endEnding=!0,n.inEnding=!1),C[2]&&(P.startEnding=C[2],n.inEnding&&(P.endEnding=!0),n.inEnding=!0,"bar_right_repeat"===C[1]?n.restoreStartEndingHoldOvers():n.duplicateStartEndingHoldOvers()),void 0!==p.decoration&&(P.decoration=p.decoration),void 0!==p.chord&&(P.chord=p.chord),P.startEnding&&void 0===n.barFirstEndingNum?n.barFirstEndingNum=n.currBarNumber:P.startEnding&&P.endEnding&&n.barFirstEndingNum?n.currBarNumber=n.barFirstEndingNum:P.endEnding&&(n.barFirstEndingNum=void 0),"bar_invisible"!==P.type&&n.measureNotEmpty&&(void 0===n.currentVoice||0===n.currentVoice.staffNum&&0===n.currentVoice.index)&&(n.currBarNumber++,n.barNumbers&&n.currBarNumber%n.barNumbers==0&&(P.barNumber=n.currBarNumber)),n.addFormattingOptions(p,s.formatting,"bar"),o.appendElement("bar",r+w,r+t+C[0],P),n.measureNotEmpty=!1,p={}),t+=C[0]}else if("&"===e[t])(C=b(e,t))[0]>0&&(o.appendElement("overlay",r,r+1,{}),t+=1,x++);else{if((C=E(e,t)).consumed>0&&(void 0!==C.startSlur&&(p.startSlur=C.startSlur),C.dottedSlur&&(p.dottedSlur=!0),void 0!==C.triplet&&(u>0?i("Can't nest triplets",e,t):(p.startTriplet=C.triplet,p.tripletMultiplier=C.tripletQ/C.triplet,p.tripletR=C.num_notes,u=void 0===C.num_notes?C.triplet:C.num_notes)),t+=C.consumed),"["===e.charAt(t)){t++;for(var O=null,F=!1,D=!1;!D;){var I=A(e,t);I[0]>0&&(t+=I[0]);var Y=z(e,t,{},!1);if(null!==Y&&void 0!==Y.pitch)I[0]>0&&0!==I[1].indexOf("style=")&&(void 0===p.decoration&&(p.decoration=[]),p.decoration.push(I[1])),Y.end_beam&&(p.end_beam=!0,delete Y.end_beam),void 0===p.pitches?(p.duration=Y.duration,p.pitches=[Y]):p.pitches.push(Y),delete Y.duration,I[0]>0&&0===I[1].indexOf("style=")&&(p.pitches[p.pitches.length-1].style=I[1].substr(6)),n.inTieChord[p.pitches.length]&&(Y.endTie=!0,n.inTieChord[p.pitches.length]=void 0),Y.startTie&&(n.inTieChord[p.pitches.length]=!0),t=Y.endChar,delete Y.endChar;else if(" "===e.charAt(t))i("Spaces are not allowed in chords",e,t),t++;else{if(t<e.length&&"]"===e.charAt(t)){t++,0!==n.next_note_duration&&(p.duration=p.duration*n.next_note_duration,n.next_note_duration=0),d(n,x,p)&&(l.each(p.pitches,(function(e){e.endTie=!0})),m(n,x,!1)),u>0&&(!p.rest||"spacer"!==p.rest.type)&&0==--u&&(p.endTriplet=!0);for(var V=!1;t<e.length&&!V;){switch(e.charAt(t)){case" ":case"\t":M(p);break;case")":void 0===p.endSlur?p.endSlur=1:p.endSlur++;break;case"-":l.each(p.pitches,(function(e){e.startTie={}})),m(n,x,!0);break;case">":case"<":var G=H(e,t);t+=G[0]-1,n.next_note_duration=G[2],O?O*=G[1]:O=G[1];break;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":case"/":var W=a.getFraction(e,t);O=W.value,t=W.index," "===e.charAt(t)&&(F=!0),"-"===e.charAt(t)||")"===e.charAt(t)||" "===e.charAt(t)||"<"===e.charAt(t)||">"===e.charAt(t)?t--:V=!0;break;default:V=!0}V||t++}}else i("Expected ']' to end the chords",e,t);void 0!==p.pitches&&(null!==O&&(p.duration=p.duration*O,F&&M(p)),n.addFormattingOptions(p,s.formatting,"note"),o.appendElement("note",r+w,r+t,p),n.measureNotEmpty=!0,p={}),D=!0}}}else{var q={},j=z(e,t,q,!0);void 0!==q.endTie&&m(n,x,!0),null!==j&&(void 0!==j.pitch?(p.pitches=[{}],void 0!==j.accidental&&(p.pitches[0].accidental=j.accidental),p.pitches[0].pitch=j.pitch,p.pitches[0].name=j.name,(j.midipitch||0===j.midipitch)&&(p.pitches[0].midipitch=j.midipitch),void 0!==j.endSlur&&(p.pitches[0].endSlur=j.endSlur),void 0!==j.endTie&&(p.pitches[0].endTie=j.endTie),void 0!==j.startSlur&&(p.pitches[0].startSlur=j.startSlur),void 0!==p.startSlur&&(p.pitches[0].startSlur=p.startSlur),void 0!==p.dottedSlur&&(p.pitches[0].dottedSlur=!0),void 0!==j.startTie&&(p.pitches[0].startTie=j.startTie),void 0!==p.startTie&&(p.pitches[0].startTie=p.startTie)):(p.rest=j.rest,void 0!==j.endSlur&&(p.endSlur=j.endSlur),void 0!==j.endTie&&(p.rest.endTie=j.endTie),void 0!==j.startSlur&&(p.startSlur=j.startSlur),void 0!==j.startTie&&(p.rest.startTie=j.startTie),void 0!==p.startTie&&(p.rest.startTie=p.startTie)),void 0!==j.chord&&(p.chord=j.chord),void 0!==j.duration&&(p.duration=j.duration),void 0!==j.decoration&&(p.decoration=j.decoration),void 0!==j.graceNotes&&(p.graceNotes=j.graceNotes),delete p.startSlur,delete p.dottedSlur,d(n,x,p)&&(void 0!==p.pitches?p.pitches[0].endTie=!0:"spacer"!==p.rest.type&&(p.rest.endTie=!0),m(n,x,!1)),(j.startTie||p.startTie)&&m(n,x,!0),t=j.endChar,u>0&&(!j.rest||"spacer"!==j.rest.type)&&0==--u&&(p.endTriplet=!0),j.end_beam&&M(p),p.rest&&"rest"===p.rest.type&&1===p.duration&&y(n)<=1&&(p.rest.type="whole",p.duration=y(n)),p.duration<1&&-1===[.5,.75,.875,.9375,.96875,.984375,.25,.375,.4375,.46875,.484375,.4921875,.125,.1875,.21875,.234375,.2421875,.24609375,.0625,.09375,.109375,.1171875,.12109375,.123046875,.03125,.046875,.0546875,.05859375,.060546875,.0615234375,.015625,.0234375,.02734375,.029296875,.0302734375,.03076171875].indexOf(p.duration)&&0!==p.duration&&(p.rest&&"spacer"===p.rest.type||i("Duration not representable: "+e.substring(w,t),e,t)),n.addFormattingOptions(p,s.formatting,"note"),o.appendElement("note",r+w,r+t,p),n.measureNotEmpty=!0,p={})}t===w&&(" "!==e.charAt(t)&&"`"!==e.charAt(t)&&i("Unknown character ignored",e,t),t++)}}}this.lineContinuation=e.indexOf("")>=0||f[0]>0,this.lineContinuation||(p={})}};var m=function(e,t,r){var a=e.currentVoice?e.currentVoice.index:0;void 0===e.inTie[t]&&(e.inTie[t]=[]),e.inTie[t][a]=r},g=function(e,t){if('"'===e.charAt(t)){var r=a.getBrackettedSubstring(e,t,5);if(r[2]||i("Missing the closing quote while parsing the chord symbol",e,t),r[0]>0&&r[1].length>0&&"^"===r[1].charAt(0))r[1]=r[1].substring(1),r[2]="above";else if(r[0]>0&&r[1].length>0&&"_"===r[1].charAt(0))r[1]=r[1].substring(1),r[2]="below";else if(r[0]>0&&r[1].length>0&&"<"===r[1].charAt(0))r[1]=r[1].substring(1),r[2]="left";else if(r[0]>0&&r[1].length>0&&">"===r[1].charAt(0))r[1]=r[1].substring(1),r[2]="right";else if(r[0]>0&&r[1].length>0&&"@"===r[1].charAt(0)){r[1]=r[1].substring(1);var s=a.getFloat(r[1]);0===s.digits&&i("Missing first position in absolutely positioned annotation.",e,t),r[1]=r[1].substring(s.digits),","!==r[1][0]&&i("Missing comma absolutely positioned annotation.",e,t),r[1]=r[1].substring(1);var o=a.getFloat(r[1]);0===o.digits&&i("Missing second position in absolutely positioned annotation.",e,t),r[1]=r[1].substring(o.digits);var c=a.skipWhiteSpace(r[1]);r[1]=r[1].substring(c),r[2]=null,r[3]={x:s.value,y:o.value}}else!0!==n.freegchord&&(r[1]=r[1].replace(/([ABCDEFG0-9])b/g,"$1♭"),r[1]=r[1].replace(/([ABCDEFG0-9])#/g,"$1♯"),r[1]=r[1].replace(/^([ABCDEFG])([♯♭]?)o([^A-Za-z])/g,"$1$2°$3"),r[1]=r[1].replace(/^([ABCDEFG])([♯♭]?)o$/g,"$1$2°"),r[1]=r[1].replace(/^([ABCDEFG])([♯♭]?)0([^A-Za-z])/g,"$1$2ø$3"),r[1]=r[1].replace(/^([ABCDEFG])([♯♭]?)\^([^A-Za-z])/g,"$1$2∆$3")),r[2]="default",r[1]=u.chordName(n,r[1]);return r}return[0,""]},v=function(e,t){if("{"===e.charAt(t)){var r=a.getBrackettedSubstring(e,t,1,"}");r[2]||i("Missing the closing '}' while parsing grace note",e,t),")"===e[t+r[0]]&&(r[0]++,r[1]+=")");for(var s=[],o=0,c=!1;o<r[1].length;){var l=!1;"/"===r[1].charAt(o)&&(l=!0,o++);var h=z(r[1],o,{},!1);null!==h?(h.duration=h.duration/(8*n.default_length),l&&(h.acciaccatura=!0),s.push(h),c&&(h.endTie=!0,c=!1),h.startTie&&(c=!0),o=h.endChar,delete h.endChar,h.end_beam&&(h.endBeam=!0,delete h.end_beam)):(" "===r[1].charAt(o)?s.length>0&&(s[s.length-1].endBeam=!0):i("Unknown character '"+r[1].charAt(o)+"' while parsing grace note",e,t),o++)}if(s.length)return[r[0],s]}return[0]};function b(e,t){if("&"===e.charAt(t)){for(var r=t;e.charAt(t)&&":"!==e.charAt(t)&&"|"!==e.charAt(t);)t++;return[t-r,e.substring(r+1,t)]}return[0]}function y(e){var t=e.origMeter;return t&&"specified"===t.type&&t.value&&0!==t.value.length?parseInt(t.value[0].num,10)/parseInt(t.value[0].den,10):1}var x=["trill","lowermordent","uppermordent","mordent","pralltriller","accent","fermata","invertedfermata","tenuto","0","1","2","3","4","5","+","wedge","open","thumb","snap","turn","roll","breath","shortphrase","mediumphrase","longphrase","segno","coda","D.S.","D.C.","fine","beambr1","beambr2","slide","marcato","upbow","downbow","/","//","///","////","trem1","trem2","trem3","trem4","turnx","invertedturn","invertedturnx","trill(","trill)","arpeggio","xstem","mark","umarcato","style=normal","style=harmonic","style=rhythm","style=x","style=triangle"],w=["p","pp","f","ff","mf","mp","ppp","pppp","fff","ffff","sfz"],k=["crescendo(","crescendo)","diminuendo(","diminuendo)","glissando(","glissando)"],C=[["<","accent"],[">","accent"],["tr","trill"],["plus","+"],["emphasis","accent"],["^","umarcato"],["marcato","umarcato"]],T=[["<(","crescendo("],["<)","crescendo)"],[">(","diminuendo("],[">)","diminuendo)"]],A=function(e,t){var r=n.macros[e.charAt(t)];if(void 0!==r)return"!"!==r.charAt(0)&&"+"!==r.charAt(0)||(r=r.substring(1)),"!"!==r.charAt(r.length-1)&&"+"!==r.charAt(r.length-1)||(r=r.substring(0,r.length-1)),l.detect(x,(function(e){return r===e}))?[1,r]:l.detect(w,(function(e){return r===e}))?("hidden"===n.volumePosition&&(r=""),[1,r]):l.detect(k,(function(e){return"hidden"===n.dynamicPosition&&(r=""),r===e}))?[1,r]:(l.detect(n.ignoredDecorations,(function(e){return r===e}))||i("Unknown macro: "+r,e,t),[1,""]);switch(e.charAt(t)){case".":if("("===e[t+1]||"-"===e[t+1])break;return[1,"staccato"];case"u":return[1,"upbow"];case"v":return[1,"downbow"];case"~":return[1,"irishroll"];case"!":case"+":var s=a.getBrackettedSubstring(e,t,5);return s[1].length>1&&("^"===s[1].charAt(0)||"_"===s[1].charAt(0))&&(s[1]=s[1].substring(1)),l.detect(x,(function(e){return s[1]===e}))?s:l.detect(w,(function(e){return s[1]===e}))?("hidden"===n.volumePosition&&(s[1]=""),s):l.detect(k,(function(e){return s[1]===e}))?("hidden"===n.dynamicPosition&&(s[1]=""),s):l.detect(C,(function(e){return s[1]===e[0]&&(s[1]=e[1],!0)}))?s:l.detect(T,(function(e){return s[1]===e[0]&&(s[1]=e[1],!0)}))?("hidden"===n.dynamicPosition&&(s[1]=""),s):"!"!==e.charAt(t)||1!==s[0]&&"!"===e.charAt(t+s[0]-1)?(i("Unknown decoration: "+s[1],e,t),s[1]="",s):[1,null];case"H":return[1,"fermata"];case"J":return[1,"slide"];case"L":return[1,"accent"];case"M":return[1,"mordent"];case"O":return[1,"coda"];case"P":return[1,"pralltriller"];case"R":return[1,"roll"];case"S":return[1,"segno"];case"T":return[1,"trill"]}return[0,0]},S=function(e,t){for(var r=t;a.isWhiteSpace(e.charAt(t));)t++;return[t-r]},N=function(e,t){var r=a.getBarLine(e,t);if(0===r.len)return[0,""];if(r.warn)return i(r.warn,e,t),[r.len,""];for(var n=0;n<e.length&&" "===e.charAt(t+r.len+n);n++);var s=r.len;if("["===e.charAt(t+r.len+n)&&(r.len+=n+1),'"'===e.charAt(t+r.len)&&"["===e.charAt(t+r.len-1)){var o=a.getBrackettedSubstring(e,t+r.len,5);return[r.len+o[0],r.token,o[1]]}var c=a.getTokenOf(e.substring(t+r.len),"1234567890-,");return 0===c.len||"-"===c.token[0]?[s,r.token]:[r.len+c.len,r.token,c.token]},_={2:3,3:2,4:3,5:2,6:2,7:2,8:3,9:2},E=function(e,t){var r={},n=t;for("."===e[t]&&"("===e[t+1]&&(r.dottedSlur=!0,t++);"("===e.charAt(t)||a.isWhiteSpace(e.charAt(t));)"("===e.charAt(t)&&(t+1<e.length&&e.charAt(t+1)>="2"&&e.charAt(t+1)<="9"?(void 0!==r.triplet?i("Can't nest triplets",e,t):(r.triplet=e.charAt(t+1)-"0",r.tripletQ=_[r.triplet],r.num_notes=r.triplet,t+2<e.length&&":"===e.charAt(t+2)&&(t+3<e.length&&":"===e.charAt(t+3)?t+4<e.length&&e.charAt(t+4)>="1"&&e.charAt(t+4)<="9"?(r.num_notes=e.charAt(t+4)-"0",t+=3):i("expected number after the two colons after the triplet to mark the duration",e,t):t+3<e.length&&e.charAt(t+3)>="1"&&e.charAt(t+3)<="9"?(r.tripletQ=e.charAt(t+3)-"0",t+4<e.length&&":"===e.charAt(t+4)?t+5<e.length&&e.charAt(t+5)>="1"&&e.charAt(t+5)<="9"&&(r.num_notes=e.charAt(t+5)-"0",t+=4):t+=2):i("expected number after the triplet to mark the duration",e,t))),t++):void 0===r.startSlur?r.startSlur=1:r.startSlur++),t++;return r.consumed=t-n,r};f.prototype.startNewLine=function(){var e={startChar:-1,endChar:-1};n.partForNextLine.title&&(e.part=n.partForNextLine),e.clef=n.currentVoice&&void 0!==n.staves[n.currentVoice.staffNum].clef?l.clone(n.staves[n.currentVoice.staffNum].clef):l.clone(n.clef);var t=n.currentVoice?n.currentVoice.scoreTranspose:0;if(e.key=h.standardKey(n.key.root+n.key.acc+n.key.mode,n.key.root,n.key.acc,t),e.key.mode=n.key.mode,n.key.impliedNaturals&&(e.key.impliedNaturals=n.key.impliedNaturals),n.key.explicitAccidentals)for(var r=0;r<n.key.explicitAccidentals.length;r++){for(var a=!1,i=0;i<e.key.accidentals.length;i++)e.key.accidentals[i].note===n.key.explicitAccidentals[r].note&&(e.key.accidentals[i].acc=n.key.explicitAccidentals[r].acc,a=!0);a||e.key.accidentals.push(n.key.explicitAccidentals[r])}if(n.targetKey=e.key,e.key.explicitAccidentals&&delete e.key.explicitAccidentals,h.addPosToKey(e.clef,e.key),null!==n.meter?(n.currentVoice?(l.each(n.staves,(function(e){e.meter=n.meter})),e.meter=n.staves[n.currentVoice.staffNum].meter,n.staves[n.currentVoice.staffNum].meter=null):e.meter=n.meter,n.meter=null):n.currentVoice&&n.staves[n.currentVoice.staffNum].meter&&(e.meter=n.staves[n.currentVoice.staffNum].meter,n.staves[n.currentVoice.staffNum].meter=null),n.currentVoice&&n.currentVoice.name&&(e.name=n.currentVoice.name),n.vocalfont&&(e.vocalfont=n.vocalfont),n.tripletfont&&(e.tripletfont=n.tripletfont),n.gchordfont&&(e.gchordfont=n.gchordfont),n.style&&(e.style=n.style),n.currentVoice){var s=n.staves[n.currentVoice.staffNum];s.brace&&(e.brace=s.brace),s.bracket&&(e.bracket=s.bracket),s.connectBarLines&&(e.connectBarLines=s.connectBarLines),s.name&&(e.name=s.name[n.currentVoice.index]),s.subname&&(e.subname=s.subname[n.currentVoice.index]),n.currentVoice.stem&&(e.stem=n.currentVoice.stem),n.currentVoice.stafflines&&(e.stafflines=n.currentVoice.stafflines),n.currentVoice.staffscale&&(e.staffscale=n.currentVoice.staffscale),n.currentVoice.scale&&(e.scale=n.currentVoice.scale),n.currentVoice.style&&(e.style=n.currentVoice.style),n.currentVoice.transpose&&(e.clef.transpose=n.currentVoice.transpose)}var c=void 0===n.currentVoice||0===n.currentVoice.staffNum&&0===n.currentVoice.index;0===n.barNumbers&&c&&1!==n.currBarNumber&&(e.barNumber=n.currBarNumber),o.startNewLine(e),n.key.impliedNaturals&&delete n.key.impliedNaturals,n.partForNextLine={},4===n.tempoForNextLine.length&&o.appendElement(n.tempoForNextLine[0],n.tempoForNextLine[1],n.tempoForNextLine[2],n.tempoForNextLine[3]),n.tempoForNextLine=[]};var M=function(e){return void 0!==e.duration&&e.duration<.25&&(e.end_beam=!0),e},B={A:5,B:6,C:0,D:1,E:2,F:3,G:4,a:12,b:13,c:7,d:8,e:9,f:10,g:11},L={x:"invisible",X:"invisible-multimeasure",y:"spacer",z:"rest",Z:"multimeasure"},P={dblflat:"__",flat:"_",natural:"=",sharp:"^",dblsharp:"^^",quarterflat:"_/",quartersharp:"^/"},z=function(e,t,r,i){var c,l=function(e){return"octave"===e||"duration"===e||"Zduration"===e||"broken_rhythm"===e||"end_slur"===e};"."===e[t]&&"-"===e[t+1]&&(c=!0,t++);for(var h="startSlur",f=!1;;){switch(e.charAt(t)){case"(":if("startSlur"!==h)return l(h)?(r.endChar=t,r):null;void 0===r.startSlur?r.startSlur=1:r.startSlur++;break;case")":if(!l(h))return null;void 0===r.endSlur?r.endSlur=1:r.endSlur++;break;case"^":if("startSlur"===h)r.accidental="sharp",h="sharp2";else{if("sharp2"!==h)return l(h)?(r.endChar=t,r):null;r.accidental="dblsharp",h="pitch"}break;case"_":if("startSlur"===h)r.accidental="flat",h="flat2";else{if("flat2"!==h)return l(h)?(r.endChar=t,r):null;r.accidental="dblflat",h="pitch"}break;case"=":if("startSlur"!==h)return l(h)?(r.endChar=t,r):null;r.accidental="natural",h="pitch";break;case"A":case"B":case"C":case"D":case"E":case"F":case"G":case"a":case"b":case"c":case"d":case"e":case"f":case"g":if("startSlur"!==h&&"sharp2"!==h&&"flat2"!==h&&"pitch"!==h)return l(h)?(r.endChar=t,r):null;if(r.pitch=B[e.charAt(t)],r.name=e.charAt(t),r.accidental&&(r.name=P[r.accidental]+r.name),u.note(n,r),h="octave",i&&0!==n.next_note_duration?(r.duration=n.default_length*n.next_note_duration,n.next_note_duration=0,f=!0):r.duration=n.default_length,n.clef&&"perc"===n.clef.type||n.currentVoice&&"perc"===n.currentVoice.clef){var d=e.charAt(t);r.accidental&&(d=P[r.accidental]+d),s.formatting&&s.formatting.midi&&s.formatting.midi.drummap&&(r.midipitch=s.formatting.midi.drummap[d])}break;case",":if("octave"!==h)return l(h)?(r.endChar=t,r):null;r.pitch-=7,r.name+=",";break;case"'":if("octave"!==h)return l(h)?(r.endChar=t,r):null;r.pitch+=7,r.name+="'";break;case"x":case"X":case"y":case"z":case"Z":if("startSlur"!==h)return l(h)?(r.endChar=t,r):null;r.rest={type:L[e.charAt(t)]},delete r.accidental,delete r.startSlur,delete r.startTie,delete r.endSlur,delete r.endTie,delete r.end_beam,delete r.grace_notes,r.rest.type.indexOf("multimeasure")>=0?(r.duration=s.getBarLength(),r.rest.text=1,h="Zduration"):(i&&0!==n.next_note_duration?(r.duration=n.default_length*n.next_note_duration,n.next_note_duration=0,f=!0):r.duration=n.default_length,h="duration");break;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":case"0":case"/":if("octave"===h||"duration"===h){var p=a.getFraction(e,t);for(r.duration=r.duration*p.value,r.endChar=p.index;p.index<e.length&&(a.isWhiteSpace(e.charAt(p.index))||"-"===e.charAt(p.index));)"-"===e.charAt(p.index)?r.startTie={}:r=M(r),p.index++;t=p.index-1,h="broken_rhythm"}else if("sharp2"===h)r.accidental="quartersharp",h="pitch";else{if("flat2"!==h){if("Zduration"===h){var m=a.getNumber(e,t);return r.duration=m.num*s.getBarLength(),r.rest.text=m.num,r.endChar=m.index,r}return null}r.accidental="quarterflat",h="pitch"}break;case"-":if("startSlur"===h)o.addTieToLastNote(c),r.endTie=!0;else{if("octave"!==h&&"duration"!==h&&"end_slur"!==h)return"broken_rhythm"===h?(r.endChar=t,r):null;if(r.startTie={},f||!i)return a.isWhiteSpace(e.charAt(t+1))&&M(r),r.endChar=t+1,r;h="broken_rhythm"}break;case" ":case"\t":if(!l(h))return null;r.end_beam=!0,c=!1;do{"."===e.charAt(t)&&"-"===e.charAt(t+1)&&(c=!0,t++),"-"===e.charAt(t)&&(r.startTie={},c&&(r.startTie.style="dotted")),t++}while(t<e.length&&(a.isWhiteSpace(e.charAt(t))||"-"===e.charAt(t))||"."===e.charAt(t)&&"-"===e.charAt(t+1));if(r.endChar=t,f||!i||"<"!==e.charAt(t)&&">"!==e.charAt(t))return r;t--,h="broken_rhythm";break;case">":case"<":if(!l(h))return null;if(!i)return r.endChar=t,r;var g=H(e,t);t+=g[0]-1,n.next_note_duration=g[2],r.duration=g[1]*r.duration,h="end_slur";break;default:return l(h)?(r.endChar=t,r):null}if(++t===e.length)return l(h)?(r.endChar=t,r):null}return null},H=function(e,t){switch(e.charAt(t)){case">":return t<e.length-2&&">"===e.charAt(t+1)&&">"===e.charAt(t+2)?[3,1.875,.125]:t<e.length-1&&">"===e.charAt(t+1)?[2,1.75,.25]:[1,1.5,.5];case"<":return t<e.length-2&&"<"===e.charAt(t+1)&&"<"===e.charAt(t+2)?[3,.125,1.875]:t<e.length-1&&"<"===e.charAt(t+1)?[2,.25,1.75]:[1,.5,1.5]}return null};e.exports=f},1881:function(e,t,r){var a=r(5008),i=function(e,t){this.lineIndex=0,this.lines=e,this.multilineVars=t,this.skipWhiteSpace=function(e){for(var t=0;t<e.length;t++)if(!this.isWhiteSpace(e.charAt(t)))return t;return e.length};var r=function(e,t){return t>=e.length};this.eatWhiteSpace=function(e,t){for(var r=t;r<e.length;r++)if(!this.isWhiteSpace(e.charAt(r)))return r-t;return r-t},this.getKeyPitch=function(e){var t=this.skipWhiteSpace(e);if(r(e,t))return{len:0};switch(e.charAt(t)){case"A":return{len:t+1,token:"A"};case"B":return{len:t+1,token:"B"};case"C":return{len:t+1,token:"C"};case"D":return{len:t+1,token:"D"};case"E":return{len:t+1,token:"E"};case"F":return{len:t+1,token:"F"};case"G":return{len:t+1,token:"G"}}return{len:0}},this.getSharpFlat=function(e){if("bass"===e)return{len:0};switch(e.charAt(0)){case"#":return{len:1,token:"#"};case"b":return{len:1,token:"b"}}return{len:0}},this.getMode=function(e){var t=function(e,t){for(;t<e.length&&(e.charAt(t)>="a"&&e.charAt(t)<="z"||e.charAt(t)>="A"&&e.charAt(t)<="Z");)t++;return t},a=this.skipWhiteSpace(e);if(r(e,a))return{len:0};var i=e.substring(a,a+3).toLowerCase();switch((i.length>1&&" "===i.charAt(1)||"^"===i.charAt(1)||"_"===i.charAt(1)||"="===i.charAt(1))&&(i=i.charAt(0)),i){case"mix":return{len:t(e,a),token:"Mix"};case"dor":return{len:t(e,a),token:"Dor"};case"phr":return{len:t(e,a),token:"Phr"};case"lyd":return{len:t(e,a),token:"Lyd"};case"loc":return{len:t(e,a),token:"Loc"};case"aeo":case"min":case"m":return{len:t(e,a),token:"m"};case"maj":case"ion":return{len:t(e,a),token:""}}return{len:0}},this.getClef=function(e,t){var i=e,n=this.skipWhiteSpace(e);if(r(e,n))return{len:0};var s=!1,o=e.substring(n);if(a.startsWith(o,"clef=")&&(s=!0,o=o.substring(5),n+=5),0===o.length&&s)return{len:n+5,warn:"No clef specified: "+i};var c=this.skipWhiteSpace(o);if(r(o,c))return{len:0};c>0&&(n+=c,o=o.substring(c));var l=null;if(a.startsWith(o,"treble"))l="treble";else if(a.startsWith(o,"bass3"))l="bass3";else if(a.startsWith(o,"bass"))l="bass";else if(a.startsWith(o,"tenor"))l="tenor";else if(a.startsWith(o,"alto2"))l="alto2";else if(a.startsWith(o,"alto1"))l="alto1";else if(a.startsWith(o,"alto"))l="alto";else if(!t&&s&&a.startsWith(o,"none"))l="none";else if(a.startsWith(o,"perc"))l="perc";else if(!t&&s&&a.startsWith(o,"C"))l="tenor";else if(!t&&s&&a.startsWith(o,"F"))l="bass";else{if(t||!s||!a.startsWith(o,"G"))return{len:n+5,warn:"Unknown clef specified: "+i};l="treble"}return o=o.substring(l.length),(c=this.isMatch(o,"+8"))>0?l+="+8":(c=this.isMatch(o,"-8"))>0&&(l+="-8"),{len:n+l.length,token:l,explicit:s}},this.getBarLine=function(e,t){switch(e.charAt(t)){case"]":switch(++t,e.charAt(t)){case"|":return{len:2,token:"bar_thick_thin"};case"[":return++t,e.charAt(t)>="1"&&e.charAt(t)<="9"||'"'===e.charAt(t)?{len:2,token:"bar_invisible"}:{len:1,warn:"Unknown bar symbol"};default:return{len:1,token:"bar_invisible"}}break;case":":switch(++t,e.charAt(t)){case":":return{len:2,token:"bar_dbl_repeat"};case"|":switch(++t,e.charAt(t)){case"]":return++t,"|"===e.charAt(t)?(++t,":"===e.charAt(t)?{len:5,token:"bar_dbl_repeat"}:{len:3,token:"bar_right_repeat"}):{len:3,token:"bar_right_repeat"};case"|":return++t,":"===e.charAt(t)?{len:4,token:"bar_dbl_repeat"}:{len:3,token:"bar_right_repeat"};default:return{len:2,token:"bar_right_repeat"}}break;default:return{len:1,warn:"Unknown bar symbol"}}break;case"[":if(++t,"|"!==e.charAt(t))return e.charAt(t)>="1"&&e.charAt(t)<="9"||'"'===e.charAt(t)?{len:1,token:"bar_invisible"}:{len:0};switch(++t,e.charAt(t)){case":":return{len:3,token:"bar_left_repeat"};case"]":return{len:3,token:"bar_invisible"};default:return{len:2,token:"bar_thick_thin"}}break;case"|":switch(++t,e.charAt(t)){case"]":return{len:2,token:"bar_thin_thick"};case"|":return++t,":"===e.charAt(t)?{len:3,token:"bar_left_repeat"}:{len:2,token:"bar_thin_thin"};case":":for(var r=0;":"===e.charAt(t+r);)r++;return{len:1+r,token:"bar_left_repeat"};default:return{len:1,token:"bar_thin"}}}return{len:0}},this.getTokenOf=function(e,t){for(var r=0;r<e.length;r++)if(t.indexOf(e.charAt(r))<0)return{len:r,token:e.substring(0,r)};return{len:r,token:e}},this.getToken=function(e,t,r){for(var a=t;a<r&&!this.isWhiteSpace(e.charAt(a));)a++;return e.substring(t,a)},this.isMatch=function(e,t){var i=this.skipWhiteSpace(e);return r(e,i)?0:a.startsWith(e.substring(i),t)?i+t.length:0},this.getPitchFromTokens=function(e){var t={};if(t.position={A:5,B:6,C:0,D:1,E:2,F:3,G:4,a:12,b:13,c:7,d:8,e:9,f:10,g:11}[e[0].token],void 0===t.position)return{warn:"Pitch expected. Found: "+e[0].token};for(e.shift();e.length;)switch(e[0].token){case",":t.position-=7,e.shift();break;case"'":t.position+=7,e.shift();break;default:return t}return t},this.getKeyAccidentals2=function(e){for(var t;e.length>0;){var r;if("^"===e[0].token){if(r="sharp",e.shift(),0===e.length)return{accs:t,warn:"Expected note name after "+r};switch(e[0].token){case"^":r="dblsharp",e.shift();break;case"/":r="quartersharp",e.shift()}}else if("="===e[0].token)r="natural",e.shift();else{if("_"!==e[0].token)return{accs:t};if(r="flat",e.shift(),0===e.length)return{accs:t,warn:"Expected note name after "+r};switch(e[0].token){case"_":r="dblflat",e.shift();break;case"/":r="quarterflat",e.shift()}}if(0===e.length)return{accs:t,warn:"Expected note name after "+r};switch(e[0].token.charAt(0)){case"a":case"b":case"c":case"d":case"e":case"f":case"g":case"A":case"B":case"C":case"D":case"E":case"F":case"G":void 0===t&&(t=[]),t.push({acc:r,note:e[0].token.charAt(0)}),1===e[0].token.length?e.shift():e[0].token=e[0].token.substring(1);break;default:return{accs:t,warn:"Expected note name after "+r+" Found: "+e[0].token}}}return{accs:t}},this.getKeyAccidental=function(e){var t={"^":"sharp","^^":"dblsharp","=":"natural",_:"flat",__:"dblflat","_/":"quarterflat","^/":"quartersharp"},a=this.skipWhiteSpace(e);if(r(e,a))return{len:0};var i=null;switch(e.charAt(a)){case"^":case"_":case"=":i=e.charAt(a);break;default:return{len:0}}if(a++,r(e,a))return{len:1,warn:"Expected note name after accidental"};switch(e.charAt(a)){case"a":case"b":case"c":case"d":case"e":case"f":case"g":case"A":case"B":case"C":case"D":case"E":case"F":case"G":return{len:a+1,token:{acc:t[i],note:e.charAt(a)}};case"^":case"_":case"/":if(i+=e.charAt(a),a++,r(e,a))return{len:2,warn:"Expected note name after accidental"};switch(e.charAt(a)){case"a":case"b":case"c":case"d":case"e":case"f":case"g":case"A":case"B":case"C":case"D":case"E":case"F":case"G":return{len:a+1,token:{acc:t[i],note:e.charAt(a)}};default:return{len:2,warn:"Expected note name after accidental"}}break;default:return{len:1,warn:"Expected note name after accidental"}}},this.isWhiteSpace=function(e){return" "===e||"\t"===e||""===e},this.getMeat=function(e,t,r){var a=e.indexOf("%",t);for(a>=0&&a<r&&(r=a);t<r&&(" "===e.charAt(t)||"\t"===e.charAt(t)||""===e.charAt(t));)t++;for(;t<r&&(" "===e.charAt(r-1)||"\t"===e.charAt(r-1)||""===e.charAt(r-1));)r--;return{start:t,end:r}};var i=function(e){return e>="A"&&e<="Z"||e>="a"&&e<="z"},n=function(e){return e>="0"&&e<="9"};this.tokenize=function(e,t,r,a){var s=this.getMeat(e,t,r);t=s.start,r=s.end;for(var o,c=[];t<r;){if('"'===e.charAt(t)){for(o=t+1;o<r&&'"'!==e.charAt(o);)o++;c.push({type:"quote",token:e.substring(t+1,o),start:t+1,end:o}),o++}else if(i(e.charAt(t))){if(o=t+1,a)for(;o<r&&!this.isWhiteSpace(e.charAt(o));)o++;else for(;o<r&&i(e.charAt(o));)o++;c.push({type:"alpha",token:e.substring(t,o),continueId:n(e.charAt(o)),start:t,end:o}),t=o+1}else if("."===e.charAt(t)&&n(e.charAt(o+1))){o=t+1;for(var l;o<r&&n(e.charAt(o));)o++;l=parseFloat(e.substring(t,o)),c.push({type:"number",token:e.substring(t,o),intt:null,floatt:l,continueId:i(e.charAt(o)),start:t,end:o}),t=o+1}else if(n(e.charAt(t))||"-"===e.charAt(t)&&n(e.charAt(o+1))){o=t+1;for(var h,u=null;o<r&&n(e.charAt(o));)o++;if("."===e.charAt(o)&&n(e.charAt(o+1)))for(o++;o<r&&n(e.charAt(o));)o++;else u=parseInt(e.substring(t,o));h=parseFloat(e.substring(t,o)),c.push({type:"number",token:e.substring(t,o),intt:u,floatt:h,continueId:i(e.charAt(o)),start:t,end:o}),t=o+1}else" "===e.charAt(t)||"\t"===e.charAt(t)||c.push({type:"punct",token:e.charAt(t),start:t,end:t+1}),o=t+1;t=o}return c},this.getVoiceToken=function(e,t,r){for(var a=t;a<r&&this.isWhiteSpace(e.charAt(a))||"="===e.charAt(a);)a++;if('"'===e.charAt(a)){var i=e.indexOf('"',a+1);return-1===i||i>=r?{len:1,err:"Missing close quote"}:{len:i-t+1,token:this.translateString(e.substring(a+1,i))}}for(var n=a;n<r&&!this.isWhiteSpace(e.charAt(n))&&"="!==e.charAt(n);)n++;return{len:n-t+1,token:e.substring(a,n)}};var s={"`a":"à","'a":"á","^a":"â","~a":"ã",'"a':"ä",oa:"å",aa:"å","=a":"ā",ua:"ă",";a":"ą","`e":"è","'e":"é","^e":"ê",'"e':"ë","=e":"ē",ue:"ĕ",";e":"ę",".e":"ė","`i":"ì","'i":"í","^i":"î",'"i':"ï","=i":"ī",ui:"ĭ",";i":"į","`o":"ò","'o":"ó","^o":"ô","~o":"õ",'"o':"ö","=o":"ō",uo:"ŏ","/o":"ø","`u":"ù","'u":"ú","^u":"û","~u":"ũ",'"u':"ü",ou:"ů","=u":"ū",uu:"ŭ",";u":"ų","`A":"À","'A":"Á","^A":"Â","~A":"Ã",'"A':"Ä",oA:"Å",AA:"Å","=A":"Ā",uA:"Ă",";A":"Ą","`E":"È","'E":"É","^E":"Ê",'"E':"Ë","=E":"Ē",uE:"Ĕ",";E":"Ę",".E":"Ė","`I":"Ì","'I":"Í","^I":"Î","~I":"Ĩ",'"I':"Ï","=I":"Ī",uI:"Ĭ",";I":"Į",".I":"İ","`O":"Ò","'O":"Ó","^O":"Ô","~O":"Õ",'"O':"Ö","=O":"Ō",uO:"Ŏ","/O":"Ø","`U":"Ù","'U":"Ú","^U":"Û","~U":"Ũ",'"U':"Ü",oU:"Ů","=U":"Ū",uU:"Ŭ",";U":"Ų",ae:"æ",AE:"Æ",oe:"œ",OE:"Œ",ss:"ß","'c":"ć","^c":"ĉ",uc:"č",cc:"ç",".c":"ċ",cC:"Ç","'C":"Ć","^C":"Ĉ",uC:"Č",".C":"Ċ","~N":"Ñ","~n":"ñ","=s":"š",vs:"š",DH:"Ð",dh:"ð",HO:"Ő",Ho:"ő",HU:"Ű",Hu:"ű","'Y":"Ý","'y":"ý","^Y":"Ŷ","^y":"ŷ",'"Y':"Ÿ",'"y':"ÿ",vS:"Š",vZ:"Ž",vz:"ž"},o={"#":"♯",b:"♭","=":"♮"},c={201:"♯",202:"♭",203:"♮",241:"¡",242:"¢",252:"a",262:"2",272:"o",302:"Â",312:"Ê",322:"Ò",332:"Ú",342:"â",352:"ê",362:"ò",372:"ú",243:"£",253:"«",263:"3",273:"»",303:"Ã",313:"Ë",323:"Ó",333:"Û",343:"ã",353:"ë",363:"ó",373:"û",244:"¤",254:"¬",264:" ́",274:"1⁄4",304:"Ä",314:"Ì",324:"Ô",334:"Ü",344:"ä",354:"ì",364:"ô",374:"ü",245:"¥",255:"-",265:"μ",275:"1⁄2",305:"Å",315:"Í",325:"Õ",335:"Ý",345:"å",355:"í",365:"õ",375:"ý",246:"¦",256:"®",266:"¶",276:"3⁄4",306:"Æ",316:"Î",326:"Ö",336:"Þ",346:"æ",356:"î",366:"ö",376:"þ",247:"§",257:" ̄",267:"·",277:"¿",307:"Ç",317:"Ï",327:"×",337:"ß",347:"ç",357:"ï",367:"÷",377:"ÿ",250:" ̈",260:"°",270:" ̧",300:"À",310:"È",320:"Ð",330:"Ø",340:"à",350:"è",360:"ð",370:"ø",251:"©",261:"±",271:"1",301:"Á",311:"É",321:"Ñ",331:"Ù",341:"á",351:"é",361:"ñ",371:"ù"};this.translateString=function(e){var t=e.split("\\");if(1===t.length)return e;var r=null;return a.each(t,(function(e){if(null===r)r=e;else{var t=s[e.substring(0,2)];void 0!==t?r+=t+e.substring(2):void 0!==(t=c[e.substring(0,3)])?r+=t+e.substring(3):(t=o[e.substring(0,1)],r+=void 0!==t?t+e.substring(1):"\\"+e)}})),r},this.getNumber=function(e,t){for(var r=0;t<e.length;)switch(e.charAt(t)){case"0":r*=10,t++;break;case"1":r=10*r+1,t++;break;case"2":r=10*r+2,t++;break;case"3":r=10*r+3,t++;break;case"4":r=10*r+4,t++;break;case"5":r=10*r+5,t++;break;case"6":r=10*r+6,t++;break;case"7":r=10*r+7,t++;break;case"8":r=10*r+8,t++;break;case"9":r=10*r+9,t++;break;default:return{num:r,index:t}}return{num:r,index:t}},this.getFraction=function(e,t){var r=1,a=1;if("/"!==e.charAt(t)){var i=this.getNumber(e,t);r=i.num,t=i.index}if("/"===e.charAt(t)){if(t++,"/"===e.charAt(t)){for(var n=.5;"/"===e.charAt(t++);)n/=2;return{value:r*n,index:t-1}}var s=t,o=this.getNumber(e,t);0===o.num&&s===t&&(o.num=2),0!==o.num&&(a=o.num),t=o.index}return{value:r/a,index:t}},this.theReverser=function(e){return a.endsWith(e,", The")?"The "+e.substring(0,e.length-5):a.endsWith(e,", A")?"A "+e.substring(0,e.length-3):e},this.stripComment=function(e){var t=e.indexOf("%");return t>=0?a.strip(e.substring(0,t)):a.strip(e)},this.getInt=function(e){var t=parseInt(e);if(isNaN(t))return{digits:0};var r=""+t;return{value:t,digits:e.indexOf(r)+r.length}},this.getFloat=function(e){var t=parseFloat(e);if(isNaN(t))return{digits:0};var r=""+t;return{value:t,digits:e.indexOf(r)+r.length}},this.getMeasurement=function(e){if(0===e.length)return{used:0};var t=1,r="";if("-"===e[0].token)e.shift(),r="-",t++;else if("number"!==e[0].type)return{used:0};if(r+=e.shift().token,0===e.length)return{used:1,value:parseInt(r)};var a=e.shift();if("."===a.token){if(t++,0===e.length)return{used:t,value:parseInt(r)};if("number"===e[0].type&&(r=r+"."+(a=e.shift()).token,t++,0===e.length))return{used:t,value:parseFloat(r)};a=e.shift()}switch(a.token){case"pt":case"px":return{used:t+1,value:parseFloat(r)};case"cm":return{used:t+1,value:parseFloat(r)/2.54*72};case"in":return{used:t+1,value:72*parseFloat(r)};default:return e.unshift(a),{used:t,value:parseFloat(r)}}};var l=function(e){return e=(e=e.replace(/\\n/g,"\n")).replace(/\\"/g,'"')};this.getBrackettedSubstring=function(e,t,r,a){for(var i=a||e.charAt(t),n=t+1,s=!1;n<e.length&&(s||e[n]!==i);)s="\\"===e[n],++n;return e.charAt(n)===i?[n-t+1,l(e.substring(t+1,n)),!0]:((n=t+r)>e.length-1&&(n=e.length-1),[n-t+1,l(e.substring(t+1,n)),!1])}};i.prototype.peekLine=function(){return this.lines[this.lineIndex]},i.prototype.nextLine=function(){if(this.lineIndex>0&&(this.multilineVars.iChar+=this.lines[this.lineIndex-1].length+1),this.lineIndex<this.lines.length){var e=this.lines[this.lineIndex];return this.lineIndex++,e}return null},e.exports=i},2821:function(e,t,r){var a=r(867),i=r(4208),n=r(9447),s={},o={C:0,"C#":1,Db:1,D:2,"D#":3,Eb:3,E:4,F:5,"F#":6,Gb:6,G:7,"G#":8,Ab:8,A:9,"A#":10,Bb:10,B:11},c=["C","Db","D","Eb","E","F","F#","G","Ab","A","Bb","B"],l=["C","C#","D","D#","E","F","F#","G","G#","A","Bb","B"];s.keySignature=function(e,t,r,a,i){if("perc"===e.clef.type||"none"===e.clef.type)return{accidentals:n(t),root:r,acc:a};i||(i=0),e.localTransposeVerticalMovement=0,e.localTransposePreferFlats=!1;var s=n(t);if(!s)return e.key;if(e.localTranspose=(e.globalTranspose?e.globalTranspose:0)+i,!e.localTranspose)return{accidentals:s,root:r,acc:a};if(e.globalTransposeOrigKeySig=s,e.localTranspose%12==0)return e.localTransposeVerticalMovement=e.localTranspose/12*7,{accidentals:s,root:r,acc:a};var h=t[0];"b"===t[1]||"#"===t[1]?(h+=t[1],t=t.substr(2)):t=t.substr(1);for(var u=o[h]+e.localTranspose;u<0;)u+=12;u>11&&(u%=12);var f="m"===t[0]?l[u]:c[u],d=f+t,p=n(d);p.length>0&&"flat"===p[0].acc&&(e.localTransposePreferFlats=!0);var m=d.charCodeAt(0)-h.charCodeAt(0);return e.localTranspose>0?m<0?m+=7:0===m&&("#"!==h[1]&&"b"!==d[1]||(m+=7)):e.localTranspose<0&&(m>0?m-=7:0===m&&("b"!==h[1]&&"#"!==d[1]||(m-=7))),e.localTranspose>0?e.localTransposeVerticalMovement=m+7*Math.floor(e.localTranspose/12):e.localTransposeVerticalMovement=m+7*Math.ceil(e.localTranspose/12),{accidentals:p,root:f[0],acc:f.length>1?f[1]:""}},s.chordName=function(e,t){return i(t,e.localTranspose,e.localTransposePreferFlats,e.freegchord)};var h=["c","d","e","f","g","a","b"],u={dblflat:-2,flat:-1,natural:0,sharp:1,dblsharp:2},f={"-2":"dblflat","-1":"flat",0:"natural",1:"sharp",2:"dblsharp"},d={"-2":"__","-1":"_",0:"=",1:"^",2:"^^"};s.note=function(e,t){if(e.localTranspose&&"perc"!==e.clef.type){var r=t.pitch;if(e.localTransposeVerticalMovement&&(t.pitch=t.pitch+e.localTransposeVerticalMovement,t.name)){var i=t.accidental?t.name.substring(1):t.name,n=t.accidental?t.name[0]:"",s=a.pitchIndex(i);t.name=n+a.noteName(s+e.localTransposeVerticalMovement)}if(t.accidental){var o=function(e,t,r,a,i){for(var n=h[(e+49)%7],s=0,o=0;o<a.length;o++)a[o].note.toLowerCase()===n&&(s=u[a[o].acc]);for(var c=u[r]-s,l=h[(t+49)%7],f=0,d=0;d<i.accidentals.length;d++)i.accidentals[d].note.toLowerCase()===l&&(f=u[i.accidentals[d].acc]);var p=c+f;return p<-2&&(t--,p+="c"===l||"f"===l?1:2),p>2&&(t++,p-="b"===l||"e"===l?1:2),[t,p]}(r,t.pitch,t.accidental,e.globalTransposeOrigKeySig,e.targetKey);t.pitch=o[0],t.accidental=f[o[1]],t.name&&(t.name=d[o[1]]+t.name.replace(/[_^=]/g,""))}}},e.exports=s},867:function(e){var t={},r=["C,,,","D,,,","E,,,","F,,,","G,,,","A,,,","B,,,","C,,","D,,","E,,","F,,","G,,","A,,","B,,","C,","D,","E,","F,","G,","A,","B,","C","D","E","F","G","A","B","c","d","e","f","g","a","b","c'","d'","e'","f'","g'","a'","b'","c''","d''","e''","f''","g''","a''","b''","c'''","d'''","e'''","f'''","g'''","a'''","b'''"];t.pitchIndex=function(e){return r.indexOf(e)},t.noteName=function(e){return r[e]},e.exports=t},4208:function(e){var t=["C","C♯","D","D♯","E","F","F♯","G","G♯","A","A♯","B"],r=["C","D♭","D","E♭","E","F","G♭","G","A♭","A","B♭","B"],a=["C","C#","D","D#","E","F","F#","G","G#","A","A#","B"],i=["C","Db","D","Eb","E","F","Gb","G","Ab","A","Bb","B"];e.exports=function(e,n,s,o){if(!n||n%12==0)return e;for(;n<0;)n+=12;n>11&&(n%=12);var c=e.match(/^([A-G][b#♭♯]?)([^\/]+)?\/?([A-G][b#♭♯]?)?(.+)?/);if(!c)return e;var l,h=c[1],u=c[2],f=c[3],d=c[4];return(l=t.indexOf(h))<0&&(l=r.indexOf(h)),l<0&&(l=a.indexOf(h)),l<0&&(l=i.indexOf(h)),l<0||(l+=n,l%=12,e=s?o?i[l]:r[l]:o?a[l]:t[l],u&&(e+=u),f&&((l=t.indexOf(f))<0&&(l=r.indexOf(f)),l<0&&(l=a.indexOf(f)),l<0&&(l=i.indexOf(f)),e+="/",l>=0?(l+=n,l%=12,e+=s?o?i[l]:r[l]:o?a[l]:t[l]):e+=f),d&&(e+=d)),e}},575:function(e,t,r){var a=r(9708),i=r(5008);e.exports=function(e){var t=this;function r(e,t){for(var r=t-1;r>0&&"bar"!==e[r].el_type;r--);return r}this.setVisualTranspose=function(t){t&&(e.visualTranspose=t)},this.resolveOverlays=function(){for(var t=!1,a=[],n=0;n<e.lines.length;n++){var s=e.lines[n];if(s.staff)for(var o=0;o<s.staff.length;o++){for(var c=s.staff[o],l=[],h=0;h<c.voices.length;h++){var u=c.voices[h];l.push({hasOverlay:!1,voice:[],snip:[]}),a[n]=0;for(var f=0,d=!1,p=0,m=-1,g=0;g<u.length;g++){var v=u[g];if("overlay"!==v.el_type||d)"bar"===v.el_type?(d?(d=!1,l[h].snip.push({start:m,len:g-m}),l[h].voice.push(v)):(f>0&&l[h].voice.push({el_type:"note",duration:f,rest:{type:"invisible"},startChar:v.startChar,endChar:v.endChar}),l[h].voice.push(v)),f=0):"note"===v.el_type?d?l[h].voice.push(v):(f+=v.duration,a[n]+=v.duration):"scale"!==v.el_type&&"stem"!==v.el_type&&"overlay"!==v.el_type&&"style"!==v.el_type&&"transpose"!==v.el_type||l[h].voice.push(v);else{t=!0,d=!0,m=g,l[h].hasOverlay=!0,0===p&&(p=a[n]);for(var b=0;b<n;b++)a[b]&&e.lines[b].staff&&c.voices.length>=e.lines[b].staff[0].voices.length&&e.lines[b].staff[0].voices.push([{el_type:"note",duration:a[b],rest:{type:"invisible"},startChar:v.startChar,endChar:v.endChar}])}}l[h].hasOverlay&&0===l[h].snip.length&&l[h].snip.push({start:m,len:u.length-m})}for(h=0;h<l.length;h++){var y=l[h];if(y.hasOverlay){y.voice.splice(0,0,{el_type:"stem",direction:"down"}),c.voices.push(y.voice);for(var x=y.snip.length-1;x>=0;x--){var w=y.snip[x];c.voices[h].splice(w.start,w.len),c.voices[h].splice(w.start+1,0,{el_type:"stem",direction:"auto"});var k=r(c.voices[h],w.start);c.voices[h].splice(k,0,{el_type:"stem",direction:"up"})}for(x=0;x<c.voices[c.voices.length-1].length;x++){c.voices[c.voices.length-1][x]=i.clone(c.voices[c.voices.length-1][x]);var C=c.voices[c.voices.length-1][x];"bar"===C.el_type&&C.startEnding&&delete C.startEnding,"bar"===C.el_type&&C.endEnding&&delete C.endEnding}}}}}return t},this.cleanUp=function(t,r,n){this.closeLine(),delete e.runningFonts,e.metaText.tempo&&e.metaText.tempo.bpm&&!e.metaText.tempo.duration&&(e.metaText.tempo.duration=[e.getBeatLength()]);var s,o,c,l=!1;for(s=0;s<e.lines.length;s++)if(void 0!==e.lines[s].staff){var h=!1;for(o=0;o<e.lines[s].staff.length;o++)if(void 0===e.lines[s].staff[o])l=!0,e.lines[s].staff[o]=null;else for(c=0;c<e.lines[s].staff[o].voices.length;c++)void 0===e.lines[s].staff[o].voices[c]?e.lines[s].staff[o].voices[c]=[]:this.containsNotes(e.lines[s].staff[o].voices[c])&&(h=!0);h||(e.lines[s]=null,l=!0)}if(l&&(e.lines=i.compact(e.lines),i.each(e.lines,(function(e){e.staff&&(e.staff=i.compact(e.staff))}))),t)for(;p(e.lines,t););if(r){for(l=!1,s=0;s<e.lines.length;s++)if(void 0!==e.lines[s].staff)for(o=0;o<e.lines[s].staff.length;o++){var u=!1;for(c=0;c<e.lines[s].staff[o].voices.length;c++)this.containsNotesStrict(e.lines[s].staff[o].voices[c])&&(u=!0);u||(l=!0,e.lines[s].staff[o]=null)}l&&i.each(e.lines,(function(e){e.staff&&(e.staff=i.compact(e.staff))}))}for(function(e){for(var t=!0,r=0;r<e.length;r++){var a=e[r];if(a.staff){for(var i=0;i<a.staff.length;i++){var n=a.staff[i];if(n.title){for(var s=!1,o=0;o<n.title.length;o++)n.title[o]?(n.title[o]=t?n.title[o].name:n.title[o].subname,n.title[o]?s=!0:n.title[o]=""):n.title[o]="";s||delete n.title}}t=!1}}}(e.lines),s=0;s<e.lines.length;s++)if(e.lines[s].staff)for(o=0;o<e.lines[s].staff.length;o++)delete e.lines[s].staff[o].workingClef;for(;this.resolveOverlays(););function f(e,t,r){var a;n[t]||(n[t]=[]),n[t][r]||(n[t][r]=[]);for(var s=function(e,s,o){if(void 0===n[t][r][o]){for(a=0;a<n[t][r].length;a++)if(void 0!==n[t][r][a]){o=a;break}if(void 0===n[t][r][o]){var c=100*o+1;i.each(e.endSlur,(function(e){c===e&&--c})),n[t][r][o]=[c]}}for(var l,h=0;h<s;h++)l=n[t][r][o].pop(),e.endSlur.push(l);return 0===n[t][r][o].length&&delete n[t][r][o],l},o=function(e,a,s,o){e.startSlur=[],void 0===n[t][r][s]&&(n[t][r][s]=[]);for(var c=100*s+1,l=0;l<a;l++)o&&(i.each(o,(function(e){c===e&&++c})),i.each(o,(function(e){c===e&&++c})),i.each(o,(function(e){c===e&&++c}))),i.each(n[t][r][s],(function(e){c===e&&++c})),i.each(n[t][r][s],(function(e){c===e&&++c})),n[t][r][s].push(c),e.startSlur.push({label:c}),e.dottedSlur&&(e.startSlur[e.startSlur.length-1].style="dotted",delete e.dottedSlur),c++},c=0;c<e.length;c++){var l=e[c];if("note"===l.el_type){if(l.gracenotes)for(var h=0;h<l.gracenotes.length;h++){if(l.gracenotes[h].endSlur){var u=l.gracenotes[h].endSlur;l.gracenotes[h].endSlur=[];for(var f=0;f<u;f++)s(l.gracenotes[h],1,20)}l.gracenotes[h].startSlur&&(a=l.gracenotes[h].startSlur,o(l.gracenotes[h],a,20))}if(l.endSlur&&(a=l.endSlur,l.endSlur=[],s(l,a,0)),l.startSlur&&o(l,a=l.startSlur,0),l.pitches){for(var d=[],p=0;p<l.pitches.length;p++)if(l.pitches[p].endSlur){var m=l.pitches[p].endSlur;l.pitches[p].endSlur=[];for(var g=0;g<m;g++){var v=s(l.pitches[p],1,p+1);d.push(v)}}for(p=0;p<l.pitches.length;p++)l.pitches[p].startSlur&&(a=l.pitches[p].startSlur,o(l.pitches[p],a,p+1,d));l.gracenotes&&l.pitches[0].endSlur&&100===l.pitches[0].endSlur[0]&&l.pitches[0].startSlur&&(l.gracenotes[0].endSlur?l.gracenotes[0].endSlur.push(l.pitches[0].startSlur[0].label):l.gracenotes[0].endSlur=[l.pitches[0].startSlur[0].label],1===l.pitches[0].endSlur.length?delete l.pitches[0].endSlur:100===l.pitches[0].endSlur[0]?l.pitches[0].endSlur.shift():100===l.pitches[0].endSlur[l.pitches[0].endSlur.length-1]&&l.pitches[0].endSlur.pop(),1===n[t][r][1].length?delete n[t][r][1]:n[t][r][1].pop())}}}}function d(e){a.fixClef(e)}function p(e,t){for(s=0;s<e.length;s++)if(void 0!==e[s].staff)for(o=0;o<e[s].staff.length;o++){var r=[];for(c=0;c<e[s].staff[o].voices.length;c++)for(var a=e[s].staff[o].voices[c],n=0,l=0;l<a.length;l++)if("bar"===a[l].el_type){if(++n>=t&&l<a.length-1){var h=m(e,s);if(!h){var u=JSON.parse(JSON.stringify(e[s]));e.push(i.clone(u)),h=e[e.length-1];for(var f=0;f<h.staff.length;f++)for(var d=0;d<h.staff[f].voices.length;d++)h.staff[f].voices[d]=[]}var p=l+1,g=e[s].staff[o].voices[c].slice(p);return e[s].staff[o].voices[c]=e[s].staff[o].voices[c].slice(0,p),h.staff[o].voices[c]=r.concat(g.concat(h.staff[o].voices[c])),!0}}else a[l].duration||r.push(a[l])}return!1}function m(e,t){for(t++;e.length>t;){if(e[t].staff)return e[t];t++}return null}for(e.lineNum=0;e.lineNum<e.lines.length;e.lineNum++){var g=e.lines[e.lineNum].staff;if(g)for(e.staffNum=0;e.staffNum<g.length;e.staffNum++)for(g[e.staffNum].clef&&d(g[e.staffNum].clef),e.voiceNum=0;e.voiceNum<g[e.staffNum].voices.length;e.voiceNum++){var v=g[e.staffNum].voices[e.voiceNum];f(v,e.staffNum,e.voiceNum);for(var b=0;b<v.length;b++)"clef"===v[b].el_type&&d(v[b]);if(v.length>0&&v[v.length-1].barNumber){var y=m(e.lines,e.lineNum);y&&(y.staff[0].barNumber=v[v.length-1].barNumber),delete v[v.length-1].barNumber}}}return delete e.staffNum,delete e.voiceNum,delete e.lineNum,delete e.potentialStartBeam,delete e.potentialEndBeam,delete e.vskipPending,n},e.reset(),this.getLastNote=function(){if(e.lines[e.lineNum]&&e.lines[e.lineNum].staff&&e.lines[e.lineNum].staff[e.staffNum]&&e.lines[e.lineNum].staff[e.staffNum].voices[e.voiceNum])for(var t=e.lines[e.lineNum].staff[e.staffNum].voices[e.voiceNum].length-1;t>=0;t--){var r=e.lines[e.lineNum].staff[e.staffNum].voices[e.voiceNum][t];if("note"===r.el_type)return r}return null},this.addTieToLastNote=function(e){var t=this.getLastNote();return!!(t&&t.pitches&&t.pitches.length>0)&&(t.pitches[0].startTie={},e&&(t.pitches[0].startTie.style="dotted"),!0)},this.getDuration=function(e){return e.duration?e.duration:0},this.closeLine=function(){e.potentialStartBeam&&e.potentialEndBeam&&(e.potentialStartBeam.startBeam=!0,e.potentialEndBeam.endBeam=!0),delete e.potentialStartBeam,delete e.potentialEndBeam},this.appendElement=function(r,a,n,s){var o=e;s.el_type=r,null!==a&&(s.startChar=a),null!==n&&(s.endChar=n);var c=function(){void 0!==o.potentialStartBeam&&void 0!==o.potentialEndBeam&&(o.potentialStartBeam.startBeam=!0,o.potentialEndBeam.endBeam=!0),delete o.potentialStartBeam,delete o.potentialEndBeam};"note"===r?t.getDuration(s)>=.25||s.force_end_beam_last&&void 0!==o.potentialStartBeam?c():s.end_beam&&void 0!==o.potentialStartBeam?void 0===s.rest?(o.potentialStartBeam.startBeam=!0,s.endBeam=!0,delete o.potentialStartBeam,delete o.potentialEndBeam):c():void 0===s.rest&&(void 0===o.potentialStartBeam?s.end_beam||(o.potentialStartBeam=s,delete o.potentialEndBeam):o.potentialEndBeam=s):c(),delete s.end_beam,delete s.force_end_beam_last,function(e){var t=o.lines[o.lineNum].staff[o.staffNum];if(t){if(void 0!==e.pitches){var r=t.workingClef.verticalPos;i.each(e.pitches,(function(e){e.verticalPos=e.pitch-r}))}if(void 0!==e.gracenotes){var a=t.workingClef.verticalPos;i.each(e.gracenotes,(function(e){e.verticalPos=e.pitch-a}))}t.voices[o.voiceNum].push(e)}}(s)},this.appendStartingElement=function(t,r,a,n){var s;this.closeLine(),"key"===t&&(s=n.impliedNaturals,delete n.impliedNaturals,delete n.explicitAccidentals);var o=i.clone(n);if(e.lines[e.lineNum]&&e.lines[e.lineNum].staff){e.lines[e.lineNum].staff.length<=e.staffNum&&(e.lines[e.lineNum].staff[e.staffNum]={},e.lines[e.lineNum].staff[e.staffNum].clef=i.clone(e.lines[e.lineNum].staff[0].clef),e.lines[e.lineNum].staff[e.staffNum].key=i.clone(e.lines[e.lineNum].staff[0].key),e.lines[e.lineNum].staff[0].meter&&(e.lines[e.lineNum].staff[e.staffNum].meter=i.clone(e.lines[e.lineNum].staff[0].meter)),e.lines[e.lineNum].staff[e.staffNum].workingClef=i.clone(e.lines[e.lineNum].staff[0].workingClef),e.lines[e.lineNum].staff[e.staffNum].voices=[[]]),"clef"===t&&(e.lines[e.lineNum].staff[e.staffNum].workingClef=o);for(var c=e.lines[e.lineNum].staff[e.staffNum].voices[e.voiceNum],l=0;l<c.length;l++){if("note"===c[l].el_type||"bar"===c[l].el_type)return o.el_type=t,o.startChar=r,o.endChar=a,s&&(o.accidentals=s.concat(o.accidentals)),void c.push(o);if(c[l].el_type===t)return o.el_type=t,o.startChar=r,o.endChar=a,s&&(o.accidentals=s.concat(o.accidentals)),void(c[l]=o)}e.lines[e.lineNum].staff[e.staffNum][t]=n}},this.pushLine=function(t){e.vskipPending&&(t.vskip=e.vskipPending,delete e.vskipPending),e.lines.push(t)},this.addSubtitle=function(e,t){this.pushLine({subtitle:{text:e,startChar:t.startChar,endChar:t.endChar}})},this.addSpacing=function(t){e.vskipPending=t},this.addNewPage=function(e){this.pushLine({newpage:e})},this.addSeparator=function(e,t,r,a){this.pushLine({separator:{spaceAbove:Math.round(e),spaceBelow:Math.round(t),lineLength:Math.round(r),startChar:a.startChar,endChar:a.endChar}})},this.addText=function(e,t){this.pushLine({text:{text:e,startChar:t.startChar,endChar:t.endChar}})},this.addCentered=function(e){this.pushLine({text:[{text:e,center:!0}]})},this.containsNotes=function(e){for(var t=0;t<e.length;t++)if("note"===e[t].el_type||"bar"===e[t].el_type)return!0;return!1},this.containsNotesStrict=function(e){for(var t=0;t<e.length;t++)if("note"===e[t].el_type&&(void 0===e[t].rest||void 0!==e[t].chord))return!0;return!1},this.changeVoiceScale=function(e){t.appendElement("scale",null,null,{size:e})},this.startNewLine=function(r){var a=e;this.closeLine();var i=function(e){var r=a.lines[a.lineNum].staff[a.staffNum];if(r.voices[a.voiceNum]=[],r.title||(r.title=[]),r.title[a.voiceNum]={name:e.name,subname:e.subname},e.style&&t.appendElement("style",null,null,{head:e.style}),e.stem)t.appendElement("stem",null,null,{direction:e.stem});else if(a.voiceNum>0){if(void 0!==r.voices[0]){for(var i=!1,n=0;n<r.voices[0].length;n++)"stem"===r.voices[0].el_type&&(i=!0);i||r.voices[0].splice(0,0,{el_type:"stem",direction:"up"})}t.appendElement("stem",null,null,{direction:"down"})}e.scale&&t.appendElement("scale",null,null,{size:e.scale})},n=function(e){e.key&&e.key.impliedNaturals&&(e.key.accidentals=e.key.accidentals.concat(e.key.impliedNaturals),delete e.key.impliedNaturals),a.lines[a.lineNum].staff[a.staffNum]={voices:[],clef:e.clef,key:e.key,workingClef:e.clef},void 0!==e.stafflines&&(a.lines[a.lineNum].staff[a.staffNum].clef.stafflines=e.stafflines,a.lines[a.lineNum].staff[a.staffNum].workingClef.stafflines=e.stafflines),e.staffscale&&(a.lines[a.lineNum].staff[a.staffNum].staffscale=e.staffscale),e.annotationfont&&t.setLineFont("annotationfont",e.annotationfont),e.gchordfont&&t.setLineFont("gchordfont",e.gchordfont),e.tripletfont&&t.setLineFont("tripletfont",e.tripletfont),e.vocalfont&&t.setLineFont("vocalfont",e.vocalfont),e.bracket&&(a.lines[a.lineNum].staff[a.staffNum].bracket=e.bracket),e.brace&&(a.lines[a.lineNum].staff[a.staffNum].brace=e.brace),e.connectBarLines&&(a.lines[a.lineNum].staff[a.staffNum].connectBarLines=e.connectBarLines),e.barNumber&&(a.lines[a.lineNum].staff[a.staffNum].barNumber=e.barNumber),i(e),e.part&&t.appendElement("part",e.part.startChar,e.part.endChar,{title:e.part.title}),void 0!==e.meter&&(a.lines[a.lineNum].staff[a.staffNum].meter=e.meter),a.vskipPending&&(a.lines[a.lineNum].vskip=a.vskipPending,delete a.vskipPending)};void 0===e.lines[e.lineNum]?function(e){a.lines[a.lineNum]={staff:[]},n(e)}(r):void 0===e.lines[e.lineNum].staff?(e.lineNum++,this.startNewLine(r)):void 0===e.lines[e.lineNum].staff[e.staffNum]?n(r):void 0===e.lines[e.lineNum].staff[e.staffNum].voices[e.voiceNum]?i(r):this.containsNotes(e.lines[e.lineNum].staff[e.staffNum].voices[e.voiceNum])?(e.lineNum++,this.startNewLine(r)):r.part&&t.appendElement("part",r.part.startChar,r.part.endChar,{title:r.part.title})},this.setRunningFont=function(t,r){e.runningFonts[t]=r},this.setLineFont=function(t,r){if(e.runningFonts[t]){for(var a=!1,i=Object.keys(r),n=0;n<i.length;n++)e.runningFonts[t][i[n]]!==r[i[n]]&&(a=!0);a&&(e.lines[e.lineNum].staff[e.staffNum][t]=r)}e.runningFonts[t]=r},this.setBarNumberImmediate=function(e){var t=this.getCurrentVoice();if(t&&t.length>0){var r=t[t.length-1];if("bar"!==r.el_type)return e-1;void 0!==r.barNumber&&(r.barNumber=e)}return e},this.hasBeginMusic=function(){for(var t=0;t<e.lines.length;t++)if(e.lines[t].staff)return!0;return!1},this.isFirstLine=function(t){for(var r=t-1;r>=0;r--)if(void 0!==e.lines[r].staff)return!1;return!0},this.getCurrentVoice=function(){var t=e.lines[e.lineNum];if(!t)return null;var r=t.staff[e.staffNum];return r&&void 0!==r.voices[e.voiceNum]?r.voices[e.voiceNum]:null},this.setCurrentVoice=function(t,r){e.staffNum=t,e.voiceNum=r;for(var a=0;a<e.lines.length;a++)if(e.lines[a].staff&&(void 0===e.lines[a].staff[t]||void 0===e.lines[a].staff[t].voices[r]||!this.containsNotes(e.lines[a].staff[t].voices[r])))return void(e.lineNum=a);e.lineNum=a},this.addMetaText=function(t,r,a){void 0===e.metaText[t]?(e.metaText[t]=r,e.metaTextInfo[t]=a):(e.metaText[t]+="\n"+r,e.metaTextInfo[t].endChar=a.endChar)},this.addMetaTextArray=function(t,r,a){void 0===e.metaText[t]?(e.metaText[t]=[r],e.metaTextInfo[t]=a):(e.metaText[t].push(r),e.metaTextInfo[t].endChar=a.endChar)},this.addMetaTextObj=function(t,r,a){e.metaText[t]=r,e.metaTextInfo[t]=a}}},1756:function(e){function t(e,t){for(var r=[],a=[],i=0,n=0;n<e.length;n++){var s=e[n],o=i+s;o<t?i=o:t-i<o-t&&i>0?(r.push(n-1),a.push(Math.round(i-s)),i=s):n<e.length-1&&(r.push(n),a.push(Math.round(i)),i=0)}return a.push(Math.round(i)),{lineBreaks:r,totals:a}}function r(e){for(var t=[],r=0;r<e.length;r++)t.push(e[r]);return t}function a(e,t,a,i,n,s,o,c,l,h,u){for(var f=h;f<e.length;f++){var d=e[f];a+=d,i+=d;var p=Math.abs(a-t[c]);if(Math.abs(p-s)<t[0]/10)if(p<s){var m=r(n),g=r(l);g.push(f-1),m.push(i-d),u.push({accumulator:a,lineAccumulator:d,lineWidths:m,lastVariance:Math.abs(a-t[c+1]),highestVariance:Math.max(o,s),currLine:c+1,lineBreaks:g,startIndex:f+1})}else p>s&&f<e.length-1&&(m=r(n),g=r(l),u.push({accumulator:a,lineAccumulator:i,lineWidths:m,lastVariance:p,highestVariance:Math.max(o,p),currLine:c,lineBreaks:g,startIndex:f+1}));p>s?(l.push(f-1),c++,o=Math.max(o,s),s=Math.abs(a-t[c]),n.push(i-d),i=d):s=p}n.push(i)}function i(e,t,r,i){for(var n=Math.ceil(e.total/t),s=Math.floor(e.total/n),o=[],c=0;c<n;c++)o.push(s*(c+1));var l=[];l.push({accumulator:0,lineAccumulator:0,lineWidths:[],lastVariance:999999,highestVariance:0,currLine:0,lineBreaks:[],startIndex:0});for(var h=0;h<l.length;)a(e.measureWidths,o,l[h].accumulator,l[h].lineAccumulator,l[h].lineWidths,l[h].lastVariance,l[h].highestVariance,l[h].currLine,l[h].lineBreaks,l[h].startIndex,l),h++;for(c=0;c<l.length;c++){var u=l[c];u.variances=[],u.aveVariance=0;for(var f=0;f<u.lineWidths.length;f++){var d=u.lineWidths[f];u.variances.push(d-o[0]),u.aveVariance+=Math.abs(d-o[0])}u.aveVariance=u.aveVariance/u.lineWidths.length,i.attempts.push({type:"optimizeLineWidths",lineBreaks:u.lineBreaks,variances:u.variances,aveVariance:u.aveVariance,widths:e.measureWidths})}var p=9999999,m=-1;for(c=0;c<l.length;c++)(u=l[c]).aveVariance<p&&(p=u.aveVariance,m=c);return{failed:!1,lineBreaks:l[m].lineBreaks,variance:l[m].highestVariance}}function n(e,t,r){for(var a=[],i=[],n=0,s=!1,o=0;o<e.length;o++)(n+=e[o])>t&&(s=!0),o%r==r-1&&(o!==e.length-1&&a.push(o),i.push(Math.round(n)),n=0);return{failed:s,totals:i,lineBreaks:a}}e.exports={wrapLines:function(e,t,r){if(t&&0!==e.lines.length){var a=e.deline({lineBreaks:!1}),i=function(e,t){for(var r=[],a=0,i=0,n=0,s=0;s<e.length;s++){var o=e[s];if(o.staff){var c=i,l=t[a];a++;for(var h=0;h<o.staff.length;h++)for(var u=o.staff[h],f=0;f<u.voices.length;f++){n=c;for(var d=0,p=0,m=u.voices[f],g=0,v=0;v<m.length;v++)"bar"===m[v].el_type&&(l[p]===d&&(r.push({ogLine:s,line:n,staff:h,voice:f,start:g,end:v}),g=v+1,n++,i=Math.max(i,n),p++),d++);r.push({ogLine:s,line:n,staff:h,voice:f,start:g,end:m.length}),n++,i=Math.max(i,n)}}else r.push({ogLine:s,line:n}),n++,i=Math.max(i,n)}return r}(a,t);e.lines=function(e,t,r){for(var a=[],i=[],n=[],s=1,o=0;o<t.length;o++){var c=t[o];if(e[c.ogLine].staff){var l=e[c.ogLine].staff[c.staff];if(a[c.line]||(a[c.line]={staff:[]}),!a[c.line].staff[c.staff]){a[c.line].staff[c.staff]={voices:[]},void 0!==r&&0===c.staff&&c.line>0&&(a[c.line].staff[c.staff].barNumber=s);for(var h=Object.keys(l),u=0;u<h.length;u++){var f="voices"===h[u];"meter"===h[u]&&0!==c.line&&(f=!0),f||(a[c.line].staff[c.staff][h[u]]=l[h[u]])}i[c.staff]&&(a[c.line].staff[c.staff].key=i[c.staff])}a[c.line].staff[c.staff].voices[c.voice]||(a[c.line].staff[c.staff].voices[c.voice]=[]),a[c.line].staff[c.staff].voices[c.voice]=e[c.ogLine].staff[c.staff].voices[c.voice].slice(c.start,c.end+1),n[10*c.staff+c.voice]&&a[c.line].staff[c.staff].voices[c.voice].unshift({el_type:"stem",direction:n[10*c.staff+c.voice].direction});for(var d=a[c.line].staff[c.staff].voices[c.voice],p=d.length-1;p>=0;p--)if("key"===d[p].el_type){i[c.staff]={root:d[p].root,acc:d[p].acc,mode:d[p].mode,accidentals:d[p].accidentals.filter((function(e){return"natural"!==e.acc}))};break}for(p=d.length-1;p>=0;p--)if("stem"===d[p].el_type){n[10*c.staff+c.voice]={direction:d[p].direction};break}if(void 0!==r&&0===c.staff&&0===c.voice)for(p=0;p<d.length;p++)"bar"===d[p].el_type&&(s++,p===d.length-1?delete d[p].barNumber:d[p].barNumber=s)}else a[c.line]=e[c.ogLine]}for(var m=0;m<a.length;m++)a[m].staff&&(a[m].staff=a[m].staff.filter((function(e){return null!=e})));return a}(a,i,r),e.lineBreaks=i}},calcLineWraps:function(e,r,a){if(0===r.length||a.staffwidth<r[0].left)return{reParse:!1,explanation:"Staff width is narrower than the margin",revisedParams:a};var s=a.scale?Math.max(a.scale,.1):1,o=a.wrap.minSpacing?Math.max(parseFloat(a.wrap.minSpacing),1):1,c=a.wrap.minSpacingLimit?Math.max(parseFloat(a.wrap.minSpacingLimit),1):o-.1,l=a.wrap.maxSpacing?Math.max(parseFloat(a.wrap.maxSpacing),1):void 0;a.wrap.lastLineLimit&&!l&&(l=Math.max(parseFloat(a.wrap.lastLineLimit),1));for(var h=a.wrap.preferredMeasuresPerLine?Math.max(parseInt(a.wrap.preferredMeasuresPerLine,10),0):void 0,u=[],f=[],d=0;d<r.length;d++){var p=r[d],m=a.staffwidth-p.left,g=m/o/s,v=m/c/s,b={widths:p,lineBreakPoint:g,minLineSize:m/l/s,attempts:[],staffWidth:a.staffwidth,minWidth:Math.round(v)},y=null;if(h){var x=n(p.measureWidths,g,h);b.attempts.push({type:"Fixed Measures Per Line",preferredMeasuresPerLine:h,lineBreaks:x.lineBreaks,failed:x.failed,totals:x.totals}),x.failed||(y=x.lineBreaks)}if(!y){var w=t(p.measureWidths,g);b.attempts.push({type:"Free Form",lineBreaks:w.lineBreaks,totals:w.totals}),(y=w.lineBreaks).length>0&&p.measureWidths.length<25&&(w=i(p,g,0,b),b.attempts.push({type:"Optimize",failed:w.failed,reason:w.reason,lineBreaks:w.lineBreaks,totals:w.totals}),w.failed||(y=w.lineBreaks))}u.push(y),f.push(b)}var k=function(e,t,r){var a={lineBreaks:e,staffwidth:t};for(var i in r)r.hasOwnProperty(i)&&"wrap"!==i&&"staffwidth"!==i&&(a[i]=r[i]);return{revisedParams:a}}(u,a.staffwidth,a);return k.explanation=f,k.reParse=!0,k}}},9716:function(e,t,r){var a,i=r(5008),n=r(5058);!function(){"use strict";var e,t,r,s,o,c,l,h,u,f,d,p,m,g,v,b,y,x,w,k,C,T,A,S=1,N={num:4,den:4},_=128,E=64,M=48,B=!1,L=!1,P=!0,z=105,H=95,O=85,F=.25,D=0,I={},Y=0;function V(e){for(var t=u.length-1;t>=0;t--)if("program"===u[t].cmd)return void(u[t].channel=e)}function G(){for(var e=!0,t=0;t<p.length&&e;t++)"note"===p[t].cmd&&(e=!1);return e}function W(e){return e/1e6}function q(e){return Math.round(e*S*1e6)/1e6}function j(e){switch(parseInt(e.den,10)){case 2:return.5;case 4:return.25;case 8:return e.num%3==0?.375:.125;case 16:return.125}return.25}a=function(a,i,n){i||(i={}),e=[],t=[0,0,0,0,0,0,0],s=[],o=i.qpm,c=void 0,S=1,l=void 0,h=void 0,u=void 0,f=void 0,d=0,A=n,N={num:4,den:4},p=[],m=!1,v=a.length,g=!1,b=[],E=64,M=48,y=void 0,x=void 0,B=!!i.chordsOff,L=!1,P=!0,z=105,H=95,O=85,F=.25,k=void 0,C=void 0,D=0,T=[],I={},a.length>0&&a[0].length>0&&(Y=a[0][0].pickupLength),function(e,t){for(var r=0;r<e.length;r++){for(var a=e[r],i={},n=t.qpm,s=0,o=1,c=0;c<a.length;c++){var l=a[c];if("tempo"!==l.el_type){l.time=s;var h=l.duration?l.duration:0;if(s+=Math.round(h*o*1e6),l.pitches){for(var u=0;u<l.pitches.length;u++){var f=l.pitches[u];if(f)if(f.duration=l.duration,f.startTie)void 0===i[f.pitch]?i[f.pitch]={el:c,pitch:u}:(a[i[f.pitch].el].pitches[i[f.pitch].pitch].duration+=f.duration,l.pitches[u]=null);else if(f.endTie){var d=i[f.pitch];if(d){var p=f.duration;delete a[d.el].pitches[d.pitch].startTie,a[d.el].pitches[d.pitch].duration+=p,l.pitches[u]=null,delete i[f.pitch]}else delete f.endTie}}delete l.duration}}else n?o=l.qpm?n/l.qpm:1:n=l.qpm}for(var m in i)if(i.hasOwnProperty(m)){var g=i[m];delete a[g.el].pitches[g.pitch].startTie}}}(a,i);for(var _=0;_<a.length;_++){r=0;var q=a[_];u=[{cmd:"program",channel:_,instrument:l}],f=void 0,w=0;var X=!1;(!0===i.voicesOff||i.voicesOff&&i.voicesOff.length&&i.voicesOff.indexOf(_)>=0)&&(X=!0);for(var R=0;R<q.length;R++){var U=q[R];switch(U.el_type){case"name":f={cmd:"text",type:"name",text:U.trackName};break;case"note":Q(U,X)&&(m=_);break;case"key":t=J(U);break;case"meter":c||(c=U),F=j(N=U);break;case"tempo":o?S=U.qpm?o/U.qpm:1:o=U.qpm;break;case"transpose":r=U.transpose;break;case"bar":p.length>0&&(!1===m||_===m)&&(ce(w,W(U.time)),b=[]),e=[],0===_&&he(a.length+1),L=!1,x=y,w=W(U.time);break;case"bagpipes":break;case"instrument":if(void 0===l&&(l=U.program),h=U.program,u.length>0&&"program"===u[u.length-1].cmd)u[u.length-1].instrument=U.program;else{var K;for(K=u.length-1;K>=0&&"program"!==u[K].cmd;K--);(K<0||u[K].instrument!==U.program)&&u.push({cmd:"program",channel:0,instrument:U.program})}break;case"channel":V(U.channel);break;case"drum":I=le(U.params);break;case"gchord":i.chordsOff||(B=U.tacet);break;case"beat":z=U.beats[0],H=U.beats[1],O=U.beats[2];break;case"vol":k=U.volume;break;case"volinc":C=U.volume;break;case"beataccents":P=U.value;break;default:console.log("MIDI creation. Unknown el_type: "+U.el_type+"\n")}}void 0===u[0].instrument&&(u[0].instrument=l||0),f&&u.unshift(f),s.push(u),G()||(g=!0),T.length}return i.detuneOctave&&function(e,t){for(var r={},a=0;a<e.length;a++)for(var i=0;i<e[a].length;i++){var n=e[a][i];"note"===n.cmd&&(void 0===r[n.start]&&(r[n.start]=[]),r[n.start].push({track:a,event:i,pitch:n.pitch}))}var s=Object.keys(r);for(a=0;a<s.length;a++){var o=r[s[a]];if(o.length>1){var c=(o=o.sort((function(e,t){return e.pitch-t.pitch})))[o.length-1],l=c.pitch%12,h=!1;for(i=0;!h&&i<o.length-1;i++)o[i].pitch%12===l&&(h=!0);if(h){var u=e[c.track][c.event];u.cents||(u.cents=0),u.cents+=t}}}}(s,parseInt(i.detuneOctave,10)),G()||s.push(p),T.length>0&&s.push(T),{tempo:o,instrument:l,tracks:s,totalDuration:d}};var X=["break","(break)","no chord","n.c.","tacet"];function R(e,t,r){return(r-e)/t}function U(e){var t=!1,a=function(e){if(B)return"break";if(g||!e.chord||0===e.chord.length)return null;for(var t=0;t<e.chord.length;t++){var r=e.chord[t];if("default"===r.position)return r.name;if(X.indexOf(r.name.toLowerCase())>=0)return"break"}return null}(e);if(a){var i=function(e){if(0!==e.length){if("break"===e)return{chick:[]};var t=e.substring(0,1);if("("===t){if(0===(e=e.substring(1,e.length-2)).length)return;t=e.substring(0,1)}var a=re[t];if(a){for(var i=r;i<-8;)i+=12;for(;i>8;)i-=12;var n,s=(a+=i)-5;1===e.length&&(n=ie(a,""));var o=e.substring(1),c=o.substring(0,1);"b"===c||"♭"===c?(a--,s--,o=o.substring(1)):"#"!==c&&"♯"!==c||(a++,s++,o=o.substring(1));var l=o.split("/");if((n=ie(a,l[0])).length>=3&&(s=s+(n[2]-n[0])-7),2===l.length&&re[l[1].substring(0,1)]){var h={"#":1,"♯":1,b:-1,"♭":-1}[l[1].substring(1)]||0;s=a=re[l[1].substring(0,1)]+h+i}return{boom:a,boom2:s,chick:n}}}}(a);if(i){0===p.length&&(t=!0,p.push({cmd:"program",channel:v,instrument:0})),y=i;var n=R(w,j(N),W(e.time));b.push({chord:y,beat:n,start:W(e.time)})}}return t}function K(e,t){var r=t.start,a=t.duration,i=q(1/32);switch(e){case"trill":for(var n=1;a>0;)u.push({cmd:"note",pitch:t.pitch+n,volume:t.volume,start:r,duration:i,gap:0,instrument:h,style:"decoration"}),n=1===n?0:1,a-=i,r+=i;break;case"mordent":u.push({cmd:"note",pitch:t.pitch,volume:t.volume,start:r,duration:i,gap:0,instrument:h,style:"decoration"}),a-=i,r+=i,u.push({cmd:"note",pitch:t.pitch+1,volume:t.volume,start:r,duration:i,gap:0,instrument:h,style:"decoration"}),a-=i,r+=i,u.push({cmd:"note",pitch:t.pitch,volume:t.volume,start:r,duration:a,gap:0,instrument:h});break;case"lowermordent":u.push({cmd:"note",pitch:t.pitch,volume:t.volume,start:r,duration:i,gap:0,instrument:h,style:"decoration"}),a-=i,r+=i,u.push({cmd:"note",pitch:t.pitch-1,volume:t.volume,start:r,duration:i,gap:0,instrument:h,style:"decoration"}),a-=i,r+=i,u.push({cmd:"note",pitch:t.pitch,volume:t.volume,start:r,duration:a,gap:0,instrument:h});break;case"turn":i=t.duration/5,u.push({cmd:"note",pitch:t.pitch,volume:t.volume,start:r,duration:i,gap:0,instrument:h,style:"decoration"}),u.push({cmd:"note",pitch:t.pitch+1,volume:t.volume,start:r+i,duration:i,gap:0,instrument:h,style:"decoration"}),u.push({cmd:"note",pitch:t.pitch,volume:t.volume,start:r+2*i,duration:i,gap:0,instrument:h,style:"decoration"}),u.push({cmd:"note",pitch:t.pitch+1,volume:t.volume,start:r+3*i,duration:i,gap:0,instrument:h,style:"decoration"}),u.push({cmd:"note",pitch:t.pitch,volume:t.volume,start:r+4*i,duration:i,gap:0,instrument:h});break;case"roll":for(;a>0;)u.push({cmd:"note",pitch:t.pitch,volume:t.volume,start:r,duration:i,gap:0,instrument:h,style:"decoration"}),a-=2*i,r+=2*i}}function Q(e,t){u.length;var r,a=function(e,t){if(t)return 0;var r;if(k)r=k,k=void 0;else if(P)if(Y>e)r=O;else{N.num,N.den;var a=R(w,j(N),e);r=0===a?z:parseInt(a,10)===a?H:O}else r=H;return C&&(r+=C,C=void 0),r<0&&(r=0),r>127&&(r=127),t?0:r}(W(e.time),t),s=U(e);if(e.gracenotes&&e.pitches&&e.pitches.length>0&&e.pitches[0]&&(r=function(e,t){for(var r,a=0,i=[],s=0;s<e.length;s++)a+=(r=e[s]).duration;var o=t/2/a;for(s=0;s<e.length;s++){var c=Z(r=e[s]);if(h===_&&A){var l=n(r);l&&A[l]&&(c=A[l].sound)}var u={pitch:c,duration:r.duration*o};u=ee(u),i.push(u)}return i}(e.gracenotes,e.pitches[0].duration),e.elem&&(e.elem.midiGraceNotePitches=function(e,t,r,a){var i=[];r=Math.round(r);for(var n=0;n<e.length;n++){var s=e[n];u.push({cmd:"note",pitch:s.pitch,volume:r,start:t,duration:s.duration,gap:0,instrument:a,style:"grace"}),i.push({pitch:s.pitch,durationInMeasures:s.duration,volume:r,instrument:a}),t+=s.duration}return i}(r,W(e.time),2*a/3,h))),e.elem){var c=W(e.time),l=c/F/o*60*1e3;if(void 0===e.elem.currentTrackMilliseconds)e.elem.currentTrackMilliseconds=l,e.elem.currentTrackWholeNotes=c;else if(void 0===e.elem.currentTrackMilliseconds.length)e.elem.currentTrackMilliseconds!==l&&(e.elem.currentTrackMilliseconds=[e.elem.currentTrackMilliseconds,l],e.elem.currentTrackWholeNotes=[e.elem.currentTrackWholeNotes,c]);else{for(var f=!1,p=0;p<e.elem.currentTrackMilliseconds.length;p++)e.elem.currentTrackMilliseconds[p]===l&&(f=!0);f||(e.elem.currentTrackMilliseconds.push(l),e.elem.currentTrackWholeNotes.push(c))}}if(e.pitches){var m="",g=function(e,t){var r={};if(e.decoration)for(var a=0;a<e.decoration.length;a++)"staccato"===e.decoration[a]?r.thisBreakBetweenNotes="staccato":"tenuto"===e.decoration[a]?r.thisBreakBetweenNotes="tenuto":"accent"===e.decoration[a]?r.velocity=Math.min(127,1.5*t):"trill"===e.decoration[a]?r.noteModification="trill":"lowermordent"===e.decoration[a]?r.noteModification="lowermordent":"uppermordent"===e.decoration[a]||"mordent"===e.decoration[a]?r.noteModification="mordent":"turn"===e.decoration[a]?r.noteModification="turn":"roll"===e.decoration[a]&&(r.noteModification="roll");return r}(e,a);g.thisBreakBetweenNotes&&(m=g.thisBreakBetweenNotes),g.velocity&&(a=g.velocity);var v=e.pitches;if("rhythm"===e.style&&(L=!0,y&&y.chick)){v=[];for(var b=0;b<y.chick.length;b++){var x=i.clone(e.pitches[0]);x.actualPitch=y.chick[b],v.push(x)}}e.elem&&(e.elem.midiPitches=[]);for(var T=0;T<v.length;T++){var S=v[T];if(S){S.startSlur&&(D+=S.startSlur.length),S.endSlur&&(D-=S.endSlur.length);var E=S.actualPitch?S.actualPitch:Z(S);if(h===_&&A){var M=n(S);M&&A[M]&&(E=A[M].sound)}var B={cmd:"note",pitch:E,volume:a,start:W(e.time),duration:q(S.duration),instrument:h,startChar:e.elem.startChar,endChar:e.elem.endChar};if(B=ee(B),e.gracenotes&&(B.duration=B.duration/2,B.start=B.start+B.duration),e.elem&&e.elem.midiPitches.push(B),g.noteModification)K(g.noteModification,B);else{switch(D>0?B.endType="tenuto":m&&(B.endType=m),B.endType){case"tenuto":B.gap=-.001;break;case"staccato":var I=.4*B.duration;B.gap=o/60*I;break;default:B.gap=0}u.push(B)}}}u.length}var V=function(e){return e.pitches&&e.pitches.length>0&&e.pitches[0]?e.pitches[0].duration:e.elem?e.elem.duration:e.duration}(e);return d=Math.max(d,W(e.time)+q(V)),s}var $=[0,2,4,5,7,9,11];function Z(a){if(void 0!==a.midipitch)return a.midipitch;var i=a.pitch;if(a.accidental)switch(a.accidental){case"sharp":e[i]=1;break;case"flat":e[i]=-1;break;case"natural":e[i]=0;break;case"dblsharp":e[i]=2;break;case"dblflat":e[i]=-2;break;case"quartersharp":e[i]=.25;break;case"quarterflat":e[i]=-.25}var n=12*function(e){return Math.floor(e/7)}(i)+$[te(i)]+60;return void 0!==e[i]?n+=e[i]:n+=t[te(i)],n+=r}function J(e){var t=[0,0,0,0,0,0,0];if(!e.accidentals)return t;for(var r=0;r<e.accidentals.length;r++){var a,i=e.accidentals[r];switch(i.acc){case"flat":a=-1;break;case"quarterflat":a=-.25;break;case"sharp":a=1;break;case"quartersharp":a=.25;break;default:a=0}t[te(i.note.toLowerCase().charCodeAt(0)-"c".charCodeAt(0))]+=a}return t}function ee(e){var t=""+e.pitch;return t.indexOf(".75")>=0?(e.pitch=Math.round(e.pitch),e.cents=-50):t.indexOf(".25")>=0&&(e.pitch=Math.round(e.pitch),e.cents=50),e}function te(e){return(e%=7)<0&&(e+=7),e}var re={A:33,B:35,C:36,D:38,E:40,F:41,G:43},ae={dim:[0,3,6],"°":[0,3,6],"˚":[0,3,6],dim7:[0,3,6,9],"°7":[0,3,6,9],"˚7":[0,3,6,9],"ø7":[0,3,6,10],"m7(b5)":[0,3,6,10],m7b5:[0,3,6,10],"m7♭5":[0,3,6,10],"-7(b5)":[0,3,6,10],"-7b5":[0,3,6,10],"7b5":[0,4,6,10],"7(b5)":[0,4,6,10],"7♭5":[0,4,6,10],"7(b9,b5)":[0,4,6,10,13],"7b9,b5":[0,4,6,10,13],"7(#9,b5)":[0,4,6,10,15],"7#9b5":[0,4,6,10,15],"maj7(b5)":[0,4,6,11],maj7b5:[0,4,6,11],"13(b5)":[0,4,6,10,14,21],"13b5":[0,4,6,10,14,21],m:[0,3,7],"-":[0,3,7],m6:[0,3,7,9],"-6":[0,3,7,9],m7:[0,3,7,10],"-7":[0,3,7,10],"-(b6)":[0,3,7,8],"-b6":[0,3,7,8],"-6/9":[0,3,7,9,14],"-7(b9)":[0,3,7,10,13],"-7b9":[0,3,7,10,13],"-maj7":[0,3,7,11],"-9+7":[0,3,7,11,13],"-11":[0,3,7,11,14,17],m11:[0,3,7,11,14,17],"-maj9":[0,3,7,11,14],"-∆9":[0,3,7,11,14],mM9:[0,3,7,11,14],M:[0,4,7],6:[0,4,7,9],"6/9":[0,4,7,9,14],"6add9":[0,4,7,9,14],69:[0,4,7,9,14],7:[0,4,7,10],9:[0,4,7,10,14],11:[0,7,10,14,17],13:[0,4,7,10,14,21],"7b9":[0,4,7,10,13],"7♭9":[0,4,7,10,13],"7(b9)":[0,4,7,10,13],"7(#9)":[0,4,7,10,15],"7#9":[0,4,7,10,15],"(13)":[0,4,7,10,14,21],"7(9,13)":[0,4,7,10,14,21],"7(#9,b13)":[0,4,7,10,15,20],"7(#11)":[0,4,7,10,14,18],"7#11":[0,4,7,10,14,18],"7(b13)":[0,4,7,10,20],"7b13":[0,4,7,10,20],"9(#11)":[0,4,7,10,14,18],"9#11":[0,4,7,10,14,18],"13(#11)":[0,4,7,10,18,21],"13#11":[0,4,7,10,18,21],maj7:[0,4,7,11],"∆7":[0,4,7,11],"Δ7":[0,4,7,11],maj9:[0,4,7,11,14],"maj7(9)":[0,4,7,11,14],"maj7(11)":[0,4,7,11,17],"maj7(#11)":[0,4,7,11,18],"maj7(13)":[0,4,7,14,21],"maj7(9,13)":[0,4,7,11,14,21],"7sus4":[0,5,7,10],m7sus4:[0,3,7,10,17],sus4:[0,5,7],sus2:[0,2,7],"7sus2":[0,2,7,10],"9sus4":[0,5,7,10,14],"13sus4":[0,5,7,10,14,21],aug7:[0,4,8,10],"+7":[0,4,8,10],"+":[0,4,8],"7#5":[0,4,8,10],"7♯5":[0,4,8,10],"7+5":[0,4,8,10],"9#5":[0,4,8,10,14],"9♯5":[0,4,8,10,14],"9+5":[0,4,8,10,14],"-7(#5)":[0,3,8,10],"-7#5":[0,3,8,10],"7(#5)":[0,4,8,10],"7(b9,#5)":[0,4,8,10,13],"7b9#5":[0,4,8,10,13],"maj7(#5)":[0,4,8,11],"maj7#5":[0,4,8,11],"maj7(#5,#11)":[0,4,8,11,18],"maj7#5#11":[0,4,8,11,18],"9(#5)":[0,4,8,10,14],"13(#5)":[0,4,8,10,14,21],"13#5":[0,4,8,10,14,21]};function ie(e,t){var r=ae[t];r||(r="ma"===t.slice(0,2).toLowerCase()||"M"===t.charAt(0)?ae.M:"m"===t.charAt(0)||"-"===t.charAt(0)?ae.m:ae.M),e+=12;for(var a=[],i=0;i<r.length;i++)a.push(e+r[i]);return a}function ne(e,t,r,a,i){void 0!==e&&p.push({cmd:"note",pitch:e,volume:r,start:w+a*q(t),duration:q(i),gap:0,instrument:0})}function se(e,t,r,a,i){for(var n=0;n<e.length;n++)p.push({cmd:"note",pitch:e[n],volume:r,start:w+a*q(t),duration:q(i),gap:0,instrument:0})}var oe={"2/2":["boom","chick"],"2/4":["boom","chick"],"3/4":["boom","chick","chick"],"4/4":["boom","chick","boom2","chick"],"5/4":["boom","chick","chick","boom2","chick"],"6/8":["boom","","chick","boom2","","chick"],"9/8":["boom","","chick","boom2","","chick","boom2","","chick"],"12/8":["boom","","chick","boom2","","chick","boom","","chick","boom2","","chick"]};function ce(e,t){var r=N.num,a=N.den,i=1/a,n=i/2,s=oe[r+"/"+a],o=parseInt(r,10)/parseInt(a,10)-(t-e)/S;if(Math.abs(o)<1e-5&&(o=!1),!s||o){s=[];for(var c=(t-e)/S/i,l=0;l<c;l++)s.push("chick")}if(0===b.length&&b.push({beat:0,chord:y}),0!==b[0].beat&&y&&x&&b.unshift({beat:0,chord:x}),1!==b.length){for(var h=.125===i?3:1,u={},f=0;f<b.length;f++){var d=b[f];u[""+Math.round(d.beat*h)]=d}for(var p=0;p<s.length;p++){var m,g;if(u[""+p]&&(m=u[""+p]),!L&&m)switch(s[p]){case"boom":u[""+(p+1)]?se(m.chord.chick,i,M,p,n):(ne(m.chord.boom,i,E,p,n),g=m.chord.boom);break;case"boom2":u[""+(p+1)]?se(m.chord.chick,i,M,p,n):g===m.chord.boom?(ne(m.chord.boom2,i,E,p,n),g=void 0):(ne(m.chord.boom,i,E,p,n),g=m.chord.boom);break;case"chick":se(m.chord.chick,i,M,p,n);break;case"":u[""+p]&&se(m.chord.chick,i,M,p,n)}}}else for(var v=b[0].beat;v<s.length;v++)if(!L)switch(s[v]){case"boom":ne(b[0].chord.boom,i,E,v,n);break;case"boom2":ne(b[0].chord.boom2,i,E,v,n);break;case"chick":se(b[0].chord.chick,i,M,v,n)}}function le(e){if(0===e.pattern.length||!1===e.on)return{on:!1};for(var t=e.pattern[0],r=[],a="",i=0,n=0;n<t.length;n++)if("d"===t[n]&&i++,"d"===t[n]||"z"===t[n])0!==a.length?(r.push(a),a=t[n]):a+=t[n];else{if(0===a.length)return{on:!1};a+=t[n]}if(0!==a.length&&r.push(a),e.pattern.length!==2*i+1)return{on:!1};for(var s={on:!0,bars:e.bars,pattern:[]},o=j(N),c=0,l=0;l<r.length;l++){a=r[l];for(var h=1,u=!1,f=0,d=1;d<a.length;d++)switch(a[d]){case"/":0!==f&&(h*=f),f=0,u=!0;break;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":f=10*f+a[d];break;default:return{on:!1}}u?(0===f&&(f=2),h/=f):f&&(h*=f),"d"===a[0]?(s.pattern.push({len:h*o,pitch:e.pattern[1+c],velocity:e.pattern[1+c+i]}),c++):s.pattern.push({len:h*o,pitch:null})}for(var p=0,m=N.num/N.den,g=0;g<s.pattern.length;g++)p+=s.pattern[g].len;var v=p/(e.bars?e.bars:1)/m;for(g=0;g<s.pattern.length;g++)s.pattern[g].len=s.pattern[g].len/v;return s}function he(e){if(0!==T.length||I.on){var t=N.num/N.den;if(0===T.length){if(d<t)return;T.push({cmd:"program",channel:e,instrument:_})}if(I.on)for(var r=w,a=0;a<I.pattern.length;a++){var i=q(I.pattern[a].len);I.pattern[a].pitch&&T.push({cmd:"note",pitch:I.pattern[a].pitch,volume:I.pattern[a].velocity,start:r,duration:i,gap:0,instrument:_}),r+=i}}}}(),e.exports=a},1028:function(e,t,r){var a,i=r(5008);!function(){"use strict";var e,t=128;function r(e,t,r){for(var a=0,i=t+1;i<e.length;i++)if("note"===e[i].el_type&&a++,e[i].decoration&&e[i].decoration.indexOf(r)>=0)return a;return a}function n(e,t,r){for(var a=Math.min(e.length,t+3),i=t;i<a;i++)if("note"===e[i].el_type&&e[i].decoration)for(var n=0;n<e[i].decoration.length;n++)if(r.indexOf(e[i].decoration[n])>=0)return e[i].decoration[n];return null}function s(e){for(var t=0;t<e.length;t++)for(var r=e[t],a=r.length-1;a>=0&&"bar"!==r[a].el_type;)r[a].noChordVoice=!0,a--}function o(e,t){if(e&&!(e.length<=t)&&e[t].title)return e[t].title.join(" ")}function c(e,t){var r=1/4;e.duration&&(r=e.duration[0]);var a=60;return e.bpm&&(a=e.bpm),r*a/t}function l(t){var r;switch(t.type){case"common_time":r={el_type:"meter",num:4,den:4};break;case"cut_time":r={el_type:"meter",num:2,den:2};break;case"specified":r={el_type:"meter",num:t.value[0].num,den:t.value[0].den};break;default:r={el_type:"meter"}}return e=r.num/r.den,r}function h(e){for(var t=[],r=0;r<e.length;r++)"natural"!==e[r].acc&&t.push(e[r]);return t}function u(e,t){d(e,"HP"===t.root?{el_type:"key",accidentals:[{acc:"natural",note:"g"},{acc:"sharp",note:"f"},{acc:"sharp",note:"c"}]}:{el_type:"key",accidentals:h(t.accidentals)})}function f(e,t){d(e,l(t))}function d(e,t){for(var r=e.length-1;r>=0;r--)if(e[r].el_type===t.el_type)return void(JSON.stringify(e[r])!==JSON.stringify(t)&&e.push(t));e.push(t)}a=function(a,h){var p,m=(h=h||{}).program||0,g=h.midiTranspose||0;a.visualTranspose&&(g-=a.visualTranspose);var v=h.channel||0,b=!1,y=h.drum||"",x=h.drumBars||1,w=h.drumIntro||0,k=""!==y,C=[];m=parseInt(m,10),g=parseInt(g,10),10===(v=parseInt(v,10))&&(m=t),y=y.split(" "),x=parseInt(x,10),w=parseInt(w,10);var T=a.formatting.bagpipes;T&&(m=71);var A=[];if(a.formatting.midi){var S=a.formatting.midi;S.program&&S.program.length>0&&(m=S.program[0],S.program.length>1&&(m=S.program[1],v=S.program[0]),b=!0),S.transpose&&(g=S.transpose[0]),S.channel&&(v=S.channel[0],b=!0),S.drum&&(y=S.drum),S.drumbars&&(x=S.drumbars[0]),S.drumon&&(k=!0),10===v&&(m=t),S.beat&&A.push({el_type:"beat",beats:S.beat}),S.nobeataccents&&A.push({el_type:"beataccents",value:!1})}p=h.qpm?parseInt(h.qpm,10):a.metaText.tempo?c(a.metaText.tempo,a.getBeatLength()):h.defaultQpm?h.defaultQpm:180;var N=[];T&&N.push({el_type:"bagpipes"}),N.push({el_type:"instrument",program:m}),v&&N.push({el_type:"channel",channel:v}),g&&N.push({el_type:"transpose",transpose:g}),N.push({el_type:"tempo",qpm:p});for(var _=0;_<A.length;_++)N.push(A[_]);var E,M=[],B=[],L=[],P=[0],z={};z[0]={el_type:"tempo",qpm:p,timing:0};for(var H=[],O=[],F=!1,D=a.lines,I=0;I<D.length;I++){var Y=D[I];if(Y.staff)for(var V=function(e){var t,a={pppp:[15,10,5,1],ppp:[30,20,10,1],pp:[45,35,20,1],p:[60,50,35,1],mp:[75,65,50,1],mf:[90,80,65,1],f:[105,95,80,1],ff:[120,110,95,1],fff:[127,125,110,1],ffff:[127,125,110,1]};if(e.decoration)if(e.decoration.indexOf("pppp")>=0?t="pppp":e.decoration.indexOf("ppp")>=0?t="ppp":e.decoration.indexOf("pp")>=0?t="pp":e.decoration.indexOf("p")>=0?t="p":e.decoration.indexOf("mp")>=0?t="mp":e.decoration.indexOf("mf")>=0?t="mf":e.decoration.indexOf("f")>=0?t="f":e.decoration.indexOf("ff")>=0?t="ff":e.decoration.indexOf("fff")>=0?t="fff":e.decoration.indexOf("ffff")>=0&&(t="ffff"),t&&(E=a[t].slice(0),M[W].push({el_type:"beat",beats:E.slice(0)}),B[X]=!1,L[X]=!1),e.decoration.indexOf("crescendo(")>=0){var i=r(R,ee,"crescendo)"),s=Math.min(127,E[0]+50),o=n(R,ee+i+1,Object.keys(a));o&&(s=a[o][0]),B[X]=i>0&&Math.floor((s-E[0])/i),L[X]=!1}else if(e.decoration.indexOf("crescendo)")>=0)B[X]=!1;else if(e.decoration.indexOf("diminuendo(")>=0){var c=r(R,ee,"diminuendo)"),l=Math.max(15,E[0]-50),h=n(R,ee+c+1,Object.keys(a));h&&(l=a[h][0]),B[X]=!1,L[X]=c>0&&Math.floor((l-E[0])/c)}else e.decoration.indexOf("diminuendo)")>=0&&(L[X]=!1)},G=Y.staff,W=0,q=0;q<G.length;q++){var j=G[q];if(!j.clef||"TAB"!==j.clef.type)for(var X=0;X<j.voices.length;X++){var R=j.voices[X];if(!M[W]){M[W]=[].concat(JSON.parse(JSON.stringify(N)));var U=o(Y.staff,W);U&&M[W].unshift({el_type:"name",trackName:U})}if(g&&"perc"===j.clef.type&&M[W].push({el_type:"transpose",transpose:0}),j.clef&&"perc"===j.clef.type&&!b)for(var K=0;K<M[W].length;K++)"instrument"===M[W][K].el_type&&(M[W][K].program=t);else j.key&&u(M[W],j.key);j.meter&&f(M[W],j.meter),!F&&k&&(M[W].push({el_type:"drum",params:{pattern:y,bars:x,on:k,intro:w}}),F=!0),j.clef&&"perc"!==j.clef.type&&j.clef.transpose&&(j.clef.el_type="clef",M[W].push({el_type:"transpose",transpose:j.clef.transpose})),j.clef&&j.clef.type&&(j.clef.type.indexOf("-8")>=0?M[W].push({el_type:"transpose",transpose:-12}):j.clef.type.indexOf("+8")>=0&&M[W].push({el_type:"transpose",transpose:12})),a.formatting.midi&&a.formatting.midi.drumoff&&(M[W].push({el_type:"bar"}),M[W].push({el_type:"drum",params:{pattern:"",on:!1}}));var Q=0,$=0,Z=0,J=0;E=[105,95,85,1];for(var ee=0;ee<R.length;ee++){var te=R[ee];switch(te.el_type){case"note":if(B[X]&&(E[0]+=B[X],E[1]+=B[X],E[2]+=B[X],M[W].push({el_type:"beat",beats:E.slice(0)})),L[X]&&(E[0]+=L[X],E[1]+=L[X],E[2]+=L[X],M[W].push({el_type:"beat",beats:E.slice(0)})),V(te),!te.rest||"spacer"!==te.rest.type){var re={elem:te,el_type:"note",timing:P[W]};if(te.style?re.style=te.style:C[W]&&(re.style=C[W]),re.duration=0===te.duration?.25:te.duration,te.startTriplet){if($=te.tripletMultiplier,Z=te.startTriplet*$*te.duration,te.startTriplet!==te.tripletR&&ee+te.tripletR<=R.length){for(var ae=0,ie=ee;ie<ee+te.tripletR;ie++)ae+=R[ie].duration;Z=$*ae}re.duration=re.duration*$,re.duration=Math.round(1e6*re.duration)/1e6,J=re.duration}else $&&(te.endTriplet?($=0,re.duration=Math.round(1e6*(Z-J))/1e6):(re.duration=re.duration*$,re.duration=Math.round(1e6*re.duration)/1e6,J+=re.duration));te.rest&&(re.rest=te.rest),te.decoration&&(re.decoration=te.decoration.slice(0)),te.pitches&&(re.pitches=i.cloneArray(te.pitches)),te.gracenotes&&(re.gracenotes=i.cloneArray(te.gracenotes)),te.chord&&(re.chord=i.cloneArray(te.chord)),M[W].push(re),"rhythm"===te.style&&s(M),Q++,P[W]+=re.duration}break;case"key":case"keySignature":u(M[W],te);break;case"meter":f(M[W],te);break;case"clef":te.transpose&&M[W].push({el_type:"transpose",transpose:te.transpose}),te.type&&(te.type.indexOf("-8")>=0?M[W].push({el_type:"transpose",transpose:-12}):te.type.indexOf("+8")>=0&&M[W].push({el_type:"transpose",transpose:12}));break;case"tempo":p=c(te,a.getBeatLength()),M[W].push({el_type:"tempo",qpm:p,timing:P[W]}),z[""+P[W]]={el_type:"tempo",qpm:p,timing:P[W]};break;case"bar":Q>0&&M[W].push({el_type:"bar"}),V(te),Q=0;var ne="bar_right_repeat"===te.type||"bar_dbl_repeat"===te.type,se="1"===te.startEnding,oe="bar_left_repeat"===te.type||"bar_dbl_repeat"===te.type||"bar_right_repeat"===te.type;if(ne){var ce=H[W];ce||(ce=0);var le=O[W];le||(le=M[W].length);for(var he=ce;he<le;he++){var ue=i.clone(M[W][he]);ue.pitches&&(ue.pitches=i.cloneArray(ue.pitches)),M[W].push(ue)}O[W]=void 0,H[W]=void 0}se&&(O[W]=M[W].length),oe&&(H[W]=M[W].length);break;case"style":C[W]=te.head;break;case"timeSignature":M[W].push(l(te));break;case"part":case"stem":case"scale":case"break":case"font":break;case"midi":var fe=!1;switch(te.cmd){case"drumon":k=!0,fe=!0;break;case"drumoff":k=!1,fe=!0;break;case"drum":y=te.params,fe=!0;break;case"drumbars":x=te.params[0],fe=!0;break;case"drummap":break;case"channel":10===te.params[0]&&M[W].push({el_type:"instrument",program:t});break;case"program":d(M[W],{el_type:"instrument",program:te.params[0]}),b=!0;break;case"transpose":M[W].push({el_type:"transpose",transpose:te.params[0]});break;case"gchordoff":M[W].push({el_type:"gchord",tacet:!0});break;case"gchordon":M[W].push({el_type:"gchord",tacet:!1});break;case"beat":M[W].push({el_type:"beat",beats:te.params});break;case"nobeataccents":M[W].push({el_type:"beataccents",value:!1});break;case"beataccents":M[W].push({el_type:"beataccents",value:!0});break;case"vol":M[W].push({el_type:"vol",volume:te.params[0]});break;case"volinc":M[W].push({el_type:"volinc",volume:te.params[0]});break;default:console.log("MIDI seq: midi cmd not handled: ",te.cmd,te)}fe&&(M[0].push({el_type:"drum",params:{pattern:y,bars:x,intro:w,on:k}}),F=!0);break;default:console.log("MIDI: element type "+te.el_type+" not handled.")}}P[++W]||(P[W]=0)}}}if(function(e,t){if(t&&0!==t.length)for(var r=Object.keys(t),a=0;a<e.length;a++)for(var i=e[a],n=t[0]?t[0].qpm:0,s=0;s<i.length;s++){var o=i[s];"tempo"===o.el_type&&(n=o.qpm),r.indexOf(""+o.timing)>=0&&n!==t[""+o.timing].qpm&&(n=t[""+o.timing].qpm,"tempo"===o.el_type?(o.qpm=t[""+o.timing].qpm,s++):(e[a].splice(s,0,{el_type:"tempo",qpm:t[""+o.timing].qpm,timing:o.timing}),s+=2))}}(M,z),w)for(var de=a.getPickupLength(),pe=0;pe<M.length;pe++){for(var me=0;"note"!==M[pe][me].el_type&&M[pe].length>me;)me++;if(M[pe].length>me)for(ie=0;ie<w;ie++)0===de||ie<w-1?M[pe].splice(me,0,{el_type:"note",rest:{type:"rest"},duration:e},{el_type:"bar"}):M[pe].splice(me,0,{el_type:"note",rest:{type:"rest"},duration:e-de})}return M.length>0&&M[0].length>0&&(M[0][0].pickupLength=a.getPickupLength()),M}}(),e.exports=a},5058:function(e){var t={f0:"_C",n0:"=C",s0:"^C",x0:"C",f1:"_D",n1:"=D",s1:"^D",x1:"D",f2:"_E",n2:"=E",s2:"^E",x2:"E",f3:"_F",n3:"=F",s3:"^F",x3:"F",f4:"_G",n4:"=G",s4:"^G",x4:"G",f5:"_A",n5:"=A",s5:"^A",x5:"A",f6:"_B",n6:"=B",s6:"^B",x6:"B",f7:"_c",n7:"=c",s7:"^c",x7:"c",f8:"_d",n8:"=d",s8:"^d",x8:"d",f9:"_e",n9:"=e",s9:"^e",x9:"e",f10:"_f",n10:"=f",s10:"^f",x10:"f",f11:"_g",n11:"=g",s11:"^g",x11:"g",f12:"_a",n12:"=a",s12:"^a",x12:"a",f13:"_b",n13:"=b",s13:"^b",x13:"b"};e.exports=function(e){var r=(e.accidental?e.accidental[0]:"x")+e.verticalPos;return t[r]}},7390:function(e){e.exports=function(e){}},1484:function(e,t,r){var a=r(1921);function i(e){this.tuning=e._super.params.tuning,this.tuning||(this.tuning=["E,","A,","D","G","B","e"]),e.tuning=this.tuning,this.strings=new a(e)}i.prototype.notesToNumber=function(e,t){return this.strings.notesToNumber(e,t)},i.prototype.stringToPitch=function(e){return this.strings.stringToPitch(e)},e.exports=i},5952:function(e,t,r){var a=r(8918),i=r(8660),n=r(676),s=r(1484),o=r(7390);function c(){}c.prototype.init=function(e,t,r){var n=new i(e,t,r);this._super=n,this.abcTune=e,this.linePitch=3,this.nbLines=6,this.isTabBig=!0,this.capo=r.capo,this.transpose=r.visualTranspose,this.tablature=new a(this.nbLines,this.linePitch);var o=new s(this);this.semantics=o},c.prototype.render=function(e,t,r){this._super.inError||this.tablature.bypass(t)||(o(this.abcTune),new n(this,e,t,r).doLayout())},e.exports=function(){return{name:"GuitarTab",tablature:c}}},1921:function(e,t,r){var a=r(6776),i=r(6629);function n(e,t){for(var r=[],i=0;i<t.length;i++){var n=o(e,new a.TabNote(t[i].name));r.push(n)}return function(e,t){for(var r=0;r<t.length-1;r++){var a=t[r],i=t[r+1];if(a.str==i.str){if(a.str==e.strings.length-1)return a.num="?",void(i.num="?");i.num<a.num?(i.str++,i=s(e,i.note,i.str,e.secondPos,e.strings[i.str].length)):(a.str++,a=s(e,a.note,a.str,e.secondPos,e.strings[a.str].length)),t[r]=a,t[r+1]=i}}}(e,r),r}function s(e,t,r,a,i){var n=e.strings;t.checkKeyAccidentals(e.accidentals),a&&(n=a);var s=t.emitNoAccidentals(),o=n[r].indexOf(s),c=t.acc;if(-1!=o){if(a&&(o+=i),(t.isFlat||-1==t.acc)&&0==o){var l=t.getAccidentalEquiv();o=n[++r].indexOf(l.emit()),c=0}return{num:o+c,str:r,note:t}}return null}function o(e,t){var r=null,i=0,n=e.strings[e.strings.length-1],o=new a.TabNote(n[0]);if(t.isLowerThan(o))return{num:"?",str:e.strings.length-1,note:t,error:t.emit()+": unexpected note for instrument"};for(;i<e.strings.length;){if(r=s(e,t,i))return r;i++}return null}function c(e,t){var r={num:"?",str:0,note:t};e.push(r),e.error=t.emit()+": unexpected note for instrument"}function l(e){var t=e.tuning,r=e.capo,n=e._super.params.highestNote;if(this.linePitch=e.linePitch,this.highestNote="a'",n&&(this.highestNote=n),this.capo=0,r&&(this.capo=r),this.tuning=t,this.capo>0&&(this.capoTuning=function(e){var t=null,r=e.tuning;if(e.capo>0){t=[];for(var i=0;i<r.length;i++){for(var n=new a.TabNote(r[i]),s=0;s<e.capo;s++)n=n.nextNote();t[i]=n.emit()}}return t}(this)),this.strings=function(e){var t=[],r=e.tuning;e.capo>0&&(r=e.capoTuning);for(var a=r.length-1,n=0;n<r.length;n++){var s=e.highestNote;n!=r.length-1&&(s=r[n+1]);var o=new i(r[n],s).build();if(o.error)return o;t[a--]=o}return t}(this),this.strings.error)return e._super.setError(this.strings.error),void(e.inError=!0);this.secondPos=function(e){var t=[];t[0]=[];for(var r=e.strings,a=1;a<r.length;a++)t[a]=r[a-1];return t}(this)}l.prototype.stringToPitch=function(e){return 5.3+(this.strings.length-1-e)*this.linePitch},l.prototype.notesToNumber=function(e,t){var r,i,s=null,l=null;if(e&&(l=[],e.length>1?(l=n(this,e)).error&&(s=l.error):(i=o(this,r=new a.TabNote(e[0].name)))?l.push(i):(c(l,r),s=l.error)),s)return l;var h=null;if(t){h=[];for(var u=0;u<t.length;u++)(i=o(this,r=new a.TabNote(t[u].name)))?h.push(i):(c(h,r),s=l.error)}return{notes:l,graces:h,error:s}},l.prototype.toString=function(){return this.tuning.join("").replaceAll(",","").toUpperCase()},l.prototype.tabInfos=function(e){var t=e._super.params.label;if(t){var r="";return-1!=t.indexOf("%T")&&(r=this.toString(),e.capo>0&&(r+=" capo:"+e.capo),t=t.replace("%T",r)),t}return""},e.exports=l},8918:function(e){function t(e,t){this.numLines=e,this.lineSpace=t,this.verticalSize=this.numLines*this.lineSpace,this.bar={pitch:3,pitch2:t*e,height:5}}t.prototype.bypass=function(e){var t=e.staffGroup.voices;return!!(t.length>0&&t[0].isPercussion)},t.prototype.setRelative=function(e,t,r){switch(e.type){case"bar":t.pitch=this.bar.pitch,t.pitch2=this.bar.pitch2,t.height=this.height;break;case"symbol":var a=this.bar.pitch2/2;if("dots.dot"==e.name)return r?(t.pitch=a,!1):(t.pitch=a+this.lineSpace,!0)}return r},e.exports=t},6776:function(e){var t=["A","B","C","D","E","F","G"];function r(e){var t,r=!1,a=e,i=!1,n=null,s=null,o=!1,c=0;e.startsWith("_")?(r=!0,c=-1,"/"==e[1]?(r=!1,s="v",c=0):"_"==e[1]&&(o=!0,c-=1)):e.startsWith("^")?(i=!0,c=1,"/"==e[1]?(i=!1,s="^",c=0):"^"==e[1]&&(o=!0,c+=1)):e.startsWith("=")&&(n=!0,c=0),((t=r||i||null!=s)||n)&&(a=null!=s||o?e.slice(2):e.slice(1));var l=(e.match(/,/g)||[]).length,h=(e.match(/'/g)||[]).length;this.name=a,this.acc=c,this.isSharp=i,this.isKeySharp=!1,this.isDouble=o,this.isAltered=t,this.isFlat=r,this.isKeyFlat=!1,this.natural=n,this.quarter=s,this.isLower=this.name==this.name.toLowerCase(),this.name=this.name[0].toUpperCase(),this.hasComma=l,this.isQuoted=h}function a(e){var t=new r(e.name);return t.hasComma=e.hasComma,t.isLower=e.isLower,t.isQuoted=e.isQuoted,t.isSharp=e.isSharp,t.isKeySharp=e.isKeySharp,t.isFlat=e.isFlat,t.isKeyFlat=e.isKeyFlat,t}r.prototype.sameNoteAs=function(e){return this.name==e.name&&this.hasComma==e.hasComma&&this.isLower==e.isLower&&this.isQuoted==e.isQuoted&&this.isSharp==e.isSharp&&this.isFlat==e.isFlat},r.prototype.isLowerThan=function(e){var t=["C","D","E","F","G","A","B"];if(this.hasComma>e.hasComma)return!0;if(e.hasComma>this.hasComma)return!1;if(this.isQuoted>e.isQuoted)return!1;if(e.isQuoted>this.isQuoted)return!0;if(this.isLower){if(!e.isLower)return!1}else if(e.isLower)return!0;var r=e.name[0].toUpperCase(),a=this.name[0].toUpperCase();return t.indexOf(a)<t.indexOf(r)},r.prototype.checkKeyAccidentals=function(e){if(e)for(var t=this.name,r=0;r<e.length;r++){var a=e[r];t==a.note.toUpperCase()&&("flat"==a.acc&&(this.acc=-1,this.isKeyFlat=!0),"sharp"==a.acc&&(this.acc=1,this.isKeySharp=!0))}},r.prototype.getAccidentalEquiv=function(){var e=a(this);return e.isSharp||e.isKeySharp?((e=e.nextNote()).isFlat=!0,e.isSharp=!1,e.isKeySharp=!1):(e.isFlat||e.isKeyFlat)&&((e=e.prevNote()).isSharp=!0,e.isFlat=!1,e.isKeyFlat=!1),e},r.prototype.nextNote=function(){var e=a(this);if(this.isSharp||this.isKeySharp)e.isSharp=!1,e.isKeySharp=!1;else if("E"!=this.name&&"B"!=this.name)return e.isSharp=!0,e;var r=t.indexOf(this.name);return r==t.length-1?r=0:r++,e.name=t[r],"C"==e.name&&(e.hasComma>0?e.hasComma--:e.isLower?e.isQuoted=!0:e.isLower=!0),e},r.prototype.prevNote=function(){var e=a(this);if(this.isSharp)return e.isSharp=!1,e;var r=t.indexOf(this.name);return 0==r?r=t.length-1:r--,e.name=t[r],"B"==e.name&&(e.isLower?e.hasComma=1:e.hasComma>0?e.hasComma++:e.isQuoted>0?e.isQuoted-=1:e.isLower=!0),this.isFlat?(e.isFlat=!1,e):("E"!=this.name&&"B"!=this.name&&(e.isSharp=!0),e)},r.prototype.emitNoAccidentals=function(){var e=this.name;this.isLower&&(e=e.toLowerCase());for(var t=0;t<this.isQuoted;t++)e+="'";for(var r=0;r<this.hasComma;r++)e+=",";return e},r.prototype.emit=function(){var e=this.name;(this.isSharp||this.isKeySharp)&&(e="^"+e,this.isDouble&&(e="^"+e)),(this.isFlat||this.isKeyFlat)&&(e="_"+e,this.isDouble&&(e="_"+e)),this.quarter&&(e="^"==this.quarter?"^/"+e:"_/"+e),this.natural&&(e="="+e);for(var t=1;t<=this.hasComma;t++)e+=",";if(this.isLower){e=e.toLowerCase();for(var r=1;r<=this.isQuoted;r++)e+="'"}return e},e.exports={TabNote:r,notes:t}},6629:function(e,t,r){var a=r(6776),i=a.notes;function n(e,t){this.fromN=new a.TabNote(e),this.toN=new a.TabNote(t)}n.prototype.build=function(){var e=this.fromN,t=this.toN;if(t.isLowerThan(e)){var r=e.emit();return{error:"Invalid string Instrument tuning : "+t.emit()+" string lower than "+r+" string"}}var a=[],n=i.indexOf(e.name),s=i.indexOf(t.name);if(-1==n||-1==s)return a;for(var o=!1;!o;)a.push(e.emit()),(e=e.nextNote()).sameNoteAs(t)&&(o=!0);return a},e.exports=n},4916:function(e,t,r){var a=r(8918),i=r(8660),n=r(676),s=r(7658),o=r(346);function c(){}c.prototype.init=function(e,t,r){var n=new i(e,t,r);this.abcTune=e,this._super=n,this.linePitch=3,this.nbLines=4,this.isTabBig=!1,this.capo=r.capo,this.transpose=r.visualTranspose,this.tablature=new a(this.nbLines,this.linePitch);var o=new s(this);this.semantics=o},c.prototype.render=function(e,t,r){this._super.inError||this.tablature.bypass(t)||(o(this.abcTune),new n(this,e,t,r).doLayout())},e.exports=function(){return{name:"ViolinTab",tablature:c}}},346:function(e){e.exports=function(e){}},7658:function(e,t,r){var a=r(1921);function i(e){this.tuning=e._super.params.tuning,this.tuning||(this.tuning=["G,","D","A","e"]),e.tuning=this.tuning,this.strings=new a(e)}i.prototype.notesToNumber=function(e,t){return this.strings.notesToNumber(e,t)},i.prototype.stringToPitch=function(e){return this.strings.stringToPitch(e)},e.exports=i},1696:function(e,t,r){var a=r(3255),i=r(1577),n=r(4506);function s(e,t){for(var r in t)t.hasOwnProperty(r)&&(Array.isArray(t[r])||null!=(a=t[r])&&a.constructor===Object||(e[r]=t[r]));var a}function o(e){var t=new a("",0,0,"",0);return s(t,e),t.top=0,t.bottom=-1,e.abcelem&&(t.abcelem={},s(t.abcelem,e.abcelem),"note"===t.abcelem.el_type&&(t.abcelem.el_type="tabNumber")),t}function c(e,t){var r=o(e);if(t)for(var a=e.children,n=!0,c=0;c<a.length;c++){var l=a[c],h=new i("",0,0,0,"");s(h,l),n=t.tablature.setRelative(l,h,n),r.children.push(h)}return r}function l(e,t,r){var n="tab.tiny",s=7.5;e.isTabBig&&(n="tab.big",s=10);var o=new a({el_type:"tab",icon:n,Ypos:s},0,0,"symbol",0);o.x=t;var c=new i(n,0,0,7.5,"tab");return c.x=r,o.children.push(c),"tab"==o.abcelem.el_type&&(c.pitch=s),o}function h(e){if(e.extra)for(var t=0;t<e.extra.length;t++){var r=e.extra[t];if("lyric"==r.type)return{bottom:r.bottom,height:r.height}}return null}function u(){this.accidentals=null}function f(e,t,r,a,n){var s=a.num;null!=a.note.quarter&&(s=s.toString(),s+=a.note.quarter);var o=e.semantics.stringToPitch(a.str);r.notes.push({num:s,str:a.str,pitch:a.note.emit()});var c=new i(s,0,0,o+.3,{type:"tabNumber"});return c.x=t,c.isGrace=n,c.isAltered=a.note.isAltered,c}function d(e,t){var r=0;if(e.extra)for(var a=0;a<e.extra.length;a++)if(e.extra[a].c.indexOf("noteheads")>=0){if(r===t)return e.extra[a].x+e.extra[a].w/2;r++}return-1}function p(e){if(e.abcelem){var t=e.abcelem;if(t.rest)return t.gracenotes}return null}function m(e,t,r,a){if(e.transpose){for(var i=0;i<r.length;i++)r[i]=t.transposeNote(r[i]);if(a)for(var n=0;n<a.length;n++)a[n]=t.transposeNote(a[n])}}function g(e,t,r){var a=e.semantics.notesToNumber(t,r);if(a.error)return e._super.setError(a.error),a;if(a.graces&&a.notes){var i=a.notes.length-1;a.notes[i].graces=a.graces}return a}function v(e,t,r,a,i){for(var n=0;n<a.length;n++){var s={el_type:"note",startChar:r.abcelem.startChar,endChar:r.abcelem.endChar,notes:[],grace:!0},o=f(e,d(r,n),s,a[n],!0);t.children.push(o),i.push(s)}}u.prototype.build=function(e,t,r,a,i,s){var u=function(e){for(var t=0,r=0;r<e.length;r++)e[r].tabNameInfos||t++;return t}(t),b=t[i+a],y=t[u+i+a],x=null,w=null,k=null;"clef"!=b.children[0].abcelem.el_type&&"none"!=s&&b.children.splice(0,0,s);for(var C=0;C<b.children.length;C++){var T=b.children[C],A=T.x,S=A;switch(T.isClef&&y.children.push(l(e,A,S)),T.type){case"staff-extra key-signature":this.accidentals=T.abcelem.accidentals,e.semantics.strings.accidentals=this.accidentals,e.transpose&&(x=new n(T.abcelem.accidentals,e.transpose));break;case"bar":var N=!1;C===b.children.length-1&&(N=!0);var _=c(T,e);if(_.abcelem.barNumber){delete _.abcelem.barNumber;for(var E=0;E<_.children.length;E++)if("barNumber"===_.children[E].type){_.children.splice(E,1);break}}_.abcelem.lastBar=N,y.children.push(_),r.push({el_type:T.abcelem.el_type,type:T.abcelem.type,endChar:T.abcelem.endChar,startChar:T.abcelem.startChar,abselem:_});break;case"rest":var M=p(T);if(M){if(m(e,x,null,M),(w=g(e,null,M)).error)return;D={el_type:"note",startChar:T.abcelem.startChar,endChar:T.abcelem.endChar,notes:[],grace:!0},v(e,B,T,w.graces,r)}break;case"note":var B=o(T);B.x=T.heads[0].x+T.heads[0].w/2,B.lyricDim=h(T);var L=T.abcelem.pitches,P=T.abcelem.gracenotes;if(B.type="tabNumber",m(e,x,L,P),(w=g(e,L,P)).error)return;if(w.graces){var z=w.notes.length-1;w.notes[z].graces=w.graces}k={el_type:"note",startChar:T.abcelem.startChar,endChar:T.abcelem.endChar,notes:[]};for(var H=0;H<w.notes.length;H++){var O=w.notes[H];if(O.graces)for(var F=0;F<O.graces.length;F++){var D={el_type:"note",startChar:T.abcelem.startChar,endChar:T.abcelem.endChar,notes:[],grace:!0},I=f(e,d(T,F),D,O.graces[F],!0);B.children.push(I),r.push(D)}var Y=f(e,B.x+T.heads[H].dx,k,O,!1);B.children.push(Y)}k.abselem=B,r.push(k),y.children.push(B)}}},e.exports=u},8660:function(e){function t(e,t,r){this.tune=e,this.params=r,this.tuneNumber=t,this.inError=!1}t.prototype.setError=function(e){var t=this.tune;e&&(this.error=e,this.inError=!0,t.warnings?t.warnings.push(e):t.warnings=[e])},e.exports=t},676:function(e,t,r){var a=r(8462),i=r(1696),n=r(8613);function s(e,t,r,a){this.renderer=t,this.plugin=e,this.line=r,this.absolutes=new i,this.staffIndex=a,this.tabStaff={clef:{type:"TAB"}},this.tabSize=e.linePitch*e.nbLines}function o(e,t){return!(!t[e].isTabStaff||e!==t.length-1&&t[e+1].isTabStaff)}function c(e,t){for(var r=t;r>=0;r--)if(!e[r].isTabStaff)return r;return-1}function l(e,t){return"clef"===e[t].children[0].abcelem.el_type?null:0==t?"none":e[t-1].children[0]}s.prototype.doLayout=function(){var e=this.line.staff;if(e){var t=e[0];if(t&&t.clef&&0==t.clef.stafflines)return void this.plugin._super.setError("No tablatures when stafflines=0");e.splice(e.length,0,this.tabStaff)}var r=this.line.staffGroup,i=r.voices,s=function(e){for(var t=0,r=0;r<e.children.length;r++){var a=e.children[r];a.specialY&&a.specialY.lyricHeightBelow>t&&(t=a.specialY.lyricHeightBelow)}return t}(i[0]),h=this.staffIndex,u=r.staffs[h],f=this.tabSize+3-u.bottom-s;u.isTabStaff&&(f=u.top);var d={bottom:-1,isTabStaff:!0,specialY:{tempoHeightAbove:0,partHeightAbove:0,volumeHeightAbove:0,dynamicHeightAbove:0,endingHeightAbove:0,chordHeightAbove:0,lyricHeightAbove:0,lyricHeightBelow:0,chordHeightBelow:0,volumeHeightBelow:0,dynamicHeightBelow:0},lines:this.plugin.nbLines,linePitch:this.plugin.linePitch,dy:.15,top:f},p=function(e,t){for(var r=e.staffIndex,a=0,i=0,n=0;;){if(!t[a])return-1;if(t[a].isTabStaff||(n=t[a].voices.length),t[a].isTabStaff){if(i++,o(a,t)&&i<n)return a+1}else if(i=0,a>=r){if(a+1==t.length)return a+1;if(!t[a+1].isTabStaff)return a+1}if(++a>t.length)return-1}}(this,r.staffs);if(-1!==p){d.parentIndex=p-1,r.staffs.splice(p,0,d),r.height+=this.tabSize+3;var m,g,v,b,y,x,w=function(e,t){for(var r=t;r>=0;r--)if(!e[r].isTabStaff)return e[r];return null}(r.staffs,p),k=1;(function(e,t){return 1===function(e){for(var t=0,r=0;r<e.length;r++)e[r].isTabStaff||t++;return t}(e)&&t.voices.length>1})(r.staffs,w)&&(k=w.voices.length),this.tabStaff.voices=[];for(var C=0;C<k;C++){var T=new a(0,0),A=(g=T,v=void 0,b=void 0,y=void 0,x=void 0,v=(m=this).plugin.semantics.strings,b=m.renderer.controller.getTextSize,y=v.tabInfos(m.plugin),x=b.calc(y,"tablabelfont","text instrumentname"),g.tabNameInfos={textSize:x,name:y},x.height/n.STEP);r.staffs[this.staffIndex].top+=A,r.height+=A*n.STEP,T.staff=d,i.splice(i.length,0,T);var S=l(i,C+this.staffIndex);this.tabStaff.voices[C]=[],this.absolutes.build(this.plugin,i,this.tabStaff.voices[C],C,this.staffIndex,S)}!function(e){for(var t=0;t<e.length;t++)if(e[t].isTabStaff){var r=c(e,t);e[t].hasStaff=e[r],e[r].hasTab||(e[r].hasTab=[]),e[r].hasTab.push(e[t])}}(r.staffs)}},e.exports=s},4506:function(e,t,r){var a=r(6776);function i(e,t){var r=t.getAccidentalEquiv();return e.note.toUpperCase()==r.name.toUpperCase()?(r.isSharp=!1,r.isFlat=!1,r):t}function n(e,t){if("sharp"==e.acc){if(t.isFlat)return i(e,t);t.isSharp&&(e.note.toUpperCase()==t.name.toUpperCase()?(t.isSharp=!1,t.isKeySharp=!0):e.note.toUpperCase()==t.name.toUpperCase()&&(t.natural=!0))}else if("flat"==e.acc){if(t.isSharp)return i(e,t);t.isFlat?e.note.toUpperCase()==t.name.toUpperCase()&&(t.isFlat=!1,t.isKeyFlat=!0):e.note.toUpperCase()==t.name.toUpperCase()&&(t.natural=!0)}return t}function s(e,t){for(var r=e.transposedKey,a=0;a<r.length;a++)t=n(r[a],t);return t}function o(e,t){this.transposeBy=t,this.transposedKey=e,this.lastEnd=this.kEnd+1}o.prototype.transposeNote=function(e){var t=e,r=new a.TabNote(t.name);if(this.transposeBy>0)for(var i=0;i<this.transposeBy;i++)r=s(this,r.nextNote());else if(this.transposeBy<0)for(var n=this.transposeBy;n<0;n++)r=s(this,r.prevNote());return t.name=r.emit(),t},o.prototype.upgradeSource=function(e,t,r){!function(e,t,r,a){if(e.lastEnd)for(;r>e.lastEnd;)e.updatedSrc.push(e.abcSrc[e.lastEnd]),e.lastEnd++;for(var i=t.split(""),n=0;n<i.length;n++)e.updatedSrc.push(i[n]);for(var s=r+n;a>=s;)e.updatedSrc.push(i[s]),s++;e.lastEnd=a}(this,new a.TabNote(e.name).emit(),t,r-1)},e.exports=o},3255:function(e,t,r){r(1009);var a=r(907),i=r(2080),n=function(e,t,r,a,i,n){n||(n={}),this.tuneNumber=i,this.abcelem=e,this.duration=t,this.durationClass=n.durationClassOveride?n.durationClassOveride:this.duration,this.minspacing=r||0,this.x=0,this.children=[],this.heads=[],this.extra=[],this.extraw=0,this.w=0,this.right=[],this.invisible=!1,this.bottom=void 0,this.top=void 0,this.type=a,this.fixed={w:0,t:void 0,b:void 0},this.specialY={tempoHeightAbove:0,partHeightAbove:0,volumeHeightAbove:0,dynamicHeightAbove:0,endingHeightAbove:0,chordHeightAbove:0,lyricHeightAbove:0,lyricHeightBelow:0,chordHeightBelow:0,volumeHeightBelow:0,dynamicHeightBelow:0}};n.prototype.getFixedCoords=function(){return{x:this.x,w:this.fixed.w,t:this.fixed.t,b:this.fixed.b}},n.prototype.addExtra=function(e){this.fixed.w=Math.max(this.fixed.w,e.dx+e.w),void 0===this.fixed.t?this.fixed.t=e.top:this.fixed.t=Math.max(this.fixed.t,e.top),void 0===this.fixed.b?this.fixed.b=e.bottom:this.fixed.b=Math.min(this.fixed.b,e.bottom),e.dx<this.extraw&&(this.extraw=e.dx),this.extra[this.extra.length]=e,this._addChild(e)},n.prototype.addHead=function(e){e.dx<this.extraw&&(this.extraw=e.dx),this.heads[this.heads.length]=e,this.addRight(e)},n.prototype.addRight=function(e){this.fixed.w=Math.max(this.fixed.w,e.dx+e.w),void 0!==e.top&&(void 0===this.fixed.t?this.fixed.t=e.top:this.fixed.t=Math.max(this.fixed.t,e.top)),void 0!==e.bottom&&(void 0===this.fixed.b?this.fixed.b=e.bottom:this.fixed.b=Math.min(this.fixed.b,e.bottom)),e.dx+e.w>this.w&&(this.w=e.dx+e.w),this.right[this.right.length]=e,this._addChild(e)},n.prototype.addFixed=function(e){this._addChild(e)},n.prototype.addFixedX=function(e){this._addChild(e)},n.prototype.addCentered=function(e){var t=e.w/2;-t<this.extraw&&(this.extraw=-t),this.extra[this.extra.length]=e,e.dx+t>this.w&&(this.w=e.dx+t),this.right[this.right.length]=e,this._addChild(e)},n.prototype.setLimit=function(e,t){t[e]&&(this.specialY[e]?this.specialY[e]=Math.max(this.specialY[e],t[e]):this.specialY[e]=t[e])},n.prototype._addChild=function(e){e.parent=this,this.children[this.children.length]=e,this.pushTop(e.top),this.pushBottom(e.bottom),this.setLimit("tempoHeightAbove",e),this.setLimit("partHeightAbove",e),this.setLimit("volumeHeightAbove",e),this.setLimit("dynamicHeightAbove",e),this.setLimit("endingHeightAbove",e),this.setLimit("chordHeightAbove",e),this.setLimit("lyricHeightAbove",e),this.setLimit("lyricHeightBelow",e),this.setLimit("chordHeightBelow",e),this.setLimit("volumeHeightBelow",e),this.setLimit("dynamicHeightBelow",e)},n.prototype.pushTop=function(e){void 0!==e&&(void 0===this.top?this.top=e:this.top=Math.max(e,this.top))},n.prototype.pushBottom=function(e){void 0!==e&&(void 0===this.bottom?this.bottom=e:this.bottom=Math.min(e,this.bottom))},n.prototype.setX=function(e){this.x=e;for(var t=0;t<this.children.length;t++)this.children[t].setX(e)},n.prototype.center=function(e,t){var r=(t.x-e.x)/2+e.x;this.x=r-this.w/2;for(var a=0;a<this.children.length;a++)this.children[a].setX(this.x)},n.prototype.setHint=function(){this.hint=!0},n.prototype.highlight=function(e,t){a.bind(this)(e,t)},n.prototype.unhighlight=function(e,t){i.bind(this)(e,t)},e.exports=n},6548:function(e,t,r){var a=r(3255),i=r(7669),n=r(355),s=r(7561),o=r(6166),c=r(3268),l=r(313),h=r(7841),u=r(1208),f=r(5245),d=r(1577),p=r(8613),m=r(3208),g=r(8664),v=r(9891),b=r(7193),y=r(8462),x=r(347),w=r(5058),k=r(5008),C=function(e){var t=0;return e.duration&&(t=e.duration),t},T=!1,A={rest:{0:"rests.whole",1:"rests.half",2:"rests.quarter",3:"rests.8th",4:"rests.16th",5:"rests.32nd",6:"rests.64th",7:"rests.128th",multi:"rests.multimeasure"},note:{"-1":"noteheads.dbl",0:"noteheads.whole",1:"noteheads.half",2:"noteheads.quarter",3:"noteheads.quarter",4:"noteheads.quarter",5:"noteheads.quarter",6:"noteheads.quarter",7:"noteheads.quarter",nostem:"noteheads.quarter"},rhythm:{"-1":"noteheads.slash.whole",0:"noteheads.slash.whole",1:"noteheads.slash.whole",2:"noteheads.slash.quarter",3:"noteheads.slash.quarter",4:"noteheads.slash.quarter",5:"noteheads.slash.quarter",6:"noteheads.slash.quarter",7:"noteheads.slash.quarter",nostem:"noteheads.slash.nostem"},x:{"-1":"noteheads.indeterminate",0:"noteheads.indeterminate",1:"noteheads.indeterminate",2:"noteheads.indeterminate",3:"noteheads.indeterminate",4:"noteheads.indeterminate",5:"noteheads.indeterminate",6:"noteheads.indeterminate",7:"noteheads.indeterminate",nostem:"noteheads.indeterminate"},harmonic:{"-1":"noteheads.harmonic.quarter",0:"noteheads.harmonic.quarter",1:"noteheads.harmonic.quarter",2:"noteheads.harmonic.quarter",3:"noteheads.harmonic.quarter",4:"noteheads.harmonic.quarter",5:"noteheads.harmonic.quarter",6:"noteheads.harmonic.quarter",7:"noteheads.harmonic.quarter",nostem:"noteheads.harmonic.quarter"},triangle:{"-1":"noteheads.triangle.quarter",0:"noteheads.triangle.quarter",1:"noteheads.triangle.quarter",2:"noteheads.triangle.quarter",3:"noteheads.triangle.quarter",4:"noteheads.triangle.quarter",5:"noteheads.triangle.quarter",6:"noteheads.triangle.quarter",7:"noteheads.triangle.quarter",nostem:"noteheads.triangle.quarter"},uflags:{3:"flags.u8th",4:"flags.u16th",5:"flags.u32nd",6:"flags.u64th"},dflags:{3:"flags.d8th",4:"flags.d16th",5:"flags.d32nd",6:"flags.d64th"}},S=function(e,t,r){this.decoration=new h,this.getTextSize=e,this.tuneNumber=t,this.isBagpipes=r.bagpipes,this.flatBeams=r.flatbeams,this.graceSlurs=r.graceSlurs,this.percmap=r.percmap,this.initialClef=r.initialClef,this.jazzchords=!!r.jazzchords,this.reset()};function N(e,t){var r=e[t];if("note"!==r.el_type||!r.startBeam||r.endBeam)return{count:1,elem:r};for(var a=[];t<e.length&&"note"===e[t].el_type&&(a.push(e[t]),!e[t].endBeam);)t++;return{count:a.length,elem:a}}function _(e){if(e.pitches){E(e);for(var t=0,r=0;r<e.pitches.length;r++)t+=e.pitches[r].verticalPos;e.averagepitch=t/e.pitches.length,e.minpitch=e.pitches[0].verticalPos,e.maxpitch=e.pitches[e.pitches.length-1].verticalPos}}S.prototype.reset=function(){this.slurs={},this.ties=[],this.voiceScale=1,this.slursbyvoice={},this.tiesbyvoice={},this.endingsbyvoice={},this.scaleByVoice={},this.tripletmultiplier=1,this.abcline=void 0,this.accidentalSlot=void 0,this.accidentalshiftx=void 0,this.dotshiftx=void 0,this.hasVocals=!1,this.minY=void 0,this.partstartelem=void 0,this.startlimitelem=void 0,this.stemdir=void 0},S.prototype.setStemHeight=function(e){this.stemHeight=Math.round(10*e/p.STEP)/10},S.prototype.getCurrentVoiceId=function(e,t){return"s"+e+"v"+t},S.prototype.pushCrossLineElems=function(e,t){this.slursbyvoice[this.getCurrentVoiceId(e,t)]=this.slurs,this.tiesbyvoice[this.getCurrentVoiceId(e,t)]=this.ties,this.endingsbyvoice[this.getCurrentVoiceId(e,t)]=this.partstartelem,this.scaleByVoice[this.getCurrentVoiceId(e,t)]=this.voiceScale},S.prototype.popCrossLineElems=function(e,t){this.slurs=this.slursbyvoice[this.getCurrentVoiceId(e,t)]||{},this.ties=this.tiesbyvoice[this.getCurrentVoiceId(e,t)]||[],this.partstartelem=this.endingsbyvoice[this.getCurrentVoiceId(e,t)],this.voiceScale=this.scaleByVoice[this.getCurrentVoiceId(e,t)],void 0===this.voiceScale&&(this.voiceScale=1)},S.prototype.containsLyrics=function(e){for(var t=0;t<e.length;t++)for(var r=0;r<e[t].voices.length;r++)for(var a=0;a<e[t].voices[r].length;a++){var i=e[t].voices[r][a];if(i.lyric)return void(i.positioning&&"below"!==i.positioning.vocalPosition||(this.hasVocals=!0))}},S.prototype.createABCLine=function(e,t,r){this.minY=2,this.containsLyrics(e);var a=new m(this.getTextSize);this.tempoSet=!1;for(var i=0;i<e.length;i++)T&&this.restoreState(),T=!1,this.createABCStaff(a,e[i],t,i,r);return a},S.prototype.createABCStaff=function(e,t,r,a,i){e.getTextSize.updateFonts(t);for(var c=0;c<t.voices.length;c++){var h=new y(c,t.voices.length);0===c?(h.barfrom="start"===t.connectBarLines||"continue"===t.connectBarLines,h.barto="continue"===t.connectBarLines||"end"===t.connectBarLines):h.duplicate=!0,t.title&&t.title[c]&&(h.header=t.title[c].replace(/\\n/g,"\n"),h.headerPosition=6+e.getTextSize.baselineToCenter(h.header,"voicefont","staff-extra voice-name",c,t.voices.length)/p.STEP),t.clef&&"perc"===t.clef.type&&(h.isPercussion=!0);var u=(!this.initialClef||0===i)&&s(t.clef,this.tuneNumber);u&&(0===c&&t.barNumber&&this.addMeasureNumber(t.barNumber,u),h.addChild(u),this.startlimitelem=u);var f=o(t.key,this.tuneNumber);if(f&&(h.addChild(f),this.startlimitelem=f),t.meter){"specified"===t.meter.type?this.measureLength=t.meter.value[0].num/t.meter.value[0].den:this.measureLength=1;var d=l(t.meter,this.tuneNumber);h.addChild(d),this.startlimitelem=d}h.duplicate&&(h.children=[]);var m=t.clef.stafflines||0===t.clef.stafflines?t.clef.stafflines:5;e.addVoice(h,a,m);var g=1===m;this.createABCVoice(t.voices[c],r,a,c,g,h),e.setStaffLimits(h),0===c&&("start"===t.brace||!e.brace&&t.brace?(e.brace||(e.brace=[]),e.brace.push(new n(h,"brace"))):"end"===t.brace&&e.brace?e.brace[e.brace.length-1].setBottomStaff(h):"continue"===t.brace&&e.brace&&e.brace[e.brace.length-1].continuing(h),"start"===t.bracket||!e.bracket&&t.bracket?(e.bracket||(e.bracket=[]),e.bracket.push(new n(h,"bracket"))):"end"===t.bracket&&e.bracket?e.bracket[e.bracket.length-1].setBottomStaff(h):"continue"===t.bracket&&e.bracket&&e.bracket[e.bracket.length-1].continuing(h))}},S.prototype.createABCVoice=function(e,t,r,i,n,s){this.popCrossLineElems(r,i),this.stemdir=this.isBagpipes?"down":null,this.abcline=e,this.partstartelem&&(this.partstartelem=new u("",null,null),s.addOther(this.partstartelem));var o=s.voicetotal<2?-1:s.voicenumber;for(var l in this.slurs)this.slurs.hasOwnProperty(l)&&(this.slurs[l]=new v({force:this.slurs[l].force,voiceNumber:o,stemDir:this.slurs[l].stemDir,style:this.slurs[l].dotted}),T&&this.slurs[l].setHint(),s.addOther(this.slurs[l]));for(var h=0;h<this.ties.length;h++)this.ties[h]=new v({force:this.ties[h].force,stemDir:this.ties[h].stemDir,voiceNumber:o,style:this.ties[h].dotted}),T&&this.ties[h].setHint(),s.addOther(this.ties[h]);for(var f=0;f<this.abcline.length;f++)_(this.abcline[f]),this.minY=Math.min(this.abcline[f].minpitch,this.minY);for(var d=0===r,p=0;p<this.abcline.length;){var m=N(this.abcline,p),b=this.createABCElement(d,n,s,m.elem);if(b)for(h=0;h<b.length;h++){if(!this.tempoSet&&t&&!t.suppress){this.tempoSet=!0;var y=new a(t,0,0,"tempo",this.tuneNumber,{});y.addFixedX(new g(t,this.tuneNumber,c)),s.addChild(y)}s.addChild(b[h])}p+=m.count}this.pushCrossLineElems(r,i)},S.prototype.saveState=function(){this.tiesSave=k.cloneArray(this.ties),this.slursSave=k.cloneHashOfHash(this.slurs),this.slursbyvoiceSave=k.cloneHashOfHash(this.slursbyvoice),this.tiesbyvoiceSave=k.cloneHashOfArrayOfHash(this.tiesbyvoice)},S.prototype.restoreState=function(){this.ties=k.cloneArray(this.tiesSave),this.slurs=k.cloneHashOfHash(this.slursSave),this.slursbyvoice=k.cloneHashOfHash(this.slursbyvoiceSave),this.tiesbyvoice=k.cloneHashOfArrayOfHash(this.tiesbyvoiceSave)},S.prototype.createABCElement=function(e,t,r,i){var n=[];switch(i.el_type){case void 0:n=this.createBeam(t,r,i);break;case"note":n[0]=this.createNote(i,!1,t,r),this.triplet&&this.triplet.isClosed()&&(r.addOther(this.triplet),this.triplet=null,this.tripletmultiplier=1);break;case"bar":n[0]=this.createBarLine(r,i,e),r.duplicate&&n.length>0&&(n[0].invisible=!0);break;case"meter":n[0]=l(i,this.tuneNumber),this.startlimitelem=n[0],r.duplicate&&n.length>0&&(n[0].invisible=!0);break;case"clef":if(n[0]=s(i,this.tuneNumber),!n[0])return null;r.duplicate&&n.length>0&&(n[0].invisible=!0);break;case"key":var h=o(i,this.tuneNumber);h&&(n[0]=h,this.startlimitelem=n[0]),r.duplicate&&n.length>0&&(n[0].invisible=!0);break;case"stem":this.stemdir="auto"===i.direction?void 0:i.direction;break;case"part":var u=new a(i,0,0,"part",this.tuneNumber),f=this.getTextSize.calc(i.title,"partsfont","part");u.addFixedX(new d(i.title,0,0,void 0,{type:"part",height:f.height/p.STEP})),n[0]=u;break;case"tempo":var m=new a(i,0,0,"tempo",this.tuneNumber);m.addFixedX(new g(i,this.tuneNumber,c)),n[0]=m;break;case"style":"normal"===i.head?delete this.style:this.style=i.head;break;case"hint":T=!0,this.saveState();break;case"midi":break;case"scale":this.voiceScale=i.size;break;default:var v=new a(i,0,0,"unsupported",this.tuneNumber);v.addFixed(new d("element type "+i.el_type,0,0,void 0,{type:"debug"})),n[0]=v}return n},S.prototype.createBeam=function(e,t,r){var a=[],n=new i(this.stemHeight*this.voiceScale,this.stemdir,this.flatBeams,r[0]);T&&n.setHint();for(var s=0;s<r.length;s++)n.runningDirection(r[s]);n.setStemDirection();var o=this.stemdir;for(this.stemdir=n.stemsUp?"up":"down",s=0;s<r.length;s++){var c=r[s],l=this.createNote(c,!0,e,t);a.push(l),n.add(l),this.triplet&&this.triplet.isClosed()&&(t.addOther(this.triplet),this.triplet=null,this.tripletmultiplier=1)}return n.calcDir(),t.addBeam(n),this.stemdir=o,a};var E=function(e){var t;do{t=!0;for(var r=0;r<e.pitches.length-1;r++)if(e.pitches[r].pitch>e.pitches[r+1].pitch){t=!1;var a=e.pitches[r];e.pitches[r]=e.pitches[r+1],e.pitches[r+1]=a}}while(!t)},M=function(e,t,r,a,i,n,s,o,c){for(var l=r;l>11;l--)l%2!=0||a||e.addFixed(new d(null,o,(i+4)*c,l,{type:"ledger"}));for(l=t;l<1;l++)l%2!=0||a||e.addFixed(new d(null,o,(i+4)*c,l,{type:"ledger"}));for(l=0;l<n.length;l++){var h=i;"down"===s&&(h=-h),e.addFixed(new d(null,h+o,(i+4)*c,n[l],{type:"ledger"}))}};function B(e,t){for(var r=0;r<e.length;r++)if(JSON.stringify(e[r])===JSON.stringify(t))return;e.push(t)}S.prototype.addGraceNotes=function(e,t,r,a,n,s,o){var l=.6;n=Math.round(.7*n);var h,u,p=null;e.gracenotes.length>1&&(p=new i(n,"grace",s),T&&p.setHint(),p.mainNote=r);var m=[];for(u=e.gracenotes.length-1;u>=0;u--)o+=10,m[u]=o,e.gracenotes[u].accidental&&(o+=7);for(u=0;u<e.gracenotes.length;u++){var g=e.gracenotes[u].verticalPos;h=p?null:A.uflags[s?5:3];var b=c(r,"noteheads.quarter",e.gracenotes[u],{dir:"up",headx:-m[u],extrax:-m[u],flag:h,scale:l*this.voiceScale,accidentalSlot:[]});b.notehead.highestVert=b.notehead.pitch+n;var y=b.notehead;if(this.addSlursAndTies(r,e.gracenotes[u],y,t,"up",!0),r.addExtra(y),e.gracenotes[u].acciaccatura){var x=e.gracenotes[u].verticalPos+4.2,w=p?5:6;r.addRight(new d("flags.ugrace",-m[u]+w,0,x,{scalex:l,scaley:l}))}if(p){var k=e.gracenotes[u].duration/2;s&&(k/=2);var C={heads:[y],abcelem:{averagepitch:g,minpitch:g,maxpitch:g,duration:k}};p.add(C)}else{var S=g+1/3*l,N=g+4.2,_=y.dx+y.w;r.addExtra(new d(null,_,0,S,{type:"stem",pitch2:N,linewidth:-.6}))}M(r,g,g,!1,f.getSymbolWidth("noteheads.quarter"),[],!0,y.dx-1,.6);var E=e.rest&&("spacer"===e.rest.type||"invisible"===e.rest.type);0!==u||s||!this.graceSlurs||E||t.addOther(new v({anchor1:y,anchor2:a,isGrace:!0}))}return p&&(p.calcDir(),t.addBeam(p)),o},S.prototype.addNoteToAbcElement=function(e,t,r,a,i,n,s,o,l){var h,u,p,m,g,v=0,b=0,y=0,x=[],k=[],T=0,S=t.averagepitch>=6?"down":"up";for(a&&(S=a),(i=t.style?t.style:i)&&"normal"!==i||(i="note"),(m=n?A[i].nostem:A[i][-s])||console.log("noteSymbol:",i,s,n),g="down"===S?t.pitches.length-2:1;"down"===S?g>=0:g<t.pitches.length;g="down"===S?g-1:g+1){var N=t.pitches["down"===S?g+1:g-1],_=t.pitches[g],E="down"===S?N.pitch-_.pitch:_.pitch-N.pitch;E<=1&&!N.printer_shift&&(_.printer_shift=E?"different":"same",(_.verticalPos>11||_.verticalPos<1)&&x.push(_.verticalPos-_.verticalPos%2),"down"===S?b=f.getSymbolWidth(m)+2:v=f.getSymbolWidth(m)+2)}var M=t.pitches.length;for(g=0;g<t.pitches.length;g++){var L,P;if(o||(L="down"===S&&0!==g||"up"===S&&g!==M-1?null:A["down"===S?"dflags":"uflags"][-s]),t.pitches[g].style)P=A[t.pitches[g].style][-s];else if(l.isPercussion&&this.percmap){P=m;var z=this.percmap[w(t.pitches[g])];z&&z.noteHead&&A[z.noteHead]&&(P=A[z.noteHead][-s])}else P=m;if(t.pitches[g].highestVert=t.pitches[g].verticalPos,("up"===a||"up"===S)&&0===g||("down"===a||"down"===S)&&g===M-1){if((t.startSlur||1===M)&&(t.pitches[g].highestVert=t.pitches[M-1].verticalPos,C(t)<1&&("up"===a||"up"===S)&&(t.pitches[g].highestVert+=6)),t.startSlur)for(t.pitches[g].startSlur||(t.pitches[g].startSlur=[]),p=0;p<t.startSlur.length;p++)B(t.pitches[g].startSlur,t.startSlur[p]);if(t.endSlur)for(t.pitches[g].highestVert=t.pitches[M-1].verticalPos,C(t)<1&&("up"===a||"up"===S)&&(t.pitches[g].highestVert+=6),t.pitches[g].endSlur||(t.pitches[g].endSlur=[]),p=0;p<t.endSlur.length;p++)B(t.pitches[g].endSlur,t.endSlur[p])}var H=!o&&s<=-1,O=c(e,P,t.pitches[g],{dir:S,extrax:-b,flag:L,dot:r,dotshiftx:v,scale:this.voiceScale,accidentalSlot:k,shouldExtendStem:!a,printAccidentals:!l.isPercussion});T=Math.max(f.getSymbolWidth(P),T),e.extraw-=O.extraLeft,(h=O.notehead)&&(this.addSlursAndTies(e,t.pitches[g],h,l,H?S:null,!1),t.gracenotes&&t.gracenotes.length>0&&(h.bottom=h.bottom-1),e.addHead(h)),b+=O.accidentalshiftx,y=Math.max(y,O.dotshiftx)}if(H){var F=Math.round(70*this.voiceScale)/10,D="down"===S?t.minpitch-F:t.minpitch+1/3;D>6&&!a&&(D=6);var I="down"===S?t.maxpitch-1/3:t.maxpitch+F;I<6&&!a&&(I=6);var Y="down"===S||0===e.heads.length?0:e.heads[0].w,V="down"===S?1:-1;h&&"noteheads.slash.quarter"===h.c&&("down"===S?I-=1:D+=1),e.addRight(new d(null,Y,0,D,{type:"stem",pitch2:I,linewidth:V,bottom:D-1})),u=Math.min(D,I)}return{noteHead:h,roomTaken:b,roomTakenRight:y,min:u,additionalLedgers:x,dir:S,symbolWidth:T}},S.prototype.addLyric=function(e,t){var r="";k.each(t.lyric,(function(e){var t=" "===e.divider?"":e.divider;r+=e.syllable+t+"\n"}));var a=this.getTextSize.calc(r,"vocalfont","lyric"),i=t.positioning?t.positioning.vocalPosition:"below";e.addCentered(new d(r,0,a.width,void 0,{type:"lyric",position:i,height:a.height/p.STEP,dim:this.getTextSize.attr("vocalfont","lyric")}))},S.prototype.createNote=function(e,t,r,i){var n,s=null,o=0,l=0,h=0,u=[],p=C(e),m=!1;0===p&&(m=!0,p=.25,t=!0);for(var g=Math.floor(Math.log(p)/Math.log(2)),v=0,y=Math.pow(2,g),w=y/2;y<p;v++,y+=w,w/=2);e.startTriplet&&(this.tripletmultiplier=e.tripletMultiplier);var k=p*this.tripletmultiplier;e.rest&&"multimeasure"===e.rest.type&&(k=1),e.rest&&"invisible-multimeasure"===e.rest.type&&(k=this.measureLength*e.rest.text);var S=e.rest?"rest":"note",N=new a(e,k,1,S,this.tuneNumber,{durationClassOveride:e.duration*this.tripletmultiplier});if(T&&N.setHint(),e.rest){this.measureLength===p&&"invisible"!==e.rest.type&&"spacer"!==e.rest.type&&e.rest.type.indexOf("multimeasure")<0&&(e.rest.type="whole");var _=function(e,t,r,a,i,n,s,o,l){var h,u,p,m,g=7;switch(i&&("down"===n&&(g=3),"up"===n&&(g=11)),s&&(g=r<.5||r<1?7:5),t.rest.type){case"whole":h=A.rest[0],t.averagepitch=g,t.minpitch=g,t.maxpitch=g,a=0;break;case"rest":h="rhythm"===t.style?A.rhythm[-o]:A.rest[-o],t.averagepitch=g,t.minpitch=g,t.maxpitch=g;break;case"invisible":case"invisible-multimeasure":case"spacer":h="",t.averagepitch=g,t.minpitch=g,t.maxpitch=g;break;case"multimeasure":h=A.rest.multi,t.averagepitch=g,t.minpitch=g,t.maxpitch=g,a=0;var v=f.getSymbolWidth(h);e.addHead(new d(h,v,2*v,7));var b=new d(""+t.rest.text,v,v,16,{type:"multimeasure-text"});e.addExtra(b)}if(t.rest.type.indexOf("multimeasure")<0&&"invisible"!==t.rest.type){var y=c(e,h,{verticalPos:g},{dot:a,scale:l});(u=y.notehead)&&(e.addHead(u),p=y.accidentalshiftx,m=y.dotshiftx)}return{noteHead:u,roomTaken:p,roomTakenRight:m}}(N,e,p,v,i.voicetotal>1,this.stemdir,r,g,this.voiceScale);s=_.noteHead,o=_.roomTaken,l=_.roomTakenRight}else{var E=this.addNoteToAbcElement(N,e,v,this.stemdir,this.style,m,g,t,i);void 0!==E.min&&(this.minY=Math.min(E.min,this.minY)),s=E.noteHead,o=E.roomTaken,l=E.roomTakenRight,u=E.additionalLedgers,n=E.dir,h=E.symbolWidth}if(void 0!==e.lyric&&this.addLyric(N,e),void 0!==e.gracenotes&&(o+=this.addGraceNotes(e,i,N,s,this.stemHeight*this.voiceScale,this.isBagpipes,o)),e.decoration&&this.decoration.createDecoration(i,e.decoration,N.top,s?s.w:0,N,o,n,N.bottom,e.positioning,this.hasVocals),e.barNumber&&N.addFixed(new d(e.barNumber,-10,0,0,{type:"barNumber"})),M(N,e.minpitch,e.maxpitch,e.rest,h,u,n,-2,1),void 0!==e.chord){var B=x(this.getTextSize,N,e,o,l,h,this.jazzchords);o=B.roomTaken,l=B.roomTakenRight}return e.startTriplet&&(this.triplet=new b(e.startTriplet,s,{flatBeams:this.flatBeams})),e.endTriplet&&this.triplet&&this.triplet.setCloseAnchor(s),!this.triplet||e.startTriplet||e.endTriplet||e.rest&&"spacer"===e.rest.type||this.triplet.middleNote(s),N},S.prototype.addSlursAndTies=function(e,t,r,a,i,n){if(t.endTie&&this.ties.length>0){for(var s=!1,o=0;o<this.ties.length;o++)if(this.ties[o].anchor1&&this.ties[o].anchor1.pitch===r.pitch){this.ties[o].setEndAnchor(r),a.setRange(this.ties[o]),this.ties.splice(o,1),s=!0;break}s||(this.ties[0].setEndAnchor(r),a.setRange(this.ties[0]),this.ties.splice(0,1))}var c,l,h=a.voicetotal<2?-1:a.voicenumber;if(t.startTie){var u=new v({anchor1:r,force:"down"===this.stemdir||"up"===this.stemdir,stemDir:this.stemdir,isGrace:n,voiceNumber:h,style:t.startTie.style});T&&u.setHint(),this.ties[this.ties.length]=u,a.addOther(u),e.startTie=!0}if(t.endSlur)for(var f=0;f<t.endSlur.length;f++)l=t.endSlur[f],this.slurs[l]?((c=this.slurs[l]).setEndAnchor(r),a.setRange(c),delete this.slurs[l]):(c=new v({anchor2:r,stemDir:this.stemdir,voiceNumber:h}),T&&c.setHint(),a.addOther(c)),this.startlimitelem&&c.setStartX(this.startlimitelem);else if(!n)for(var d in this.slurs)this.slurs.hasOwnProperty(d)&&this.slurs[d].addInternalNote(r);if(t.startSlur)for(f=0;f<t.startSlur.length;f++)l=t.startSlur[f].label,c=new v({anchor1:r,stemDir:this.stemdir,voiceNumber:h,style:t.startSlur[f].style}),T&&c.setHint(),this.slurs[l]=c,a.addOther(c)},S.prototype.addMeasureNumber=function(e,t){var r=this.getTextSize.calc(e,"measurefont","bar-number"),a=r.width>18&&"treble"===t.abcelem.type?-7:0;t.addFixed(new d(e,a,r.width,11+r.height/p.STEP,{type:"barNumber",dim:this.getTextSize.attr("measurefont","bar-number")}))},S.prototype.createBarLine=function(e,t,r){var i=new a(t,0,10,"bar",this.tuneNumber),n=null,s=0;t.barNumber&&this.addMeasureNumber(t.barNumber,i);var o="bar_right_repeat"===t.type||"bar_dbl_repeat"===t.type,c="bar_left_repeat"!==t.type&&"bar_thick_thin"!==t.type&&"bar_invisible"!==t.type,l="bar_right_repeat"===t.type||"bar_dbl_repeat"===t.type||"bar_left_repeat"===t.type||"bar_thin_thick"===t.type||"bar_thick_thin"===t.type,h="bar_left_repeat"===t.type||"bar_thick_thin"===t.type||"bar_thin_thin"===t.type||"bar_dbl_repeat"===t.type,f="bar_left_repeat"===t.type||"bar_dbl_repeat"===t.type;if(o||f){for(var p in this.slurs)this.slurs.hasOwnProperty(p)&&this.slurs[p].setEndX(i);this.startlimitelem=i}if(o&&(i.addRight(new d("dots.dot",s,1,7)),i.addRight(new d("dots.dot",s,1,5)),s+=6),c&&(n=new d(null,s,1,2,{type:"bar",pitch2:10,linewidth:.6}),i.addRight(n)),"bar_invisible"===t.type&&(n=new d(null,s,1,2,{type:"none",pitch2:10,linewidth:.6}),i.addRight(n)),t.decoration&&this.decoration.createDecoration(e,t.decoration,12,l?3:1,i,0,"down",2,t.positioning,this.hasVocals),l&&(n=new d(null,s+=4,4,2,{type:"bar",pitch2:10,linewidth:4}),i.addRight(n),s+=5),this.partstartelem&&t.endEnding&&(this.partstartelem.anchor2=n,this.partstartelem=null),h&&(n=new d(null,s+=3,1,2,{type:"bar",pitch2:10,linewidth:.6}),i.addRight(n)),f&&(s+=3,i.addRight(new d("dots.dot",s,1,7)),i.addRight(new d("dots.dot",s,1,5))),t.startEnding&&r){var m=this.getTextSize.calc(t.startEnding,"repeatfont","").width;i.minspacing+=m+10,this.partstartelem=new u(t.startEnding,n,null),e.addOther(this.partstartelem)}return i.extraw-=5,void 0!==t.chord&&x(this.getTextSize,i,t,0,0,0,!1),i},e.exports=S},7669:function(e){var t=function(e,t,r,a){this.type="BeamElem",this.isflat=!!r,this.isgrace=!(!t||"grace"!==t),this.forceup=!!(this.isgrace||t&&"up"===t),this.forcedown=!(!t||"down"!==t),this.elems=[],this.total=0,this.average=6,this.allrests=!0,this.stemHeight=e,this.beams=[],a&&a.duration?(this.duration=a.duration,a.startTriplet&&(this.duration*=a.tripletMultiplier),this.duration=Math.round(1e3*this.duration)/1e3):this.duration=0};function r(e,t){return t?e/t:0}t.prototype.setHint=function(){this.hint=!0},t.prototype.runningDirection=function(e){var t=e.averagepitch;void 0!==t&&(this.total=Math.round(this.total+t),this.count||(this.count=0),this.count++)},t.prototype.add=function(e){var t=e.abcelem.averagepitch;void 0!==t&&(e.abcelem.rest||(this.allrests=!1),e.beam=this,this.elems.push(e),this.total=Math.round(this.total+t),(void 0===this.min||e.abcelem.minpitch<this.min)&&(this.min=e.abcelem.minpitch),(void 0===this.max||e.abcelem.maxpitch>this.max)&&(this.max=e.abcelem.maxpitch))},t.prototype.addBeam=function(e){this.beams.push(e)},t.prototype.setStemDirection=function(){this.average=r(this.total,this.count),this.forceup?this.stemsUp=!0:this.forcedown?this.stemsUp=!1:this.stemsUp=this.average<6,delete this.count,this.total=0},t.prototype.calcDir=function(){this.average=r(this.total,this.elems.length),this.forceup?this.stemsUp=!0:this.forcedown?this.stemsUp=!1:this.stemsUp=this.average<6;for(var e=this.stemsUp?"up":"down",t=0;t<this.elems.length;t++)for(var a=0;a<this.elems[t].heads.length;a++)this.elems[t].heads[a].stemDir=e},e.exports=t},355:function(e){var t=function(e,t){this.startVoice=e,this.type=t};t.prototype.setBottomStaff=function(e){this.endVoice=e,this.startVoice.header&&!this.endVoice.header&&(this.header=this.startVoice.header,delete this.startVoice.header)},t.prototype.continuing=function(e){this.lastContinuedVoice=e},t.prototype.getWidth=function(){return 10},t.prototype.isStartVoice=function(e){return!!(this.startVoice&&this.startVoice.staff&&this.startVoice.staff.voices.length>0&&this.startVoice.staff.voices[0]===e)},e.exports=t},7561:function(e,t,r){var a=r(3255),i=r(5245),n=r(1577);e.exports=function(e,t){var r,s=0;e.el_type="clef";var o=new a(e,0,10,"staff-extra clef",t);switch(o.isClef=!0,e.type){case"treble":r="clefs.G";break;case"tenor":case"alto":r="clefs.C";break;case"bass":r="clefs.F";break;case"treble+8":r="clefs.G",s=1;break;case"tenor+8":case"alto+8":r="clefs.C",s=1;break;case"bass+8":r="clefs.F",s=1;break;case"treble-8":r="clefs.G",s=-1;break;case"tenor-8":case"alto-8":r="clefs.C",s=-1;break;case"bass-8":r="clefs.F",s=-1;break;case"none":return null;case"perc":r="clefs.perc";break;default:o.addFixed(new n("clef="+e.type,0,0,void 0,{type:"debug"}))}if(r){var c=i.symbolHeightInPitches(r),l=function(e){switch(e){case"clefs.G":return-5;case"clefs.C":case"clefs.F":return-4;case"clefs.perc":return-2;default:return 0}}(r);if(o.addRight(new n(r,5,i.getSymbolWidth(r),e.clefPos,{top:c+e.clefPos+l,bottom:e.clefPos+l})),0!==s){var h=2/3,u=(i.getSymbolWidth(r)-i.getSymbolWidth("8")*h)/2,f=s>0?o.top+3:o.bottom-1,d=s>0?o.top+3:o.bottom-3,p=d-2;"bass-8"===e.type&&(f=3,u=0),o.addRight(new n("8",5+u,i.getSymbolWidth("8")*h,f,{scalex:h,scaley:h,top:d,bottom:p}))}}return o}},6166:function(e,t,r){var a=r(3255),i=r(5245),n=r(1577),s=r(5008);e.exports=function(e,t){if(e.el_type="keySignature",!e.accidentals||0===e.accidentals.length)return null;var r=new a(e,0,10,"staff-extra key-signature",t);r.isKeySig=!0;var o=0;return s.each(e.accidentals,(function(e){var t,a=0;switch(e.acc){case"sharp":t="accidentals.sharp",a=-3;break;case"natural":t="accidentals.nat";break;case"flat":t="accidentals.flat",a=-1.2;break;case"quartersharp":t="accidentals.halfsharp",a=-2.5;break;case"quarterflat":t="accidentals.halfflat",a=-1.2;break;default:t="accidentals.flat"}r.addRight(new n(t,o,i.getSymbolWidth(t),e.verticalPos,{thickness:i.symbolHeightInPitches(t),top:e.verticalPos+i.symbolHeightInPitches(t)+a,bottom:e.verticalPos+a})),o+=i.getSymbolWidth(t)+2}),this),r}},3268:function(e,t,r){var a=r(5245),i=r(1577);e.exports=function(e,t,r,n){n||(n={});var s,o=void 0!==n.dir?n.dir:null,c=void 0!==n.headx?n.headx:0,l=void 0!==n.extrax?n.extrax:0,h=void 0!==n.flag?n.flag:null,u=void 0!==n.dot?n.dot:0,f=void 0!==n.dotshiftx?n.dotshiftx:0,d=void 0!==n.scale?n.scale:1,p=void 0!==n.accidentalSlot?n.accidentalSlot:[],m=void 0!==n.shouldExtendStem&&n.shouldExtendStem,g=void 0===n.printAccidentals||n.printAccidentals,v=r.verticalPos,b=0,y=0,x=0;if(void 0===t)e.addFixed(new i("pitch is undefined",0,0,0,{type:"debug"}));else if(""===t)s=new i(null,0,0,v);else{var w=c;if(r.printer_shift){var k="same"===r.printer_shift?1:0;w="down"===o?-a.getSymbolWidth(t)*d+k:a.getSymbolWidth(t)*d-k}var C={scalex:d,scaley:d,thickness:a.symbolHeightInPitches(t)*d,name:r.name};if((s=new i(t,w,a.getSymbolWidth(t)*d,v,C)).stemDir=o,h){var T=v+("down"===o?-7:7)*d;m&&("down"===o&&T>6&&(T=6),"up"===o&&T<6&&(T=6));var A="down"===o?c:c+s.w-.6;e.addRight(new i(h,A,a.getSymbolWidth(h)*d,T,{scalex:d,scaley:d}))}for(y=s.w+f-2+5*u;u>0;u--){var S=1-Math.abs(v)%2;e.addRight(new i("dots.dot",s.w+f-2+5*u,a.getSymbolWidth("dots.dot"),v+S))}}if(s&&(s.highestVert=r.highestVert),g&&r.accidental){var N;switch(r.accidental){case"quartersharp":N="accidentals.halfsharp";break;case"dblsharp":N="accidentals.dblsharp";break;case"sharp":N="accidentals.sharp";break;case"quarterflat":N="accidentals.halfflat";break;case"flat":N="accidentals.flat";break;case"dblflat":N="accidentals.dblflat";break;case"natural":N="accidentals.nat"}for(var _=!1,E=l,M=0;M<p.length;M++)if(v-p[M][0]>=6){p[M][0]=v,E=p[M][1],_=!0;break}!1===_&&(E-=a.getSymbolWidth(N)*d+2,p.push([v,E]),b=a.getSymbolWidth(N)*d+2);var B=a.symbolHeightInPitches(N);e.addExtra(new i(N,E,a.getSymbolWidth(N),v,{scalex:d,scaley:d,top:v+B/2,bottom:v-B/2})),x=a.getSymbolWidth(N)/2}return{notehead:s,accidentalshiftx:b,dotshiftx:y,extraLeft:x}}},313:function(e,t,r){var a=r(3255),i=r(5245),n=r(1577);e.exports=function(e,t){e.el_type="timeSignature";var r=new a(e,0,10,"staff-extra time-signature",t);if("specified"===e.type)for(var s=0,o=0;o<e.value.length;o++)if(0!==o&&(r.addRight(new n("+",s+1,i.getSymbolWidth("+"),6,{thickness:i.symbolHeightInPitches("+")})),s+=i.getSymbolWidth("+")+2),e.value[o].den){for(var c=0,l=0;l<e.value[o].num.length;l++)c+=i.getSymbolWidth(e.value[o].num.charAt(l));var h=0;for(l=0;l<e.value[o].num.length;l++)h+=i.getSymbolWidth(e.value[o].den.charAt(l));var u=Math.max(c,h);r.addRight(new n(e.value[o].num,s+(u-c)/2,c,8,{thickness:i.symbolHeightInPitches(e.value[o].num.charAt(0))})),r.addRight(new n(e.value[o].den,s+(u-h)/2,h,4,{thickness:i.symbolHeightInPitches(e.value[o].den.charAt(0))})),s+=u}else{for(var f=0,d=0;d<e.value[o].num.length;d++)f+=i.getSymbolWidth(e.value[o].num.charAt(d));r.addRight(new n(e.value[o].num,s,f,6,{thickness:i.symbolHeightInPitches(e.value[o].num.charAt(0))})),s+=f}else"common_time"===e.type?r.addRight(new n("timesig.common",0,i.getSymbolWidth("timesig.common"),6,{thickness:i.symbolHeightInPitches("timesig.common")})):"cut_time"===e.type?r.addRight(new n("timesig.cut",0,i.getSymbolWidth("timesig.cut"),6,{thickness:i.symbolHeightInPitches("timesig.cut")})):"tempus_imperfectum"===e.type?r.addRight(new n("timesig.imperfectum",0,i.getSymbolWidth("timesig.imperfectum"),6,{thickness:i.symbolHeightInPitches("timesig.imperfectum")})):"tempus_imperfectum_prolatio"===e.type?r.addRight(new n("timesig.imperfectum2",0,i.getSymbolWidth("timesig.imperfectum2"),6,{thickness:i.symbolHeightInPitches("timesig.imperfectum2")})):"tempus_perfectum"===e.type?r.addRight(new n("timesig.perfectum",0,i.getSymbolWidth("timesig.perfectum"),6,{thickness:i.symbolHeightInPitches("timesig.perfectum")})):"tempus_perfectum_prolatio"===e.type?r.addRight(new n("timesig.perfectum2",0,i.getSymbolWidth("timesig.perfectum2"),6,{thickness:i.symbolHeightInPitches("timesig.perfectum2")})):console.log("time signature:",e);return r}},7253:function(e){e.exports=function(e,t,r,a){this.type="CrescendoElem",this.anchor1=e,this.anchor2=t,this.dir=r,"above"===a?this.dynamicHeightAbove=6:this.dynamicHeightBelow=6,this.pitch=void 0}},7841:function(e,t,r){var a=r(5672),i=r(7253),n=r(2362),s=r(5245),o=r(1577),c=r(9891),l=function(){this.startDiminuendoX=void 0,this.startCrescendoX=void 0,this.minTop=12,this.minBottom=0},h=function(e,t,r,a,i){function n(e,t){var n="down"===i?function(){if(0===a.heads.length)return 2;for(var e=a.heads[0].pitch,t=1;t<a.heads.length;t++)e=Math.min(e,a.heads[t].pitch);return e}()+1:function(){if(0===a.heads.length)return 10;for(var e=a.heads[0].pitch,t=1;t<a.heads.length;t++)e=Math.max(e,a.heads[t].pitch);return e}()+9;"down"!==i&&1===t&&n--;var c=r/2;c+="down"===i?-5:3;for(var l=0;l<t;l++)n-=1,a.addFixedX(new o(e,c,s.getSymbolWidth(e),n))}for(var c=0;c<e.length;c++)switch(e[c]){case"/":n("flags.ugrace",1);break;case"//":n("flags.ugrace",2);break;case"///":n("flags.ugrace",3);break;case"////":n("flags.ugrace",4)}};l.prototype.dynamicDecoration=function(e,t,r,a){for(var s,o,c,l=0;l<t.length;l++)switch(t[l]){case"diminuendo(":this.startDiminuendoX=r,s=void 0;break;case"diminuendo)":s={start:this.startDiminuendoX,stop:r},this.startDiminuendoX=void 0;break;case"crescendo(":this.startCrescendoX=r,o=void 0;break;case"crescendo)":o={start:this.startCrescendoX,stop:r},this.startCrescendoX=void 0;break;case"glissando(":this.startGlissandoX=r,c=void 0;break;case"glissando)":c={start:this.startGlissandoX,stop:r},this.startGlissandoX=void 0}s&&e.addOther(new i(s.start,s.stop,">",a)),o&&e.addOther(new i(o.start,o.stop,"<",a)),c&&e.addOther(new n(c.start,c.stop))},l.prototype.createDecoration=function(e,t,r,i,n,l,u,f,d,p){d||(d={ornamentPosition:"above",volumePosition:p?"above":"below",dynamicPosition:p?"above":"below"}),function(e,t,r,i){for(var n=0;n<t.length;n++)switch(t[n]){case"p":case"mp":case"pp":case"ppp":case"pppp":case"f":case"ff":case"fff":case"ffff":case"sfz":case"mf":var s=new a(r,t[n],i);e.addOther(s)}}(e,t,n,d.volumePosition),this.dynamicDecoration(e,t,n,d.dynamicPosition),h(t,0,i,n,u);var m=function(e,t,r,a,i,n,l,h){for(var u,f=0;f<t.length;f++){if("staccato"===t[f]||"tenuto"===t[f]||"accent"===t[f]){var d="scripts."+t[f];if("accent"===t[f]&&(d="scripts.sforzato"),u=void 0===u?"down"===l?r+2:h-2:"down"===l?u+2:u-2,"accent"===t[f])"up"===l?u--:u++;else switch(u){case 2:case 4:case 6:case 8:case 10:"up"===l?u--:u++}r>9&&u++;var p=a/2;"center"!==s.getSymbolAlign(d)&&(p-=s.getSymbolWidth(d)/2),i.addFixedX(new o(d,p,s.getSymbolWidth(d),u))}if("slide"===t[f]&&i.heads[0]){var m=i.heads[0].pitch,g=new o("",-n-15,0,(m-=2)-1),v=new o("",-n-5,0,m+1);i.addFixedX(g),i.addFixedX(v),e.addOther(new c({anchor1:g,anchor2:v,fixedY:!0}))}}return void 0===u&&(u=r),{above:u,below:i.bottom}}(e,t,r,i,n,l,u,f);m.above=Math.max(m.above,this.minTop),function(e,t,r,a,i,n,c){function l(e,t){"above"===e?a.above+=t:a.below-=t}function h(e){var t;return"above"===e?(t=a.above)<n&&(t=n):(t=a.below)>c&&(t=c),t}function u(e,a){var i=h(a);r.addFixedX(new o(e,t/2,0,i+2,{type:"decoration",klass:"ornament",thickness:3})),l(a,5)}function f(e,a){var i=t/2;"center"!==s.getSymbolAlign(e)&&(i-=s.getSymbolWidth(e)/2);var n=s.symbolHeightInPitches(e)+1,c=h(a);c="above"===a?c+n/2:c-n/2,r.addFixedX(new o(e,i,s.getSymbolWidth(e),c,{klass:"ornament",thickness:s.symbolHeightInPitches(e)})),l(a,n)}for(var d={"+":"scripts.stopped",open:"scripts.open",snap:"scripts.snap",wedge:"scripts.wedge",thumb:"scripts.thumb",shortphrase:"scripts.shortphrase",mediumphrase:"scripts.mediumphrase",longphrase:"scripts.longphrase",trill:"scripts.trill",roll:"scripts.roll",irishroll:"scripts.roll",marcato:"scripts.umarcato",dmarcato:"scripts.dmarcato",umarcato:"scripts.umarcato",turn:"scripts.turn",uppermordent:"scripts.prall",pralltriller:"scripts.prall",mordent:"scripts.mordent",lowermordent:"scripts.mordent",downbow:"scripts.downbow",upbow:"scripts.upbow",fermata:"scripts.ufermata",invertedfermata:"scripts.dfermata",breath:",",coda:"scripts.coda",segno:"scripts.segno"},p=0;p<e.length;p++)switch(e[p]){case"0":case"1":case"2":case"3":case"4":case"5":case"D.C.":case"D.S.":u(e[p],i),!0;break;case"fine":u("FINE",i),!0;break;case"+":case"open":case"snap":case"wedge":case"thumb":case"shortphrase":case"mediumphrase":case"longphrase":case"trill":case"roll":case"irishroll":case"marcato":case"dmarcato":case"turn":case"uppermordent":case"pralltriller":case"mordent":case"lowermordent":case"downbow":case"upbow":case"fermata":case"breath":case"umarcato":case"coda":case"segno":f(d[e[p]],i),!0;break;case"invertedfermata":f(d[e[p]],"below"),!0;break;case"mark":r.klass="mark"}}(t,i,n,m,d.ornamentPosition,this.minTop,this.minBottom),function(e,t,r){for(var a=0;a<e.length;a++)if("arpeggio"===e[a])for(var i=t.abcelem.minpitch-1;i<=t.abcelem.maxpitch;i+=2)t.addExtra(new o("scripts.arpeggio",2*-s.getSymbolWidth("scripts.arpeggio")-r,0,i+2,{klass:"ornament",thickness:s.symbolHeightInPitches("scripts.arpeggio")}))}(t,n,l)},e.exports=l},5672:function(e){e.exports=function(e,t,r){this.type="DynamicDecoration",this.anchor=e,this.dec=t,"below"===r?this.volumeHeightBelow=6:this.volumeHeightAbove=6,this.pitch=void 0}},1208:function(e){e.exports=function(e,t,r){this.type="EndingElem",this.text=e,this.anchor1=t,this.anchor2=r,this.endingHeightAbove=5,this.pitch=void 0}},5132:function(e,t,r){var a=r(8613),i=r(6548),n=r(2710),s=r(3891),o=r(5781),c=r(9725),l=r(8135),h=r(5450),u=r(2557),f=r(1564),d=r(6971),p=r(1059),m=r(3460),g=r(5012),v=r(4321),b=function(e,t){t=t||{},this.oneSvgPerLine=t.oneSvgPerLine,this.selectionColor=t.selectionColor,this.dragColor=t.dragColor?t.dragColor:t.selectionColor,this.dragging=!!t.dragging,this.selectTypes=t.selectTypes,this.responsive=t.responsive,this.space=3*a.SPACE,this.initialClef=t.initialClef,this.scale=t.scale?parseFloat(t.scale):0,this.classes=new d({shouldAddClasses:t.add_classes}),this.scale>.1||(this.scale=void 0),t.staffwidth?(this.staffwidthScreen=t.staffwidth,this.staffwidthPrint=t.staffwidth):(this.staffwidthScreen=740,this.staffwidthPrint=680),this.listeners=[],t.clickListener&&this.addSelectListener(t.clickListener),this.renderer=new n(e),this.renderer.setPaddingOverride(t),t.showDebug&&(this.renderer.showDebug=t.showDebug),t.jazzchords&&(this.jazzchords=t.jazzchords),this.renderer.controller=this,this.renderer.foregroundColor=t.foregroundColor?t.foregroundColor:"currentColor",void 0!==t.ariaLabel&&(this.renderer.ariaLabel=t.ariaLabel),this.renderer.minPadding=t.minPadding?t.minPadding:0,this.reset()};function y(e){for(var t=document.createElementNS("http://www.w3.org/2000/svg","svg"),r=0;r<e.attributes.length;r++){var a=e.attributes[r];"height"!==a.name&&"aria-label"!=a.name&&t.setAttribute(a.name,a.value)}return t}b.prototype.reset=function(){this.selected=[],this.staffgroups=[],this.engraver&&this.engraver.reset(),this.engraver=null,this.renderer.reset(),this.dragTarget=null,this.dragIndex=-1,this.dragMouseStart={x:-1,y:-1},this.dragYStep=0},b.prototype.engraveABC=function(e,t,r){void 0===e[0]&&(e=[e]),this.reset();for(var a=0;a<e.length;a++)void 0===t&&(t=a),this.getFontAndAttr=new p(e[a].formatting,this.classes),this.getTextSize=new m(this.getFontAndAttr,this.renderer.paper),this.engraveTune(e[a],t,r)},b.prototype.adjustNonScaledItems=function(e){this.width/=e,this.renderer.adjustNonScaledItems(e)},b.prototype.getMeasureWidths=function(e){this.reset(),this.getFontAndAttr=new p(e.formatting,this.classes),this.getTextSize=new m(this.getFontAndAttr,this.renderer.paper),this.setupTune(e,0),this.constructTuneElements(e),f(this.renderer,e,0,this.space);for(var t,r=[],a=!0,i=0;i<e.lines.length;i++){var n=e.lines[i];if(n.staff){if(a&&(t={left:0,measureWidths:[],total:0},r.push(t),a=!1),n.staffGroup.voices.length>0)for(var s=n.staffGroup.voices[0],o=!1,c=0,l=0;l<s.children.length;l++){var h=s.children[l];o||h.isClef||h.isKeySig||(o=!0,t.left=h.x,c=h.x),"bar"===h.type&&(t.measureWidths.push(h.x-c),t.total+=h.x-c,c=h.x)}}else a=!0}return r},b.prototype.setupTune=function(e,t){this.classes.reset(),void 0!==e.formatting.jazzchords&&(this.jazzchords=e.formatting.jazzchords),this.renderer.newTune(e),this.engraver=new i(this.getTextSize,t,{bagpipes:e.formatting.bagpipes,flatbeams:e.formatting.flatbeams,graceSlurs:!1!==e.formatting.graceSlurs,percmap:e.formatting.percmap,initialClef:this.initialClef,jazzchords:this.jazzchords}),this.engraver.setStemHeight(this.renderer.spacing.stemHeight),this.engraver.measureLength=e.getMeterFraction().num/e.getMeterFraction().den,e.formatting.staffwidth?this.width=1.33*e.formatting.staffwidth:this.width=this.renderer.isPrint?this.staffwidthPrint:this.staffwidthScreen;var r=e.formatting.scale?e.formatting.scale:this.scale;return"resize"===this.responsive&&(r=void 0),void 0===r&&(r=this.renderer.isPrint?.75:1),this.adjustNonScaledItems(r),r},b.prototype.constructTuneElements=function(e){var t,r;e.topText=new l(e.metaText,e.metaTextInfo,e.formatting,e.lines,this.width,this.renderer.isPrint,this.renderer.padding.left,this.renderer.spacing,this.getTextSize);var a=!1,i=!1;for(t=0;t<e.lines.length;t++)if((r=e.lines[t]).staff)i=!0,r.staffGroup=this.engraver.createABCLine(r.staff,a?null:e.metaText.tempo,t),a=!0;else if(r.subtitle){if(i){var n=this.width/2+this.renderer.padding.left;r.nonMusic=new c(this.renderer.spacing.subtitle,e.formatting,r.subtitle,n,this.renderer.padding.left,this.getTextSize)}}else void 0!==r.text?(i=!0,r.nonMusic=new s(r.text,r.vskip,this.getFontAndAttr,this.renderer.padding.left,this.width,this.getTextSize)):void 0!==r.separator&&r.separator.lineLength&&(i=!0,r.nonMusic=new o(r.separator.spaceAbove,r.separator.lineLength,r.separator.spaceBelow));e.bottomText=new h(e.metaText,this.width,this.renderer.isPrint,this.renderer.padding.left,this.renderer.spacing,this.getTextSize)},b.prototype.engraveTune=function(e,t,r){var a=this.setupTune(e,t);this.constructTuneElements(e);var i=f(this.renderer,e,this.width,this.space);e.tablatures&&v.layoutTablatures(this.renderer,e);var n=g(this.renderer,this.classes,e,this.width,i,this.responsive,a,this.selectTypes,t,r);if(this.staffgroups=n.staffgroups,this.selectables=n.selectables,this.oneSvgPerLine){var s=this.renderer.paper.svg.parentNode;this.svgs=function(e,t,r){t||(t="Untitled");var a=e.querySelector("svg");"resize"===r&&(e.style.paddingBottom="");for(var i=a.querySelector("style"),n="resize"===r?a.viewBox.baseVal.width:a.getAttribute("width"),s=e.querySelectorAll("svg > g"),o=0,c=[],l=0;l<s.length;l++){var h=s[l],u=h.getBBox(),f=u.y-o,d=u.height+f,p=document.createElement("div"),m="overflow: hidden;";"resize"!==r&&(m+="height:"+d+"px;"),p.setAttribute("style",m);var g=y(a),v='Sheet Music for "'+t+'" section '+(l+1);g.setAttribute("aria-label",v),"resize"!==r&&g.setAttribute("height",d),"resize"===r&&(g.style.position=""),g.setAttribute("viewBox","0 "+o+" "+n+" "+d),g.appendChild(i.cloneNode(!0));var b=document.createElement("title");b.innerText=v,g.appendChild(b),g.appendChild(h),p.appendChild(g),c.push(g),e.appendChild(p),o=u.y+u.height}return e.removeChild(a),c}(s,e.metaText.title,this.responsive)}else this.svgs=[this.renderer.paper.svg];u(this,this.svgs)},b.prototype.getDim=function(e){if(!e.dim){var t=e.svgEl.getBBox();e.dim={left:Math.round(t.x),top:Math.round(t.y),right:Math.round(t.x+t.width),bottom:Math.round(t.y+t.height)}}return e.dim},b.prototype.addSelectListener=function(e){this.listeners[this.listeners.length]=e},e.exports=b},2362:function(e){e.exports=function(e,t){this.type="GlissandoElem",this.anchor1=e,this.anchor2=t}},5245:function(e,t,r){var a=r(8613),i={0:{d:[["M",4.83,-14.97],["c",.33,-.03,1.11,0,1.47,.06],["c",1.68,.36,2.97,1.59,3.78,3.6],["c",1.2,2.97,.81,6.96,-.9,9.27],["c",-.78,1.08,-1.71,1.71,-2.91,1.95],["c",-.45,.09,-1.32,.09,-1.77,0],["c",-.81,-.18,-1.47,-.51,-2.07,-1.02],["c",-2.34,-2.07,-3.15,-6.72,-1.74,-10.2],["c",.87,-2.16,2.28,-3.42,4.14,-3.66],["z"],["m",1.11,.87],["c",-.21,-.06,-.69,-.09,-.87,-.06],["c",-.54,.12,-.87,.42,-1.17,.99],["c",-.36,.66,-.51,1.56,-.6,3],["c",-.03,.75,-.03,4.59,0,5.31],["c",.09,1.5,.27,2.4,.6,3.06],["c",.24,.48,.57,.78,.96,.9],["c",.27,.09,.78,.09,1.05,0],["c",.39,-.12,.72,-.42,.96,-.9],["c",.33,-.66,.51,-1.56,.6,-3.06],["c",.03,-.72,.03,-4.56,0,-5.31],["c",-.09,-1.47,-.27,-2.37,-.6,-3.03],["c",-.24,-.48,-.54,-.78,-.93,-.9],["z"]],w:10.78,h:14.959},1:{d:[["M",3.3,-15.06],["c",.06,-.06,.21,-.03,.66,.15],["c",.81,.39,1.08,.39,1.83,.03],["c",.21,-.09,.39,-.15,.42,-.15],["c",.12,0,.21,.09,.27,.21],["c",.06,.12,.06,.33,.06,5.94],["c",0,3.93,0,5.85,.03,6.03],["c",.06,.36,.15,.69,.27,.96],["c",.36,.75,.93,1.17,1.68,1.26],["c",.3,.03,.39,.09,.39,.3],["c",0,.15,-.03,.18,-.09,.24],["c",-.06,.06,-.09,.06,-.48,.06],["c",-.42,0,-.69,-.03,-2.1,-.24],["c",-.9,-.15,-1.77,-.15,-2.67,0],["c",-1.41,.21,-1.68,.24,-2.1,.24],["c",-.39,0,-.42,0,-.48,-.06],["c",-.06,-.06,-.06,-.09,-.06,-.24],["c",0,-.21,.06,-.27,.36,-.3],["c",.75,-.09,1.32,-.51,1.68,-1.26],["c",.12,-.27,.21,-.6,.27,-.96],["c",.03,-.18,.03,-1.59,.03,-4.29],["c",0,-3.87,0,-4.05,-.06,-4.14],["c",-.09,-.15,-.18,-.24,-.39,-.24],["c",-.12,0,-.15,.03,-.21,.06],["c",-.03,.06,-.45,.99,-.96,2.13],["c",-.48,1.14,-.9,2.1,-.93,2.16],["c",-.06,.15,-.21,.24,-.33,.24],["c",-.24,0,-.42,-.18,-.42,-.39],["c",0,-.06,3.27,-7.62,3.33,-7.74],["z"]],w:8.94,h:15.058},2:{d:[["M",4.23,-14.97],["c",.57,-.06,1.68,0,2.34,.18],["c",.69,.18,1.5,.54,2.01,.9],["c",1.35,.96,1.95,2.25,1.77,3.81],["c",-.15,1.35,-.66,2.34,-1.68,3.15],["c",-.6,.48,-1.44,.93,-3.12,1.65],["c",-1.32,.57,-1.8,.81,-2.37,1.14],["c",-.57,.33,-.57,.33,-.24,.27],["c",.39,-.09,1.26,-.09,1.68,0],["c",.72,.15,1.41,.45,2.1,.9],["c",.99,.63,1.86,.87,2.55,.75],["c",.24,-.06,.42,-.15,.57,-.3],["c",.12,-.09,.3,-.42,.3,-.51],["c",0,-.09,.12,-.21,.24,-.24],["c",.18,-.03,.39,.12,.39,.3],["c",0,.12,-.15,.57,-.3,.87],["c",-.54,1.02,-1.56,1.74,-2.79,2.01],["c",-.42,.09,-1.23,.09,-1.62,.03],["c",-.81,-.18,-1.32,-.45,-2.01,-1.11],["c",-.45,-.45,-.63,-.57,-.96,-.69],["c",-.84,-.27,-1.89,.12,-2.25,.9],["c",-.12,.21,-.21,.54,-.21,.72],["c",0,.12,-.12,.21,-.27,.24],["c",-.15,0,-.27,-.03,-.33,-.15],["c",-.09,-.21,.09,-1.08,.33,-1.71],["c",.24,-.66,.66,-1.26,1.29,-1.89],["c",.45,-.45,.9,-.81,1.92,-1.56],["c",1.29,-.93,1.89,-1.44,2.34,-1.98],["c",.87,-1.05,1.26,-2.19,1.2,-3.63],["c",-.06,-1.29,-.39,-2.31,-.96,-2.91],["c",-.36,-.33,-.72,-.51,-1.17,-.54],["c",-.84,-.03,-1.53,.42,-1.59,1.05],["c",-.03,.33,.12,.6,.57,1.14],["c",.45,.54,.54,.87,.42,1.41],["c",-.15,.63,-.54,1.11,-1.08,1.38],["c",-.63,.33,-1.2,.33,-1.83,0],["c",-.24,-.12,-.33,-.18,-.54,-.39],["c",-.18,-.18,-.27,-.3,-.36,-.51],["c",-.24,-.45,-.27,-.84,-.21,-1.38],["c",.12,-.75,.45,-1.41,1.02,-1.98],["c",.72,-.72,1.74,-1.17,2.85,-1.32],["z"]],w:10.764,h:14.97},3:{d:[["M",3.78,-14.97],["c",.3,-.03,1.41,0,1.83,.06],["c",2.22,.3,3.51,1.32,3.72,2.91],["c",.03,.33,.03,1.26,-.03,1.65],["c",-.12,.84,-.48,1.47,-1.05,1.77],["c",-.27,.15,-.36,.24,-.45,.39],["c",-.09,.21,-.09,.36,0,.57],["c",.09,.15,.18,.24,.51,.39],["c",.75,.42,1.23,1.14,1.41,2.13],["c",.06,.42,.06,1.35,0,1.71],["c",-.18,.81,-.48,1.38,-1.02,1.95],["c",-.75,.72,-1.8,1.2,-3.18,1.38],["c",-.42,.06,-1.56,.06,-1.95,0],["c",-1.89,-.33,-3.18,-1.29,-3.51,-2.64],["c",-.03,-.12,-.03,-.33,-.03,-.6],["c",0,-.36,0,-.42,.06,-.63],["c",.12,-.3,.27,-.51,.51,-.75],["c",.24,-.24,.45,-.39,.75,-.51],["c",.21,-.06,.27,-.06,.6,-.06],["c",.33,0,.39,0,.6,.06],["c",.3,.12,.51,.27,.75,.51],["c",.36,.33,.57,.75,.6,1.2],["c",0,.21,0,.27,-.06,.42],["c",-.09,.18,-.12,.24,-.54,.54],["c",-.51,.36,-.63,.54,-.6,.87],["c",.06,.54,.54,.9,1.38,.99],["c",.36,.06,.72,.03,.96,-.06],["c",.81,-.27,1.29,-1.23,1.44,-2.79],["c",.03,-.45,.03,-1.95,-.03,-2.37],["c",-.09,-.75,-.33,-1.23,-.75,-1.44],["c",-.33,-.18,-.45,-.18,-1.98,-.18],["c",-1.35,0,-1.41,0,-1.5,-.06],["c",-.18,-.12,-.24,-.39,-.12,-.6],["c",.12,-.15,.15,-.15,1.68,-.15],["c",1.5,0,1.62,0,1.89,-.15],["c",.18,-.09,.42,-.36,.54,-.57],["c",.18,-.42,.27,-.9,.3,-1.95],["c",.03,-1.2,-.06,-1.8,-.36,-2.37],["c",-.24,-.48,-.63,-.81,-1.14,-.96],["c",-.3,-.06,-1.08,-.06,-1.38,.03],["c",-.6,.15,-.9,.42,-.96,.84],["c",-.03,.3,.06,.45,.63,.84],["c",.33,.24,.42,.39,.45,.63],["c",.03,.72,-.57,1.5,-1.32,1.65],["c",-1.05,.27,-2.1,-.57,-2.1,-1.65],["c",0,-.45,.15,-.96,.39,-1.38],["c",.12,-.21,.54,-.63,.81,-.81],["c",.57,-.42,1.38,-.69,2.25,-.81],["z"]],w:9.735,h:14.967},4:{d:[["M",8.64,-14.94],["c",.27,-.09,.42,-.12,.54,-.03],["c",.09,.06,.15,.21,.15,.3],["c",-.03,.06,-1.92,2.31,-4.23,5.04],["c",-2.31,2.73,-4.23,4.98,-4.26,5.01],["c",-.03,.06,.12,.06,2.55,.06],["l",2.61,0],["l",0,-2.37],["c",0,-2.19,.03,-2.37,.06,-2.46],["c",.03,-.06,.21,-.18,.57,-.42],["c",1.08,-.72,1.38,-1.08,1.86,-2.16],["c",.12,-.3,.24,-.54,.27,-.57],["c",.12,-.12,.39,-.06,.45,.12],["c",.06,.09,.06,.57,.06,3.96],["l",0,3.9],["l",1.08,0],["c",1.05,0,1.11,0,1.2,.06],["c",.24,.15,.24,.54,0,.69],["c",-.09,.06,-.15,.06,-1.2,.06],["l",-1.08,0],["l",0,.33],["c",0,.57,.09,1.11,.3,1.53],["c",.36,.75,.93,1.17,1.68,1.26],["c",.3,.03,.39,.09,.39,.3],["c",0,.15,-.03,.18,-.09,.24],["c",-.06,.06,-.09,.06,-.48,.06],["c",-.42,0,-.69,-.03,-2.1,-.24],["c",-.9,-.15,-1.77,-.15,-2.67,0],["c",-1.41,.21,-1.68,.24,-2.1,.24],["c",-.39,0,-.42,0,-.48,-.06],["c",-.06,-.06,-.06,-.09,-.06,-.24],["c",0,-.21,.06,-.27,.36,-.3],["c",.75,-.09,1.32,-.51,1.68,-1.26],["c",.21,-.42,.3,-.96,.3,-1.53],["l",0,-.33],["l",-2.7,0],["c",-2.91,0,-2.85,0,-3.09,-.15],["c",-.18,-.12,-.3,-.39,-.27,-.54],["c",.03,-.06,.18,-.24,.33,-.45],["c",.75,-.9,1.59,-2.07,2.13,-3.03],["c",.33,-.54,.84,-1.62,1.05,-2.16],["c",.57,-1.41,.84,-2.64,.9,-4.05],["c",.03,-.63,.06,-.72,.24,-.81],["l",.12,-.06],["l",.45,.12],["c",.66,.18,1.02,.24,1.47,.27],["c",.6,.03,1.23,-.09,2.01,-.33],["z"]],w:11.795,h:14.994},5:{d:[["M",1.02,-14.94],["c",.12,-.09,.03,-.09,1.08,.06],["c",2.49,.36,4.35,.36,6.96,-.06],["c",.57,-.09,.66,-.06,.81,.06],["c",.15,.18,.12,.24,-.15,.51],["c",-1.29,1.26,-3.24,2.04,-5.58,2.31],["c",-.6,.09,-1.2,.12,-1.71,.12],["c",-.39,0,-.45,0,-.57,.06],["c",-.09,.06,-.15,.12,-.21,.21],["l",-.06,.12],["l",0,1.65],["l",0,1.65],["l",.21,-.21],["c",.66,-.57,1.41,-.96,2.19,-1.14],["c",.33,-.06,1.41,-.06,1.95,0],["c",2.61,.36,4.02,1.74,4.26,4.14],["c",.03,.45,.03,1.08,-.03,1.44],["c",-.18,1.02,-.78,2.01,-1.59,2.7],["c",-.72,.57,-1.62,1.02,-2.49,1.2],["c",-1.38,.27,-3.03,.06,-4.2,-.54],["c",-1.08,-.54,-1.71,-1.32,-1.86,-2.28],["c",-.09,-.69,.09,-1.29,.57,-1.74],["c",.24,-.24,.45,-.39,.75,-.51],["c",.21,-.06,.27,-.06,.6,-.06],["c",.33,0,.39,0,.6,.06],["c",.3,.12,.51,.27,.75,.51],["c",.36,.33,.57,.75,.6,1.2],["c",0,.21,0,.27,-.06,.42],["c",-.09,.18,-.12,.24,-.54,.54],["c",-.18,.12,-.36,.3,-.42,.33],["c",-.36,.42,-.18,.99,.36,1.26],["c",.51,.27,1.47,.36,2.01,.27],["c",.93,-.21,1.47,-1.17,1.65,-2.91],["c",.06,-.45,.06,-1.89,0,-2.31],["c",-.15,-1.2,-.51,-2.1,-1.05,-2.55],["c",-.21,-.18,-.54,-.36,-.81,-.39],["c",-.3,-.06,-.84,-.03,-1.26,.06],["c",-.93,.18,-1.65,.6,-2.16,1.2],["c",-.15,.21,-.27,.3,-.39,.3],["c",-.15,0,-.3,-.09,-.36,-.18],["c",-.06,-.09,-.06,-.15,-.06,-3.66],["c",0,-3.39,0,-3.57,.06,-3.66],["c",.03,-.06,.09,-.15,.15,-.18],["z"]],w:10.212,h:14.997},6:{d:[["M",4.98,-14.97],["c",.36,-.03,1.2,0,1.59,.06],["c",.9,.15,1.68,.51,2.25,1.05],["c",.57,.51,.87,1.23,.84,1.98],["c",-.03,.51,-.21,.9,-.6,1.26],["c",-.24,.24,-.45,.39,-.75,.51],["c",-.21,.06,-.27,.06,-.6,.06],["c",-.33,0,-.39,0,-.6,-.06],["c",-.3,-.12,-.51,-.27,-.75,-.51],["c",-.39,-.36,-.57,-.78,-.57,-1.26],["c",0,-.27,0,-.3,.09,-.42],["c",.03,-.09,.18,-.21,.3,-.3],["c",.12,-.09,.3,-.21,.39,-.27],["c",.09,-.06,.21,-.18,.27,-.24],["c",.06,-.12,.09,-.15,.09,-.33],["c",0,-.18,-.03,-.24,-.09,-.36],["c",-.24,-.39,-.75,-.6,-1.38,-.57],["c",-.54,.03,-.9,.18,-1.23,.48],["c",-.81,.72,-1.08,2.16,-.96,5.37],["l",0,.63],["l",.3,-.12],["c",.78,-.27,1.29,-.33,2.1,-.27],["c",1.47,.12,2.49,.54,3.27,1.29],["c",.48,.51,.81,1.11,.96,1.89],["c",.06,.27,.06,.42,.06,.93],["c",0,.54,0,.69,-.06,.96],["c",-.15,.78,-.48,1.38,-.96,1.89],["c",-.54,.51,-1.17,.87,-1.98,1.08],["c",-1.14,.3,-2.4,.33,-3.24,.03],["c",-1.5,-.48,-2.64,-1.89,-3.27,-4.02],["c",-.36,-1.23,-.51,-2.82,-.42,-4.08],["c",.3,-3.66,2.28,-6.3,4.95,-6.66],["z"],["m",.66,7.41],["c",-.27,-.09,-.81,-.12,-1.08,-.06],["c",-.72,.18,-1.08,.69,-1.23,1.71],["c",-.06,.54,-.06,3,0,3.54],["c",.18,1.26,.72,1.77,1.8,1.74],["c",.39,-.03,.63,-.09,.9,-.27],["c",.66,-.42,.9,-1.32,.9,-3.24],["c",0,-2.22,-.36,-3.12,-1.29,-3.42],["z"]],w:9.956,h:14.982},7:{d:[["M",.21,-14.97],["c",.21,-.06,.45,0,.54,.15],["c",.06,.09,.06,.15,.06,.39],["c",0,.24,0,.33,.06,.42],["c",.06,.12,.21,.24,.27,.24],["c",.03,0,.12,-.12,.24,-.21],["c",.96,-1.2,2.58,-1.35,3.99,-.42],["c",.15,.12,.42,.3,.54,.45],["c",.48,.39,.81,.57,1.29,.6],["c",.69,.03,1.5,-.3,2.13,-.87],["c",.09,-.09,.27,-.3,.39,-.45],["c",.12,-.15,.24,-.27,.3,-.3],["c",.18,-.06,.39,.03,.51,.21],["c",.06,.18,.06,.24,-.27,.72],["c",-.18,.24,-.54,.78,-.78,1.17],["c",-2.37,3.54,-3.54,6.27,-3.87,9],["c",-.03,.33,-.03,.66,-.03,1.26],["c",0,.9,0,1.08,.15,1.89],["c",.06,.45,.06,.48,.03,.6],["c",-.06,.09,-.21,.21,-.3,.21],["c",-.03,0,-.27,-.06,-.54,-.15],["c",-.84,-.27,-1.11,-.3,-1.65,-.3],["c",-.57,0,-.84,.03,-1.56,.27],["c",-.6,.18,-.69,.21,-.81,.15],["c",-.12,-.06,-.21,-.18,-.21,-.3],["c",0,-.15,.6,-1.44,1.2,-2.61],["c",1.14,-2.22,2.73,-4.68,5.1,-8.01],["c",.21,-.27,.36,-.48,.33,-.48],["c",0,0,-.12,.06,-.27,.12],["c",-.54,.3,-.99,.39,-1.56,.39],["c",-.75,.03,-1.2,-.18,-1.83,-.75],["c",-.99,-.9,-1.83,-1.17,-2.31,-.72],["c",-.18,.15,-.36,.51,-.45,.84],["c",-.06,.24,-.06,.33,-.09,1.98],["c",0,1.62,-.03,1.74,-.06,1.8],["c",-.15,.24,-.54,.24,-.69,0],["c",-.06,-.09,-.06,-.15,-.06,-3.57],["c",0,-3.42,0,-3.48,.06,-3.57],["c",.03,-.06,.09,-.12,.15,-.15],["z"]],w:10.561,h:15.093},8:{d:[["M",4.98,-14.97],["c",.33,-.03,1.02,-.03,1.32,0],["c",1.32,.12,2.49,.6,3.21,1.32],["c",.39,.39,.66,.81,.78,1.29],["c",.09,.36,.09,1.08,0,1.44],["c",-.21,.84,-.66,1.59,-1.59,2.55],["l",-.3,.3],["l",.27,.18],["c",1.47,.93,2.31,2.31,2.25,3.75],["c",-.03,.75,-.24,1.35,-.63,1.95],["c",-.45,.66,-1.02,1.14,-1.83,1.53],["c",-1.8,.87,-4.2,.87,-6,.03],["c",-1.62,-.78,-2.52,-2.16,-2.46,-3.66],["c",.06,-.99,.54,-1.77,1.8,-2.97],["c",.54,-.51,.54,-.54,.48,-.57],["c",-.39,-.27,-.96,-.78,-1.2,-1.14],["c",-.75,-1.11,-.87,-2.4,-.3,-3.6],["c",.69,-1.35,2.25,-2.25,4.2,-2.4],["z"],["m",1.53,.69],["c",-.42,-.09,-1.11,-.12,-1.38,-.06],["c",-.3,.06,-.6,.18,-.81,.3],["c",-.21,.12,-.6,.51,-.72,.72],["c",-.51,.87,-.42,1.89,.21,2.52],["c",.21,.21,.36,.3,1.95,1.23],["c",.96,.54,1.74,.99,1.77,1.02],["c",.09,0,.63,-.6,.99,-1.11],["c",.21,-.36,.48,-.87,.57,-1.23],["c",.06,-.24,.06,-.36,.06,-.72],["c",0,-.45,-.03,-.66,-.15,-.99],["c",-.39,-.81,-1.29,-1.44,-2.49,-1.68],["z"],["m",-1.44,8.07],["l",-1.89,-1.08],["c",-.03,0,-.18,.15,-.39,.33],["c",-1.2,1.08,-1.65,1.95,-1.59,3],["c",.09,1.59,1.35,2.85,3.21,3.24],["c",.33,.06,.45,.06,.93,.06],["c",.63,0,.81,-.03,1.29,-.27],["c",.9,-.42,1.47,-1.41,1.41,-2.4],["c",-.06,-.66,-.39,-1.29,-.9,-1.65],["c",-.12,-.09,-1.05,-.63,-2.07,-1.23],["z"]],w:10.926,h:14.989},9:{d:[["M",4.23,-14.97],["c",.42,-.03,1.29,0,1.62,.06],["c",.51,.12,.93,.3,1.38,.57],["c",1.53,1.02,2.52,3.24,2.73,5.94],["c",.18,2.55,-.48,4.98,-1.83,6.57],["c",-1.05,1.26,-2.4,1.89,-3.93,1.83],["c",-1.23,-.06,-2.31,-.45,-3.03,-1.14],["c",-.57,-.51,-.87,-1.23,-.84,-1.98],["c",.03,-.51,.21,-.9,.6,-1.26],["c",.24,-.24,.45,-.39,.75,-.51],["c",.21,-.06,.27,-.06,.6,-.06],["c",.33,0,.39,0,.6,.06],["c",.3,.12,.51,.27,.75,.51],["c",.39,.36,.57,.78,.57,1.26],["c",0,.27,0,.3,-.09,.42],["c",-.03,.09,-.18,.21,-.3,.3],["c",-.12,.09,-.3,.21,-.39,.27],["c",-.09,.06,-.21,.18,-.27,.24],["c",-.06,.12,-.06,.15,-.06,.33],["c",0,.18,0,.24,.06,.36],["c",.24,.39,.75,.6,1.38,.57],["c",.54,-.03,.9,-.18,1.23,-.48],["c",.81,-.72,1.08,-2.16,.96,-5.37],["l",0,-.63],["l",-.3,.12],["c",-.78,.27,-1.29,.33,-2.1,.27],["c",-1.47,-.12,-2.49,-.54,-3.27,-1.29],["c",-.48,-.51,-.81,-1.11,-.96,-1.89],["c",-.06,-.27,-.06,-.42,-.06,-.96],["c",0,-.51,0,-.66,.06,-.93],["c",.15,-.78,.48,-1.38,.96,-1.89],["c",.15,-.12,.33,-.27,.42,-.36],["c",.69,-.51,1.62,-.81,2.76,-.93],["z"],["m",1.17,.66],["c",-.21,-.06,-.57,-.06,-.81,-.03],["c",-.78,.12,-1.26,.69,-1.41,1.74],["c",-.12,.63,-.15,1.95,-.09,2.79],["c",.12,1.71,.63,2.4,1.77,2.46],["c",1.08,.03,1.62,-.48,1.8,-1.74],["c",.06,-.54,.06,-3,0,-3.54],["c",-.15,-1.05,-.51,-1.53,-1.26,-1.68],["z"]],w:9.959,h:14.986},"rests.multimeasure":{d:[["M",0,-4],["l",0,16],["l",1,0],["l",0,-5],["l",40,0],["l",0,5],["l",1,0],["l",0,-16],["l",-1,0],["l",0,5],["l",-40,0],["l",0,-5],["z"]],w:42,h:18},"rests.whole":{d:[["M",.06,.03],["l",.09,-.06],["l",5.46,0],["l",5.49,0],["l",.09,.06],["l",.06,.09],["l",0,2.19],["l",0,2.19],["l",-.06,.09],["l",-.09,.06],["l",-5.49,0],["l",-5.46,0],["l",-.09,-.06],["l",-.06,-.09],["l",0,-2.19],["l",0,-2.19],["z"]],w:11.25,h:4.68},"rests.half":{d:[["M",.06,-4.62],["l",.09,-.06],["l",5.46,0],["l",5.49,0],["l",.09,.06],["l",.06,.09],["l",0,2.19],["l",0,2.19],["l",-.06,.09],["l",-.09,.06],["l",-5.49,0],["l",-5.46,0],["l",-.09,-.06],["l",-.06,-.09],["l",0,-2.19],["l",0,-2.19],["z"]],w:11.25,h:4.68},"rests.quarter":{d:[["M",1.89,-11.82],["c",.12,-.06,.24,-.06,.36,-.03],["c",.09,.06,4.74,5.58,4.86,5.82],["c",.21,.39,.15,.78,-.15,1.26],["c",-.24,.33,-.72,.81,-1.62,1.56],["c",-.45,.36,-.87,.75,-.96,.84],["c",-.93,.99,-1.14,2.49,-.6,3.63],["c",.18,.39,.27,.48,1.32,1.68],["c",1.92,2.25,1.83,2.16,1.83,2.34],["c",0,.18,-.18,.36,-.36,.39],["c",-.15,0,-.27,-.06,-.48,-.27],["c",-.75,-.75,-2.46,-1.29,-3.39,-1.08],["c",-.45,.09,-.69,.27,-.9,.69],["c",-.12,.3,-.21,.66,-.24,1.14],["c",-.03,.66,.09,1.35,.3,2.01],["c",.15,.42,.24,.66,.45,.96],["c",.18,.24,.18,.33,.03,.42],["c",-.12,.06,-.18,.03,-.45,-.3],["c",-1.08,-1.38,-2.07,-3.36,-2.4,-4.83],["c",-.27,-1.05,-.15,-1.77,.27,-2.07],["c",.21,-.12,.42,-.15,.87,-.15],["c",.87,.06,2.1,.39,3.3,.9],["l",.39,.18],["l",-1.65,-1.95],["c",-2.52,-2.97,-2.61,-3.09,-2.7,-3.27],["c",-.09,-.24,-.12,-.48,-.03,-.75],["c",.15,-.48,.57,-.96,1.83,-2.01],["c",.45,-.36,.84,-.72,.93,-.78],["c",.69,-.75,1.02,-1.8,.9,-2.79],["c",-.06,-.33,-.21,-.84,-.39,-1.11],["c",-.09,-.15,-.45,-.6,-.81,-1.05],["c",-.36,-.42,-.69,-.81,-.72,-.87],["c",-.09,-.18,0,-.42,.21,-.51],["z"]],w:7.888,h:21.435},"rests.8th":{d:[["M",1.68,-6.12],["c",.66,-.09,1.23,.09,1.68,.51],["c",.27,.3,.39,.54,.57,1.26],["c",.09,.33,.18,.66,.21,.72],["c",.12,.27,.33,.45,.6,.48],["c",.12,0,.18,0,.33,-.09],["c",.39,-.18,1.32,-1.29,1.68,-1.98],["c",.09,-.21,.24,-.3,.39,-.3],["c",.12,0,.27,.09,.33,.18],["c",.03,.06,-.27,1.11,-1.86,6.42],["c",-1.02,3.48,-1.89,6.39,-1.92,6.42],["c",0,.03,-.12,.12,-.24,.15],["c",-.18,.09,-.21,.09,-.45,.09],["c",-.24,0,-.3,0,-.48,-.06],["c",-.09,-.06,-.21,-.12,-.21,-.15],["c",-.06,-.03,.15,-.57,1.68,-4.92],["c",.96,-2.67,1.74,-4.89,1.71,-4.89],["l",-.51,.15],["c",-1.08,.36,-1.74,.48,-2.55,.48],["c",-.66,0,-.84,-.03,-1.32,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.33,-.45,.84,-.81,1.38,-.9],["z"]],w:7.534,h:13.883},"rests.16th":{d:[["M",3.33,-6.12],["c",.66,-.09,1.23,.09,1.68,.51],["c",.27,.3,.39,.54,.57,1.26],["c",.09,.33,.18,.66,.21,.72],["c",.15,.39,.57,.57,.87,.42],["c",.39,-.18,1.2,-1.23,1.62,-2.07],["c",.06,-.15,.24,-.24,.36,-.24],["c",.12,0,.27,.09,.33,.18],["c",.03,.06,-.45,1.86,-2.67,10.17],["c",-1.5,5.55,-2.73,10.14,-2.76,10.17],["c",-.03,.03,-.12,.12,-.24,.15],["c",-.18,.09,-.21,.09,-.45,.09],["c",-.24,0,-.3,0,-.48,-.06],["c",-.09,-.06,-.21,-.12,-.21,-.15],["c",-.06,-.03,.12,-.57,1.44,-4.92],["c",.81,-2.67,1.47,-4.86,1.47,-4.89],["c",-.03,0,-.27,.06,-.54,.15],["c",-1.08,.36,-1.77,.48,-2.58,.48],["c",-.66,0,-.84,-.03,-1.32,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.72,-1.05,2.22,-1.23,3.06,-.42],["c",.3,.33,.42,.6,.6,1.38],["c",.09,.45,.21,.78,.33,.9],["c",.09,.09,.27,.18,.45,.21],["c",.12,0,.18,0,.33,-.09],["c",.33,-.15,1.02,-.93,1.41,-1.59],["c",.12,-.21,.18,-.39,.39,-1.08],["c",.66,-2.1,1.17,-3.84,1.17,-3.87],["c",0,0,-.21,.06,-.42,.15],["c",-.51,.15,-1.2,.33,-1.68,.42],["c",-.33,.06,-.51,.06,-.96,.06],["c",-.66,0,-.84,-.03,-1.32,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.33,-.45,.84,-.81,1.38,-.9],["z"]],w:9.724,h:21.383},"rests.32nd":{d:[["M",4.23,-13.62],["c",.66,-.09,1.23,.09,1.68,.51],["c",.27,.3,.39,.54,.57,1.26],["c",.09,.33,.18,.66,.21,.72],["c",.12,.27,.33,.45,.6,.48],["c",.12,0,.18,0,.27,-.06],["c",.33,-.21,.99,-1.11,1.44,-1.98],["c",.09,-.24,.21,-.33,.39,-.33],["c",.12,0,.27,.09,.33,.18],["c",.03,.06,-.57,2.67,-3.21,13.89],["c",-1.8,7.62,-3.3,13.89,-3.3,13.92],["c",-.03,.06,-.12,.12,-.24,.18],["c",-.21,.09,-.24,.09,-.48,.09],["c",-.24,0,-.3,0,-.48,-.06],["c",-.09,-.06,-.21,-.12,-.21,-.15],["c",-.06,-.03,.09,-.57,1.23,-4.92],["c",.69,-2.67,1.26,-4.86,1.29,-4.89],["c",0,-.03,-.12,-.03,-.48,.12],["c",-1.17,.39,-2.22,.57,-3,.54],["c",-.42,-.03,-.75,-.12,-1.11,-.3],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.72,-1.05,2.22,-1.23,3.06,-.42],["c",.3,.33,.42,.6,.6,1.38],["c",.09,.45,.21,.78,.33,.9],["c",.12,.09,.3,.18,.48,.21],["c",.12,0,.18,0,.3,-.09],["c",.42,-.21,1.29,-1.29,1.56,-1.89],["c",.03,-.12,1.23,-4.59,1.23,-4.65],["c",0,-.03,-.18,.03,-.39,.12],["c",-.63,.18,-1.2,.36,-1.74,.45],["c",-.39,.06,-.54,.06,-1.02,.06],["c",-.66,0,-.84,-.03,-1.32,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.72,-1.05,2.22,-1.23,3.06,-.42],["c",.3,.33,.42,.6,.6,1.38],["c",.09,.45,.21,.78,.33,.9],["c",.18,.18,.51,.27,.72,.15],["c",.3,-.12,.69,-.57,1.08,-1.17],["c",.42,-.6,.39,-.51,1.05,-3.03],["c",.33,-1.26,.6,-2.31,.6,-2.34],["c",0,0,-.21,.03,-.45,.12],["c",-.57,.18,-1.14,.33,-1.62,.42],["c",-.33,.06,-.51,.06,-.96,.06],["c",-.66,0,-.84,-.03,-1.32,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.33,-.45,.84,-.81,1.38,-.9],["z"]],w:11.373,h:28.883},"rests.64th":{d:[["M",5.13,-13.62],["c",.66,-.09,1.23,.09,1.68,.51],["c",.27,.3,.39,.54,.57,1.26],["c",.15,.63,.21,.81,.33,.96],["c",.18,.21,.54,.3,.75,.18],["c",.24,-.12,.63,-.66,1.08,-1.56],["c",.33,-.66,.39,-.72,.6,-.72],["c",.12,0,.27,.09,.33,.18],["c",.03,.06,-.69,3.66,-3.54,17.64],["c",-1.95,9.66,-3.57,17.61,-3.57,17.64],["c",-.03,.06,-.12,.12,-.24,.18],["c",-.21,.09,-.24,.09,-.48,.09],["c",-.24,0,-.3,0,-.48,-.06],["c",-.09,-.06,-.21,-.12,-.21,-.15],["c",-.06,-.03,.06,-.57,1.05,-4.95],["c",.6,-2.7,1.08,-4.89,1.08,-4.92],["c",0,0,-.24,.06,-.51,.15],["c",-.66,.24,-1.2,.36,-1.77,.48],["c",-.42,.06,-.57,.06,-1.05,.06],["c",-.69,0,-.87,-.03,-1.35,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.72,-1.05,2.22,-1.23,3.06,-.42],["c",.3,.33,.42,.6,.6,1.38],["c",.09,.45,.21,.78,.33,.9],["c",.09,.09,.27,.18,.45,.21],["c",.21,.03,.39,-.09,.72,-.42],["c",.45,-.45,1.02,-1.26,1.17,-1.65],["c",.03,-.09,.27,-1.14,.54,-2.34],["c",.27,-1.2,.48,-2.19,.51,-2.22],["c",0,-.03,-.09,-.03,-.48,.12],["c",-1.17,.39,-2.22,.57,-3,.54],["c",-.42,-.03,-.75,-.12,-1.11,-.3],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.36,-.54,.96,-.87,1.65,-.93],["c",.54,-.03,1.02,.15,1.41,.54],["c",.27,.3,.39,.54,.57,1.26],["c",.09,.33,.18,.66,.21,.72],["c",.15,.39,.57,.57,.9,.42],["c",.36,-.18,1.2,-1.26,1.47,-1.89],["c",.03,-.09,.3,-1.2,.57,-2.43],["l",.51,-2.28],["l",-.54,.18],["c",-1.11,.36,-1.8,.48,-2.61,.48],["c",-.66,0,-.84,-.03,-1.32,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.36,-.54,.96,-.87,1.65,-.93],["c",.54,-.03,1.02,.15,1.41,.54],["c",.27,.3,.39,.54,.57,1.26],["c",.15,.63,.21,.81,.33,.96],["c",.21,.21,.54,.3,.75,.18],["c",.36,-.18,.93,-.93,1.29,-1.68],["c",.12,-.24,.18,-.48,.63,-2.55],["l",.51,-2.31],["c",0,-.03,-.18,.03,-.39,.12],["c",-1.14,.36,-2.1,.54,-2.82,.51],["c",-.42,-.03,-.75,-.12,-1.11,-.3],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.33,-.45,.84,-.81,1.38,-.9],["z"]],w:12.453,h:36.383},"rests.128th":{d:[["M",6.03,-21.12],["c",.66,-.09,1.23,.09,1.68,.51],["c",.27,.3,.39,.54,.57,1.26],["c",.09,.33,.18,.66,.21,.72],["c",.12,.27,.33,.45,.6,.48],["c",.21,0,.33,-.06,.54,-.36],["c",.15,-.21,.54,-.93,.78,-1.47],["c",.15,-.33,.18,-.39,.3,-.48],["c",.18,-.09,.45,0,.51,.15],["c",.03,.09,-7.11,42.75,-7.17,42.84],["c",-.03,.03,-.15,.09,-.24,.15],["c",-.18,.06,-.24,.06,-.45,.06],["c",-.24,0,-.3,0,-.48,-.06],["c",-.09,-.06,-.21,-.12,-.21,-.15],["c",-.06,-.03,.03,-.57,.84,-4.98],["c",.51,-2.7,.93,-4.92,.9,-4.92],["c",0,0,-.15,.06,-.36,.12],["c",-.78,.27,-1.62,.48,-2.31,.57],["c",-.15,.03,-.54,.03,-.81,.03],["c",-.66,0,-.84,-.03,-1.32,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.36,-.54,.96,-.87,1.65,-.93],["c",.54,-.03,1.02,.15,1.41,.54],["c",.27,.3,.39,.54,.57,1.26],["c",.09,.33,.18,.66,.21,.72],["c",.12,.27,.33,.45,.63,.48],["c",.12,0,.18,0,.3,-.09],["c",.42,-.21,1.14,-1.11,1.5,-1.83],["c",.12,-.27,.12,-.27,.54,-2.52],["c",.24,-1.23,.42,-2.25,.39,-2.25],["c",0,0,-.24,.06,-.51,.18],["c",-1.26,.39,-2.25,.57,-3.06,.54],["c",-.42,-.03,-.75,-.12,-1.11,-.3],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.36,-.54,.96,-.87,1.65,-.93],["c",.54,-.03,1.02,.15,1.41,.54],["c",.27,.3,.39,.54,.57,1.26],["c",.15,.63,.21,.81,.33,.96],["c",.18,.21,.51,.3,.75,.18],["c",.36,-.15,1.05,-.99,1.41,-1.77],["l",.15,-.3],["l",.42,-2.25],["c",.21,-1.26,.42,-2.28,.39,-2.28],["l",-.51,.15],["c",-1.11,.39,-1.89,.51,-2.7,.51],["c",-.66,0,-.84,-.03,-1.32,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.36,-.54,.96,-.87,1.65,-.93],["c",.54,-.03,1.02,.15,1.41,.54],["c",.27,.3,.39,.54,.57,1.26],["c",.15,.63,.21,.81,.33,.96],["c",.18,.18,.48,.27,.72,.21],["c",.33,-.12,1.14,-1.26,1.41,-1.95],["c",0,-.09,.21,-1.11,.45,-2.34],["c",.21,-1.2,.39,-2.22,.39,-2.28],["c",.03,-.03,0,-.03,-.45,.12],["c",-.57,.18,-1.2,.33,-1.71,.42],["c",-.3,.06,-.51,.06,-.93,.06],["c",-.66,0,-.84,-.03,-1.32,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.36,-.54,.96,-.87,1.65,-.93],["c",.54,-.03,1.02,.15,1.41,.54],["c",.27,.3,.39,.54,.57,1.26],["c",.09,.33,.18,.66,.21,.72],["c",.12,.27,.33,.45,.6,.48],["c",.18,0,.36,-.09,.57,-.33],["c",.33,-.36,.78,-1.14,.93,-1.56],["c",.03,-.12,.24,-1.2,.45,-2.4],["c",.24,-1.2,.42,-2.22,.42,-2.28],["c",.03,-.03,0,-.03,-.39,.09],["c",-1.05,.36,-1.8,.48,-2.58,.48],["c",-.63,0,-.84,-.03,-1.29,-.27],["c",-1.32,-.63,-1.77,-2.16,-1.02,-3.3],["c",.33,-.45,.84,-.81,1.38,-.9],["z"]],w:12.992,h:43.883},"accidentals.sharp":{d:[["M",5.73,-11.19],["c",.21,-.12,.54,-.03,.66,.24],["c",.06,.12,.06,.21,.06,2.31],["c",0,1.23,0,2.22,.03,2.22],["c",0,0,.27,-.12,.6,-.24],["c",.69,-.27,.78,-.3,.96,-.15],["c",.21,.15,.21,.18,.21,1.38],["c",0,1.02,0,1.11,-.06,1.2],["c",-.03,.06,-.09,.12,-.12,.15],["c",-.06,.03,-.42,.21,-.84,.36],["l",-.75,.33],["l",-.03,2.43],["c",0,1.32,0,2.43,.03,2.43],["c",0,0,.27,-.12,.6,-.24],["c",.69,-.27,.78,-.3,.96,-.15],["c",.21,.15,.21,.18,.21,1.38],["c",0,1.02,0,1.11,-.06,1.2],["c",-.03,.06,-.09,.12,-.12,.15],["c",-.06,.03,-.42,.21,-.84,.36],["l",-.75,.33],["l",-.03,2.52],["c",0,2.28,-.03,2.55,-.06,2.64],["c",-.21,.36,-.72,.36,-.93,0],["c",-.03,-.09,-.06,-.33,-.06,-2.43],["l",0,-2.31],["l",-1.29,.51],["l",-1.26,.51],["l",0,2.43],["c",0,2.58,0,2.52,-.15,2.67],["c",-.06,.09,-.27,.18,-.36,.18],["c",-.12,0,-.33,-.09,-.39,-.18],["c",-.15,-.15,-.15,-.09,-.15,-2.43],["c",0,-1.23,0,-2.22,-.03,-2.22],["c",0,0,-.27,.12,-.6,.24],["c",-.69,.27,-.78,.3,-.96,.15],["c",-.21,-.15,-.21,-.18,-.21,-1.38],["c",0,-1.02,0,-1.11,.06,-1.2],["c",.03,-.06,.09,-.12,.12,-.15],["c",.06,-.03,.42,-.21,.84,-.36],["l",.78,-.33],["l",0,-2.43],["c",0,-1.32,0,-2.43,-.03,-2.43],["c",0,0,-.27,.12,-.6,.24],["c",-.69,.27,-.78,.3,-.96,.15],["c",-.21,-.15,-.21,-.18,-.21,-1.38],["c",0,-1.02,0,-1.11,.06,-1.2],["c",.03,-.06,.09,-.12,.12,-.15],["c",.06,-.03,.42,-.21,.84,-.36],["l",.78,-.33],["l",0,-2.52],["c",0,-2.28,.03,-2.55,.06,-2.64],["c",.21,-.36,.72,-.36,.93,0],["c",.03,.09,.06,.33,.06,2.43],["l",.03,2.31],["l",1.26,-.51],["l",1.26,-.51],["l",0,-2.43],["c",0,-2.28,0,-2.43,.06,-2.55],["c",.06,-.12,.12,-.18,.27,-.24],["z"],["m",-.33,10.65],["l",0,-2.43],["l",-1.29,.51],["l",-1.26,.51],["l",0,2.46],["l",0,2.43],["l",.09,-.03],["c",.06,-.03,.63,-.27,1.29,-.51],["l",1.17,-.48],["l",0,-2.46],["z"]],w:8.25,h:22.462},"accidentals.halfsharp":{d:[["M",2.43,-10.05],["c",.21,-.12,.54,-.03,.66,.24],["c",.06,.12,.06,.21,.06,2.01],["c",0,1.05,0,1.89,.03,1.89],["l",.72,-.48],["c",.69,-.48,.69,-.51,.87,-.51],["c",.15,0,.18,.03,.27,.09],["c",.21,.15,.21,.18,.21,1.41],["c",0,1.11,-.03,1.14,-.09,1.23],["c",-.03,.03,-.48,.39,-1.02,.75],["l",-.99,.66],["l",0,2.37],["c",0,1.32,0,2.37,.03,2.37],["l",.72,-.48],["c",.69,-.48,.69,-.51,.87,-.51],["c",.15,0,.18,.03,.27,.09],["c",.21,.15,.21,.18,.21,1.41],["c",0,1.11,-.03,1.14,-.09,1.23],["c",-.03,.03,-.48,.39,-1.02,.75],["l",-.99,.66],["l",0,2.25],["c",0,1.95,0,2.28,-.06,2.37],["c",-.06,.12,-.12,.21,-.24,.27],["c",-.27,.12,-.54,.03,-.69,-.24],["c",-.06,-.12,-.06,-.21,-.06,-2.01],["c",0,-1.05,0,-1.89,-.03,-1.89],["l",-.72,.48],["c",-.69,.48,-.69,.48,-.87,.48],["c",-.15,0,-.18,0,-.27,-.06],["c",-.21,-.15,-.21,-.18,-.21,-1.41],["c",0,-1.11,.03,-1.14,.09,-1.23],["c",.03,-.03,.48,-.39,1.02,-.75],["l",.99,-.66],["l",0,-2.37],["c",0,-1.32,0,-2.37,-.03,-2.37],["l",-.72,.48],["c",-.69,.48,-.69,.48,-.87,.48],["c",-.15,0,-.18,0,-.27,-.06],["c",-.21,-.15,-.21,-.18,-.21,-1.41],["c",0,-1.11,.03,-1.14,.09,-1.23],["c",.03,-.03,.48,-.39,1.02,-.75],["l",.99,-.66],["l",0,-2.25],["c",0,-2.13,0,-2.28,.06,-2.4],["c",.06,-.12,.12,-.18,.27,-.24],["z"]],w:5.25,h:20.174},"accidentals.nat":{d:[["M",.21,-11.4],["c",.24,-.06,.78,0,.99,.15],["c",.03,.03,.03,.48,0,2.61],["c",-.03,1.44,-.03,2.61,-.03,2.61],["c",0,.03,.75,-.09,1.68,-.24],["c",.96,-.18,1.71,-.27,1.74,-.27],["c",.15,.03,.27,.15,.36,.3],["l",.06,.12],["l",.09,8.67],["c",.09,6.96,.12,8.67,.09,8.67],["c",-.03,.03,-.12,.06,-.21,.09],["c",-.24,.09,-.72,.09,-.96,0],["c",-.09,-.03,-.18,-.06,-.21,-.09],["c",-.03,-.03,-.03,-.48,0,-2.61],["c",.03,-1.44,.03,-2.61,.03,-2.61],["c",0,-.03,-.75,.09,-1.68,.24],["c",-.96,.18,-1.71,.27,-1.74,.27],["c",-.15,-.03,-.27,-.15,-.36,-.3],["l",-.06,-.15],["l",-.09,-7.53],["c",-.06,-4.14,-.09,-8.04,-.12,-8.67],["l",0,-1.11],["l",.15,-.06],["c",.09,-.03,.21,-.06,.27,-.09],["z"],["m",3.75,8.4],["c",0,-.33,0,-.42,-.03,-.42],["c",-.12,0,-2.79,.45,-2.79,.48],["c",-.03,0,-.09,6.3,-.09,6.33],["c",.03,0,2.79,-.45,2.82,-.48],["c",0,0,.09,-4.53,.09,-5.91],["z"]],w:5.4,h:22.8},"accidentals.flat":{d:[["M",-.36,-14.07],["c",.33,-.06,.87,0,1.08,.15],["c",.06,.03,.06,.36,-.03,5.25],["c",-.06,2.85,-.09,5.19,-.09,5.19],["c",0,.03,.12,-.03,.24,-.12],["c",.63,-.42,1.41,-.66,2.19,-.72],["c",.81,-.03,1.47,.21,2.04,.78],["c",.57,.54,.87,1.26,.93,2.04],["c",.03,.57,-.09,1.08,-.36,1.62],["c",-.42,.81,-1.02,1.38,-2.82,2.61],["c",-1.14,.78,-1.44,1.02,-1.8,1.44],["c",-.18,.18,-.39,.39,-.45,.42],["c",-.27,.18,-.57,.15,-.81,-.06],["c",-.06,-.09,-.12,-.18,-.15,-.27],["c",-.03,-.06,-.09,-3.27,-.18,-8.34],["c",-.09,-4.53,-.15,-8.58,-.18,-9.03],["l",0,-.78],["l",.12,-.06],["c",.06,-.03,.18,-.09,.27,-.12],["z"],["m",3.18,11.01],["c",-.21,-.12,-.54,-.15,-.81,-.06],["c",-.54,.15,-.99,.63,-1.17,1.26],["c",-.06,.3,-.12,2.88,-.06,3.87],["c",.03,.42,.03,.81,.06,.9],["l",.03,.12],["l",.45,-.39],["c",.63,-.54,1.26,-1.17,1.56,-1.59],["c",.3,-.42,.6,-.99,.72,-1.41],["c",.18,-.69,.09,-1.47,-.18,-2.07],["c",-.15,-.3,-.33,-.51,-.6,-.63],["z"]],w:6.75,h:18.801},"accidentals.halfflat":{d:[["M",4.83,-14.07],["c",.33,-.06,.87,0,1.08,.15],["c",.06,.03,.06,.6,-.12,9.06],["c",-.09,5.55,-.15,9.06,-.18,9.12],["c",-.03,.09,-.09,.18,-.15,.27],["c",-.24,.21,-.54,.24,-.81,.06],["c",-.06,-.03,-.27,-.24,-.45,-.42],["c",-.36,-.42,-.66,-.66,-1.8,-1.44],["c",-1.23,-.84,-1.83,-1.32,-2.25,-1.77],["c",-.66,-.78,-.96,-1.56,-.93,-2.46],["c",.09,-1.41,1.11,-2.58,2.4,-2.79],["c",.3,-.06,.84,-.03,1.23,.06],["c",.54,.12,1.08,.33,1.53,.63],["c",.12,.09,.24,.15,.24,.12],["c",0,0,-.12,-8.37,-.18,-9.75],["l",0,-.66],["l",.12,-.06],["c",.06,-.03,.18,-.09,.27,-.12],["z"],["m",-1.65,10.95],["c",-.6,-.18,-1.08,.09,-1.38,.69],["c",-.27,.6,-.36,1.38,-.18,2.07],["c",.12,.42,.42,.99,.72,1.41],["c",.3,.42,.93,1.05,1.56,1.59],["l",.48,.39],["l",0,-.12],["c",.03,-.09,.03,-.48,.06,-.9],["c",.03,-.57,.03,-1.08,0,-2.22],["c",-.03,-1.62,-.03,-1.62,-.24,-2.07],["c",-.21,-.42,-.6,-.75,-1.02,-.84],["z"]],w:6.728,h:18.801},"accidentals.dblflat":{d:[["M",-.36,-14.07],["c",.33,-.06,.87,0,1.08,.15],["c",.06,.03,.06,.36,-.03,5.25],["c",-.06,2.85,-.09,5.19,-.09,5.19],["c",0,.03,.12,-.03,.24,-.12],["c",.63,-.42,1.41,-.66,2.19,-.72],["c",.81,-.03,1.47,.21,2.04,.78],["c",.57,.54,.87,1.26,.93,2.04],["c",.03,.57,-.09,1.08,-.36,1.62],["c",-.42,.81,-1.02,1.38,-2.82,2.61],["c",-1.14,.78,-1.44,1.02,-1.8,1.44],["c",-.18,.18,-.39,.39,-.45,.42],["c",-.27,.18,-.57,.15,-.81,-.06],["c",-.06,-.09,-.12,-.18,-.15,-.27],["c",-.03,-.06,-.09,-3.27,-.18,-8.34],["c",-.09,-4.53,-.15,-8.58,-.18,-9.03],["l",0,-.78],["l",.12,-.06],["c",.06,-.03,.18,-.09,.27,-.12],["z"],["m",3.18,11.01],["c",-.21,-.12,-.54,-.15,-.81,-.06],["c",-.54,.15,-.99,.63,-1.17,1.26],["c",-.06,.3,-.12,2.88,-.06,3.87],["c",.03,.42,.03,.81,.06,.9],["l",.03,.12],["l",.45,-.39],["c",.63,-.54,1.26,-1.17,1.56,-1.59],["c",.3,-.42,.6,-.99,.72,-1.41],["c",.18,-.69,.09,-1.47,-.18,-2.07],["c",-.15,-.3,-.33,-.51,-.6,-.63],["z"],["m",3,-11],["c",.33,-.06,.87,0,1.08,.15],["c",.06,.03,.06,.36,-.03,5.25],["c",-.06,2.85,-.09,5.19,-.09,5.19],["c",0,.03,.12,-.03,.24,-.12],["c",.63,-.42,1.41,-.66,2.19,-.72],["c",.81,-.03,1.47,.21,2.04,.78],["c",.57,.54,.87,1.26,.93,2.04],["c",.03,.57,-.09,1.08,-.36,1.62],["c",-.42,.81,-1.02,1.38,-2.82,2.61],["c",-1.14,.78,-1.44,1.02,-1.8,1.44],["c",-.18,.18,-.39,.39,-.45,.42],["c",-.27,.18,-.57,.15,-.81,-.06],["c",-.06,-.09,-.12,-.18,-.15,-.27],["c",-.03,-.06,-.09,-3.27,-.18,-8.34],["c",-.09,-4.53,-.15,-8.58,-.18,-9.03],["l",0,-.78],["l",.12,-.06],["c",.06,-.03,.18,-.09,.27,-.12],["z"],["m",3.18,11.01],["c",-.21,-.12,-.54,-.15,-.81,-.06],["c",-.54,.15,-.99,.63,-1.17,1.26],["c",-.06,.3,-.12,2.88,-.06,3.87],["c",.03,.42,.03,.81,.06,.9],["l",.03,.12],["l",.45,-.39],["c",.63,-.54,1.26,-1.17,1.56,-1.59],["c",.3,-.42,.6,-.99,.72,-1.41],["c",.18,-.69,.09,-1.47,-.18,-2.07],["c",-.15,-.3,-.33,-.51,-.6,-.63],["z"]],w:12.1,h:18.804},"accidentals.dblsharp":{d:[["M",-.18,-3.96],["c",.06,-.03,.12,-.06,.15,-.06],["c",.09,0,2.76,.27,2.79,.3],["c",.12,.03,.15,.12,.15,.51],["c",.06,.96,.24,1.59,.57,2.1],["c",.06,.09,.15,.21,.18,.24],["l",.09,.06],["l",.09,-.06],["c",.03,-.03,.12,-.15,.18,-.24],["c",.33,-.51,.51,-1.14,.57,-2.1],["c",0,-.39,.03,-.45,.12,-.51],["c",.03,0,.66,-.09,1.44,-.15],["c",1.47,-.15,1.5,-.15,1.56,-.03],["c",.03,.06,0,.42,-.09,1.44],["c",-.09,.72,-.15,1.35,-.15,1.38],["c",0,.03,-.03,.09,-.06,.12],["c",-.06,.06,-.12,.09,-.51,.09],["c",-1.08,.06,-1.8,.3,-2.28,.75],["l",-.12,.09],["l",.09,.09],["c",.12,.15,.39,.33,.63,.45],["c",.42,.18,.96,.27,1.68,.33],["c",.39,0,.45,.03,.51,.09],["c",.03,.03,.06,.09,.06,.12],["c",0,.03,.06,.66,.15,1.38],["c",.09,1.02,.12,1.38,.09,1.44],["c",-.06,.12,-.09,.12,-1.56,-.03],["c",-.78,-.06,-1.41,-.15,-1.44,-.15],["c",-.09,-.06,-.12,-.12,-.12,-.54],["c",-.06,-.93,-.24,-1.56,-.57,-2.07],["c",-.06,-.09,-.15,-.21,-.18,-.24],["l",-.09,-.06],["l",-.09,.06],["c",-.03,.03,-.12,.15,-.18,.24],["c",-.33,.51,-.51,1.14,-.57,2.07],["c",0,.42,-.03,.48,-.12,.54],["c",-.03,0,-.66,.09,-1.44,.15],["c",-1.47,.15,-1.5,.15,-1.56,.03],["c",-.03,-.06,0,-.42,.09,-1.44],["c",.09,-.72,.15,-1.35,.15,-1.38],["c",0,-.03,.03,-.09,.06,-.12],["c",.06,-.06,.12,-.09,.51,-.09],["c",.72,-.06,1.26,-.15,1.68,-.33],["c",.24,-.12,.51,-.3,.63,-.45],["l",.09,-.09],["l",-.12,-.09],["c",-.48,-.45,-1.2,-.69,-2.28,-.75],["c",-.39,0,-.45,-.03,-.51,-.09],["c",-.03,-.03,-.06,-.09,-.06,-.12],["c",0,-.03,-.06,-.63,-.12,-1.38],["c",-.09,-.72,-.15,-1.35,-.15,-1.38],["z"]],w:7.95,h:7.977},"dots.dot":{d:[["M",1.32,-1.68],["c",.09,-.03,.27,-.06,.39,-.06],["c",.96,0,1.74,.78,1.74,1.71],["c",0,.96,-.78,1.74,-1.71,1.74],["c",-.96,0,-1.74,-.78,-1.74,-1.71],["c",0,-.78,.54,-1.5,1.32,-1.68],["z"]],w:3.45,h:3.45},"noteheads.dbl":{d:[["M",-.69,-4.02],["c",.18,-.09,.36,-.09,.54,0],["c",.18,.09,.24,.15,.33,.3],["c",.06,.15,.06,.18,.06,1.41],["l",0,1.23],["l",.12,-.18],["c",.72,-1.26,2.64,-2.31,4.86,-2.64],["c",.81,-.15,1.11,-.15,2.13,-.15],["c",.99,0,1.29,0,2.1,.15],["c",.75,.12,1.38,.27,2.04,.54],["c",1.35,.51,2.34,1.26,2.82,2.1],["l",.12,.18],["l",0,-1.23],["c",0,-1.2,0,-1.26,.06,-1.38],["c",.09,-.18,.15,-.24,.33,-.33],["c",.18,-.09,.36,-.09,.54,0],["c",.18,.09,.24,.15,.33,.3],["l",.06,.15],["l",0,3.54],["l",0,3.54],["l",-.06,.15],["c",-.09,.18,-.15,.24,-.33,.33],["c",-.18,.09,-.36,.09,-.54,0],["c",-.18,-.09,-.24,-.15,-.33,-.33],["c",-.06,-.12,-.06,-.18,-.06,-1.38],["l",0,-1.23],["l",-.12,.18],["c",-.48,.84,-1.47,1.59,-2.82,2.1],["c",-.84,.33,-1.71,.54,-2.85,.66],["c",-.45,.06,-2.16,.06,-2.61,0],["c",-1.14,-.12,-2.01,-.33,-2.85,-.66],["c",-1.35,-.51,-2.34,-1.26,-2.82,-2.1],["l",-.12,-.18],["l",0,1.23],["c",0,1.23,0,1.26,-.06,1.38],["c",-.09,.18,-.15,.24,-.33,.33],["c",-.18,.09,-.36,.09,-.54,0],["c",-.18,-.09,-.24,-.15,-.33,-.33],["l",-.06,-.15],["l",0,-3.54],["c",0,-3.48,0,-3.54,.06,-3.66],["c",.09,-.18,.15,-.24,.33,-.33],["z"],["m",7.71,.63],["c",-.36,-.06,-.9,-.06,-1.14,0],["c",-.3,.03,-.66,.24,-.87,.42],["c",-.6,.54,-.9,1.62,-.75,2.82],["c",.12,.93,.51,1.68,1.11,2.31],["c",.75,.72,1.83,1.2,2.85,1.26],["c",1.05,.06,1.83,-.54,2.1,-1.65],["c",.21,-.9,.12,-1.95,-.24,-2.82],["c",-.36,-.81,-1.08,-1.53,-1.95,-1.95],["c",-.3,-.15,-.78,-.3,-1.11,-.39],["z"]],w:16.83,h:8.145},"noteheads.whole":{d:[["M",6.51,-4.05],["c",.51,-.03,2.01,0,2.52,.03],["c",1.41,.18,2.64,.51,3.72,1.08],["c",1.2,.63,1.95,1.41,2.19,2.31],["c",.09,.33,.09,.9,0,1.23],["c",-.24,.9,-.99,1.68,-2.19,2.31],["c",-1.08,.57,-2.28,.9,-3.75,1.08],["c",-.66,.06,-2.31,.06,-2.97,0],["c",-1.47,-.18,-2.67,-.51,-3.75,-1.08],["c",-1.2,-.63,-1.95,-1.41,-2.19,-2.31],["c",-.09,-.33,-.09,-.9,0,-1.23],["c",.24,-.9,.99,-1.68,2.19,-2.31],["c",1.2,-.63,2.61,-.99,4.23,-1.11],["z"],["m",.57,.66],["c",-.87,-.15,-1.53,0,-2.04,.51],["c",-.15,.15,-.24,.27,-.33,.48],["c",-.24,.51,-.36,1.08,-.33,1.77],["c",.03,.69,.18,1.26,.42,1.77],["c",.6,1.17,1.74,1.98,3.18,2.22],["c",1.11,.21,1.95,-.15,2.34,-.99],["c",.24,-.51,.36,-1.08,.33,-1.8],["c",-.06,-1.11,-.45,-2.04,-1.17,-2.76],["c",-.63,-.63,-1.47,-1.05,-2.4,-1.2],["z"]],w:14.985,h:8.097},"noteheads.half":{d:[["M",7.44,-4.05],["c",.06,-.03,.27,-.03,.48,-.03],["c",1.05,0,1.71,.24,2.1,.81],["c",.42,.6,.45,1.35,.18,2.4],["c",-.42,1.59,-1.14,2.73,-2.16,3.39],["c",-1.41,.93,-3.18,1.44,-5.4,1.53],["c",-1.17,.03,-1.89,-.21,-2.28,-.81],["c",-.42,-.6,-.45,-1.35,-.18,-2.4],["c",.42,-1.59,1.14,-2.73,2.16,-3.39],["c",.63,-.42,1.23,-.72,1.98,-.96],["c",.9,-.3,1.65,-.42,3.12,-.54],["z"],["m",1.29,.87],["c",-.27,-.09,-.63,-.12,-.9,-.03],["c",-.72,.24,-1.53,.69,-3.27,1.8],["c",-2.34,1.5,-3.3,2.25,-3.57,2.79],["c",-.36,.72,-.06,1.5,.66,1.77],["c",.24,.12,.69,.09,.99,0],["c",.84,-.3,1.92,-.93,4.14,-2.37],["c",1.62,-1.08,2.37,-1.71,2.61,-2.19],["c",.36,-.72,.06,-1.5,-.66,-1.77],["z"]],w:10.37,h:8.132},"noteheads.quarter":{d:[["M",6.09,-4.05],["c",.36,-.03,1.2,0,1.53,.06],["c",1.17,.24,1.89,.84,2.16,1.83],["c",.06,.18,.06,.3,.06,.66],["c",0,.45,0,.63,-.15,1.08],["c",-.66,2.04,-3.06,3.93,-5.52,4.38],["c",-.54,.09,-1.44,.09,-1.83,.03],["c",-1.23,-.27,-1.98,-.87,-2.25,-1.86],["c",-.06,-.18,-.06,-.3,-.06,-.66],["c",0,-.45,0,-.63,.15,-1.08],["c",.24,-.78,.75,-1.53,1.44,-2.22],["c",1.2,-1.2,2.85,-2.01,4.47,-2.22],["z"]],w:9.81,h:8.094},"noteheads.slash.nostem":{d:[["M",9.3,-7.77],["c",.06,-.06,.18,-.06,1.71,-.06],["l",1.65,0],["l",.09,.09],["c",.06,.06,.06,.09,.06,.15],["c",-.03,.12,-9.21,15.24,-9.3,15.33],["c",-.06,.06,-.18,.06,-1.71,.06],["l",-1.65,0],["l",-.09,-.09],["c",-.06,-.06,-.06,-.09,-.06,-.15],["c",.03,-.12,9.21,-15.24,9.3,-15.33],["z"]],w:12.81,h:15.63},"noteheads.indeterminate":{d:[["M",.78,-4.05],["c",.12,-.03,.24,-.03,.36,.03],["c",.03,.03,.93,.72,1.95,1.56],["l",1.86,1.5],["l",1.86,-1.5],["c",1.02,-.84,1.92,-1.53,1.95,-1.56],["c",.21,-.12,.33,-.09,.75,.24],["c",.3,.27,.36,.36,.36,.54],["c",0,.03,-.03,.12,-.06,.18],["c",-.03,.06,-.9,.75,-1.89,1.56],["l",-1.8,1.47],["c",0,.03,.81,.69,1.8,1.5],["c",.99,.81,1.86,1.5,1.89,1.56],["c",.03,.06,.06,.15,.06,.18],["c",0,.18,-.06,.27,-.36,.54],["c",-.42,.33,-.54,.36,-.75,.24],["c",-.03,-.03,-.93,-.72,-1.95,-1.56],["l",-1.86,-1.5],["l",-1.86,1.5],["c",-1.02,.84,-1.92,1.53,-1.95,1.56],["c",-.21,.12,-.33,.09,-.75,-.24],["c",-.3,-.27,-.36,-.36,-.36,-.54],["c",0,-.03,.03,-.12,.06,-.18],["c",.03,-.06,.9,-.75,1.89,-1.56],["l",1.8,-1.47],["c",0,-.03,-.81,-.69,-1.8,-1.5],["c",-.99,-.81,-1.86,-1.5,-1.89,-1.56],["c",-.06,-.12,-.09,-.21,-.03,-.36],["c",.03,-.09,.57,-.57,.72,-.63],["z"]],w:9.843,h:8.139},"scripts.ufermata":{d:[["M",-.75,-10.77],["c",.12,0,.45,-.03,.69,-.03],["c",2.91,-.03,5.55,1.53,7.41,4.35],["c",1.17,1.71,1.95,3.72,2.43,6.03],["c",.12,.51,.12,.57,.03,.69],["c",-.12,.21,-.48,.27,-.69,.12],["c",-.12,-.09,-.18,-.24,-.27,-.69],["c",-.78,-3.63,-3.42,-6.54,-6.78,-7.38],["c",-.78,-.21,-1.2,-.24,-2.07,-.24],["c",-.63,0,-.84,0,-1.2,.06],["c",-1.83,.27,-3.42,1.08,-4.8,2.37],["c",-1.41,1.35,-2.4,3.21,-2.85,5.19],["c",-.09,.45,-.15,.6,-.27,.69],["c",-.21,.15,-.57,.09,-.69,-.12],["c",-.09,-.12,-.09,-.18,.03,-.69],["c",.33,-1.62,.78,-3,1.47,-4.38],["c",1.77,-3.54,4.44,-5.67,7.56,-5.97],["z"],["m",.33,7.47],["c",1.38,-.3,2.58,.9,2.31,2.25],["c",-.15,.72,-.78,1.35,-1.47,1.5],["c",-1.38,.27,-2.58,-.93,-2.31,-2.31],["c",.15,-.69,.78,-1.29,1.47,-1.44],["z"]],w:19.748,h:11.289},"scripts.dfermata":{d:[["M",-9.63,-.42],["c",.15,-.09,.36,-.06,.51,.03],["c",.12,.09,.18,.24,.27,.66],["c",.78,3.66,3.42,6.57,6.78,7.41],["c",.78,.21,1.2,.24,2.07,.24],["c",.63,0,.84,0,1.2,-.06],["c",1.83,-.27,3.42,-1.08,4.8,-2.37],["c",1.41,-1.35,2.4,-3.21,2.85,-5.22],["c",.09,-.42,.15,-.57,.27,-.66],["c",.21,-.15,.57,-.09,.69,.12],["c",.09,.12,.09,.18,-.03,.69],["c",-.33,1.62,-.78,3,-1.47,4.38],["c",-1.92,3.84,-4.89,6,-8.31,6],["c",-3.42,0,-6.39,-2.16,-8.31,-6],["c",-.48,-.96,-.84,-1.92,-1.14,-2.97],["c",-.18,-.69,-.42,-1.74,-.42,-1.92],["c",0,-.12,.09,-.27,.24,-.33],["z"],["m",9.21,0],["c",1.2,-.27,2.34,.63,2.34,1.86],["c",0,.9,-.66,1.68,-1.5,1.89],["c",-1.38,.27,-2.58,-.93,-2.31,-2.31],["c",.15,-.69,.78,-1.29,1.47,-1.44],["z"]],w:19.744,h:11.274},"scripts.sforzato":{d:[["M",-6.45,-3.69],["c",.06,-.03,.15,-.06,.18,-.06],["c",.06,0,2.85,.72,6.24,1.59],["l",6.33,1.65],["c",.33,.06,.45,.21,.45,.51],["c",0,.3,-.12,.45,-.45,.51],["l",-6.33,1.65],["c",-3.39,.87,-6.18,1.59,-6.21,1.59],["c",-.21,0,-.48,-.24,-.51,-.45],["c",0,-.15,.06,-.36,.18,-.45],["c",.09,-.06,.87,-.27,3.84,-1.05],["c",2.04,-.54,3.84,-.99,4.02,-1.02],["c",.15,-.06,1.14,-.24,2.22,-.42],["c",1.05,-.18,1.92,-.36,1.92,-.36],["c",0,0,-.87,-.18,-1.92,-.36],["c",-1.08,-.18,-2.07,-.36,-2.22,-.42],["c",-.18,-.03,-1.98,-.48,-4.02,-1.02],["c",-2.97,-.78,-3.75,-.99,-3.84,-1.05],["c",-.12,-.09,-.18,-.3,-.18,-.45],["c",.03,-.15,.15,-.3,.3,-.39],["z"]],w:13.5,h:7.5},"scripts.staccato":{d:[["M",-.36,-1.47],["c",.93,-.21,1.86,.51,1.86,1.47],["c",0,.93,-.87,1.65,-1.8,1.47],["c",-.54,-.12,-1.02,-.57,-1.14,-1.08],["c",-.21,-.81,.27,-1.65,1.08,-1.86],["z"]],w:2.989,h:3.004},"scripts.tenuto":{d:[["M",-4.2,-.48],["l",.12,-.06],["l",4.08,0],["l",4.08,0],["l",.12,.06],["c",.39,.21,.39,.75,0,.96],["l",-.12,.06],["l",-4.08,0],["l",-4.08,0],["l",-.12,-.06],["c",-.39,-.21,-.39,-.75,0,-.96],["z"]],w:8.985,h:1.08},"scripts.umarcato":{d:[["M",-.15,-8.19],["c",.15,-.12,.36,-.03,.45,.15],["c",.21,.42,3.45,7.65,3.45,7.71],["c",0,.12,-.12,.27,-.21,.3],["c",-.03,.03,-.51,.03,-1.14,.03],["c",-1.05,0,-1.08,0,-1.17,-.06],["c",-.09,-.06,-.24,-.36,-1.17,-2.4],["c",-.57,-1.29,-1.05,-2.34,-1.08,-2.34],["c",0,-.03,-.51,1.02,-1.08,2.34],["c",-.93,2.07,-1.08,2.34,-1.14,2.4],["c",-.06,.03,-.15,.06,-.18,.06],["c",-.15,0,-.33,-.18,-.33,-.33],["c",0,-.06,3.24,-7.32,3.45,-7.71],["c",.03,-.06,.09,-.15,.15,-.15],["z"]],w:7.5,h:8.245},"scripts.dmarcato":{d:[["M",-3.57,.03],["c",.03,0,.57,-.03,1.17,-.03],["c",1.05,0,1.08,0,1.17,.06],["c",.09,.06,.24,.36,1.17,2.4],["c",.57,1.29,1.05,2.34,1.08,2.34],["c",0,.03,.51,-1.02,1.08,-2.34],["c",.93,-2.07,1.08,-2.34,1.14,-2.4],["c",.06,-.03,.15,-.06,.18,-.06],["c",.15,0,.33,.18,.33,.33],["c",0,.09,-3.45,7.74,-3.54,7.83],["c",-.12,.12,-.3,.12,-.42,0],["c",-.09,-.09,-3.54,-7.74,-3.54,-7.83],["c",0,-.09,.12,-.27,.18,-.3],["z"]],w:7.5,h:8.25},"scripts.stopped":{d:[["M",-.27,-4.08],["c",.18,-.09,.36,-.09,.54,0],["c",.18,.09,.24,.15,.33,.3],["l",.06,.15],["l",0,1.5],["l",0,1.47],["l",1.47,0],["l",1.5,0],["l",.15,.06],["c",.15,.09,.21,.15,.3,.33],["c",.09,.18,.09,.36,0,.54],["c",-.09,.18,-.15,.24,-.33,.33],["c",-.12,.06,-.18,.06,-1.62,.06],["l",-1.47,0],["l",0,1.47],["l",0,1.47],["l",-.06,.15],["c",-.09,.18,-.15,.24,-.33,.33],["c",-.18,.09,-.36,.09,-.54,0],["c",-.18,-.09,-.24,-.15,-.33,-.33],["l",-.06,-.15],["l",0,-1.47],["l",0,-1.47],["l",-1.47,0],["c",-1.44,0,-1.5,0,-1.62,-.06],["c",-.18,-.09,-.24,-.15,-.33,-.33],["c",-.09,-.18,-.09,-.36,0,-.54],["c",.09,-.18,.15,-.24,.33,-.33],["l",.15,-.06],["l",1.47,0],["l",1.47,0],["l",0,-1.47],["c",0,-1.44,0,-1.5,.06,-1.62],["c",.09,-.18,.15,-.24,.33,-.33],["z"]],w:8.295,h:8.295},"scripts.upbow":{d:[["M",-4.65,-15.54],["c",.12,-.09,.36,-.06,.48,.03],["c",.03,.03,.09,.09,.12,.15],["c",.03,.06,.66,2.13,1.41,4.62],["c",1.35,4.41,1.38,4.56,2.01,6.96],["l",.63,2.46],["l",.63,-2.46],["c",.63,-2.4,.66,-2.55,2.01,-6.96],["c",.75,-2.49,1.38,-4.56,1.41,-4.62],["c",.06,-.15,.18,-.21,.36,-.24],["c",.15,0,.3,.06,.39,.18],["c",.15,.21,.24,-.18,-2.1,7.56],["c",-1.2,3.96,-2.22,7.32,-2.25,7.41],["c",0,.12,-.06,.27,-.09,.3],["c",-.12,.21,-.6,.21,-.72,0],["c",-.03,-.03,-.09,-.18,-.09,-.3],["c",-.03,-.09,-1.05,-3.45,-2.25,-7.41],["c",-2.34,-7.74,-2.25,-7.35,-2.1,-7.56],["c",.03,-.03,.09,-.09,.15,-.12],["z"]],w:9.73,h:15.608},"scripts.downbow":{d:[["M",-5.55,-9.93],["l",.09,-.06],["l",5.46,0],["l",5.46,0],["l",.09,.06],["l",.06,.09],["l",0,4.77],["c",0,5.28,0,4.89,-.18,5.01],["c",-.18,.12,-.42,.06,-.54,-.12],["c",-.06,-.09,-.06,-.18,-.06,-2.97],["l",0,-2.85],["l",-4.83,0],["l",-4.83,0],["l",0,2.85],["c",0,2.79,0,2.88,-.06,2.97],["c",-.15,.24,-.51,.24,-.66,0],["c",-.06,-.09,-.06,-.21,-.06,-4.89],["l",0,-4.77],["z"]],w:11.22,h:9.992},"scripts.turn":{d:[["M",-4.77,-3.9],["c",.36,-.06,1.05,-.06,1.44,.03],["c",.78,.15,1.5,.51,2.34,1.14],["c",.6,.45,1.05,.87,2.22,2.01],["c",1.11,1.08,1.62,1.5,2.22,1.86],["c",.6,.36,1.32,.57,1.92,.57],["c",.9,0,1.71,-.57,1.89,-1.35],["c",.24,-.93,-.39,-1.89,-1.35,-2.1],["l",-.15,-.06],["l",-.09,.15],["c",-.03,.09,-.15,.24,-.24,.33],["c",-.72,.72,-2.04,.54,-2.49,-.36],["c",-.48,-.93,.03,-1.86,1.17,-2.19],["c",.3,-.09,1.02,-.09,1.35,0],["c",.99,.27,1.74,.87,2.25,1.83],["c",.69,1.41,.63,3,-.21,4.26],["c",-.21,.3,-.69,.81,-.99,1.02],["c",-.3,.21,-.84,.45,-1.17,.54],["c",-1.23,.36,-2.49,.15,-3.72,-.6],["c",-.75,-.48,-1.41,-1.02,-2.85,-2.46],["c",-1.11,-1.08,-1.62,-1.5,-2.22,-1.86],["c",-.6,-.36,-1.32,-.57,-1.92,-.57],["c",-.9,0,-1.71,.57,-1.89,1.35],["c",-.24,.93,.39,1.89,1.35,2.1],["l",.15,.06],["l",.09,-.15],["c",.03,-.09,.15,-.24,.24,-.33],["c",.72,-.72,2.04,-.54,2.49,.36],["c",.48,.93,-.03,1.86,-1.17,2.19],["c",-.3,.09,-1.02,.09,-1.35,0],["c",-.99,-.27,-1.74,-.87,-2.25,-1.83],["c",-.69,-1.41,-.63,-3,.21,-4.26],["c",.21,-.3,.69,-.81,.99,-1.02],["c",.48,-.33,1.11,-.57,1.74,-.66],["z"]],w:16.366,h:7.893},"scripts.trill":{d:[["M",-.51,-16.02],["c",.12,-.09,.21,-.18,.21,-.18],["l",-.81,4.02],["l",-.81,4.02],["c",.03,0,.51,-.27,1.08,-.6],["c",.6,-.3,1.14,-.63,1.26,-.66],["c",1.14,-.54,2.31,-.6,3.09,-.18],["c",.27,.15,.54,.36,.6,.51],["l",.06,.12],["l",.21,-.21],["c",.9,-.81,2.22,-.99,3.12,-.42],["c",.6,.42,.9,1.14,.78,2.07],["c",-.15,1.29,-1.05,2.31,-1.95,2.25],["c",-.48,-.03,-.78,-.3,-.96,-.81],["c",-.09,-.27,-.09,-.9,-.03,-1.2],["c",.21,-.75,.81,-1.23,1.59,-1.32],["l",.24,-.03],["l",-.09,-.12],["c",-.51,-.66,-1.62,-.63,-2.31,.03],["c",-.39,.42,-.3,.09,-1.23,4.77],["l",-.81,4.14],["c",-.03,0,-.12,-.03,-.21,-.09],["c",-.33,-.15,-.54,-.18,-.99,-.18],["c",-.42,0,-.66,.03,-1.05,.18],["c",-.12,.06,-.21,.09,-.21,.09],["c",0,-.03,.36,-1.86,.81,-4.11],["c",.9,-4.47,.87,-4.26,.69,-4.53],["c",-.21,-.36,-.66,-.51,-1.17,-.36],["c",-.15,.06,-2.22,1.14,-2.58,1.38],["c",-.12,.09,-.12,.09,-.21,.6],["l",-.09,.51],["l",.21,.24],["c",.63,.75,1.02,1.47,1.2,2.19],["c",.06,.27,.06,.36,.06,.81],["c",0,.42,0,.54,-.06,.78],["c",-.15,.54,-.33,.93,-.63,1.35],["c",-.18,.24,-.57,.63,-.81,.78],["c",-.24,.15,-.63,.36,-.84,.42],["c",-.27,.06,-.66,.06,-.87,.03],["c",-.81,-.18,-1.32,-1.05,-1.38,-2.46],["c",-.03,-.6,.03,-.99,.33,-2.46],["c",.21,-1.08,.24,-1.32,.21,-1.29],["c",-1.2,.48,-2.4,.75,-3.21,.72],["c",-.69,-.06,-1.17,-.3,-1.41,-.72],["c",-.39,-.75,-.12,-1.8,.66,-2.46],["c",.24,-.18,.69,-.42,1.02,-.51],["c",.69,-.18,1.53,-.15,2.31,.09],["c",.3,.09,.75,.3,.99,.45],["c",.12,.09,.15,.09,.15,.03],["c",.03,-.03,.33,-1.59,.72,-3.45],["c",.36,-1.86,.66,-3.42,.69,-3.45],["c",0,-.03,.03,-.03,.21,.03],["c",.21,.06,.27,.06,.48,.06],["c",.42,-.03,.78,-.18,1.26,-.48],["c",.15,-.12,.36,-.27,.48,-.39],["z"],["m",-5.73,7.68],["c",-.27,-.03,-.96,-.06,-1.2,-.03],["c",-.81,.12,-1.35,.57,-1.5,1.2],["c",-.18,.66,.12,1.14,.75,1.29],["c",.66,.12,1.92,-.12,3.18,-.66],["l",.33,-.15],["l",.09,-.39],["c",.06,-.21,.09,-.42,.09,-.45],["c",0,-.03,-.45,-.3,-.75,-.45],["c",-.27,-.15,-.66,-.27,-.99,-.36],["z"],["m",4.29,3.63],["c",-.24,-.39,-.51,-.75,-.51,-.69],["c",-.06,.12,-.39,1.92,-.45,2.28],["c",-.09,.54,-.12,1.14,-.06,1.38],["c",.06,.42,.21,.6,.51,.57],["c",.39,-.06,.75,-.48,.93,-1.14],["c",.09,-.33,.09,-1.05,0,-1.38],["c",-.09,-.39,-.24,-.69,-.42,-1.02],["z"]],w:17.963,h:16.49},"scripts.segno":{d:[["M",-3.72,-11.22],["c",.78,-.09,1.59,.03,2.31,.42],["c",1.2,.6,2.01,1.71,2.31,3.09],["c",.09,.42,.09,1.2,.03,1.5],["c",-.15,.45,-.39,.81,-.66,.93],["c",-.33,.18,-.84,.21,-1.23,.15],["c",-.81,-.18,-1.32,-.93,-1.26,-1.89],["c",.03,-.36,.09,-.57,.24,-.9],["c",.15,-.33,.45,-.6,.72,-.75],["c",.12,-.06,.18,-.09,.18,-.12],["c",0,-.03,-.03,-.15,-.09,-.24],["c",-.18,-.45,-.54,-.87,-.96,-1.08],["c",-1.11,-.57,-2.34,-.18,-2.88,.9],["c",-.24,.51,-.33,1.11,-.24,1.83],["c",.27,1.92,1.5,3.54,3.93,5.13],["c",.48,.33,1.26,.78,1.29,.78],["c",.03,0,1.35,-2.19,2.94,-4.89],["l",2.88,-4.89],["l",.84,0],["l",.87,0],["l",-.03,.06],["c",-.15,.21,-6.15,10.41,-6.15,10.44],["c",0,0,.21,.15,.48,.27],["c",2.61,1.47,4.35,3.03,5.13,4.65],["c",1.14,2.34,.51,5.07,-1.44,6.39],["c",-.66,.42,-1.32,.63,-2.13,.69],["c",-2.01,.09,-3.81,-1.41,-4.26,-3.54],["c",-.09,-.42,-.09,-1.2,-.03,-1.5],["c",.15,-.45,.39,-.81,.66,-.93],["c",.33,-.18,.84,-.21,1.23,-.15],["c",.81,.18,1.32,.93,1.26,1.89],["c",-.03,.36,-.09,.57,-.24,.9],["c",-.15,.33,-.45,.6,-.72,.75],["c",-.12,.06,-.18,.09,-.18,.12],["c",0,.03,.03,.15,.09,.24],["c",.18,.45,.54,.87,.96,1.08],["c",1.11,.57,2.34,.18,2.88,-.9],["c",.24,-.51,.33,-1.11,.24,-1.83],["c",-.27,-1.92,-1.5,-3.54,-3.93,-5.13],["c",-.48,-.33,-1.26,-.78,-1.29,-.78],["c",-.03,0,-1.35,2.19,-2.91,4.89],["l",-2.88,4.89],["l",-.87,0],["l",-.87,0],["l",.03,-.06],["c",.15,-.21,6.15,-10.41,6.15,-10.44],["c",0,0,-.21,-.15,-.48,-.3],["c",-2.61,-1.44,-4.35,-3,-5.13,-4.62],["c",-.9,-1.89,-.72,-4.02,.48,-5.52],["c",.69,-.84,1.68,-1.41,2.73,-1.53],["z"],["m",8.76,9.09],["c",.03,-.03,.15,-.03,.27,-.03],["c",.33,.03,.57,.18,.72,.48],["c",.09,.18,.09,.57,0,.75],["c",-.09,.18,-.21,.3,-.36,.39],["c",-.15,.06,-.21,.06,-.39,.06],["c",-.21,0,-.27,0,-.39,-.06],["c",-.3,-.15,-.48,-.45,-.48,-.75],["c",0,-.39,.24,-.72,.63,-.84],["z"],["m",-10.53,2.61],["c",.03,-.03,.15,-.03,.27,-.03],["c",.33,.03,.57,.18,.72,.48],["c",.09,.18,.09,.57,0,.75],["c",-.09,.18,-.21,.3,-.36,.39],["c",-.15,.06,-.21,.06,-.39,.06],["c",-.21,0,-.27,0,-.39,-.06],["c",-.3,-.15,-.48,-.45,-.48,-.75],["c",0,-.39,.24,-.72,.63,-.84],["z"]],w:15,h:22.504},"scripts.coda":{d:[["M",-.21,-10.47],["c",.18,-.12,.42,-.06,.54,.12],["c",.06,.09,.06,.18,.06,1.5],["l",0,1.38],["l",.18,0],["c",.39,.06,.96,.24,1.38,.48],["c",1.68,.93,2.82,3.24,3.03,6.12],["c",.03,.24,.03,.45,.03,.45],["c",0,.03,.6,.03,1.35,.03],["c",1.5,0,1.47,0,1.59,.18],["c",.09,.12,.09,.3,0,.42],["c",-.12,.18,-.09,.18,-1.59,.18],["c",-.75,0,-1.35,0,-1.35,.03],["c",0,0,0,.21,-.03,.42],["c",-.24,3.15,-1.53,5.58,-3.45,6.36],["c",-.27,.12,-.72,.24,-.96,.27],["l",-.18,0],["l",0,1.38],["c",0,1.32,0,1.41,-.06,1.5],["c",-.15,.24,-.51,.24,-.66,0],["c",-.06,-.09,-.06,-.18,-.06,-1.5],["l",0,-1.38],["l",-.18,0],["c",-.39,-.06,-.96,-.24,-1.38,-.48],["c",-1.68,-.93,-2.82,-3.24,-3.03,-6.15],["c",-.03,-.21,-.03,-.42,-.03,-.42],["c",0,-.03,-.6,-.03,-1.35,-.03],["c",-1.5,0,-1.47,0,-1.59,-.18],["c",-.09,-.12,-.09,-.3,0,-.42],["c",.12,-.18,.09,-.18,1.59,-.18],["c",.75,0,1.35,0,1.35,-.03],["c",0,0,0,-.21,.03,-.45],["c",.24,-3.12,1.53,-5.55,3.45,-6.33],["c",.27,-.12,.72,-.24,.96,-.27],["l",.18,0],["l",0,-1.38],["c",0,-1.53,0,-1.5,.18,-1.62],["z"],["m",-.18,6.93],["c",0,-2.97,0,-3.15,-.06,-3.15],["c",-.09,0,-.51,.15,-.66,.21],["c",-.87,.51,-1.38,1.62,-1.56,3.51],["c",-.06,.54,-.12,1.59,-.12,2.16],["l",0,.42],["l",1.2,0],["l",1.2,0],["l",0,-3.15],["z"],["m",1.17,-3.06],["c",-.09,-.03,-.21,-.06,-.27,-.09],["l",-.12,0],["l",0,3.15],["l",0,3.15],["l",1.2,0],["l",1.2,0],["l",0,-.81],["c",-.06,-2.4,-.33,-3.69,-.93,-4.59],["c",-.27,-.39,-.66,-.69,-1.08,-.81],["z"],["m",-1.17,10.14],["l",0,-3.15],["l",-1.2,0],["l",-1.2,0],["l",0,.81],["c",.03,.96,.06,1.47,.15,2.13],["c",.24,2.04,.96,3.12,2.13,3.36],["l",.12,0],["l",0,-3.15],["z"],["m",3.18,-2.34],["l",0,-.81],["l",-1.2,0],["l",-1.2,0],["l",0,3.15],["l",0,3.15],["l",.12,0],["c",1.17,-.24,1.89,-1.32,2.13,-3.36],["c",.09,-.66,.12,-1.17,.15,-2.13],["z"]],w:16.035,h:21.062},"scripts.comma":{d:[["M",1.14,-4.62],["c",.3,-.12,.69,-.03,.93,.15],["c",.12,.12,.36,.45,.51,.78],["c",.9,1.77,.54,4.05,-1.08,6.75],["c",-.36,.63,-.87,1.38,-.96,1.44],["c",-.18,.12,-.42,.06,-.54,-.12],["c",-.09,-.18,-.09,-.3,.12,-.6],["c",.96,-1.44,1.44,-2.97,1.38,-4.35],["c",-.06,-.93,-.3,-1.68,-.78,-2.46],["c",-.27,-.39,-.33,-.63,-.24,-.96],["c",.09,-.27,.36,-.54,.66,-.63],["z"]],w:3.042,h:9.237},"scripts.roll":{d:[["M",1.95,-6],["c",.21,-.09,.36,-.09,.57,0],["c",.39,.15,.63,.39,1.47,1.35],["c",.66,.75,.78,.87,1.08,1.05],["c",.75,.45,1.65,.42,2.4,-.06],["c",.12,-.09,.27,-.27,.54,-.6],["c",.42,-.54,.51,-.63,.69,-.63],["c",.09,0,.3,.12,.36,.21],["c",.09,.12,.12,.3,.03,.42],["c",-.06,.12,-3.15,3.9,-3.3,4.08],["c",-.06,.06,-.18,.12,-.27,.18],["c",-.27,.12,-.6,.06,-.99,-.27],["c",-.27,-.21,-.42,-.39,-1.08,-1.14],["c",-.63,-.72,-.81,-.9,-1.17,-1.08],["c",-.36,-.18,-.57,-.21,-.99,-.21],["c",-.39,0,-.63,.03,-.93,.18],["c",-.36,.15,-.51,.27,-.9,.81],["c",-.24,.27,-.45,.51,-.48,.54],["c",-.12,.09,-.27,.06,-.39,0],["c",-.24,-.15,-.33,-.39,-.21,-.6],["c",.09,-.12,3.18,-3.87,3.33,-4.02],["c",.06,-.06,.18,-.15,.24,-.21],["z"]],w:10.817,h:6.125},"scripts.prall":{d:[["M",-4.38,-3.69],["c",.06,-.03,.18,-.06,.24,-.06],["c",.3,0,.27,-.03,1.89,1.95],["l",1.53,1.83],["c",.03,0,.57,-.84,1.23,-1.83],["c",1.14,-1.68,1.23,-1.83,1.35,-1.89],["c",.06,-.03,.18,-.06,.24,-.06],["c",.3,0,.27,-.03,1.89,1.95],["l",1.53,1.83],["l",.48,-.69],["c",.51,-.78,.54,-.84,.69,-.9],["c",.42,-.18,.87,.15,.81,.6],["c",-.03,.12,-.3,.51,-1.5,2.37],["c",-1.38,2.07,-1.5,2.22,-1.62,2.28],["c",-.06,.03,-.18,.06,-.24,.06],["c",-.3,0,-.27,.03,-1.89,-1.95],["l",-1.53,-1.83],["c",-.03,0,-.57,.84,-1.23,1.83],["c",-1.14,1.68,-1.23,1.83,-1.35,1.89],["c",-.06,.03,-.18,.06,-.24,.06],["c",-.3,0,-.27,.03,-1.89,-1.95],["l",-1.53,-1.83],["l",-.48,.69],["c",-.51,.78,-.54,.84,-.69,.9],["c",-.42,.18,-.87,-.15,-.81,-.6],["c",.03,-.12,.3,-.51,1.5,-2.37],["c",1.38,-2.07,1.5,-2.22,1.62,-2.28],["z"]],w:15.011,h:7.5},"scripts.arpeggio":{d:[["M",1.5,0],["c",1.5,2,1.5,3,1.5,3],["s",0,1,-2,1.5],["s",-.5,3,1,5.5],["l",1.5,0],["s",-1.75,-2,-1.9,-3.25],["s",2.15,-.6,2.95,-1.6],["s",.45,-1,.5,-1.25],["s",0,-1,-2,-3.9],["l",-1.5,0],["z"]],w:5,h:10},"scripts.mordent":{d:[["M",-.21,-4.95],["c",.27,-.15,.63,0,.75,.27],["c",.06,.12,.06,.24,.06,1.44],["l",0,1.29],["l",.57,-.84],["c",.51,-.75,.57,-.84,.69,-.9],["c",.06,-.03,.18,-.06,.24,-.06],["c",.3,0,.27,-.03,1.89,1.95],["l",1.53,1.83],["l",.48,-.69],["c",.51,-.78,.54,-.84,.69,-.9],["c",.42,-.18,.87,.15,.81,.6],["c",-.03,.12,-.3,.51,-1.5,2.37],["c",-1.38,2.07,-1.5,2.22,-1.62,2.28],["c",-.06,.03,-.18,.06,-.24,.06],["c",-.3,0,-.27,.03,-1.83,-1.89],["c",-.81,-.99,-1.5,-1.8,-1.53,-1.86],["c",-.06,-.03,-.06,-.03,-.12,.03],["c",-.06,.06,-.06,.15,-.06,2.28],["c",0,1.95,0,2.25,-.06,2.34],["c",-.18,.45,-.81,.48,-1.05,.03],["c",-.03,-.06,-.06,-.24,-.06,-1.41],["l",0,-1.35],["l",-.57,.84],["c",-.54,.78,-.6,.87,-.72,.93],["c",-.06,.03,-.18,.06,-.24,.06],["c",-.3,0,-.27,.03,-1.89,-1.95],["l",-1.53,-1.83],["l",-.48,.69],["c",-.51,.78,-.54,.84,-.69,.9],["c",-.42,.18,-.87,-.15,-.81,-.6],["c",.03,-.12,.3,-.51,1.5,-2.37],["c",1.38,-2.07,1.5,-2.22,1.62,-2.28],["c",.06,-.03,.18,-.06,.24,-.06],["c",.3,0,.27,-.03,1.89,1.95],["l",1.53,1.83],["c",.03,0,.06,-.06,.09,-.09],["c",.06,-.12,.06,-.15,.06,-2.28],["c",0,-1.92,0,-2.22,.06,-2.31],["c",.06,-.15,.15,-.24,.3,-.3],["z"]],w:15.011,h:10.012},"flags.u8th":{d:[["M",-.42,3.75],["l",0,-3.75],["l",.21,0],["l",.21,0],["l",0,.18],["c",0,.3,.06,.84,.12,1.23],["c",.24,1.53,.9,3.12,2.13,5.16],["l",.99,1.59],["c",.87,1.44,1.38,2.34,1.77,3.09],["c",.81,1.68,1.2,3.06,1.26,4.53],["c",.03,1.53,-.21,3.27,-.75,5.01],["c",-.21,.69,-.51,1.5,-.6,1.59],["c",-.09,.12,-.27,.21,-.42,.21],["c",-.15,0,-.42,-.12,-.51,-.21],["c",-.15,-.18,-.18,-.42,-.09,-.66],["c",.15,-.33,.45,-1.2,.57,-1.62],["c",.42,-1.38,.6,-2.58,.6,-3.9],["c",0,-.66,0,-.81,-.06,-1.11],["c",-.39,-2.07,-1.8,-4.26,-4.59,-7.14],["l",-.42,-.45],["l",-.21,0],["l",-.21,0],["l",0,-3.75],["z"]],w:6.692,h:22.59},"flags.u16th":{d:[["M",-.42,7.5],["l",0,-7.5],["l",.21,0],["l",.21,0],["l",0,.39],["c",.06,1.08,.39,2.19,.99,3.39],["c",.45,.9,.87,1.59,1.95,3.12],["c",1.29,1.86,1.77,2.64,2.22,3.57],["c",.45,.93,.72,1.8,.87,2.64],["c",.06,.51,.06,1.5,0,1.92],["c",-.12,.6,-.3,1.2,-.54,1.71],["l",-.09,.24],["l",.18,.45],["c",.51,1.2,.72,2.22,.69,3.42],["c",-.06,1.53,-.39,3.03,-.99,4.53],["c",-.3,.75,-.36,.81,-.57,.9],["c",-.15,.09,-.33,.06,-.48,0],["c",-.18,-.09,-.27,-.18,-.33,-.33],["c",-.09,-.18,-.06,-.3,.12,-.75],["c",.66,-1.41,1.02,-2.88,1.08,-4.32],["c",0,-.6,-.03,-1.05,-.18,-1.59],["c",-.3,-1.2,-.99,-2.4,-2.25,-3.87],["c",-.42,-.48,-1.53,-1.62,-2.19,-2.22],["l",-.45,-.42],["l",-.03,1.11],["l",0,1.11],["l",-.21,0],["l",-.21,0],["l",0,-7.5],["z"],["m",1.65,.09],["c",-.3,-.3,-.69,-.72,-.9,-.87],["l",-.33,-.33],["l",0,.15],["c",0,.3,.06,.81,.15,1.26],["c",.27,1.29,.87,2.61,2.04,4.29],["c",.15,.24,.6,.87,.96,1.38],["l",1.08,1.53],["l",.42,.63],["c",.03,0,.12,-.36,.21,-.72],["c",.06,-.33,.06,-1.2,0,-1.62],["c",-.33,-1.71,-1.44,-3.48,-3.63,-5.7],["z"]],w:6.693,h:26.337},"flags.u32nd":{d:[["M",-.42,11.25],["l",0,-11.25],["l",.21,0],["l",.21,0],["l",0,.36],["c",.09,1.68,.69,3.27,2.07,5.46],["l",.87,1.35],["c",1.02,1.62,1.47,2.37,1.86,3.18],["c",.48,1.02,.78,1.92,.93,2.88],["c",.06,.48,.06,1.5,0,1.89],["c",-.09,.42,-.21,.87,-.36,1.26],["l",-.12,.3],["l",.15,.39],["c",.69,1.56,.84,2.88,.54,4.38],["c",-.09,.45,-.27,1.08,-.45,1.47],["l",-.12,.24],["l",.18,.36],["c",.33,.72,.57,1.56,.69,2.34],["c",.12,1.02,-.06,2.52,-.42,3.84],["c",-.27,.93,-.75,2.13,-.93,2.31],["c",-.18,.15,-.45,.18,-.66,.09],["c",-.18,-.09,-.27,-.18,-.33,-.33],["c",-.09,-.18,-.06,-.3,.06,-.6],["c",.21,-.36,.42,-.9,.57,-1.38],["c",.51,-1.41,.69,-3.06,.48,-4.08],["c",-.15,-.81,-.57,-1.68,-1.2,-2.55],["c",-.72,-.99,-1.83,-2.13,-3.3,-3.33],["l",-.48,-.42],["l",-.03,1.53],["l",0,1.56],["l",-.21,0],["l",-.21,0],["l",0,-11.25],["z"],["m",1.26,-3.96],["c",-.27,-.3,-.54,-.6,-.66,-.72],["l",-.18,-.21],["l",0,.42],["c",.06,.87,.24,1.74,.66,2.67],["c",.36,.87,.96,1.86,1.92,3.18],["c",.21,.33,.63,.87,.87,1.23],["c",.27,.39,.6,.84,.75,1.08],["l",.27,.39],["l",.03,-.12],["c",.12,-.45,.15,-1.05,.09,-1.59],["c",-.27,-1.86,-1.38,-3.78,-3.75,-6.33],["z"],["m",-.27,6.09],["c",-.27,-.21,-.48,-.42,-.51,-.45],["c",-.06,-.03,-.06,-.03,-.06,.21],["c",0,.9,.3,2.04,.81,3.09],["c",.48,1.02,.96,1.77,2.37,3.63],["c",.6,.78,1.05,1.44,1.29,1.77],["c",.06,.12,.15,.21,.15,.18],["c",.03,-.03,.18,-.57,.24,-.87],["c",.06,-.45,.06,-1.32,-.03,-1.74],["c",-.09,-.48,-.24,-.9,-.51,-1.44],["c",-.66,-1.35,-1.83,-2.7,-3.75,-4.38],["z"]],w:6.697,h:32.145},"flags.u64th":{d:[["M",-.42,15],["l",0,-15],["l",.21,0],["l",.21,0],["l",0,.36],["c",.06,1.2,.39,2.37,1.02,3.66],["c",.39,.81,.84,1.56,1.8,3.09],["c",.81,1.26,1.05,1.68,1.35,2.22],["c",.87,1.5,1.35,2.79,1.56,4.08],["c",.06,.54,.06,1.56,-.03,2.04],["c",-.09,.48,-.21,.99,-.36,1.35],["l",-.12,.27],["l",.12,.27],["c",.09,.15,.21,.45,.27,.66],["c",.69,1.89,.63,3.66,-.18,5.46],["l",-.18,.39],["l",.15,.33],["c",.3,.66,.51,1.44,.63,2.1],["c",.06,.48,.06,1.35,0,1.71],["c",-.15,.57,-.42,1.2,-.78,1.68],["l",-.21,.27],["l",.18,.33],["c",.57,1.05,.93,2.13,1.02,3.18],["c",.06,.72,0,1.83,-.21,2.79],["c",-.18,1.02,-.63,2.34,-1.02,3.09],["c",-.15,.33,-.48,.45,-.78,.3],["c",-.18,-.09,-.27,-.18,-.33,-.33],["c",-.09,-.18,-.06,-.3,.03,-.54],["c",.75,-1.5,1.23,-3.45,1.17,-4.89],["c",-.06,-1.02,-.42,-2.01,-1.17,-3.15],["c",-.48,-.72,-1.02,-1.35,-1.89,-2.22],["c",-.57,-.57,-1.56,-1.5,-1.92,-1.77],["l",-.12,-.09],["l",0,1.68],["l",0,1.68],["l",-.21,0],["l",-.21,0],["l",0,-15],["z"],["m",.93,-8.07],["c",-.27,-.3,-.48,-.54,-.51,-.54],["c",0,0,0,.69,.03,1.02],["c",.15,1.47,.75,2.94,2.04,4.83],["l",1.08,1.53],["c",.39,.57,.84,1.2,.99,1.44],["c",.15,.24,.3,.45,.3,.45],["c",0,0,.03,-.09,.06,-.21],["c",.36,-1.59,-.15,-3.33,-1.47,-5.4],["c",-.63,-.93,-1.35,-1.83,-2.52,-3.12],["z"],["m",.06,6.72],["c",-.24,-.21,-.48,-.42,-.51,-.45],["l",-.06,-.06],["l",0,.33],["c",0,1.2,.3,2.34,.93,3.6],["c",.45,.9,.96,1.68,2.25,3.51],["c",.39,.54,.84,1.17,1.02,1.44],["c",.21,.33,.33,.51,.33,.48],["c",.06,-.09,.21,-.63,.3,-.99],["c",.06,-.33,.06,-.45,.06,-.96],["c",0,-.6,-.03,-.84,-.18,-1.35],["c",-.3,-1.08,-1.02,-2.28,-2.13,-3.57],["c",-.39,-.45,-1.44,-1.47,-2.01,-1.98],["z"],["m",0,6.72],["c",-.24,-.21,-.48,-.39,-.51,-.42],["l",-.06,-.06],["l",0,.33],["c",0,1.41,.45,2.82,1.38,4.35],["c",.42,.72,.72,1.14,1.86,2.73],["c",.36,.45,.75,.99,.87,1.2],["c",.15,.21,.3,.36,.3,.36],["c",.06,0,.3,-.48,.39,-.75],["c",.09,-.36,.12,-.63,.12,-1.05],["c",-.06,-1.05,-.45,-2.04,-1.2,-3.18],["c",-.57,-.87,-1.11,-1.53,-2.07,-2.49],["c",-.36,-.33,-.84,-.78,-1.08,-1.02],["z"]],w:6.682,h:39.694},"flags.d8th":{d:[["M",5.67,-21.63],["c",.24,-.12,.54,-.06,.69,.15],["c",.06,.06,.21,.36,.39,.66],["c",.84,1.77,1.26,3.36,1.32,5.1],["c",.03,1.29,-.21,2.37,-.81,3.63],["c",-.6,1.23,-1.26,2.13,-3.21,4.38],["c",-1.35,1.53,-1.86,2.19,-2.4,2.97],["c",-.63,.93,-1.11,1.92,-1.38,2.79],["c",-.15,.54,-.27,1.35,-.27,1.8],["l",0,.15],["l",-.21,0],["l",-.21,0],["l",0,-3.75],["l",0,-3.75],["l",.21,0],["l",.21,0],["l",.48,-.3],["c",1.83,-1.11,3.12,-2.1,4.17,-3.12],["c",.78,-.81,1.32,-1.53,1.71,-2.31],["c",.45,-.93,.6,-1.74,.51,-2.88],["c",-.12,-1.56,-.63,-3.18,-1.47,-4.68],["c",-.12,-.21,-.15,-.33,-.06,-.51],["c",.06,-.15,.15,-.24,.33,-.33],["z"]],w:8.492,h:21.691},"flags.ugrace":{d:[["M",6.03,6.93],["c",.15,-.09,.33,-.06,.51,0],["c",.15,.09,.21,.15,.3,.33],["c",.09,.18,.06,.39,-.03,.54],["c",-.06,.15,-10.89,8.88,-11.07,8.97],["c",-.15,.09,-.33,.06,-.48,0],["c",-.18,-.09,-.24,-.15,-.33,-.33],["c",-.09,-.18,-.06,-.39,.03,-.54],["c",.06,-.15,10.89,-8.88,11.07,-8.97],["z"]],w:12.019,h:9.954},"flags.dgrace":{d:[["M",-6.06,-15.93],["c",.18,-.09,.33,-.12,.48,-.06],["c",.18,.09,14.01,8.04,14.1,8.1],["c",.12,.12,.18,.33,.18,.51],["c",-.03,.21,-.15,.39,-.36,.48],["c",-.18,.09,-.33,.12,-.48,.06],["c",-.18,-.09,-14.01,-8.04,-14.1,-8.1],["c",-.12,-.12,-.18,-.33,-.18,-.51],["c",.03,-.21,.15,-.39,.36,-.48],["z"]],w:15.12,h:9.212},"flags.d16th":{d:[["M",6.84,-22.53],["c",.27,-.12,.57,-.06,.72,.15],["c",.15,.15,.33,.87,.45,1.56],["c",.06,.33,.06,1.35,0,1.65],["c",-.06,.33,-.15,.78,-.27,1.11],["c",-.12,.33,-.45,.96,-.66,1.32],["l",-.18,.27],["l",.09,.18],["c",.48,1.02,.72,2.25,.69,3.3],["c",-.06,1.23,-.42,2.28,-1.26,3.45],["c",-.57,.87,-.99,1.32,-3,3.39],["c",-1.56,1.56,-2.22,2.4,-2.76,3.45],["c",-.42,.84,-.66,1.8,-.66,2.55],["l",0,.15],["l",-.21,0],["l",-.21,0],["l",0,-7.5],["l",0,-7.5],["l",.21,0],["l",.21,0],["l",0,1.14],["l",0,1.11],["l",.27,-.15],["c",1.11,-.57,1.77,-.99,2.52,-1.47],["c",2.37,-1.56,3.69,-3.15,4.05,-4.83],["c",.03,-.18,.03,-.39,.03,-.78],["c",0,-.6,-.03,-.93,-.24,-1.5],["c",-.06,-.18,-.12,-.39,-.15,-.45],["c",-.03,-.24,.12,-.48,.36,-.6],["z"],["m",-.63,7.5],["c",-.06,-.18,-.15,-.36,-.15,-.36],["c",-.03,0,-.03,.03,-.06,.06],["c",-.06,.12,-.96,1.02,-1.95,1.98],["c",-.63,.57,-1.26,1.17,-1.44,1.35],["c",-1.53,1.62,-2.28,2.85,-2.55,4.32],["c",-.03,.18,-.03,.54,-.06,.99],["l",0,.69],["l",.18,-.09],["c",.93,-.54,2.1,-1.29,2.82,-1.83],["c",.69,-.51,1.02,-.81,1.53,-1.29],["c",1.86,-1.89,2.37,-3.66,1.68,-5.82],["z"]],w:8.475,h:22.591},"flags.d32nd":{d:[["M",6.84,-29.13],["c",.27,-.12,.57,-.06,.72,.15],["c",.12,.12,.27,.63,.36,1.11],["c",.33,1.59,.06,3.06,-.81,4.47],["l",-.18,.27],["l",.09,.15],["c",.12,.24,.33,.69,.45,1.05],["c",.63,1.83,.45,3.57,-.57,5.22],["l",-.18,.3],["l",.15,.27],["c",.42,.87,.6,1.71,.57,2.61],["c",-.06,1.29,-.48,2.46,-1.35,3.78],["c",-.54,.81,-.93,1.29,-2.46,3],["c",-.51,.54,-1.05,1.17,-1.26,1.41],["c",-1.56,1.86,-2.25,3.36,-2.37,5.01],["l",0,.33],["l",-.21,0],["l",-.21,0],["l",0,-11.25],["l",0,-11.25],["l",.21,0],["l",.21,0],["l",0,1.35],["l",.03,1.35],["l",.78,-.39],["c",1.38,-.69,2.34,-1.26,3.24,-1.92],["c",1.38,-1.02,2.28,-2.13,2.64,-3.21],["c",.15,-.48,.18,-.72,.18,-1.29],["c",0,-.57,-.06,-.9,-.24,-1.47],["c",-.06,-.18,-.12,-.39,-.15,-.45],["c",-.03,-.24,.12,-.48,.36,-.6],["z"],["m",-.63,7.2],["c",-.09,-.18,-.12,-.21,-.12,-.15],["c",-.03,.09,-1.02,1.08,-2.04,2.04],["c",-1.17,1.08,-1.65,1.56,-2.07,2.04],["c",-.84,.96,-1.38,1.86,-1.68,2.76],["c",-.21,.57,-.27,.99,-.3,1.65],["l",0,.54],["l",.66,-.33],["c",3.57,-1.86,5.49,-3.69,5.94,-5.7],["c",.06,-.39,.06,-1.2,-.03,-1.65],["c",-.06,-.39,-.24,-.9,-.36,-1.2],["z"],["m",-.06,7.2],["c",-.06,-.15,-.12,-.33,-.15,-.45],["l",-.06,-.18],["l",-.18,.21],["l",-1.83,1.83],["c",-.87,.9,-1.77,1.8,-1.95,2.01],["c",-1.08,1.29,-1.62,2.31,-1.89,3.51],["c",-.06,.3,-.06,.51,-.09,.93],["l",0,.57],["l",.09,-.06],["c",.75,-.45,1.89,-1.26,2.52,-1.74],["c",.81,-.66,1.74,-1.53,2.22,-2.16],["c",1.26,-1.53,1.68,-3.06,1.32,-4.47],["z"]],w:8.385,h:29.191},"flags.d64th":{d:[["M",7.08,-32.88],["c",.3,-.12,.66,-.03,.78,.24],["c",.18,.33,.27,2.1,.15,2.64],["c",-.09,.39,-.21,.78,-.39,1.08],["l",-.15,.3],["l",.09,.27],["c",.03,.12,.09,.45,.12,.69],["c",.27,1.44,.18,2.55,-.3,3.6],["l",-.12,.33],["l",.06,.42],["c",.27,1.35,.33,2.82,.21,3.63],["c",-.12,.6,-.3,1.23,-.57,1.8],["l",-.15,.27],["l",.03,.42],["c",.06,1.02,.06,2.7,.03,3.06],["c",-.15,1.47,-.66,2.76,-1.74,4.41],["c",-.45,.69,-.75,1.11,-1.74,2.37],["c",-1.05,1.38,-1.5,1.98,-1.95,2.73],["c",-.93,1.5,-1.38,2.82,-1.44,4.2],["l",0,.42],["l",-.21,0],["l",-.21,0],["l",0,-15],["l",0,-15],["l",.21,0],["l",.21,0],["l",0,1.86],["l",0,1.89],["c",0,0,.21,-.03,.45,-.09],["c",2.22,-.39,4.08,-1.11,5.19,-2.01],["c",.63,-.54,1.02,-1.14,1.2,-1.8],["c",.06,-.3,.06,-1.14,-.03,-1.65],["c",-.03,-.18,-.06,-.39,-.09,-.48],["c",-.03,-.24,.12,-.48,.36,-.6],["z"],["m",-.45,6.15],["c",-.03,-.18,-.06,-.42,-.06,-.54],["l",-.03,-.18],["l",-.33,.3],["c",-.42,.36,-.87,.72,-1.68,1.29],["c",-1.98,1.38,-2.25,1.59,-2.85,2.16],["c",-.75,.69,-1.23,1.44,-1.47,2.19],["c",-.15,.45,-.18,.63,-.21,1.35],["l",0,.66],["l",.39,-.18],["c",1.83,-.9,3.45,-1.95,4.47,-2.91],["c",.93,-.9,1.53,-1.83,1.74,-2.82],["c",.06,-.33,.06,-.87,.03,-1.32],["z"],["m",-.27,4.86],["c",-.03,-.21,-.06,-.36,-.06,-.36],["c",0,-.03,-.12,.09,-.24,.24],["c",-.39,.48,-.99,1.08,-2.16,2.19],["c",-1.47,1.38,-1.92,1.83,-2.46,2.49],["c",-.66,.87,-1.08,1.74,-1.29,2.58],["c",-.09,.42,-.15,.87,-.15,1.44],["l",0,.54],["l",.48,-.33],["c",1.5,-1.02,2.58,-1.89,3.51,-2.82],["c",1.47,-1.47,2.25,-2.85,2.4,-4.26],["c",.03,-.39,.03,-1.17,-.03,-1.71],["z"],["m",-.66,7.68],["c",.03,-.15,.03,-.6,.03,-.99],["l",0,-.72],["l",-.27,.33],["l",-1.74,1.98],["c",-1.77,1.92,-2.43,2.76,-2.97,3.9],["c",-.51,1.02,-.72,1.77,-.75,2.91],["c",0,.63,0,.63,.06,.6],["c",.03,-.03,.3,-.27,.63,-.54],["c",.66,-.6,1.86,-1.8,2.31,-2.31],["c",1.65,-1.89,2.52,-3.54,2.7,-5.16],["z"]],w:8.485,h:32.932},"clefs.C":{d:[["M",.06,-14.94],["l",.09,-.06],["l",1.92,0],["l",1.92,0],["l",.09,.06],["l",.06,.09],["l",0,14.85],["l",0,14.82],["l",-.06,.09],["l",-.09,.06],["l",-1.92,0],["l",-1.92,0],["l",-.09,-.06],["l",-.06,-.09],["l",0,-14.82],["l",0,-14.85],["z"],["m",5.37,0],["c",.09,-.06,.09,-.06,.57,-.06],["c",.45,0,.45,0,.54,.06],["l",.06,.09],["l",0,7.14],["l",0,7.11],["l",.09,-.06],["c",.18,-.18,.72,-.84,.96,-1.2],["c",.3,-.45,.66,-1.17,.84,-1.65],["c",.36,-.9,.57,-1.83,.6,-2.79],["c",.03,-.48,.03,-.54,.09,-.63],["c",.12,-.18,.36,-.21,.54,-.12],["c",.18,.09,.21,.15,.24,.66],["c",.06,.87,.21,1.56,.57,2.22],["c",.51,1.02,1.26,1.68,2.22,1.92],["c",.21,.06,.33,.06,.78,.06],["c",.45,0,.57,0,.84,-.06],["c",.45,-.12,.81,-.33,1.08,-.6],["c",.57,-.57,.87,-1.41,.99,-2.88],["c",.06,-.54,.06,-3,0,-3.57],["c",-.21,-2.58,-.84,-3.87,-2.16,-4.5],["c",-.48,-.21,-1.17,-.36,-1.77,-.36],["c",-.69,0,-1.29,.27,-1.5,.72],["c",-.06,.15,-.06,.21,-.06,.42],["c",0,.24,0,.3,.06,.45],["c",.12,.24,.24,.39,.63,.66],["c",.42,.3,.57,.48,.69,.72],["c",.06,.15,.06,.21,.06,.48],["c",0,.39,-.03,.63,-.21,.96],["c",-.3,.6,-.87,1.08,-1.5,1.26],["c",-.27,.06,-.87,.06,-1.14,0],["c",-.78,-.24,-1.44,-.87,-1.65,-1.68],["c",-.12,-.42,-.09,-1.17,.09,-1.71],["c",.51,-1.65,1.98,-2.82,3.81,-3.09],["c",.84,-.09,2.46,.03,3.51,.27],["c",2.22,.57,3.69,1.8,4.44,3.75],["c",.36,.93,.57,2.13,.57,3.36],["c",0,1.44,-.48,2.73,-1.38,3.81],["c",-1.26,1.5,-3.27,2.43,-5.28,2.43],["c",-.48,0,-.51,0,-.75,-.09],["c",-.15,-.03,-.48,-.21,-.78,-.36],["c",-.69,-.36,-.87,-.42,-1.26,-.42],["c",-.27,0,-.3,0,-.51,.09],["c",-.57,.3,-.81,.9,-.81,2.1],["c",0,1.23,.24,1.83,.81,2.13],["c",.21,.09,.24,.09,.51,.09],["c",.39,0,.57,-.06,1.26,-.42],["c",.3,-.15,.63,-.33,.78,-.36],["c",.24,-.09,.27,-.09,.75,-.09],["c",2.01,0,4.02,.93,5.28,2.4],["c",.9,1.11,1.38,2.4,1.38,3.84],["c",0,1.5,-.3,2.88,-.84,3.96],["c",-.78,1.59,-2.19,2.64,-4.17,3.15],["c",-1.05,.24,-2.67,.36,-3.51,.27],["c",-1.83,-.27,-3.3,-1.44,-3.81,-3.09],["c",-.18,-.54,-.21,-1.29,-.09,-1.74],["c",.15,-.6,.63,-1.2,1.23,-1.47],["c",.36,-.18,.57,-.21,.99,-.21],["c",.42,0,.63,.03,1.02,.21],["c",.42,.21,.84,.63,1.05,1.05],["c",.18,.36,.21,.6,.21,.96],["c",0,.3,0,.36,-.06,.51],["c",-.12,.24,-.27,.42,-.69,.72],["c",-.57,.42,-.69,.63,-.69,1.08],["c",0,.24,0,.3,.06,.45],["c",.12,.21,.3,.39,.57,.54],["c",.42,.18,.87,.21,1.53,.15],["c",1.08,-.15,1.8,-.57,2.34,-1.32],["c",.54,-.75,.84,-1.83,.99,-3.51],["c",.06,-.57,.06,-3.03,0,-3.57],["c",-.12,-1.47,-.42,-2.31,-.99,-2.88],["c",-.27,-.27,-.63,-.48,-1.08,-.6],["c",-.27,-.06,-.39,-.06,-.84,-.06],["c",-.45,0,-.57,0,-.78,.06],["c",-1.14,.27,-2.01,1.17,-2.46,2.49],["c",-.21,.57,-.3,.99,-.33,1.65],["c",-.03,.51,-.06,.57,-.24,.66],["c",-.12,.06,-.27,.06,-.39,0],["c",-.21,-.09,-.21,-.15,-.24,-.75],["c",-.09,-1.92,-.78,-3.72,-2.01,-5.19],["c",-.18,-.21,-.36,-.42,-.39,-.45],["l",-.09,-.06],["l",0,7.11],["l",0,7.14],["l",-.06,.09],["c",-.09,.06,-.09,.06,-.54,.06],["c",-.48,0,-.48,0,-.57,-.06],["l",-.06,-.09],["l",0,-14.82],["l",0,-14.85],["z"]],w:20.31,h:29.97},"clefs.F":{d:[["M",6.3,-7.8],["c",.36,-.03,1.65,0,2.13,.03],["c",3.6,.42,6.03,2.1,6.93,4.86],["c",.27,.84,.36,1.5,.36,2.58],["c",0,.9,-.03,1.35,-.18,2.16],["c",-.78,3.78,-3.54,7.08,-8.37,9.96],["c",-1.74,1.05,-3.87,2.13,-6.18,3.12],["c",-.39,.18,-.75,.33,-.81,.36],["c",-.06,.03,-.15,.06,-.18,.06],["c",-.15,0,-.33,-.18,-.33,-.33],["c",0,-.15,.06,-.21,.51,-.48],["c",3,-1.77,5.13,-3.21,6.84,-4.74],["c",.51,-.45,1.59,-1.5,1.95,-1.95],["c",1.89,-2.19,2.88,-4.32,3.15,-6.78],["c",.06,-.42,.06,-1.77,0,-2.19],["c",-.24,-2.01,-.93,-3.63,-2.04,-4.71],["c",-.63,-.63,-1.29,-1.02,-2.07,-1.2],["c",-1.62,-.39,-3.36,.15,-4.56,1.44],["c",-.54,.6,-1.05,1.47,-1.32,2.22],["l",-.09,.21],["l",.24,-.12],["c",.39,-.21,.63,-.24,1.11,-.24],["c",.3,0,.45,0,.66,.06],["c",1.92,.48,2.85,2.55,1.95,4.38],["c",-.45,.99,-1.41,1.62,-2.46,1.71],["c",-1.47,.09,-2.91,-.87,-3.39,-2.25],["c",-.18,-.57,-.21,-1.32,-.03,-2.28],["c",.39,-2.25,1.83,-4.2,3.81,-5.19],["c",.69,-.36,1.59,-.6,2.37,-.69],["z"],["m",11.58,2.52],["c",.84,-.21,1.71,.3,1.89,1.14],["c",.3,1.17,-.72,2.19,-1.89,1.89],["c",-.99,-.21,-1.5,-1.32,-1.02,-2.25],["c",.18,-.39,.6,-.69,1.02,-.78],["z"],["m",0,7.5],["c",.84,-.21,1.71,.3,1.89,1.14],["c",.21,.87,-.3,1.71,-1.14,1.89],["c",-.87,.21,-1.71,-.3,-1.89,-1.14],["c",-.21,-.84,.3,-1.71,1.14,-1.89],["z"]],w:20.153,h:23.142},"clefs.G":{d:[["M",9.69,-37.41],["c",.09,-.09,.24,-.06,.36,0],["c",.12,.09,.57,.6,.96,1.11],["c",1.77,2.34,3.21,5.85,3.57,8.73],["c",.21,1.56,.03,3.27,-.45,4.86],["c",-.69,2.31,-1.92,4.47,-4.23,7.44],["c",-.3,.39,-.57,.72,-.6,.75],["c",-.03,.06,0,.15,.18,.78],["c",.54,1.68,1.38,4.44,1.68,5.49],["l",.09,.42],["l",.39,0],["c",1.47,.09,2.76,.51,3.96,1.29],["c",1.83,1.23,3.06,3.21,3.39,5.52],["c",.09,.45,.12,1.29,.06,1.74],["c",-.09,1.02,-.33,1.83,-.75,2.73],["c",-.84,1.71,-2.28,3.06,-4.02,3.72],["l",-.33,.12],["l",.03,1.26],["c",0,1.74,-.06,3.63,-.21,4.62],["c",-.45,3.06,-2.19,5.49,-4.47,6.21],["c",-.57,.18,-.9,.21,-1.59,.21],["c",-.69,0,-1.02,-.03,-1.65,-.21],["c",-1.14,-.27,-2.13,-.84,-2.94,-1.65],["c",-.99,-.99,-1.56,-2.16,-1.71,-3.54],["c",-.09,-.81,.06,-1.53,.45,-2.13],["c",.63,-.99,1.83,-1.56,3,-1.53],["c",1.5,.09,2.64,1.32,2.73,2.94],["c",.06,1.47,-.93,2.7,-2.37,2.97],["c",-.45,.06,-.84,.03,-1.29,-.09],["l",-.21,-.09],["l",.09,.12],["c",.39,.54,.78,.93,1.32,1.26],["c",1.35,.87,3.06,1.02,4.35,.36],["c",1.44,-.72,2.52,-2.28,2.97,-4.35],["c",.15,-.66,.24,-1.5,.3,-3.03],["c",.03,-.84,.03,-2.94,0,-3],["c",-.03,0,-.18,0,-.36,.03],["c",-.66,.12,-.99,.12,-1.83,.12],["c",-1.05,0,-1.71,-.06,-2.61,-.3],["c",-4.02,-.99,-7.11,-4.35,-7.8,-8.46],["c",-.12,-.66,-.12,-.99,-.12,-1.83],["c",0,-.84,0,-1.14,.15,-1.92],["c",.36,-2.28,1.41,-4.62,3.3,-7.29],["l",2.79,-3.6],["c",.54,-.66,.96,-1.2,.96,-1.23],["c",0,-.03,-.09,-.33,-.18,-.69],["c",-.96,-3.21,-1.41,-5.28,-1.59,-7.68],["c",-.12,-1.38,-.15,-3.09,-.06,-3.96],["c",.33,-2.67,1.38,-5.07,3.12,-7.08],["c",.36,-.42,.99,-1.05,1.17,-1.14],["z"],["m",2.01,4.71],["c",-.15,-.3,-.3,-.54,-.3,-.54],["c",-.03,0,-.18,.09,-.3,.21],["c",-2.4,1.74,-3.87,4.2,-4.26,7.11],["c",-.06,.54,-.06,1.41,-.03,1.89],["c",.09,1.29,.48,3.12,1.08,5.22],["c",.15,.42,.24,.78,.24,.81],["c",0,.03,.84,-1.11,1.23,-1.68],["c",1.89,-2.73,2.88,-5.07,3.15,-7.53],["c",.09,-.57,.12,-1.74,.06,-2.37],["c",-.09,-1.23,-.27,-1.92,-.87,-3.12],["z"],["m",-2.94,20.7],["c",-.21,-.72,-.39,-1.32,-.42,-1.32],["c",0,0,-1.2,1.47,-1.86,2.37],["c",-2.79,3.63,-4.02,6.3,-4.35,9.3],["c",-.03,.21,-.03,.69,-.03,1.08],["c",0,.69,0,.75,.06,1.11],["c",.12,.54,.27,.99,.51,1.47],["c",.69,1.38,1.83,2.55,3.42,3.42],["c",.96,.54,2.07,.9,3.21,1.08],["c",.78,.12,2.04,.12,2.94,-.03],["c",.51,-.06,.45,-.03,.42,-.3],["c",-.24,-3.33,-.72,-6.33,-1.62,-10.08],["c",-.09,-.39,-.18,-.75,-.18,-.78],["c",-.03,-.03,-.42,0,-.81,.09],["c",-.9,.18,-1.65,.57,-2.22,1.14],["c",-.72,.72,-1.08,1.65,-1.05,2.64],["c",.06,.96,.48,1.83,1.23,2.58],["c",.36,.36,.72,.63,1.17,.9],["c",.33,.18,.36,.21,.42,.33],["c",.18,.42,-.18,.9,-.6,.87],["c",-.18,-.03,-.84,-.36,-1.26,-.63],["c",-.78,-.51,-1.38,-1.11,-1.86,-1.83],["c",-1.77,-2.7,-.99,-6.42,1.71,-8.19],["c",.3,-.21,.81,-.48,1.17,-.63],["c",.3,-.09,1.02,-.3,1.14,-.3],["c",.06,0,.09,0,.09,-.03],["c",.03,-.03,-.51,-1.92,-1.23,-4.26],["z"],["m",3.78,7.41],["c",-.18,-.03,-.36,-.06,-.39,-.06],["c",-.03,0,0,.21,.18,1.02],["c",.75,3.18,1.26,6.3,1.5,9.09],["c",.06,.72,0,.69,.51,.42],["c",.78,-.36,1.44,-.96,1.98,-1.77],["c",1.08,-1.62,1.2,-3.69,.3,-5.55],["c",-.81,-1.62,-2.31,-2.79,-4.08,-3.15],["z"]],w:19.051,h:57.057},"clefs.perc":{d:[["M",5.07,-7.44],["l",.09,-.06],["l",1.53,0],["l",1.53,0],["l",.09,.06],["l",.06,.09],["l",0,7.35],["l",0,7.32],["l",-.06,.09],["l",-.09,.06],["l",-1.53,0],["l",-1.53,0],["l",-.09,-.06],["l",-.06,-.09],["l",0,-7.32],["l",0,-7.35],["z"],["m",6.63,0],["l",.09,-.06],["l",1.53,0],["l",1.53,0],["l",.09,.06],["l",.06,.09],["l",0,7.35],["l",0,7.32],["l",-.06,.09],["l",-.09,.06],["l",-1.53,0],["l",-1.53,0],["l",-.09,-.06],["l",-.06,-.09],["l",0,-7.32],["l",0,-7.35],["z"]],w:21,h:14.97},"tab.big":{d:[["M",20.16,-21.66],["c",.24,-.09,.66,.09,.78,.36],["c",.09,.21,.09,.24,-.18,.54],["c",-.78,.81,-1.86,1.44,-2.94,1.71],["c",-.87,.24,-1.71,.24,-2.55,.03],["l",-.06,-.03],["l",-.18,.99],["c",-.33,1.98,-.75,4.26,-.96,5.04],["c",-.42,1.65,-1.26,3.18,-2.28,4.14],["c",-.57,.57,-1.17,.9,-1.86,1.08],["c",-.18,.06,-.33,.06,-.66,.06],["c",-.54,0,-.78,-.03,-1.23,-.27],["c",-.39,-.18,-.66,-.39,-1.38,-.99],["c",-.3,-.24,-.66,-.51,-.75,-.57],["c",-.21,-.15,-.27,-.24,-.24,-.45],["c",.06,-.27,.36,-.6,.6,-.66],["c",.18,-.03,.33,.06,.9,.57],["c",.48,.42,.72,.57,.93,.69],["c",.66,.33,1.38,.21,1.95,-.36],["c",.63,-.6,1.05,-1.62,1.23,-3],["c",.03,-.18,.09,-.66,.09,-1.11],["c",.09,-1.56,.33,-3.81,.57,-5.49],["c",.06,-.33,.09,-.63,.09,-.63],["c",-.03,-.03,-.81,-.12,-1.02,-.12],["c",-.57,0,-1.32,.12,-1.8,.33],["c",-.87,.3,-1.35,.78,-1.5,1.41],["c",-.18,.63,.09,1.26,.66,1.65],["c",.12,.06,.15,.12,.18,.24],["c",.09,.27,.06,.57,-.09,.75],["c",-.03,.06,-.12,.09,-.27,.15],["c",-.72,.21,-1.44,.15,-2.1,-.18],["c",-.54,-.27,-.96,-.66,-1.2,-1.14],["c",-.39,-.75,-.33,-1.74,.15,-2.52],["c",.27,-.42,.84,-.93,1.41,-1.23],["c",1.17,-.57,2.88,-.9,4.8,-.9],["c",.69,0,.78,0,1.08,.06],["c",.45,.09,1.11,.3,2.07,.6],["c",1.47,.48,1.83,.57,2.55,.54],["c",1.02,-.06,2.04,-.45,2.94,-1.11],["c",.12,-.09,.24,-.18,.27,-.18],["z"],["m",-5.88,13.05],["c",.21,-.03,.81,0,1.08,.06],["c",.48,.12,.9,.42,.99,.69],["c",.03,.09,.03,.15,0,.27],["c",0,.09,-.03,.57,-.06,1.08],["c",-.09,2.19,-.24,5.76,-.39,8.28],["c",-.06,1.53,-.06,1.77,.03,2.01],["c",.09,.18,.15,.24,.3,.3],["c",.24,.12,.54,.06,1.23,-.27],["c",.57,-.27,.66,-.3,.75,-.24],["c",.09,.06,.18,.3,.18,.45],["c",0,.33,-.15,.51,-.45,.63],["c",-.12,.03,-.39,.15,-.6,.27],["c",-1.17,.6,-1.38,.69,-1.8,.72],["c",-.45,.03,-.78,-.09,-1.08,-.39],["c",-.39,-.42,-.66,-1.2,-1.02,-3.12],["c",-.24,-1.23,-.36,-2.07,-.54,-3.75],["l",0,-.18],["l",-.36,.45],["c",-.6,.75,-1.32,1.59,-1.95,2.25],["c",-.15,.18,-.27,.3,-.27,.33],["c",0,0,.06,.09,.15,.18],["c",.24,.33,.6,.57,1.05,.69],["c",.18,.06,.3,.06,.69,.06],["l",.48,.03],["l",.06,.12],["c",.15,.27,.03,.72,-.21,.9],["c",-.18,.12,-.93,.27,-1.41,.27],["c",-.84,0,-1.59,-.3,-1.98,-.84],["l",-.12,-.15],["l",-.45,.42],["c",-.99,.87,-1.53,1.32,-2.16,1.74],["c",-.78,.51,-1.5,.84,-2.1,.93],["c",-.69,.12,-1.2,.03,-1.95,-.42],["c",-.21,-.12,-.51,-.27,-.66,-.36],["c",-.24,-.12,-.3,-.18,-.33,-.24],["c",-.12,-.27,.15,-.78,.45,-.93],["c",.24,-.12,.33,-.09,.9,.18],["c",.6,.3,.84,.39,1.2,.36],["c",.87,-.09,1.77,-.69,3.24,-2.31],["c",2.67,-2.85,4.59,-5.94,5.7,-9.15],["c",.15,-.45,.24,-.63,.42,-.81],["c",.21,-.24,.6,-.45,.99,-.51],["z"],["m",-3.99,16.05],["c",.18,0,.69,-.03,1.17,0],["c",3.27,.03,5.37,.75,6,2.07],["c",.45,.99,.12,2.4,-.81,3.42],["c",-.24,.27,-.57,.57,-.84,.75],["c",-.09,.06,-.18,.09,-.18,.12],["c",0,0,.18,.03,.42,.09],["c",1.23,.3,2.01,.81,2.37,1.59],["c",.27,.54,.3,1.32,.09,2.1],["c",-.12,.36,-.45,1.05,-.69,1.35],["c",-.87,1.17,-2.1,1.92,-3.54,2.25],["c",-.36,.06,-.48,.06,-.96,.06],["c",-.45,0,-.66,0,-.84,-.03],["c",-.84,-.18,-1.47,-.51,-2.07,-1.11],["c",-.33,-.33,-.45,-.51,-.45,-.63],["c",0,-.06,.03,-.15,.06,-.24],["c",.18,-.33,.69,-.6,.93,-.48],["c",.03,.03,.15,.12,.27,.24],["c",.39,.42,.99,.57,1.62,.45],["c",1.05,-.21,1.98,-1.02,2.31,-2.01],["c",.48,-1.53,-.48,-2.55,-2.58,-2.67],["c",-.21,0,-.36,-.03,-.42,-.06],["c",-.15,-.09,-.21,-.51,-.06,-.78],["c",.12,-.27,.24,-.33,.6,-.36],["c",.57,-.06,1.11,-.42,1.5,-.99],["c",.48,-.72,.54,-1.59,.18,-2.31],["c",-.12,-.21,-.45,-.54,-.69,-.69],["c",-.33,-.21,-.93,-.45,-1.35,-.51],["l",-.12,-.03],["l",-.06,.48],["c",-.54,2.94,-1.14,6.24,-1.29,6.75],["c",-.33,1.35,-.93,2.61,-1.65,3.6],["c",-.3,.36,-.81,.9,-1.14,1.14],["c",-.3,.24,-.84,.48,-1.14,.57],["c",-.33,.09,-.96,.09,-1.26,.03],["c",-.45,-.12,-.87,-.39,-1.53,-.96],["c",-.24,-.15,-.51,-.39,-.63,-.48],["c",-.3,-.21,-.33,-.33,-.21,-.63],["c",.12,-.18,.27,-.36,.42,-.45],["c",.27,-.12,.36,-.09,.87,.33],["c",.78,.6,1.08,.75,1.65,.72],["c",.45,-.03,.81,-.21,1.17,-.54],["c",.87,-.9,1.38,-2.85,1.38,-5.37],["c",0,-.6,.03,-1.11,.12,-2.04],["c",.06,-.69,.24,-2.01,.33,-2.58],["c",.06,-.24,.06,-.42,.06,-.42],["c",0,0,-.12,.03,-.21,.09],["c",-1.44,.57,-2.16,1.65,-1.74,2.55],["c",.09,.15,.18,.24,.27,.33],["c",.24,.21,.3,.27,.33,.39],["c",.06,.24,0,.63,-.15,.78],["c",-.09,.12,-.54,.21,-.96,.24],["c",-1.02,.03,-2.01,-.48,-2.43,-1.32],["c",-.21,-.45,-.27,-.9,-.15,-1.44],["c",.06,-.27,.21,-.66,.39,-.93],["c",.87,-1.29,3,-2.22,5.64,-2.43],["z"]],w:19.643,h:43.325},"tab.tiny":{d:[["M",16.02,-17.25],["c",.12,-.09,.15,-.09,.27,-.09],["c",.21,.03,.51,.3,.51,.45],["c",0,.06,-.12,.18,-.3,.36],["c",-1.11,1.08,-2.55,1.59,-3.84,1.41],["c",-.15,-.03,-.33,-.06,-.39,-.09],["c",-.06,-.03,-.09,-.03,-.12,-.03],["c",0,0,-.06,.42,-.15,.93],["c",-.33,2.01,-.66,3.69,-.84,4.26],["c",-.42,1.41,-1.23,2.67,-2.16,3.33],["c",-.27,.18,-.75,.42,-.99,.48],["c",-.3,.09,-.72,.09,-1.02,.06],["c",-.45,-.09,-.84,-.33,-1.53,-.9],["c",-.21,-.18,-.51,-.39,-.63,-.48],["c",-.27,-.21,-.3,-.24,-.3,-.36],["c",0,-.12,.09,-.36,.18,-.45],["c",.09,-.09,.27,-.18,.36,-.18],["c",.12,0,.3,.12,.66,.45],["c",.57,.51,.87,.69,1.23,.72],["c",.93,.06,1.68,-.78,1.98,-2.37],["c",.09,-.39,.15,-.75,.18,-1.53],["c",.06,-.99,.24,-2.79,.42,-4.05],["c",.03,-.3,.06,-.57,.06,-.6],["c",0,-.06,-.03,-.09,-.15,-.12],["c",-.9,-.18,-2.13,.06,-2.76,.57],["c",-.36,.3,-.51,.6,-.51,1.02],["c",0,.45,.15,.75,.48,.99],["c",.06,.06,.15,.18,.18,.24],["c",.12,.24,.03,.63,-.15,.69],["c",-.24,.12,-.6,.15,-.9,.15],["c",-.36,-.03,-.57,-.09,-.87,-.24],["c",-.78,-.36,-1.23,-1.11,-1.2,-1.92],["c",.12,-1.53,1.74,-2.49,4.62,-2.7],["c",1.2,-.09,1.47,-.03,3.33,.57],["c",.9,.3,1.14,.36,1.56,.39],["c",.45,0,.93,-.06,1.38,-.21],["c",.51,-.18,.81,-.33,1.41,-.75],["z"],["m",-4.68,10.38],["c",.39,-.06,.84,0,1.2,.15],["c",.24,.12,.36,.21,.45,.36],["l",.09,.09],["l",-.06,1.41],["c",-.09,2.19,-.18,3.96,-.27,5.49],["c",-.03,.78,-.06,1.59,-.06,1.86],["c",0,.42,0,.48,.06,.57],["c",.06,.18,.18,.24,.36,.27],["c",.18,0,.39,-.06,.84,-.27],["c",.45,-.21,.54,-.24,.63,-.18],["c",.12,.12,.15,.54,.03,.69],["c",-.03,.03,-.15,.12,-.27,.18],["c",-.15,.03,-.3,.12,-.36,.15],["c",-.87,.45,-1.02,.51,-1.26,.57],["c",-.33,.09,-.6,.06,-.84,-.06],["c",-.42,-.18,-.63,-.6,-.87,-1.44],["c",-.3,-1.23,-.57,-2.97,-.66,-4.08],["c",0,-.18,-.03,-.3,-.03,-.33],["l",-.06,.06],["c",-.18,.27,-1.11,1.38,-1.68,2.01],["l",-.33,.33],["l",.06,.09],["c",.06,.15,.27,.33,.48,.42],["c",.27,.18,.51,.24,.96,.27],["l",.39,0],["l",.03,.12],["c",.12,.21,.03,.57,-.15,.69],["c",-.03,.03,-.21,.09,-.36,.15],["c",-.27,.06,-.39,.06,-.75,.06],["c",-.48,0,-.75,-.03,-1.08,-.21],["c",-.21,-.12,-.51,-.36,-.57,-.48],["l",-.03,-.09],["l",-.39,.36],["c",-1.47,1.35,-2.49,1.98,-3.42,2.13],["c",-.54,.09,-.96,-.03,-1.62,-.39],["c",-.21,-.15,-.45,-.27,-.54,-.3],["c",-.18,-.09,-.21,-.21,-.12,-.45],["c",.06,-.27,.33,-.48,.54,-.48],["c",.03,0,.27,.09,.48,.21],["c",.48,.24,.69,.27,.99,.27],["c",.6,-.06,1.17,-.42,2.1,-1.35],["c",2.22,-2.22,4.02,-4.98,4.95,-7.59],["c",.21,-.57,.3,-.78,.48,-.93],["c",.15,-.15,.42,-.27,.66,-.33],["z"],["m",-3.06,12.84],["c",.27,-.03,1.68,0,2.01,.03],["c",1.92,.18,3.15,.69,3.63,1.5],["c",.18,.33,.24,.51,.21,.93],["c",0,.45,-.06,.72,-.24,1.11],["c",-.24,.51,-.69,1.02,-1.17,1.35],["c",-.21,.15,-.21,.15,-.12,.18],["c",.72,.15,1.11,.3,1.5,.57],["c",.39,.24,.63,.57,.75,.96],["c",.09,.3,.09,.96,0,1.29],["c",-.15,.57,-.39,1.05,-.78,1.5],["c",-.66,.75,-1.62,1.32,-2.61,1.53],["c",-.27,.06,-.42,.06,-.84,.06],["c",-.48,0,-.57,0,-.81,-.06],["c",-.6,-.18,-1.05,-.42,-1.47,-.81],["c",-.36,-.39,-.42,-.51,-.3,-.75],["c",.12,-.21,.39,-.39,.6,-.39],["c",.09,0,.15,.03,.33,.18],["c",.12,.12,.27,.24,.36,.27],["c",.96,.48,2.46,-.33,2.82,-1.5],["c",.24,-.81,-.03,-1.44,-.69,-1.77],["c",-.39,-.21,-1.02,-.33,-1.53,-.33],["c",-.18,0,-.21,0,-.27,-.09],["c",-.06,-.09,-.06,-.3,-.03,-.48],["c",.06,-.18,.18,-.36,.33,-.36],["c",.39,-.06,.51,-.09,.72,-.18],["c",.69,-.36,1.11,-1.23,.99,-2.01],["c",-.09,-.51,-.42,-.9,-.93,-1.17],["c",-.24,-.12,-.6,-.27,-.87,-.3],["c",-.09,-.03,-.09,-.03,-.12,.12],["c",0,.09,-.21,1.11,-.42,2.25],["c",-.66,3.75,-.72,3.99,-1.26,5.07],["c",-.9,1.89,-2.25,2.85,-3.48,2.61],["c",-.39,-.09,-.69,-.27,-1.38,-.84],["c",-.63,-.51,-.63,-.48,-.63,-.6],["c",0,-.18,.18,-.48,.39,-.57],["c",.21,-.12,.3,-.09,.81,.33],["c",.15,.15,.39,.3,.54,.36],["c",.18,.12,.27,.12,.48,.15],["c",.99,.06,1.71,-.78,2.04,-2.46],["c",.12,-.66,.18,-1.14,.21,-2.22],["c",.03,-1.23,.12,-2.25,.36,-3.63],["c",.03,-.24,.06,-.45,.06,-.48],["c",-.06,-.03,-.66,.27,-.9,.42],["c",-.06,.06,-.21,.18,-.33,.3],["c",-.57,.57,-.6,1.35,-.06,1.74],["c",.18,.12,.24,.24,.21,.51],["c",-.03,.3,-.15,.42,-.57,.48],["c",-1.11,.24,-2.22,-.42,-2.43,-1.38],["c",-.09,-.45,.03,-1.02,.3,-1.47],["c",.18,-.24,.6,-.63,.9,-.84],["c",.9,-.6,2.28,-1.02,3.69,-1.11],["z"]],w:15.709,h:34.656},"timesig.common":{d:[["M",6.66,-7.83],["c",.72,-.06,1.41,-.03,1.98,.09],["c",1.2,.27,2.34,.96,3.09,1.92],["c",.63,.81,1.08,1.86,1.14,2.73],["c",.06,1.02,-.51,1.92,-1.44,2.22],["c",-.24,.09,-.3,.09,-.63,.09],["c",-.33,0,-.42,0,-.63,-.06],["c",-.66,-.24,-1.14,-.63,-1.41,-1.2],["c",-.15,-.3,-.21,-.51,-.24,-.9],["c",-.06,-1.08,.57,-2.04,1.56,-2.37],["c",.18,-.06,.27,-.06,.63,-.06],["l",.45,0],["c",.06,.03,.09,.03,.09,0],["c",0,0,-.09,-.12,-.24,-.27],["c",-1.02,-1.11,-2.55,-1.68,-4.08,-1.5],["c",-1.29,.15,-2.04,.69,-2.4,1.74],["c",-.36,.93,-.42,1.89,-.42,5.37],["c",0,2.97,.06,3.96,.24,4.77],["c",.24,1.08,.63,1.68,1.41,2.07],["c",.81,.39,2.16,.45,3.18,.09],["c",1.29,-.45,2.37,-1.53,3.03,-2.97],["c",.15,-.33,.33,-.87,.39,-1.17],["c",.09,-.24,.15,-.36,.3,-.39],["c",.21,-.03,.42,.15,.39,.36],["c",-.06,.39,-.42,1.38,-.69,1.89],["c",-.96,1.8,-2.49,2.94,-4.23,3.18],["c",-.99,.12,-2.58,-.06,-3.63,-.45],["c",-.96,-.36,-1.71,-.84,-2.4,-1.5],["c",-1.11,-1.11,-1.8,-2.61,-2.04,-4.56],["c",-.06,-.6,-.06,-2.01,0,-2.61],["c",.24,-1.95,.9,-3.45,2.01,-4.56],["c",.69,-.66,1.44,-1.11,2.37,-1.47],["c",.63,-.24,1.47,-.42,2.22,-.48],["z"]],w:13.038,h:15.689},"timesig.cut":{d:[["M",6.24,-10.44],["c",.09,-.06,.09,-.06,.48,-.06],["c",.36,0,.36,0,.45,.06],["l",.06,.09],["l",0,1.23],["l",0,1.26],["l",.27,0],["c",1.26,0,2.49,.45,3.48,1.29],["c",1.05,.87,1.8,2.28,1.89,3.48],["c",.06,1.02,-.51,1.92,-1.44,2.22],["c",-.24,.09,-.3,.09,-.63,.09],["c",-.33,0,-.42,0,-.63,-.06],["c",-.66,-.24,-1.14,-.63,-1.41,-1.2],["c",-.15,-.3,-.21,-.51,-.24,-.9],["c",-.06,-1.08,.57,-2.04,1.56,-2.37],["c",.18,-.06,.27,-.06,.63,-.06],["l",.45,0],["c",.06,.03,.09,.03,.09,0],["c",0,-.03,-.45,-.51,-.66,-.69],["c",-.87,-.69,-1.83,-1.05,-2.94,-1.11],["l",-.42,0],["l",0,7.17],["l",0,7.14],["l",.42,0],["c",.69,-.03,1.23,-.18,1.86,-.51],["c",1.05,-.51,1.89,-1.47,2.46,-2.7],["c",.15,-.33,.33,-.87,.39,-1.17],["c",.09,-.24,.15,-.36,.3,-.39],["c",.21,-.03,.42,.15,.39,.36],["c",-.03,.24,-.21,.78,-.39,1.2],["c",-.96,2.37,-2.94,3.9,-5.13,3.9],["l",-.3,0],["l",0,1.26],["l",0,1.23],["l",-.06,.09],["c",-.09,.06,-.09,.06,-.45,.06],["c",-.39,0,-.39,0,-.48,-.06],["l",-.06,-.09],["l",0,-1.29],["l",0,-1.29],["l",-.21,-.03],["c",-1.23,-.21,-2.31,-.63,-3.21,-1.29],["c",-.15,-.09,-.45,-.36,-.66,-.57],["c",-1.11,-1.11,-1.8,-2.61,-2.04,-4.56],["c",-.06,-.6,-.06,-2.01,0,-2.61],["c",.24,-1.95,.93,-3.45,2.04,-4.59],["c",.42,-.39,.78,-.66,1.26,-.93],["c",.75,-.45,1.65,-.75,2.61,-.9],["l",.21,-.03],["l",0,-1.29],["l",0,-1.29],["z"],["m",-.06,10.44],["c",0,-5.58,0,-6.99,-.03,-6.99],["c",-.15,0,-.63,.27,-.87,.45],["c",-.45,.36,-.75,.93,-.93,1.77],["c",-.18,.81,-.24,1.8,-.24,4.74],["c",0,2.97,.06,3.96,.24,4.77],["c",.24,1.08,.66,1.68,1.41,2.07],["c",.12,.06,.3,.12,.33,.15],["l",.09,0],["l",0,-6.96],["z"]],w:13.038,h:20.97},"timesig.imperfectum":{d:[["M",13,-5],["a",8,8,0,1,0,0,10]],w:13.038,h:20.97},"timesig.imperfectum2":{d:[["M",13,-5],["a",8,8,0,1,0,0,10]],w:13.038,h:20.97},"timesig.perfectum":{d:[["M",13,-5],["a",8,8,0,1,0,0,10]],w:13.038,h:20.97},"timesig.perfectum2":{d:[["M",13,-5],["a",8,8,0,1,0,0,10]],w:13.038,h:20.97},f:{d:[["M",9.93,-14.28],["c",1.53,-.18,2.88,.45,3.12,1.5],["c",.12,.51,0,1.32,-.27,1.86],["c",-.15,.3,-.42,.57,-.63,.69],["c",-.69,.36,-1.56,.03,-1.83,-.69],["c",-.09,-.24,-.09,-.69,0,-.87],["c",.06,-.12,.21,-.24,.45,-.42],["c",.42,-.24,.57,-.45,.6,-.72],["c",.03,-.33,-.09,-.39,-.63,-.42],["c",-.3,0,-.45,0,-.6,.03],["c",-.81,.21,-1.35,.93,-1.74,2.46],["c",-.06,.27,-.48,2.25,-.48,2.31],["c",0,.03,.39,.03,.9,.03],["c",.72,0,.9,0,.99,.06],["c",.42,.15,.45,.72,.03,.9],["c",-.12,.06,-.24,.06,-1.17,.06],["l",-1.05,0],["l",-.78,2.55],["c",-.45,1.41,-.87,2.79,-.96,3.06],["c",-.87,2.37,-2.37,4.74,-3.78,5.91],["c",-1.05,.9,-2.04,1.23,-3.09,1.08],["c",-1.11,-.18,-1.89,-.78,-2.04,-1.59],["c",-.12,-.66,.15,-1.71,.54,-2.19],["c",.69,-.75,1.86,-.54,2.22,.39],["c",.06,.15,.09,.27,.09,.48],["c",0,.24,-.03,.27,-.12,.42],["c",-.03,.09,-.15,.18,-.27,.27],["c",-.09,.06,-.27,.21,-.36,.27],["c",-.24,.18,-.36,.36,-.39,.6],["c",-.03,.33,.09,.39,.63,.42],["c",.42,0,.63,-.03,.9,-.15],["c",.6,-.3,.96,-.96,1.38,-2.64],["c",.09,-.42,.63,-2.55,1.17,-4.77],["l",1.02,-4.08],["c",0,-.03,-.36,-.03,-.81,-.03],["c",-.72,0,-.81,0,-.93,-.06],["c",-.42,-.18,-.39,-.75,.03,-.9],["c",.09,-.06,.27,-.06,1.05,-.06],["l",.96,0],["l",0,-.09],["c",.06,-.18,.3,-.72,.51,-1.17],["c",1.2,-2.46,3.3,-4.23,5.34,-4.5],["z"]],w:16.155,h:19.445},m:{d:[["M",2.79,-8.91],["c",.09,0,.3,-.03,.45,-.03],["c",.24,.03,.3,.03,.45,.12],["c",.36,.15,.63,.54,.75,1.02],["l",.03,.21],["l",.33,-.3],["c",.69,-.69,1.38,-1.02,2.07,-1.02],["c",.27,0,.33,0,.48,.06],["c",.21,.09,.48,.36,.63,.6],["c",.03,.09,.12,.27,.18,.42],["c",.03,.15,.09,.27,.12,.27],["c",0,0,.09,-.09,.18,-.21],["c",.33,-.39,.87,-.81,1.29,-.99],["c",.78,-.33,1.47,-.21,2.01,.33],["c",.3,.33,.48,.69,.6,1.14],["c",.09,.42,.06,.54,-.54,3.06],["c",-.33,1.29,-.57,2.4,-.57,2.43],["c",0,.12,.09,.21,.21,.21],["c",.24,0,.75,-.3,1.2,-.72],["c",.45,-.39,.6,-.45,.78,-.27],["c",.18,.18,.09,.36,-.45,.87],["c",-1.05,.96,-1.83,1.47,-2.58,1.71],["c",-.93,.33,-1.53,.21,-1.8,-.33],["c",-.06,-.15,-.06,-.21,-.06,-.45],["c",0,-.24,.03,-.48,.6,-2.82],["c",.42,-1.71,.6,-2.64,.63,-2.79],["c",.03,-.57,-.3,-.75,-.84,-.48],["c",-.24,.12,-.54,.39,-.66,.63],["c",-.03,.09,-.42,1.38,-.9,3],["c",-.9,3.15,-.84,3,-1.14,3.15],["l",-.15,.09],["l",-.78,0],["c",-.6,0,-.78,0,-.84,-.06],["c",-.09,-.03,-.18,-.18,-.18,-.27],["c",0,-.03,.36,-1.38,.84,-2.97],["c",.57,-2.04,.81,-2.97,.84,-3.12],["c",.03,-.54,-.3,-.72,-.84,-.45],["c",-.24,.12,-.57,.42,-.66,.63],["c",-.06,.09,-.51,1.44,-1.05,2.97],["c",-.51,1.56,-.99,2.85,-.99,2.91],["c",-.06,.12,-.21,.24,-.36,.3],["c",-.12,.06,-.21,.06,-.9,.06],["c",-.6,0,-.78,0,-.84,-.06],["c",-.09,-.03,-.18,-.18,-.18,-.27],["c",0,-.03,.45,-1.38,.99,-2.97],["c",1.05,-3.18,1.05,-3.18,.93,-3.45],["c",-.12,-.27,-.39,-.3,-.72,-.15],["c",-.54,.27,-1.14,1.17,-1.56,2.4],["c",-.06,.15,-.15,.3,-.18,.36],["c",-.21,.21,-.57,.27,-.72,.09],["c",-.09,-.09,-.06,-.21,.06,-.63],["c",.48,-1.26,1.26,-2.46,2.01,-3.21],["c",.57,-.54,1.2,-.87,1.83,-1.02],["z"]],w:14.687,h:9.126},p:{d:[["M",1.92,-8.7],["c",.27,-.09,.81,-.06,1.11,.03],["c",.54,.18,.93,.51,1.17,.99],["c",.09,.15,.15,.33,.18,.36],["l",0,.12],["l",.3,-.27],["c",.66,-.6,1.35,-1.02,2.13,-1.2],["c",.21,-.06,.33,-.06,.78,-.06],["c",.45,0,.51,0,.84,.09],["c",1.29,.33,2.07,1.32,2.25,2.79],["c",.09,.81,-.09,2.01,-.45,2.79],["c",-.54,1.26,-1.86,2.55,-3.18,3.03],["c",-.45,.18,-.81,.24,-1.29,.24],["c",-.69,-.03,-1.35,-.18,-1.86,-.45],["c",-.3,-.15,-.51,-.18,-.69,-.09],["c",-.09,.03,-.18,.09,-.18,.12],["c",-.09,.12,-1.05,2.94,-1.05,3.06],["c",0,.24,.18,.48,.51,.63],["c",.18,.06,.54,.15,.75,.15],["c",.21,0,.36,.06,.42,.18],["c",.12,.18,.06,.42,-.12,.54],["c",-.09,.03,-.15,.03,-.78,0],["c",-1.98,-.15,-3.81,-.15,-5.79,0],["c",-.63,.03,-.69,.03,-.78,0],["c",-.24,-.15,-.24,-.57,.03,-.66],["c",.06,-.03,.48,-.09,.99,-.12],["c",.87,-.06,1.11,-.09,1.35,-.21],["c",.18,-.06,.33,-.18,.39,-.3],["c",.06,-.12,3.24,-9.42,3.27,-9.6],["c",.06,-.33,.03,-.57,-.15,-.69],["c",-.09,-.06,-.12,-.06,-.3,-.06],["c",-.69,.06,-1.53,1.02,-2.28,2.61],["c",-.09,.21,-.21,.45,-.27,.51],["c",-.09,.12,-.33,.24,-.48,.24],["c",-.18,0,-.36,-.15,-.36,-.3],["c",0,-.24,.78,-1.83,1.26,-2.55],["c",.72,-1.11,1.47,-1.74,2.28,-1.92],["z"],["m",5.37,1.47],["c",-.27,-.12,-.75,-.03,-1.14,.21],["c",-.75,.48,-1.47,1.68,-1.89,3.15],["c",-.45,1.47,-.42,2.34,0,2.7],["c",.45,.39,1.26,.21,1.83,-.36],["c",.51,-.51,.99,-1.68,1.38,-3.27],["c",.3,-1.17,.33,-1.74,.15,-2.13],["c",-.09,-.15,-.15,-.21,-.33,-.3],["z"]],w:14.689,h:13.127},r:{d:[["M",6.33,-9.12],["c",.27,-.03,.93,0,1.2,.06],["c",.84,.21,1.23,.81,1.02,1.53],["c",-.24,.75,-.9,1.17,-1.56,.96],["c",-.33,-.09,-.51,-.3,-.66,-.75],["c",-.03,-.12,-.09,-.24,-.12,-.3],["c",-.09,-.15,-.3,-.24,-.48,-.24],["c",-.57,0,-1.38,.54,-1.65,1.08],["c",-.06,.15,-.33,1.17,-.9,3.27],["c",-.57,2.31,-.81,3.12,-.87,3.21],["c",-.03,.06,-.12,.15,-.18,.21],["l",-.12,.06],["l",-.81,.03],["c",-.69,0,-.81,0,-.9,-.03],["c",-.09,-.06,-.18,-.21,-.18,-.3],["c",0,-.06,.39,-1.62,.9,-3.51],["c",.84,-3.24,.87,-3.45,.87,-3.72],["c",0,-.21,0,-.27,-.03,-.36],["c",-.12,-.15,-.21,-.24,-.42,-.24],["c",-.24,0,-.45,.15,-.78,.42],["c",-.33,.36,-.45,.54,-.72,1.14],["c",-.03,.12,-.21,.24,-.36,.27],["c",-.12,0,-.15,0,-.24,-.06],["c",-.18,-.12,-.18,-.21,-.06,-.54],["c",.21,-.57,.42,-.93,.78,-1.32],["c",.54,-.51,1.2,-.81,1.95,-.87],["c",.81,-.03,1.53,.3,1.92,.87],["l",.12,.18],["l",.09,-.09],["c",.57,-.45,1.41,-.84,2.19,-.96],["z"]],w:9.41,h:9.132},s:{d:[["M",4.47,-8.73],["c",.09,0,.36,-.03,.57,-.03],["c",.75,.03,1.29,.24,1.71,.63],["c",.51,.54,.66,1.26,.36,1.83],["c",-.24,.42,-.63,.57,-1.11,.42],["c",-.33,-.09,-.6,-.36,-.6,-.57],["c",0,-.03,.06,-.21,.15,-.39],["c",.12,-.21,.15,-.33,.18,-.48],["c",0,-.24,-.06,-.48,-.15,-.6],["c",-.15,-.21,-.42,-.24,-.75,-.15],["c",-.27,.06,-.48,.18,-.69,.36],["c",-.39,.39,-.51,.96,-.33,1.38],["c",.09,.21,.42,.51,.78,.72],["c",1.11,.69,1.59,1.11,1.89,1.68],["c",.21,.39,.24,.78,.15,1.29],["c",-.18,1.2,-1.17,2.16,-2.52,2.52],["c",-1.02,.24,-1.95,.12,-2.7,-.42],["c",-.72,-.51,-.99,-1.47,-.6,-2.19],["c",.24,-.48,.72,-.63,1.17,-.42],["c",.33,.18,.54,.45,.57,.81],["c",0,.21,-.03,.3,-.33,.51],["c",-.33,.24,-.39,.42,-.27,.69],["c",.06,.15,.21,.27,.45,.33],["c",.3,.09,.87,.09,1.2,0],["c",.75,-.21,1.23,-.72,1.29,-1.35],["c",.03,-.42,-.15,-.81,-.54,-1.2],["c",-.24,-.24,-.48,-.42,-1.41,-1.02],["c",-.69,-.42,-1.05,-.93,-1.05,-1.47],["c",0,-.39,.12,-.87,.3,-1.23],["c",.27,-.57,.78,-1.05,1.38,-1.35],["c",.24,-.12,.63,-.27,.9,-.3],["z"]],w:6.632,h:8.758},z:{d:[["M",2.64,-7.95],["c",.36,-.09,.81,-.03,1.71,.27],["c",.78,.21,.96,.27,1.74,.3],["c",.87,.06,1.02,.03,1.38,-.21],["c",.21,-.15,.33,-.15,.48,-.06],["c",.15,.09,.21,.3,.15,.45],["c",-.03,.06,-1.26,1.26,-2.76,2.67],["l",-2.73,2.55],["l",.54,.03],["c",.54,.03,.72,.03,2.01,.15],["c",.36,.03,.9,.06,1.2,.09],["c",.66,0,.81,-.03,1.02,-.24],["c",.3,-.3,.39,-.72,.27,-1.23],["c",-.06,-.27,-.06,-.27,-.03,-.39],["c",.15,-.3,.54,-.27,.69,.03],["c",.15,.33,.27,1.02,.27,1.5],["c",0,1.47,-1.11,2.7,-2.52,2.79],["c",-.57,.03,-1.02,-.09,-2.01,-.51],["c",-1.02,-.42,-1.23,-.48,-2.13,-.54],["c",-.81,-.06,-.96,-.03,-1.26,.18],["c",-.12,.06,-.24,.12,-.27,.12],["c",-.27,0,-.45,-.3,-.36,-.51],["c",.03,-.06,1.32,-1.32,2.91,-2.79],["l",2.88,-2.73],["c",-.03,0,-.21,.03,-.42,.06],["c",-.21,.03,-.78,.09,-1.23,.12],["c",-1.11,.12,-1.23,.15,-1.95,.27],["c",-.72,.15,-1.17,.18,-1.29,.09],["c",-.27,-.18,-.21,-.75,.12,-1.26],["c",.39,-.6,.93,-1.02,1.59,-1.2],["z"]],w:8.573,h:8.743},"+":{d:[["M",3.48,-9.3],["c",.18,-.09,.36,-.09,.54,0],["c",.18,.09,.24,.15,.33,.3],["l",.06,.15],["l",0,1.29],["l",0,1.29],["l",1.29,0],["c",1.23,0,1.29,0,1.41,.06],["c",.06,.03,.15,.09,.18,.12],["c",.12,.09,.21,.33,.21,.48],["c",0,.15,-.09,.39,-.21,.48],["c",-.03,.03,-.12,.09,-.18,.12],["c",-.12,.06,-.18,.06,-1.41,.06],["l",-1.29,0],["l",0,1.29],["c",0,1.23,0,1.29,-.06,1.41],["c",-.09,.18,-.15,.24,-.3,.33],["c",-.21,.09,-.39,.09,-.57,0],["c",-.18,-.09,-.24,-.15,-.33,-.33],["c",-.06,-.12,-.06,-.18,-.06,-1.41],["l",0,-1.29],["l",-1.29,0],["c",-1.23,0,-1.29,0,-1.41,-.06],["c",-.18,-.09,-.24,-.15,-.33,-.33],["c",-.09,-.18,-.09,-.36,0,-.54],["c",.09,-.18,.15,-.24,.33,-.33],["l",.15,-.06],["l",1.26,0],["l",1.29,0],["l",0,-1.29],["c",0,-1.23,0,-1.29,.06,-1.41],["c",.09,-.18,.15,-.24,.33,-.33],["z"]],w:7.507,h:7.515},",":{d:[["M",1.32,-3.36],["c",.57,-.15,1.17,.03,1.59,.45],["c",.45,.45,.6,.96,.51,1.89],["c",-.09,1.23,-.42,2.46,-.99,3.93],["c",-.3,.72,-.72,1.62,-.78,1.68],["c",-.18,.21,-.51,.18,-.66,-.06],["c",-.03,-.06,-.06,-.15,-.06,-.18],["c",0,-.06,.12,-.33,.24,-.63],["c",.84,-1.8,1.02,-2.61,.69,-3.24],["c",-.12,-.24,-.27,-.36,-.75,-.6],["c",-.36,-.15,-.42,-.21,-.6,-.39],["c",-.69,-.69,-.69,-1.71,0,-2.4],["c",.21,-.21,.51,-.39,.81,-.45],["z"]],w:3.452,h:8.143},"-":{d:[["M",.18,-5.34],["c",.09,-.06,.15,-.06,2.31,-.06],["c",2.46,0,2.37,0,2.46,.21],["c",.12,.21,.03,.42,-.15,.54],["c",-.09,.06,-.15,.06,-2.28,.06],["c",-2.16,0,-2.22,0,-2.31,-.06],["c",-.27,-.15,-.27,-.54,-.03,-.69],["z"]],w:5.001,h:.81},".":{d:[["M",1.32,-3.36],["c",1.05,-.27,2.1,.57,2.1,1.65],["c",0,1.08,-1.05,1.92,-2.1,1.65],["c",-.9,-.21,-1.5,-1.14,-1.26,-2.04],["c",.12,-.63,.63,-1.11,1.26,-1.26],["z"]],w:3.413,h:3.402},"scripts.wedge":{d:[["M",-3.66,-7.44],["c",.06,-.09,0,-.09,.81,.03],["c",1.86,.3,3.84,.3,5.73,0],["c",.78,-.12,.72,-.12,.78,-.03],["c",.15,.15,.12,.24,-.24,.6],["c",-.93,.93,-1.98,2.76,-2.67,4.62],["c",-.3,.78,-.51,1.71,-.51,2.13],["c",0,.15,0,.18,-.06,.27],["c",-.12,.09,-.24,.09,-.36,0],["c",-.06,-.09,-.06,-.12,-.06,-.27],["c",0,-.42,-.21,-1.35,-.51,-2.13],["c",-.69,-1.86,-1.74,-3.69,-2.67,-4.62],["c",-.36,-.36,-.39,-.45,-.24,-.6],["z"]],w:7.49,h:7.752},"scripts.thumb":{d:[["M",-.54,-3.69],["c",.15,-.03,.36,-.06,.51,-.06],["c",1.44,0,2.58,1.11,2.94,2.85],["c",.09,.48,.09,1.32,0,1.8],["c",-.27,1.41,-1.08,2.43,-2.16,2.73],["l",-.18,.06],["l",0,.12],["c",.03,.06,.06,.45,.09,.87],["c",.03,.57,.03,.78,0,.84],["c",-.09,.27,-.39,.48,-.66,.48],["c",-.27,0,-.57,-.21,-.66,-.48],["c",-.03,-.06,-.03,-.27,0,-.84],["c",.03,-.42,.06,-.81,.09,-.87],["l",0,-.12],["l",-.18,-.06],["c",-1.08,-.3,-1.89,-1.32,-2.16,-2.73],["c",-.09,-.48,-.09,-1.32,0,-1.8],["c",.15,-.84,.51,-1.53,1.02,-2.04],["c",.39,-.39,.84,-.63,1.35,-.75],["z"],["m",1.05,.9],["c",-.15,-.09,-.21,-.09,-.45,-.12],["c",-.15,0,-.3,.03,-.39,.03],["c",-.57,.18,-.9,.72,-1.08,1.74],["c",-.06,.48,-.06,1.8,0,2.28],["c",.15,.9,.42,1.44,.9,1.65],["c",.18,.09,.21,.09,.51,.09],["c",.3,0,.33,0,.51,-.09],["c",.48,-.21,.75,-.75,.9,-1.65],["c",.03,-.27,.03,-.54,.03,-1.14],["c",0,-.6,0,-.87,-.03,-1.14],["c",-.15,-.9,-.45,-1.44,-.9,-1.65],["z"]],w:5.955,h:9.75},"scripts.open":{d:[["M",-.54,-3.69],["c",.15,-.03,.36,-.06,.51,-.06],["c",1.44,0,2.58,1.11,2.94,2.85],["c",.09,.48,.09,1.32,0,1.8],["c",-.33,1.74,-1.47,2.85,-2.91,2.85],["c",-1.44,0,-2.58,-1.11,-2.91,-2.85],["c",-.09,-.48,-.09,-1.32,0,-1.8],["c",.15,-.84,.51,-1.53,1.02,-2.04],["c",.39,-.39,.84,-.63,1.35,-.75],["z"],["m",1.11,.9],["c",-.21,-.09,-.27,-.09,-.51,-.12],["c",-.3,0,-.42,.03,-.66,.15],["c",-.24,.12,-.51,.39,-.66,.63],["c",-.54,.93,-.63,2.64,-.21,3.81],["c",.21,.54,.51,.9,.93,1.11],["c",.21,.09,.24,.09,.54,.09],["c",.3,0,.33,0,.54,-.09],["c",.42,-.21,.72,-.57,.93,-1.11],["c",.36,-.99,.36,-2.37,0,-3.36],["c",-.21,-.54,-.51,-.9,-.9,-1.11],["z"]],w:5.955,h:7.5},"scripts.longphrase":{d:[["M",1.47,-15.09],["c",.36,-.09,.66,-.18,.69,-.18],["c",.06,0,.06,.54,.06,11.25],["l",0,11.25],["l",-.63,.15],["c",-.66,.18,-1.44,.39,-1.5,.39],["c",-.03,0,-.03,-3.39,-.03,-11.25],["l",0,-11.25],["l",.36,-.09],["c",.21,-.06,.66,-.18,1.05,-.27],["z"]],w:2.16,h:23.04},"scripts.mediumphrase":{d:[["M",1.47,-7.59],["c",.36,-.09,.66,-.18,.69,-.18],["c",.06,0,.06,.39,.06,7.5],["l",0,7.5],["l",-.63,.15],["c",-.66,.18,-1.44,.39,-1.5,.39],["c",-.03,0,-.03,-2.28,-.03,-7.5],["l",0,-7.5],["l",.36,-.09],["c",.21,-.06,.66,-.18,1.05,-.27],["z"]],w:2.16,h:15.54},"scripts.shortphrase":{d:[["M",1.47,-7.59],["c",.36,-.09,.66,-.18,.69,-.18],["c",.06,0,.06,.21,.06,3.75],["l",0,3.75],["l",-.42,.09],["c",-.57,.18,-1.65,.45,-1.71,.45],["c",-.03,0,-.03,-.72,-.03,-3.75],["l",0,-3.75],["l",.36,-.09],["c",.21,-.06,.66,-.18,1.05,-.27],["z"]],w:2.16,h:8.04},"scripts.snap":{d:[["M",4.5,-3.39],["c",.36,-.03,.96,-.03,1.35,0],["c",1.56,.15,3.15,.9,4.2,2.01],["c",.24,.27,.33,.42,.33,.6],["c",0,.27,.03,.24,-2.46,2.22],["c",-1.29,1.02,-2.4,1.86,-2.49,1.92],["c",-.18,.09,-.3,.09,-.48,0],["c",-.09,-.06,-1.2,-.9,-2.49,-1.92],["c",-2.49,-1.98,-2.46,-1.95,-2.46,-2.22],["c",0,-.18,.09,-.33,.33,-.6],["c",1.05,-1.08,2.64,-1.86,4.17,-2.01],["z"],["m",1.29,1.17],["c",-1.47,-.15,-2.97,.3,-4.14,1.2],["l",-.18,.15],["l",.06,.09],["c",.15,.12,3.63,2.85,3.66,2.85],["c",.03,0,3.51,-2.73,3.66,-2.85],["l",.06,-.09],["l",-.18,-.15],["c",-.84,-.66,-1.89,-1.08,-2.94,-1.2],["z"]],w:10.38,h:6.84},"noteheads.slash.whole":{d:[["M",5,-5],["l",1,1],["l",-5,5],["l",-1,-1],["z"],["m",4,6],["l",-5,-5],["l",2,-2],["l",5,5],["z"],["m",0,-2],["l",1,1],["l",-5,5],["l",-1,-1],["z"],["m",-4,6],["l",-5,-5],["l",2,-2],["l",5,5],["z"]],w:10.81,h:15.63},"noteheads.slash.quarter":{d:[["M",9,-6],["l",0,4],["l",-9,9],["l",0,-4],["z"]],w:9,h:9},"noteheads.harmonic.quarter":{d:[["M",3.63,-4.02],["c",.09,-.06,.18,-.09,.24,-.03],["c",.03,.03,.87,.93,1.83,2.01],["c",1.5,1.65,1.8,1.98,1.8,2.04],["c",0,.06,-.3,.39,-1.8,2.04],["c",-.96,1.08,-1.8,1.98,-1.83,2.01],["c",-.06,.06,-.15,.03,-.24,-.03],["c",-.12,-.09,-3.54,-3.84,-3.6,-3.93],["c",-.03,-.03,-.03,-.09,-.03,-.15],["c",.03,-.06,3.45,-3.84,3.63,-3.96],["z"]],w:7.5,h:8.165},"noteheads.triangle.quarter":{d:[["M",0,0],["l",9,0],["l",-4.5,-9],["z"]],w:9,h:9}},n=function(e){for(var t=[],r=0,a=e.length;r<a;r++){t[r]=[];for(var i=0,n=e[r].length;i<n;i++)t[r][i]=e[r][i]}return t},s={printSymbol:function(e,t,r,a,s){if(!i[r])return null;var o=n(i[r].d);o[0][1]+=e,o[0][2]+=t;for(var c="",l=0;l<o.length;l++)c+=o[l].join(" ");return s.path=c,a.path(s)},getPathForSymbol:function(e,t,r,a,s){if(a=a||1,s=s||1,!i[r])return null;var o=n(i[r].d);return 1===a&&1===s||function(e,t,r){for(var a=0,i=e.length;a<i;a++){var n,s,o=e[a];for(n=1,s=o.length;n<s;n++)o[n]*=n%2?t:r}}(o,a,s),o[0][1]+=e,o[0][2]+=t,o},getSymbolWidth:function(e){return i[e]?i[e].w:0},symbolHeightInPitches:function(e){return(i[e]?i[e].h:0)/a.STEP},getSymbolAlign:function(e){return"scripts"===e.substring(0,7)&&"scripts.roll"!==e?"center":"left"},getYCorr:function(e){switch(e){case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":case"+":case"flags.d64th":case"scripts.trill":case"scripts.upbow":case"scripts.downbow":return-2;case"timesig.common":case"timesig.cut":default:return 0;case"flags.d32nd":case"rests.half":case"rests.8th":case"rests.quarter":case"rests.16th":case"rests.32nd":case"rests.64th":case"scripts.ufermata":case"scripts.wedge":case"scripts.roll":case"scripts.shortphrase":case"scripts.longphrase":return-1;case"flags.u32nd":case"rests.whole":case"scripts.dfermata":return 1;case"flags.u64th":return 3;case"f":case"m":case"p":case"s":case"z":return-4}},setSymbol:function(e,t){i[e]=t}};e.exports=s},1577:function(e){var t=function(e,t,r,a,i){switch(i=i||{},this.x=0,this.c=e,this.dx=t,this.w=r,this.pitch=a,this.scalex=i.scalex||1,this.scaley=i.scaley||1,this.type=i.type||"symbol",this.pitch2=i.pitch2,this.linewidth=i.linewidth,this.klass=i.klass,this.top=a,void 0!==this.pitch2&&this.pitch2>this.top&&(this.top=this.pitch2),this.bottom=a,void 0!==this.pitch2&&this.pitch2<this.bottom&&(this.bottom=this.pitch2),i.thickness&&(this.top+=i.thickness/2,this.bottom-=i.thickness/2),i.stemHeight&&(i.stemHeight>0?this.top+=i.stemHeight:this.bottom+=i.stemHeight),i.dim&&(this.dim=i.dim),i.position&&(this.position=i.position),this.height=i.height?i.height:4,i.top&&(this.top=i.top),i.bottom&&(this.bottom=i.bottom),i.name?this.name=i.name:this.c?this.name=this.c:this.name=this.type,i.realWidth?this.realWidth=i.realWidth:this.realWidth=this.w,this.centerVertically=!1,this.type){case"debug":this.chordHeightAbove=this.height;break;case"lyric":i.position&&"below"===i.position?this.lyricHeightBelow=this.height:this.lyricHeightAbove=this.height;break;case"chord":i.position&&"below"===i.position?this.chordHeightBelow=this.height:this.chordHeightAbove=this.height;break;case"text":void 0===this.pitch?i.position&&"below"===i.position?this.chordHeightBelow=this.height:this.chordHeightAbove=this.height:this.centerVertically=!0;break;case"part":this.partHeightAbove=this.height}};t.prototype.getChordDim=function(){if("debug"===this.type)return null;if(!this.chordHeightAbove&&!this.chordHeightBelow)return null;var e="chord"===this.type?this.realWidth/2:0,t=this.x-e-0;return{left:t,right:t+this.realWidth+0}},t.prototype.invertLane=function(e){void 0===this.lane&&(this.lane=0),this.lane=e-this.lane-1},t.prototype.putChordInLane=function(e){this.lane=e,this.chordHeightAbove?this.chordHeightAbove=1.25*this.height*this.lane:this.chordHeightBelow=1.25*this.height*this.lane},t.prototype.getLane=function(){return void 0===this.lane?0:this.lane},t.prototype.setX=function(e){this.x=e+this.dx},e.exports=t},2710:function(e,t,r){var a=r(8613),i=r(4101),n=function(e){this.paper=new i(e),this.controller=null,this.space=3*a.SPACE,this.padding={},this.reset()};n.prototype.reset=function(){this.paper.clear(),this.y=0,this.abctune=null,this.path=null,this.isPrint=!1,this.initVerticalSpace()},n.prototype.newTune=function(e){this.abctune=e,this.setVerticalSpace(e.formatting),this.isPrint="print"===e.media,this.setPadding(e)},n.prototype.setPaddingOverride=function(e){this.paddingOverride={top:e.paddingtop,bottom:e.paddingbottom,right:e.paddingright,left:e.paddingleft}},n.prototype.setPadding=function(e){function t(t,r,a,i,n){void 0!==e.formatting[a]?t.padding[r]=e.formatting[a]:void 0!==t.paddingOverride[r]?t.padding[r]=t.paddingOverride[r]:t.isPrint?t.padding[r]=i:t.padding[r]=n}t(this,"top","topmargin",38,15),t(this,"bottom","botmargin",38,15),t(this,"left","leftmargin",68,15),t(this,"right","rightmargin",68,15)},n.prototype.adjustNonScaledItems=function(e){this.padding.top/=e,this.padding.bottom/=e,this.padding.left/=e,this.padding.right/=e,this.abctune.formatting.headerfont.size/=e,this.abctune.formatting.footerfont.size/=e},n.prototype.initVerticalSpace=function(){this.spacing={composer:7.56,graceBefore:8.67,graceInside:10.67,graceAfter:16,info:0,lineSkipFactor:1.1,music:7.56,paragraphSkipFactor:.4,parts:11.33,slurHeight:1,staffSeparation:61.33,stemHeight:36.67,subtitle:3.78,systemStaffSeparation:48,text:18.9,title:7.56,top:30.24,vocal:0,words:0}},n.prototype.setVerticalSpace=function(e){void 0!==e.staffsep&&(this.spacing.staffSeparation=4*e.staffsep/3),void 0!==e.composerspace&&(this.spacing.composer=4*e.composerspace/3),void 0!==e.partsspace&&(this.spacing.parts=4*e.partsspace/3),void 0!==e.textspace&&(this.spacing.text=4*e.textspace/3),void 0!==e.musicspace&&(this.spacing.music=4*e.musicspace/3),void 0!==e.titlespace&&(this.spacing.title=4*e.titlespace/3),void 0!==e.sysstaffsep&&(this.spacing.systemStaffSeparation=4*e.sysstaffsep/3),void 0!==e.subtitlespace&&(this.spacing.subtitle=4*e.subtitlespace/3),void 0!==e.topspace&&(this.spacing.top=4*e.topspace/3),void 0!==e.vocalspace&&(this.spacing.vocal=4*e.vocalspace/3),void 0!==e.wordsspace&&(this.spacing.words=4*e.wordsspace/3)},n.prototype.calcY=function(e){return this.y-e*a.STEP},n.prototype.moveY=function(e,t){void 0===t&&(t=1),this.y+=e*t},n.prototype.absolutemoveY=function(e){this.y=e},e.exports=n},8613:function(e){var t={FONTEM:360,FONTSIZE:30};t.STEP=93*t.FONTSIZE/720,t.SPACE=10,t.TOPNOTE=15,t.STAVEHEIGHT=100,t.INDENT=50,e.exports=t},3208:function(e,t,r){var a=r(9989),i=function(e){this.getTextSize=e,this.voices=[],this.staffs=[],this.brace=void 0,this.bracket=void 0};i.prototype.setLimit=function(e,t){t.specialY[e]&&(t.staff.specialY[e]?t.staff.specialY[e]=Math.max(t.staff.specialY[e],t.specialY[e]):t.staff.specialY[e]=t.specialY[e])},i.prototype.addVoice=function(e,t,r){var a=this.voices.length;this.voices[a]=e,this.staffs[t]?this.staffs[t].voices.push(a):this.staffs[this.staffs.length]={top:10,bottom:2,lines:r,voices:[a],specialY:{tempoHeightAbove:0,partHeightAbove:0,volumeHeightAbove:0,dynamicHeightAbove:0,endingHeightAbove:0,chordHeightAbove:0,lyricHeightAbove:0,lyricHeightBelow:0,chordHeightBelow:0,volumeHeightBelow:0,dynamicHeightBelow:0}},e.staff=this.staffs[t]},i.prototype.setHeight=function(){this.height=a(this)},i.prototype.setWidth=function(e){this.w=e;for(var t=0;t<this.voices.length;t++)this.voices[t].setWidth(e)},i.prototype.setStaffLimits=function(e){e.staff.top=Math.max(e.staff.top,e.top),e.staff.bottom=Math.min(e.staff.bottom,e.bottom),this.setLimit("tempoHeightAbove",e),this.setLimit("partHeightAbove",e),this.setLimit("volumeHeightAbove",e),this.setLimit("dynamicHeightAbove",e),this.setLimit("endingHeightAbove",e),this.setLimit("chordHeightAbove",e),this.setLimit("lyricHeightAbove",e),this.setLimit("lyricHeightBelow",e),this.setLimit("chordHeightBelow",e),this.setLimit("volumeHeightBelow",e),this.setLimit("dynamicHeightBelow",e)},e.exports=i},8664:function(e,t,r){var a=r(3255),i=r(1577),n=function(e,t,r){this.type="TempoElement",this.tempo=e,this.tempo.type="tempo",this.tuneNumber=t,this.totalHeightInPitches=6,this.tempoHeightAbove=this.totalHeightInPitches,this.pitch=void 0,this.tempo.duration&&!this.tempo.suppressBpm&&(this.note=this.createNote(r,e,t))};n.prototype.setX=function(e){this.x=e},n.prototype.createNote=function(e,t,r){var n,s,o,c=.75,l=t.duration[0],h=new a(t,l,1,"tempo",r);l<=1/32?(o="noteheads.quarter",s="flags.u32nd",n=0):l<=1/16?(o="noteheads.quarter",s="flags.u16th",n=0):l<=3/32?(o="noteheads.quarter",s="flags.u16nd",n=1):l<=1/8?(o="noteheads.quarter",s="flags.u8th",n=0):l<=3/16?(o="noteheads.quarter",s="flags.u8th",n=1):l<=1/4?(o="noteheads.quarter",n=0):l<=3/8?(o="noteheads.quarter",n=1):l<=.5?(o="noteheads.half",n=0):l<=3/4?(o="noteheads.half",n=1):l<=1?(o="noteheads.whole",n=0):l<=1.5?(o="noteheads.whole",n=1):l<=2?(o="noteheads.dbl",n=0):(o="noteheads.dbl",n=1);var u,f=e(h,o,{verticalPos:0},{dir:"up",flag:s,dot:n,scale:c}).notehead;if(h.addHead(f),"noteheads.whole"!==o&&"noteheads.dbl"!==o){var d=f.dx+f.w;u=new i(null,d,0,.25,{type:"stem",pitch2:3.75,linewidth:-.6}),h.addRight(u)}return h},e.exports=n},9891:function(e){var t=function(e){this.type="TieElem",this.anchor1=e.anchor1,this.anchor2=e.anchor2,e.isGrace&&(this.isGrace=!0),e.fixedY&&(this.fixedY=!0),e.stemDir&&(this.stemDir=e.stemDir),void 0!==e.voiceNumber&&(this.voiceNumber=e.voiceNumber),void 0!==e.style&&(this.dotted=!0),this.internalNotes=[]};t.prototype.addInternalNote=function(e){this.internalNotes.push(e)},t.prototype.setEndAnchor=function(e){this.anchor2=e,this.anchor1?(this.top=Math.max(this.anchor1.pitch,this.anchor2.pitch)+4,this.bottom=Math.min(this.anchor1.pitch,this.anchor2.pitch)-4):(this.top=this.anchor2.pitch+4,this.bottom=this.anchor2.pitch-4)},t.prototype.setStartX=function(e){this.startLimitX=e},t.prototype.setEndX=function(e){this.endLimitX=e},t.prototype.setHint=function(){this.hint=!0},t.prototype.calcTieDirection=function(){if(this.isGrace)this.above=!1;else if(0===this.voiceNumber)this.above=!0;else if(this.voiceNumber>0)this.above=!1;else{var e;e=this.anchor1?this.anchor1.pitch:this.anchor2?this.anchor2.pitch:14,this.anchor1&&"down"===this.anchor1.stemDir&&this.anchor2&&"down"===this.anchor2.stemDir?this.above=!0:this.anchor1&&"up"===this.anchor1.stemDir&&this.anchor2&&"up"===this.anchor2.stemDir?this.above=!1:this.anchor1&&this.anchor2?this.above=e>=6:this.anchor1?this.above="down"===this.anchor1.stemDir:this.anchor2?this.above="down"===this.anchor2.stemDir:this.above=e>=6}},t.prototype.calcSlurDirection=function(){if(this.isGrace)this.above=!1;else if(0===this.voiceNumber)this.above=!0;else if(this.voiceNumber>0)this.above=!1;else{var e=!1;this.anchor1&&"down"===this.anchor1.stemDir&&(e=!0),this.anchor2&&"down"===this.anchor2.stemDir&&(e=!0);for(var t=0;t<this.internalNotes.length;t++)"down"===this.internalNotes[t].stemDir&&(e=!0);this.above=e}},t.prototype.calcX=function(e,t){this.anchor1?(this.startX=this.anchor1.x,this.anchor1.scalex<1&&(this.startX-=3)):this.startLimitX?this.startX=this.startLimitX.x+this.startLimitX.w:this.startX=e,!this.anchor1&&this.dotted&&(this.startX-=3),this.anchor2?this.endX=this.anchor2.x:this.endLimitX?this.endX=this.endLimitX.x:this.endX=t},t.prototype.calcTieY=function(){this.anchor1?this.startY=this.anchor1.pitch:this.anchor2?this.startY=this.anchor2.pitch:this.startY=this.above?14:0,this.anchor2?this.endY=this.anchor2.pitch:this.anchor1?this.endY=this.anchor1.pitch:this.endY=this.above?14:0},t.prototype.calcSlurY=function(){if(this.anchor1&&this.anchor2){this.above&&"up"===this.anchor1.stemDir&&!this.fixedY?(this.startY=(this.anchor1.highestVert+this.anchor1.pitch)/2,this.startX+=this.anchor1.w/2):this.startY=this.anchor1.pitch;var e=this.anchor2.parent.beam&&this.anchor2.parent.beam.stemsUp&&this.anchor2.parent.beam.elems[0]!==this.anchor2.parent,t=(this.anchor2.highestVert+this.anchor2.pitch)/2;this.above&&"up"===this.anchor2.stemDir&&!this.fixedY&&!e&&t<this.startY?(this.endY=t,this.endX+=Math.round(this.anchor2.w/2)):this.endY=this.above&&e?this.anchor2.highestVert:this.anchor2.pitch}else this.anchor1?this.startY=this.endY=this.anchor1.pitch:this.anchor2?this.startY=this.endY=this.anchor2.pitch:(this.startY=this.above?14:0,this.endY=this.above?14:0)},t.prototype.avoidCollisionAbove=function(){if(this.above){for(var e=-50,t=0;t<this.internalNotes.length;t++)this.internalNotes[t].highestVert>e&&(e=this.internalNotes[t].highestVert);e>this.startY&&e>this.endY&&(this.startY=this.endY=e-1)}},e.exports=t},7193:function(e){var t=function(e,t,r){this.type="TripletElem",this.anchor1=t,this.number=e,this.durationClass=("d"+Math.round(1e3*t.parent.durationClass)/1e3).replace(/\./,"-"),this.middleElems=[],this.flatBeams=r.flatBeams};t.prototype.isClosed=function(){return!!this.anchor2},t.prototype.middleNote=function(e){this.middleElems.push(e)},t.prototype.setCloseAnchor=function(e){this.anchor2=e,this.anchor1.parent.beam&&"up"!==this.anchor1.stemDir||(this.endingHeightAbove=4)},e.exports=t},8462:function(e){var t=function(e,t){this.children=[],this.beams=[],this.otherchildren=[],this.w=0,this.duplicate=!1,this.voicenumber=e,this.voicetotal=t,this.bottom=7,this.top=7,this.specialY={tempoHeightAbove:0,partHeightAbove:0,volumeHeightAbove:0,dynamicHeightAbove:0,endingHeightAbove:0,chordHeightAbove:0,lyricHeightAbove:0,lyricHeightBelow:0,chordHeightBelow:0,volumeHeightBelow:0,dynamicHeightBelow:0}};t.prototype.addChild=function(e){if("bar"===e.type){for(var t=!0,r=0;t&&r<this.children.length;r++)this.children[r].type.indexOf("staff-extra")<0&&"tempo"!==this.children[r].type&&(t=!1);t||(this.beams.push("bar"),this.otherchildren.push("bar"))}this.children[this.children.length]=e,this.setRange(e)},t.prototype.setLimit=function(e,t){var r=t.specialY;r||(r=t),r[e]&&(this.specialY[e]?this.specialY[e]=Math.max(this.specialY[e],r[e]):this.specialY[e]=r[e])},t.prototype.adjustRange=function(e){void 0!==e.bottom&&(this.bottom=Math.min(this.bottom,e.bottom)),void 0!==e.top&&(this.top=Math.max(this.top,e.top))},t.prototype.setRange=function(e){this.adjustRange(e),this.setLimit("tempoHeightAbove",e),this.setLimit("partHeightAbove",e),this.setLimit("volumeHeightAbove",e),this.setLimit("dynamicHeightAbove",e),this.setLimit("endingHeightAbove",e),this.setLimit("chordHeightAbove",e),this.setLimit("lyricHeightAbove",e),this.setLimit("lyricHeightBelow",e),this.setLimit("chordHeightBelow",e),this.setLimit("volumeHeightBelow",e),this.setLimit("dynamicHeightBelow",e)},t.prototype.addOther=function(e){this.otherchildren.push(e),this.setRange(e)},t.prototype.addBeam=function(e){this.beams.push(e)},t.prototype.setWidth=function(e){this.w=e},e.exports=t},347:function(e,t,r){var a=r(1577),i=r(8613),n=r(2854);e.exports=function(e,t,r,s,o,c,l){for(var h=0;h<r.chord.length;h++)for(var u=r.chord[h].position,f=r.chord[h].rel_position,d=r.chord[h].name.split("\n"),p=d.length-1;p>=0;p--){var m,g,v,b=d[p],y=0;"left"===u||"right"===u||"below"===u||"above"===u||f?(g="annotationfont",v="annotation"):(g="gchordfont",v="chord",l&&(b=n(b)));var x=e.attr(g,v),w=e.calc(b,g,v),k=w.width,C=w.height/i.STEP;switch(u){case"left":y=-(s+=k+7),m=r.averagepitch,t.addExtra(new a(b,y,k+4,m,{type:"text",height:C,dim:x,position:"left"}));break;case"right":y=o+=4,m=r.averagepitch,t.addRight(new a(b,y,k+4,m,{type:"text",height:C,dim:x,position:"right"}));break;case"below":t.addRight(new a(b,0,0,void 0,{type:"text",position:"below",height:C,dim:x,realWidth:k}));break;case"above":t.addRight(new a(b,0,0,void 0,{type:"text",position:"above",height:C,dim:x,realWidth:k}));break;default:if(f){var T=f.y+3*i.STEP;t.addRight(new a(b,y+f.x,0,r.minpitch+T/i.STEP,{position:"relative",type:"text",height:C,dim:x}))}else{var A="above";r.positioning&&r.positioning.chordPosition&&(A=r.positioning.chordPosition),"hidden"!==A&&t.addCentered(new a(b,c/2,k,void 0,{type:"chord",position:A,height:C,dim:x,realWidth:k}))}}}return{roomTaken:s,roomTakenRight:o}}},3502:function(e){e.exports=function(e,t,r){if(t.text){t.marginLeft||(t.marginLeft=0),t.klass||(t.klass=""),t.anchor||(t.anchor="start"),t.info||(t.info={startChar:-2,endChar:-2}),t.marginTop&&e.push({move:t.marginTop});var a={left:t.marginLeft,text:t.text,font:t.font,anchor:t.anchor,startChar:t.info.startChar,endChar:t.info.endChar};t.absElemType&&(a.absElemType=t.absElemType),t.inGroup||(a.klass=t.klass),t.name&&(a.name=t.name),e.push(a);var i=r.calc("A",t.font,t.klass),n=t.text.split("\n").length;if("\n"===t.text[t.text.length-1]&&n--,!t.noMove){var s=1.1*i.height*n;e.push({move:Math.round(s)}),t.marginBottom&&e.push({move:t.marginBottom})}}}},5450:function(e,t,r){var a=r(3502);function i(e,t,r,a,i,n){this.rows=[],e.unalignedWords&&e.unalignedWords.length>0&&this.unalignedWords(e.unalignedWords,a,i,n),this.extraText(e,a,i,n),e.footer&&r&&this.footer(e.footer,t,a,n)}i.prototype.unalignedWords=function(e,t,r,i){var n="meta-bottom unaligned-words",s="wordsfont";this.rows.push({startGroup:"unalignedWords",klass:"abcjs-meta-bottom abcjs-unaligned-words",name:"words"});var o=i.calc("i",s,n);this.rows.push({move:r.words});for(var c=0;c<e.length;c++)if(""===e[c])this.rows.push({move:o.height});else if("string"==typeof e[c])a(this.rows,{marginLeft:t+50,text:e[c],font:s,klass:n,inGroup:!0,name:"words"},i);else{for(var l=0,h=0,u=0;u<e[c].length;u++){var f=e[c][u],d=f.font?f.font:s;this.rows.push({left:t+50+h,text:f.text,font:d,anchor:"start"});var p=i.calc(f.text,s,n);l=Math.max(l,p.height),h+=p.width," "===f.text[f.text.length-1]&&(h+=o.width)}this.rows.push({move:l})}this.rows.push({move:2*o.height}),this.rows.push({endGroup:"unalignedWords",absElemType:"unalignedWords",startChar:-1,endChar:-1,name:"unalignedWords"})},i.prototype.extraText=function(e,t,r,i){var n="";e.book&&(n+="Book: "+e.book+"\n"),e.source&&(n+="Source: "+e.source+"\n"),e.discography&&(n+="Discography: "+e.discography+"\n"),e.notes&&(n+="Notes: "+e.notes+"\n"),e.transcription&&(n+="Transcription: "+e.transcription+"\n"),e.history&&(n+="History: "+e.history+"\n"),e["abc-copyright"]&&(n+="Copyright: "+e["abc-copyright"]+"\n"),e["abc-creator"]&&(n+="Creator: "+e["abc-creator"]+"\n"),e["abc-edited-by"]&&(n+="Edited By: "+e["abc-edited-by"]+"\n"),n.length>0&&a(this.rows,{marginLeft:t,text:n,font:"historyfont",klass:"meta-bottom extra-text",marginTop:r.info,absElemType:"extraText",name:"description"},i)},i.prototype.footer=function(e,t,r,i){var n="header meta-bottom",s="footerfont";this.rows.push({startGroup:"footer",klass:n}),a(this.rows,{marginLeft:r,text:e.left,font:s,klass:n,name:"footer"},i),a(this.rows,{marginLeft:r+t/2,text:e.center,font:s,klass:n,anchor:"middle",name:"footer"},i),a(this.rows,{marginLeft:r+t,text:e.right,font:s,klass:n,anchor:"end",name:"footer"},i)},e.exports=i},9989:function(e){e.exports=function(e){for(var t=0,r=0;r<e.voices.length;r++){var a=e.voices[r].staff;e.voices[r].duplicate||(t+=a.top,t+=-a.bottom)}return t}},6971:function(e){var t=function(e){this.shouldAddClasses=e.shouldAddClasses,this.reset()};t.prototype.reset=function(){this.lineNumber=null,this.voiceNumber=null,this.measureNumber=null,this.measureTotalPerLine=[],this.noteNumber=null},t.prototype.incrLine=function(){null===this.lineNumber?this.lineNumber=0:this.lineNumber++,this.voiceNumber=null,this.measureNumber=null,this.noteNumber=null},t.prototype.incrVoice=function(){null===this.voiceNumber?this.voiceNumber=0:this.voiceNumber++,this.measureNumber=null,this.noteNumber=null},t.prototype.isInMeasure=function(){return null!==this.measureNumber},t.prototype.newMeasure=function(){this.measureNumber&&(this.measureTotalPerLine[this.lineNumber]=this.measureNumber),this.measureNumber=null,this.noteNumber=null},t.prototype.startMeasure=function(){this.measureNumber=0,this.noteNumber=0},t.prototype.incrMeasure=function(){this.measureNumber++,this.noteNumber=0},t.prototype.incrNote=function(){this.noteNumber++},t.prototype.measureTotal=function(){for(var e=0,t=0;t<this.lineNumber;t++)e+=this.measureTotalPerLine[t]?this.measureTotalPerLine[t]:0;return this.measureNumber&&(e+=this.measureNumber),e},t.prototype.getCurrent=function(e){return{line:this.lineNumber,measure:this.measureNumber,measureTotal:this.measureTotal(),voice:this.voiceNumber,note:this.noteNumber}},t.prototype.generate=function(e){if(!this.shouldAddClasses)return"";var t=[];if(e&&e.length>0&&t.push(e),null!==this.lineNumber&&t.push("l"+this.lineNumber),null!==this.measureNumber&&t.push("m"+this.measureNumber),null!==this.measureNumber&&t.push("mm"+this.measureTotal()),null!==this.voiceNumber&&t.push("v"+this.voiceNumber),e&&(e.indexOf("note")>=0||e.indexOf("rest")>=0||e.indexOf("lyric")>=0)&&null!==this.noteNumber&&t.push("n"+this.noteNumber),t.length>0){t=(t=t.join(" ")).split(" ");for(var r=0;r<t.length;r++)0!==t[r].indexOf("abcjs-")&&t[r].length>0&&(t[r]="abcjs-"+t[r])}return t.join(" ")},e.exports=t},4750:function(e,t,r){var a=r(3987),i=r(2435),n=r(8613),s=r(1009),o=r(8832);e.exports=function(e,t,r,c,l){if(!t.invisible){var h=t.children.length>0&&"TempoElement"===t.children[0].type;t.elemset=[],o.beginGroup(e.paper,e.controller);for(var u=0;u<t.children.length;u++){var f=t.children[u];"TempoElement"===f.type?a(e,f):i(e,f,r)}var d=t.type;if(("note"===t.type||"rest"===t.type)&&(t.counters=e.controller.classes.getCurrent(),d=(d+=" d"+Math.round(1e3*t.durationClass)/1e3).replace(/\./g,"-"),t.abcelem.pitches))for(var p=0;p<t.abcelem.pitches.length;p++)d+=" p"+t.abcelem.pitches[p].pitch;var m=o.endGroup(d,t.type);if(m)if(h)t.startChar=t.abcelem.startChar,t.endChar=t.abcelem.endChar,c.add(t,m,!1,l);else{t.elemset.push(m);var g=!1;"note"!==t.type&&"tabNumber"!==t.type||(g=!0),c.add(t,m,g,l)}else t.elemset.length>0&&c.add(t,t.elemset[0],"note"===t.type,l);if(t.klass&&s(t.elemset,"mark","","#00ff00"),t.hint&&s(t.elemset,"abcjs-hint","",null),t.abcelem.abselem=t,t.heads&&t.heads.length>0){t.notePositions=[];for(var v=0;v<t.heads.length;v++)t.notePositions.push({x:t.heads[v].x+t.heads[v].w/2,y:l.zero-t.heads[v].pitch*n.STEP})}}}},7489:function(e,t,r){var a=r(6454),i=r(7199);function n(e,t,r,a,n,s){r=i(e.calcY(r)),n=i(e.calcY(n)),t=i(t),a=i(a);var o=i(r+s);return"M"+t+" "+r+" L"+a+" "+n+"L"+a+" "+i(n+s)+" L"+t+" "+o+"z"}function s(e,t,r,a){return t+(a-e)*r}e.exports=function(e,t){if(0!==t.beams.length){for(var r="",i=0;i<t.beams.length;i++){var o=t.beams[i];if(o.split){for(var c=(m=o.startX,g=o.startY,v=o.endX,(o.endY-g)/(v-m)),l=[],h=0;h<o.split.length;h+=2)l.push([o.split[h],o.split[h+1]]);for(h=0;h<l.length;h++){var u=s(o.startX,o.startY,c,l[h][0]),f=s(o.startX,o.startY,c,l[h][1]);r+=n(e,l[h][0],u,l[h][1],f,o.dy)}}else r+=n(e,o.startX,o.startY,o.endX,o.endY,o.dy)}var d=("abcjs-d"+t.duration).replace(/\./g,"-"),p=e.controller.classes.generate("beam-elem "+d);return[a(e,{path:r,stroke:"none",fill:e.foregroundColor,class:p})]}var m,g,v}},129:function(e,t,r){var a=r(6764),i=r(8613),n=r(5759);function s(e,t,r,i){return a("M %f %f C %f %f %f %f %f %f C %f %f %f %f %f %f z",e+r[0],t+i[0],e+r[1],t+i[1],e+r[2],t+i[2],e+r[3],t+i[3],e+r[4],t+i[4],e+r[5],t+i[5],e+r[6],t+i[6])}var o=function(e,t,r,o,c,l,h){var u;if(l){e.paper.openGroup({klass:e.controller.classes.generate("staff-extra voice-name"),"data-name":c});var f=r+(o-r)/2;f-=e.controller.getTextSize.baselineToCenter(l,"voicefont","staff-extra voice-name",0,1),n(e,{x:e.padding.left,y:f,text:l,type:"voicefont",klass:"staff-extra voice-name",anchor:"start",centerVertically:!0})}return"brace"===c?u=function(e,t,r,a,i){var n=a-r,o=s(t,r,[7.5,-8,21,0,18.5,-10.5,7.5],[0,n/5.5,n/3.14,n/2,n/2.93,n/4.88,0]);return o+=s(t,r,[0,17.5,-7.5,6.6,-5,20,0],[n/2,n/1.46,n/1.22,n,n/1.19,n/1.42,n/2]),e.paper.path({path:o,stroke:e.foregroundColor,fill:e.foregroundColor,class:e.controller.classes.generate(i),"data-name":i})}(e,t,r,o,c):"bracket"===c&&(u=function(e,t,r,n,s){t+=i.STEP;var o=.75*i.STEP,c=.75*i.STEP,l=n-r,h=a("M %f %f l %f %f l %f %f l %f %f z",t,r-c,0,l+2*c,o,0,0,-(l+2*c)),u=2*i.STEP,f=i.STEP;return h+=a("M %f %f q %f %f %f %f q %f %f %f %f z",t+o,r-c,.6*u,.2*f,u,-f,.1*-u,.3*f,-u,f+i.STEP),h+=a("M %f %f q %f %f %f %f q %f %f %f %f z",t+o,r+c+l,.6*u,.2*-f,u,f,.1*-u,.3*-f,-u,-f-i.STEP),e.paper.path({path:h,stroke:e.foregroundColor,fill:e.foregroundColor,class:e.controller.classes.generate(s),"data-name":s})}(e,t,r,o,c)),l&&(u=e.paper.closeGroup()),h.wrapSvgEl({el_type:c,startChar:-1,endChar:-1},u),u};e.exports=function(e,t,r){var a=t.startVoice.staff.absoluteY-10*i.STEP;return t.endVoice&&t.endVoice.staff?t.endY=t.endVoice.staff.absoluteY-2*i.STEP:t.lastContinuedVoice&&t.lastContinuedVoice.staff?t.endY=t.lastContinuedVoice.staff.absoluteY-2*i.STEP:t.endY=t.startVoice.staff.absoluteY-2*i.STEP,o(e,t.x,a,t.endY,t.type,t.header,r)}},3245:function(e,t,r){var a=r(6764),i=r(6454),n=r(7199),s=function(e,t,r,s,o,c,l){t=n(t),r=n(r),s=n(s),o=n(o),c=n(c),l=n(l);var h=a("M %f %f L %f %f M %f %f L %f %f",c,t,l,r,c,s,l,o);return i(e,{path:h,highlight:"stroke",stroke:e.foregroundColor,class:e.controller.classes.generate("dynamics decoration"),"data-name":"dynamics"})};e.exports=function(e,t,r){void 0===t.pitch&&window.console.error("Crescendo Element y-coordinate not set.");var a,i=e.calcY(t.pitch)+4,n=t.anchor1?t.anchor1.x:0,o=t.anchor2?t.anchor2.x:800;return a="<"===t.dir?s(e,i+4,i,i+4,i+8,n,o):s(e,i,i+4,i+8,i+4,n,o),r.wrapSvgEl({el_type:"dynamicDecoration",startChar:-1,endChar:-1},a),[a]}},1547:function(e){e.exports=function(e,t,r){var a=e.paper.rectBeneath(t);return r&&e.paper.text(r,{x:0,y:t.y+7,"text-anchor":"start","font-size":"14px",fill:"rgba(0,0,255,.4)",stroke:"rgba(0,0,255,.4)"}),a}},5012:function(e,t,r){var a=r(5537),i=r(7611),n=r(5668),s=r(8613),o=r(3524);function c(e,t,r,i){a(e,t,r,i);var n=t.height*s.STEP;return e.y+=n,t}function l(e,t,r,a){var i=-(r.staffs[r.staffs.length-1].bottom-2),n=(a.staffs[0].top-10+i)*s.STEP;n<t&&e.moveY(t-n)}e.exports=function(e,t,r,a,s,h,u,f,d,p){var m=new o(e.paper,f,d);e.paper.openGroup(),e.moveY(e.padding.top),n(e,r.topText,m),e.paper.closeGroup(),e.moveY(e.spacing.music);for(var g=[],v=0;v<r.lines.length;v++){t.incrLine();var b=r.lines[v];if(b.staff){e.paper.openGroup(),b.vskip&&e.moveY(b.vskip),g.length>=1&&l(e,e.spacing.staffSeparation,g[g.length-1],b.staffGroup);var y=c(e,b.staffGroup,m,v);y.line=p+v,g.push(y),e.paper.closeGroup()}else b.nonMusic&&(e.paper.openGroup(),n(e,b.nonMusic,m),e.paper.closeGroup())}return t.reset(),r.bottomText&&r.bottomText.rows&&r.bottomText.rows.length>0&&(e.paper.openGroup(),e.moveY(24),n(e,r.bottomText,m),e.paper.closeGroup()),i(e,s,u,h),{staffgroups:g,selectables:m.getElements()}}},9879:function(e,t,r){var a=r(4777);e.exports=function(e,t,r){void 0===t.pitch&&window.console.error("Dynamic Element y-coordinate not set.");var i=a(e,t.anchor.x,t.pitch,t.dec,{scalex:1,scaley:1,klass:e.controller.classes.generate("decoration dynamics"),fill:e.foregroundColor,stroke:"none",name:"dynamics"});return r.wrapSvgEl({el_type:"dynamicDecoration",startChar:-1,endChar:-1,decoration:t.dec},i),[i]}},5947:function(e,t,r){var a=r(6764),i=r(5759),n=r(6454),s=r(7199);e.exports=function(e,t,r,o,c){void 0===t.pitch&&window.console.error("Ending Element y-coordinate not set.");var l=s(e.calcY(t.pitch)),h="";t.anchor1&&(r=s(t.anchor1.x+t.anchor1.w),h+=a("M %f %f L %f %f ",r,l,r,s(l+20))),t.anchor2&&(o=s(t.anchor2.x),h+=a("M %f %f L %f %f ",o,l,o,s(l+20))),h+=a("M %f %f L %f %f ",r,l,o,l),e.paper.openGroup({klass:e.controller.classes.generate("ending"),"data-name":"ending"}),n(e,{path:h,stroke:e.foregroundColor,fill:e.foregroundColor,"data-name":"line"}),t.anchor1&&i(e,{x:s(r+5),y:s(e.calcY(t.pitch-.5)),text:t.text,type:"repeatfont",klass:"ending",anchor:"start",noClass:!0,name:t.text});var u=e.paper.closeGroup();return c.wrapSvgEl({el_type:"ending",startChar:-1,endChar:-1},u),[u]}},9045:function(e,t,r){var a=r(6764),i=r(6454),n=r(7199);function s(e,t,r){return n(e+r*t)}var o=[[3.5,-4.8]],c=[[1.5,-1],[.3,-.3],[-3.5,3.8]],l=[[-1.5,2]],h=[[3,4],[3,-4]],u=[[-3,4],[-3,-4]];function f(e,t){for(var r="",a=0;a<e.length;a++)r+="l"+e[a][0]+" "+s(e[a][1],t,e[a][0]);return r}var d=function(e,t,r,n,s){var d,p=a("M %f %f",t,r);for(p+=f(o,s),d=0;d<n;d++)p+=f(h,s);for(p+=f(c,s),d=0;d<n;d++)p+=f(u,s);return p+=f(l,s)+"z",i(e,{path:p,highlight:"stroke",stroke:e.foregroundColor,class:e.controller.classes.generate("decoration"),"data-name":"glissando"})};e.exports=function(e,t,r){t.anchor1&&t.anchor2&&t.anchor1.heads&&t.anchor2.heads&&0!==t.anchor1.heads.length&&0!==t.anchor2.heads.length||window.console.error("Glissando Element not set.");var a,i,n=e.calcY(t.anchor1.heads[0].pitch),o=e.calcY(t.anchor2.heads[0].pitch),c=t.anchor1.x+t.anchor1.w/2,l=t.anchor2.x+t.anchor2.w/2,h=function(e,t,r,a){var i=r-e,n=a-t;return Math.sqrt(i*i+n*n)}(c,n,l,o),u=t.anchor1.w/2+4,f=t.anchor2.w/2+4,p=function(e,t,r,a){return(a-t)/(r-e)}(c,n,l,o),m=s(n,p,u),g=(s(o,p,-f),a=h-u-f,i=5,Math.max(2,Math.floor((a-2*i)/6))),v=d(e,c+u,m,g,p);return r.wrapSvgEl({el_type:"glissando",startChar:-1,endChar:-1},v),[v]}},8832:function(e,t,r){var a=r(7199);function i(){this.ingroup=!1}i.prototype.beginGroup=function(e,t){this.paper=e,this.controller=t,this.path=[],this.lastM=[0,0],this.ingroup=!0,this.paper.openGroup()},i.prototype.isInGroup=function(){return this.ingroup},i.prototype.addPath=function(e){if(0!==(e=e||[]).length){e[0][0]="m",e[0][1]=a(e[0][1]-this.lastM[0]),e[0][2]=a(e[0][2]-this.lastM[1]),this.lastM[0]+=e[0][1],this.lastM[1]+=e[0][2],this.path.push(e[0]);for(var t=1,r=e.length;t<r;t++)"m"===e[t][0]&&(this.lastM[0]+=e[t][1],this.lastM[1]+=e[t][2]),this.path.push(e[t])}},i.prototype.endGroup=function(e,t){this.ingroup=!1;for(var r=0;r<this.path.length;r++)this.path[r].join(" ");this.path=[];var a=this.paper.closeGroup();return a&&(a.setAttribute("class",this.controller.classes.generate(e)),a.setAttribute("fill",this.controller.renderer.foregroundColor),a.setAttribute("stroke","none"),a.setAttribute("data-name",t)),a};var n=new i;e.exports=n},5668:function(e,t,r){var a=r(4169),i=r(5759);e.exports=function(e,t,r){for(var n=0;n<t.rows.length;n++){var s=t.rows[n];if(s.absmove)e.absolutemoveY(s.absmove);else if(s.move)e.moveY(s.move);else if(s.text){var o=s.left?s.left:0,c=i(e,{x:o,y:e.y,text:s.text,type:s.font,klass:s.klass,name:s.name,anchor:s.anchor});s.absElemType&&r.wrapSvgEl({el_type:s.absElemType,name:s.name,startChar:s.startChar,endChar:s.endChar,text:s.text},c)}else if(s.separator)a(e,s.separator);else if(s.startGroup)e.paper.openGroup({klass:s.klass,"data-name":s.name});else if(s.endGroup){var l=e.paper.closeGroup();s.absElemType&&r.wrapSvgEl({el_type:s.absElemType,name:s.name,startChar:s.startChar,endChar:s.endChar,text:""},l)}}}},6637:function(e,t,r){var a=r(6764),i=r(7199);e.exports=function(e,t,r,n,s,o,c){c||(c=.35);var l=e.foregroundColor;t=i(t),r=i(r);var h=i(n-c),u=i(n+c),f={path:a("M %f %f L %f %f L %f %f L %f %f z",t,h,r,h,r,u,t,u),stroke:"none",fill:l};return o&&(f["data-name"]=o),s&&(f.class=s),e.paper.pathToBack(f)}},6454:function(e){e.exports=function(e,t,r){return e.paper.path(t)}},3624:function(e,t,r){var a=r(8832),i=r(7199);e.exports=function(e,t,r,n,s,o,c){if(r<0||n<s){var l=i(s);s=i(n),n=l}else n=i(n),s=i(s);t=i(t);for(var h=i(t+r),u=[["M",t,n],["L",t,s],["L",h,s],["L",h,n],["z"]],f={path:""},d=0;d<u.length;d++)f.path+=u[d].join(" ");return o&&(f.class=o),c&&(f["data-name"]=c),a.isInGroup()||(f.stroke="none",f.fill=e.foregroundColor),e.paper.pathToBack(f)}},4777:function(e,t,r){var a=r(5759),i=r(5245),n=r(8832);e.exports=function(e,t,r,s,o){var c,l,h,u,f,d;if(!s)return null;if(s.length>1&&s.indexOf(".")<0){var p=n.isInGroup()?"":o.klass;e.paper.openGroup({"data-name":o.name,klass:p});for(var m=0,g=0;g<s.length;g++){var v=s.charAt(g);l=i.getYCorr(v),(c=i.printSymbol(t+m,e.calcY(r+l),v,e.paper,{stroke:o.stroke,fill:o.fill}))?g<s.length-1&&(m+=(h=v,u=s.charAt(g+1),f=i.getSymbolWidth(v),d=void 0,d=f,"f"===h&&"f"===u&&(d=2*d/3),"p"===h&&"p"===u&&(d=5*d/6),"f"===h&&"z"===u&&(d=5*d/8),d)):a(e,{x:t,y:e.y,text:"no symbol:"+s,type:"debugfont",klass:"debug-msg",anchor:"start"},!1)}return e.paper.closeGroup()}return l=i.getYCorr(s),(c=n.isInGroup()?i.printSymbol(t,e.calcY(r+l),s,e.paper,{"data-name":o.name}):i.printSymbol(t,e.calcY(r+l),s,e.paper,{klass:o.klass,stroke:o.stroke,fill:o.fill,"data-name":o.name}))?c:(a(e,{x:t,y:e.y,text:"no symbol:"+s,type:"debugfont",klass:"debug-msg",anchor:"start"},!1),null)}},2435:function(e,t,r){var a=r(5759),i=r(3624),n=r(7865),s=r(4777);e.exports=function(e,t,r){void 0===t.pitch&&window.console.error(t.type+" Relative Element y-coordinate not set.");var o=e.calcY(t.pitch);switch(t.type){case"symbol":if(null===t.c)return null;var c="symbol";t.klass&&(c+=" "+t.klass),t.graphelem=s(e,t.x,t.pitch,t.c,{scalex:t.scalex,scaley:t.scaley,klass:e.controller.classes.generate(c),name:t.name});break;case"debug":t.graphelem=a(e,{x:t.x,y:e.calcY(15),text:""+t.c,type:"debugfont",klass:e.controller.classes.generate("debug-msg"),anchor:"start",centerVertically:!1,dim:t.dim},!1);break;case"tabNumber":var l="tabnumberfont",h="tab-number";t.isGrace&&(l="tabgracefont",o+=2.5,h="tab-grace"),t.graphelem=a(e,{x:t.x,y:o,text:""+t.c,type:l,klass:e.controller.classes.generate(h),anchor:"middle",centerVertically:!1,dim:t.dim,cursor:"default"},!1);break;case"barNumber":t.graphelem=a(e,{x:t.x,y:o,text:""+t.c,type:"measurefont",klass:e.controller.classes.generate("bar-number"),anchor:"middle",dim:t.dim,name:"bar-number"},!0);break;case"lyric":t.graphelem=a(e,{x:t.x,y:o,text:t.c,type:"vocalfont",klass:e.controller.classes.generate("lyric"),anchor:"middle",dim:t.dim,name:"lyric"},!1);break;case"chord":t.graphelem=a(e,{x:t.x,y:o,text:t.c,type:"gchordfont",klass:e.controller.classes.generate("chord"),anchor:"middle",dim:t.dim,lane:t.getLane(),name:"chord"},!1);break;case"decoration":t.graphelem=a(e,{x:t.x,y:o+6,text:t.c,type:"annotationfont",klass:e.controller.classes.generate("annotation"),anchor:"middle",centerVertically:!0,dim:t.dim},!1);break;case"text":t.graphelem=a(e,{x:t.x,y:o,text:t.c,type:"annotationfont",klass:e.controller.classes.generate("annotation"),anchor:"start",centerVertically:t.centerVertically,dim:t.dim,lane:t.getLane(),name:"annotation"},!1);break;case"multimeasure-text":t.graphelem=a(e,{x:t.x+t.w/2,y:o,text:t.c,type:"tempofont",klass:e.controller.classes.generate("rest"),anchor:"middle",centerVertically:!1,dim:t.dim},!1);break;case"part":t.graphelem=a(e,{x:t.x,y:o,text:t.c,type:"partsfont",klass:e.controller.classes.generate("part"),anchor:"start",dim:t.dim,name:t.c},!0);break;case"bar":t.graphelem=i(e,t.x,t.linewidth,o,r||e.calcY(t.pitch2),null,"bar");break;case"stem":t.graphelem=i(e,t.x,t.linewidth,o,e.calcY(t.pitch2),"abcjs-stem","stem");break;case"ledger":t.graphelem=n(e,t.x,t.x+t.w,t.pitch,"abcjs-ledger","ledger")}return 1!==t.scalex&&t.graphelem&&function(e,t,r,a,i,n){e.setAttributeOnElement(t,{style:"transform:scale("+r+","+a+");transform-origin:"+i+"px "+n+"px;"})}(e.paper,t.graphelem,t.scalex,t.scaley,t.x,o),t.graphelem}},7199:function(e){e.exports=function(e){return parseFloat(e.toFixed(2))}},3524:function(e,t,r){var a=r(907),i=r(2080);function n(e,t,r){this.elements=[],this.paper=e,this.tuneNumber=r,this.selectTypes=t}n.prototype.getElements=function(){return this.elements},n.prototype.add=function(e,t,r,a){if(this.canSelect(e)){var i;i=void 0===this.selectTypes?{selectable:!1,"data-index":this.elements.length}:{selectable:!0,tabindex:0,"data-index":this.elements.length},this.paper.setAttributeOnElement(t,i);var n={absEl:e,svgEl:t,isDraggable:r};void 0!==a&&(n.staffPos=a),this.elements.push(n)}},n.prototype.canSelect=function(e){return!(!1===this.selectTypes||!e||!e.abcelem||!0!==this.selectTypes&&!(void 0===this.selectTypes?"note"===e.abcelem.el_type||"tabNumber"===e.abcelem.el_type:this.selectTypes.indexOf(e.abcelem.el_type)>=0))},n.prototype.wrapSvgEl=function(e,t){var r={tuneNumber:this.tuneNumber,abcelem:e,elemset:[t],highlight:a,unhighlight:i};this.add(r,t,!1)},e.exports=n},4169:function(e){e.exports=function(e,t){var r=Math.round(e.y),a=(e.controller.width-t)/2,i=a+t,n="M "+a+" "+r+" L "+i+" "+r+" L "+i+" "+(r+1)+" L "+a+" "+(r+1)+" L "+a+" "+r+" z";e.paper.pathToBack({path:n,stroke:"rgba(0,0,0,0)",fill:"rgba(0,0,0,255)",class:e.controller.classes.generate("defined-text")})}},7611:function(e){e.exports=function(e,t,r,a){var i=(t+e.padding.right)*r,n=(e.y+e.padding.bottom)*r;if(e.isPrint&&(n=Math.max(n,1056)),""!==e.ariaLabel){var s="Sheet Music";e.abctune&&e.abctune.metaText&&e.abctune.metaText.title&&(s+=' for "'+e.abctune.metaText.title+'"'),e.paper.setTitle(s);var o=e.ariaLabel?e.ariaLabel:s;e.paper.setAttribute("aria-label",o)}e.paper.insertStyles(".abcjs-dragging-in-progress text, .abcjs-dragging-in-progress tspan {"+["-webkit-touch-callout: none;","-webkit-user-select: none;","-khtml-user-select: none;","-moz-user-select: none;","-ms-user-select: none;","user-select: none;"].join(" ")+"}");var c={overflow:"hidden"};"resize"===a?e.paper.setResponsiveWidth(i,n):(c.width="",c.height=n+"px",r<1?(c.width=i+"px",e.paper.setSize(i/r,n/r)):e.paper.setSize(i,n)),e.paper.setScale(r),e.paper.setParentStyles(c)}},6764:function(e){function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(e)}e.exports=function(){for(var e,r,a,i,n,s=0,o=arguments[s++],c=[];o;){if(r=/^[^\x25]+/.exec(o))c.push(r[0]);else if(r=/^\x25{2}/.exec(o))c.push("%");else{if(!(r=/^\x25(?:(\d+)\$)?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-fosuxX])/.exec(o)))throw"Huh ?!";if(null==(e=arguments[r[1]||s++])||null==e)throw"Too few arguments.";if(/[^s]/.test(r[7])&&"number"!=typeof e)throw"Expecting number but found "+t(e);switch(r[7]){case"b":e=e.toString(2);break;case"c":e=String.fromCharCode(e);break;case"d":e=parseInt(e);break;case"e":e=r[6]?e.toExponential(r[6]):e.toExponential();break;case"f":e=r[6]?parseFloat(e).toFixed(r[6]):parseFloat(e);break;case"o":e=e.toString(8);break;case"s":e=(e=String(e))&&r[6]?e.substring(0,r[6]):e;break;case"u":e=Math.abs(e);break;case"x":e=e.toString(16);break;case"X":e=e.toString(16).toUpperCase()}e=/[def]/.test(r[7])&&r[2]&&e>0?"+"+e:e,i=r[3]?"0"==r[3]?"0":r[3].charAt(1):" ",n=r[5]-String(e).length,a=r[5]?str_repeat(i,n):"",c.push(r[4]?e+a:a+e)}o=o.substring(r[0].length)}return c.join("")}},5537:function(e,t,r){var a=r(8613),i=r(129),n=r(3145),s=r(7641),o=r(1547),c=r(3624),l=r(5668);function h(e,t,r,n,s){if(r)for(var o=0;o<r.length;o++)r[o].isStartVoice(n)&&(r[o].startY=t-10*a.STEP,r[o].elemset=i(e,r[o],s))}function u(e,t,r){for(var i=0;i<r.length;i++)for(var n=t[r[i]].children,s=0;s<n.length;s++){var c=n[s],l=c.getFixedCoords();if(!c.invisible&&void 0!==l.t&&void 0!==l.b){var h=(l.t-l.b)*a.STEP;o(e,{x:l.x,y:e.calcY(l.t),width:l.w,height:h,fill:"#88e888","fill-opacity":.4,stroke:"#4aa93d","stroke-opacity":.8});for(var u=0;u<c.children.length;u++){var f=c.children[u],d=f.getChordDim();if(d){var p=e.calcY(f.pitch);p+=f.dim.font.size*f.getLane(),o(e,{x:d.left,y:p,width:d.right-d.left,height:f.dim.font.size,fill:"none",stroke:"#4aa93d","stroke-opacity":.8})}}}}}e.exports=function(e,t,r,i){for(var f,d,p,m=e.y,g=0;g<t.staffs.length;g++){var v=t.staffs[g];e.moveY(a.STEP,v.top),v.absoluteY=e.y,e.showDebug&&(e.showDebug.indexOf("box")>=0&&u(e,t.voices,v.voices),e.showDebug.indexOf("grid")>=0&&(e.paper.dottedLine({x1:e.padding.left,x2:e.padding.left+e.controller.width,y1:m,y2:m,stroke:"#0000ff"}),o(e,{x:e.padding.left,y:e.calcY(v.originalTop),width:e.controller.width,height:e.calcY(v.originalBottom)-e.calcY(v.originalTop),fill:e.foregroundColor,stroke:e.foregroundColor,"fill-opacity":.1,"stroke-opacity":.1}),f=0,N(v,"chordHeightAbove"),N(v,"chordHeightBelow"),N(v,"dynamicHeightAbove"),N(v,"dynamicHeightBelow"),N(v,"endingHeightAbove"),N(v,"lyricHeightAbove"),N(v,"lyricHeightBelow"),N(v,"partHeightAbove"),N(v,"tempoHeightAbove"),N(v,"volumeHeightAbove"),N(v,"volumeHeightBelow"))),e.moveY(a.STEP,-v.bottom),e.showDebug&&e.showDebug.indexOf("grid")>=0&&e.paper.dottedLine({x1:e.padding.left,x2:e.padding.left+e.controller.width,y1:e.y,y2:e.y,stroke:"#0000aa"})}for(var b=2,y=0,x=0;x<t.voices.length;x++){var w=t.voices[x].staff,k=t.voices[x].tabNameInfos;if(e.y=w.absoluteY,e.controller.classes.incrVoice(),!t.voices[x].duplicate){if(d||(d=e.calcY(10)),p=e.calcY(b),0!==w.lines){w.linePitch&&(b=w.linePitch),e.controller.classes.newMeasure();var C=s(e,t.startx,t.w,w.lines,w.linePitch,w.dy);p=C[1],w.bottomLine=p,w.topLine=C[0],w.hasTab&&(y=w.topLine),w.hasStaff&&(y=w.hasStaff.topLine,t.voices[x].barto=!0,t.voices[x].topLine=d)}h(e,w.absoluteY,t.brace,x,r),h(e,w.absoluteY,t.bracket,x,r)}n(e,t.voices[x],y,r,{top:m,zero:e.y,height:t.height*a.STEP});var T=0;if(k){var A={rows:[]};A.rows.push({absmove:p+2}),A.rows.push({left:t.startx+8,text:k.name,font:"tablabelfont",klass:"text instrument-name",anchor:"start"}),A.rows.push({move:k.textSize.height}),l(e,A),T=k.textSize.height}e.controller.classes.newMeasure(),t.voices[x].duplicate||(y=e.calcY(2+T))}e.controller.classes.newMeasure();var S=t.staffs.length;function N(t,r){var i=["rgb(207,27,36)","rgb(168,214,80)","rgb(110,161,224)","rgb(191,119,218)","rgb(195,30,151)","rgb(31,170,177)","rgb(220,166,142)"];if(t.positionY[r]){var n=t.specialY[r]*a.STEP;"chordHeightAbove"===r&&t.specialY.chordLines&&t.specialY.chordLines.above&&(n*=t.specialY.chordLines.above),"chordHeightBelow"===r&&t.specialY.chordLines&&t.specialY.chordLines.below&&(n*=t.specialY.chordLines.below),o(e,{x:e.padding.left,y:e.calcY(t.positionY[r]),width:e.controller.width,height:n,fill:i[f],stroke:i[f],"fill-opacity":.4,"stroke-opacity":.4},r.substr(0,4)),(f+=1)>6&&(f=0)}}S>1&&(d=t.staffs[0].topLine,p=t.staffs[S-1].bottomLine,c(e,t.startx,.6,d,p,null)),e.y=m}},7865:function(e,t,r){var a=r(6637);e.exports=function(e,t,r,i,n,s,o){var c=e.calcY(i);return a(e,t,r,c,n,s,o)}},7641:function(e,t,r){var a=r(7865);e.exports=function(e,t,r,i,n,s){var o="abcjs-top-line",c=2;n&&(c=n),e.paper.openGroup({prepend:!0,klass:e.controller.classes.generate("abcjs-staff")});var l=0,h=0;if(1===i)a(e,t,r,6,o),l=e.calcY(10),h=e.calcY(2);else for(var u=i-1;u>=0;u--){var f=(u+1)*c;h=e.calcY(f),0===l&&(l=h),a(e,t,r,f,o,null,s),o=void 0}return e.paper.closeGroup(),[l,h]}},3987:function(e,t,r){var a=r(2435),i=r(5759);e.exports=function(e,t){var r=t.x;void 0===t.pitch&&window.console.error("Tempo Element y-coordinate not set."),t.tempo.el_type="tempo";var n,s=e.calcY(t.pitch)+2;if(t.tempo.preString){n=i(e,{x:r,y:s,text:t.tempo.preString,type:"tempofont",klass:"abcjs-tempo",anchor:"start",noClass:!0,"dominant-baseline":"ideographic",name:"pre"},!0);var o=e.controller.getTextSize.calc(t.tempo.preString,"tempofont","tempo",n).width;r+=o+o/t.tempo.preString.length}if(t.note){t.note.setX(r);for(var c=0;c<t.note.children.length;c++)a(e,t.note.children[c],r);r+=t.note.w+5;var l="= "+t.tempo.bpm;n=i(e,{x:r,y:s,text:l,type:"tempofont",klass:"abcjs-tempo",anchor:"start",noClass:!0,name:"beats"});var h=e.controller.getTextSize.calc(l,"tempofont","tempo",n).width;r+=h+h/l.length}t.tempo.postString&&i(e,{x:r,y:s,text:t.tempo.postString,type:"tempofont",klass:"abcjs-tempo",anchor:"start",noClass:!0,name:"post"},!0)}},5759:function(e,t,r){var a=r(7199);e.exports=function(e,t,r){var i,n=t.y;if(t.lane){var s=.25*t.dim.font.size;n+=(t.dim.font.size+s)*t.lane}t.dim?(i=t.dim).attr.class=t.klass:i=e.controller.getFontAndAttr.calc(t.type,t.klass),t.anchor&&(i.attr["text-anchor"]=t.anchor),i.attr.x=t.x,i.attr.y=n,t.centerVertically||(i.attr.y+=i.font.size),"debugfont"===t.type&&(console.log("Debug msg: "+t.text),i.attr.stroke="#ff0000"),t.cursor&&(i.attr.cursor=t.cursor);var o=t.text.replace(/\n\n/g,"\n \n");o=o.replace(/^\n/," \n"),i.font.box&&(r||e.paper.openGroup({klass:i.attr.class,fill:e.foregroundColor,"data-name":t.name}),"end"===i.attr["text-anchor"]?i.attr.x-=i.font.padding:"start"===i.attr["text-anchor"]&&(i.attr.x+=i.font.padding),i.attr.y+=i.font.padding,delete i.attr.class),t.noClass&&delete i.attr.class,i.attr.x=a(i.attr.x),i.attr.y=a(i.attr.y),t.name&&(i.attr["data-name"]=t.name);var c=e.paper.text(o,i.attr);if(i.font.box){var l=c.getBBox(),h=0;"middle"===i.attr["text-anchor"]?h=l.width/2+i.font.padding:"end"===i.attr["text-anchor"]&&(h=l.width+2*i.font.padding);var u=0;t.centerVertically&&(u=l.height-i.font.padding),e.paper.rect({"data-name":"box",x:Math.round(t.x-h),y:Math.round(n-u),width:Math.round(l.width+2*i.font.padding),height:Math.round(l.height+2*i.font.padding)}),r||(c=e.paper.closeGroup())}return c}},3272:function(e,t,r){var a=r(6764),i=r(7199),n=function(e,t,r){e.anchor1&&e.anchor2?e.anchor1.pitch===e.anchor2.pitch&&0===e.internalNotes.length?e.isTie=!0:e.isTie=!1:e.isTie=!0,e.isTie?(e.calcTieDirection(),e.calcX(t,r),e.calcTieY()):(e.calcSlurDirection(),e.calcX(t,r),e.calcSlurY()),e.avoidCollisionAbove()},s=function(e,t,r,n,s,o,c,l,h){var u=l?1.2:1.5;t=i(t+6),r=i(r+4),n+=o?u:-u,s+=o?u:-u;var f,d=i(e.calcY(n)),p=i(e.calcY(s)),m=r-t,g=p-d,v=Math.sqrt(m*m+g*g),b=m/v,y=g/v,x=v/3.5,w=l?10:25,k=(o?-1:1)*Math.min(w,Math.max(4,x)),C=i(t+x*b-k*y),T=i(d+x*y+k*b),A=i(r-x*b-k*y),S=i(p-x*y+k*b);if(c?c+=" slur":c="slur",c+=l?" tie":" legato",h){c+=" dotted";var N=a("M %f %f C %f %f %f %f %f %f",t,d,C,T,A,S,r,p);f=e.paper.path({path:N,stroke:e.foregroundColor,fill:"none","stroke-dasharray":"5 5",class:e.controller.classes.generate(c),"data-name":l?"tie":"slur"})}else{var _=a("M %f %f C %f %f %f %f %f %f C %f %f %f %f %f %f z",t,d,C,T,A,S,r,p,i(A-2*y),i(S+2*b),i(C-2*y),i(T+2*b),t,d);f=e.paper.path({path:_,stroke:"none",fill:e.foregroundColor,class:e.controller.classes.generate(c),"data-name":l?"tie":"slur"})}return f};e.exports=function(e,t,r,a,i){n(t,r,a);var o="";t.anchor1?o+="abcjs-start-m"+t.anchor1.parent.counters.measure+"-n"+t.anchor1.parent.counters.note:o+="abcjs-start-edge",t.anchor2?o+=" abcjs-end-m"+t.anchor2.parent.counters.measure+"-n"+t.anchor2.parent.counters.note:o+=" abcjs-end-edge",t.hint&&(o="abcjs-hint");var c=t.fixedY?1.5:0,l=s(e,t.startX,t.endX,t.startY+c,t.endY+c,t.above,o,t.isTie,t.dotted);return i.wrapSvgEl({el_type:"slur",startChar:-1,endChar:-1},l),[l]}},4322:function(e,t,r){var a=r(6764),i=r(5759),n=r(6454),s=r(7199);function o(e,t,r,i){return a("M %f %f L %f %f",s(e),s(t),s(r),s(i))}e.exports=function(e,t,r){e.paper.openGroup({klass:e.controller.classes.generate("triplet "+t.durationClass),"data-name":"triplet"}),t.hasBeam||function(e,t,r,a,i){r=e.calcY(r),i=e.calcY(i);var s=5,c="";c+=o(t,r,t,r+s),c+=o(a,i,a,i+s);var l=t+(a-t)/2,h=8,u=(i-r)/(a-t),f=l-h;c+=o(t,r,f,r+(f-t)*u);var d=l+h;c+=o(d,r+(d-t)*u,a,i),n(e,{path:c,stroke:e.foregroundColor,"data-name":"triplet-bracket"})}(e,t.anchor1.x,t.startNote,t.anchor2.x+t.anchor2.w,t.endNote),i(e,{x:t.xTextPos,y:e.calcY(t.yTextPos-1),text:""+t.number,type:"tripletfont",anchor:"middle",centerVertically:!0,noClass:!0,name:""+t.number},!0);var a=e.paper.closeGroup();return r.wrapSvgEl({el_type:"triplet",startChar:-1,endChar:-1},a),a}},3145:function(e,t,r){var a=r(9045),i=r(3245),n=r(9879),s=r(4322),o=r(5947),c=r(3272),l=r(7489),h=r(5759),u=r(4750);e.exports=function(e,t,r,f,d){var p,m,g=t.w-1;if(e.staffbottom=t.staff.bottom,t.header){var v=h(e,{x:e.padding.left,y:e.calcY(t.headerPosition),text:t.header,type:"voicefont",klass:"staff-extra voice-name",anchor:"start",centerVertically:!0,name:"voice-name"},!0);f.wrapSvgEl({el_type:"voiceName",startChar:-1,endChar:-1,text:t.header},v)}var b,y=!1;for(p=0;p<t.children.length;p++){"note"!==(m=t.children[p]).type&&"rest"!==m.type||(y=!0);var x=!1;"staff-extra"===m.type||e.controller.classes.isInMeasure()||(e.controller.classes.startMeasure(),x=!0),m.type,t.staff.isTabStaff&&(m.invisible=!1,"bar"==m.type&&m.abcelem.lastBar&&(r=t.topLine)),u(e,m,t.barto||p===t.children.length-1?r:0,f,d),("note"===m.type||"rest"===(b=m).type&&!(!b.abcelem||!b.abcelem.rest||"spacer"===b.abcelem.rest.type))&&e.controller.classes.incrNote(),"bar"===m.type&&!x&&y&&e.controller.classes.incrMeasure()}for(e.controller.classes.startMeasure(),p=0;p<t.beams.length;p++){var w=t.beams[p];"bar"===w?e.controller.classes.incrMeasure():l(e,w,f)}for(e.controller.classes.startMeasure(),p=0;p<t.otherchildren.length;p++)if("bar"===(m=t.otherchildren[p]))e.controller.classes.incrMeasure();else switch(m.type){case"GlissandoElem":m.elemset=a(e,m,f);break;case"CrescendoElem":m.elemset=i(e,m,f);break;case"DynamicDecoration":m.elemset=n(e,m,f);break;case"TripletElem":s(e,m,f);break;case"EndingElem":m.elemset=o(e,m,t.startx+10,g,f);break;case"TieElem":m.elemset=c(e,m,t.startx+10,g,f);break;default:console.log(m),u(e,m,t.startx+10,g,f,d)}}},2854:function(e){e.exports=function(e){for(var t=e.split("\n"),r=0;r<t.length;r++){var a=t[r].match(/^([ABCDEFG][♯♭]?)?([^\/]+)?(\/[ABCDEFG][#b♯♭]?)?/);a&&(t[r]=(a[1]?a[1]:"")+""+(a[2]?a[2]:"")+""+(a[3]?a[3]:""))}return t.join("\n")}},3891:function(e){e.exports=function(e,t,r,a,i,n){var s,o=e.text;this.rows=[],t&&this.rows.push({move:t});var c=r.calc("textfont","defined-text");if(""===o)this.rows.push({move:2*c.attr["font-size"]});else if("string"==typeof o)this.rows.push({move:c.attr["font-size"]/2}),this.rows.push({left:a,text:o,font:"textfont",klass:"defined-text",anchor:"start",startChar:e.startChar,endChar:e.endChar,absElemType:"freeText",name:"free-text"}),s=n.calc(o,"textfont","defined-text"),this.rows.push({move:s.height});else if(o){for(var l=0,h=a,u="textfont",f=0;f<o.length;f++)u=o[f].font?o[f].font:"textfont",this.rows.push({left:h,text:o[f].text,font:u,klass:"defined-text",anchor:"start",startChar:e.startChar,endChar:e.endChar,absElemType:"freeText",name:"free-text"}),h+=(s=n.calc(o[f].text,r.calc(u,"defined-text").font,"defined-text")).width+s.height/2,l=Math.max(l,s.height);this.rows.push({move:l})}else if(1===e.length){var d=i/2;this.rows.push({left:d,text:e[0].text,font:"textfont",klass:"defined-text",anchor:"middle",startChar:e.startChar,endChar:e.endChar,absElemType:"freeText",name:"free-text"}),s=n.calc(e[0].text,"textfont","defined-text"),this.rows.push({move:s.height})}}},1059:function(e){var t=function(e,t){this.formatting=e,this.classes=t};t.prototype.updateFonts=function(e){e.gchordfont&&(this.formatting.gchordfont=e.gchordfont),e.tripletfont&&(this.formatting.tripletfont=e.tripletfont),e.annotationfont&&(this.formatting.annotationfont=e.annotationfont),e.vocalfont&&(this.formatting.vocalfont=e.vocalfont)},t.prototype.calc=function(e,t){var r;r="string"==typeof e?(r=this.formatting[e])?{face:r.face,size:Math.round(4*r.size/3),decoration:r.decoration,style:r.style,weight:r.weight,box:r.box}:{face:"Arial",size:Math.round(16),decoration:"underline",style:"normal",weight:"normal"}:{face:e.face,size:Math.round(4*e.size/3),decoration:e.decoration,style:e.style,weight:e.weight,box:e.box};var a=this.formatting.fontboxpadding?this.formatting.fontboxpadding:.1;return r.padding=r.size*a,{font:r,attr:{"font-size":r.size,"font-style":r.style,"font-family":r.face,"font-weight":r.weight,"text-decoration":r.decoration,class:this.classes.generate(t)}}},e.exports=t},3460:function(e){var t=function(e,t){this.getFontAndAttr=e,this.svg=t};t.prototype.updateFonts=function(e){this.getFontAndAttr.updateFonts(e)},t.prototype.attr=function(e,t){return this.getFontAndAttr.calc(e,t)},t.prototype.calc=function(e,t,r,a){var i;i="string"==typeof t?this.attr(t,r):{font:{face:t.face,size:t.size,decoration:t.decoration,style:t.style,weight:t.weight},attr:{"font-size":t.size,"font-style":t.style,"font-family":t.face,"font-weight":t.weight,"text-decoration":t.decoration,class:this.getFontAndAttr.classes.generate(r)}};var n=this.svg.getTextSize(e,i.attr,a);return i.font.box?{height:n.height+4*i.font.padding,width:n.width+4*i.font.padding}:n},t.prototype.baselineToCenter=function(e,t,r,a,i){return.5*this.calc(e,t,r).height+(i-a-2)*this.attr(t,r).font.size},e.exports=t},907:function(e,t,r){var a=r(1009);e.exports=function(e,t){void 0===e&&(e="abcjs-note_selected"),void 0===t&&(t="#ff0000"),a(this.elemset,e,"",t)}},1897:function(e){var t=function(){};t.beginLayout=function(e,t){t.i=0,t.durationindex=0,t.startx=e,t.minx=e,t.nextx=e,t.spacingduration=0},t.layoutEnded=function(e){return e.i>=e.children.length},t.getNextX=function(e){return Math.max(e.minx,e.nextx)},t.getSpacingUnits=function(e){return Math.sqrt(8*e.spacingduration)},t.layoutOneItem=function(e,t,r,a,i){var n=r.children[r.i];if(!n)return 0;var s=e-r.minx,o=r.durationindex+n.duration>0?a:0;if("note"===n.abcelem.el_type&&!n.abcelem.rest&&0!==r.voicenumber&&i){var c=i.children[i.i],l=c&&(n.abcelem.maxpitch<=c.abcelem.maxpitch+1&&n.abcelem.maxpitch>=c.abcelem.minpitch-1||n.abcelem.minpitch<=c.abcelem.maxpitch+1&&n.abcelem.minpitch>=c.abcelem.minpitch-1);if(l&&n.abcelem.minpitch===c.abcelem.minpitch&&n.abcelem.maxpitch===c.abcelem.maxpitch&&c.heads&&c.heads.length>0&&n.heads&&n.heads.length>0&&c.heads[0].c===n.heads[0].c&&(l=!1),l){var h=c.heads&&c.heads.length>0?c.heads[0].realWidth:c.fixed.w;n.adjustedWidth||(n.adjustedWidth=h+n.w),n.w=n.adjustedWidth;for(var u=0;u<n.children.length;u++){var f=n.children[u];f.name.indexOf("accidental")<0&&(f.adjustedWidth||(f.adjustedWidth=f.dx+h),f.dx=f.adjustedWidth)}}}var d=function(e,t){var r=0;return"note"!==e.type&&"bar"!==e.type||(r=t),-e.extraw+r}(n,o);return s<d&&(0===r.i||"bar"!==n.type||"part"!==r.children[r.i-1].type&&"tempo"!==r.children[r.i-1].type)&&(e+=d-s),n.setX(e),r.spacingduration=n.duration,r.minx=e+function(e){return e.w}(n),r.i!==r.children.length-1&&(r.minx+=n.minspacing),this.updateNextX(e,t,r),e},t.shiftRight=function(e,t){var r=t.children[t.i];r&&(r.setX(r.x+e),t.minx+=e,t.nextx+=e)},t.updateNextX=function(e,t,r){r.nextx=e+t*Math.sqrt(8*r.spacingduration)},t.updateIndices=function(e){this.layoutEnded(e)||(e.durationindex+=e.children[e.i].duration,"bar"===e.children[e.i].type&&(e.durationindex=Math.round(64*e.durationindex)/64),e.i++)},e.exports=t},6251:function(e,t,r){var a=r(1577),i=r(8613),n=r(6807),s=function(e){return void 0===e?0:Math.floor(Math.log(e)/Math.log(2))};function o(e,t,r,a){if(!e.children)return a;for(var i=0;i<e.children.length;i++){var n=e.children[i];t&&void 0!==n.top&&"flags.ugrace"===n.c?a=Math.max(a,n.top-r):t||void 0===n.bottom||"flags.ugrace"!==n.c||(a=Math.max(a,r-n.bottom+7))}return a}function c(e,t,r){var a=t.heads[e?0:t.heads.length-1],i=r.heads[e?0:r.heads.length-1],n=a.x;e&&(n+=a.w-.6);var s=i.x;return[n,s+=e?i.w:.6]}e.exports=function(e){if(0!==e.elems.length&&!e.allrests){var t=function(e,t){var r=e?i.STEP:-i.STEP;return t&&(r*=.4),r}(e.stemsUp,e.isgrace),r=e.elems[0],l=e.elems[e.elems.length-1],h=0,u=e.stemsUp?r.abcelem.maxpitch:r.abcelem.minpitch;h=o(r,e.stemsUp,u,h),h=o(l,e.stemsUp,u,h),h=Math.max(e.stemHeight,h+3);var f=(g=e.average,v=e.elems.length,b=h,y=e.stemsUp,x=r.abcelem.averagepitch,w=l.abcelem.averagepitch,k=e.isflat,C=e.min,T=e.max,A=e.isgrace,S=b-2,N=b-2,_=Math.round(y?Math.max(g+S,T+N):Math.min(g-S,C-N)),E=function(e,t,r,a){if(a)return 0;var i=e-t,n=r/2;return i>n&&(i=n),i<-n&&(i=-n),i}(x,w,v,k),M=_+Math.floor(E/2),B=_+Math.floor(-E/2),A||(y&&_<6||!y&&_>6)&&(M=6,B=6),[M,B]),d=c(e.stemsUp,r,l);e.addBeam({startX:d[0],endX:d[1],startY:f[0],endY:f[1],dy:t});for(var p=function(e,t,r,a,i){for(var o=[],l=[],h=0;h<e.length;h++){var u=e[h];if(!u.abcelem.rest){var f=u.heads[t?0:u.heads.length-1],d=f.x+(t?f.w:0),p=n(r.startX,r.startY,r.endX,r.endY,d),m=t?-1.5:1.5;a&&(m=2*m/3);var g=u.abcelem.duration;0===g&&(g=.25);for(var v=s(g);v<-3;v++){var b=-4-v;if(l[b]?l[b].single=!1:l[b]={x:d+(t?-.6:0),y:p+m*(b+1),durlog:v,single:!0},h>0&&u.abcelem.beambr&&u.abcelem.beambr<=b+1){l[b].split||(l[b].split=[l[b].x]);var y=c(t,e[h-1],u);l[b].split[l[b].split.length-1]>=y[0]&&(y[0]+=u.w),l[b].split.push(y[0]),l[b].split.push(y[1])}}for(var x=l.length-1;x>=0;x--)if(h===e.length-1||s(e[h+1].abcelem.duration)>-x-4){var w=d,k=p+m*(x+1);l[x].single&&(w=0===h?d+5:d-5,k=n(r.startX,r.startY,r.endX,r.endY,w)+m*(x+1));var C={startX:l[x].x,endX:w,startY:l[x].y,endY:k,dy:i};if(void 0!==l[x].split){var T=l[x].split;C.endX<=T[T.length-1]&&(T[T.length-1]-=u.w),T.push(C.endX),C.split=l[x].split}o.push(C),l=l.slice(0,x)}}}return o}(e.elems,e.stemsUp,e.beams[0],e.isgrace,t),m=0;m<p.length;m++)e.addBeam(p[m]);!function(e,t,r,s,o){for(var c=0;c<e.length;c++){var l=e[c];if(!l.abcelem.rest){var h=!l.addExtra,u=h?o:l,f=l.heads[t?0:l.heads.length-1],d=.2,p=f.pitch+(t?d:-d),m=t?f.w:0;h||(m+=f.dx);var g=f.x+m,v=n(r.startX,r.startY,r.endX,r.endY,g),b=t?-.6:.6;t||(v-=s/2/i.STEP),h&&(m+=l.heads[0].dx),"noteheads.slash.quarter"===f.c&&(t?p+=1:p-=1);var y=new a(null,m,0,p,{type:"stem",pitch2:v,linewidth:b});y.setX(u.x),u.addRight(y)}}}(e.elems,e.stemsUp,e.beams[0],t,e.mainNote)}var g,v,b,y,x,w,k,C,T,A,S,N,_,E,M,B}},4760:function(e){function t(e,t,r){if(t)for(var a=0;a<t.length;a++)if(t[a].header){var i=r.calc(t[a].header,"voicefont","");e=Math.max(e,i.width)}return e}function r(e,t,r){if(e)for(var i=0;i<e.length;i++)a(t,e[i]),r=Math.max(r,e[i].getWidth());return r}function a(e,t){t.x=e}e.exports=function(e,a,i,n,s){var o,c,l=e.padding.left,h=0;for(o=0;o<i.length;o++)i[o].header&&(c=a.calc(i[o].header,"voicefont",""),h=Math.max(h,c.width));h=t(h,n,a),(h=t(h,s,a))&&(h+=a.calc("A","voicefont","").width);var u=0;return u=r(n,l+=h,u),l+(u=r(s,l,u))}},6807:function(e){e.exports=function(e,t,r,a,i){return t+(a-t)/(r-e)*(i-e)}},1564:function(e,t,r){var a=r(6759),i=r(1185),n=r(2432),s=r(4760),o=function(e,t,r,a,i,o,l){for(var h=s(e,a.getTextSize,a.voices,a.brace,a.bracket),u=r,f=0;f<8;f++){var d=n(u,e,l,a,h);if(u=c(o,i.stretchlast,t+e.padding.left,a.w,u,d.spacingUnits,d.minSpace,e.padding.left+e.padding.right),l&&console.log("setXSpace",f,a.w,u,a.minspace),null===u)break}!function(e){for(var t=0;t<e.length;t++)for(var r=e[t],a=1;a<r.children.length-1;a++){var i=r.children[a];if(i.abcelem.rest&&("whole"===i.abcelem.rest.type||"multimeasure"===i.abcelem.rest.type)){var n=r.children[a-1],s=r.children[a+1];i.center(n,s)}}}(a.voices)};function c(e,t,r,a,i,n,s,o){if(e)if(void 0===t){if(a/r<.66)return null}else if(!(1-(a+o)/r<t))return null;return Math.abs(r-a)<2?null:n>0?((i=(r-(a-n*i))/n)*s>50&&(i=50/s),i):null}e.exports=function(e,t,r,n){var s,c,l=r;for(s=0;s<t.lines.length;s++)(c=t.lines[s]).staff&&(o(e,r,n,c.staffGroup,t.formatting,s===t.lines.length-1,!1),c.staffGroup.w>l&&(l=c.staffGroup.w));for(s=0;s<t.lines.length;s++)if((c=t.lines[s]).staffGroup&&c.staffGroup.voices){for(var h=0;h<c.staffGroup.voices.length;h++)a(c.staffGroup.voices[h]);i(e,c.staffGroup)}for(s=0;s<t.lines.length;s++)(c=t.lines[s]).staffGroup&&c.staffGroup.setHeight();return l}},1185:function(e,t,r){var a=r(8613),i=1;function n(e,t,r,a){if(e.specialY[r]){var n=e.specialY[r];a&&(n*=a),e.top+=n+i,t[r]=e.top}}function s(e,t,r){var a,i;for(a=0;a<t.children.length;a++)o(e,i=t.children[a],r);for(a=0;a<t.otherchildren.length;a++)switch((i=t.otherchildren[a]).type){case"CrescendoElem":c(e,i);break;case"DynamicDecoration":l(e,i);break;case"EndingElem":h(e,i)}}function o(e,t,r){for(var a=0;a<t.children.length;a++){var i=t.children[a];for(var n in t.specialY)t.specialY.hasOwnProperty(n)&&i[n]&&(i.pitch=e[n],void 0===i.top&&("TempoElement"===i.type?u(e,i):f(e,i,r),t.pushTop(i.top),t.pushBottom(i.bottom)))}}function c(e,t){t.dynamicHeightAbove?t.pitch=e.dynamicHeightAbove:t.pitch=e.dynamicHeightBelow}function l(e,t){t.volumeHeightAbove?t.pitch=e.volumeHeightAbove:t.pitch=e.volumeHeightBelow}function h(e,t){t.pitch=e.endingHeightAbove-2}function u(e,t){if(t.pitch=e.tempoHeightAbove,t.top=e.tempoHeightAbove,t.bottom=e.tempoHeightAbove,t.note){var r=t.pitch-t.totalHeightInPitches+1;t.note.top=r,t.note.bottom=r;for(var a=0;a<t.note.children.length;a++){var i=t.note.children[a];i.top+=r,i.bottom+=r,i.pitch+=r,void 0!==i.pitch2&&(i.pitch2+=r)}}}function f(e,t,r){switch(t.type){case"part":t.top=e.partHeightAbove+t.height,t.bottom=e.partHeightAbove;break;case"text":case"chord":t.chordHeightAbove?(t.top=e.chordHeightAbove,t.bottom=e.chordHeightAbove):(t.top=e.chordHeightBelow,t.bottom=e.chordHeightBelow);break;case"lyric":t.lyricHeightAbove?(t.top=e.lyricHeightAbove,t.bottom=e.lyricHeightAbove):(t.top=e.lyricHeightBelow+r.vocal/a.STEP,t.bottom=e.lyricHeightBelow+r.vocal/a.STEP,t.pitch-=r.vocal/a.STEP);break;case"debug":t.top=e.chordHeightAbove,t.bottom=e.chordHeightAbove}void 0!==t.pitch&&void 0!==t.top||console.error("RelativeElement position not set.",t.type,t.pitch,t.top,e)}e.exports=function(e,t){for(var r,o=0;o<t.staffs.length;o++){var c=t.staffs[o],l={tempoHeightAbove:0,partHeightAbove:0,volumeHeightAbove:0,dynamicHeightAbove:0,endingHeightAbove:0,chordHeightAbove:0,lyricHeightAbove:0,lyricHeightBelow:0,chordHeightBelow:0,volumeHeightBelow:0,dynamicHeightBelow:0};if(e.showDebug&&e.showDebug.indexOf("box")>=0&&(c.originalTop=c.top,c.originalBottom=c.bottom),n(c,l,"lyricHeightAbove"),n(c,l,"chordHeightAbove",c.specialY.chordLines.above),c.specialY.endingHeightAbove&&(c.specialY.chordHeightAbove?c.top+=2:c.top+=c.specialY.endingHeightAbove+i,l.endingHeightAbove=c.top),c.specialY.dynamicHeightAbove&&c.specialY.volumeHeightAbove?(c.top+=Math.max(c.specialY.dynamicHeightAbove,c.specialY.volumeHeightAbove)+i,l.dynamicHeightAbove=c.top,l.volumeHeightAbove=c.top):(n(c,l,"dynamicHeightAbove"),n(c,l,"volumeHeightAbove")),n(c,l,"partHeightAbove"),n(c,l,"tempoHeightAbove"),c.specialY.lyricHeightBelow&&(c.specialY.lyricHeightBelow+=e.spacing.vocal/a.STEP,l.lyricHeightBelow=c.bottom,c.bottom-=c.specialY.lyricHeightBelow+i),c.specialY.chordHeightBelow){l.chordHeightBelow=c.bottom;var h=c.specialY.chordHeightBelow;c.specialY.chordLines.below&&(h*=c.specialY.chordLines.below),c.bottom-=h+i}c.specialY.volumeHeightBelow&&c.specialY.dynamicHeightBelow?(l.volumeHeightBelow=c.bottom,l.dynamicHeightBelow=c.bottom,c.bottom-=Math.max(c.specialY.volumeHeightBelow,c.specialY.dynamicHeightBelow)+i):c.specialY.volumeHeightBelow?(l.volumeHeightBelow=c.bottom,c.bottom-=c.specialY.volumeHeightBelow+i):c.specialY.dynamicHeightBelow&&(l.dynamicHeightBelow=c.bottom,c.bottom-=c.specialY.dynamicHeightBelow+i),e.showDebug&&e.showDebug.indexOf("box")>=0&&(c.positionY=l);for(var u=0;u<c.voices.length;u++)s(l,t.voices[c.voices[u]],e.spacing);if(void 0!==r){var f=r+(c.top-10),d=e.spacing.systemStaffSeparation/a.STEP-f;d>0&&(c.top+=d)}r=2-c.bottom}}},2432:function(e,t,r){var a=r(1897);function i(e){for(var t=0;t<e.length;t++)if(!a.layoutEnded(e[t]))return!1;return!0}function n(e){return e.durationindex-(e.children[e.i]&&e.children[e.i].duration>0?0:5e-7)}e.exports=function(e,t,r,s,o){var c,l=0,h=1e3,u=o;s.startx=u;var f,d,p=0;for(r&&console.log("init layout",e),c=0;c<s.voices.length;c++)a.beginLayout(u,s.voices[c]);for(var m=0;!i(s.voices);){for(p=null,c=0;c<s.voices.length;c++)a.layoutEnded(s.voices[c])||p&&!(n(s.voices[c])<p)||(p=n(s.voices[c]));var g=[],v=[];for(c=0;c<s.voices.length;c++)n(s.voices[c])-p>1e-7?v.push(s.voices[c]):g.push(s.voices[c]);m=0;var b=0;for(c=0;c<g.length;c++)a.getNextX(g[c])>u&&(u=a.getNextX(g[c]),m=a.getSpacingUnits(g[c]),b=g[c].spacingduration);l+=m,h=Math.min(h,m),r&&console.log("currentduration: ",p,l,h);var y=void 0;for(c=0;c<g.length;c++){var x=g[c];0===x.voicenumber&&(y=c);var w=void 0!==y&&g[y].voicenumber!==x.voicenumber?g[y]:void 0;d=w,(f=x)&&f.staff&&f.staff.voices&&0!==f.staff.voices.length&&d&&d.staff&&d.staff.voices&&0!==d.staff.voices.length&&f.staff.voices[0]===d.staff.voices[0]||(w=void 0);var k=a.layoutOneItem(u,e,x,t.minPadding,w),C=k-u;if(C>0){u=k;for(var T=0;T<c;T++)a.shiftRight(C,g[T])}}for(c=0;c<v.length;c++)v[c].spacingduration-=b,a.updateNextX(u,e,v[c]);for(c=0;c<g.length;c++){var A=g[c];a.updateIndices(A)}}for(c=0;c<s.voices.length;c++)a.getNextX(s.voices[c])>u&&(u=a.getNextX(s.voices[c]),m=a.getSpacingUnits(s.voices[c]));return function(e){for(var t=0,r=0;r<e.length;r++){var a=e[r];if(a.children.length>0){var i=a.children.length-1,n=a.children[i];if("bar"===n.abcelem.el_type){var s=n.children[0].x;s>t?t=s:n.children[0].x=t}}}}(s.voices),l+=m,s.setWidth(u),{spacingUnits:l,minSpace:h}}},3294:function(e,t,r){var a=r(6807);function i(e){return e.stemsUp}e.exports=function(e){if(e.anchor1&&e.anchor2){e.hasBeam=!!e.anchor1.parent.beam&&e.anchor1.parent.beam===e.anchor2.parent.beam;var t=e.anchor1.parent.beam;if(!e.hasBeam||t.elems[0]===e.anchor1.parent&&t.elems[t.elems.length-1]===e.anchor2.parent||(e.hasBeam=!1),e.hasBeam){var r=i(t)?e.anchor1.x+e.anchor1.w:e.anchor1.x;e.yTextPos=function(e,t,r){if(0===r.beams.length)return 0;r=r.beams[0];var i=e+(t-e)/2;return a(r.startX,r.startY,r.endX,r.endY,i)}(r,e.anchor2.x,t),e.yTextPos+=i(t)?3:-2,e.xTextPos=(o=r,c=e.anchor2.x,o+(c-o)/2),e.top=e.yTextPos+1,e.bottom=e.yTextPos-2,i(t)&&(e.endingHeightAbove=4)}else{e.startNote=Math.max(e.anchor1.parent.top,9)+4,e.endNote=Math.max(e.anchor2.parent.top,9)+4,"rest"===e.anchor1.parent.type&&"rest"!==e.anchor2.parent.type?e.startNote=e.endNote:"rest"===e.anchor2.parent.type&&"rest"!==e.anchor1.parent.type&&(e.endNote=e.startNote);for(var n=0,s=0;s<e.middleElems.length;s++)n=Math.max(n,e.middleElems[s].top);((n+=4)>e.startNote||n>e.endNote)&&(e.startNote=n,e.endNote=n),e.flatBeams&&(e.startNote=Math.max(e.startNote,e.endNote),e.endNote=Math.max(e.startNote,e.endNote)),e.yTextPos=e.startNote+(e.endNote-e.startNote)/2,e.xTextPos=e.anchor1.x+(e.anchor2.x+e.anchor2.w-e.anchor1.x)/2,e.top=e.yTextPos+1}}var o,c;delete e.middleElems,delete e.flatBeams}},6759:function(e,t,r){var a=r(6251),i=r(6807),n=r(3294);function s(e){for(var t=0;t<e.elems.length;t++){var r=e.elems[t];if(r.top)for(var a=l(r,e),i=0;i<r.children.length;i++){var n=r.children[i];if("ornament"===n.klass&&n.bottom-1.5<a){var s=a-n.bottom+1.5;n.bottom+=s,n.top+=s,n.pitch+=s,a=r.top=n.top}}}}function o(e,t){var r=t.getChordDim();if(r){for(var a=0;a<e.length;a++)if(e[a]<r.left)return a>0&&t.putChordInLane(a),void(e[a]=r.right);e.push(r.right),t.putChordInLane(e.length-1)}}function c(e){for(var t=0,r=0;r<e.children.length;r++)e.children[r].chordHeightBelow&&t++;return t}function l(e,t){return t=t.beams[0],i(t.startX,t.startY,t.endX,t.endY,e.x)}e.exports=function(e){for(var t=0;t<e.beams.length;t++)if("BeamElem"===e.beams[t].type){a(e.beams[t]),s(e.beams[t]);for(var r=0;r<e.beams[t].elems.length;r++)e.adjustRange(e.beams[t].elems[r])}for(e.staff.specialY.chordLines=function(e){var t,r,a,i=[0],n=[0];for(t=0;t<e.length;t++){for(r=0;r<e[t].children.length;r++)(a=e[t].children[r]).chordHeightAbove&&o(i,a);for(r=e[t].children.length-1;r>=0;r--)(a=e[t].children[r]).chordHeightBelow&&o(n,a)}return(i.length>1||n.length>1)&&function(e,t,r){for(var a=0;a<e.length;a++){c(e[a]);for(var i=0;i<e[a].children.length;i++){var n=e[a].children[i];n.chordHeightAbove&&n.invertLane(t)}}}(e,i.length,n.length),{above:i.length,below:n.length}}(e.children),t=0;t<e.otherchildren.length;t++){var i=e.otherchildren[t];"TripletElem"===i.type&&(n(i),e.adjustRange(i))}e.staff.top=Math.max(e.staff.top,e.top),e.staff.bottom=Math.min(e.staff.bottom,e.bottom)}},2557:function(e,t,r){var a=r(8613);function i(e){"keyboard"===this.dragMechanism&&0!==this.dragYStep&&this.dragTarget&&d.bind(this)(this.dragTarget,this.dragYStep,this.selectables.length,this.dragIndex,e),this.dragYStep=0}function n(e){switch(e.keyCode){case 38:case 40:e.preventDefault()}}function s(e){var t=!1,r=e.target.dataset.index;switch(e.keyCode){case 13:case 32:t=!0,this.dragTarget=this.selectables[r],this.dragIndex=r,this.dragMechanism="keyboard",u.bind(this)(e);break;case 38:t=!0,this.dragTarget=this.selectables[r],this.dragIndex=r,this.dragTarget&&this.dragTarget.isDraggable&&(this.dragging&&this.dragTarget.isDraggable&&this.dragTarget.absEl.highlight(void 0,this.dragColor),this.dragYStep--,this.dragTarget.svgEl.setAttribute("transform","translate(0,"+this.dragYStep*a.STEP+")"));break;case 40:t=!0,this.dragTarget=this.selectables[r],this.dragIndex=r,this.dragMechanism="keyboard",this.dragTarget&&this.dragTarget.isDraggable&&(this.dragging&&this.dragTarget.isDraggable&&this.dragTarget.absEl.highlight(void 0,this.dragColor),this.dragYStep++,this.dragTarget.svgEl.setAttribute("transform","translate(0,"+this.dragYStep*a.STEP+")"));break;case 9:0!==this.dragYStep&&u.bind(this)(e)}t&&e.preventDefault()}function o(e,t){var r,a,i,n=function(e,t){for(var r=0;r<e.length;r++)if(t.dataset.index===e[r].svgEl.dataset.index)return r;return-1}(e.selectables,function(e){if("svg"===e.tagName)return e;for(var t=e.getAttribute("selectable");!t;)t=!e.parentElement||"svg"===(e=e.parentElement).tagName||e.getAttribute("selectable");return e}(t.target));return n>=0?(i=function(e,t,r){return e.x<=t.offsetX&&e.x+e.width>=t.offsetX&&e.y<=t.offsetY&&e.y+e.height>=t.offsetY||Math.abs(t.layerY/r-t.offsetY)<3?[t.offsetX,t.offsetY]:[t.layerX,t.layerY]}(e.selectables[n].svgEl.getBBox(),t,e.scale),r=i[0],a=i[1]):(i=function(e){var t,r,a=1,i=1,n=e.target.closest("svg"),s=0;return n&&n.viewBox&&n.viewBox.baseVal&&(0!==n.viewBox.baseVal.width&&(a=n.viewBox.baseVal.width/n.clientWidth),0!==n.viewBox.baseVal.height&&(i=n.viewBox.baseVal.height/n.clientHeight),s=n.viewBox.baseVal.y),e.target&&"svg"===e.target.tagName?(t=e.offsetX,r=e.offsetY):(t=e.layerX,r=e.layerY),[t*=a,(r*=i)+s]}(t),n=function(e,t,r){for(var a=9999999,i=-1,n=0;n<e.selectables.length&&a>0;n++){var s=e.selectables[n];if(e.getDim(s),s.dim.left<t&&s.dim.right>t&&s.dim.top<r&&s.dim.bottom>r)i=n,a=0;else if(s.dim.top<r&&s.dim.bottom>r){var o=Math.min(Math.abs(s.dim.left-t),Math.abs(s.dim.right-t));o<a&&(a=o,i=n)}else if(s.dim.left<t&&s.dim.right>t){var c=Math.min(Math.abs(s.dim.top-r),Math.abs(s.dim.bottom-r));c<a&&(a=c,i=n)}else{var l=Math.abs(t-s.dim.left)>Math.abs(t-s.dim.right)?Math.abs(t-s.dim.right):Math.abs(t-s.dim.left),h=Math.abs(r-s.dim.top)>Math.abs(r-s.dim.bottom)?Math.abs(r-s.dim.bottom):Math.abs(r-s.dim.top),u=Math.sqrt(l*l+h*h);u<a&&(a=u,i=n)}}return i>=0&&a<=12?i:-1}(e,r=i[0],a=i[1])),{x:r,y:a,clickedOn:n}}function c(e){if(e&&e.target&&e.touches&&!(e.touches.length<1)){var t=e.target.getBoundingClientRect(),r=e.touches[0].pageX-t.left,a=e.touches[0].pageY-t.top;e.touches[0].offsetX=r,e.touches[0].offsetY=a,e.touches[0].layerX=e.touches[0].pageX,e.touches[0].layerY=e.touches[0].pageY}}function l(e){var t=e;"touchstart"===e.type&&(c(e),e.touches.length>0&&(t=e.touches[0]));var r=o(this,t);r.clickedOn>=0&&("touchstart"===e.type||0===e.button)&&this.selectables[r.clickedOn]&&(this.dragTarget=this.selectables[r.clickedOn],this.dragIndex=r.clickedOn,this.dragMechanism="mouse",this.dragMouseStart={x:r.x,y:r.y},this.dragging&&this.dragTarget.isDraggable&&(function(e,t){if(e){var r=v(e.svg);r[t]=!0,b(e.svg,r)}}(this.renderer.paper,"abcjs-dragging-in-progress"),this.dragTarget.absEl.highlight(void 0,this.dragColor)))}function h(e){var t=e;if("touchmove"===e.type&&(c(e),e.touches.length>0&&(t=e.touches[0])),this.lastTouchMove=e,this.dragTarget&&this.dragging&&this.dragTarget.isDraggable&&"mouse"===this.dragMechanism&&this.dragMouseStart){var r=o(this,t),i=Math.round((r.y-this.dragMouseStart.y)/a.STEP);i!==this.dragYStep&&(this.dragYStep=i,this.dragTarget.svgEl.setAttribute("transform","translate(0,"+i*a.STEP+")"))}}function u(e){var t=e;"touchend"===e.type&&this.lastTouchMove&&(c(this.lastTouchMove),this.lastTouchMove&&this.lastTouchMove.touches&&this.lastTouchMove.touches.length>0&&(t=this.lastTouchMove.touches[0])),this.dragTarget&&(m.bind(this)(),this.dragTarget.absEl&&this.dragTarget.absEl.highlight&&(this.selected=[this.dragTarget.absEl],this.dragTarget.absEl.highlight(void 0,this.selectionColor)),d.bind(this)(this.dragTarget,this.dragYStep,this.selectables.length,this.dragIndex,t),this.dragTarget.svgEl&&this.dragTarget.svgEl.focus&&(this.dragTarget.svgEl.focus(),this.dragTarget=null,this.dragIndex=-1),function(e,t){if(e){var r=v(e.svg);delete r[t],b(e.svg,r)}}(this.renderer.svg,"abcjs-dragging-in-progress"))}function f(e){e>=0&&e<this.selectables.length&&(this.dragTarget=this.selectables[e],this.dragIndex=e,this.dragMechanism="keyboard",u.bind(this)({target:this.dragTarget.svgEl}))}function d(e,t,r,a,i){var n=[];if(e.absEl.elemset){for(var s={},o=0;o<e.absEl.elemset.length;o++){var c=e.absEl.elemset[o];if(c)for(var l=c.getAttribute("class").split(" "),h=0;h<l.length;h++)s[l[h]]=!0}for(var u=0;u<Object.keys(s).length;u++)n.push(Object.keys(s)[u])}for(var d={},m=0;m<n.length;m++)p(n[m],"abcjs-v",d,"voice"),p(n[m],"abcjs-l",d,"line"),p(n[m],"abcjs-m",d,"measure");e.staffPos&&(d.staffPos=e.staffPos);for(var g=i.target;g&&!g.dataset.name&&"svg"!==g.tagName.toLowerCase();)g=g.parentNode;for(var v=i.target;v&&!v.dataset.index&&"svg"!==v.tagName.toLowerCase();)v=v.parentNode;d.name=v.dataset.name,d.clickedName=g.dataset.name,d.parentClasses=v.classList,d.clickedClasses=g.classList,d.selectableElement=e.svgEl;for(var b=0;b<this.listeners.length;b++)this.listeners[b](e.absEl.abcelem,e.absEl.tuneNumber,n.join(" "),d,{step:t,max:r,index:a,setSelection:f.bind(this)},i)}function p(e,t,r,a){if(0===e.indexOf(t)){var i=e.replace(t,""),n=parseInt(i,10);""+n===i&&(r[a]=n)}}function m(){for(var e=0;e<this.selected.length;e++)this.selected[e].unhighlight(void 0,this.renderer.foregroundColor);this.selected=[]}function g(e,t){m.bind(this)();for(var r=0;r<this.staffgroups.length;r++)for(var a=this.staffgroups[r].voices,i=0;i<a.length;i++)for(var n=a[i].children,s=0;s<n.length;s++){var o=n[s].abcelem.startChar,c=n[s].abcelem.endChar;(t>o&&e<c||t===e&&t===c)&&(this.selected[this.selected.length]=n[s],n[s].highlight(void 0,this.selectionColor))}}function v(e){var t=e.getAttribute("class");t||(t="");for(var r=t.split(" "),a={},i=0;i<r.length;i++)a[r[i]]=!0;return a}function b(e,t){var r=[];for(var a in t)t.hasOwnProperty(a)&&r.push(a);e.setAttribute("class",r.join(" "))}e.exports=function(e,t){if(e.rangeHighlight=g,e.dragging)for(var r=0;r<e.selectables.length;r++){var a=e.selectables[r];"true"===a.svgEl.getAttribute("selectable")&&(a.svgEl.setAttribute("tabindex",0),a.svgEl.setAttribute("data-index",r),a.svgEl.addEventListener("keydown",n.bind(e)),a.svgEl.addEventListener("keyup",s.bind(e)),a.svgEl.addEventListener("focus",i.bind(e)))}for(var o=0;o<t.length;o++)t[o].addEventListener("touchstart",l.bind(e)),t[o].addEventListener("touchmove",h.bind(e)),t[o].addEventListener("touchend",u.bind(e)),t[o].addEventListener("mousedown",l.bind(e)),t[o].addEventListener("mousemove",h.bind(e)),t[o].addEventListener("mouseup",u.bind(e))}},5781:function(e){e.exports=function(e,t,r){this.rows=[],e&&this.rows.push({move:e}),this.rows.push({separator:t,absElemType:"separator"}),r&&this.rows.push({move:r})}},1009:function(e){e.exports=function(e,t,r,a){if(e)for(var i=0;i<e.length;i++){var n=e[i],s=n.getAttribute("highlight");s||(s="fill"),n.setAttribute(s,a);var o=n.getAttribute("class");o||(o=""),o=(o=o.replace(r,"")).replace(t,""),t.length>0&&(o.length>0&&" "!==o.charAt(o.length-1)&&(o+=" "),o+=t),n.setAttribute("class",o)}}},9725:function(e){e.exports=function(e,t,r,a,i,n){this.rows=[],e&&this.rows.push({move:e});var s=t.titleleft?"start":"middle",o=t.titleleft?i:a;this.rows.push({left:o,text:r.text,font:"subtitlefont",klass:"text subtitle",anchor:s,startChar:r.startChar,endChar:r.endChar,absElemType:"subtitle",name:"subtitle"});var c=n.calc(r.text,"subtitlefont","text subtitle");this.rows.push({move:c.height})}},4101:function(e){var t="http://www.w3.org/2000/svg";function r(e){this.svg=s(),this.currentGroup=[],e.appendChild(this.svg)}function a(e,t,r){var a=r-e;return"M "+e+" "+t+" l "+a+" 0 l 0 1 l "+-a+" 0 z "}function i(e,t,r){var a=r-t;return"M "+e+" "+t+" l 0 "+a+" l 1 0 l 0 "+-a+" z "}r.prototype.clear=function(){if(this.svg){var e=this.svg.parentNode;this.svg=s(),this.currentGroup=[],e&&(e.innerHTML="",e.appendChild(this.svg))}},r.prototype.setTitle=function(e){var t=document.createElement("title"),r=document.createTextNode(e);t.appendChild(r),this.svg.insertBefore(t,this.svg.firstChild)},r.prototype.setResponsiveWidth=function(e,t){if(this.svg.setAttribute("viewBox","0 0 "+e+" "+t),this.svg.setAttribute("preserveAspectRatio","xMinYMin meet"),this.svg.removeAttribute("height"),this.svg.removeAttribute("width"),this.svg.style.display="inline-block",this.svg.style.position="absolute",this.svg.style.top="0",this.svg.style.left="0",this.svg.parentNode){var r=this.svg.parentNode.getAttribute("class");r?r.indexOf("abcjs-container")<0&&this.svg.parentNode.setAttribute("class",r+" abcjs-container"):this.svg.parentNode.setAttribute("class","abcjs-container"),this.svg.parentNode.style.display="inline-block",this.svg.parentNode.style.position="relative",this.svg.parentNode.style.width="100%";var a=t/e*100;this.svg.parentNode.style["padding-bottom"]=a+"%",this.svg.parentNode.style["vertical-align"]="middle",this.svg.parentNode.style.overflow="hidden"}},r.prototype.setSize=function(e,t){this.svg.setAttribute("width",e),this.svg.setAttribute("height",t)},r.prototype.setAttribute=function(e,t){this.svg.setAttribute(e,t)},r.prototype.setScale=function(e){1!==e?(this.svg.style.transform="scale("+e+","+e+")",this.svg.style["-ms-transform"]="scale("+e+","+e+")",this.svg.style["-webkit-transform"]="scale("+e+","+e+")",this.svg.style["transform-origin"]="0 0",this.svg.style["-ms-transform-origin-x"]="0",this.svg.style["-ms-transform-origin-y"]="0",this.svg.style["-webkit-transform-origin-x"]="0",this.svg.style["-webkit-transform-origin-y"]="0"):(this.svg.style.transform="",this.svg.style["-ms-transform"]="",this.svg.style["-webkit-transform"]="")},r.prototype.insertStyles=function(e){var r=document.createElementNS(t,"style");r.textContent=e,this.svg.insertBefore(r,this.svg.firstChild)},r.prototype.setParentStyles=function(e){for(var t in e)e.hasOwnProperty(t)&&this.svg.parentNode&&(this.svg.parentNode.style[t]=e[t]);this.dummySvg&&(document.querySelector("body").removeChild(this.dummySvg),this.dummySvg=null)},r.prototype.rect=function(e){var t=[],r=e.x,n=e.y,s=e.x+e.width,o=e.y+e.height;return t.push(a(r,n,s)),t.push(a(r,o,s)),t.push(i(s,n,o)),t.push(i(r,o,n)),this.path({path:t.join(" "),stroke:"none","data-name":e["data-name"]})},r.prototype.dottedLine=function(e){var r=document.createElementNS(t,"line");r.setAttribute("x1",e.x1),r.setAttribute("x2",e.x2),r.setAttribute("y1",e.y1),r.setAttribute("y2",e.y2),r.setAttribute("stroke",e.stroke),r.setAttribute("stroke-dasharray","5,5"),this.svg.insertBefore(r,this.svg.firstChild)},r.prototype.rectBeneath=function(e){var r=document.createElementNS(t,"rect");r.setAttribute("x",e.x),r.setAttribute("width",e.width),r.setAttribute("y",e.y),r.setAttribute("height",e.height),e.stroke&&r.setAttribute("stroke",e.stroke),e["stroke-opacity"]&&r.setAttribute("stroke-opacity",e["stroke-opacity"]),e.fill&&r.setAttribute("fill",e.fill),e["fill-opacity"]&&r.setAttribute("fill-opacity",e["fill-opacity"]),this.svg.insertBefore(r,this.svg.firstChild)},r.prototype.text=function(e,r,a){var i=document.createElementNS(t,"text");for(var n in i.setAttribute("stroke","none"),r)r.hasOwnProperty(n)&&i.setAttribute(n,r[n]);for(var s=(""+e).split("\n"),o=0;o<s.length;o++){var c=document.createElementNS(t,"tspan");if(c.setAttribute("x",r.x?r.x:0),0!==o&&c.setAttribute("dy","1.2em"),-1!==s[o].indexOf("")){var l=s[o].split("");if(c.textContent=l[0],l[1]){var h=document.createElementNS(t,"tspan");h.setAttribute("dy","-0.3em"),h.setAttribute("style","font-size:0.7em"),h.textContent=l[1],c.appendChild(h)}if(l[2]){var u=l[1]?"0.4em":"0.1em",f=document.createElementNS(t,"tspan");f.setAttribute("dy",u),f.setAttribute("style","font-size:0.7em"),f.textContent=l[2],c.appendChild(f)}}else c.textContent=s[o];i.appendChild(c)}return a?a.appendChild(i):this.append(i),i},r.prototype.guessWidth=function(e,t){var r,a=this.createDummySvg(),i=this.text(e,t,a);try{r=i.getBBox(),r=isNaN(r.height)||!r.height?{width:t["font-size"]/2,height:t["font-size"]+2}:{width:r.width,height:r.height}}catch(e){r={width:t["font-size"]/2,height:t["font-size"]+2}}return a.removeChild(i),r},r.prototype.createDummySvg=function(){return this.dummySvg||(this.dummySvg=s(),this.dummySvg.setAttribute("style",["display: block !important;","height: 1px;","width: 1px;","position: absolute;"].join("")),document.querySelector("body").appendChild(this.dummySvg)),this.dummySvg};var n={};function s(){var e=document.createElementNS(t,"svg");return e.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink","http://www.w3.org/1999/xlink"),e.setAttribute("role","img"),e.setAttribute("fill","currentColor"),e.setAttribute("stroke","currentColor"),e}r.prototype.getTextSize=function(e,t,r){if("number"==typeof e&&(e=""+e),!e||e.match(/^\s+$/))return{width:0,height:0};var a;if(e.length<20&&(a=e+JSON.stringify(t),n[a]))return n[a];var i,s=!r;r||(r=this.text(e,t));try{i=r.getBBox(),i=isNaN(i.height)||!i.height?this.guessWidth(e,t):{width:i.width,height:i.height}}catch(r){i=this.guessWidth(e,t)}return s&&(this.currentGroup.length>0?this.currentGroup[0].removeChild(r):this.svg.removeChild(r)),a&&(n[a]=i),i},r.prototype.openGroup=function(e){e=e||{};var r=document.createElementNS(t,"g");return e.klass&&r.setAttribute("class",e.klass),e.fill&&r.setAttribute("fill",e.fill),e.stroke&&r.setAttribute("stroke",e.stroke),e["data-name"]&&r.setAttribute("data-name",e["data-name"]),e.prepend?this.prepend(r):this.append(r),this.currentGroup.unshift(r),r},r.prototype.closeGroup=function(){var e=this.currentGroup.shift();return e&&0===e.children.length?(e.parentElement.removeChild(e),null):e},r.prototype.path=function(e){var r=document.createElementNS(t,"path");for(var a in e)e.hasOwnProperty(a)&&("path"===a?r.setAttributeNS(null,"d",e.path):"klass"===a?r.setAttributeNS(null,"class",e[a]):void 0!==e[a]&&r.setAttributeNS(null,a,e[a]));return this.append(r),r},r.prototype.pathToBack=function(e){var r=document.createElementNS(t,"path");for(var a in e)e.hasOwnProperty(a)&&("path"===a?r.setAttributeNS(null,"d",e.path):"klass"===a?r.setAttributeNS(null,"class",e[a]):r.setAttributeNS(null,a,e[a]));return this.prepend(r),r},r.prototype.append=function(e){this.currentGroup.length>0?this.currentGroup[0].appendChild(e):this.svg.appendChild(e)},r.prototype.prepend=function(e){this.currentGroup.length>0?this.currentGroup[0].appendChild(e):this.svg.insertBefore(e,this.svg.firstChild)},r.prototype.setAttributeOnElement=function(e,t){for(var r in t)t.hasOwnProperty(r)&&e.setAttributeNS(null,r,t[r])},r.prototype.moveElementToChild=function(e,t){e.appendChild(t)},e.exports=r},8135:function(e,t,r){var a=r(3502);e.exports=function(e,t,r,i,n,s,o,c,l){if(this.rows=[],e.header&&s){var h=l.calc("X","headerfont","abcjs-header abcjs-meta-top").height;a(this.rows,{marginLeft:o,text:e.header.left,font:"headerfont",klass:"header meta-top",marginTop:-h,info:t.header,name:"header"},l),a(this.rows,{marginLeft:o+n/2,text:e.header.center,font:"headerfont",klass:"header meta-top",marginTop:-h,anchor:"middle",info:t.header,name:"header"},l),a(this.rows,{marginLeft:o+n,text:e.header.right,font:"headerfont",klass:"header meta-top",marginTop:-h,anchor:"end",info:t.header,name:"header"},l)}s&&this.rows.push({move:c.top});var u=r.titleleft?"start":"middle",f=r.titleleft?o:o+n/2;if(e.title&&a(this.rows,{marginLeft:f,text:e.title,font:"titlefont",klass:"title meta-top",marginTop:c.title,anchor:u,absElemType:"title",info:t.title,name:"title"},l),i.length)for(var d=0;d<i.length&&i[d].subtitle;)a(this.rows,{marginLeft:f,text:i[d].subtitle.text,font:"subtitlefont",klass:"text meta-top subtitle",marginTop:c.subtitle,anchor:u,absElemType:"subtitle",info:i[d].subtitle,name:"subtitle"},l),d++;if(e.rhythm||e.origin||e.composer){if(this.rows.push({move:c.composer}),e.rhythm&&e.rhythm.length>0){var p=!(!e.composer&&!e.origin);a(this.rows,{marginLeft:o,text:e.rhythm,font:"infofont",klass:"meta-top rhythm",absElemType:"rhythm",noMove:p,info:t.rhythm,name:"rhythm"},l)}var m="";e.composer&&(m+=e.composer),e.origin&&(m+=" ("+e.origin+")"),m.length>0&&a(this.rows,{marginLeft:o+n,text:m,font:"composerfont",klass:"meta-top composer",anchor:"end",absElemType:"composer",info:t.composer,name:"composer"},l)}e.author&&e.author.length>0&&a(this.rows,{marginLeft:o+n,text:e.author,font:"composerfont",klass:"meta-top author",anchor:"end",absElemType:"author",info:t.author,name:"author"},l),e.partOrder&&e.partOrder.length>0&&a(this.rows,{marginLeft:o,text:e.partOrder,font:"partsfont",klass:"meta-top part-order",absElemType:"partOrder",info:t.partOrder,name:"part-order"},l)}},2080:function(e,t,r){var a=r(1009);e.exports=function(e,t){void 0===e&&(e="abcjs-note_selected"),void 0===t&&(t="#000000"),a(this.elemset,"",e,t)}}},t={},r=function r(a){var i=t[a];if(void 0!==i)return i.exports;var n=t[a]={exports:{}};return e[a](n,n.exports,r),n.exports}(7001),r;var e,t,r}));
|