diff --git a/docs/api/assets/main.js b/docs/api/assets/main.js index f7c83669cf..4bd47a25da 100644 --- a/docs/api/assets/main.js +++ b/docs/api/assets/main.js @@ -1,7 +1,7 @@ "use strict"; -"use strict";(()=>{var Qe=Object.create;var ae=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Ce=Object.getOwnPropertyNames;var Oe=Object.getPrototypeOf,Re=Object.prototype.hasOwnProperty;var _e=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Me=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Ce(e))!Re.call(t,i)&&i!==n&&ae(t,i,{get:()=>e[i],enumerable:!(r=Pe(e,i))||r.enumerable});return t};var De=(t,e,n)=>(n=t!=null?Qe(Oe(t)):{},Me(e||!t||!t.__esModule?ae(n,"default",{value:t,enumerable:!0}):n,t));var de=_e((ce,he)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i0){var h=t.utils.clone(n)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(r.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. -`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r1&&(oe&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ou?h+=2:a==u&&(n+=r[l+1]*i[h+1],l+=2,h+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),m=s.str.charAt(1),v;m in s.node.edges?v=s.node.edges[m]:(v=new t.TokenSet,s.node.edges[m]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof ce=="object"?he.exports=n():e.lunr=n()}(this,function(){return t})})()});var le=[];function B(t,e){le.push({selector:e,constructor:t})}var Y=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureFocusedElementVisible(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible())}createComponents(e){le.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r,app:this}),r.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}ensureFocusedElementVisible(){this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null);let e=document.getElementById(location.hash.substring(1));if(!e)return;let n=e.parentElement;for(;n&&n.tagName!=="SECTION";)n=n.parentElement;if(n&&n.offsetParent==null){this.alwaysVisibleMember=n,n.classList.add("always-visible");let r=document.createElement("p");r.classList.add("warning"),r.textContent="This member is normally hidden due to your filter settings.",n.prepend(r)}}};var I=class{constructor(e){this.el=e.el,this.app=e.app}};var J=class{constructor(){this.listeners={}}addEventListener(e,n){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(n)}removeEventListener(e,n){if(!(e in this.listeners))return;let r=this.listeners[e];for(let i=0,s=r.length;i{let n=Date.now();return(...r)=>{n+e-Date.now()<0&&(t(...r),n=Date.now())}};var re=class extends J{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.navigation=document.querySelector(".col-menu"),window.addEventListener("scroll",ne(()=>this.onScroll(),10)),window.addEventListener("resize",ne(()=>this.onResize(),10)),this.searchInput=document.querySelector("#tsd-search input"),this.searchInput&&this.searchInput.addEventListener("focus",()=>{this.hideShowToolbar()}),this.onResize(),this.onScroll()}triggerResize(){let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onScroll(){this.scrollTop=window.scrollY||0;let n=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(n),this.hideShowToolbar()}hideShowToolbar(){let n=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0||!!this.searchInput&&this.searchInput===document.activeElement,n!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.navigation?.classList.toggle("col-menu--hide")),this.lastY=this.scrollTop}},R=re;R.instance=new re;var X=class extends I{constructor(n){super(n);this.anchors=[];this.index=-1;R.instance.addEventListener("resize",()=>this.onResize()),R.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substring(0,n.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let i=r.href;if(i.indexOf("#")==-1||i.substring(0,n.length)!=n)return;let s=i.substring(i.indexOf("#")+1),o=document.querySelector("a.tsd-anchor[name="+s+"]"),a=r.parentNode;!o||!a||this.anchors.push({link:a,anchor:o,position:0})}),this.onResize()}onResize(){let n;for(let i=0,s=this.anchors.length;ii.position-s.position);let r=new CustomEvent("scroll",{detail:{scrollTop:R.instance.scrollTop}});this.onScroll(r)}onScroll(n){let r=n.detail.scrollTop+5,i=this.anchors,s=i.length-1,o=this.index;for(;o>-1&&i[o].position>r;)o-=1;for(;o-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=o,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ue=(t,e=100)=>{let n;return()=>{clearTimeout(n),n=setTimeout(()=>t(),e)}};var me=De(de());function ve(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let n=document.querySelector("#tsd-search input"),r=document.querySelector("#tsd-search .results");if(!n||!r)throw new Error("The input field or the result list wrapper was not found");let i=!1;r.addEventListener("mousedown",()=>i=!0),r.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),n.addEventListener("focus",()=>t.classList.add("has-focus")),n.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Fe(t,r,n,s)}function Fe(t,e,n,r){n.addEventListener("input",ue(()=>{He(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ve(e,n):s.key=="Escape"?n.blur():s.key=="ArrowUp"?pe(e,-1):s.key==="ArrowDown"?pe(e,1):i=!1}),n.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!n.matches(":focus")&&s.key==="/"&&(n.focus(),s.preventDefault())})}function Ae(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=me.Index.load(window.searchData.index))}function He(t,e,n,r){if(Ae(r,t),!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s=i?r.index.search(`*${i}*`):[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o${fe(u.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=u.classes??"";let m=document.createElement("a");m.href=r.base+u.url,m.innerHTML=l,h.append(m),e.appendChild(h)}}function pe(t,e){let n=t.querySelector(".current");if(!n)n=t.querySelector(e==1?"li:first-child":"li:last-child"),n&&n.classList.add("current");else{let r=n;if(e===1)do r=r.nextElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);else do r=r.previousElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);r&&(n.classList.remove("current"),r.classList.add("current"))}}function Ve(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),e.blur()}}function fe(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ie(t.substring(s,o)),`${ie(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(ie(t.substring(s))),i.join("")}var Ne={"&":"&","<":"<",">":">","'":"'",'"':"""};function ie(t){return t.replace(/[&<>"'"]/g,e=>Ne[e])}var F="mousedown",ye="mousemove",j="mouseup",Z={x:0,y:0},ge=!1,se=!1,Be=!1,A=!1,xe=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(xe?"is-mobile":"not-mobile");xe&&"ontouchstart"in document.documentElement&&(Be=!0,F="touchstart",ye="touchmove",j="touchend");document.addEventListener(F,t=>{se=!0,A=!1;let e=F=="touchstart"?t.targetTouches[0]:t;Z.y=e.pageY||0,Z.x=e.pageX||0});document.addEventListener(ye,t=>{if(se&&!A){let e=F=="touchstart"?t.targetTouches[0]:t,n=Z.x-(e.pageX||0),r=Z.y-(e.pageY||0);A=Math.sqrt(n*n+r*r)>10}});document.addEventListener(j,()=>{se=!1});document.addEventListener("click",t=>{ge&&(t.preventDefault(),t.stopImmediatePropagation(),ge=!1)});var K=class extends I{constructor(n){super(n);this.className=this.el.dataset.toggle||"",this.el.addEventListener(j,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(F,r=>this.onDocumentPointerDown(r)),document.addEventListener(j,r=>this.onDocumentPointerUp(r))}setActive(n){if(this.active==n)return;this.active=n,document.documentElement.classList.toggle("has-"+this.className,n),this.el.classList.toggle("active",n);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(n){A||(this.setActive(!0),n.preventDefault())}onDocumentPointerDown(n){if(this.active){if(n.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(n){if(!A&&this.active&&n.target.closest(".col-menu")){let r=n.target.closest("a");if(r){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),r.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var oe;try{oe=localStorage}catch{oe={getItem(){return null},setItem(){}}}var Q=oe;var Le=document.head.appendChild(document.createElement("style"));Le.dataset.for="filters";var ee=class extends I{constructor(n){super(n);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),Le.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } -`}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.checked}setLocalStorage(n){Q.setItem(this.key,n.toString()),this.value=n,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),document.querySelectorAll(".tsd-index-section").forEach(n=>{n.style.display="block";let r=Array.from(n.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);n.style.display=r?"none":"block"})}};var te=class extends I{constructor(n){super(n);this.calculateHeights(),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.textContent.replace(/\s+/g,"-").toLowerCase()}`,this.setLocalStorage(this.fromLocalStorage(),!0),this.summary.addEventListener("click",r=>this.toggleVisibility(r)),this.icon.style.transform=this.getIconRotation()}getIconRotation(n=this.el.open){return`rotate(${n?0:-90}deg)`}calculateHeights(){let n=this.el.open,{position:r,left:i}=this.el.style;this.el.style.position="fixed",this.el.style.left="-9999px",this.el.open=!0,this.expandedHeight=this.el.offsetHeight+"px",this.el.open=!1,this.collapsedHeight=this.el.offsetHeight+"px",this.el.open=n,this.el.style.height=n?this.expandedHeight:this.collapsedHeight,this.el.style.position=r,this.el.style.left=i}toggleVisibility(n){n.preventDefault(),this.el.style.overflow="hidden",this.el.open?this.collapse():this.expand()}expand(n=!0){this.el.open=!0,this.animate(this.collapsedHeight,this.expandedHeight,{opening:!0,duration:n?300:0})}collapse(n=!0){this.animate(this.expandedHeight,this.collapsedHeight,{opening:!1,duration:n?300:0})}animate(n,r,{opening:i,duration:s=300}){if(this.animation)return;let o={duration:s,easing:"ease"};this.animation=this.el.animate({height:[n,r]},o),this.icon.animate({transform:[this.icon.style.transform||this.getIconRotation(!i),this.getIconRotation(i)]},o).addEventListener("finish",()=>{this.icon.style.transform=this.getIconRotation(i)}),this.animation.addEventListener("finish",()=>this.animationEnd(i))}animationEnd(n){this.el.open=n,this.animation=void 0,this.el.style.height="auto",this.el.style.overflow="visible",this.setLocalStorage(n)}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.open}setLocalStorage(n,r=!1){this.fromLocalStorage()===n&&!r||(Q.setItem(this.key,n.toString()),this.el.open=n,this.handleValueChange(r))}handleValueChange(n=!1){this.fromLocalStorage()===this.el.open&&!n||(this.fromLocalStorage()?this.expand(!1):this.collapse(!1))}};function be(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,Ee(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),Ee(t.value)})}function Ee(t){document.documentElement.dataset.theme=t}ve();B(X,".menu-highlight");B(K,"a[data-toggle]");B(te,".tsd-index-accordion");B(ee,".tsd-filter-item input[type=checkbox]");var we=document.getElementById("theme");we&&be(we);var je=new Y;Object.defineProperty(window,"app",{value:je});})(); +"use strict";(()=>{var Se=Object.create;var re=Object.defineProperty;var we=Object.getOwnPropertyDescriptor;var Te=Object.getOwnPropertyNames;var ke=Object.getPrototypeOf,Qe=Object.prototype.hasOwnProperty;var Pe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Ie=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Te(e))!Qe.call(t,i)&&i!==r&&re(t,i,{get:()=>e[i],enumerable:!(n=we(e,i))||n.enumerable});return t};var Ce=(t,e,r)=>(r=t!=null?Se(ke(t)):{},Ie(e||!t||!t.__esModule?re(r,"default",{value:t,enumerable:!0}):r,t));var ae=Pe((se,oe)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var d=t.utils.clone(r)||{};d.position=[a,u],d.index=s.length,s.push(new t.Token(n.slice(a,o),d))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ol?d+=2:a==l&&(r+=n[u+1]*i[d+1],u+=2,d+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),m=s.str.charAt(1),y;m in s.node.edges?y=s.node.edges[m]:(y=new t.TokenSet,s.node.edges[m]=y),s.str.length==1&&(y.final=!0),i.push({node:y,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof se=="object"?oe.exports=r():e.lunr=r()}(this,function(){return t})})()});var ne=[];function G(t,e){ne.push({selector:e,constructor:t})}var U=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureActivePageVisible(),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible())}createComponents(e){ne.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n,app:this}),n.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),r=e?.parentElement;for(;r&&!r.classList.contains(".tsd-navigation");)r instanceof HTMLDetailsElement&&(r.open=!0),r=r.parentElement;if(e){let n=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=n}}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let r=e.parentElement;for(;r&&r.tagName!=="SECTION";)r=r.parentElement;if(r&&r.offsetParent==null){this.alwaysVisibleMember=r,r.classList.add("always-visible");let n=document.createElement("p");n.classList.add("warning"),n.textContent="This member is normally hidden due to your filter settings.",r.prepend(n)}}listenForCodeCopies(){document.querySelectorAll("pre > button").forEach(e=>{let r;e.addEventListener("click",()=>{e.previousElementSibling instanceof HTMLElement&&navigator.clipboard.writeText(e.previousElementSibling.innerText.trim()),e.textContent="Copied!",e.classList.add("visible"),clearTimeout(r),r=setTimeout(()=>{e.classList.remove("visible"),r=setTimeout(()=>{e.textContent="Copy"},100)},1e3)})})}};var ie=(t,e=100)=>{let r;return()=>{clearTimeout(r),r=setTimeout(()=>t(),e)}};var ce=Ce(ae());function de(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("tsd-search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Oe(t,n,r,s)}function Oe(t,e,r,n){r.addEventListener("input",ie(()=>{Re(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Fe(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?ue(e,-1):s.key==="ArrowDown"?ue(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function _e(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=ce.Index.load(window.searchData.index))}function Re(t,e,r,n){if(_e(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=i?n.index.search(`*${i}*`):[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o${le(l.parent,i)}.${u}`);let d=document.createElement("li");d.classList.value=l.classes??"";let m=document.createElement("a");m.href=n.base+l.url,m.innerHTML=u,d.append(m),e.appendChild(d)}}function ue(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling??void 0;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling??void 0;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Fe(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function le(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(K(t.substring(s,o)),`${K(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(K(t.substring(s))),i.join("")}var Me={"&":"&","<":"<",">":">","'":"'",'"':"""};function K(t){return t.replace(/[&<>"'"]/g,e=>Me[e])}var P=class{constructor(e){this.el=e.el,this.app=e.app}};var M="mousedown",fe="mousemove",N="mouseup",J={x:0,y:0},he=!1,ee=!1,De=!1,D=!1,pe=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(pe?"is-mobile":"not-mobile");pe&&"ontouchstart"in document.documentElement&&(De=!0,M="touchstart",fe="touchmove",N="touchend");document.addEventListener(M,t=>{ee=!0,D=!1;let e=M=="touchstart"?t.targetTouches[0]:t;J.y=e.pageY||0,J.x=e.pageX||0});document.addEventListener(fe,t=>{if(ee&&!D){let e=M=="touchstart"?t.targetTouches[0]:t,r=J.x-(e.pageX||0),n=J.y-(e.pageY||0);D=Math.sqrt(r*r+n*n)>10}});document.addEventListener(N,()=>{ee=!1});document.addEventListener("click",t=>{he&&(t.preventDefault(),t.stopImmediatePropagation(),he=!1)});var X=class extends P{constructor(r){super(r);this.className=this.el.dataset.toggle||"",this.el.addEventListener(N,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(M,n=>this.onDocumentPointerDown(n)),document.addEventListener(N,n=>this.onDocumentPointerUp(n))}setActive(r){if(this.active==r)return;this.active=r,document.documentElement.classList.toggle("has-"+this.className,r),this.el.classList.toggle("active",r);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(r){D||(this.setActive(!0),r.preventDefault())}onDocumentPointerDown(r){if(this.active){if(r.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(r){if(!D&&this.active&&r.target.closest(".col-sidebar")){let n=r.target.closest("a");if(n){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),n.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var te;try{te=localStorage}catch{te={getItem(){return null},setItem(){}}}var Q=te;var me=document.head.appendChild(document.createElement("style"));me.dataset.for="filters";var Y=class extends P{constructor(r){super(r);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),me.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } +`}fromLocalStorage(){let r=Q.getItem(this.key);return r?r==="true":this.el.checked}setLocalStorage(r){Q.setItem(this.key,r.toString()),this.value=r,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),document.querySelectorAll(".tsd-index-section").forEach(r=>{r.style.display="block";let n=Array.from(r.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);r.style.display=n?"none":"block"})}};var Z=class extends P{constructor(r){super(r);this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.dataset.key??this.summary.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`;let n=Q.getItem(this.key);this.el.open=n?n==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update()),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function ve(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,ye(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),ye(t.value)})}function ye(t){document.documentElement.dataset.theme=t}de();G(X,"a[data-toggle]");G(Z,".tsd-index-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var ge=document.getElementById("tsd-theme");ge&&ve(ge);var Ae=new U;Object.defineProperty(window,"app",{value:Ae});})(); /*! Bundled license information: lunr/lunr.js: diff --git a/docs/api/assets/search.js b/docs/api/assets/search.js index 5192ebbb98..df97b3d440 100644 --- a/docs/api/assets/search.js +++ b/docs/api/assets/search.js @@ -1 +1 @@ -window.searchData = JSON.parse("{\"kinds\":{\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\"},\"rows\":[{\"kind\":4194304,\"name\":\"Line\",\"url\":\"types/Line.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Line.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Line\"},{\"kind\":1024,\"name\":\"column\",\"url\":\"types/Line.html#__type.column\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Line.__type\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"types/Line.html#__type.line\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Line.__type\"},{\"kind\":1024,\"name\":\"flatLine\",\"url\":\"types/Line.html#__type.flatLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Line.__type\"},{\"kind\":1024,\"name\":\"dblSharpLine\",\"url\":\"types/Line.html#__type.dblSharpLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Line.__type\"},{\"kind\":1024,\"name\":\"numAcc\",\"url\":\"types/Line.html#__type.numAcc\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Line.__type\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"types/Line.html#__type.width\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Line.__type\"},{\"kind\":128,\"name\":\"Accidental\",\"url\":\"classes/Accidental.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/Accidental.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Accidental\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Accidental.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Accidental.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"checkCollision\",\"url\":\"classes/Accidental.html#checkCollision\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"applyAccidentals\",\"url\":\"classes/Accidental.html#applyAccidentals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Accidental\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Accidental.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Accidental.html#PositionString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Accidental.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Accidental.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Accidental\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Accidental.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Accidental\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/Accidental.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Accidental\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Accidental.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Accidental.render_options\"},{\"kind\":1024,\"name\":\"parenLeftPadding\",\"url\":\"classes/Accidental.html#render_options.__type.parenLeftPadding\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Accidental.render_options.__type\"},{\"kind\":1024,\"name\":\"font_scale\",\"url\":\"classes/Accidental.html#render_options.__type.font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Accidental.render_options.__type\"},{\"kind\":1024,\"name\":\"parenRightPadding\",\"url\":\"classes/Accidental.html#render_options.__type.parenRightPadding\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Accidental.render_options.__type\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Accidental.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Accidental.html#setNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setAsCautionary\",\"url\":\"classes/Accidental.html#setAsCautionary\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Accidental.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Accidental.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Accidental.html#getNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Accidental.html#checkAttachedNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Accidental.html#getIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Accidental.html#checkIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Accidental.html#setIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Accidental.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Accidental.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Accidental.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Accidental.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Accidental.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Accidental.html#setTextLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Accidental.html#setYShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Accidental.html#setSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Accidental.html#getSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Accidental.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Accidental.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Accidental.html#alignSubNotesWithNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Accidental.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Accidental.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Accidental.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Accidental.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Accidental.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Accidental.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Accidental.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Accidental.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Accidental.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Accidental.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Accidental.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Accidental.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Accidental.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Accidental.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Accidental.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Accidental.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Accidental.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Accidental.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Accidental.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Accidental.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Accidental.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Accidental.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Accidental.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Accidental.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Accidental.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Accidental.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Accidental.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Accidental.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Accidental.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Accidental.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Accidental.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Accidental.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Accidental.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Accidental.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":8,\"name\":\"AnnotationHorizontalJustify\",\"url\":\"enums/AnnotationHorizontalJustify.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"LEFT\",\"url\":\"enums/AnnotationHorizontalJustify.html#LEFT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AnnotationHorizontalJustify\"},{\"kind\":16,\"name\":\"CENTER\",\"url\":\"enums/AnnotationHorizontalJustify.html#CENTER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AnnotationHorizontalJustify\"},{\"kind\":16,\"name\":\"RIGHT\",\"url\":\"enums/AnnotationHorizontalJustify.html#RIGHT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AnnotationHorizontalJustify\"},{\"kind\":16,\"name\":\"CENTER_STEM\",\"url\":\"enums/AnnotationHorizontalJustify.html#CENTER_STEM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AnnotationHorizontalJustify\"},{\"kind\":8,\"name\":\"AnnotationVerticalJustify\",\"url\":\"enums/AnnotationVerticalJustify.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"TOP\",\"url\":\"enums/AnnotationVerticalJustify.html#TOP\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AnnotationVerticalJustify\"},{\"kind\":16,\"name\":\"CENTER\",\"url\":\"enums/AnnotationVerticalJustify.html#CENTER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AnnotationVerticalJustify\"},{\"kind\":16,\"name\":\"BOTTOM\",\"url\":\"enums/AnnotationVerticalJustify.html#BOTTOM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AnnotationVerticalJustify\"},{\"kind\":16,\"name\":\"CENTER_STEM\",\"url\":\"enums/AnnotationVerticalJustify.html#CENTER_STEM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AnnotationVerticalJustify\"},{\"kind\":128,\"name\":\"Annotation\",\"url\":\"classes/Annotation.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/Annotation.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Annotation.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Annotation\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Annotation.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Annotation\"},{\"kind\":1024,\"name\":\"HorizontalJustify\",\"url\":\"classes/Annotation.html#HorizontalJustify\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Annotation\"},{\"kind\":1024,\"name\":\"HorizontalJustifyString\",\"url\":\"classes/Annotation.html#HorizontalJustifyString\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Annotation\"},{\"kind\":1024,\"name\":\"VerticalJustify\",\"url\":\"classes/Annotation.html#VerticalJustify\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Annotation\"},{\"kind\":1024,\"name\":\"VerticalJustifyString\",\"url\":\"classes/Annotation.html#VerticalJustifyString\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"minAnnotationPadding\",\"url\":\"classes/Annotation.html#minAnnotationPadding\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Annotation.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Annotation.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Annotation.html#PositionString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Annotation.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setVerticalJustification\",\"url\":\"classes/Annotation.html#setVerticalJustification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getJustification\",\"url\":\"classes/Annotation.html#getJustification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setJustification\",\"url\":\"classes/Annotation.html#setJustification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Annotation.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Annotation.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Annotation.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Annotation.html#getNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Annotation.html#checkAttachedNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Annotation.html#setNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Annotation.html#getIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Annotation.html#checkIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Annotation.html#setIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Annotation.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Annotation.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Annotation.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Annotation.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Annotation.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Annotation.html#setTextLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Annotation.html#setYShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Annotation.html#setSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Annotation.html#getSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Annotation.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Annotation.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Annotation.html#alignSubNotesWithNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Annotation.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Annotation.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Annotation.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Annotation.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Annotation.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Annotation.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Annotation.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Annotation.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Annotation.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Annotation.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Annotation.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Annotation.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Annotation.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Annotation.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Annotation.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Annotation.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Annotation.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Annotation.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Annotation.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Annotation.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Annotation.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Annotation.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Annotation.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Annotation.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Annotation.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Annotation.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Annotation.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Annotation.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Annotation.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Annotation.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Annotation.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Annotation.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Annotation.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Annotation.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":256,\"name\":\"ArticulationStruct\",\"url\":\"interfaces/ArticulationStruct.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/ArticulationStruct.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ArticulationStruct\"},{\"kind\":1024,\"name\":\"aboveCode\",\"url\":\"interfaces/ArticulationStruct.html#aboveCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ArticulationStruct\"},{\"kind\":1024,\"name\":\"belowCode\",\"url\":\"interfaces/ArticulationStruct.html#belowCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ArticulationStruct\"},{\"kind\":1024,\"name\":\"between_lines\",\"url\":\"interfaces/ArticulationStruct.html#between_lines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ArticulationStruct\"},{\"kind\":128,\"name\":\"Articulation\",\"url\":\"classes/Articulation.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/Articulation.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Articulation\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Articulation.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Articulation.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"easyScoreHook\",\"url\":\"classes/Articulation.html#easyScoreHook\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Articulation\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Articulation.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Articulation.html#PositionString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Articulation.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Articulation.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Articulation\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Articulation.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Articulation\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/Articulation.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Articulation\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Articulation.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Articulation.render_options\"},{\"kind\":1024,\"name\":\"font_scale\",\"url\":\"classes/Articulation.html#render_options.__type.font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Articulation.render_options.__type\"},{\"kind\":2048,\"name\":\"setBetweenLines\",\"url\":\"classes/Articulation.html#setBetweenLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Articulation.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Articulation.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Articulation.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Articulation.html#getNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Articulation.html#checkAttachedNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Articulation.html#setNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Articulation.html#getIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Articulation.html#checkIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Articulation.html#setIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Articulation.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Articulation.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Articulation.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Articulation.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Articulation.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Articulation.html#setTextLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Articulation.html#setYShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Articulation.html#setSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Articulation.html#getSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Articulation.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Articulation.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Articulation.html#alignSubNotesWithNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Articulation.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Articulation.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Articulation.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Articulation.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Articulation.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Articulation.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Articulation.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Articulation.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Articulation.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Articulation.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Articulation.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Articulation.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Articulation.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Articulation.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Articulation.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Articulation.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Articulation.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Articulation.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Articulation.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Articulation.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Articulation.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Articulation.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Articulation.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Articulation.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Articulation.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Articulation.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Articulation.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Articulation.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Articulation.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Articulation.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Articulation.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Articulation.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Articulation.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Articulation.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":128,\"name\":\"BarNote\",\"url\":\"classes/BarNote.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/BarNote.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BarNote\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/BarNote.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/BarNote.html#plotMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/BarNote.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BarNote.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getType\",\"url\":\"classes/BarNote.html#getType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setType\",\"url\":\"classes/BarNote.html#setType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/BarNote.html#addToModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/BarNote.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/BarNote.html#draw-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BarNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/BarNote.html#glyphProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/BarNote.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/BarNote.html#keyProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/BarNote.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/BarNote.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"BarNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/BarNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/BarNote.html#render_options.__type.draw\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/BarNote.html#render_options.__type.draw_dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/BarNote.html#render_options.__type.draw_stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/BarNote.html#render_options.__type.y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/BarNote.html#render_options.__type.extend_left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/BarNote.html#render_options.__type.extend_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/BarNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/BarNote.html#render_options.__type.annotation_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/BarNote.html#render_options.__type.glyph_font_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/BarNote.html#render_options.__type.scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/BarNote.html#render_options.__type.font\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/BarNote.html#render_options.__type.stroke_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/BarNote.html#getPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/BarNote.html#setPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/BarNote.html#isRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/BarNote.html#addStroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/BarNote.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/BarNote.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/BarNote.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/BarNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/BarNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/BarNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/BarNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/BarNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/BarNote.html#getLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/BarNote.html#getLineForRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/BarNote.html#getGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/BarNote.html#getGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/BarNote.html#getGlyphWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/BarNote.html#setYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/BarNote.html#getYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/BarNote.html#getYForTopText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/BarNote.html#getVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/BarNote.html#setVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/BarNote.html#getTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/BarNote.html#setTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/BarNote.html#getDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/BarNote.html#isDotted\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/BarNote.html#hasStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/BarNote.html#getNoteType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/BarNote.html#getBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/BarNote.html#checkBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/BarNote.html#hasBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/BarNote.html#setBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/BarNote.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/BarNote.html#getModifiersByType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/BarNote.html#getModifierStartXY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/BarNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"BarNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/BarNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BarNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/BarNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BarNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/BarNote.html#getRightParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/BarNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/BarNote.html#getFirstDotPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/BarNote.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/BarNote.html#getAbsoluteX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/BarNote.html#getStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/BarNote.html#getStemExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/BarNote.html#getTieRightX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/BarNote.html#getTieLeftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/BarNote.html#getKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/BarNote.html#getKeyProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/BarNote.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/BarNote.html#getTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/BarNote.html#setIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/BarNote.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/BarNote.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/BarNote.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/BarNote.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/BarNote.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/BarNote.html#getFormatterMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/BarNote.html#getCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/BarNote.html#setCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/BarNote.html#isCenterAligned\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/BarNote.html#setCenterAlignment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/BarNote.html#getTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/BarNote.html#getTupletStack\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/BarNote.html#resetTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/BarNote.html#setTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/BarNote.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/BarNote.html#checkTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/BarNote.html#preFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/BarNote.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/BarNote.html#postFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/BarNote.html#getIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/BarNote.html#setIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/BarNote.html#getTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/BarNote.html#applyTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/BarNote.html#setDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/BarNote.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/BarNote.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/BarNote.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/BarNote.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/BarNote.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/BarNote.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/BarNote.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/BarNote.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/BarNote.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/BarNote.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/BarNote.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/BarNote.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/BarNote.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/BarNote.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/BarNote.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/BarNote.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/BarNote.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/BarNote.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/BarNote.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/BarNote.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/BarNote.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/BarNote.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/BarNote.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/BarNote.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/BarNote.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/BarNote.html#font-1\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/BarNote.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/BarNote.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/BarNote.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/BarNote.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/BarNote.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/BarNote.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/BarNote.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/BarNote.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/BarNote.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/BarNote.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/BarNote.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":32,\"name\":\"BEAM_LEFT\",\"url\":\"variables/BEAM_LEFT.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"BEAM_RIGHT\",\"url\":\"variables/BEAM_RIGHT.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"BEAM_BOTH\",\"url\":\"variables/BEAM_BOTH.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"PartialBeamDirection\",\"url\":\"types/PartialBeamDirection.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"Beam\",\"url\":\"classes/Beam.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Beam.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getDefaultBeamGroups\",\"url\":\"classes/Beam.html#getDefaultBeamGroups\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"applyAndGetBeams\",\"url\":\"classes/Beam.html#applyAndGetBeams\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"generateBeams\",\"url\":\"classes/Beam.html#generateBeams\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Beam.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Beam.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/Beam.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Beam.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Beam.render_options\"},{\"kind\":1024,\"name\":\"flat_beam_offset\",\"url\":\"classes/Beam.html#render_options.__type.flat_beam_offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"flat_beams\",\"url\":\"classes/Beam.html#render_options.__type.flat_beams\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"secondary_break_ticks\",\"url\":\"classes/Beam.html#render_options.__type.secondary_break_ticks\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"show_stemlets\",\"url\":\"classes/Beam.html#render_options.__type.show_stemlets\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"beam_width\",\"url\":\"classes/Beam.html#render_options.__type.beam_width\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"max_slope\",\"url\":\"classes/Beam.html#render_options.__type.max_slope\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"min_slope\",\"url\":\"classes/Beam.html#render_options.__type.min_slope\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"slope_iterations\",\"url\":\"classes/Beam.html#render_options.__type.slope_iterations\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"slope_cost\",\"url\":\"classes/Beam.html#render_options.__type.slope_cost\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"stemlet_extension\",\"url\":\"classes/Beam.html#render_options.__type.stemlet_extension\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"partial_beam_length\",\"url\":\"classes/Beam.html#render_options.__type.partial_beam_length\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"min_flat_beam_offset\",\"url\":\"classes/Beam.html#render_options.__type.min_flat_beam_offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"notes\",\"url\":\"classes/Beam.html#notes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":1024,\"name\":\"postFormatted\",\"url\":\"classes/Beam.html#postFormatted\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":1024,\"name\":\"slope\",\"url\":\"classes/Beam.html#slope\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/Beam.html#getStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getNotes\",\"url\":\"classes/Beam.html#getNotes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getBeamCount\",\"url\":\"classes/Beam.html#getBeamCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"breakSecondaryAt\",\"url\":\"classes/Beam.html#breakSecondaryAt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"setPartialBeamSideAt\",\"url\":\"classes/Beam.html#setPartialBeamSideAt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"unsetPartialBeamSideAt\",\"url\":\"classes/Beam.html#unsetPartialBeamSideAt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getSlopeY\",\"url\":\"classes/Beam.html#getSlopeY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"calculateSlope\",\"url\":\"classes/Beam.html#calculateSlope\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"calculateFlatSlope\",\"url\":\"classes/Beam.html#calculateFlatSlope\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getBeamYToDraw\",\"url\":\"classes/Beam.html#getBeamYToDraw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"applyStemExtensions\",\"url\":\"classes/Beam.html#applyStemExtensions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"lookupBeamDirection\",\"url\":\"classes/Beam.html#lookupBeamDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getBeamLines\",\"url\":\"classes/Beam.html#getBeamLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/Beam.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/Beam.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Beam.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Beam.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Beam.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Beam.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Beam.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Beam.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Beam.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Beam.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Beam.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Beam.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Beam.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Beam.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Beam.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Beam.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Beam.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Beam.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Beam.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Beam.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Beam.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Beam.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Beam.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Beam.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Beam.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Beam.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Beam.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Beam.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Beam.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Beam.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Beam.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Beam.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Beam.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Beam.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Beam.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Beam.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Beam.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":256,\"name\":\"BendPhrase\",\"url\":\"interfaces/BendPhrase.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"interfaces/BendPhrase.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BendPhrase\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/BendPhrase.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BendPhrase\"},{\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/BendPhrase.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BendPhrase\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/BendPhrase.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BendPhrase\"},{\"kind\":1024,\"name\":\"draw_width\",\"url\":\"interfaces/BendPhrase.html#draw_width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BendPhrase\"},{\"kind\":128,\"name\":\"Bend\",\"url\":\"classes/Bend.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Bend.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"UP\",\"url\":\"classes/Bend.html#UP\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"DOWN\",\"url\":\"classes/Bend.html#DOWN\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Bend\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Bend.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Bend.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Bend.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Bend.html#PositionString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Bend.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Bend\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/Bend.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Bend\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Bend.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Bend.render_options\"},{\"kind\":1024,\"name\":\"line_width\",\"url\":\"classes/Bend.html#render_options.__type.line_width\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Bend.render_options.__type\"},{\"kind\":1024,\"name\":\"release_width\",\"url\":\"classes/Bend.html#render_options.__type.release_width\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Bend.render_options.__type\"},{\"kind\":1024,\"name\":\"bend_width\",\"url\":\"classes/Bend.html#render_options.__type.bend_width\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Bend.render_options.__type\"},{\"kind\":1024,\"name\":\"line_style\",\"url\":\"classes/Bend.html#render_options.__type.line_style\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Bend.render_options.__type\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Bend.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setTap\",\"url\":\"classes/Bend.html#setTap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getText\",\"url\":\"classes/Bend.html#getText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getTextHeight\",\"url\":\"classes/Bend.html#getTextHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Bend.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Bend.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Bend.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Bend.html#getNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Bend.html#checkAttachedNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Bend.html#setNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Bend.html#getIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Bend.html#checkIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Bend.html#setIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Bend.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Bend.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Bend.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Bend.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Bend.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Bend.html#setTextLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Bend.html#setYShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Bend.html#setSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Bend.html#getSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Bend.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Bend.html#alignSubNotesWithNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Bend.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Bend.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Bend.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Bend.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Bend.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Bend.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Bend.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Bend.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Bend.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Bend.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Bend.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Bend.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Bend.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Bend.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Bend.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Bend.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Bend.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Bend.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Bend.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Bend.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Bend.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Bend.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Bend.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Bend.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Bend.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Bend.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Bend.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Bend.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Bend.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Bend.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Bend.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Bend.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Bend.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Bend.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":256,\"name\":\"Bounds\",\"url\":\"interfaces/Bounds.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"interfaces/Bounds.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Bounds\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"interfaces/Bounds.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Bounds\"},{\"kind\":1024,\"name\":\"w\",\"url\":\"interfaces/Bounds.html#w\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Bounds\"},{\"kind\":1024,\"name\":\"h\",\"url\":\"interfaces/Bounds.html#h\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Bounds\"},{\"kind\":128,\"name\":\"BoundingBox\",\"url\":\"classes/BoundingBox.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/BoundingBox.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBox\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BoundingBox.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BoundingBox\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/BoundingBox.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BoundingBox\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/BoundingBox.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BoundingBox\"},{\"kind\":1024,\"name\":\"w\",\"url\":\"classes/BoundingBox.html#w\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BoundingBox\"},{\"kind\":1024,\"name\":\"h\",\"url\":\"classes/BoundingBox.html#h\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/BoundingBox.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"getY\",\"url\":\"classes/BoundingBox.html#getY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"getW\",\"url\":\"classes/BoundingBox.html#getW\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"getH\",\"url\":\"classes/BoundingBox.html#getH\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/BoundingBox.html#setX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"setY\",\"url\":\"classes/BoundingBox.html#setY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"setW\",\"url\":\"classes/BoundingBox.html#setW\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"setH\",\"url\":\"classes/BoundingBox.html#setH\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"move\",\"url\":\"classes/BoundingBox.html#move\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"clone\",\"url\":\"classes/BoundingBox.html#clone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"mergeWith\",\"url\":\"classes/BoundingBox.html#mergeWith\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBox\"},{\"kind\":128,\"name\":\"BoundingBoxComputation\",\"url\":\"classes/BoundingBoxComputation.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BoundingBoxComputation.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"BoundingBoxComputation\"},{\"kind\":2048,\"name\":\"getX1\",\"url\":\"classes/BoundingBoxComputation.html#getX1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBoxComputation\"},{\"kind\":2048,\"name\":\"getY1\",\"url\":\"classes/BoundingBoxComputation.html#getY1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBoxComputation\"},{\"kind\":2048,\"name\":\"width\",\"url\":\"classes/BoundingBoxComputation.html#width\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBoxComputation\"},{\"kind\":2048,\"name\":\"height\",\"url\":\"classes/BoundingBoxComputation.html#height\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBoxComputation\"},{\"kind\":2048,\"name\":\"addPoint\",\"url\":\"classes/BoundingBoxComputation.html#addPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBoxComputation\"},{\"kind\":2048,\"name\":\"addX\",\"url\":\"classes/BoundingBoxComputation.html#addX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBoxComputation\"},{\"kind\":2048,\"name\":\"addY\",\"url\":\"classes/BoundingBoxComputation.html#addY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBoxComputation\"},{\"kind\":2048,\"name\":\"addQuadraticCurve\",\"url\":\"classes/BoundingBoxComputation.html#addQuadraticCurve\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBoxComputation\"},{\"kind\":2048,\"name\":\"addBezierCurve\",\"url\":\"classes/BoundingBoxComputation.html#addBezierCurve\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BoundingBoxComputation\"},{\"kind\":128,\"name\":\"CanvasContext\",\"url\":\"classes/CanvasContext.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"WIDTH\",\"url\":\"classes/CanvasContext.html#WIDTH\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":262144,\"name\":\"HEIGHT\",\"url\":\"classes/CanvasContext.html#HEIGHT\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":262144,\"name\":\"CANVAS_BROWSER_SIZE_LIMIT\",\"url\":\"classes/CanvasContext.html#CANVAS_BROWSER_SIZE_LIMIT\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"sanitizeCanvasDims\",\"url\":\"classes/CanvasContext.html#sanitizeCanvasDims\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/CanvasContext.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CanvasContext\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CanvasContext.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":1024,\"name\":\"context2D\",\"url\":\"classes/CanvasContext.html#context2D\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":1024,\"name\":\"canvas\",\"url\":\"classes/CanvasContext.html#canvas\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":1024,\"name\":\"textHeight\",\"url\":\"classes/CanvasContext.html#textHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"clear\",\"url\":\"classes/CanvasContext.html#clear\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"openGroup\",\"url\":\"classes/CanvasContext.html#openGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"closeGroup\",\"url\":\"classes/CanvasContext.html#closeGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"add\",\"url\":\"classes/CanvasContext.html#add\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"setFillStyle\",\"url\":\"classes/CanvasContext.html#setFillStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"setBackgroundFillStyle\",\"url\":\"classes/CanvasContext.html#setBackgroundFillStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"setStrokeStyle\",\"url\":\"classes/CanvasContext.html#setStrokeStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"setShadowColor\",\"url\":\"classes/CanvasContext.html#setShadowColor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"setShadowBlur\",\"url\":\"classes/CanvasContext.html#setShadowBlur\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"setLineWidth\",\"url\":\"classes/CanvasContext.html#setLineWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"setLineCap\",\"url\":\"classes/CanvasContext.html#setLineCap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"setLineDash\",\"url\":\"classes/CanvasContext.html#setLineDash\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"scale\",\"url\":\"classes/CanvasContext.html#scale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"resize\",\"url\":\"classes/CanvasContext.html#resize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"rect\",\"url\":\"classes/CanvasContext.html#rect\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"fillRect\",\"url\":\"classes/CanvasContext.html#fillRect\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"clearRect\",\"url\":\"classes/CanvasContext.html#clearRect\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"beginPath\",\"url\":\"classes/CanvasContext.html#beginPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"moveTo\",\"url\":\"classes/CanvasContext.html#moveTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"lineTo\",\"url\":\"classes/CanvasContext.html#lineTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"bezierCurveTo\",\"url\":\"classes/CanvasContext.html#bezierCurveTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"quadraticCurveTo\",\"url\":\"classes/CanvasContext.html#quadraticCurveTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"arc\",\"url\":\"classes/CanvasContext.html#arc\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"fill\",\"url\":\"classes/CanvasContext.html#fill\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"stroke\",\"url\":\"classes/CanvasContext.html#stroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"closePath\",\"url\":\"classes/CanvasContext.html#closePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"measureText\",\"url\":\"classes/CanvasContext.html#measureText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"fillText\",\"url\":\"classes/CanvasContext.html#fillText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"save\",\"url\":\"classes/CanvasContext.html#save\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"restore\",\"url\":\"classes/CanvasContext.html#restore\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":262144,\"name\":\"fillStyle\",\"url\":\"classes/CanvasContext.html#fillStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":262144,\"name\":\"strokeStyle\",\"url\":\"classes/CanvasContext.html#strokeStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/CanvasContext.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/CanvasContext.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CanvasContext\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/CanvasContext.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"setRawFont\",\"url\":\"classes/CanvasContext.html#setRawFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CanvasContext\"},{\"kind\":256,\"name\":\"ChordSymbolBlock\",\"url\":\"interfaces/ChordSymbolBlock.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/ChordSymbolBlock.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChordSymbolBlock\"},{\"kind\":1024,\"name\":\"symbolType\",\"url\":\"interfaces/ChordSymbolBlock.html#symbolType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChordSymbolBlock\"},{\"kind\":1024,\"name\":\"symbolModifier\",\"url\":\"interfaces/ChordSymbolBlock.html#symbolModifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChordSymbolBlock\"},{\"kind\":1024,\"name\":\"xShift\",\"url\":\"interfaces/ChordSymbolBlock.html#xShift\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChordSymbolBlock\"},{\"kind\":1024,\"name\":\"yShift\",\"url\":\"interfaces/ChordSymbolBlock.html#yShift\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChordSymbolBlock\"},{\"kind\":1024,\"name\":\"vAlign\",\"url\":\"interfaces/ChordSymbolBlock.html#vAlign\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChordSymbolBlock\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/ChordSymbolBlock.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChordSymbolBlock\"},{\"kind\":1024,\"name\":\"glyph\",\"url\":\"interfaces/ChordSymbolBlock.html#glyph\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChordSymbolBlock\"},{\"kind\":256,\"name\":\"ChordSymbolGlyphMetrics\",\"url\":\"interfaces/ChordSymbolGlyphMetrics.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"leftSideBearing\",\"url\":\"interfaces/ChordSymbolGlyphMetrics.html#leftSideBearing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChordSymbolGlyphMetrics\"},{\"kind\":1024,\"name\":\"advanceWidth\",\"url\":\"interfaces/ChordSymbolGlyphMetrics.html#advanceWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChordSymbolGlyphMetrics\"},{\"kind\":1024,\"name\":\"yOffset\",\"url\":\"interfaces/ChordSymbolGlyphMetrics.html#yOffset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChordSymbolGlyphMetrics\"},{\"kind\":256,\"name\":\"ChordSymbolMetrics\",\"url\":\"interfaces/ChordSymbolMetrics.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"global\",\"url\":\"interfaces/ChordSymbolMetrics.html#global\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChordSymbolMetrics\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ChordSymbolMetrics.html#global.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ChordSymbolMetrics.global\"},{\"kind\":1024,\"name\":\"superscriptOffset\",\"url\":\"interfaces/ChordSymbolMetrics.html#global.__type.superscriptOffset\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChordSymbolMetrics.global.__type\"},{\"kind\":1024,\"name\":\"subscriptOffset\",\"url\":\"interfaces/ChordSymbolMetrics.html#global.__type.subscriptOffset\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChordSymbolMetrics.global.__type\"},{\"kind\":1024,\"name\":\"kerningOffset\",\"url\":\"interfaces/ChordSymbolMetrics.html#global.__type.kerningOffset\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChordSymbolMetrics.global.__type\"},{\"kind\":1024,\"name\":\"lowerKerningText\",\"url\":\"interfaces/ChordSymbolMetrics.html#global.__type.lowerKerningText\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChordSymbolMetrics.global.__type\"},{\"kind\":1024,\"name\":\"upperKerningText\",\"url\":\"interfaces/ChordSymbolMetrics.html#global.__type.upperKerningText\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChordSymbolMetrics.global.__type\"},{\"kind\":1024,\"name\":\"spacing\",\"url\":\"interfaces/ChordSymbolMetrics.html#global.__type.spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChordSymbolMetrics.global.__type\"},{\"kind\":1024,\"name\":\"superSubRatio\",\"url\":\"interfaces/ChordSymbolMetrics.html#global.__type.superSubRatio\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChordSymbolMetrics.global.__type\"},{\"kind\":1024,\"name\":\"glyphs\",\"url\":\"interfaces/ChordSymbolMetrics.html#glyphs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChordSymbolMetrics\"},{\"kind\":8,\"name\":\"ChordSymbolHorizontalJustify\",\"url\":\"enums/ChordSymbolHorizontalJustify.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"LEFT\",\"url\":\"enums/ChordSymbolHorizontalJustify.html#LEFT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ChordSymbolHorizontalJustify\"},{\"kind\":16,\"name\":\"CENTER\",\"url\":\"enums/ChordSymbolHorizontalJustify.html#CENTER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ChordSymbolHorizontalJustify\"},{\"kind\":16,\"name\":\"RIGHT\",\"url\":\"enums/ChordSymbolHorizontalJustify.html#RIGHT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ChordSymbolHorizontalJustify\"},{\"kind\":16,\"name\":\"CENTER_STEM\",\"url\":\"enums/ChordSymbolHorizontalJustify.html#CENTER_STEM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ChordSymbolHorizontalJustify\"},{\"kind\":8,\"name\":\"ChordSymbolVerticalJustify\",\"url\":\"enums/ChordSymbolVerticalJustify.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"TOP\",\"url\":\"enums/ChordSymbolVerticalJustify.html#TOP\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ChordSymbolVerticalJustify\"},{\"kind\":16,\"name\":\"BOTTOM\",\"url\":\"enums/ChordSymbolVerticalJustify.html#BOTTOM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ChordSymbolVerticalJustify\"},{\"kind\":8,\"name\":\"SymbolTypes\",\"url\":\"enums/SymbolTypes.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"GLYPH\",\"url\":\"enums/SymbolTypes.html#GLYPH\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SymbolTypes\"},{\"kind\":16,\"name\":\"TEXT\",\"url\":\"enums/SymbolTypes.html#TEXT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SymbolTypes\"},{\"kind\":16,\"name\":\"LINE\",\"url\":\"enums/SymbolTypes.html#LINE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SymbolTypes\"},{\"kind\":8,\"name\":\"SymbolModifiers\",\"url\":\"enums/SymbolModifiers.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/SymbolModifiers.html#NONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SymbolModifiers\"},{\"kind\":16,\"name\":\"SUBSCRIPT\",\"url\":\"enums/SymbolModifiers.html#SUBSCRIPT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SymbolModifiers\"},{\"kind\":16,\"name\":\"SUPERSCRIPT\",\"url\":\"enums/SymbolModifiers.html#SUPERSCRIPT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SymbolModifiers\"},{\"kind\":128,\"name\":\"ChordSymbol\",\"url\":\"classes/ChordSymbol.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/ChordSymbol.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/ChordSymbol.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":1024,\"name\":\"HorizontalJustify\",\"url\":\"classes/ChordSymbol.html#HorizontalJustify\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":1024,\"name\":\"HorizontalJustifyString\",\"url\":\"classes/ChordSymbol.html#HorizontalJustifyString\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":1024,\"name\":\"VerticalJustify\",\"url\":\"classes/ChordSymbol.html#VerticalJustify\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":1024,\"name\":\"VerticalJustifyString\",\"url\":\"classes/ChordSymbol.html#VerticalJustifyString\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"superSubRatio\",\"url\":\"classes/ChordSymbol.html#superSubRatio\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"NO_TEXT_FORMAT\",\"url\":\"classes/ChordSymbol.html#NO_TEXT_FORMAT\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getMetricForGlyph\",\"url\":\"classes/ChordSymbol.html#getMetricForGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"engravingFontResolution\",\"url\":\"classes/ChordSymbol.html#engravingFontResolution\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"spacingBetweenBlocks\",\"url\":\"classes/ChordSymbol.html#spacingBetweenBlocks\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getWidthForGlyph\",\"url\":\"classes/ChordSymbol.html#getWidthForGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getYShiftForGlyph\",\"url\":\"classes/ChordSymbol.html#getYShiftForGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getXShiftForGlyph\",\"url\":\"classes/ChordSymbol.html#getXShiftForGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"superscriptOffset\",\"url\":\"classes/ChordSymbol.html#superscriptOffset-2\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"subscriptOffset\",\"url\":\"classes/ChordSymbol.html#subscriptOffset-2\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"kerningOffset\",\"url\":\"classes/ChordSymbol.html#kerningOffset\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":1024,\"name\":\"glyphs\",\"url\":\"classes/ChordSymbol.html#glyphs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":1024,\"name\":\"symbolTypes\",\"url\":\"classes/ChordSymbol.html#symbolTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":1024,\"name\":\"symbolModifiers\",\"url\":\"classes/ChordSymbol.html#symbolModifiers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"metrics\",\"url\":\"classes/ChordSymbol.html#metrics\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"lowerKerningText\",\"url\":\"classes/ChordSymbol.html#lowerKerningText\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"upperKerningText\",\"url\":\"classes/ChordSymbol.html#upperKerningText\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"isSuperscript\",\"url\":\"classes/ChordSymbol.html#isSuperscript\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"isSubscript\",\"url\":\"classes/ChordSymbol.html#isSubscript\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"minPadding\",\"url\":\"classes/ChordSymbol.html#minPadding\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/ChordSymbol.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"TEXT_FONT\",\"url\":\"classes/ChordSymbol.html#TEXT_FONT\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/ChordSymbol.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/ChordSymbol.html#PositionString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ChordSymbol.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"superscriptOffset\",\"url\":\"classes/ChordSymbol.html#superscriptOffset\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"subscriptOffset\",\"url\":\"classes/ChordSymbol.html#subscriptOffset\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setReportWidth\",\"url\":\"classes/ChordSymbol.html#setReportWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getReportWidth\",\"url\":\"classes/ChordSymbol.html#getReportWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"updateOverBarAdjustments\",\"url\":\"classes/ChordSymbol.html#updateOverBarAdjustments\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"updateKerningAdjustments\",\"url\":\"classes/ChordSymbol.html#updateKerningAdjustments\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getKerningAdjustment\",\"url\":\"classes/ChordSymbol.html#getKerningAdjustment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getSymbolBlock\",\"url\":\"classes/ChordSymbol.html#getSymbolBlock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"addSymbolBlock\",\"url\":\"classes/ChordSymbol.html#addSymbolBlock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"addText\",\"url\":\"classes/ChordSymbol.html#addText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"addTextSuperscript\",\"url\":\"classes/ChordSymbol.html#addTextSuperscript\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"addTextSubscript\",\"url\":\"classes/ChordSymbol.html#addTextSubscript\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"addGlyphSuperscript\",\"url\":\"classes/ChordSymbol.html#addGlyphSuperscript\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"addGlyph\",\"url\":\"classes/ChordSymbol.html#addGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"addGlyphOrText\",\"url\":\"classes/ChordSymbol.html#addGlyphOrText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"addLine\",\"url\":\"classes/ChordSymbol.html#addLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/ChordSymbol.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setEnableKerning\",\"url\":\"classes/ChordSymbol.html#setEnableKerning\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setVertical\",\"url\":\"classes/ChordSymbol.html#setVertical\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getVertical\",\"url\":\"classes/ChordSymbol.html#getVertical\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setHorizontal\",\"url\":\"classes/ChordSymbol.html#setHorizontal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getHorizontal\",\"url\":\"classes/ChordSymbol.html#getHorizontal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/ChordSymbol.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getYOffsetForText\",\"url\":\"classes/ChordSymbol.html#getYOffsetForText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/ChordSymbol.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/ChordSymbol.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/ChordSymbol.html#getNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/ChordSymbol.html#checkAttachedNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/ChordSymbol.html#setNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/ChordSymbol.html#getIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/ChordSymbol.html#checkIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/ChordSymbol.html#setIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/ChordSymbol.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/ChordSymbol.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/ChordSymbol.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/ChordSymbol.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/ChordSymbol.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/ChordSymbol.html#setTextLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/ChordSymbol.html#setYShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/ChordSymbol.html#setSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/ChordSymbol.html#getSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/ChordSymbol.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/ChordSymbol.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/ChordSymbol.html#alignSubNotesWithNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/ChordSymbol.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/ChordSymbol.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/ChordSymbol.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/ChordSymbol.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/ChordSymbol.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/ChordSymbol.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/ChordSymbol.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/ChordSymbol.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/ChordSymbol.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/ChordSymbol.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/ChordSymbol.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/ChordSymbol.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/ChordSymbol.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/ChordSymbol.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/ChordSymbol.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/ChordSymbol.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/ChordSymbol.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/ChordSymbol.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/ChordSymbol.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/ChordSymbol.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/ChordSymbol.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/ChordSymbol.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/ChordSymbol.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/ChordSymbol.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/ChordSymbol.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/ChordSymbol.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/ChordSymbol.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/ChordSymbol.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/ChordSymbol.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/ChordSymbol.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/ChordSymbol.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/ChordSymbol.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/ChordSymbol.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":256,\"name\":\"ClefType\",\"url\":\"interfaces/ClefType.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/ClefType.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClefType\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/ClefType.html#line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClefType\"},{\"kind\":256,\"name\":\"ClefAnnotatiomType\",\"url\":\"interfaces/ClefAnnotatiomType.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"x_shift\",\"url\":\"interfaces/ClefAnnotatiomType.html#x_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClefAnnotatiomType\"},{\"kind\":1024,\"name\":\"point\",\"url\":\"interfaces/ClefAnnotatiomType.html#point\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClefAnnotatiomType\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/ClefAnnotatiomType.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ClefAnnotatiomType\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/ClefAnnotatiomType.html#line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ClefAnnotatiomType\"},{\"kind\":256,\"name\":\"ClefMetrics\",\"url\":\"interfaces/ClefMetrics.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/ClefMetrics.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClefMetrics\"},{\"kind\":1024,\"name\":\"annotations\",\"url\":\"interfaces/ClefMetrics.html#annotations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClefMetrics\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ClefMetrics.html#annotations.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ClefMetrics.annotations\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ClefMetrics.html#annotations.__type.__index.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"ClefMetrics.annotations.__type.__index\"},{\"kind\":1024,\"name\":\"point\",\"url\":\"interfaces/ClefMetrics.html#annotations.__type.__index.__type-1.point\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClefMetrics.annotations.__type.__index.__type\"},{\"kind\":128,\"name\":\"Clef\",\"url\":\"classes/Clef.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/Clef.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Clef.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"types\",\"url\":\"classes/Clef.html#types\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"annotationSmufl\",\"url\":\"classes/Clef.html#annotationSmufl\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getPoint\",\"url\":\"classes/Clef.html#getPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Clef.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Clef.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Clef.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Clef\"},{\"kind\":1024,\"name\":\"annotation\",\"url\":\"classes/Clef.html#annotation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Clef\"},{\"kind\":1024,\"name\":\"clef\",\"url\":\"classes/Clef.html#clef\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setType\",\"url\":\"classes/Clef.html#setType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Clef.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/Clef.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Clef.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Clef.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Clef.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/Clef.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/Clef.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Clef.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/Clef.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/Clef.html#setX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"placeGlyphOnLine\",\"url\":\"classes/Clef.html#placeGlyphOnLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getPadding\",\"url\":\"classes/Clef.html#getPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/Clef.html#setPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setLayoutMetrics\",\"url\":\"classes/Clef.html#setLayoutMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getLayoutMetrics\",\"url\":\"classes/Clef.html#getLayoutMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Clef.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Clef.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Clef.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Clef.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Clef.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Clef.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Clef.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Clef.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Clef.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Clef.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Clef.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Clef.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Clef.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Clef.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Clef.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Clef.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Clef.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Clef.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Clef.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Clef.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Clef.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Clef.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Clef.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Clef.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Clef.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Clef.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Clef.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Clef.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Clef.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Clef.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Clef.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Clef.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Clef.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Clef.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":128,\"name\":\"ClefNote\",\"url\":\"classes/ClefNote.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/ClefNote.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/ClefNote.html#plotMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/ClefNote.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ClefNote.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setType\",\"url\":\"classes/ClefNote.html#setType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getClef\",\"url\":\"classes/ClefNote.html#getClef\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/ClefNote.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/ClefNote.html#draw-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClefNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/ClefNote.html#glyphProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/ClefNote.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/ClefNote.html#keyProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/ClefNote.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/ClefNote.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ClefNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/ClefNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/ClefNote.html#render_options.__type.draw\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/ClefNote.html#render_options.__type.draw_dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/ClefNote.html#render_options.__type.draw_stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/ClefNote.html#render_options.__type.y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/ClefNote.html#render_options.__type.extend_left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/ClefNote.html#render_options.__type.extend_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/ClefNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/ClefNote.html#render_options.__type.annotation_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/ClefNote.html#render_options.__type.glyph_font_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/ClefNote.html#render_options.__type.scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/ClefNote.html#render_options.__type.font\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/ClefNote.html#render_options.__type.stroke_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/ClefNote.html#getPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/ClefNote.html#setPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/ClefNote.html#isRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/ClefNote.html#addStroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/ClefNote.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/ClefNote.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/ClefNote.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/ClefNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/ClefNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/ClefNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/ClefNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/ClefNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/ClefNote.html#getLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/ClefNote.html#getLineForRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/ClefNote.html#getGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/ClefNote.html#getGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/ClefNote.html#getGlyphWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/ClefNote.html#setYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/ClefNote.html#getYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/ClefNote.html#getYForTopText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/ClefNote.html#getVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/ClefNote.html#setVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/ClefNote.html#getTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/ClefNote.html#setTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/ClefNote.html#getDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/ClefNote.html#isDotted\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/ClefNote.html#hasStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/ClefNote.html#getNoteType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/ClefNote.html#getBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/ClefNote.html#checkBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/ClefNote.html#hasBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/ClefNote.html#setBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/ClefNote.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/ClefNote.html#getModifiersByType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/ClefNote.html#getModifierStartXY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/ClefNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"ClefNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/ClefNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClefNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/ClefNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClefNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/ClefNote.html#getRightParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/ClefNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/ClefNote.html#getFirstDotPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/ClefNote.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/ClefNote.html#getAbsoluteX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/ClefNote.html#getStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/ClefNote.html#getStemExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/ClefNote.html#getTieRightX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/ClefNote.html#getTieLeftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/ClefNote.html#getKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/ClefNote.html#getKeyProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/ClefNote.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/ClefNote.html#getTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/ClefNote.html#setIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/ClefNote.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/ClefNote.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/ClefNote.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/ClefNote.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/ClefNote.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/ClefNote.html#getFormatterMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/ClefNote.html#getCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/ClefNote.html#setCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/ClefNote.html#isCenterAligned\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/ClefNote.html#setCenterAlignment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/ClefNote.html#getTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/ClefNote.html#getTupletStack\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/ClefNote.html#resetTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/ClefNote.html#setTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/ClefNote.html#addToModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/ClefNote.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/ClefNote.html#checkTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/ClefNote.html#preFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/ClefNote.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/ClefNote.html#postFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/ClefNote.html#getIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/ClefNote.html#setIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/ClefNote.html#getTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/ClefNote.html#applyTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/ClefNote.html#setDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/ClefNote.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/ClefNote.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/ClefNote.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/ClefNote.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/ClefNote.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/ClefNote.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/ClefNote.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/ClefNote.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/ClefNote.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/ClefNote.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/ClefNote.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/ClefNote.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/ClefNote.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/ClefNote.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/ClefNote.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/ClefNote.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/ClefNote.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/ClefNote.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/ClefNote.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/ClefNote.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/ClefNote.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/ClefNote.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/ClefNote.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/ClefNote.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/ClefNote.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/ClefNote.html#font-1\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/ClefNote.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/ClefNote.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/ClefNote.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/ClefNote.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/ClefNote.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/ClefNote.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/ClefNote.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/ClefNote.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/ClefNote.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/ClefNote.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/ClefNote.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":256,\"name\":\"CrescendoParams\",\"url\":\"interfaces/CrescendoParams.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"reverse\",\"url\":\"interfaces/CrescendoParams.html#reverse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CrescendoParams\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/CrescendoParams.html#height\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CrescendoParams\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"interfaces/CrescendoParams.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CrescendoParams\"},{\"kind\":1024,\"name\":\"end_x\",\"url\":\"interfaces/CrescendoParams.html#end_x\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CrescendoParams\"},{\"kind\":1024,\"name\":\"begin_x\",\"url\":\"interfaces/CrescendoParams.html#begin_x\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CrescendoParams\"},{\"kind\":128,\"name\":\"Crescendo\",\"url\":\"classes/Crescendo.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/Crescendo.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Crescendo\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Crescendo.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/Crescendo.html#plotMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Crescendo.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Crescendo.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setLine\",\"url\":\"classes/Crescendo.html#setLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setHeight\",\"url\":\"classes/Crescendo.html#setHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setDecrescendo\",\"url\":\"classes/Crescendo.html#setDecrescendo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/Crescendo.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Crescendo.html#draw-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Crescendo\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/Crescendo.html#glyphProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/Crescendo.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/Crescendo.html#keyProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/Crescendo.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Crescendo.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Crescendo.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/Crescendo.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/Crescendo.html#render_options.__type.draw\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/Crescendo.html#render_options.__type.draw_dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/Crescendo.html#render_options.__type.draw_stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/Crescendo.html#render_options.__type.y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/Crescendo.html#render_options.__type.extend_left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/Crescendo.html#render_options.__type.extend_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/Crescendo.html#render_options.__type.glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/Crescendo.html#render_options.__type.annotation_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/Crescendo.html#render_options.__type.glyph_font_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/Crescendo.html#render_options.__type.scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/Crescendo.html#render_options.__type.font\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/Crescendo.html#render_options.__type.stroke_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/Crescendo.html#getPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/Crescendo.html#setPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/Crescendo.html#isRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/Crescendo.html#addStroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/Crescendo.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/Crescendo.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/Crescendo.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/Crescendo.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/Crescendo.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/Crescendo.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/Crescendo.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/Crescendo.html#shouldIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/Crescendo.html#getLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/Crescendo.html#getLineForRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/Crescendo.html#getGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/Crescendo.html#getGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/Crescendo.html#getGlyphWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/Crescendo.html#setYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/Crescendo.html#getYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/Crescendo.html#getYForTopText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/Crescendo.html#getVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/Crescendo.html#setVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/Crescendo.html#getTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/Crescendo.html#setTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/Crescendo.html#getDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/Crescendo.html#isDotted\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/Crescendo.html#hasStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/Crescendo.html#getNoteType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/Crescendo.html#getBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/Crescendo.html#checkBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/Crescendo.html#hasBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/Crescendo.html#setBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/Crescendo.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/Crescendo.html#getModifiersByType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/Crescendo.html#getModifierStartXY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Crescendo.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"Crescendo.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/Crescendo.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Crescendo.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/Crescendo.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Crescendo.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/Crescendo.html#getRightParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/Crescendo.html#getLeftParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/Crescendo.html#getFirstDotPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/Crescendo.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/Crescendo.html#getAbsoluteX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/Crescendo.html#getStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/Crescendo.html#getStemExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/Crescendo.html#getTieRightX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/Crescendo.html#getTieLeftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/Crescendo.html#getKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/Crescendo.html#getKeyProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Crescendo.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/Crescendo.html#getTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/Crescendo.html#setIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Crescendo.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Crescendo.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Crescendo.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Crescendo.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/Crescendo.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/Crescendo.html#getFormatterMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/Crescendo.html#getCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/Crescendo.html#setCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/Crescendo.html#isCenterAligned\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/Crescendo.html#setCenterAlignment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/Crescendo.html#getTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/Crescendo.html#getTupletStack\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/Crescendo.html#resetTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/Crescendo.html#setTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/Crescendo.html#addToModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/Crescendo.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/Crescendo.html#checkTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/Crescendo.html#preFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/Crescendo.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/Crescendo.html#postFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/Crescendo.html#getIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/Crescendo.html#setIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/Crescendo.html#getTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/Crescendo.html#applyTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/Crescendo.html#setDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Crescendo.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Crescendo.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Crescendo.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Crescendo.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Crescendo.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Crescendo.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Crescendo.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Crescendo.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Crescendo.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Crescendo.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Crescendo.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Crescendo.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Crescendo.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Crescendo.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Crescendo.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Crescendo.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Crescendo.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Crescendo.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Crescendo.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Crescendo.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Crescendo.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Crescendo.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Crescendo.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Crescendo.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Crescendo.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Crescendo.html#font-1\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Crescendo.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Crescendo.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Crescendo.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Crescendo.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Crescendo.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Crescendo.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Crescendo.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Crescendo.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Crescendo.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Crescendo.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Crescendo.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":256,\"name\":\"CurveOptions\",\"url\":\"interfaces/CurveOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"cps\",\"url\":\"interfaces/CurveOptions.html#cps\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CurveOptions\"},{\"kind\":1024,\"name\":\"thickness\",\"url\":\"interfaces/CurveOptions.html#thickness\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CurveOptions\"},{\"kind\":1024,\"name\":\"x_shift\",\"url\":\"interfaces/CurveOptions.html#x_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CurveOptions\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"interfaces/CurveOptions.html#y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CurveOptions\"},{\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/CurveOptions.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CurveOptions\"},{\"kind\":1024,\"name\":\"position_end\",\"url\":\"interfaces/CurveOptions.html#position_end\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CurveOptions\"},{\"kind\":1024,\"name\":\"invert\",\"url\":\"interfaces/CurveOptions.html#invert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CurveOptions\"},{\"kind\":8,\"name\":\"CurvePosition\",\"url\":\"enums/CurvePosition.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"NEAR_HEAD\",\"url\":\"enums/CurvePosition.html#NEAR_HEAD\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CurvePosition\"},{\"kind\":16,\"name\":\"NEAR_TOP\",\"url\":\"enums/CurvePosition.html#NEAR_TOP\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CurvePosition\"},{\"kind\":128,\"name\":\"Curve\",\"url\":\"classes/Curve.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Curve.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Curve\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Curve.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Curve\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Curve.html#PositionString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Curve\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Curve.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Curve.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Curve\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/Curve.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"setNotes\",\"url\":\"classes/Curve.html#setNotes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"isPartial\",\"url\":\"classes/Curve.html#isPartial\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"renderCurve\",\"url\":\"classes/Curve.html#renderCurve\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Curve.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Curve.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Curve.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Curve.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Curve.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Curve.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Curve.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Curve.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Curve.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Curve.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Curve.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Curve.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Curve.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Curve.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Curve.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Curve.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Curve.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Curve.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Curve.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Curve.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Curve.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Curve.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Curve.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Curve.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Curve.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Curve.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Curve.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Curve.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Curve.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Curve.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Curve.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Curve.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Curve.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Curve.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Curve.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":128,\"name\":\"Dot\",\"url\":\"classes/Dot.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Dot.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getDots\",\"url\":\"classes/Dot.html#getDots\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"buildAndAttach\",\"url\":\"classes/Dot.html#buildAndAttach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Dot.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Dot\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Dot.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Dot.html#PositionString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Dot.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Dot.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Dot.html#setNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setDotShiftY\",\"url\":\"classes/Dot.html#setDotShiftY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Dot.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Dot.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Dot.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Dot.html#getNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Dot.html#checkAttachedNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Dot.html#getIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Dot.html#checkIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Dot.html#setIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Dot.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Dot.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Dot.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Dot.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Dot.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Dot.html#setTextLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Dot.html#setYShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Dot.html#setSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Dot.html#getSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Dot.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Dot.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Dot.html#alignSubNotesWithNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Dot.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Dot.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Dot.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Dot.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Dot.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Dot.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Dot.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Dot.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Dot.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Dot.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Dot.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Dot.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Dot.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Dot.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Dot.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Dot.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Dot.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Dot.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Dot.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Dot.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Dot.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Dot.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Dot.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Dot.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Dot.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Dot.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Dot.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Dot.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Dot.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Dot.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Dot.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Dot.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Dot.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Dot.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":4194304,\"name\":\"CommitHook\",\"url\":\"types/CommitHook.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/CommitHook.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"CommitHook\"},{\"kind\":128,\"name\":\"EasyScoreGrammar\",\"url\":\"classes/EasyScoreGrammar.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/EasyScoreGrammar.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":1024,\"name\":\"builder\",\"url\":\"classes/EasyScoreGrammar.html#builder\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"begin\",\"url\":\"classes/EasyScoreGrammar.html#begin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"LINE\",\"url\":\"classes/EasyScoreGrammar.html#LINE\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"PIECE\",\"url\":\"classes/EasyScoreGrammar.html#PIECE\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"PIECES\",\"url\":\"classes/EasyScoreGrammar.html#PIECES\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"PARAMS\",\"url\":\"classes/EasyScoreGrammar.html#PARAMS\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"CHORDORNOTE\",\"url\":\"classes/EasyScoreGrammar.html#CHORDORNOTE\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"CHORD\",\"url\":\"classes/EasyScoreGrammar.html#CHORD\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"NOTES\",\"url\":\"classes/EasyScoreGrammar.html#NOTES\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"NOTE\",\"url\":\"classes/EasyScoreGrammar.html#NOTE\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"SINGLENOTE\",\"url\":\"classes/EasyScoreGrammar.html#SINGLENOTE\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"ACCIDENTAL\",\"url\":\"classes/EasyScoreGrammar.html#ACCIDENTAL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"DOTS\",\"url\":\"classes/EasyScoreGrammar.html#DOTS\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"TYPE\",\"url\":\"classes/EasyScoreGrammar.html#TYPE\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"DURATION\",\"url\":\"classes/EasyScoreGrammar.html#DURATION\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"OPTS\",\"url\":\"classes/EasyScoreGrammar.html#OPTS\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"KEYVALS\",\"url\":\"classes/EasyScoreGrammar.html#KEYVALS\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"KEYVAL\",\"url\":\"classes/EasyScoreGrammar.html#KEYVAL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"VAL\",\"url\":\"classes/EasyScoreGrammar.html#VAL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"KEY\",\"url\":\"classes/EasyScoreGrammar.html#KEY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"DVAL\",\"url\":\"classes/EasyScoreGrammar.html#DVAL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"SVAL\",\"url\":\"classes/EasyScoreGrammar.html#SVAL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"NOTENAME\",\"url\":\"classes/EasyScoreGrammar.html#NOTENAME\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"OCTAVE\",\"url\":\"classes/EasyScoreGrammar.html#OCTAVE\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"ACCIDENTALS\",\"url\":\"classes/EasyScoreGrammar.html#ACCIDENTALS\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"MICROTONES\",\"url\":\"classes/EasyScoreGrammar.html#MICROTONES\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"DURATIONS\",\"url\":\"classes/EasyScoreGrammar.html#DURATIONS\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"TYPES\",\"url\":\"classes/EasyScoreGrammar.html#TYPES\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"LPAREN\",\"url\":\"classes/EasyScoreGrammar.html#LPAREN\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"RPAREN\",\"url\":\"classes/EasyScoreGrammar.html#RPAREN\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"COMMA\",\"url\":\"classes/EasyScoreGrammar.html#COMMA\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"DOT\",\"url\":\"classes/EasyScoreGrammar.html#DOT\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"SLASH\",\"url\":\"classes/EasyScoreGrammar.html#SLASH\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"MAYBESLASH\",\"url\":\"classes/EasyScoreGrammar.html#MAYBESLASH\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"EQUALS\",\"url\":\"classes/EasyScoreGrammar.html#EQUALS\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"LBRACKET\",\"url\":\"classes/EasyScoreGrammar.html#LBRACKET\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"RBRACKET\",\"url\":\"classes/EasyScoreGrammar.html#RBRACKET\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"EOL\",\"url\":\"classes/EasyScoreGrammar.html#EOL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":256,\"name\":\"NotePiece\",\"url\":\"interfaces/NotePiece.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/NotePiece.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NotePiece\"},{\"kind\":1024,\"name\":\"accid\",\"url\":\"interfaces/NotePiece.html#accid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NotePiece\"},{\"kind\":1024,\"name\":\"octave\",\"url\":\"interfaces/NotePiece.html#octave\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NotePiece\"},{\"kind\":128,\"name\":\"Piece\",\"url\":\"classes/Piece.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Piece.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Piece\"},{\"kind\":1024,\"name\":\"chord\",\"url\":\"classes/Piece.html#chord\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Piece\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"classes/Piece.html#duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Piece\"},{\"kind\":1024,\"name\":\"dots\",\"url\":\"classes/Piece.html#dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Piece\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Piece.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Piece\"},{\"kind\":1024,\"name\":\"options\",\"url\":\"classes/Piece.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Piece\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Piece.html#options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Piece.options\"},{\"kind\":256,\"name\":\"BuilderElements\",\"url\":\"interfaces/BuilderElements.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"notes\",\"url\":\"interfaces/BuilderElements.html#notes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BuilderElements\"},{\"kind\":1024,\"name\":\"accidentals\",\"url\":\"interfaces/BuilderElements.html#accidentals\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BuilderElements\"},{\"kind\":256,\"name\":\"BuilderOptions\",\"url\":\"interfaces/BuilderOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"stem\",\"url\":\"interfaces/BuilderOptions.html#stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BuilderOptions\"},{\"kind\":1024,\"name\":\"clef\",\"url\":\"interfaces/BuilderOptions.html#clef\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BuilderOptions\"},{\"kind\":128,\"name\":\"Builder\",\"url\":\"classes/Builder.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Builder.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Builder\"},{\"kind\":1024,\"name\":\"factory\",\"url\":\"classes/Builder.html#factory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Builder\"},{\"kind\":1024,\"name\":\"elements\",\"url\":\"classes/Builder.html#elements\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Builder\"},{\"kind\":1024,\"name\":\"options\",\"url\":\"classes/Builder.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Builder\"},{\"kind\":1024,\"name\":\"piece\",\"url\":\"classes/Builder.html#piece\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Builder\"},{\"kind\":1024,\"name\":\"commitHooks\",\"url\":\"classes/Builder.html#commitHooks\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Builder\"},{\"kind\":1024,\"name\":\"rollingDuration\",\"url\":\"classes/Builder.html#rollingDuration\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Builder.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"getFactory\",\"url\":\"classes/Builder.html#getFactory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"getElements\",\"url\":\"classes/Builder.html#getElements\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"addCommitHook\",\"url\":\"classes/Builder.html#addCommitHook\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"resetPiece\",\"url\":\"classes/Builder.html#resetPiece\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"setNoteDots\",\"url\":\"classes/Builder.html#setNoteDots\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"setNoteDuration\",\"url\":\"classes/Builder.html#setNoteDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"setNoteType\",\"url\":\"classes/Builder.html#setNoteType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"addNoteOption\",\"url\":\"classes/Builder.html#addNoteOption\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"addNote\",\"url\":\"classes/Builder.html#addNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"addSingleNote\",\"url\":\"classes/Builder.html#addSingleNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"addChord\",\"url\":\"classes/Builder.html#addChord\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"commitPiece\",\"url\":\"classes/Builder.html#commitPiece\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Builder\"},{\"kind\":256,\"name\":\"EasyScoreOptions\",\"url\":\"interfaces/EasyScoreOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"factory\",\"url\":\"interfaces/EasyScoreOptions.html#factory\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EasyScoreOptions\"},{\"kind\":1024,\"name\":\"builder\",\"url\":\"interfaces/EasyScoreOptions.html#builder\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EasyScoreOptions\"},{\"kind\":1024,\"name\":\"commitHooks\",\"url\":\"interfaces/EasyScoreOptions.html#commitHooks\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EasyScoreOptions\"},{\"kind\":1024,\"name\":\"throwOnError\",\"url\":\"interfaces/EasyScoreOptions.html#throwOnError\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EasyScoreOptions\"},{\"kind\":256,\"name\":\"EasyScoreDefaults\",\"url\":\"interfaces/EasyScoreDefaults.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"clef\",\"url\":\"interfaces/EasyScoreDefaults.html#clef\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EasyScoreDefaults\"},{\"kind\":1024,\"name\":\"time\",\"url\":\"interfaces/EasyScoreDefaults.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EasyScoreDefaults\"},{\"kind\":1024,\"name\":\"stem\",\"url\":\"interfaces/EasyScoreDefaults.html#stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EasyScoreDefaults\"},{\"kind\":128,\"name\":\"EasyScore\",\"url\":\"classes/EasyScore.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/EasyScore.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"EasyScore\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/EasyScore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"EasyScore\"},{\"kind\":1024,\"name\":\"defaults\",\"url\":\"classes/EasyScore.html#defaults\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"EasyScore\"},{\"kind\":1024,\"name\":\"options\",\"url\":\"classes/EasyScore.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"EasyScore\"},{\"kind\":1024,\"name\":\"factory\",\"url\":\"classes/EasyScore.html#factory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"EasyScore\"},{\"kind\":1024,\"name\":\"builder\",\"url\":\"classes/EasyScore.html#builder\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"EasyScore\"},{\"kind\":1024,\"name\":\"grammar\",\"url\":\"classes/EasyScore.html#grammar\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"EasyScore\"},{\"kind\":1024,\"name\":\"parser\",\"url\":\"classes/EasyScore.html#parser\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"EasyScore\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/EasyScore.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScore\"},{\"kind\":2048,\"name\":\"setOptions\",\"url\":\"classes/EasyScore.html#setOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScore\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/EasyScore.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScore\"},{\"kind\":2048,\"name\":\"parse\",\"url\":\"classes/EasyScore.html#parse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScore\"},{\"kind\":2048,\"name\":\"beam\",\"url\":\"classes/EasyScore.html#beam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScore\"},{\"kind\":2048,\"name\":\"tuplet\",\"url\":\"classes/EasyScore.html#tuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScore\"},{\"kind\":2048,\"name\":\"notes\",\"url\":\"classes/EasyScore.html#notes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScore\"},{\"kind\":2048,\"name\":\"voice\",\"url\":\"classes/EasyScore.html#voice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScore\"},{\"kind\":2048,\"name\":\"addCommitHook\",\"url\":\"classes/EasyScore.html#addCommitHook\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"EasyScore\"},{\"kind\":256,\"name\":\"ElementAttributes\",\"url\":\"interfaces/ElementAttributes.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/ElementAttributes.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ElementAttributes\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/ElementAttributes.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ElementAttributes\"},{\"kind\":1024,\"name\":\"class\",\"url\":\"interfaces/ElementAttributes.html#class\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ElementAttributes\"},{\"kind\":256,\"name\":\"ElementStyle\",\"url\":\"interfaces/ElementStyle.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"shadowColor\",\"url\":\"interfaces/ElementStyle.html#shadowColor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ElementStyle\"},{\"kind\":1024,\"name\":\"shadowBlur\",\"url\":\"interfaces/ElementStyle.html#shadowBlur\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ElementStyle\"},{\"kind\":1024,\"name\":\"fillStyle\",\"url\":\"interfaces/ElementStyle.html#fillStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ElementStyle\"},{\"kind\":1024,\"name\":\"strokeStyle\",\"url\":\"interfaces/ElementStyle.html#strokeStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ElementStyle\"},{\"kind\":1024,\"name\":\"lineWidth\",\"url\":\"interfaces/ElementStyle.html#lineWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ElementStyle\"},{\"kind\":128,\"name\":\"Element\",\"url\":\"classes/Element.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Element.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Element.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Element.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Element.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Element.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Element.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Element.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Element.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Element.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Element.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Element.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Element.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Element.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Element.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Element.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Element.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Element.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Element.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Element.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Element.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Element.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Element.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Element.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Element.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Element.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Element.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Element.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Element.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Element.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Element.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Element.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Element.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Element.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Element.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Element.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Element.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Element.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Element.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Element\"},{\"kind\":256,\"name\":\"FactoryOptions\",\"url\":\"interfaces/FactoryOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"stave\",\"url\":\"interfaces/FactoryOptions.html#stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FactoryOptions\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/FactoryOptions.html#stave.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"FactoryOptions.stave\"},{\"kind\":1024,\"name\":\"space\",\"url\":\"interfaces/FactoryOptions.html#stave.__type-1.space\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"FactoryOptions.stave.__type\"},{\"kind\":1024,\"name\":\"renderer\",\"url\":\"interfaces/FactoryOptions.html#renderer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FactoryOptions\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/FactoryOptions.html#renderer.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"FactoryOptions.renderer\"},{\"kind\":1024,\"name\":\"elementId\",\"url\":\"interfaces/FactoryOptions.html#renderer.__type.elementId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"FactoryOptions.renderer.__type\"},{\"kind\":1024,\"name\":\"backend\",\"url\":\"interfaces/FactoryOptions.html#renderer.__type.backend\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"FactoryOptions.renderer.__type\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/FactoryOptions.html#renderer.__type.width\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"FactoryOptions.renderer.__type\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/FactoryOptions.html#renderer.__type.height\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"FactoryOptions.renderer.__type\"},{\"kind\":1024,\"name\":\"background\",\"url\":\"interfaces/FactoryOptions.html#renderer.__type.background\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"FactoryOptions.renderer.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"interfaces/FactoryOptions.html#font\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FactoryOptions\"},{\"kind\":128,\"name\":\"Factory\",\"url\":\"classes/Factory.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/Factory.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Factory.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"newFromElementId\",\"url\":\"classes/Factory.html#newFromElementId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Factory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Factory.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"setOptions\",\"url\":\"classes/Factory.html#setOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"initRenderer\",\"url\":\"classes/Factory.html#initRenderer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Factory.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Factory.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/Factory.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"getVoices\",\"url\":\"classes/Factory.html#getVoices\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Stave\",\"url\":\"classes/Factory.html#Stave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"TabStave\",\"url\":\"classes/Factory.html#TabStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"StaveNote\",\"url\":\"classes/Factory.html#StaveNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"GlyphNote\",\"url\":\"classes/Factory.html#GlyphNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"RepeatNote\",\"url\":\"classes/Factory.html#RepeatNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"GhostNote\",\"url\":\"classes/Factory.html#GhostNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"TextNote\",\"url\":\"classes/Factory.html#TextNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"BarNote\",\"url\":\"classes/Factory.html#BarNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"ClefNote\",\"url\":\"classes/Factory.html#ClefNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"TimeSigNote\",\"url\":\"classes/Factory.html#TimeSigNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"KeySigNote\",\"url\":\"classes/Factory.html#KeySigNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"TabNote\",\"url\":\"classes/Factory.html#TabNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"GraceNote\",\"url\":\"classes/Factory.html#GraceNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"GraceNoteGroup\",\"url\":\"classes/Factory.html#GraceNoteGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Accidental\",\"url\":\"classes/Factory.html#Accidental\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Annotation\",\"url\":\"classes/Factory.html#Annotation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"ChordSymbol\",\"url\":\"classes/Factory.html#ChordSymbol\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Articulation\",\"url\":\"classes/Factory.html#Articulation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Ornament\",\"url\":\"classes/Factory.html#Ornament\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"TextDynamics\",\"url\":\"classes/Factory.html#TextDynamics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Fingering\",\"url\":\"classes/Factory.html#Fingering\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"StringNumber\",\"url\":\"classes/Factory.html#StringNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"TickContext\",\"url\":\"classes/Factory.html#TickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"ModifierContext\",\"url\":\"classes/Factory.html#ModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"MultiMeasureRest\",\"url\":\"classes/Factory.html#MultiMeasureRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Voice\",\"url\":\"classes/Factory.html#Voice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"StaveConnector\",\"url\":\"classes/Factory.html#StaveConnector\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Formatter\",\"url\":\"classes/Factory.html#Formatter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Tuplet\",\"url\":\"classes/Factory.html#Tuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Beam\",\"url\":\"classes/Factory.html#Beam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Curve\",\"url\":\"classes/Factory.html#Curve\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"StaveTie\",\"url\":\"classes/Factory.html#StaveTie\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"StaveLine\",\"url\":\"classes/Factory.html#StaveLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"VibratoBracket\",\"url\":\"classes/Factory.html#VibratoBracket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"TextBracket\",\"url\":\"classes/Factory.html#TextBracket\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"System\",\"url\":\"classes/Factory.html#System\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"EasyScore\",\"url\":\"classes/Factory.html#EasyScore\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"PedalMarking\",\"url\":\"classes/Factory.html#PedalMarking\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"NoteSubGroup\",\"url\":\"classes/Factory.html#NoteSubGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Factory.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Factory\"},{\"kind\":128,\"name\":\"Flow\",\"url\":\"classes/Flow.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"BUILD\",\"url\":\"classes/Flow.html#BUILD\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Flow.html#BUILD.BUILD-1.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"Flow.BUILD.BUILD\"},{\"kind\":1024,\"name\":\"VERSION\",\"url\":\"classes/Flow.html#BUILD.BUILD-1.__type.VERSION\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Flow.BUILD.BUILD.__type\"},{\"kind\":1024,\"name\":\"ID\",\"url\":\"classes/Flow.html#BUILD.BUILD-1.__type.ID\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Flow.BUILD.BUILD.__type\"},{\"kind\":1024,\"name\":\"DATE\",\"url\":\"classes/Flow.html#BUILD.BUILD-1.__type.DATE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Flow.BUILD.BUILD.__type\"},{\"kind\":1024,\"name\":\"Accidental\",\"url\":\"classes/Flow.html#Accidental\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Annotation\",\"url\":\"classes/Flow.html#Annotation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Articulation\",\"url\":\"classes/Flow.html#Articulation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Barline\",\"url\":\"classes/Flow.html#Barline\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"BarNote\",\"url\":\"classes/Flow.html#BarNote\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Beam\",\"url\":\"classes/Flow.html#Beam\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Bend\",\"url\":\"classes/Flow.html#Bend\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"BoundingBox\",\"url\":\"classes/Flow.html#BoundingBox\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"BoundingBoxComputation\",\"url\":\"classes/Flow.html#BoundingBoxComputation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"CanvasContext\",\"url\":\"classes/Flow.html#CanvasContext\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"ChordSymbol\",\"url\":\"classes/Flow.html#ChordSymbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Clef\",\"url\":\"classes/Flow.html#Clef\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"ClefNote\",\"url\":\"classes/Flow.html#ClefNote\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Crescendo\",\"url\":\"classes/Flow.html#Crescendo\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Curve\",\"url\":\"classes/Flow.html#Curve\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Dot\",\"url\":\"classes/Flow.html#Dot\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"EasyScore\",\"url\":\"classes/Flow.html#EasyScore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Element\",\"url\":\"classes/Flow.html#Element\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Factory\",\"url\":\"classes/Flow.html#Factory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Font\",\"url\":\"classes/Flow.html#Font\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Formatter\",\"url\":\"classes/Flow.html#Formatter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Fraction\",\"url\":\"classes/Flow.html#Fraction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"FretHandFinger\",\"url\":\"classes/Flow.html#FretHandFinger\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"GhostNote\",\"url\":\"classes/Flow.html#GhostNote\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Glyph\",\"url\":\"classes/Flow.html#Glyph\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"GlyphNote\",\"url\":\"classes/Flow.html#GlyphNote\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"GraceNote\",\"url\":\"classes/Flow.html#GraceNote\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"GraceNoteGroup\",\"url\":\"classes/Flow.html#GraceNoteGroup\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"GraceTabNote\",\"url\":\"classes/Flow.html#GraceTabNote\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"KeyManager\",\"url\":\"classes/Flow.html#KeyManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"KeySignature\",\"url\":\"classes/Flow.html#KeySignature\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"KeySigNote\",\"url\":\"classes/Flow.html#KeySigNote\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Modifier\",\"url\":\"classes/Flow.html#Modifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"ModifierContext\",\"url\":\"classes/Flow.html#ModifierContext\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"MultiMeasureRest\",\"url\":\"classes/Flow.html#MultiMeasureRest\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Music\",\"url\":\"classes/Flow.html#Music\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Note\",\"url\":\"classes/Flow.html#Note\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"NoteHead\",\"url\":\"classes/Flow.html#NoteHead\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"NoteSubGroup\",\"url\":\"classes/Flow.html#NoteSubGroup\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Ornament\",\"url\":\"classes/Flow.html#Ornament\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Parenthesis\",\"url\":\"classes/Flow.html#Parenthesis\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Parser\",\"url\":\"classes/Flow.html#Parser\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"PedalMarking\",\"url\":\"classes/Flow.html#PedalMarking\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Registry\",\"url\":\"classes/Flow.html#Registry\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"RenderContext\",\"url\":\"classes/Flow.html#RenderContext\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Renderer\",\"url\":\"classes/Flow.html#Renderer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"RepeatNote\",\"url\":\"classes/Flow.html#RepeatNote\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Repetition\",\"url\":\"classes/Flow.html#Repetition\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Stave\",\"url\":\"classes/Flow.html#Stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"StaveConnector\",\"url\":\"classes/Flow.html#StaveConnector\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"StaveHairpin\",\"url\":\"classes/Flow.html#StaveHairpin\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"StaveLine\",\"url\":\"classes/Flow.html#StaveLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"StaveModifier\",\"url\":\"classes/Flow.html#StaveModifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"StaveNote\",\"url\":\"classes/Flow.html#StaveNote\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"StaveTempo\",\"url\":\"classes/Flow.html#StaveTempo\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"StaveText\",\"url\":\"classes/Flow.html#StaveText\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"StaveTie\",\"url\":\"classes/Flow.html#StaveTie\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Stem\",\"url\":\"classes/Flow.html#Stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"StringNumber\",\"url\":\"classes/Flow.html#StringNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Stroke\",\"url\":\"classes/Flow.html#Stroke\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"SVGContext\",\"url\":\"classes/Flow.html#SVGContext\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"System\",\"url\":\"classes/Flow.html#System\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TabNote\",\"url\":\"classes/Flow.html#TabNote\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TabSlide\",\"url\":\"classes/Flow.html#TabSlide\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TabStave\",\"url\":\"classes/Flow.html#TabStave\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TabTie\",\"url\":\"classes/Flow.html#TabTie\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TextBracket\",\"url\":\"classes/Flow.html#TextBracket\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TextDynamics\",\"url\":\"classes/Flow.html#TextDynamics\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TextFormatter\",\"url\":\"classes/Flow.html#TextFormatter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TextNote\",\"url\":\"classes/Flow.html#TextNote\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TickContext\",\"url\":\"classes/Flow.html#TickContext\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TimeSignature\",\"url\":\"classes/Flow.html#TimeSignature\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TimeSigNote\",\"url\":\"classes/Flow.html#TimeSigNote\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Tremolo\",\"url\":\"classes/Flow.html#Tremolo\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Tuning\",\"url\":\"classes/Flow.html#Tuning\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Tuplet\",\"url\":\"classes/Flow.html#Tuplet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Vibrato\",\"url\":\"classes/Flow.html#Vibrato\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"VibratoBracket\",\"url\":\"classes/Flow.html#VibratoBracket\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Voice\",\"url\":\"classes/Flow.html#Voice\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Volta\",\"url\":\"classes/Flow.html#Volta\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"AnnotationHorizontalJustify\",\"url\":\"classes/Flow.html#AnnotationHorizontalJustify\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"AnnotationVerticalJustify\",\"url\":\"classes/Flow.html#AnnotationVerticalJustify\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"ChordSymbolHorizontalJustify\",\"url\":\"classes/Flow.html#ChordSymbolHorizontalJustify\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"ChordSymbolVerticalJustify\",\"url\":\"classes/Flow.html#ChordSymbolVerticalJustify\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"SymbolTypes\",\"url\":\"classes/Flow.html#SymbolTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"SymbolModifiers\",\"url\":\"classes/Flow.html#SymbolModifiers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"CurvePosition\",\"url\":\"classes/Flow.html#CurvePosition\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"FontWeight\",\"url\":\"classes/Flow.html#FontWeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"FontStyle\",\"url\":\"classes/Flow.html#FontStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"ModifierPosition\",\"url\":\"classes/Flow.html#ModifierPosition\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"RendererBackends\",\"url\":\"classes/Flow.html#RendererBackends\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"RendererLineEndType\",\"url\":\"classes/Flow.html#RendererLineEndType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"BarlineType\",\"url\":\"classes/Flow.html#BarlineType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"StaveModifierPosition\",\"url\":\"classes/Flow.html#StaveModifierPosition\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"VoltaType\",\"url\":\"classes/Flow.html#VoltaType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TextBracketPosition\",\"url\":\"classes/Flow.html#TextBracketPosition\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TextJustification\",\"url\":\"classes/Flow.html#TextJustification\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"VoiceMode\",\"url\":\"classes/Flow.html#VoiceMode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":2048,\"name\":\"setMusicFont\",\"url\":\"classes/Flow.html#setMusicFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":2048,\"name\":\"fetchMusicFont\",\"url\":\"classes/Flow.html#fetchMusicFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":2048,\"name\":\"getMusicFont\",\"url\":\"classes/Flow.html#getMusicFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"RENDER_PRECISION_PLACES\",\"url\":\"classes/Flow.html#RENDER_PRECISION_PLACES\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"SOFTMAX_FACTOR\",\"url\":\"classes/Flow.html#SOFTMAX_FACTOR\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"NOTATION_FONT_SCALE\",\"url\":\"classes/Flow.html#NOTATION_FONT_SCALE\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"TABLATURE_FONT_SCALE\",\"url\":\"classes/Flow.html#TABLATURE_FONT_SCALE\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"RESOLUTION\",\"url\":\"classes/Flow.html#RESOLUTION\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"SLASH_NOTEHEAD_WIDTH\",\"url\":\"classes/Flow.html#SLASH_NOTEHEAD_WIDTH\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"STAVE_LINE_DISTANCE\",\"url\":\"classes/Flow.html#STAVE_LINE_DISTANCE\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"STAVE_LINE_THICKNESS\",\"url\":\"classes/Flow.html#STAVE_LINE_THICKNESS\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"STEM_HEIGHT\",\"url\":\"classes/Flow.html#STEM_HEIGHT\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"STEM_WIDTH\",\"url\":\"classes/Flow.html#STEM_WIDTH\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"TIME4_4\",\"url\":\"classes/Flow.html#TIME4_4\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Flow.html#TIME4_4.TIME4_4-1.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"Flow.TIME4_4.TIME4_4\"},{\"kind\":1024,\"name\":\"num_beats\",\"url\":\"classes/Flow.html#TIME4_4.TIME4_4-1.__type-1.num_beats\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Flow.TIME4_4.TIME4_4.__type\"},{\"kind\":1024,\"name\":\"beat_value\",\"url\":\"classes/Flow.html#TIME4_4.TIME4_4-1.__type-1.beat_value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Flow.TIME4_4.TIME4_4.__type\"},{\"kind\":1024,\"name\":\"resolution\",\"url\":\"classes/Flow.html#TIME4_4.TIME4_4-1.__type-1.resolution-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Flow.TIME4_4.TIME4_4.__type\"},{\"kind\":262144,\"name\":\"accidentalMap\",\"url\":\"classes/Flow.html#accidentalMap\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"unicode\",\"url\":\"classes/Flow.html#unicode\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":2048,\"name\":\"keySignature\",\"url\":\"classes/Flow.html#keySignature-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":2048,\"name\":\"hasKeySignature\",\"url\":\"classes/Flow.html#hasKeySignature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":2048,\"name\":\"getKeySignatures\",\"url\":\"classes/Flow.html#getKeySignatures\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":2048,\"name\":\"clefProperties\",\"url\":\"classes/Flow.html#clefProperties\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Flow.html#clefProperties.clefProperties-1.__type-2\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"Flow.clefProperties.clefProperties\"},{\"kind\":1024,\"name\":\"line_shift\",\"url\":\"classes/Flow.html#clefProperties.clefProperties-1.__type-2.line_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Flow.clefProperties.clefProperties.__type\"},{\"kind\":2048,\"name\":\"keyProperties\",\"url\":\"classes/Flow.html#keyProperties\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":2048,\"name\":\"durationToTicks\",\"url\":\"classes/Flow.html#durationToTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Flow.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Flow\"},{\"kind\":256,\"name\":\"FontInfo\",\"url\":\"interfaces/FontInfo.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"family\",\"url\":\"interfaces/FontInfo.html#family\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontInfo\"},{\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/FontInfo.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontInfo\"},{\"kind\":1024,\"name\":\"weight\",\"url\":\"interfaces/FontInfo.html#weight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontInfo\"},{\"kind\":1024,\"name\":\"style\",\"url\":\"interfaces/FontInfo.html#style\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontInfo\"},{\"kind\":4194304,\"name\":\"FontModule\",\"url\":\"types/FontModule.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/FontModule.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"FontModule\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"types/FontModule.html#__type.data\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"FontModule.__type\"},{\"kind\":1024,\"name\":\"metrics\",\"url\":\"types/FontModule.html#__type.metrics\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"FontModule.__type\"},{\"kind\":256,\"name\":\"FontData\",\"url\":\"interfaces/FontData.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"glyphs\",\"url\":\"interfaces/FontData.html#glyphs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontData\"},{\"kind\":1024,\"name\":\"fontFamily\",\"url\":\"interfaces/FontData.html#fontFamily\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontData\"},{\"kind\":1024,\"name\":\"resolution\",\"url\":\"interfaces/FontData.html#resolution\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontData\"},{\"kind\":1024,\"name\":\"generatedOn\",\"url\":\"interfaces/FontData.html#generatedOn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontData\"},{\"kind\":256,\"name\":\"FontMetrics\",\"url\":\"interfaces/FontMetrics.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"smufl\",\"url\":\"interfaces/FontMetrics.html#smufl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"stave\",\"url\":\"interfaces/FontMetrics.html#stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"accidental\",\"url\":\"interfaces/FontMetrics.html#accidental\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"clef_default\",\"url\":\"interfaces/FontMetrics.html#clef_default\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"clef_small\",\"url\":\"interfaces/FontMetrics.html#clef_small\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"pedalMarking\",\"url\":\"interfaces/FontMetrics.html#pedalMarking\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"digits\",\"url\":\"interfaces/FontMetrics.html#digits\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"articulation\",\"url\":\"interfaces/FontMetrics.html#articulation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"tremolo\",\"url\":\"interfaces/FontMetrics.html#tremolo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"chordSymbol\",\"url\":\"interfaces/FontMetrics.html#chordSymbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"ornament\",\"url\":\"interfaces/FontMetrics.html#ornament\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"noteHead\",\"url\":\"interfaces/FontMetrics.html#noteHead\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"stringNumber\",\"url\":\"interfaces/FontMetrics.html#stringNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"tuplet\",\"url\":\"interfaces/FontMetrics.html#tuplet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"glyphs\",\"url\":\"interfaces/FontMetrics.html#glyphs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontMetrics\"},{\"kind\":256,\"name\":\"FontGlyph\",\"url\":\"interfaces/FontGlyph.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"x_min\",\"url\":\"interfaces/FontGlyph.html#x_min\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontGlyph\"},{\"kind\":1024,\"name\":\"x_max\",\"url\":\"interfaces/FontGlyph.html#x_max\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontGlyph\"},{\"kind\":1024,\"name\":\"y_min\",\"url\":\"interfaces/FontGlyph.html#y_min\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontGlyph\"},{\"kind\":1024,\"name\":\"y_max\",\"url\":\"interfaces/FontGlyph.html#y_max\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontGlyph\"},{\"kind\":1024,\"name\":\"ha\",\"url\":\"interfaces/FontGlyph.html#ha\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontGlyph\"},{\"kind\":1024,\"name\":\"leftSideBearing\",\"url\":\"interfaces/FontGlyph.html#leftSideBearing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontGlyph\"},{\"kind\":1024,\"name\":\"advanceWidth\",\"url\":\"interfaces/FontGlyph.html#advanceWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontGlyph\"},{\"kind\":1024,\"name\":\"o\",\"url\":\"interfaces/FontGlyph.html#o\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontGlyph\"},{\"kind\":1024,\"name\":\"cached_outline\",\"url\":\"interfaces/FontGlyph.html#cached_outline\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FontGlyph\"},{\"kind\":8,\"name\":\"FontWeight\",\"url\":\"enums/FontWeight.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"NORMAL\",\"url\":\"enums/FontWeight.html#NORMAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FontWeight\"},{\"kind\":16,\"name\":\"BOLD\",\"url\":\"enums/FontWeight.html#BOLD\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FontWeight\"},{\"kind\":8,\"name\":\"FontStyle\",\"url\":\"enums/FontStyle.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"NORMAL\",\"url\":\"enums/FontStyle.html#NORMAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FontStyle\"},{\"kind\":16,\"name\":\"ITALIC\",\"url\":\"enums/FontStyle.html#ITALIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"FontStyle\"},{\"kind\":128,\"name\":\"Font\",\"url\":\"classes/Font.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"SANS_SERIF\",\"url\":\"classes/Font.html#SANS_SERIF\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":1024,\"name\":\"SERIF\",\"url\":\"classes/Font.html#SERIF\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":1024,\"name\":\"SIZE\",\"url\":\"classes/Font.html#SIZE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":1024,\"name\":\"scaleToPxFrom\",\"url\":\"classes/Font.html#scaleToPxFrom\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"convertSizeToPixelValue\",\"url\":\"classes/Font.html#convertSizeToPixelValue\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"convertSizeToPointValue\",\"url\":\"classes/Font.html#convertSizeToPointValue\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"validate\",\"url\":\"classes/Font.html#validate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"fromCSSString\",\"url\":\"classes/Font.html#fromCSSString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"toCSSString\",\"url\":\"classes/Font.html#toCSSString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"scaleSize\",\"url\":\"classes/Font.html#scaleSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"isBold\",\"url\":\"classes/Font.html#isBold\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"isItalic\",\"url\":\"classes/Font.html#isItalic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":1024,\"name\":\"WEB_FONT_HOST\",\"url\":\"classes/Font.html#WEB_FONT_HOST\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":1024,\"name\":\"WEB_FONT_FILES\",\"url\":\"classes/Font.html#WEB_FONT_FILES\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"loadWebFont\",\"url\":\"classes/Font.html#loadWebFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"loadWebFonts\",\"url\":\"classes/Font.html#loadWebFonts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"load\",\"url\":\"classes/Font.html#load\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"getName\",\"url\":\"classes/Font.html#getName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"getData\",\"url\":\"classes/Font.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/Font.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"setData\",\"url\":\"classes/Font.html#setData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"setMetrics\",\"url\":\"classes/Font.html#setMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"hasData\",\"url\":\"classes/Font.html#hasData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"getResolution\",\"url\":\"classes/Font.html#getResolution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"getGlyphs\",\"url\":\"classes/Font.html#getGlyphs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"lookupMetric\",\"url\":\"classes/Font.html#lookupMetric\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/Font.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Font\"},{\"kind\":256,\"name\":\"FormatterOptions\",\"url\":\"interfaces/FormatterOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"softmaxFactor\",\"url\":\"interfaces/FormatterOptions.html#softmaxFactor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FormatterOptions\"},{\"kind\":1024,\"name\":\"globalSoftmax\",\"url\":\"interfaces/FormatterOptions.html#globalSoftmax\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FormatterOptions\"},{\"kind\":1024,\"name\":\"maxIterations\",\"url\":\"interfaces/FormatterOptions.html#maxIterations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FormatterOptions\"},{\"kind\":256,\"name\":\"FormatParams\",\"url\":\"interfaces/FormatParams.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"align_rests\",\"url\":\"interfaces/FormatParams.html#align_rests\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FormatParams\"},{\"kind\":1024,\"name\":\"stave\",\"url\":\"interfaces/FormatParams.html#stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FormatParams\"},{\"kind\":1024,\"name\":\"context\",\"url\":\"interfaces/FormatParams.html#context\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FormatParams\"},{\"kind\":1024,\"name\":\"auto_beam\",\"url\":\"interfaces/FormatParams.html#auto_beam\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FormatParams\"},{\"kind\":256,\"name\":\"AlignmentContexts\",\"url\":\"interfaces/AlignmentContexts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"list\",\"url\":\"interfaces/AlignmentContexts.html#list\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlignmentContexts\"},{\"kind\":1024,\"name\":\"map\",\"url\":\"interfaces/AlignmentContexts.html#map\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlignmentContexts\"},{\"kind\":1024,\"name\":\"array\",\"url\":\"interfaces/AlignmentContexts.html#array\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlignmentContexts\"},{\"kind\":1024,\"name\":\"resolutionMultiplier\",\"url\":\"interfaces/AlignmentContexts.html#resolutionMultiplier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlignmentContexts\"},{\"kind\":256,\"name\":\"AlignmentModifierContexts\",\"url\":\"interfaces/AlignmentModifierContexts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"map\",\"url\":\"interfaces/AlignmentModifierContexts.html#map\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlignmentModifierContexts\"},{\"kind\":1024,\"name\":\"array\",\"url\":\"interfaces/AlignmentModifierContexts.html#array\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlignmentModifierContexts\"},{\"kind\":1024,\"name\":\"resolutionMultiplier\",\"url\":\"interfaces/AlignmentModifierContexts.html#resolutionMultiplier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlignmentModifierContexts\"},{\"kind\":128,\"name\":\"Formatter\",\"url\":\"classes/Formatter.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/Formatter.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"SimpleFormat\",\"url\":\"classes/Formatter.html#SimpleFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"plotDebugging\",\"url\":\"classes/Formatter.html#plotDebugging\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"FormatAndDraw\",\"url\":\"classes/Formatter.html#FormatAndDraw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"FormatAndDrawTab\",\"url\":\"classes/Formatter.html#FormatAndDrawTab\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"AlignRestsToNotes\",\"url\":\"classes/Formatter.html#AlignRestsToNotes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"getResolutionMultiplier\",\"url\":\"classes/Formatter.html#getResolutionMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Formatter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"alignRests\",\"url\":\"classes/Formatter.html#alignRests\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"preCalculateMinTotalWidth\",\"url\":\"classes/Formatter.html#preCalculateMinTotalWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"getMinTotalWidth\",\"url\":\"classes/Formatter.html#getMinTotalWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"createModifierContexts\",\"url\":\"classes/Formatter.html#createModifierContexts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"createTickContexts\",\"url\":\"classes/Formatter.html#createTickContexts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"getTickContexts\",\"url\":\"classes/Formatter.html#getTickContexts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/Formatter.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"evaluate\",\"url\":\"classes/Formatter.html#evaluate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"tune\",\"url\":\"classes/Formatter.html#tune\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/Formatter.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"joinVoices\",\"url\":\"classes/Formatter.html#joinVoices\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Formatter.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"formatToStave\",\"url\":\"classes/Formatter.html#formatToStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/Formatter.html#getTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Formatter\"},{\"kind\":128,\"name\":\"Fraction\",\"url\":\"classes/Fraction.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Fraction.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"GCD\",\"url\":\"classes/Fraction.html#GCD\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"LCM\",\"url\":\"classes/Fraction.html#LCM\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"LCMM\",\"url\":\"classes/Fraction.html#LCMM\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Fraction.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":1024,\"name\":\"numerator\",\"url\":\"classes/Fraction.html#numerator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":1024,\"name\":\"denominator\",\"url\":\"classes/Fraction.html#denominator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/Fraction.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"value\",\"url\":\"classes/Fraction.html#value\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"simplify\",\"url\":\"classes/Fraction.html#simplify\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"add\",\"url\":\"classes/Fraction.html#add\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"subtract\",\"url\":\"classes/Fraction.html#subtract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"multiply\",\"url\":\"classes/Fraction.html#multiply\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"divide\",\"url\":\"classes/Fraction.html#divide\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/Fraction.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"greaterThan\",\"url\":\"classes/Fraction.html#greaterThan\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"greaterThanEquals\",\"url\":\"classes/Fraction.html#greaterThanEquals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"lessThan\",\"url\":\"classes/Fraction.html#lessThan\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"lessThanEquals\",\"url\":\"classes/Fraction.html#lessThanEquals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"clone\",\"url\":\"classes/Fraction.html#clone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/Fraction.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"quotient\",\"url\":\"classes/Fraction.html#quotient\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"remainder\",\"url\":\"classes/Fraction.html#remainder\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"makeAbs\",\"url\":\"classes/Fraction.html#makeAbs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/Fraction.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"toSimplifiedString\",\"url\":\"classes/Fraction.html#toSimplifiedString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"toMixedString\",\"url\":\"classes/Fraction.html#toMixedString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"parse\",\"url\":\"classes/Fraction.html#parse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Fraction\"},{\"kind\":128,\"name\":\"FretHandFinger\",\"url\":\"classes/FretHandFinger.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/FretHandFinger.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"FretHandFinger\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/FretHandFinger.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/FretHandFinger.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"easyScoreHook\",\"url\":\"classes/FretHandFinger.html#easyScoreHook\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FretHandFinger\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/FretHandFinger.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/FretHandFinger.html#PositionString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FretHandFinger.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setFretHandFinger\",\"url\":\"classes/FretHandFinger.html#setFretHandFinger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getFretHandFinger\",\"url\":\"classes/FretHandFinger.html#getFretHandFinger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setOffsetX\",\"url\":\"classes/FretHandFinger.html#setOffsetX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setOffsetY\",\"url\":\"classes/FretHandFinger.html#setOffsetY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/FretHandFinger.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/FretHandFinger.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/FretHandFinger.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/FretHandFinger.html#getNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/FretHandFinger.html#checkAttachedNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/FretHandFinger.html#setNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/FretHandFinger.html#getIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/FretHandFinger.html#checkIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/FretHandFinger.html#setIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/FretHandFinger.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/FretHandFinger.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/FretHandFinger.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/FretHandFinger.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/FretHandFinger.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/FretHandFinger.html#setTextLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/FretHandFinger.html#setYShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/FretHandFinger.html#setSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/FretHandFinger.html#getSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/FretHandFinger.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/FretHandFinger.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/FretHandFinger.html#alignSubNotesWithNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/FretHandFinger.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/FretHandFinger.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/FretHandFinger.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/FretHandFinger.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/FretHandFinger.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/FretHandFinger.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/FretHandFinger.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/FretHandFinger.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/FretHandFinger.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/FretHandFinger.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/FretHandFinger.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/FretHandFinger.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/FretHandFinger.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/FretHandFinger.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/FretHandFinger.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/FretHandFinger.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/FretHandFinger.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/FretHandFinger.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/FretHandFinger.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/FretHandFinger.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/FretHandFinger.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/FretHandFinger.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/FretHandFinger.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/FretHandFinger.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/FretHandFinger.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/FretHandFinger.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/FretHandFinger.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/FretHandFinger.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/FretHandFinger.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/FretHandFinger.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/FretHandFinger.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/FretHandFinger.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/FretHandFinger.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/FretHandFinger.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":128,\"name\":\"GhostNote\",\"url\":\"classes/GhostNote.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/GhostNote.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/GhostNote.html#plotMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/GhostNote.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GhostNote.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/GhostNote.html#isRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/GhostNote.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/GhostNote.html#addToModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/GhostNote.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/GhostNote.html#draw-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GhostNote\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"classes/GhostNote.html#stem_direction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":1024,\"name\":\"stem\",\"url\":\"classes/GhostNote.html#stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getStem\",\"url\":\"classes/GhostNote.html#getStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"checkStem\",\"url\":\"classes/GhostNote.html#checkStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setStem\",\"url\":\"classes/GhostNote.html#setStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"buildStem\",\"url\":\"classes/GhostNote.html#buildStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"buildFlag\",\"url\":\"classes/GhostNote.html#buildFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getBaseCustomNoteHeadGlyphProps\",\"url\":\"classes/GhostNote.html#getBaseCustomNoteHeadGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getStemLength\",\"url\":\"classes/GhostNote.html#getStemLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getBeamCount\",\"url\":\"classes/GhostNote.html#getBeamCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getStemMinimumLength\",\"url\":\"classes/GhostNote.html#getStemMinimumLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/GhostNote.html#getStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setStemDirection\",\"url\":\"classes/GhostNote.html#setStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getStemX\",\"url\":\"classes/GhostNote.html#getStemX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getCenterGlyphX\",\"url\":\"classes/GhostNote.html#getCenterGlyphX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getStemExtension\",\"url\":\"classes/GhostNote.html#getStemExtension\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setStemLength\",\"url\":\"classes/GhostNote.html#setStemLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/GhostNote.html#getStemExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GhostNote.html#getStemExtents.getStemExtents-1.__type-2\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"GhostNote.getStemExtents.getStemExtents\"},{\"kind\":1024,\"name\":\"topY\",\"url\":\"classes/GhostNote.html#getStemExtents.getStemExtents-1.__type-2.topY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GhostNote.getStemExtents.getStemExtents.__type\"},{\"kind\":1024,\"name\":\"baseY\",\"url\":\"classes/GhostNote.html#getStemExtents.getStemExtents-1.__type-2.baseY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GhostNote.getStemExtents.getStemExtents.__type\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/GhostNote.html#getYForTopText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getYForBottomText\",\"url\":\"classes/GhostNote.html#getYForBottomText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"hasFlag\",\"url\":\"classes/GhostNote.html#hasFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/GhostNote.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"drawStem\",\"url\":\"classes/GhostNote.html#drawStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/GhostNote.html#glyphProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/GhostNote.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/GhostNote.html#keyProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/GhostNote.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GhostNote.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"GhostNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/GhostNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/GhostNote.html#render_options.__type.draw\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/GhostNote.html#render_options.__type.draw_dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/GhostNote.html#render_options.__type.draw_stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/GhostNote.html#render_options.__type.y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/GhostNote.html#render_options.__type.extend_left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/GhostNote.html#render_options.__type.extend_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/GhostNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/GhostNote.html#render_options.__type.annotation_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/GhostNote.html#render_options.__type.glyph_font_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/GhostNote.html#render_options.__type.scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/GhostNote.html#render_options.__type.font\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/GhostNote.html#render_options.__type.stroke_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/GhostNote.html#getPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/GhostNote.html#setPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/GhostNote.html#addStroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/GhostNote.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/GhostNote.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/GhostNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/GhostNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/GhostNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/GhostNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/GhostNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/GhostNote.html#getLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/GhostNote.html#getLineForRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/GhostNote.html#getGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/GhostNote.html#getGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/GhostNote.html#getGlyphWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/GhostNote.html#setYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/GhostNote.html#getYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/GhostNote.html#getVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/GhostNote.html#setVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/GhostNote.html#getTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/GhostNote.html#setTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/GhostNote.html#getDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/GhostNote.html#isDotted\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/GhostNote.html#hasStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/GhostNote.html#getNoteType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/GhostNote.html#getBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/GhostNote.html#checkBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/GhostNote.html#hasBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/GhostNote.html#setBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/GhostNote.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/GhostNote.html#getModifiersByType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/GhostNote.html#getModifierStartXY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GhostNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"GhostNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/GhostNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GhostNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/GhostNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GhostNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/GhostNote.html#getRightParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/GhostNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/GhostNote.html#getFirstDotPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/GhostNote.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/GhostNote.html#getAbsoluteX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/GhostNote.html#getTieRightX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/GhostNote.html#getTieLeftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/GhostNote.html#getKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/GhostNote.html#getKeyProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/GhostNote.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/GhostNote.html#getTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/GhostNote.html#setIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/GhostNote.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/GhostNote.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/GhostNote.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/GhostNote.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/GhostNote.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/GhostNote.html#getFormatterMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/GhostNote.html#getCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/GhostNote.html#setCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/GhostNote.html#isCenterAligned\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/GhostNote.html#setCenterAlignment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/GhostNote.html#getTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/GhostNote.html#getTupletStack\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/GhostNote.html#resetTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/GhostNote.html#setTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/GhostNote.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/GhostNote.html#checkTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/GhostNote.html#preFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/GhostNote.html#postFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/GhostNote.html#getIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/GhostNote.html#setIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/GhostNote.html#getTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/GhostNote.html#applyTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/GhostNote.html#setDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/GhostNote.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/GhostNote.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/GhostNote.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/GhostNote.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/GhostNote.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/GhostNote.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/GhostNote.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/GhostNote.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/GhostNote.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/GhostNote.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/GhostNote.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/GhostNote.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/GhostNote.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/GhostNote.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/GhostNote.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/GhostNote.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/GhostNote.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/GhostNote.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/GhostNote.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/GhostNote.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/GhostNote.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/GhostNote.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/GhostNote.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/GhostNote.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/GhostNote.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/GhostNote.html#font-1\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/GhostNote.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/GhostNote.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/GhostNote.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/GhostNote.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/GhostNote.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/GhostNote.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/GhostNote.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/GhostNote.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/GhostNote.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/GhostNote.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/GhostNote.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":256,\"name\":\"GlyphProps\",\"url\":\"interfaces/GlyphProps.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"code_head\",\"url\":\"interfaces/GlyphProps.html#code_head\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"ledger_code_head\",\"url\":\"interfaces/GlyphProps.html#ledger_code_head\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"dot_shiftY\",\"url\":\"interfaces/GlyphProps.html#dot_shiftY\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/GlyphProps.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"rest\",\"url\":\"interfaces/GlyphProps.html#rest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"line_below\",\"url\":\"interfaces/GlyphProps.html#line_below\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"line_above\",\"url\":\"interfaces/GlyphProps.html#line_above\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"stem_beam_extension\",\"url\":\"interfaces/GlyphProps.html#stem_beam_extension\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"stem_up_extension\",\"url\":\"interfaces/GlyphProps.html#stem_up_extension\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"stem_down_extension\",\"url\":\"interfaces/GlyphProps.html#stem_down_extension\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"stem\",\"url\":\"interfaces/GlyphProps.html#stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/GlyphProps.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"code_flag_upstem\",\"url\":\"interfaces/GlyphProps.html#code_flag_upstem\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"code_flag_downstem\",\"url\":\"interfaces/GlyphProps.html#code_flag_downstem\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"flag\",\"url\":\"interfaces/GlyphProps.html#flag\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/GlyphProps.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/GlyphProps.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"tabnote_stem_down_extension\",\"url\":\"interfaces/GlyphProps.html#tabnote_stem_down_extension\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"tabnote_stem_up_extension\",\"url\":\"interfaces/GlyphProps.html#tabnote_stem_up_extension\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"beam_count\",\"url\":\"interfaces/GlyphProps.html#beam_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"shift_y\",\"url\":\"interfaces/GlyphProps.html#shift_y\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"interfaces/GlyphProps.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"GlyphProps\"},{\"kind\":256,\"name\":\"GlyphOptions\",\"url\":\"interfaces/GlyphOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/GlyphOptions.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphOptions\"},{\"kind\":256,\"name\":\"GlyphMetrics\",\"url\":\"interfaces/GlyphMetrics.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/GlyphMetrics.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphMetrics\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/GlyphMetrics.html#height\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphMetrics\"},{\"kind\":1024,\"name\":\"x_min\",\"url\":\"interfaces/GlyphMetrics.html#x_min\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphMetrics\"},{\"kind\":1024,\"name\":\"x_max\",\"url\":\"interfaces/GlyphMetrics.html#x_max\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphMetrics\"},{\"kind\":1024,\"name\":\"x_shift\",\"url\":\"interfaces/GlyphMetrics.html#x_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphMetrics\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"interfaces/GlyphMetrics.html#y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphMetrics\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"interfaces/GlyphMetrics.html#scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphMetrics\"},{\"kind\":1024,\"name\":\"ha\",\"url\":\"interfaces/GlyphMetrics.html#ha\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphMetrics\"},{\"kind\":1024,\"name\":\"outline\",\"url\":\"interfaces/GlyphMetrics.html#outline\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphMetrics\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"interfaces/GlyphMetrics.html#font\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphMetrics\"},{\"kind\":8,\"name\":\"OutlineCode\",\"url\":\"enums/OutlineCode.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"MOVE\",\"url\":\"enums/OutlineCode.html#MOVE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OutlineCode\"},{\"kind\":16,\"name\":\"LINE\",\"url\":\"enums/OutlineCode.html#LINE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OutlineCode\"},{\"kind\":16,\"name\":\"QUADRATIC\",\"url\":\"enums/OutlineCode.html#QUADRATIC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OutlineCode\"},{\"kind\":16,\"name\":\"BEZIER\",\"url\":\"enums/OutlineCode.html#BEZIER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OutlineCode\"},{\"kind\":128,\"name\":\"Glyph\",\"url\":\"classes/Glyph.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Glyph.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":1024,\"name\":\"CURRENT_CACHE_KEY\",\"url\":\"classes/Glyph.html#CURRENT_CACHE_KEY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":1024,\"name\":\"MUSIC_FONT_STACK\",\"url\":\"classes/Glyph.html#MUSIC_FONT_STACK\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"lookupFontMetric\",\"url\":\"classes/Glyph.html#lookupFontMetric\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"lookupGlyph\",\"url\":\"classes/Glyph.html#lookupGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Glyph.html#lookupGlyph.lookupGlyph-1.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"Glyph.lookupGlyph.lookupGlyph\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/Glyph.html#lookupGlyph.lookupGlyph-1.__type.font-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Glyph.lookupGlyph.lookupGlyph.__type\"},{\"kind\":1024,\"name\":\"glyph\",\"url\":\"classes/Glyph.html#lookupGlyph.lookupGlyph-1.__type.glyph\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Glyph.lookupGlyph.lookupGlyph.__type\"},{\"kind\":2048,\"name\":\"loadMetrics\",\"url\":\"classes/Glyph.html#loadMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"renderGlyph\",\"url\":\"classes/Glyph.html#renderGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"renderOutline\",\"url\":\"classes/Glyph.html#renderOutline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getOutlineBoundingBox\",\"url\":\"classes/Glyph.html#getOutlineBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Glyph.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Glyph.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Glyph.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":1024,\"name\":\"bbox\",\"url\":\"classes/Glyph.html#bbox\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/Glyph.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":1024,\"name\":\"metrics\",\"url\":\"classes/Glyph.html#metrics\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":1024,\"name\":\"topGlyphs\",\"url\":\"classes/Glyph.html#topGlyphs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":1024,\"name\":\"botGlyphs\",\"url\":\"classes/Glyph.html#botGlyphs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/Glyph.html#scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Glyph.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getCode\",\"url\":\"classes/Glyph.html#getCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setOptions\",\"url\":\"classes/Glyph.html#setOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setPoint\",\"url\":\"classes/Glyph.html#setPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/Glyph.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Glyph.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Glyph.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getYshift\",\"url\":\"classes/Glyph.html#getYshift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Glyph.html#setYShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Glyph.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"checkMetrics\",\"url\":\"classes/Glyph.html#checkMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/Glyph.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setOriginX\",\"url\":\"classes/Glyph.html#setOriginX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setOriginY\",\"url\":\"classes/Glyph.html#setOriginY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setOrigin\",\"url\":\"classes/Glyph.html#setOrigin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/Glyph.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/Glyph.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"renderToStave\",\"url\":\"classes/Glyph.html#renderToStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Glyph.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Glyph.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Glyph.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Glyph.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Glyph.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Glyph.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Glyph.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Glyph.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Glyph.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Glyph.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Glyph.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Glyph.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Glyph.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Glyph.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Glyph.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Glyph.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Glyph.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Glyph.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Glyph.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Glyph.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Glyph.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Glyph.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Glyph.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Glyph.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Glyph.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Glyph.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Glyph.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Glyph.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Glyph.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Glyph.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Glyph.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Glyph.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Glyph.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Glyph.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":256,\"name\":\"GlyphNoteOptions\",\"url\":\"interfaces/GlyphNoteOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"ignoreTicks\",\"url\":\"interfaces/GlyphNoteOptions.html#ignoreTicks\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphNoteOptions\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/GlyphNoteOptions.html#line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GlyphNoteOptions\"},{\"kind\":128,\"name\":\"GlyphNote\",\"url\":\"classes/GlyphNote.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/GlyphNote.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/GlyphNote.html#plotMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/GlyphNote.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GlyphNote.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setGlyph\",\"url\":\"classes/GlyphNote.html#setGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/GlyphNote.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/GlyphNote.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"drawModifiers\",\"url\":\"classes/GlyphNote.html#drawModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/GlyphNote.html#getGlyphWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/GlyphNote.html#draw-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GlyphNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/GlyphNote.html#glyphProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/GlyphNote.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/GlyphNote.html#keyProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/GlyphNote.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GlyphNote.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"GlyphNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/GlyphNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/GlyphNote.html#render_options.__type.draw\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/GlyphNote.html#render_options.__type.draw_dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/GlyphNote.html#render_options.__type.draw_stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/GlyphNote.html#render_options.__type.y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/GlyphNote.html#render_options.__type.extend_left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/GlyphNote.html#render_options.__type.extend_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/GlyphNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/GlyphNote.html#render_options.__type.annotation_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/GlyphNote.html#render_options.__type.glyph_font_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/GlyphNote.html#render_options.__type.scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/GlyphNote.html#render_options.__type.font\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/GlyphNote.html#render_options.__type.stroke_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/GlyphNote.html#getPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/GlyphNote.html#setPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/GlyphNote.html#isRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/GlyphNote.html#addStroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/GlyphNote.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/GlyphNote.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/GlyphNote.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/GlyphNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/GlyphNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/GlyphNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/GlyphNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/GlyphNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/GlyphNote.html#getLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/GlyphNote.html#getLineForRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/GlyphNote.html#getGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/GlyphNote.html#getGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/GlyphNote.html#setYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/GlyphNote.html#getYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/GlyphNote.html#getYForTopText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/GlyphNote.html#getVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/GlyphNote.html#setVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/GlyphNote.html#getTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/GlyphNote.html#setTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/GlyphNote.html#getDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/GlyphNote.html#isDotted\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/GlyphNote.html#hasStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/GlyphNote.html#getNoteType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/GlyphNote.html#getBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/GlyphNote.html#checkBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/GlyphNote.html#hasBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/GlyphNote.html#setBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/GlyphNote.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/GlyphNote.html#getModifiersByType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/GlyphNote.html#getModifierStartXY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GlyphNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"GlyphNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/GlyphNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GlyphNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/GlyphNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GlyphNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/GlyphNote.html#getRightParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/GlyphNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/GlyphNote.html#getFirstDotPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/GlyphNote.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/GlyphNote.html#getAbsoluteX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/GlyphNote.html#getStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/GlyphNote.html#getStemExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/GlyphNote.html#getTieRightX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/GlyphNote.html#getTieLeftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/GlyphNote.html#getKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/GlyphNote.html#getKeyProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/GlyphNote.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/GlyphNote.html#getTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/GlyphNote.html#setIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/GlyphNote.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/GlyphNote.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/GlyphNote.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/GlyphNote.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/GlyphNote.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/GlyphNote.html#getFormatterMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/GlyphNote.html#getCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/GlyphNote.html#setCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/GlyphNote.html#isCenterAligned\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/GlyphNote.html#setCenterAlignment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/GlyphNote.html#getTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/GlyphNote.html#getTupletStack\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/GlyphNote.html#resetTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/GlyphNote.html#setTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/GlyphNote.html#addToModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/GlyphNote.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/GlyphNote.html#checkTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/GlyphNote.html#preFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/GlyphNote.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/GlyphNote.html#postFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/GlyphNote.html#getIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/GlyphNote.html#setIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/GlyphNote.html#getTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/GlyphNote.html#applyTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/GlyphNote.html#setDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/GlyphNote.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/GlyphNote.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/GlyphNote.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/GlyphNote.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/GlyphNote.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/GlyphNote.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/GlyphNote.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/GlyphNote.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/GlyphNote.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/GlyphNote.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/GlyphNote.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/GlyphNote.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/GlyphNote.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/GlyphNote.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/GlyphNote.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/GlyphNote.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/GlyphNote.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/GlyphNote.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/GlyphNote.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/GlyphNote.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/GlyphNote.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/GlyphNote.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/GlyphNote.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/GlyphNote.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/GlyphNote.html#font-1\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/GlyphNote.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/GlyphNote.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/GlyphNote.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/GlyphNote.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/GlyphNote.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/GlyphNote.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/GlyphNote.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/GlyphNote.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/GlyphNote.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/GlyphNote.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/GlyphNote.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":256,\"name\":\"GraceNoteStruct\",\"url\":\"interfaces/GraceNoteStruct.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"slash\",\"url\":\"interfaces/GraceNoteStruct.html#slash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"interfaces/GraceNoteStruct.html#stem_direction\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"auto_stem\",\"url\":\"interfaces/GraceNoteStruct.html#auto_stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"stem_down_x_offset\",\"url\":\"interfaces/GraceNoteStruct.html#stem_down_x_offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"stem_up_x_offset\",\"url\":\"interfaces/GraceNoteStruct.html#stem_up_x_offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"interfaces/GraceNoteStruct.html#stroke_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"interfaces/GraceNoteStruct.html#glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"octave_shift\",\"url\":\"interfaces/GraceNoteStruct.html#octave_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"clef\",\"url\":\"interfaces/GraceNoteStruct.html#clef\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"interfaces/GraceNoteStruct.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/GraceNoteStruct.html#duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/GraceNoteStruct.html#line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"dots\",\"url\":\"interfaces/GraceNoteStruct.html#dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/GraceNoteStruct.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"align_center\",\"url\":\"interfaces/GraceNoteStruct.html#align_center\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"duration_override\",\"url\":\"interfaces/GraceNoteStruct.html#duration_override\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":128,\"name\":\"GraceNote\",\"url\":\"classes/GraceNote.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/GraceNote.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"LEDGER_LINE_OFFSET\",\"url\":\"classes/GraceNote.html#LEDGER_LINE_OFFSET\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"SCALE\",\"url\":\"classes/GraceNote.html#SCALE-1\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"GraceNote\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/GraceNote.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"STEM_UP\",\"url\":\"classes/GraceNote.html#STEM_UP\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"STEM_DOWN\",\"url\":\"classes/GraceNote.html#STEM_DOWN\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"minNoteheadPadding\",\"url\":\"classes/GraceNote.html#minNoteheadPadding\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/GraceNote.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/GraceNote.html#postFormat-2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/GraceNote.html#plotMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/GraceNote.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GraceNote.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStemExtension\",\"url\":\"classes/GraceNote.html#getStemExtension\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStaveNoteScale\",\"url\":\"classes/GraceNote.html#getStaveNoteScale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/GraceNote.html#draw-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"calcBeamedNotesSlashBBox\",\"url\":\"classes/GraceNote.html#calcBeamedNotesSlashBBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GraceNote\"},{\"kind\":1024,\"name\":\"minLine\",\"url\":\"classes/GraceNote.html#minLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":1024,\"name\":\"maxLine\",\"url\":\"classes/GraceNote.html#maxLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/GraceNote.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/GraceNote.html#setBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"buildStem\",\"url\":\"classes/GraceNote.html#buildStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"buildNoteHeads\",\"url\":\"classes/GraceNote.html#buildNoteHeads\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"autoStem\",\"url\":\"classes/GraceNote.html#autoStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"calculateOptimalStemDirection\",\"url\":\"classes/GraceNote.html#calculateOptimalStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"calculateKeyProps\",\"url\":\"classes/GraceNote.html#calculateKeyProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/GraceNote.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/GraceNote.html#getLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/GraceNote.html#isRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"isChord\",\"url\":\"classes/GraceNote.html#isChord\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/GraceNote.html#hasStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"hasFlag\",\"url\":\"classes/GraceNote.html#hasFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStemX\",\"url\":\"classes/GraceNote.html#getStemX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/GraceNote.html#getYForTopText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getYForBottomText\",\"url\":\"classes/GraceNote.html#getYForBottomText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/GraceNote.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"isDisplaced\",\"url\":\"classes/GraceNote.html#isDisplaced\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setNoteDisplaced\",\"url\":\"classes/GraceNote.html#setNoteDisplaced\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/GraceNote.html#getTieRightX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/GraceNote.html#getTieLeftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/GraceNote.html#getLineForRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/GraceNote.html#getModifierStartXY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GraceNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"GraceNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/GraceNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/GraceNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/GraceNote.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setStemStyle\",\"url\":\"classes/GraceNote.html#setStemStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStemStyle\",\"url\":\"classes/GraceNote.html#getStemStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setLedgerLineStyle\",\"url\":\"classes/GraceNote.html#setLedgerLineStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getLedgerLineStyle\",\"url\":\"classes/GraceNote.html#getLedgerLineStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setFlagStyle\",\"url\":\"classes/GraceNote.html#setFlagStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getFlagStyle\",\"url\":\"classes/GraceNote.html#getFlagStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setKeyStyle\",\"url\":\"classes/GraceNote.html#setKeyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setKeyLine\",\"url\":\"classes/GraceNote.html#setKeyLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getKeyLine\",\"url\":\"classes/GraceNote.html#getKeyLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getVoiceShiftWidth\",\"url\":\"classes/GraceNote.html#getVoiceShiftWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"calcNoteDisplacements\",\"url\":\"classes/GraceNote.html#calcNoteDisplacements\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/GraceNote.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getNoteHeadBounds\",\"url\":\"classes/GraceNote.html#getNoteHeadBounds\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getNoteHeadBeginX\",\"url\":\"classes/GraceNote.html#getNoteHeadBeginX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getNoteHeadEndX\",\"url\":\"classes/GraceNote.html#getNoteHeadEndX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"noteHeads\",\"url\":\"classes/GraceNote.html#noteHeads\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"note_heads\",\"url\":\"classes/GraceNote.html#note_heads\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"drawLedgerLines\",\"url\":\"classes/GraceNote.html#drawLedgerLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"drawModifiers\",\"url\":\"classes/GraceNote.html#drawModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"shouldDrawFlag\",\"url\":\"classes/GraceNote.html#shouldDrawFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"drawFlag\",\"url\":\"classes/GraceNote.html#drawFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"drawNoteHeads\",\"url\":\"classes/GraceNote.html#drawNoteHeads\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"drawStem\",\"url\":\"classes/GraceNote.html#drawStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"classes/GraceNote.html#stem_direction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":1024,\"name\":\"stem\",\"url\":\"classes/GraceNote.html#stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStem\",\"url\":\"classes/GraceNote.html#getStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"checkStem\",\"url\":\"classes/GraceNote.html#checkStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setStem\",\"url\":\"classes/GraceNote.html#setStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"buildFlag\",\"url\":\"classes/GraceNote.html#buildFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getBaseCustomNoteHeadGlyphProps\",\"url\":\"classes/GraceNote.html#getBaseCustomNoteHeadGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStemLength\",\"url\":\"classes/GraceNote.html#getStemLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getBeamCount\",\"url\":\"classes/GraceNote.html#getBeamCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStemMinimumLength\",\"url\":\"classes/GraceNote.html#getStemMinimumLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/GraceNote.html#getStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setStemDirection\",\"url\":\"classes/GraceNote.html#setStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getCenterGlyphX\",\"url\":\"classes/GraceNote.html#getCenterGlyphX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setStemLength\",\"url\":\"classes/GraceNote.html#setStemLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/GraceNote.html#getStemExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GraceNote.html#getStemExtents.getStemExtents-1.__type-2\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"GraceNote.getStemExtents.getStemExtents\"},{\"kind\":1024,\"name\":\"topY\",\"url\":\"classes/GraceNote.html#getStemExtents.getStemExtents-1.__type-2.topY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceNote.getStemExtents.getStemExtents.__type\"},{\"kind\":1024,\"name\":\"baseY\",\"url\":\"classes/GraceNote.html#getStemExtents.getStemExtents-1.__type-2.baseY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceNote.getStemExtents.getStemExtents.__type\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/GraceNote.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/GraceNote.html#glyphProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/GraceNote.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/GraceNote.html#keyProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/GraceNote.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GraceNote.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"GraceNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/GraceNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/GraceNote.html#render_options.__type.draw\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/GraceNote.html#render_options.__type.draw_dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/GraceNote.html#render_options.__type.draw_stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/GraceNote.html#render_options.__type.y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/GraceNote.html#render_options.__type.extend_left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/GraceNote.html#render_options.__type.extend_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/GraceNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/GraceNote.html#render_options.__type.annotation_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/GraceNote.html#render_options.__type.glyph_font_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/GraceNote.html#render_options.__type.scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/GraceNote.html#render_options.__type.font\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/GraceNote.html#render_options.__type.stroke_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/GraceNote.html#getPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/GraceNote.html#setPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/GraceNote.html#addStroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/GraceNote.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/GraceNote.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/GraceNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/GraceNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/GraceNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/GraceNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/GraceNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/GraceNote.html#getGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/GraceNote.html#getGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/GraceNote.html#getGlyphWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/GraceNote.html#setYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/GraceNote.html#getYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/GraceNote.html#getVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/GraceNote.html#setVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/GraceNote.html#getTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/GraceNote.html#setTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/GraceNote.html#getDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/GraceNote.html#isDotted\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/GraceNote.html#getNoteType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/GraceNote.html#getBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/GraceNote.html#checkBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/GraceNote.html#hasBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/GraceNote.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/GraceNote.html#getModifiersByType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/GraceNote.html#getRightParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/GraceNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/GraceNote.html#getFirstDotPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/GraceNote.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/GraceNote.html#getAbsoluteX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/GraceNote.html#getKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/GraceNote.html#getKeyProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/GraceNote.html#getTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/GraceNote.html#setIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/GraceNote.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/GraceNote.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/GraceNote.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/GraceNote.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/GraceNote.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/GraceNote.html#getFormatterMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/GraceNote.html#getCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/GraceNote.html#setCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/GraceNote.html#isCenterAligned\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/GraceNote.html#setCenterAlignment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/GraceNote.html#getTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/GraceNote.html#getTupletStack\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/GraceNote.html#resetTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/GraceNote.html#setTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/GraceNote.html#addToModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/GraceNote.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/GraceNote.html#checkTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/GraceNote.html#preFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/GraceNote.html#postFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/GraceNote.html#getIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/GraceNote.html#setIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/GraceNote.html#getTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/GraceNote.html#applyTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/GraceNote.html#setDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/GraceNote.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/GraceNote.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/GraceNote.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/GraceNote.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/GraceNote.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/GraceNote.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/GraceNote.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/GraceNote.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/GraceNote.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/GraceNote.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/GraceNote.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/GraceNote.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/GraceNote.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/GraceNote.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/GraceNote.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/GraceNote.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/GraceNote.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/GraceNote.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/GraceNote.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/GraceNote.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/GraceNote.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/GraceNote.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/GraceNote.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/GraceNote.html#font-1\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/GraceNote.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/GraceNote.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/GraceNote.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/GraceNote.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/GraceNote.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/GraceNote.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/GraceNote.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/GraceNote.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/GraceNote.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/GraceNote.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/GraceNote.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":128,\"name\":\"GraceNoteGroup\",\"url\":\"classes/GraceNoteGroup.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/GraceNoteGroup.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GraceNoteGroup\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/GraceNoteGroup.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/GraceNoteGroup.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GraceNoteGroup\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/GraceNoteGroup.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/GraceNoteGroup.html#PositionString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/GraceNoteGroup.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GraceNoteGroup.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"GraceNoteGroup\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/GraceNoteGroup.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GraceNoteGroup\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GraceNoteGroup.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"GraceNoteGroup.render_options\"},{\"kind\":1024,\"name\":\"slur_y_shift\",\"url\":\"classes/GraceNoteGroup.html#render_options.__type.slur_y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceNoteGroup.render_options.__type\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/GraceNoteGroup.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"beamNotes\",\"url\":\"classes/GraceNoteGroup.html#beamNotes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/GraceNoteGroup.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/GraceNoteGroup.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getGraceNotes\",\"url\":\"classes/GraceNoteGroup.html#getGraceNotes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/GraceNoteGroup.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/GraceNoteGroup.html#getNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/GraceNoteGroup.html#checkAttachedNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/GraceNoteGroup.html#setNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/GraceNoteGroup.html#getIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/GraceNoteGroup.html#checkIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/GraceNoteGroup.html#setIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/GraceNoteGroup.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/GraceNoteGroup.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/GraceNoteGroup.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/GraceNoteGroup.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/GraceNoteGroup.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/GraceNoteGroup.html#setTextLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/GraceNoteGroup.html#setYShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/GraceNoteGroup.html#setSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/GraceNoteGroup.html#getSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/GraceNoteGroup.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/GraceNoteGroup.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/GraceNoteGroup.html#alignSubNotesWithNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/GraceNoteGroup.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/GraceNoteGroup.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/GraceNoteGroup.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/GraceNoteGroup.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/GraceNoteGroup.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/GraceNoteGroup.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/GraceNoteGroup.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/GraceNoteGroup.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/GraceNoteGroup.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/GraceNoteGroup.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/GraceNoteGroup.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/GraceNoteGroup.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/GraceNoteGroup.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/GraceNoteGroup.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/GraceNoteGroup.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/GraceNoteGroup.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/GraceNoteGroup.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/GraceNoteGroup.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/GraceNoteGroup.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/GraceNoteGroup.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/GraceNoteGroup.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/GraceNoteGroup.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/GraceNoteGroup.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/GraceNoteGroup.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/GraceNoteGroup.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/GraceNoteGroup.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/GraceNoteGroup.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/GraceNoteGroup.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/GraceNoteGroup.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/GraceNoteGroup.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/GraceNoteGroup.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/GraceNoteGroup.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/GraceNoteGroup.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/GraceNoteGroup.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":128,\"name\":\"GraceTabNote\",\"url\":\"classes/GraceTabNote.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/GraceTabNote.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/GraceTabNote.html#plotMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/GraceTabNote.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GraceTabNote.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"greatestString\",\"url\":\"classes/GraceTabNote.html#greatestString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"leastString\",\"url\":\"classes/GraceTabNote.html#leastString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/GraceTabNote.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setGhost\",\"url\":\"classes/GraceTabNote.html#setGhost\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/GraceTabNote.html#hasStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getStemExtension\",\"url\":\"classes/GraceTabNote.html#getStemExtension\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"updateWidth\",\"url\":\"classes/GraceTabNote.html#updateWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/GraceTabNote.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getPositions\",\"url\":\"classes/GraceTabNote.html#getPositions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/GraceTabNote.html#getModifierStartXY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GraceTabNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"GraceTabNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/GraceTabNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceTabNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/GraceTabNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceTabNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/GraceTabNote.html#getLineForRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/GraceTabNote.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getStemX\",\"url\":\"classes/GraceTabNote.html#getStemX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getStemY\",\"url\":\"classes/GraceTabNote.html#getStemY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/GraceTabNote.html#getStemExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GraceTabNote.html#getStemExtents.getStemExtents-1.__type-2\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"GraceTabNote.getStemExtents.getStemExtents\"},{\"kind\":1024,\"name\":\"topY\",\"url\":\"classes/GraceTabNote.html#getStemExtents.getStemExtents-1.__type-2.topY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceTabNote.getStemExtents.getStemExtents.__type\"},{\"kind\":1024,\"name\":\"baseY\",\"url\":\"classes/GraceTabNote.html#getStemExtents.getStemExtents-1.__type-2.baseY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceTabNote.getStemExtents.getStemExtents.__type\"},{\"kind\":2048,\"name\":\"drawFlag\",\"url\":\"classes/GraceTabNote.html#drawFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"drawModifiers\",\"url\":\"classes/GraceTabNote.html#drawModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"drawStemThrough\",\"url\":\"classes/GraceTabNote.html#drawStemThrough\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"drawPositions\",\"url\":\"classes/GraceTabNote.html#drawPositions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/GraceTabNote.html#draw-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"classes/GraceTabNote.html#stem_direction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":1024,\"name\":\"stem\",\"url\":\"classes/GraceTabNote.html#stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getStem\",\"url\":\"classes/GraceTabNote.html#getStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"checkStem\",\"url\":\"classes/GraceTabNote.html#checkStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setStem\",\"url\":\"classes/GraceTabNote.html#setStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"buildStem\",\"url\":\"classes/GraceTabNote.html#buildStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"buildFlag\",\"url\":\"classes/GraceTabNote.html#buildFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getBaseCustomNoteHeadGlyphProps\",\"url\":\"classes/GraceTabNote.html#getBaseCustomNoteHeadGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getStemLength\",\"url\":\"classes/GraceTabNote.html#getStemLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getBeamCount\",\"url\":\"classes/GraceTabNote.html#getBeamCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getStemMinimumLength\",\"url\":\"classes/GraceTabNote.html#getStemMinimumLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/GraceTabNote.html#getStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setStemDirection\",\"url\":\"classes/GraceTabNote.html#setStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getCenterGlyphX\",\"url\":\"classes/GraceTabNote.html#getCenterGlyphX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setStemLength\",\"url\":\"classes/GraceTabNote.html#setStemLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/GraceTabNote.html#getYForTopText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getYForBottomText\",\"url\":\"classes/GraceTabNote.html#getYForBottomText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"hasFlag\",\"url\":\"classes/GraceTabNote.html#hasFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/GraceTabNote.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"drawStem\",\"url\":\"classes/GraceTabNote.html#drawStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/GraceTabNote.html#glyphProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/GraceTabNote.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/GraceTabNote.html#keyProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/GraceTabNote.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GraceTabNote.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"GraceTabNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/GraceTabNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/GraceTabNote.html#render_options.__type.draw\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/GraceTabNote.html#render_options.__type.draw_dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/GraceTabNote.html#render_options.__type.draw_stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/GraceTabNote.html#render_options.__type.y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/GraceTabNote.html#render_options.__type.extend_left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/GraceTabNote.html#render_options.__type.extend_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/GraceTabNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/GraceTabNote.html#render_options.__type.annotation_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/GraceTabNote.html#render_options.__type.glyph_font_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/GraceTabNote.html#render_options.__type.scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/GraceTabNote.html#render_options.__type.font\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/GraceTabNote.html#render_options.__type.stroke_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/GraceTabNote.html#getPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/GraceTabNote.html#setPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/GraceTabNote.html#isRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/GraceTabNote.html#addStroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/GraceTabNote.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/GraceTabNote.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/GraceTabNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/GraceTabNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/GraceTabNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/GraceTabNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/GraceTabNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/GraceTabNote.html#getLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/GraceTabNote.html#getGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/GraceTabNote.html#getGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/GraceTabNote.html#getGlyphWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/GraceTabNote.html#setYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/GraceTabNote.html#getYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/GraceTabNote.html#getVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/GraceTabNote.html#setVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/GraceTabNote.html#getTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/GraceTabNote.html#setTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/GraceTabNote.html#getDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/GraceTabNote.html#isDotted\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/GraceTabNote.html#getNoteType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/GraceTabNote.html#getBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/GraceTabNote.html#checkBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/GraceTabNote.html#hasBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/GraceTabNote.html#setBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/GraceTabNote.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/GraceTabNote.html#getModifiersByType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/GraceTabNote.html#getRightParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/GraceTabNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/GraceTabNote.html#getFirstDotPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/GraceTabNote.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/GraceTabNote.html#getAbsoluteX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/GraceTabNote.html#getTieRightX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/GraceTabNote.html#getTieLeftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/GraceTabNote.html#getKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/GraceTabNote.html#getKeyProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/GraceTabNote.html#getTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/GraceTabNote.html#setIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/GraceTabNote.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/GraceTabNote.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/GraceTabNote.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/GraceTabNote.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/GraceTabNote.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/GraceTabNote.html#getFormatterMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/GraceTabNote.html#getCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/GraceTabNote.html#setCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/GraceTabNote.html#isCenterAligned\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/GraceTabNote.html#setCenterAlignment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/GraceTabNote.html#getTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/GraceTabNote.html#getTupletStack\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/GraceTabNote.html#resetTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/GraceTabNote.html#setTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/GraceTabNote.html#addToModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/GraceTabNote.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/GraceTabNote.html#checkTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/GraceTabNote.html#preFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/GraceTabNote.html#postFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/GraceTabNote.html#getIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/GraceTabNote.html#setIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/GraceTabNote.html#getTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/GraceTabNote.html#applyTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/GraceTabNote.html#setDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/GraceTabNote.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/GraceTabNote.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/GraceTabNote.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/GraceTabNote.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/GraceTabNote.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/GraceTabNote.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/GraceTabNote.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/GraceTabNote.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/GraceTabNote.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/GraceTabNote.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/GraceTabNote.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/GraceTabNote.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/GraceTabNote.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/GraceTabNote.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/GraceTabNote.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/GraceTabNote.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/GraceTabNote.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/GraceTabNote.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/GraceTabNote.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/GraceTabNote.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/GraceTabNote.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/GraceTabNote.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/GraceTabNote.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/GraceTabNote.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/GraceTabNote.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/GraceTabNote.html#font-1\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/GraceTabNote.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/GraceTabNote.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/GraceTabNote.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/GraceTabNote.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/GraceTabNote.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/GraceTabNote.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/GraceTabNote.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/GraceTabNote.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/GraceTabNote.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/GraceTabNote.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/GraceTabNote.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":128,\"name\":\"KeyManager\",\"url\":\"classes/KeyManager.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/KeyManager.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"KeyManager\"},{\"kind\":2048,\"name\":\"setKey\",\"url\":\"classes/KeyManager.html#setKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeyManager\"},{\"kind\":2048,\"name\":\"getKey\",\"url\":\"classes/KeyManager.html#getKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeyManager\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/KeyManager.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeyManager\"},{\"kind\":2048,\"name\":\"getAccidental\",\"url\":\"classes/KeyManager.html#getAccidental\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeyManager\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/KeyManager.html#getAccidental.getAccidental-1.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"KeyManager.getAccidental.getAccidental\"},{\"kind\":1024,\"name\":\"note\",\"url\":\"classes/KeyManager.html#getAccidental.getAccidental-1.__type.note\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeyManager.getAccidental.getAccidental.__type\"},{\"kind\":1024,\"name\":\"accidental\",\"url\":\"classes/KeyManager.html#getAccidental.getAccidental-1.__type.accidental\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeyManager.getAccidental.getAccidental.__type\"},{\"kind\":1024,\"name\":\"change\",\"url\":\"classes/KeyManager.html#getAccidental.getAccidental-1.__type.change\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeyManager.getAccidental.getAccidental.__type\"},{\"kind\":2048,\"name\":\"selectNote\",\"url\":\"classes/KeyManager.html#selectNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeyManager\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/KeyManager.html#selectNote.selectNote-1.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"KeyManager.selectNote.selectNote\"},{\"kind\":1024,\"name\":\"note\",\"url\":\"classes/KeyManager.html#selectNote.selectNote-1.__type-1.note-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeyManager.selectNote.selectNote.__type\"},{\"kind\":1024,\"name\":\"accidental\",\"url\":\"classes/KeyManager.html#selectNote.selectNote-1.__type-1.accidental-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeyManager.selectNote.selectNote.__type\"},{\"kind\":1024,\"name\":\"change\",\"url\":\"classes/KeyManager.html#selectNote.selectNote-1.__type-1.change-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeyManager.selectNote.selectNote.__type\"},{\"kind\":128,\"name\":\"KeySignature\",\"url\":\"classes/KeySignature.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/KeySignature.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"KeySignature\"},{\"kind\":1024,\"name\":\"accidentalSpacing\",\"url\":\"classes/KeySignature.html#accidentalSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"KeySignature\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/KeySignature.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/KeySignature.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/KeySignature.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"convertToGlyph\",\"url\":\"classes/KeySignature.html#convertToGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"cancelKey\",\"url\":\"classes/KeySignature.html#cancelKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"convertToCancelAccList\",\"url\":\"classes/KeySignature.html#convertToCancelAccList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"addToStave\",\"url\":\"classes/KeySignature.html#addToStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"convertAccLines\",\"url\":\"classes/KeySignature.html#convertAccLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getPadding\",\"url\":\"classes/KeySignature.html#getPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/KeySignature.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setKeySig\",\"url\":\"classes/KeySignature.html#setKeySig\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"alterKey\",\"url\":\"classes/KeySignature.html#alterKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"convertToAlterAccList\",\"url\":\"classes/KeySignature.html#convertToAlterAccList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/KeySignature.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getGlyphs\",\"url\":\"classes/KeySignature.html#getGlyphs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/KeySignature.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/KeySignature.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/KeySignature.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/KeySignature.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/KeySignature.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/KeySignature.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/KeySignature.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/KeySignature.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/KeySignature.html#setX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"placeGlyphOnLine\",\"url\":\"classes/KeySignature.html#placeGlyphOnLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/KeySignature.html#setPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setLayoutMetrics\",\"url\":\"classes/KeySignature.html#setLayoutMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getLayoutMetrics\",\"url\":\"classes/KeySignature.html#getLayoutMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/KeySignature.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/KeySignature.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/KeySignature.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/KeySignature.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/KeySignature.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/KeySignature.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/KeySignature.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/KeySignature.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/KeySignature.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/KeySignature.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/KeySignature.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/KeySignature.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/KeySignature.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/KeySignature.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/KeySignature.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/KeySignature.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/KeySignature.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/KeySignature.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/KeySignature.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/KeySignature.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/KeySignature.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/KeySignature.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/KeySignature.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/KeySignature.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/KeySignature.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/KeySignature.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/KeySignature.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/KeySignature.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/KeySignature.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/KeySignature.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/KeySignature.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/KeySignature.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/KeySignature.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/KeySignature.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":128,\"name\":\"KeySigNote\",\"url\":\"classes/KeySigNote.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/KeySigNote.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/KeySigNote.html#plotMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/KeySigNote.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/KeySigNote.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/KeySigNote.html#addToModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/KeySigNote.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/KeySigNote.html#draw-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"KeySigNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/KeySigNote.html#glyphProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/KeySigNote.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/KeySigNote.html#keyProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/KeySigNote.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/KeySigNote.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"KeySigNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/KeySigNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/KeySigNote.html#render_options.__type.draw\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/KeySigNote.html#render_options.__type.draw_dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/KeySigNote.html#render_options.__type.draw_stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/KeySigNote.html#render_options.__type.y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/KeySigNote.html#render_options.__type.extend_left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/KeySigNote.html#render_options.__type.extend_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/KeySigNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/KeySigNote.html#render_options.__type.annotation_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/KeySigNote.html#render_options.__type.glyph_font_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/KeySigNote.html#render_options.__type.scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/KeySigNote.html#render_options.__type.font\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/KeySigNote.html#render_options.__type.stroke_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/KeySigNote.html#getPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/KeySigNote.html#setPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/KeySigNote.html#isRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/KeySigNote.html#addStroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/KeySigNote.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/KeySigNote.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/KeySigNote.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/KeySigNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/KeySigNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/KeySigNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/KeySigNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/KeySigNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/KeySigNote.html#getLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/KeySigNote.html#getLineForRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/KeySigNote.html#getGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/KeySigNote.html#getGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/KeySigNote.html#getGlyphWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/KeySigNote.html#setYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/KeySigNote.html#getYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/KeySigNote.html#getYForTopText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/KeySigNote.html#getVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/KeySigNote.html#setVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/KeySigNote.html#getTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/KeySigNote.html#setTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/KeySigNote.html#getDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/KeySigNote.html#isDotted\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/KeySigNote.html#hasStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/KeySigNote.html#getNoteType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/KeySigNote.html#getBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/KeySigNote.html#checkBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/KeySigNote.html#hasBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/KeySigNote.html#setBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/KeySigNote.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/KeySigNote.html#getModifiersByType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/KeySigNote.html#getModifierStartXY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/KeySigNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"KeySigNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/KeySigNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeySigNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/KeySigNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"KeySigNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/KeySigNote.html#getRightParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/KeySigNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/KeySigNote.html#getFirstDotPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/KeySigNote.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/KeySigNote.html#getAbsoluteX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/KeySigNote.html#getStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/KeySigNote.html#getStemExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/KeySigNote.html#getTieRightX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/KeySigNote.html#getTieLeftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/KeySigNote.html#getKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/KeySigNote.html#getKeyProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/KeySigNote.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/KeySigNote.html#getTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/KeySigNote.html#setIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/KeySigNote.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/KeySigNote.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/KeySigNote.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/KeySigNote.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/KeySigNote.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/KeySigNote.html#getFormatterMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/KeySigNote.html#getCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/KeySigNote.html#setCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/KeySigNote.html#isCenterAligned\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/KeySigNote.html#setCenterAlignment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/KeySigNote.html#getTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/KeySigNote.html#getTupletStack\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/KeySigNote.html#resetTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/KeySigNote.html#setTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/KeySigNote.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/KeySigNote.html#checkTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/KeySigNote.html#preFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/KeySigNote.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/KeySigNote.html#postFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/KeySigNote.html#getIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/KeySigNote.html#setIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/KeySigNote.html#getTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/KeySigNote.html#applyTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/KeySigNote.html#setDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/KeySigNote.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/KeySigNote.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/KeySigNote.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/KeySigNote.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/KeySigNote.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/KeySigNote.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/KeySigNote.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/KeySigNote.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/KeySigNote.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/KeySigNote.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/KeySigNote.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/KeySigNote.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/KeySigNote.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/KeySigNote.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/KeySigNote.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/KeySigNote.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/KeySigNote.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/KeySigNote.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/KeySigNote.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/KeySigNote.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/KeySigNote.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/KeySigNote.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/KeySigNote.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/KeySigNote.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/KeySigNote.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/KeySigNote.html#font-1\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/KeySigNote.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/KeySigNote.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/KeySigNote.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/KeySigNote.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/KeySigNote.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/KeySigNote.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/KeySigNote.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/KeySigNote.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/KeySigNote.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/KeySigNote.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/KeySigNote.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":8,\"name\":\"ModifierPosition\",\"url\":\"enums/ModifierPosition.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"CENTER\",\"url\":\"enums/ModifierPosition.html#CENTER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ModifierPosition\"},{\"kind\":16,\"name\":\"LEFT\",\"url\":\"enums/ModifierPosition.html#LEFT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ModifierPosition\"},{\"kind\":16,\"name\":\"RIGHT\",\"url\":\"enums/ModifierPosition.html#RIGHT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ModifierPosition\"},{\"kind\":16,\"name\":\"ABOVE\",\"url\":\"enums/ModifierPosition.html#ABOVE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ModifierPosition\"},{\"kind\":16,\"name\":\"BELOW\",\"url\":\"enums/ModifierPosition.html#BELOW\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ModifierPosition\"},{\"kind\":128,\"name\":\"Modifier\",\"url\":\"classes/Modifier.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Modifier.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Modifier.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Modifier.html#PositionString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Modifier.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Modifier.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Modifier.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Modifier.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Modifier.html#getNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Modifier.html#checkAttachedNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Modifier.html#setNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Modifier.html#getIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Modifier.html#checkIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Modifier.html#setIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Modifier.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Modifier.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Modifier.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Modifier.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Modifier.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Modifier.html#setTextLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Modifier.html#setYShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Modifier.html#setSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Modifier.html#getSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Modifier.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Modifier.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Modifier.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Modifier.html#alignSubNotesWithNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Modifier.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Modifier.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Modifier.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Modifier.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Modifier.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Modifier.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Modifier.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Modifier.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Modifier.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Modifier.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Modifier.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Modifier.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Modifier.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Modifier.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Modifier.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Modifier.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Modifier.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Modifier.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Modifier.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Modifier.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Modifier.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Modifier.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Modifier.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Modifier.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Modifier.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Modifier.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Modifier.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Modifier.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Modifier.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Modifier.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Modifier.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Modifier.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Modifier.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Modifier.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":256,\"name\":\"ModifierContextState\",\"url\":\"interfaces/ModifierContextState.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"right_shift\",\"url\":\"interfaces/ModifierContextState.html#right_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ModifierContextState\"},{\"kind\":1024,\"name\":\"left_shift\",\"url\":\"interfaces/ModifierContextState.html#left_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ModifierContextState\"},{\"kind\":1024,\"name\":\"text_line\",\"url\":\"interfaces/ModifierContextState.html#text_line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ModifierContextState\"},{\"kind\":1024,\"name\":\"top_text_line\",\"url\":\"interfaces/ModifierContextState.html#top_text_line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ModifierContextState\"},{\"kind\":256,\"name\":\"ModifierContextMetrics\",\"url\":\"interfaces/ModifierContextMetrics.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/ModifierContextMetrics.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ModifierContextMetrics\"},{\"kind\":1024,\"name\":\"spacing\",\"url\":\"interfaces/ModifierContextMetrics.html#spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ModifierContextMetrics\"},{\"kind\":4194304,\"name\":\"ModifierContextMember\",\"url\":\"types/ModifierContextMember.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"ModifierContext\",\"url\":\"classes/ModifierContext.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/ModifierContext.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ModifierContext\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ModifierContext.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/ModifierContext.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"addMember\",\"url\":\"classes/ModifierContext.html#addMember\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/ModifierContext.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"getMembers\",\"url\":\"classes/ModifierContext.html#getMembers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/ModifierContext.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"getLeftShift\",\"url\":\"classes/ModifierContext.html#getLeftShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"getRightShift\",\"url\":\"classes/ModifierContext.html#getRightShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"getState\",\"url\":\"classes/ModifierContext.html#getState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/ModifierContext.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/ModifierContext.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/ModifierContext.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ModifierContext\"},{\"kind\":256,\"name\":\"MultimeasureRestRenderOptions\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"number_of_measures\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#number_of_measures\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"use_symbols\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#use_symbols\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"symbol_spacing\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#symbol_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"show_number\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#show_number\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"number_line\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#number_line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"number_glyph_point\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#number_glyph_point\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"padding_left\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#padding_left\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"padding_right\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#padding_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"spacing_between_lines_px\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#spacing_between_lines_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"semibreve_rest_glyph_scale\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#semibreve_rest_glyph_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"line_thickness\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#line_thickness\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"serif_thickness\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#serif_thickness\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":128,\"name\":\"MultiMeasureRest\",\"url\":\"classes/MultiMeasureRest.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/MultiMeasureRest.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"MultiMeasureRest\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/MultiMeasureRest.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MultiMeasureRest.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"MultiMeasureRest\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/MultiMeasureRest.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getXs\",\"url\":\"classes/MultiMeasureRest.html#getXs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultiMeasureRest\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MultiMeasureRest.html#getXs.getXs-1.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"MultiMeasureRest.getXs.getXs\"},{\"kind\":1024,\"name\":\"left\",\"url\":\"classes/MultiMeasureRest.html#getXs.getXs-1.__type.left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MultiMeasureRest.getXs.getXs.__type\"},{\"kind\":1024,\"name\":\"right\",\"url\":\"classes/MultiMeasureRest.html#getXs.getXs-1.__type.right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MultiMeasureRest.getXs.getXs.__type\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/MultiMeasureRest.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/MultiMeasureRest.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/MultiMeasureRest.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"drawLine\",\"url\":\"classes/MultiMeasureRest.html#drawLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"drawSymbols\",\"url\":\"classes/MultiMeasureRest.html#drawSymbols\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/MultiMeasureRest.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MultiMeasureRest.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/MultiMeasureRest.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/MultiMeasureRest.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/MultiMeasureRest.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/MultiMeasureRest.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/MultiMeasureRest.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/MultiMeasureRest.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/MultiMeasureRest.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/MultiMeasureRest.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/MultiMeasureRest.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/MultiMeasureRest.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/MultiMeasureRest.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/MultiMeasureRest.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/MultiMeasureRest.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/MultiMeasureRest.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/MultiMeasureRest.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/MultiMeasureRest.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/MultiMeasureRest.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/MultiMeasureRest.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/MultiMeasureRest.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/MultiMeasureRest.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/MultiMeasureRest.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/MultiMeasureRest.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/MultiMeasureRest.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/MultiMeasureRest.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/MultiMeasureRest.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/MultiMeasureRest.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/MultiMeasureRest.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/MultiMeasureRest.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/MultiMeasureRest.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/MultiMeasureRest.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/MultiMeasureRest.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/MultiMeasureRest.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/MultiMeasureRest.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":256,\"name\":\"NoteAccidental\",\"url\":\"interfaces/NoteAccidental.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"note\",\"url\":\"interfaces/NoteAccidental.html#note\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteAccidental\"},{\"kind\":1024,\"name\":\"accidental\",\"url\":\"interfaces/NoteAccidental.html#accidental\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteAccidental\"},{\"kind\":256,\"name\":\"NoteParts\",\"url\":\"interfaces/NoteParts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"root\",\"url\":\"interfaces/NoteParts.html#root\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteParts\"},{\"kind\":1024,\"name\":\"accidental\",\"url\":\"interfaces/NoteParts.html#accidental\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteParts\"},{\"kind\":256,\"name\":\"KeyParts\",\"url\":\"interfaces/KeyParts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"root\",\"url\":\"interfaces/KeyParts.html#root\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"KeyParts\"},{\"kind\":1024,\"name\":\"accidental\",\"url\":\"interfaces/KeyParts.html#accidental\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"KeyParts\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/KeyParts.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"KeyParts\"},{\"kind\":4194304,\"name\":\"KeyValue\",\"url\":\"types/KeyValue.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"RootValue\",\"url\":\"types/RootValue.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"AccidentalValue\",\"url\":\"types/AccidentalValue.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"Key\",\"url\":\"interfaces/Key.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"root_index\",\"url\":\"interfaces/Key.html#root_index\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Key\"},{\"kind\":1024,\"name\":\"int_val\",\"url\":\"interfaces/Key.html#int_val\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Key\"},{\"kind\":128,\"name\":\"Music\",\"url\":\"classes/Music.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"NUM_TONES\",\"url\":\"classes/Music.html#NUM_TONES\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"roots\",\"url\":\"classes/Music.html#roots\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"root_values\",\"url\":\"classes/Music.html#root_values\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"root_indices\",\"url\":\"classes/Music.html#root_indices\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"canonical_notes\",\"url\":\"classes/Music.html#canonical_notes\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"diatonic_intervals\",\"url\":\"classes/Music.html#diatonic_intervals\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"diatonic_accidentals\",\"url\":\"classes/Music.html#diatonic_accidentals\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"intervals\",\"url\":\"classes/Music.html#intervals\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"scales\",\"url\":\"classes/Music.html#scales\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"scaleTypes\",\"url\":\"classes/Music.html#scaleTypes\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"accidentals\",\"url\":\"classes/Music.html#accidentals\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"noteValues\",\"url\":\"classes/Music.html#noteValues\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Music.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"getNoteParts\",\"url\":\"classes/Music.html#getNoteParts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"getKeyParts\",\"url\":\"classes/Music.html#getKeyParts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"getNoteValue\",\"url\":\"classes/Music.html#getNoteValue\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"getIntervalValue\",\"url\":\"classes/Music.html#getIntervalValue\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"getCanonicalNoteName\",\"url\":\"classes/Music.html#getCanonicalNoteName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"getCanonicalIntervalName\",\"url\":\"classes/Music.html#getCanonicalIntervalName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"getRelativeNoteValue\",\"url\":\"classes/Music.html#getRelativeNoteValue\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"getRelativeNoteName\",\"url\":\"classes/Music.html#getRelativeNoteName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"getScaleTones\",\"url\":\"classes/Music.html#getScaleTones\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"getIntervalBetween\",\"url\":\"classes/Music.html#getIntervalBetween\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"createScaleMap\",\"url\":\"classes/Music.html#createScaleMap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Music\"},{\"kind\":256,\"name\":\"KeyProps\",\"url\":\"interfaces/KeyProps.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"stem_down_x_offset\",\"url\":\"interfaces/KeyProps.html#stem_down_x_offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"KeyProps\"},{\"kind\":1024,\"name\":\"stem_up_x_offset\",\"url\":\"interfaces/KeyProps.html#stem_up_x_offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"KeyProps\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/KeyProps.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"KeyProps\"},{\"kind\":1024,\"name\":\"octave\",\"url\":\"interfaces/KeyProps.html#octave\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"KeyProps\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/KeyProps.html#line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"KeyProps\"},{\"kind\":1024,\"name\":\"int_value\",\"url\":\"interfaces/KeyProps.html#int_value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"KeyProps\"},{\"kind\":1024,\"name\":\"accidental\",\"url\":\"interfaces/KeyProps.html#accidental\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"KeyProps\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/KeyProps.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"KeyProps\"},{\"kind\":1024,\"name\":\"stroke\",\"url\":\"interfaces/KeyProps.html#stroke\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"KeyProps\"},{\"kind\":1024,\"name\":\"shift_right\",\"url\":\"interfaces/KeyProps.html#shift_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"KeyProps\"},{\"kind\":1024,\"name\":\"displaced\",\"url\":\"interfaces/KeyProps.html#displaced\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"KeyProps\"},{\"kind\":256,\"name\":\"NoteMetrics\",\"url\":\"interfaces/NoteMetrics.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/NoteMetrics.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteMetrics\"},{\"kind\":1024,\"name\":\"glyphWidth\",\"url\":\"interfaces/NoteMetrics.html#glyphWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteMetrics\"},{\"kind\":1024,\"name\":\"notePx\",\"url\":\"interfaces/NoteMetrics.html#notePx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteMetrics\"},{\"kind\":1024,\"name\":\"modLeftPx\",\"url\":\"interfaces/NoteMetrics.html#modLeftPx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteMetrics\"},{\"kind\":1024,\"name\":\"modRightPx\",\"url\":\"interfaces/NoteMetrics.html#modRightPx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteMetrics\"},{\"kind\":1024,\"name\":\"leftDisplacedHeadPx\",\"url\":\"interfaces/NoteMetrics.html#leftDisplacedHeadPx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteMetrics\"},{\"kind\":1024,\"name\":\"glyphPx\",\"url\":\"interfaces/NoteMetrics.html#glyphPx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteMetrics\"},{\"kind\":1024,\"name\":\"rightDisplacedHeadPx\",\"url\":\"interfaces/NoteMetrics.html#rightDisplacedHeadPx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteMetrics\"},{\"kind\":256,\"name\":\"NoteDuration\",\"url\":\"interfaces/NoteDuration.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/NoteDuration.html#duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteDuration\"},{\"kind\":1024,\"name\":\"dots\",\"url\":\"interfaces/NoteDuration.html#dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteDuration\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/NoteDuration.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteDuration\"},{\"kind\":256,\"name\":\"ParsedNote\",\"url\":\"interfaces/ParsedNote.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/ParsedNote.html#duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParsedNote\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/ParsedNote.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParsedNote\"},{\"kind\":1024,\"name\":\"customTypes\",\"url\":\"interfaces/ParsedNote.html#customTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParsedNote\"},{\"kind\":1024,\"name\":\"dots\",\"url\":\"interfaces/ParsedNote.html#dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParsedNote\"},{\"kind\":1024,\"name\":\"ticks\",\"url\":\"interfaces/ParsedNote.html#ticks\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParsedNote\"},{\"kind\":256,\"name\":\"NoteStruct\",\"url\":\"interfaces/NoteStruct.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"interfaces/NoteStruct.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteStruct\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/NoteStruct.html#duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteStruct\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/NoteStruct.html#line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteStruct\"},{\"kind\":1024,\"name\":\"dots\",\"url\":\"interfaces/NoteStruct.html#dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteStruct\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/NoteStruct.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteStruct\"},{\"kind\":1024,\"name\":\"align_center\",\"url\":\"interfaces/NoteStruct.html#align_center\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteStruct\"},{\"kind\":1024,\"name\":\"duration_override\",\"url\":\"interfaces/NoteStruct.html#duration_override\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteStruct\"},{\"kind\":128,\"name\":\"Note\",\"url\":\"classes/Note.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Note.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/Note.html#plotMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Note.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Note.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/Note.html#glyphProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/Note.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/Note.html#keyProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/Note.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Note.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Note.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/Note.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/Note.html#render_options.__type.draw\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/Note.html#render_options.__type.draw_dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/Note.html#render_options.__type.draw_stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/Note.html#render_options.__type.y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/Note.html#render_options.__type.extend_left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/Note.html#render_options.__type.extend_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/Note.html#render_options.__type.glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/Note.html#render_options.__type.annotation_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/Note.html#render_options.__type.glyph_font_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/Note.html#render_options.__type.scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/Note.html#render_options.__type.font\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/Note.html#render_options.__type.stroke_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Note.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/Note.html#getPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/Note.html#setPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/Note.html#isRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/Note.html#addStroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/Note.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/Note.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/Note.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/Note.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/Note.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/Note.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/Note.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/Note.html#shouldIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/Note.html#getLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/Note.html#getLineForRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/Note.html#getGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/Note.html#getGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/Note.html#getGlyphWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/Note.html#setYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/Note.html#getYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/Note.html#getYForTopText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/Note.html#getVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/Note.html#setVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/Note.html#getTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/Note.html#setTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/Note.html#getDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/Note.html#isDotted\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/Note.html#hasStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/Note.html#getNoteType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/Note.html#getBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/Note.html#checkBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/Note.html#hasBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/Note.html#setBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/Note.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/Note.html#getModifiersByType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/Note.html#getModifierStartXY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Note.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"Note.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/Note.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Note.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/Note.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Note.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/Note.html#getRightParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/Note.html#getLeftParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/Note.html#getFirstDotPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/Note.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/Note.html#getAbsoluteX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/Note.html#getStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/Note.html#getStemExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/Note.html#getTieRightX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/Note.html#getTieLeftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/Note.html#getKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/Note.html#getKeyProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Note.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/Note.html#getTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/Note.html#setIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Note.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Note.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Note.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Note.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/Note.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/Note.html#getFormatterMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/Note.html#getCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/Note.html#setCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/Note.html#isCenterAligned\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/Note.html#setCenterAlignment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/Note.html#getTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/Note.html#getTupletStack\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/Note.html#resetTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/Note.html#setTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/Note.html#addToModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/Note.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/Note.html#checkTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/Note.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/Note.html#preFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/Note.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/Note.html#postFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/Note.html#getIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/Note.html#setIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/Note.html#getTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/Note.html#applyTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/Note.html#setDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Note.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Note.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Note.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Note.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Note.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Note.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Note.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Note.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Note.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Note.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Note.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Note.html#draw-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Note.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Note.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Note.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Note.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Note.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Note.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Note.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Note.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Note.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Note.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Note.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Note.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Note.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Note.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Note.html#font-1\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Note.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Note.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Note.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Note.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Note.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Note.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Note.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Note.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Note.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Note.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Note.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":256,\"name\":\"NoteHeadMetrics\",\"url\":\"interfaces/NoteHeadMetrics.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"minPadding\",\"url\":\"interfaces/NoteHeadMetrics.html#minPadding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteHeadMetrics\"},{\"kind\":1024,\"name\":\"displacedShiftX\",\"url\":\"interfaces/NoteHeadMetrics.html#displacedShiftX\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteHeadMetrics\"},{\"kind\":256,\"name\":\"NoteHeadStruct\",\"url\":\"interfaces/NoteHeadStruct.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/NoteHeadStruct.html#line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"interfaces/NoteHeadStruct.html#glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"slashed\",\"url\":\"interfaces/NoteHeadStruct.html#slashed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"style\",\"url\":\"interfaces/NoteHeadStruct.html#style\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"stem_down_x_offset\",\"url\":\"interfaces/NoteHeadStruct.html#stem_down_x_offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"stem_up_x_offset\",\"url\":\"interfaces/NoteHeadStruct.html#stem_up_x_offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"custom_glyph_code\",\"url\":\"interfaces/NoteHeadStruct.html#custom_glyph_code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"x_shift\",\"url\":\"interfaces/NoteHeadStruct.html#x_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"interfaces/NoteHeadStruct.html#stem_direction\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"displaced\",\"url\":\"interfaces/NoteHeadStruct.html#displaced\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"note_type\",\"url\":\"interfaces/NoteHeadStruct.html#note_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"interfaces/NoteHeadStruct.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"interfaces/NoteHeadStruct.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"index\",\"url\":\"interfaces/NoteHeadStruct.html#index\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"interfaces/NoteHeadStruct.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/NoteHeadStruct.html#duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"dots\",\"url\":\"interfaces/NoteHeadStruct.html#dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/NoteHeadStruct.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"align_center\",\"url\":\"interfaces/NoteHeadStruct.html#align_center\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"duration_override\",\"url\":\"interfaces/NoteHeadStruct.html#duration_override\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NoteHeadStruct\"},{\"kind\":128,\"name\":\"NoteHead\",\"url\":\"classes/NoteHead.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/NoteHead.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"NoteHead\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/NoteHead.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/NoteHead.html#plotMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/NoteHead.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/NoteHead.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"NoteHead\"},{\"kind\":1024,\"name\":\"glyph_code\",\"url\":\"classes/NoteHead.html#glyph_code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/NoteHead.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"isDisplaced\",\"url\":\"classes/NoteHead.html#isDisplaced\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/NoteHead.html#setX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getY\",\"url\":\"classes/NoteHead.html#getY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setY\",\"url\":\"classes/NoteHead.html#setY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getLine\",\"url\":\"classes/NoteHead.html#getLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setLine\",\"url\":\"classes/NoteHead.html#setLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/NoteHead.html#getAbsoluteX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/NoteHead.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/NoteHead.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/NoteHead.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/NoteHead.html#draw-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NoteHead\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/NoteHead.html#glyphProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/NoteHead.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/NoteHead.html#keyProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/NoteHead.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/NoteHead.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"NoteHead.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/NoteHead.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/NoteHead.html#render_options.__type.draw\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/NoteHead.html#render_options.__type.draw_dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/NoteHead.html#render_options.__type.draw_stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/NoteHead.html#render_options.__type.y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/NoteHead.html#render_options.__type.extend_left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/NoteHead.html#render_options.__type.extend_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/NoteHead.html#render_options.__type.glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/NoteHead.html#render_options.__type.annotation_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/NoteHead.html#render_options.__type.glyph_font_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/NoteHead.html#render_options.__type.scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/NoteHead.html#render_options.__type.font\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/NoteHead.html#render_options.__type.stroke_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/NoteHead.html#getPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/NoteHead.html#setPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/NoteHead.html#isRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/NoteHead.html#addStroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/NoteHead.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/NoteHead.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/NoteHead.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/NoteHead.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/NoteHead.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/NoteHead.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/NoteHead.html#shouldIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/NoteHead.html#getLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/NoteHead.html#getLineForRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/NoteHead.html#getGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/NoteHead.html#getGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/NoteHead.html#getGlyphWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/NoteHead.html#setYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/NoteHead.html#getYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/NoteHead.html#getYForTopText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/NoteHead.html#getVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/NoteHead.html#setVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/NoteHead.html#getTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/NoteHead.html#setTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/NoteHead.html#getDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/NoteHead.html#isDotted\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/NoteHead.html#hasStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/NoteHead.html#getNoteType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/NoteHead.html#getBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/NoteHead.html#checkBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/NoteHead.html#hasBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/NoteHead.html#setBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/NoteHead.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/NoteHead.html#getModifiersByType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/NoteHead.html#getModifierStartXY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/NoteHead.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"NoteHead.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/NoteHead.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"NoteHead.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/NoteHead.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"NoteHead.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/NoteHead.html#getRightParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/NoteHead.html#getLeftParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/NoteHead.html#getFirstDotPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/NoteHead.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/NoteHead.html#getStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/NoteHead.html#getStemExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/NoteHead.html#getTieRightX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/NoteHead.html#getTieLeftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/NoteHead.html#getKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/NoteHead.html#getKeyProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/NoteHead.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/NoteHead.html#getTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/NoteHead.html#setIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/NoteHead.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/NoteHead.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/NoteHead.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/NoteHead.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/NoteHead.html#getFormatterMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/NoteHead.html#getCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/NoteHead.html#setCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/NoteHead.html#isCenterAligned\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/NoteHead.html#setCenterAlignment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/NoteHead.html#getTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/NoteHead.html#getTupletStack\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/NoteHead.html#resetTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/NoteHead.html#setTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/NoteHead.html#addToModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/NoteHead.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/NoteHead.html#checkTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/NoteHead.html#preFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/NoteHead.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/NoteHead.html#postFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/NoteHead.html#getIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/NoteHead.html#setIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/NoteHead.html#getTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/NoteHead.html#applyTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/NoteHead.html#setDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/NoteHead.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/NoteHead.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/NoteHead.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/NoteHead.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/NoteHead.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/NoteHead.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/NoteHead.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/NoteHead.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/NoteHead.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/NoteHead.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/NoteHead.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/NoteHead.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/NoteHead.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/NoteHead.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/NoteHead.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/NoteHead.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/NoteHead.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/NoteHead.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/NoteHead.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/NoteHead.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/NoteHead.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/NoteHead.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/NoteHead.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/NoteHead.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/NoteHead.html#font-1\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/NoteHead.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/NoteHead.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/NoteHead.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/NoteHead.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/NoteHead.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/NoteHead.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/NoteHead.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/NoteHead.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/NoteHead.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/NoteHead.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/NoteHead.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":128,\"name\":\"NoteSubGroup\",\"url\":\"classes/NoteSubGroup.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/NoteSubGroup.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/NoteSubGroup.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NoteSubGroup\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/NoteSubGroup.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/NoteSubGroup.html#PositionString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/NoteSubGroup.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/NoteSubGroup.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/NoteSubGroup.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/NoteSubGroup.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/NoteSubGroup.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/NoteSubGroup.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/NoteSubGroup.html#getNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/NoteSubGroup.html#checkAttachedNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/NoteSubGroup.html#setNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/NoteSubGroup.html#getIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/NoteSubGroup.html#checkIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/NoteSubGroup.html#setIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/NoteSubGroup.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/NoteSubGroup.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/NoteSubGroup.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/NoteSubGroup.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/NoteSubGroup.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/NoteSubGroup.html#setTextLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/NoteSubGroup.html#setYShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/NoteSubGroup.html#setSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/NoteSubGroup.html#getSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/NoteSubGroup.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/NoteSubGroup.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/NoteSubGroup.html#alignSubNotesWithNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/NoteSubGroup.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/NoteSubGroup.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/NoteSubGroup.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/NoteSubGroup.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/NoteSubGroup.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/NoteSubGroup.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/NoteSubGroup.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/NoteSubGroup.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/NoteSubGroup.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/NoteSubGroup.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/NoteSubGroup.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/NoteSubGroup.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/NoteSubGroup.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/NoteSubGroup.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/NoteSubGroup.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/NoteSubGroup.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/NoteSubGroup.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/NoteSubGroup.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/NoteSubGroup.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/NoteSubGroup.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/NoteSubGroup.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/NoteSubGroup.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/NoteSubGroup.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/NoteSubGroup.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/NoteSubGroup.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/NoteSubGroup.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/NoteSubGroup.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/NoteSubGroup.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/NoteSubGroup.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/NoteSubGroup.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/NoteSubGroup.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/NoteSubGroup.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/NoteSubGroup.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/NoteSubGroup.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":256,\"name\":\"OrnamentMetrics\",\"url\":\"interfaces/OrnamentMetrics.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"xOffset\",\"url\":\"interfaces/OrnamentMetrics.html#xOffset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OrnamentMetrics\"},{\"kind\":1024,\"name\":\"yOffset\",\"url\":\"interfaces/OrnamentMetrics.html#yOffset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OrnamentMetrics\"},{\"kind\":1024,\"name\":\"stemUpYOffset\",\"url\":\"interfaces/OrnamentMetrics.html#stemUpYOffset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OrnamentMetrics\"},{\"kind\":1024,\"name\":\"reportedWidth\",\"url\":\"interfaces/OrnamentMetrics.html#reportedWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OrnamentMetrics\"},{\"kind\":128,\"name\":\"Ornament\",\"url\":\"classes/Ornament.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/Ornament.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Ornament.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"minPadding\",\"url\":\"classes/Ornament.html#minPadding\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Ornament.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"ornamentNoteTransition\",\"url\":\"classes/Ornament.html#ornamentNoteTransition\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"ornamentAttack\",\"url\":\"classes/Ornament.html#ornamentAttack\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"ornamentAlignWithNoteHead\",\"url\":\"classes/Ornament.html#ornamentAlignWithNoteHead\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"ornamentRelease\",\"url\":\"classes/Ornament.html#ornamentRelease\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"ornamentArticulation\",\"url\":\"classes/Ornament.html#ornamentArticulation\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Ornament.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Ornament.html#PositionString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Ornament.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Ornament.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Ornament\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/Ornament.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Ornament\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Ornament.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Ornament.render_options\"},{\"kind\":1024,\"name\":\"accidentalUpperPadding\",\"url\":\"classes/Ornament.html#render_options.__type.accidentalUpperPadding\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Ornament.render_options.__type\"},{\"kind\":1024,\"name\":\"accidentalLowerPadding\",\"url\":\"classes/Ornament.html#render_options.__type.accidentalLowerPadding\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Ornament.render_options.__type\"},{\"kind\":1024,\"name\":\"font_scale\",\"url\":\"classes/Ornament.html#render_options.__type.font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Ornament.render_options.__type\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/Ornament.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setDelayed\",\"url\":\"classes/Ornament.html#setDelayed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setUpperAccidental\",\"url\":\"classes/Ornament.html#setUpperAccidental\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setLowerAccidental\",\"url\":\"classes/Ornament.html#setLowerAccidental\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Ornament.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Ornament.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Ornament.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Ornament.html#getNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Ornament.html#checkAttachedNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Ornament.html#setNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Ornament.html#getIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Ornament.html#checkIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Ornament.html#setIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Ornament.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Ornament.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Ornament.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Ornament.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Ornament.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Ornament.html#setTextLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Ornament.html#setYShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Ornament.html#setSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Ornament.html#getSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Ornament.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Ornament.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Ornament.html#alignSubNotesWithNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Ornament.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Ornament.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Ornament.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Ornament.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Ornament.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Ornament.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Ornament.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Ornament.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Ornament.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Ornament.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Ornament.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Ornament.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Ornament.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Ornament.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Ornament.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Ornament.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Ornament.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Ornament.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Ornament.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Ornament.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Ornament.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Ornament.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Ornament.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Ornament.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Ornament.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Ornament.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Ornament.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Ornament.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Ornament.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Ornament.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Ornament.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Ornament.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Ornament.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Ornament.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":128,\"name\":\"Parenthesis\",\"url\":\"classes/Parenthesis.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Parenthesis.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"buildAndAttach\",\"url\":\"classes/Parenthesis.html#buildAndAttach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Parenthesis.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Parenthesis\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Parenthesis.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Parenthesis.html#PositionString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Parenthesis.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Parenthesis.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Parenthesis.html#setNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Parenthesis.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Parenthesis.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Parenthesis.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Parenthesis.html#getNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Parenthesis.html#checkAttachedNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Parenthesis.html#getIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Parenthesis.html#checkIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Parenthesis.html#setIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Parenthesis.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Parenthesis.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Parenthesis.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Parenthesis.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Parenthesis.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Parenthesis.html#setTextLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Parenthesis.html#setYShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Parenthesis.html#setSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Parenthesis.html#getSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Parenthesis.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Parenthesis.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Parenthesis.html#alignSubNotesWithNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Parenthesis.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Parenthesis.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Parenthesis.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Parenthesis.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Parenthesis.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Parenthesis.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Parenthesis.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Parenthesis.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Parenthesis.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Parenthesis.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Parenthesis.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Parenthesis.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Parenthesis.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Parenthesis.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Parenthesis.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Parenthesis.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Parenthesis.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Parenthesis.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Parenthesis.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Parenthesis.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Parenthesis.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Parenthesis.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Parenthesis.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Parenthesis.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Parenthesis.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Parenthesis.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Parenthesis.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Parenthesis.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Parenthesis.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Parenthesis.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Parenthesis.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Parenthesis.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Parenthesis.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Parenthesis.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":4194304,\"name\":\"Match\",\"url\":\"types/Match.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"RuleFunction\",\"url\":\"types/RuleFunction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/RuleFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"RuleFunction\"},{\"kind\":4194304,\"name\":\"TriggerFunction\",\"url\":\"types/TriggerFunction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/TriggerFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"TriggerFunction\"},{\"kind\":256,\"name\":\"Rule\",\"url\":\"interfaces/Rule.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"token\",\"url\":\"interfaces/Rule.html#token\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Rule\"},{\"kind\":1024,\"name\":\"noSpace\",\"url\":\"interfaces/Rule.html#noSpace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Rule\"},{\"kind\":1024,\"name\":\"expect\",\"url\":\"interfaces/Rule.html#expect\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Rule\"},{\"kind\":1024,\"name\":\"zeroOrMore\",\"url\":\"interfaces/Rule.html#zeroOrMore\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Rule\"},{\"kind\":1024,\"name\":\"oneOrMore\",\"url\":\"interfaces/Rule.html#oneOrMore\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Rule\"},{\"kind\":1024,\"name\":\"maybe\",\"url\":\"interfaces/Rule.html#maybe\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Rule\"},{\"kind\":1024,\"name\":\"or\",\"url\":\"interfaces/Rule.html#or\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Rule\"},{\"kind\":1024,\"name\":\"run\",\"url\":\"interfaces/Rule.html#run\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Rule\"},{\"kind\":256,\"name\":\"Result\",\"url\":\"interfaces/Result.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"success\",\"url\":\"interfaces/Result.html#success\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Result\"},{\"kind\":1024,\"name\":\"pos\",\"url\":\"interfaces/Result.html#pos\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Result\"},{\"kind\":1024,\"name\":\"incrementPos\",\"url\":\"interfaces/Result.html#incrementPos\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Result\"},{\"kind\":1024,\"name\":\"matchedString\",\"url\":\"interfaces/Result.html#matchedString\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Result\"},{\"kind\":1024,\"name\":\"matches\",\"url\":\"interfaces/Result.html#matches\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Result\"},{\"kind\":1024,\"name\":\"numMatches\",\"url\":\"interfaces/Result.html#numMatches\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Result\"},{\"kind\":1024,\"name\":\"results\",\"url\":\"interfaces/Result.html#results\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Result\"},{\"kind\":1024,\"name\":\"errorPos\",\"url\":\"interfaces/Result.html#errorPos\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Result\"},{\"kind\":4194304,\"name\":\"GroupedResults\",\"url\":\"types/GroupedResults.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"Grammar\",\"url\":\"interfaces/Grammar.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"begin\",\"url\":\"interfaces/Grammar.html#begin\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Grammar\"},{\"kind\":128,\"name\":\"Parser\",\"url\":\"classes/Parser.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/Parser.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Parser\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Parser.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Parser\"},{\"kind\":2048,\"name\":\"parse\",\"url\":\"classes/Parser.html#parse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Parser\"},{\"kind\":2048,\"name\":\"matchFail\",\"url\":\"classes/Parser.html#matchFail\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Parser\"},{\"kind\":2048,\"name\":\"matchSuccess\",\"url\":\"classes/Parser.html#matchSuccess\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Parser\"},{\"kind\":2048,\"name\":\"matchToken\",\"url\":\"classes/Parser.html#matchToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Parser\"},{\"kind\":2048,\"name\":\"expectOne\",\"url\":\"classes/Parser.html#expectOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Parser\"},{\"kind\":2048,\"name\":\"expectOneOrMore\",\"url\":\"classes/Parser.html#expectOneOrMore\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Parser\"},{\"kind\":2048,\"name\":\"expectZeroOrMore\",\"url\":\"classes/Parser.html#expectZeroOrMore\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Parser\"},{\"kind\":2048,\"name\":\"expect\",\"url\":\"classes/Parser.html#expect\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Parser\"},{\"kind\":128,\"name\":\"PedalMarking\",\"url\":\"classes/PedalMarking.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/PedalMarking.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PedalMarking\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/PedalMarking.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"PedalMarking\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/PedalMarking.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PedalMarking\"},{\"kind\":1024,\"name\":\"GLYPHS\",\"url\":\"classes/PedalMarking.html#GLYPHS\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PedalMarking\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/PedalMarking.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PedalMarking\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/PedalMarking.html#type.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"PedalMarking.type\"},{\"kind\":1024,\"name\":\"TEXT\",\"url\":\"classes/PedalMarking.html#type.__type-1.TEXT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PedalMarking.type.__type\"},{\"kind\":1024,\"name\":\"BRACKET\",\"url\":\"classes/PedalMarking.html#type.__type-1.BRACKET\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PedalMarking.type.__type\"},{\"kind\":1024,\"name\":\"MIXED\",\"url\":\"classes/PedalMarking.html#type.__type-1.MIXED\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PedalMarking.type.__type\"},{\"kind\":1024,\"name\":\"typeString\",\"url\":\"classes/PedalMarking.html#typeString\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"createSustain\",\"url\":\"classes/PedalMarking.html#createSustain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"createSostenuto\",\"url\":\"classes/PedalMarking.html#createSostenuto\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"createUnaCorda\",\"url\":\"classes/PedalMarking.html#createUnaCorda\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PedalMarking\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PedalMarking.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PedalMarking\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/PedalMarking.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PedalMarking\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/PedalMarking.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"PedalMarking.render_options\"},{\"kind\":1024,\"name\":\"color\",\"url\":\"classes/PedalMarking.html#render_options.__type.color\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PedalMarking.render_options.__type\"},{\"kind\":1024,\"name\":\"bracket_height\",\"url\":\"classes/PedalMarking.html#render_options.__type.bracket_height\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PedalMarking.render_options.__type\"},{\"kind\":1024,\"name\":\"text_margin_right\",\"url\":\"classes/PedalMarking.html#render_options.__type.text_margin_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PedalMarking.render_options.__type\"},{\"kind\":1024,\"name\":\"bracket_line_width\",\"url\":\"classes/PedalMarking.html#render_options.__type.bracket_line_width\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PedalMarking.render_options.__type\"},{\"kind\":2048,\"name\":\"setType\",\"url\":\"classes/PedalMarking.html#setType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"setCustomText\",\"url\":\"classes/PedalMarking.html#setCustomText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"setLine\",\"url\":\"classes/PedalMarking.html#setLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"drawBracketed\",\"url\":\"classes/PedalMarking.html#drawBracketed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"drawText\",\"url\":\"classes/PedalMarking.html#drawText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/PedalMarking.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/PedalMarking.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/PedalMarking.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/PedalMarking.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/PedalMarking.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/PedalMarking.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/PedalMarking.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/PedalMarking.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/PedalMarking.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/PedalMarking.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/PedalMarking.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/PedalMarking.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/PedalMarking.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/PedalMarking.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/PedalMarking.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/PedalMarking.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/PedalMarking.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/PedalMarking.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/PedalMarking.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/PedalMarking.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/PedalMarking.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/PedalMarking.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/PedalMarking.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/PedalMarking.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/PedalMarking.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/PedalMarking.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/PedalMarking.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/PedalMarking.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/PedalMarking.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/PedalMarking.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/PedalMarking.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/PedalMarking.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/PedalMarking.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/PedalMarking.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/PedalMarking.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":256,\"name\":\"RegistryUpdate\",\"url\":\"interfaces/RegistryUpdate.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/RegistryUpdate.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistryUpdate\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/RegistryUpdate.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistryUpdate\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/RegistryUpdate.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistryUpdate\"},{\"kind\":1024,\"name\":\"oldValue\",\"url\":\"interfaces/RegistryUpdate.html#oldValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RegistryUpdate\"},{\"kind\":128,\"name\":\"Registry\",\"url\":\"classes/Registry.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"getDefaultRegistry\",\"url\":\"classes/Registry.html#getDefaultRegistry\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"enableDefaultRegistry\",\"url\":\"classes/Registry.html#enableDefaultRegistry\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"disableDefaultRegistry\",\"url\":\"classes/Registry.html#disableDefaultRegistry\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Registry\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Registry.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"clear\",\"url\":\"classes/Registry.html#clear\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"setIndexValue\",\"url\":\"classes/Registry.html#setIndexValue\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"updateIndex\",\"url\":\"classes/Registry.html#updateIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"register\",\"url\":\"classes/Registry.html#register\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"getElementById\",\"url\":\"classes/Registry.html#getElementById\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"getElementsByAttribute\",\"url\":\"classes/Registry.html#getElementsByAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"getElementsByType\",\"url\":\"classes/Registry.html#getElementsByType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"getElementsByClass\",\"url\":\"classes/Registry.html#getElementsByClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"onUpdate\",\"url\":\"classes/Registry.html#onUpdate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Registry\"},{\"kind\":64,\"name\":\"drawDot\",\"url\":\"functions/drawDot.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"TextMeasure\",\"url\":\"interfaces/TextMeasure.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"interfaces/TextMeasure.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextMeasure\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"interfaces/TextMeasure.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextMeasure\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/TextMeasure.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextMeasure\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/TextMeasure.html#height\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextMeasure\"},{\"kind\":256,\"name\":\"GroupAttributes\",\"url\":\"interfaces/GroupAttributes.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"pointerBBox\",\"url\":\"interfaces/GroupAttributes.html#pointerBBox\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GroupAttributes\"},{\"kind\":128,\"name\":\"RenderContext\",\"url\":\"classes/RenderContext.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/RenderContext.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RenderContext.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"clear\",\"url\":\"classes/RenderContext.html#clear\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"setFillStyle\",\"url\":\"classes/RenderContext.html#setFillStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"setBackgroundFillStyle\",\"url\":\"classes/RenderContext.html#setBackgroundFillStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"setStrokeStyle\",\"url\":\"classes/RenderContext.html#setStrokeStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"setShadowColor\",\"url\":\"classes/RenderContext.html#setShadowColor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"setShadowBlur\",\"url\":\"classes/RenderContext.html#setShadowBlur\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"setLineWidth\",\"url\":\"classes/RenderContext.html#setLineWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"setLineCap\",\"url\":\"classes/RenderContext.html#setLineCap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"setLineDash\",\"url\":\"classes/RenderContext.html#setLineDash\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"scale\",\"url\":\"classes/RenderContext.html#scale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"rect\",\"url\":\"classes/RenderContext.html#rect\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"resize\",\"url\":\"classes/RenderContext.html#resize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"fillRect\",\"url\":\"classes/RenderContext.html#fillRect\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"clearRect\",\"url\":\"classes/RenderContext.html#clearRect\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"beginPath\",\"url\":\"classes/RenderContext.html#beginPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"moveTo\",\"url\":\"classes/RenderContext.html#moveTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"lineTo\",\"url\":\"classes/RenderContext.html#lineTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"bezierCurveTo\",\"url\":\"classes/RenderContext.html#bezierCurveTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"quadraticCurveTo\",\"url\":\"classes/RenderContext.html#quadraticCurveTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"arc\",\"url\":\"classes/RenderContext.html#arc\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"fill\",\"url\":\"classes/RenderContext.html#fill\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"stroke\",\"url\":\"classes/RenderContext.html#stroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"closePath\",\"url\":\"classes/RenderContext.html#closePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"fillText\",\"url\":\"classes/RenderContext.html#fillText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"save\",\"url\":\"classes/RenderContext.html#save\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"restore\",\"url\":\"classes/RenderContext.html#restore\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"openGroup\",\"url\":\"classes/RenderContext.html#openGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"closeGroup\",\"url\":\"classes/RenderContext.html#closeGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"add\",\"url\":\"classes/RenderContext.html#add\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"measureText\",\"url\":\"classes/RenderContext.html#measureText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":262144,\"name\":\"fillStyle\",\"url\":\"classes/RenderContext.html#fillStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":262144,\"name\":\"strokeStyle\",\"url\":\"classes/RenderContext.html#strokeStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/RenderContext.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/RenderContext.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/RenderContext.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"setRawFont\",\"url\":\"classes/RenderContext.html#setRawFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RenderContext\"},{\"kind\":4194304,\"name\":\"ContextBuilder\",\"url\":\"types/ContextBuilder.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":8,\"name\":\"RendererBackends\",\"url\":\"enums/RendererBackends.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"CANVAS\",\"url\":\"enums/RendererBackends.html#CANVAS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RendererBackends\"},{\"kind\":16,\"name\":\"SVG\",\"url\":\"enums/RendererBackends.html#SVG\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RendererBackends\"},{\"kind\":8,\"name\":\"RendererLineEndType\",\"url\":\"enums/RendererLineEndType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/RendererLineEndType.html#NONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RendererLineEndType\"},{\"kind\":16,\"name\":\"UP\",\"url\":\"enums/RendererLineEndType.html#UP\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RendererLineEndType\"},{\"kind\":16,\"name\":\"DOWN\",\"url\":\"enums/RendererLineEndType.html#DOWN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RendererLineEndType\"},{\"kind\":128,\"name\":\"Renderer\",\"url\":\"classes/Renderer.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"Backends\",\"url\":\"classes/Renderer.html#Backends\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Renderer\"},{\"kind\":1024,\"name\":\"LineEndType\",\"url\":\"classes/Renderer.html#LineEndType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Renderer\"},{\"kind\":1024,\"name\":\"lastContext\",\"url\":\"classes/Renderer.html#lastContext\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Renderer\"},{\"kind\":2048,\"name\":\"buildContext\",\"url\":\"classes/Renderer.html#buildContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Renderer\"},{\"kind\":2048,\"name\":\"getCanvasContext\",\"url\":\"classes/Renderer.html#getCanvasContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Renderer\"},{\"kind\":2048,\"name\":\"getSVGContext\",\"url\":\"classes/Renderer.html#getSVGContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Renderer\"},{\"kind\":2048,\"name\":\"drawDashedLine\",\"url\":\"classes/Renderer.html#drawDashedLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Renderer\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Renderer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Renderer\"},{\"kind\":2048,\"name\":\"resize\",\"url\":\"classes/Renderer.html#resize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Renderer\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Renderer.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Renderer\"},{\"kind\":128,\"name\":\"RepeatNote\",\"url\":\"classes/RepeatNote.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/RepeatNote.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/RepeatNote.html#plotMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/RepeatNote.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RepeatNote.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setGlyph\",\"url\":\"classes/RepeatNote.html#setGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/RepeatNote.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/RepeatNote.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"drawModifiers\",\"url\":\"classes/RepeatNote.html#drawModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/RepeatNote.html#getGlyphWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/RepeatNote.html#draw-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/RepeatNote.html#glyphProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/RepeatNote.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/RepeatNote.html#keyProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/RepeatNote.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/RepeatNote.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"RepeatNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/RepeatNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/RepeatNote.html#render_options.__type.draw\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/RepeatNote.html#render_options.__type.draw_dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/RepeatNote.html#render_options.__type.draw_stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/RepeatNote.html#render_options.__type.y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/RepeatNote.html#render_options.__type.extend_left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/RepeatNote.html#render_options.__type.extend_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/RepeatNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/RepeatNote.html#render_options.__type.annotation_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/RepeatNote.html#render_options.__type.glyph_font_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/RepeatNote.html#render_options.__type.scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/RepeatNote.html#render_options.__type.font\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/RepeatNote.html#render_options.__type.stroke_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/RepeatNote.html#getPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/RepeatNote.html#setPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/RepeatNote.html#isRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/RepeatNote.html#addStroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/RepeatNote.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/RepeatNote.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/RepeatNote.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/RepeatNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/RepeatNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/RepeatNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/RepeatNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/RepeatNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/RepeatNote.html#getLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/RepeatNote.html#getLineForRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/RepeatNote.html#getGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/RepeatNote.html#getGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/RepeatNote.html#setYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/RepeatNote.html#getYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/RepeatNote.html#getYForTopText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/RepeatNote.html#getVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/RepeatNote.html#setVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/RepeatNote.html#getTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/RepeatNote.html#setTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/RepeatNote.html#getDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/RepeatNote.html#isDotted\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/RepeatNote.html#hasStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/RepeatNote.html#getNoteType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/RepeatNote.html#getBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/RepeatNote.html#checkBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/RepeatNote.html#hasBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/RepeatNote.html#setBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/RepeatNote.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/RepeatNote.html#getModifiersByType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/RepeatNote.html#getModifierStartXY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/RepeatNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"RepeatNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/RepeatNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RepeatNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/RepeatNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RepeatNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/RepeatNote.html#getRightParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/RepeatNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/RepeatNote.html#getFirstDotPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/RepeatNote.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/RepeatNote.html#getAbsoluteX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/RepeatNote.html#getStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/RepeatNote.html#getStemExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/RepeatNote.html#getTieRightX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/RepeatNote.html#getTieLeftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/RepeatNote.html#getKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/RepeatNote.html#getKeyProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/RepeatNote.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/RepeatNote.html#getTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/RepeatNote.html#setIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/RepeatNote.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/RepeatNote.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/RepeatNote.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/RepeatNote.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/RepeatNote.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/RepeatNote.html#getFormatterMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/RepeatNote.html#getCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/RepeatNote.html#setCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/RepeatNote.html#isCenterAligned\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/RepeatNote.html#setCenterAlignment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/RepeatNote.html#getTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/RepeatNote.html#getTupletStack\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/RepeatNote.html#resetTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/RepeatNote.html#setTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/RepeatNote.html#addToModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/RepeatNote.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/RepeatNote.html#checkTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/RepeatNote.html#preFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/RepeatNote.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/RepeatNote.html#postFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/RepeatNote.html#getIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/RepeatNote.html#setIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/RepeatNote.html#getTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/RepeatNote.html#applyTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/RepeatNote.html#setDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/RepeatNote.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/RepeatNote.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/RepeatNote.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/RepeatNote.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/RepeatNote.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/RepeatNote.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/RepeatNote.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/RepeatNote.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/RepeatNote.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/RepeatNote.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/RepeatNote.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/RepeatNote.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/RepeatNote.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/RepeatNote.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/RepeatNote.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/RepeatNote.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/RepeatNote.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/RepeatNote.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/RepeatNote.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/RepeatNote.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/RepeatNote.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/RepeatNote.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/RepeatNote.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/RepeatNote.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/RepeatNote.html#font-1\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/RepeatNote.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/RepeatNote.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/RepeatNote.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/RepeatNote.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/RepeatNote.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/RepeatNote.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/RepeatNote.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/RepeatNote.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/RepeatNote.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/RepeatNote.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/RepeatNote.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":256,\"name\":\"StaveLineConfig\",\"url\":\"interfaces/StaveLineConfig.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"visible\",\"url\":\"interfaces/StaveLineConfig.html#visible\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveLineConfig\"},{\"kind\":256,\"name\":\"StaveOptions\",\"url\":\"interfaces/StaveOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"bottom_text_position\",\"url\":\"interfaces/StaveOptions.html#bottom_text_position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveOptions\"},{\"kind\":1024,\"name\":\"line_config\",\"url\":\"interfaces/StaveOptions.html#line_config\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveOptions\"},{\"kind\":1024,\"name\":\"space_below_staff_ln\",\"url\":\"interfaces/StaveOptions.html#space_below_staff_ln\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveOptions\"},{\"kind\":1024,\"name\":\"space_above_staff_ln\",\"url\":\"interfaces/StaveOptions.html#space_above_staff_ln\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveOptions\"},{\"kind\":1024,\"name\":\"vertical_bar_width\",\"url\":\"interfaces/StaveOptions.html#vertical_bar_width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveOptions\"},{\"kind\":1024,\"name\":\"fill_style\",\"url\":\"interfaces/StaveOptions.html#fill_style\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveOptions\"},{\"kind\":1024,\"name\":\"left_bar\",\"url\":\"interfaces/StaveOptions.html#left_bar\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveOptions\"},{\"kind\":1024,\"name\":\"right_bar\",\"url\":\"interfaces/StaveOptions.html#right_bar\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveOptions\"},{\"kind\":1024,\"name\":\"spacing_between_lines_px\",\"url\":\"interfaces/StaveOptions.html#spacing_between_lines_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveOptions\"},{\"kind\":1024,\"name\":\"top_text_position\",\"url\":\"interfaces/StaveOptions.html#top_text_position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveOptions\"},{\"kind\":1024,\"name\":\"num_lines\",\"url\":\"interfaces/StaveOptions.html#num_lines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveOptions\"},{\"kind\":128,\"name\":\"Stave\",\"url\":\"classes/Stave.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Stave.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Stave.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":262144,\"name\":\"defaultPadding\",\"url\":\"classes/Stave.html#defaultPadding\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":262144,\"name\":\"rightPadding\",\"url\":\"classes/Stave.html#rightPadding\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"formatBegModifiers\",\"url\":\"classes/Stave.html#formatBegModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Stave.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":1024,\"name\":\"options\",\"url\":\"classes/Stave.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setDefaultLedgerLineStyle\",\"url\":\"classes/Stave.html#setDefaultLedgerLineStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getDefaultLedgerLineStyle\",\"url\":\"classes/Stave.html#getDefaultLedgerLineStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"space\",\"url\":\"classes/Stave.html#space\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"resetLines\",\"url\":\"classes/Stave.html#resetLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setNoteStartX\",\"url\":\"classes/Stave.html#setNoteStartX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getNoteStartX\",\"url\":\"classes/Stave.html#getNoteStartX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getNoteEndX\",\"url\":\"classes/Stave.html#getNoteEndX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getTieStartX\",\"url\":\"classes/Stave.html#getTieStartX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getTieEndX\",\"url\":\"classes/Stave.html#getTieEndX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/Stave.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getNumLines\",\"url\":\"classes/Stave.html#getNumLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setNumLines\",\"url\":\"classes/Stave.html#setNumLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setY\",\"url\":\"classes/Stave.html#setY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getY\",\"url\":\"classes/Stave.html#getY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getTopLineTopY\",\"url\":\"classes/Stave.html#getTopLineTopY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getBottomLineBottomY\",\"url\":\"classes/Stave.html#getBottomLineBottomY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/Stave.html#setX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Stave.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Stave.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Stave.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setMeasure\",\"url\":\"classes/Stave.html#setMeasure\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getMeasure\",\"url\":\"classes/Stave.html#getMeasure\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getModifierXShift\",\"url\":\"classes/Stave.html#getModifierXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setRepetitionType\",\"url\":\"classes/Stave.html#setRepetitionType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setVoltaType\",\"url\":\"classes/Stave.html#setVoltaType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setSection\",\"url\":\"classes/Stave.html#setSection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setTempo\",\"url\":\"classes/Stave.html#setTempo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setText\",\"url\":\"classes/Stave.html#setText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getHeight\",\"url\":\"classes/Stave.html#getHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getSpacingBetweenLines\",\"url\":\"classes/Stave.html#getSpacingBetweenLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Stave.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getBottomY\",\"url\":\"classes/Stave.html#getBottomY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getBottomLineY\",\"url\":\"classes/Stave.html#getBottomLineY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getYForLine\",\"url\":\"classes/Stave.html#getYForLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getLineForY\",\"url\":\"classes/Stave.html#getLineForY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/Stave.html#getYForTopText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getYForBottomText\",\"url\":\"classes/Stave.html#getYForBottomText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getYForNote\",\"url\":\"classes/Stave.html#getYForNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getYForGlyphs\",\"url\":\"classes/Stave.html#getYForGlyphs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/Stave.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"addEndModifier\",\"url\":\"classes/Stave.html#addEndModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setBegBarType\",\"url\":\"classes/Stave.html#setBegBarType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setEndBarType\",\"url\":\"classes/Stave.html#setEndBarType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setClef\",\"url\":\"classes/Stave.html#setClef\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getClef\",\"url\":\"classes/Stave.html#getClef\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setEndClef\",\"url\":\"classes/Stave.html#setEndClef\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getEndClef\",\"url\":\"classes/Stave.html#getEndClef\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setKeySignature\",\"url\":\"classes/Stave.html#setKeySignature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setEndKeySignature\",\"url\":\"classes/Stave.html#setEndKeySignature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setTimeSignature\",\"url\":\"classes/Stave.html#setTimeSignature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setEndTimeSignature\",\"url\":\"classes/Stave.html#setEndTimeSignature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"addKeySignature\",\"url\":\"classes/Stave.html#addKeySignature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"addClef\",\"url\":\"classes/Stave.html#addClef\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"addEndClef\",\"url\":\"classes/Stave.html#addEndClef\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"addTimeSignature\",\"url\":\"classes/Stave.html#addTimeSignature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"addEndTimeSignature\",\"url\":\"classes/Stave.html#addEndTimeSignature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"addTrebleGlyph\",\"url\":\"classes/Stave.html#addTrebleGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/Stave.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"sortByCategory\",\"url\":\"classes/Stave.html#sortByCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Stave.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Stave.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getVerticalBarWidth\",\"url\":\"classes/Stave.html#getVerticalBarWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getConfigForLines\",\"url\":\"classes/Stave.html#getConfigForLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setConfigForLine\",\"url\":\"classes/Stave.html#setConfigForLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setConfigForLines\",\"url\":\"classes/Stave.html#setConfigForLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Stave.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Stave.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Stave.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Stave.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Stave.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Stave.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Stave.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Stave.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Stave.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Stave.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Stave.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Stave.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Stave.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Stave.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Stave.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Stave.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Stave.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Stave.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Stave.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Stave.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Stave.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Stave.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Stave.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Stave.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Stave.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Stave.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Stave.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Stave.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Stave.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Stave.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Stave.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Stave.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":8,\"name\":\"BarlineType\",\"url\":\"enums/BarlineType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"SINGLE\",\"url\":\"enums/BarlineType.html#SINGLE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"BarlineType\"},{\"kind\":16,\"name\":\"DOUBLE\",\"url\":\"enums/BarlineType.html#DOUBLE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"BarlineType\"},{\"kind\":16,\"name\":\"END\",\"url\":\"enums/BarlineType.html#END\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"BarlineType\"},{\"kind\":16,\"name\":\"REPEAT_BEGIN\",\"url\":\"enums/BarlineType.html#REPEAT_BEGIN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"BarlineType\"},{\"kind\":16,\"name\":\"REPEAT_END\",\"url\":\"enums/BarlineType.html#REPEAT_END\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"BarlineType\"},{\"kind\":16,\"name\":\"REPEAT_BOTH\",\"url\":\"enums/BarlineType.html#REPEAT_BOTH\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"BarlineType\"},{\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/BarlineType.html#NONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"BarlineType\"},{\"kind\":128,\"name\":\"Barline\",\"url\":\"classes/Barline.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Barline.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Barline\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/Barline.html#type\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Barline\"},{\"kind\":262144,\"name\":\"typeString\",\"url\":\"classes/Barline.html#typeString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Barline\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Barline.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Barline.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Barline.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getType\",\"url\":\"classes/Barline.html#getType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setType\",\"url\":\"classes/Barline.html#setType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Barline.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"drawVerticalBar\",\"url\":\"classes/Barline.html#drawVerticalBar\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"drawVerticalEndBar\",\"url\":\"classes/Barline.html#drawVerticalEndBar\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"drawRepeatBar\",\"url\":\"classes/Barline.html#drawRepeatBar\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Barline.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Barline.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/Barline.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/Barline.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/Barline.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Barline.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Barline.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/Barline.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/Barline.html#setX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"placeGlyphOnLine\",\"url\":\"classes/Barline.html#placeGlyphOnLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getPadding\",\"url\":\"classes/Barline.html#getPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/Barline.html#setPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setLayoutMetrics\",\"url\":\"classes/Barline.html#setLayoutMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getLayoutMetrics\",\"url\":\"classes/Barline.html#getLayoutMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Barline.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Barline.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Barline.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Barline.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Barline.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Barline.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Barline.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Barline.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Barline.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Barline.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Barline.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Barline.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Barline.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Barline.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Barline.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Barline.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Barline.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Barline.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Barline.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Barline.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Barline.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Barline.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Barline.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Barline.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Barline.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Barline.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Barline.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Barline.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Barline.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Barline.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Barline.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Barline.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Barline.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Barline.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":4194304,\"name\":\"StaveConnectorType\",\"url\":\"types/StaveConnectorType.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"StaveConnector\",\"url\":\"classes/StaveConnector.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StaveConnector.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"StaveConnector\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StaveConnector.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveConnector\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/StaveConnector.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveConnector\"},{\"kind\":1024,\"name\":\"typeString\",\"url\":\"classes/StaveConnector.html#typeString\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveConnector\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaveConnector.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"StaveConnector\"},{\"kind\":1024,\"name\":\"top_stave\",\"url\":\"classes/StaveConnector.html#top_stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveConnector\"},{\"kind\":1024,\"name\":\"bottom_stave\",\"url\":\"classes/StaveConnector.html#bottom_stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveConnector\"},{\"kind\":1024,\"name\":\"thickness\",\"url\":\"classes/StaveConnector.html#thickness\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"setType\",\"url\":\"classes/StaveConnector.html#setType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getType\",\"url\":\"classes/StaveConnector.html#getType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"setText\",\"url\":\"classes/StaveConnector.html#setText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/StaveConnector.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/StaveConnector.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StaveConnector.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StaveConnector.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StaveConnector.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StaveConnector.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StaveConnector.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StaveConnector.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StaveConnector.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StaveConnector.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StaveConnector.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StaveConnector.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StaveConnector.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StaveConnector.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StaveConnector.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StaveConnector.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StaveConnector.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StaveConnector.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StaveConnector.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StaveConnector.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StaveConnector.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StaveConnector.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StaveConnector.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StaveConnector.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StaveConnector.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StaveConnector.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StaveConnector.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StaveConnector.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StaveConnector.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StaveConnector.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StaveConnector.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StaveConnector.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StaveConnector.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StaveConnector.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StaveConnector.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StaveConnector.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StaveConnector.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":256,\"name\":\"StaveHairpinRenderOptions\",\"url\":\"interfaces/StaveHairpinRenderOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"right_shift_ticks\",\"url\":\"interfaces/StaveHairpinRenderOptions.html#right_shift_ticks\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveHairpinRenderOptions\"},{\"kind\":1024,\"name\":\"left_shift_ticks\",\"url\":\"interfaces/StaveHairpinRenderOptions.html#left_shift_ticks\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveHairpinRenderOptions\"},{\"kind\":1024,\"name\":\"left_shift_px\",\"url\":\"interfaces/StaveHairpinRenderOptions.html#left_shift_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveHairpinRenderOptions\"},{\"kind\":1024,\"name\":\"right_shift_px\",\"url\":\"interfaces/StaveHairpinRenderOptions.html#right_shift_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveHairpinRenderOptions\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/StaveHairpinRenderOptions.html#height\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveHairpinRenderOptions\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"interfaces/StaveHairpinRenderOptions.html#y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveHairpinRenderOptions\"},{\"kind\":128,\"name\":\"StaveHairpin\",\"url\":\"classes/StaveHairpin.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StaveHairpin.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"StaveHairpin\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/StaveHairpin.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveHairpin\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StaveHairpin.html#type.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"StaveHairpin.type\"},{\"kind\":1024,\"name\":\"CRESC\",\"url\":\"classes/StaveHairpin.html#type.__type.CRESC\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveHairpin.type.__type\"},{\"kind\":1024,\"name\":\"DECRESC\",\"url\":\"classes/StaveHairpin.html#type.__type.DECRESC\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveHairpin.type.__type\"},{\"kind\":2048,\"name\":\"FormatByTicksAndDraw\",\"url\":\"classes/StaveHairpin.html#FormatByTicksAndDraw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveHairpin\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StaveHairpin.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaveHairpin.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"StaveHairpin\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/StaveHairpin.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/StaveHairpin.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"setRenderOptions\",\"url\":\"classes/StaveHairpin.html#setRenderOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"setNotes\",\"url\":\"classes/StaveHairpin.html#setNotes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"renderHairpin\",\"url\":\"classes/StaveHairpin.html#renderHairpin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StaveHairpin.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StaveHairpin.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StaveHairpin.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StaveHairpin.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StaveHairpin.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StaveHairpin.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StaveHairpin.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StaveHairpin.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StaveHairpin.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StaveHairpin.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StaveHairpin.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StaveHairpin.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StaveHairpin.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StaveHairpin.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StaveHairpin.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StaveHairpin.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StaveHairpin.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StaveHairpin.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StaveHairpin.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StaveHairpin.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StaveHairpin.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StaveHairpin.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StaveHairpin.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StaveHairpin.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StaveHairpin.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StaveHairpin.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StaveHairpin.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StaveHairpin.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StaveHairpin.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StaveHairpin.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StaveHairpin.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StaveHairpin.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StaveHairpin.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StaveHairpin.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StaveHairpin.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":256,\"name\":\"StaveLineNotes\",\"url\":\"interfaces/StaveLineNotes.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"first_note\",\"url\":\"interfaces/StaveLineNotes.html#first_note\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveLineNotes\"},{\"kind\":1024,\"name\":\"first_indices\",\"url\":\"interfaces/StaveLineNotes.html#first_indices\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveLineNotes\"},{\"kind\":1024,\"name\":\"last_note\",\"url\":\"interfaces/StaveLineNotes.html#last_note\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveLineNotes\"},{\"kind\":1024,\"name\":\"last_indices\",\"url\":\"interfaces/StaveLineNotes.html#last_indices\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveLineNotes\"},{\"kind\":128,\"name\":\"StaveLine\",\"url\":\"classes/StaveLine.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StaveLine.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"StaveLine\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StaveLine.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveLine\"},{\"kind\":1024,\"name\":\"TextVerticalPosition\",\"url\":\"classes/StaveLine.html#TextVerticalPosition\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveLine\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StaveLine.html#TextVerticalPosition.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"StaveLine.TextVerticalPosition\"},{\"kind\":1024,\"name\":\"TOP\",\"url\":\"classes/StaveLine.html#TextVerticalPosition.__type-1.TOP\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveLine.TextVerticalPosition.__type\"},{\"kind\":1024,\"name\":\"BOTTOM\",\"url\":\"classes/StaveLine.html#TextVerticalPosition.__type-1.BOTTOM\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveLine.TextVerticalPosition.__type\"},{\"kind\":1024,\"name\":\"TextJustification\",\"url\":\"classes/StaveLine.html#TextJustification\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveLine\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaveLine.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"StaveLine\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/StaveLine.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveLine\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StaveLine.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"StaveLine.render_options\"},{\"kind\":1024,\"name\":\"padding_left\",\"url\":\"classes/StaveLine.html#render_options.__type.padding_left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"padding_right\",\"url\":\"classes/StaveLine.html#render_options.__type.padding_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"line_width\",\"url\":\"classes/StaveLine.html#render_options.__type.line_width\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"line_dash\",\"url\":\"classes/StaveLine.html#render_options.__type.line_dash\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"rounded_end\",\"url\":\"classes/StaveLine.html#render_options.__type.rounded_end\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"color\",\"url\":\"classes/StaveLine.html#render_options.__type.color\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_start_arrow\",\"url\":\"classes/StaveLine.html#render_options.__type.draw_start_arrow\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_end_arrow\",\"url\":\"classes/StaveLine.html#render_options.__type.draw_end_arrow\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"arrowhead_length\",\"url\":\"classes/StaveLine.html#render_options.__type.arrowhead_length\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"arrowhead_angle\",\"url\":\"classes/StaveLine.html#render_options.__type.arrowhead_angle\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"text_position_vertical\",\"url\":\"classes/StaveLine.html#render_options.__type.text_position_vertical\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"text_justification\",\"url\":\"classes/StaveLine.html#render_options.__type.text_justification\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":2048,\"name\":\"setText\",\"url\":\"classes/StaveLine.html#setText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"setNotes\",\"url\":\"classes/StaveLine.html#setNotes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"applyLineStyle\",\"url\":\"classes/StaveLine.html#applyLineStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"applyFontStyle\",\"url\":\"classes/StaveLine.html#applyFontStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StaveLine.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StaveLine.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StaveLine.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StaveLine.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StaveLine.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StaveLine.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StaveLine.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StaveLine.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StaveLine.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StaveLine.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StaveLine.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StaveLine.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StaveLine.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StaveLine.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StaveLine.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StaveLine.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StaveLine.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StaveLine.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StaveLine.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StaveLine.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StaveLine.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StaveLine.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StaveLine.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StaveLine.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StaveLine.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StaveLine.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StaveLine.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StaveLine.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StaveLine.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StaveLine.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StaveLine.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StaveLine.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StaveLine.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StaveLine.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StaveLine.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":256,\"name\":\"LayoutMetrics\",\"url\":\"interfaces/LayoutMetrics.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"xMin\",\"url\":\"interfaces/LayoutMetrics.html#xMin\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"LayoutMetrics\"},{\"kind\":1024,\"name\":\"xMax\",\"url\":\"interfaces/LayoutMetrics.html#xMax\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"LayoutMetrics\"},{\"kind\":1024,\"name\":\"paddingLeft\",\"url\":\"interfaces/LayoutMetrics.html#paddingLeft\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"LayoutMetrics\"},{\"kind\":1024,\"name\":\"paddingRight\",\"url\":\"interfaces/LayoutMetrics.html#paddingRight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"LayoutMetrics\"},{\"kind\":8,\"name\":\"StaveModifierPosition\",\"url\":\"enums/StaveModifierPosition.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"CENTER\",\"url\":\"enums/StaveModifierPosition.html#CENTER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"StaveModifierPosition\"},{\"kind\":16,\"name\":\"LEFT\",\"url\":\"enums/StaveModifierPosition.html#LEFT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"StaveModifierPosition\"},{\"kind\":16,\"name\":\"RIGHT\",\"url\":\"enums/StaveModifierPosition.html#RIGHT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"StaveModifierPosition\"},{\"kind\":16,\"name\":\"ABOVE\",\"url\":\"enums/StaveModifierPosition.html#ABOVE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"StaveModifierPosition\"},{\"kind\":16,\"name\":\"BELOW\",\"url\":\"enums/StaveModifierPosition.html#BELOW\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"StaveModifierPosition\"},{\"kind\":16,\"name\":\"BEGIN\",\"url\":\"enums/StaveModifierPosition.html#BEGIN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"StaveModifierPosition\"},{\"kind\":16,\"name\":\"END\",\"url\":\"enums/StaveModifierPosition.html#END\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"StaveModifierPosition\"},{\"kind\":128,\"name\":\"StaveModifier\",\"url\":\"classes/StaveModifier.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StaveModifier.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"StaveModifier\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/StaveModifier.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"StaveModifier\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StaveModifier.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaveModifier.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/StaveModifier.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/StaveModifier.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/StaveModifier.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/StaveModifier.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/StaveModifier.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/StaveModifier.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/StaveModifier.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/StaveModifier.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/StaveModifier.html#setX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"placeGlyphOnLine\",\"url\":\"classes/StaveModifier.html#placeGlyphOnLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getPadding\",\"url\":\"classes/StaveModifier.html#getPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/StaveModifier.html#setPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setLayoutMetrics\",\"url\":\"classes/StaveModifier.html#setLayoutMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getLayoutMetrics\",\"url\":\"classes/StaveModifier.html#getLayoutMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StaveModifier.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StaveModifier.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StaveModifier.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StaveModifier.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StaveModifier.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StaveModifier.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StaveModifier.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StaveModifier.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StaveModifier.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StaveModifier.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StaveModifier.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StaveModifier.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StaveModifier.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StaveModifier.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StaveModifier.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StaveModifier.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StaveModifier.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StaveModifier.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StaveModifier.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StaveModifier.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StaveModifier.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StaveModifier.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StaveModifier.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StaveModifier.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StaveModifier.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StaveModifier.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StaveModifier.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StaveModifier.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StaveModifier.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StaveModifier.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StaveModifier.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StaveModifier.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StaveModifier.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StaveModifier.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StaveModifier.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":256,\"name\":\"StaveNoteHeadBounds\",\"url\":\"interfaces/StaveNoteHeadBounds.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"y_top\",\"url\":\"interfaces/StaveNoteHeadBounds.html#y_top\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteHeadBounds\"},{\"kind\":1024,\"name\":\"y_bottom\",\"url\":\"interfaces/StaveNoteHeadBounds.html#y_bottom\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteHeadBounds\"},{\"kind\":1024,\"name\":\"displaced_x\",\"url\":\"interfaces/StaveNoteHeadBounds.html#displaced_x\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteHeadBounds\"},{\"kind\":1024,\"name\":\"non_displaced_x\",\"url\":\"interfaces/StaveNoteHeadBounds.html#non_displaced_x\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteHeadBounds\"},{\"kind\":1024,\"name\":\"highest_line\",\"url\":\"interfaces/StaveNoteHeadBounds.html#highest_line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteHeadBounds\"},{\"kind\":1024,\"name\":\"lowest_line\",\"url\":\"interfaces/StaveNoteHeadBounds.html#lowest_line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteHeadBounds\"},{\"kind\":1024,\"name\":\"highest_displaced_line\",\"url\":\"interfaces/StaveNoteHeadBounds.html#highest_displaced_line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteHeadBounds\"},{\"kind\":1024,\"name\":\"lowest_displaced_line\",\"url\":\"interfaces/StaveNoteHeadBounds.html#lowest_displaced_line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteHeadBounds\"},{\"kind\":1024,\"name\":\"highest_non_displaced_line\",\"url\":\"interfaces/StaveNoteHeadBounds.html#highest_non_displaced_line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteHeadBounds\"},{\"kind\":1024,\"name\":\"lowest_non_displaced_line\",\"url\":\"interfaces/StaveNoteHeadBounds.html#lowest_non_displaced_line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteHeadBounds\"},{\"kind\":256,\"name\":\"StaveNoteFormatSettings\",\"url\":\"interfaces/StaveNoteFormatSettings.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/StaveNoteFormatSettings.html#line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteFormatSettings\"},{\"kind\":1024,\"name\":\"maxLine\",\"url\":\"interfaces/StaveNoteFormatSettings.html#maxLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteFormatSettings\"},{\"kind\":1024,\"name\":\"minLine\",\"url\":\"interfaces/StaveNoteFormatSettings.html#minLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteFormatSettings\"},{\"kind\":1024,\"name\":\"isrest\",\"url\":\"interfaces/StaveNoteFormatSettings.html#isrest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteFormatSettings\"},{\"kind\":1024,\"name\":\"stemDirection\",\"url\":\"interfaces/StaveNoteFormatSettings.html#stemDirection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteFormatSettings\"},{\"kind\":1024,\"name\":\"stemMax\",\"url\":\"interfaces/StaveNoteFormatSettings.html#stemMax\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteFormatSettings\"},{\"kind\":1024,\"name\":\"stemMin\",\"url\":\"interfaces/StaveNoteFormatSettings.html#stemMin\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteFormatSettings\"},{\"kind\":1024,\"name\":\"voice_shift\",\"url\":\"interfaces/StaveNoteFormatSettings.html#voice_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteFormatSettings\"},{\"kind\":1024,\"name\":\"is_displaced\",\"url\":\"interfaces/StaveNoteFormatSettings.html#is_displaced\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteFormatSettings\"},{\"kind\":1024,\"name\":\"note\",\"url\":\"interfaces/StaveNoteFormatSettings.html#note\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteFormatSettings\"},{\"kind\":256,\"name\":\"StaveNoteStruct\",\"url\":\"interfaces/StaveNoteStruct.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"interfaces/StaveNoteStruct.html#stem_direction\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"auto_stem\",\"url\":\"interfaces/StaveNoteStruct.html#auto_stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"stem_down_x_offset\",\"url\":\"interfaces/StaveNoteStruct.html#stem_down_x_offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"stem_up_x_offset\",\"url\":\"interfaces/StaveNoteStruct.html#stem_up_x_offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"interfaces/StaveNoteStruct.html#stroke_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"interfaces/StaveNoteStruct.html#glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"octave_shift\",\"url\":\"interfaces/StaveNoteStruct.html#octave_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"clef\",\"url\":\"interfaces/StaveNoteStruct.html#clef\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"interfaces/StaveNoteStruct.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/StaveNoteStruct.html#duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/StaveNoteStruct.html#line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"dots\",\"url\":\"interfaces/StaveNoteStruct.html#dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/StaveNoteStruct.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"align_center\",\"url\":\"interfaces/StaveNoteStruct.html#align_center\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"duration_override\",\"url\":\"interfaces/StaveNoteStruct.html#duration_override\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StaveNoteStruct\"},{\"kind\":128,\"name\":\"StaveNote\",\"url\":\"classes/StaveNote.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/StaveNote.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StaveNote.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"STEM_UP\",\"url\":\"classes/StaveNote.html#STEM_UP\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"STEM_DOWN\",\"url\":\"classes/StaveNote.html#STEM_DOWN\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"LEDGER_LINE_OFFSET\",\"url\":\"classes/StaveNote.html#LEDGER_LINE_OFFSET\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"minNoteheadPadding\",\"url\":\"classes/StaveNote.html#minNoteheadPadding\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/StaveNote.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/StaveNote.html#postFormat-2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/StaveNote.html#plotMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StaveNote.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaveNote.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":1024,\"name\":\"minLine\",\"url\":\"classes/StaveNote.html#minLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":1024,\"name\":\"maxLine\",\"url\":\"classes/StaveNote.html#maxLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/StaveNote.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/StaveNote.html#setBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"buildStem\",\"url\":\"classes/StaveNote.html#buildStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"buildNoteHeads\",\"url\":\"classes/StaveNote.html#buildNoteHeads\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"autoStem\",\"url\":\"classes/StaveNote.html#autoStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"calculateOptimalStemDirection\",\"url\":\"classes/StaveNote.html#calculateOptimalStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"calculateKeyProps\",\"url\":\"classes/StaveNote.html#calculateKeyProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StaveNote.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/StaveNote.html#getLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/StaveNote.html#isRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"isChord\",\"url\":\"classes/StaveNote.html#isChord\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/StaveNote.html#hasStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"hasFlag\",\"url\":\"classes/StaveNote.html#hasFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStemX\",\"url\":\"classes/StaveNote.html#getStemX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/StaveNote.html#getYForTopText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getYForBottomText\",\"url\":\"classes/StaveNote.html#getYForBottomText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/StaveNote.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"isDisplaced\",\"url\":\"classes/StaveNote.html#isDisplaced\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setNoteDisplaced\",\"url\":\"classes/StaveNote.html#setNoteDisplaced\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/StaveNote.html#getTieRightX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/StaveNote.html#getTieLeftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/StaveNote.html#getLineForRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/StaveNote.html#getModifierStartXY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StaveNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"StaveNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/StaveNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/StaveNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StaveNote.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setStemStyle\",\"url\":\"classes/StaveNote.html#setStemStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStemStyle\",\"url\":\"classes/StaveNote.html#getStemStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setLedgerLineStyle\",\"url\":\"classes/StaveNote.html#setLedgerLineStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getLedgerLineStyle\",\"url\":\"classes/StaveNote.html#getLedgerLineStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setFlagStyle\",\"url\":\"classes/StaveNote.html#setFlagStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getFlagStyle\",\"url\":\"classes/StaveNote.html#getFlagStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setKeyStyle\",\"url\":\"classes/StaveNote.html#setKeyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setKeyLine\",\"url\":\"classes/StaveNote.html#setKeyLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getKeyLine\",\"url\":\"classes/StaveNote.html#getKeyLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getVoiceShiftWidth\",\"url\":\"classes/StaveNote.html#getVoiceShiftWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"calcNoteDisplacements\",\"url\":\"classes/StaveNote.html#calcNoteDisplacements\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/StaveNote.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getNoteHeadBounds\",\"url\":\"classes/StaveNote.html#getNoteHeadBounds\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getNoteHeadBeginX\",\"url\":\"classes/StaveNote.html#getNoteHeadBeginX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getNoteHeadEndX\",\"url\":\"classes/StaveNote.html#getNoteHeadEndX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"noteHeads\",\"url\":\"classes/StaveNote.html#noteHeads\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"note_heads\",\"url\":\"classes/StaveNote.html#note_heads\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"drawLedgerLines\",\"url\":\"classes/StaveNote.html#drawLedgerLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"drawModifiers\",\"url\":\"classes/StaveNote.html#drawModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"shouldDrawFlag\",\"url\":\"classes/StaveNote.html#shouldDrawFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"drawFlag\",\"url\":\"classes/StaveNote.html#drawFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"drawNoteHeads\",\"url\":\"classes/StaveNote.html#drawNoteHeads\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"drawStem\",\"url\":\"classes/StaveNote.html#drawStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStaveNoteScale\",\"url\":\"classes/StaveNote.html#getStaveNoteScale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStemExtension\",\"url\":\"classes/StaveNote.html#getStemExtension\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StaveNote.html#draw-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveNote\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"classes/StaveNote.html#stem_direction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":1024,\"name\":\"stem\",\"url\":\"classes/StaveNote.html#stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStem\",\"url\":\"classes/StaveNote.html#getStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"checkStem\",\"url\":\"classes/StaveNote.html#checkStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setStem\",\"url\":\"classes/StaveNote.html#setStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"buildFlag\",\"url\":\"classes/StaveNote.html#buildFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getBaseCustomNoteHeadGlyphProps\",\"url\":\"classes/StaveNote.html#getBaseCustomNoteHeadGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStemLength\",\"url\":\"classes/StaveNote.html#getStemLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getBeamCount\",\"url\":\"classes/StaveNote.html#getBeamCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStemMinimumLength\",\"url\":\"classes/StaveNote.html#getStemMinimumLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/StaveNote.html#getStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setStemDirection\",\"url\":\"classes/StaveNote.html#setStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getCenterGlyphX\",\"url\":\"classes/StaveNote.html#getCenterGlyphX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setStemLength\",\"url\":\"classes/StaveNote.html#setStemLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/StaveNote.html#getStemExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StaveNote.html#getStemExtents.getStemExtents-1.__type-2\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"StaveNote.getStemExtents.getStemExtents\"},{\"kind\":1024,\"name\":\"topY\",\"url\":\"classes/StaveNote.html#getStemExtents.getStemExtents-1.__type-2.topY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveNote.getStemExtents.getStemExtents.__type\"},{\"kind\":1024,\"name\":\"baseY\",\"url\":\"classes/StaveNote.html#getStemExtents.getStemExtents-1.__type-2.baseY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveNote.getStemExtents.getStemExtents.__type\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/StaveNote.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/StaveNote.html#glyphProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/StaveNote.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/StaveNote.html#keyProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/StaveNote.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StaveNote.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"StaveNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/StaveNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/StaveNote.html#render_options.__type.draw\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/StaveNote.html#render_options.__type.draw_dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/StaveNote.html#render_options.__type.draw_stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/StaveNote.html#render_options.__type.y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/StaveNote.html#render_options.__type.extend_left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/StaveNote.html#render_options.__type.extend_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/StaveNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/StaveNote.html#render_options.__type.annotation_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/StaveNote.html#render_options.__type.glyph_font_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/StaveNote.html#render_options.__type.scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/StaveNote.html#render_options.__type.font\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/StaveNote.html#render_options.__type.stroke_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/StaveNote.html#getPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/StaveNote.html#setPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/StaveNote.html#addStroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/StaveNote.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/StaveNote.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/StaveNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/StaveNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/StaveNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/StaveNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/StaveNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/StaveNote.html#getGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/StaveNote.html#getGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/StaveNote.html#getGlyphWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/StaveNote.html#setYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/StaveNote.html#getYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/StaveNote.html#getVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/StaveNote.html#setVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/StaveNote.html#getTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/StaveNote.html#setTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/StaveNote.html#getDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/StaveNote.html#isDotted\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/StaveNote.html#getNoteType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/StaveNote.html#getBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/StaveNote.html#checkBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/StaveNote.html#hasBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/StaveNote.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/StaveNote.html#getModifiersByType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/StaveNote.html#getRightParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/StaveNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/StaveNote.html#getFirstDotPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/StaveNote.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/StaveNote.html#getAbsoluteX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/StaveNote.html#getKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/StaveNote.html#getKeyProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/StaveNote.html#getTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/StaveNote.html#setIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/StaveNote.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/StaveNote.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/StaveNote.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/StaveNote.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/StaveNote.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/StaveNote.html#getFormatterMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/StaveNote.html#getCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/StaveNote.html#setCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/StaveNote.html#isCenterAligned\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/StaveNote.html#setCenterAlignment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/StaveNote.html#getTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/StaveNote.html#getTupletStack\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/StaveNote.html#resetTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/StaveNote.html#setTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/StaveNote.html#addToModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/StaveNote.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/StaveNote.html#checkTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/StaveNote.html#preFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/StaveNote.html#postFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/StaveNote.html#getIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/StaveNote.html#setIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/StaveNote.html#getTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/StaveNote.html#applyTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/StaveNote.html#setDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/StaveNote.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/StaveNote.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/StaveNote.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StaveNote.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StaveNote.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StaveNote.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StaveNote.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StaveNote.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StaveNote.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StaveNote.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StaveNote.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StaveNote.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StaveNote.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StaveNote.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StaveNote.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StaveNote.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StaveNote.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StaveNote.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StaveNote.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StaveNote.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StaveNote.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StaveNote.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StaveNote.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StaveNote.html#font-1\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StaveNote.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StaveNote.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StaveNote.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StaveNote.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StaveNote.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StaveNote.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StaveNote.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StaveNote.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StaveNote.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StaveNote.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StaveNote.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":128,\"name\":\"Repetition\",\"url\":\"classes/Repetition.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Repetition.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Repetition\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Repetition.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Repetition\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Repetition.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Repetition\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Repetition.html#type.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Repetition.type\"},{\"kind\":1024,\"name\":\"NONE\",\"url\":\"classes/Repetition.html#type.__type.NONE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"CODA_LEFT\",\"url\":\"classes/Repetition.html#type.__type.CODA_LEFT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"CODA_RIGHT\",\"url\":\"classes/Repetition.html#type.__type.CODA_RIGHT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"SEGNO_LEFT\",\"url\":\"classes/Repetition.html#type.__type.SEGNO_LEFT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"SEGNO_RIGHT\",\"url\":\"classes/Repetition.html#type.__type.SEGNO_RIGHT\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"DC\",\"url\":\"classes/Repetition.html#type.__type.DC\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"DC_AL_CODA\",\"url\":\"classes/Repetition.html#type.__type.DC_AL_CODA\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"DC_AL_FINE\",\"url\":\"classes/Repetition.html#type.__type.DC_AL_FINE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"DS\",\"url\":\"classes/Repetition.html#type.__type.DS\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"DS_AL_CODA\",\"url\":\"classes/Repetition.html#type.__type.DS_AL_CODA\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"DS_AL_FINE\",\"url\":\"classes/Repetition.html#type.__type.DS_AL_FINE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"FINE\",\"url\":\"classes/Repetition.html#type.__type.FINE\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"TO_CODA\",\"url\":\"classes/Repetition.html#type.__type.TO_CODA\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Repetition.type.__type\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Repetition.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Repetition.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setShiftX\",\"url\":\"classes/Repetition.html#setShiftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setShiftY\",\"url\":\"classes/Repetition.html#setShiftY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Repetition.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"drawCodaFixed\",\"url\":\"classes/Repetition.html#drawCodaFixed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"drawSignoFixed\",\"url\":\"classes/Repetition.html#drawSignoFixed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"drawSymbolText\",\"url\":\"classes/Repetition.html#drawSymbolText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Repetition.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Repetition.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/Repetition.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/Repetition.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/Repetition.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Repetition.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Repetition.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/Repetition.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/Repetition.html#setX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"placeGlyphOnLine\",\"url\":\"classes/Repetition.html#placeGlyphOnLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getPadding\",\"url\":\"classes/Repetition.html#getPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/Repetition.html#setPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setLayoutMetrics\",\"url\":\"classes/Repetition.html#setLayoutMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getLayoutMetrics\",\"url\":\"classes/Repetition.html#getLayoutMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Repetition.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Repetition.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Repetition.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Repetition.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Repetition.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Repetition.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Repetition.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Repetition.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Repetition.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Repetition.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Repetition.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Repetition.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Repetition.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Repetition.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Repetition.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Repetition.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Repetition.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Repetition.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Repetition.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Repetition.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Repetition.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Repetition.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Repetition.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Repetition.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Repetition.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Repetition.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Repetition.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Repetition.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Repetition.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Repetition.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Repetition.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Repetition.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Repetition.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Repetition.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":128,\"name\":\"StaveSection\",\"url\":\"classes/StaveSection.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StaveSection.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"StaveSection\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StaveSection.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveSection\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/StaveSection.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaveSection.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setStaveSection\",\"url\":\"classes/StaveSection.html#setStaveSection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setShiftX\",\"url\":\"classes/StaveSection.html#setShiftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setShiftY\",\"url\":\"classes/StaveSection.html#setShiftY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StaveSection.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/StaveSection.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/StaveSection.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/StaveSection.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/StaveSection.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/StaveSection.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/StaveSection.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/StaveSection.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/StaveSection.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/StaveSection.html#setX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"placeGlyphOnLine\",\"url\":\"classes/StaveSection.html#placeGlyphOnLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getPadding\",\"url\":\"classes/StaveSection.html#getPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/StaveSection.html#setPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setLayoutMetrics\",\"url\":\"classes/StaveSection.html#setLayoutMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getLayoutMetrics\",\"url\":\"classes/StaveSection.html#getLayoutMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StaveSection.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StaveSection.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StaveSection.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StaveSection.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StaveSection.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StaveSection.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StaveSection.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StaveSection.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StaveSection.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StaveSection.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StaveSection.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StaveSection.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StaveSection.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StaveSection.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StaveSection.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StaveSection.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StaveSection.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StaveSection.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StaveSection.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StaveSection.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StaveSection.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StaveSection.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StaveSection.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StaveSection.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StaveSection.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StaveSection.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StaveSection.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StaveSection.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StaveSection.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StaveSection.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StaveSection.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StaveSection.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StaveSection.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StaveSection.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":256,\"name\":\"StaveTempoOptions\",\"url\":\"interfaces/StaveTempoOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"bpm\",\"url\":\"interfaces/StaveTempoOptions.html#bpm\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveTempoOptions\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/StaveTempoOptions.html#duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveTempoOptions\"},{\"kind\":1024,\"name\":\"dots\",\"url\":\"interfaces/StaveTempoOptions.html#dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveTempoOptions\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/StaveTempoOptions.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StaveTempoOptions\"},{\"kind\":128,\"name\":\"StaveTempo\",\"url\":\"classes/StaveTempo.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StaveTempo.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"StaveTempo\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StaveTempo.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveTempo\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/StaveTempo.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaveTempo.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"StaveTempo\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/StaveTempo.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveTempo\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StaveTempo.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"StaveTempo.render_options\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/StaveTempo.html#render_options.__type.glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveTempo.render_options.__type\"},{\"kind\":2048,\"name\":\"setTempo\",\"url\":\"classes/StaveTempo.html#setTempo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setShiftX\",\"url\":\"classes/StaveTempo.html#setShiftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setShiftY\",\"url\":\"classes/StaveTempo.html#setShiftY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StaveTempo.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/StaveTempo.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/StaveTempo.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/StaveTempo.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/StaveTempo.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/StaveTempo.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/StaveTempo.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/StaveTempo.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/StaveTempo.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/StaveTempo.html#setX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"placeGlyphOnLine\",\"url\":\"classes/StaveTempo.html#placeGlyphOnLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getPadding\",\"url\":\"classes/StaveTempo.html#getPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/StaveTempo.html#setPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setLayoutMetrics\",\"url\":\"classes/StaveTempo.html#setLayoutMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getLayoutMetrics\",\"url\":\"classes/StaveTempo.html#getLayoutMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StaveTempo.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StaveTempo.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StaveTempo.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StaveTempo.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StaveTempo.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StaveTempo.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StaveTempo.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StaveTempo.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StaveTempo.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StaveTempo.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StaveTempo.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StaveTempo.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StaveTempo.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StaveTempo.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StaveTempo.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StaveTempo.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StaveTempo.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StaveTempo.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StaveTempo.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StaveTempo.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StaveTempo.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StaveTempo.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StaveTempo.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StaveTempo.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StaveTempo.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StaveTempo.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StaveTempo.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StaveTempo.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StaveTempo.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StaveTempo.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StaveTempo.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StaveTempo.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StaveTempo.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StaveTempo.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":128,\"name\":\"StaveText\",\"url\":\"classes/StaveText.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StaveText.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"StaveText\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StaveText.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveText\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/StaveText.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaveText.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setStaveText\",\"url\":\"classes/StaveText.html#setStaveText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setShiftX\",\"url\":\"classes/StaveText.html#setShiftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setShiftY\",\"url\":\"classes/StaveText.html#setShiftY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setText\",\"url\":\"classes/StaveText.html#setText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StaveText.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/StaveText.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/StaveText.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/StaveText.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/StaveText.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/StaveText.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/StaveText.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/StaveText.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/StaveText.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/StaveText.html#setX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"placeGlyphOnLine\",\"url\":\"classes/StaveText.html#placeGlyphOnLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getPadding\",\"url\":\"classes/StaveText.html#getPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/StaveText.html#setPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setLayoutMetrics\",\"url\":\"classes/StaveText.html#setLayoutMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getLayoutMetrics\",\"url\":\"classes/StaveText.html#getLayoutMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StaveText.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StaveText.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StaveText.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StaveText.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StaveText.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StaveText.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StaveText.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StaveText.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StaveText.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StaveText.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StaveText.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StaveText.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StaveText.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StaveText.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StaveText.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StaveText.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StaveText.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StaveText.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StaveText.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StaveText.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StaveText.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StaveText.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StaveText.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StaveText.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StaveText.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StaveText.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StaveText.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StaveText.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StaveText.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StaveText.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StaveText.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StaveText.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StaveText.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StaveText.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":256,\"name\":\"TieNotes\",\"url\":\"interfaces/TieNotes.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"first_note\",\"url\":\"interfaces/TieNotes.html#first_note\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TieNotes\"},{\"kind\":1024,\"name\":\"last_note\",\"url\":\"interfaces/TieNotes.html#last_note\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TieNotes\"},{\"kind\":1024,\"name\":\"first_indices\",\"url\":\"interfaces/TieNotes.html#first_indices\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TieNotes\"},{\"kind\":1024,\"name\":\"last_indices\",\"url\":\"interfaces/TieNotes.html#last_indices\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TieNotes\"},{\"kind\":128,\"name\":\"StaveTie\",\"url\":\"classes/StaveTie.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StaveTie.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"StaveTie\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StaveTie.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveTie\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaveTie.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"StaveTie\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/StaveTie.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StaveTie\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StaveTie.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"StaveTie.render_options\"},{\"kind\":1024,\"name\":\"cp2\",\"url\":\"classes/StaveTie.html#render_options.__type.cp2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveTie.render_options.__type\"},{\"kind\":1024,\"name\":\"last_x_shift\",\"url\":\"classes/StaveTie.html#render_options.__type.last_x_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveTie.render_options.__type\"},{\"kind\":1024,\"name\":\"tie_spacing\",\"url\":\"classes/StaveTie.html#render_options.__type.tie_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveTie.render_options.__type\"},{\"kind\":1024,\"name\":\"cp1\",\"url\":\"classes/StaveTie.html#render_options.__type.cp1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveTie.render_options.__type\"},{\"kind\":1024,\"name\":\"first_x_shift\",\"url\":\"classes/StaveTie.html#render_options.__type.first_x_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveTie.render_options.__type\"},{\"kind\":1024,\"name\":\"text_shift_x\",\"url\":\"classes/StaveTie.html#render_options.__type.text_shift_x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveTie.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/StaveTie.html#render_options.__type.y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StaveTie.render_options.__type\"},{\"kind\":2048,\"name\":\"setDirection\",\"url\":\"classes/StaveTie.html#setDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"setNotes\",\"url\":\"classes/StaveTie.html#setNotes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"isPartial\",\"url\":\"classes/StaveTie.html#isPartial\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"renderTie\",\"url\":\"classes/StaveTie.html#renderTie\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"renderText\",\"url\":\"classes/StaveTie.html#renderText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"getNotes\",\"url\":\"classes/StaveTie.html#getNotes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StaveTie.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StaveTie.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StaveTie.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StaveTie.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StaveTie.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StaveTie.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StaveTie.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StaveTie.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StaveTie.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StaveTie.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StaveTie.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StaveTie.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StaveTie.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StaveTie.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StaveTie.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StaveTie.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StaveTie.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StaveTie.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StaveTie.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StaveTie.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StaveTie.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StaveTie.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StaveTie.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StaveTie.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StaveTie.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StaveTie.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StaveTie.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StaveTie.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StaveTie.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StaveTie.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StaveTie.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StaveTie.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StaveTie.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StaveTie.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StaveTie.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":8,\"name\":\"VoltaType\",\"url\":\"enums/VoltaType.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/VoltaType.html#NONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VoltaType\"},{\"kind\":16,\"name\":\"BEGIN\",\"url\":\"enums/VoltaType.html#BEGIN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VoltaType\"},{\"kind\":16,\"name\":\"MID\",\"url\":\"enums/VoltaType.html#MID\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VoltaType\"},{\"kind\":16,\"name\":\"END\",\"url\":\"enums/VoltaType.html#END\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VoltaType\"},{\"kind\":16,\"name\":\"BEGIN_END\",\"url\":\"enums/VoltaType.html#BEGIN_END\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VoltaType\"},{\"kind\":128,\"name\":\"Volta\",\"url\":\"classes/Volta.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Volta.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Volta\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/Volta.html#type\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Volta\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Volta.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Volta\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Volta.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Volta.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setShiftY\",\"url\":\"classes/Volta.html#setShiftY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Volta.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Volta.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Volta.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/Volta.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/Volta.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/Volta.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Volta.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Volta.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/Volta.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/Volta.html#setX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"placeGlyphOnLine\",\"url\":\"classes/Volta.html#placeGlyphOnLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getPadding\",\"url\":\"classes/Volta.html#getPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/Volta.html#setPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setLayoutMetrics\",\"url\":\"classes/Volta.html#setLayoutMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getLayoutMetrics\",\"url\":\"classes/Volta.html#getLayoutMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Volta.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Volta.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Volta.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Volta.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Volta.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Volta.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Volta.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Volta.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Volta.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Volta.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Volta.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Volta.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Volta.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Volta.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Volta.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Volta.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Volta.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Volta.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Volta.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Volta.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Volta.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Volta.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Volta.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Volta.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Volta.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Volta.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Volta.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Volta.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Volta.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Volta.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Volta.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Volta.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Volta.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Volta.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":256,\"name\":\"StemOptions\",\"url\":\"interfaces/StemOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"stem_down_y_base_offset\",\"url\":\"interfaces/StemOptions.html#stem_down_y_base_offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"stem_up_y_base_offset\",\"url\":\"interfaces/StemOptions.html#stem_up_y_base_offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"stem_down_y_offset\",\"url\":\"interfaces/StemOptions.html#stem_down_y_offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"stem_up_y_offset\",\"url\":\"interfaces/StemOptions.html#stem_up_y_offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"stemletHeight\",\"url\":\"interfaces/StemOptions.html#stemletHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"isStemlet\",\"url\":\"interfaces/StemOptions.html#isStemlet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"hide\",\"url\":\"interfaces/StemOptions.html#hide\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"interfaces/StemOptions.html#stem_direction\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"stem_extension\",\"url\":\"interfaces/StemOptions.html#stem_extension\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"y_bottom\",\"url\":\"interfaces/StemOptions.html#y_bottom\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"y_top\",\"url\":\"interfaces/StemOptions.html#y_top\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"x_end\",\"url\":\"interfaces/StemOptions.html#x_end\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"x_begin\",\"url\":\"interfaces/StemOptions.html#x_begin\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StemOptions\"},{\"kind\":128,\"name\":\"Stem\",\"url\":\"classes/Stem.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/Stem.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Stem.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"UP\",\"url\":\"classes/Stem.html#UP\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"DOWN\",\"url\":\"classes/Stem.html#DOWN\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"WIDTH\",\"url\":\"classes/Stem.html#WIDTH\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"HEIGHT\",\"url\":\"classes/Stem.html#HEIGHT\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Stem.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Stem.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setOptions\",\"url\":\"classes/Stem.html#setOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setNoteHeadXBounds\",\"url\":\"classes/Stem.html#setNoteHeadXBounds\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setDirection\",\"url\":\"classes/Stem.html#setDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setExtension\",\"url\":\"classes/Stem.html#setExtension\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getExtension\",\"url\":\"classes/Stem.html#getExtension\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setYBounds\",\"url\":\"classes/Stem.html#setYBounds\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getHeight\",\"url\":\"classes/Stem.html#getHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Stem.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getExtents\",\"url\":\"classes/Stem.html#getExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Stem.html#getExtents.getExtents-1.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"Stem.getExtents.getExtents\"},{\"kind\":1024,\"name\":\"topY\",\"url\":\"classes/Stem.html#getExtents.getExtents-1.__type.topY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Stem.getExtents.getExtents.__type\"},{\"kind\":1024,\"name\":\"baseY\",\"url\":\"classes/Stem.html#getExtents.getExtents-1.__type.baseY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Stem.getExtents.getExtents.__type\"},{\"kind\":2048,\"name\":\"setVisibility\",\"url\":\"classes/Stem.html#setVisibility\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setStemlet\",\"url\":\"classes/Stem.html#setStemlet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"adjustHeightForFlag\",\"url\":\"classes/Stem.html#adjustHeightForFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"adjustHeightForBeam\",\"url\":\"classes/Stem.html#adjustHeightForBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Stem.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Stem.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Stem.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Stem.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Stem.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Stem.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Stem.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Stem.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Stem.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Stem.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Stem.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Stem.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Stem.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Stem.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Stem.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Stem.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Stem.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Stem.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Stem.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Stem.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Stem.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Stem.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Stem.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Stem.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Stem.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Stem.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Stem.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Stem.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Stem.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Stem.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Stem.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Stem.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Stem.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Stem.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":128,\"name\":\"StemmableNote\",\"url\":\"classes/StemmableNote.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StemmableNote.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/StemmableNote.html#plotMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StemmableNote.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StemmableNote.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"classes/StemmableNote.html#stem_direction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":1024,\"name\":\"stem\",\"url\":\"classes/StemmableNote.html#stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getStem\",\"url\":\"classes/StemmableNote.html#getStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"checkStem\",\"url\":\"classes/StemmableNote.html#checkStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setStem\",\"url\":\"classes/StemmableNote.html#setStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"buildStem\",\"url\":\"classes/StemmableNote.html#buildStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"buildFlag\",\"url\":\"classes/StemmableNote.html#buildFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getBaseCustomNoteHeadGlyphProps\",\"url\":\"classes/StemmableNote.html#getBaseCustomNoteHeadGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getStemLength\",\"url\":\"classes/StemmableNote.html#getStemLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getBeamCount\",\"url\":\"classes/StemmableNote.html#getBeamCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getStemMinimumLength\",\"url\":\"classes/StemmableNote.html#getStemMinimumLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/StemmableNote.html#getStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setStemDirection\",\"url\":\"classes/StemmableNote.html#setStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getStemX\",\"url\":\"classes/StemmableNote.html#getStemX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getCenterGlyphX\",\"url\":\"classes/StemmableNote.html#getCenterGlyphX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getStemExtension\",\"url\":\"classes/StemmableNote.html#getStemExtension\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setStemLength\",\"url\":\"classes/StemmableNote.html#setStemLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/StemmableNote.html#getStemExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StemmableNote.html#getStemExtents.getStemExtents-1.__type-2\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"StemmableNote.getStemExtents.getStemExtents\"},{\"kind\":1024,\"name\":\"topY\",\"url\":\"classes/StemmableNote.html#getStemExtents.getStemExtents-1.__type-2.topY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StemmableNote.getStemExtents.getStemExtents.__type\"},{\"kind\":1024,\"name\":\"baseY\",\"url\":\"classes/StemmableNote.html#getStemExtents.getStemExtents-1.__type-2.baseY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StemmableNote.getStemExtents.getStemExtents.__type\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/StemmableNote.html#getYForTopText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getYForBottomText\",\"url\":\"classes/StemmableNote.html#getYForBottomText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"hasFlag\",\"url\":\"classes/StemmableNote.html#hasFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/StemmableNote.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"drawStem\",\"url\":\"classes/StemmableNote.html#drawStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StemmableNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/StemmableNote.html#glyphProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/StemmableNote.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/StemmableNote.html#keyProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/StemmableNote.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StemmableNote.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"StemmableNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/StemmableNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/StemmableNote.html#render_options.__type.draw\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/StemmableNote.html#render_options.__type.draw_dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/StemmableNote.html#render_options.__type.draw_stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/StemmableNote.html#render_options.__type.y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/StemmableNote.html#render_options.__type.extend_left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/StemmableNote.html#render_options.__type.extend_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/StemmableNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/StemmableNote.html#render_options.__type.annotation_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/StemmableNote.html#render_options.__type.glyph_font_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/StemmableNote.html#render_options.__type.scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/StemmableNote.html#render_options.__type.font\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/StemmableNote.html#render_options.__type.stroke_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/StemmableNote.html#getPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/StemmableNote.html#setPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/StemmableNote.html#isRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/StemmableNote.html#addStroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/StemmableNote.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/StemmableNote.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/StemmableNote.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/StemmableNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/StemmableNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/StemmableNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/StemmableNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/StemmableNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/StemmableNote.html#getLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/StemmableNote.html#getLineForRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/StemmableNote.html#getGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/StemmableNote.html#getGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/StemmableNote.html#getGlyphWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/StemmableNote.html#setYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/StemmableNote.html#getYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/StemmableNote.html#getVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/StemmableNote.html#setVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/StemmableNote.html#getTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/StemmableNote.html#setTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/StemmableNote.html#getDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/StemmableNote.html#isDotted\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/StemmableNote.html#hasStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/StemmableNote.html#getNoteType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/StemmableNote.html#getBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/StemmableNote.html#checkBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/StemmableNote.html#hasBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/StemmableNote.html#setBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/StemmableNote.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/StemmableNote.html#getModifiersByType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/StemmableNote.html#getModifierStartXY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StemmableNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"StemmableNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/StemmableNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StemmableNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/StemmableNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StemmableNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/StemmableNote.html#getRightParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/StemmableNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/StemmableNote.html#getFirstDotPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/StemmableNote.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/StemmableNote.html#getAbsoluteX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/StemmableNote.html#getTieRightX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/StemmableNote.html#getTieLeftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/StemmableNote.html#getKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/StemmableNote.html#getKeyProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/StemmableNote.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/StemmableNote.html#getTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/StemmableNote.html#setIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/StemmableNote.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/StemmableNote.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/StemmableNote.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/StemmableNote.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/StemmableNote.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/StemmableNote.html#getFormatterMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/StemmableNote.html#getCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/StemmableNote.html#setCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/StemmableNote.html#isCenterAligned\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/StemmableNote.html#setCenterAlignment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/StemmableNote.html#getTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/StemmableNote.html#getTupletStack\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/StemmableNote.html#resetTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/StemmableNote.html#setTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/StemmableNote.html#addToModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/StemmableNote.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/StemmableNote.html#checkTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/StemmableNote.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/StemmableNote.html#preFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/StemmableNote.html#postFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/StemmableNote.html#getIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/StemmableNote.html#setIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/StemmableNote.html#getTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/StemmableNote.html#applyTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/StemmableNote.html#setDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/StemmableNote.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/StemmableNote.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/StemmableNote.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StemmableNote.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StemmableNote.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StemmableNote.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StemmableNote.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StemmableNote.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StemmableNote.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StemmableNote.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StemmableNote.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StemmableNote.html#draw-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StemmableNote.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StemmableNote.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StemmableNote.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StemmableNote.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StemmableNote.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StemmableNote.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StemmableNote.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StemmableNote.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StemmableNote.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StemmableNote.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StemmableNote.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StemmableNote.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StemmableNote.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StemmableNote.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StemmableNote.html#font-1\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StemmableNote.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StemmableNote.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StemmableNote.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StemmableNote.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StemmableNote.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StemmableNote.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StemmableNote.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StemmableNote.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StemmableNote.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StemmableNote.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StemmableNote.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":256,\"name\":\"StringNumberMetrics\",\"url\":\"interfaces/StringNumberMetrics.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"verticalPadding\",\"url\":\"interfaces/StringNumberMetrics.html#verticalPadding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StringNumberMetrics\"},{\"kind\":1024,\"name\":\"stemPadding\",\"url\":\"interfaces/StringNumberMetrics.html#stemPadding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StringNumberMetrics\"},{\"kind\":1024,\"name\":\"leftPadding\",\"url\":\"interfaces/StringNumberMetrics.html#leftPadding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StringNumberMetrics\"},{\"kind\":1024,\"name\":\"rightPadding\",\"url\":\"interfaces/StringNumberMetrics.html#rightPadding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StringNumberMetrics\"},{\"kind\":128,\"name\":\"StringNumber\",\"url\":\"classes/StringNumber.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StringNumber.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"StringNumber\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StringNumber.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StringNumber\"},{\"kind\":262144,\"name\":\"metrics\",\"url\":\"classes/StringNumber.html#metrics\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/StringNumber.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StringNumber\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/StringNumber.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/StringNumber.html#PositionString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StringNumber.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setLineEndType\",\"url\":\"classes/StringNumber.html#setLineEndType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setStringNumber\",\"url\":\"classes/StringNumber.html#setStringNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setOffsetX\",\"url\":\"classes/StringNumber.html#setOffsetX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setOffsetY\",\"url\":\"classes/StringNumber.html#setOffsetY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setLastNote\",\"url\":\"classes/StringNumber.html#setLastNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setDashed\",\"url\":\"classes/StringNumber.html#setDashed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setDrawCircle\",\"url\":\"classes/StringNumber.html#setDrawCircle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StringNumber.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/StringNumber.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/StringNumber.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/StringNumber.html#getNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/StringNumber.html#checkAttachedNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/StringNumber.html#setNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/StringNumber.html#getIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/StringNumber.html#checkIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/StringNumber.html#setIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/StringNumber.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/StringNumber.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/StringNumber.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/StringNumber.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/StringNumber.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/StringNumber.html#setTextLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/StringNumber.html#setYShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/StringNumber.html#setSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/StringNumber.html#getSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/StringNumber.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/StringNumber.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/StringNumber.html#alignSubNotesWithNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StringNumber.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StringNumber.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StringNumber.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StringNumber.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StringNumber.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StringNumber.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StringNumber.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StringNumber.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StringNumber.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StringNumber.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StringNumber.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StringNumber.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StringNumber.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StringNumber.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StringNumber.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StringNumber.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StringNumber.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StringNumber.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StringNumber.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StringNumber.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StringNumber.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StringNumber.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StringNumber.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StringNumber.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StringNumber.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StringNumber.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StringNumber.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StringNumber.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StringNumber.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StringNumber.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StringNumber.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StringNumber.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StringNumber.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StringNumber.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":128,\"name\":\"Stroke\",\"url\":\"classes/Stroke.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Stroke.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Stroke\"},{\"kind\":1024,\"name\":\"Type\",\"url\":\"classes/Stroke.html#Type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Stroke\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Stroke.html#Type.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Stroke.Type\"},{\"kind\":1024,\"name\":\"BRUSH_DOWN\",\"url\":\"classes/Stroke.html#Type.__type-1.BRUSH_DOWN\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Stroke.Type.__type\"},{\"kind\":1024,\"name\":\"BRUSH_UP\",\"url\":\"classes/Stroke.html#Type.__type-1.BRUSH_UP\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Stroke.Type.__type\"},{\"kind\":1024,\"name\":\"ROLL_DOWN\",\"url\":\"classes/Stroke.html#Type.__type-1.ROLL_DOWN\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Stroke.Type.__type\"},{\"kind\":1024,\"name\":\"ROLL_UP\",\"url\":\"classes/Stroke.html#Type.__type-1.ROLL_UP\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Stroke.Type.__type\"},{\"kind\":1024,\"name\":\"RASQUEDO_DOWN\",\"url\":\"classes/Stroke.html#Type.__type-1.RASQUEDO_DOWN\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Stroke.Type.__type\"},{\"kind\":1024,\"name\":\"RASQUEDO_UP\",\"url\":\"classes/Stroke.html#Type.__type-1.RASQUEDO_UP\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Stroke.Type.__type\"},{\"kind\":1024,\"name\":\"ARPEGGIO_DIRECTIONLESS\",\"url\":\"classes/Stroke.html#Type.__type-1.ARPEGGIO_DIRECTIONLESS\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Stroke.Type.__type\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Stroke.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Stroke.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stroke\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Stroke.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Stroke.html#PositionString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Stroke.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Stroke\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/Stroke.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Stroke\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Stroke.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Stroke.render_options\"},{\"kind\":1024,\"name\":\"font_scale\",\"url\":\"classes/Stroke.html#render_options.__type.font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Stroke.render_options.__type\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Stroke.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"addEndNote\",\"url\":\"classes/Stroke.html#addEndNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Stroke.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Stroke.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Stroke.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Stroke.html#getNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Stroke.html#checkAttachedNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Stroke.html#setNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Stroke.html#getIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Stroke.html#checkIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Stroke.html#setIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Stroke.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Stroke.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Stroke.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Stroke.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Stroke.html#setTextLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Stroke.html#setYShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Stroke.html#setSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Stroke.html#getSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Stroke.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Stroke.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Stroke.html#alignSubNotesWithNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Stroke.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Stroke.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Stroke.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Stroke.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Stroke.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Stroke.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Stroke.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Stroke.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Stroke.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Stroke.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Stroke.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Stroke.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Stroke.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Stroke.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Stroke.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Stroke.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Stroke.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Stroke.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Stroke.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Stroke.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Stroke.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Stroke.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Stroke.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Stroke.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Stroke.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Stroke.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Stroke.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Stroke.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Stroke.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Stroke.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Stroke.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Stroke.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Stroke.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Stroke.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":4194304,\"name\":\"Attributes\",\"url\":\"types/Attributes.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Attributes.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Attributes\"},{\"kind\":1024,\"name\":\"font-family\",\"url\":\"types/Attributes.html#__type.font_family\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Attributes.__type\"},{\"kind\":1024,\"name\":\"font-size\",\"url\":\"types/Attributes.html#__type.font_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Attributes.__type\"},{\"kind\":1024,\"name\":\"font-style\",\"url\":\"types/Attributes.html#__type.font_style\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Attributes.__type\"},{\"kind\":1024,\"name\":\"font-weight\",\"url\":\"types/Attributes.html#__type.font_weight\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Attributes.__type\"},{\"kind\":1024,\"name\":\"scaleX\",\"url\":\"types/Attributes.html#__type.scaleX\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Attributes.__type\"},{\"kind\":1024,\"name\":\"scaleY\",\"url\":\"types/Attributes.html#__type.scaleY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Attributes.__type\"},{\"kind\":256,\"name\":\"State\",\"url\":\"interfaces/State.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"interfaces/State.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"State\"},{\"kind\":1024,\"name\":\"attributes\",\"url\":\"interfaces/State.html#attributes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"State\"},{\"kind\":1024,\"name\":\"shadow_attributes\",\"url\":\"interfaces/State.html#shadow_attributes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"State\"},{\"kind\":1024,\"name\":\"lineWidth\",\"url\":\"interfaces/State.html#lineWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"State\"},{\"kind\":128,\"name\":\"SVGContext\",\"url\":\"classes/SVGContext.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/SVGContext.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SVGContext\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SVGContext.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"element\",\"url\":\"classes/SVGContext.html#element\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"svg\",\"url\":\"classes/SVGContext.html#svg\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"classes/SVGContext.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"classes/SVGContext.html#height\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"path\",\"url\":\"classes/SVGContext.html#path\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"pen\",\"url\":\"classes/SVGContext.html#pen\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/SVGContext.html#pen.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"SVGContext.pen\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/SVGContext.html#pen.__type.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SVGContext.pen.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/SVGContext.html#pen.__type.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SVGContext.pen.__type\"},{\"kind\":1024,\"name\":\"lineWidth\",\"url\":\"classes/SVGContext.html#lineWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"attributes\",\"url\":\"classes/SVGContext.html#attributes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"shadow_attributes\",\"url\":\"classes/SVGContext.html#shadow_attributes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"classes/SVGContext.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"state_stack\",\"url\":\"classes/SVGContext.html#state_stack\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"parent\",\"url\":\"classes/SVGContext.html#parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"groups\",\"url\":\"classes/SVGContext.html#groups\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"backgroundFillStyle\",\"url\":\"classes/SVGContext.html#backgroundFillStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"create\",\"url\":\"classes/SVGContext.html#create\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"openGroup\",\"url\":\"classes/SVGContext.html#openGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"closeGroup\",\"url\":\"classes/SVGContext.html#closeGroup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"add\",\"url\":\"classes/SVGContext.html#add\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setFillStyle\",\"url\":\"classes/SVGContext.html#setFillStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setBackgroundFillStyle\",\"url\":\"classes/SVGContext.html#setBackgroundFillStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setStrokeStyle\",\"url\":\"classes/SVGContext.html#setStrokeStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setShadowColor\",\"url\":\"classes/SVGContext.html#setShadowColor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setShadowBlur\",\"url\":\"classes/SVGContext.html#setShadowBlur\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setLineWidth\",\"url\":\"classes/SVGContext.html#setLineWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setLineDash\",\"url\":\"classes/SVGContext.html#setLineDash\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setLineCap\",\"url\":\"classes/SVGContext.html#setLineCap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"resize\",\"url\":\"classes/SVGContext.html#resize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"scale\",\"url\":\"classes/SVGContext.html#scale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setViewBox\",\"url\":\"classes/SVGContext.html#setViewBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"applyAttributes\",\"url\":\"classes/SVGContext.html#applyAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"clear\",\"url\":\"classes/SVGContext.html#clear\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"rect\",\"url\":\"classes/SVGContext.html#rect\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"fillRect\",\"url\":\"classes/SVGContext.html#fillRect\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"clearRect\",\"url\":\"classes/SVGContext.html#clearRect\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"beginPath\",\"url\":\"classes/SVGContext.html#beginPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"moveTo\",\"url\":\"classes/SVGContext.html#moveTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"lineTo\",\"url\":\"classes/SVGContext.html#lineTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"bezierCurveTo\",\"url\":\"classes/SVGContext.html#bezierCurveTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"quadraticCurveTo\",\"url\":\"classes/SVGContext.html#quadraticCurveTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"arc\",\"url\":\"classes/SVGContext.html#arc\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"closePath\",\"url\":\"classes/SVGContext.html#closePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"fill\",\"url\":\"classes/SVGContext.html#fill\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"stroke\",\"url\":\"classes/SVGContext.html#stroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"measureText\",\"url\":\"classes/SVGContext.html#measureText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"fillText\",\"url\":\"classes/SVGContext.html#fillText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"save\",\"url\":\"classes/SVGContext.html#save\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"restore\",\"url\":\"classes/SVGContext.html#restore\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":262144,\"name\":\"fillStyle\",\"url\":\"classes/SVGContext.html#fillStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":262144,\"name\":\"strokeStyle\",\"url\":\"classes/SVGContext.html#strokeStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/SVGContext.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/SVGContext.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SVGContext\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/SVGContext.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setRawFont\",\"url\":\"classes/SVGContext.html#setRawFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SVGContext\"},{\"kind\":256,\"name\":\"SystemFormatterOptions\",\"url\":\"interfaces/SystemFormatterOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"alpha\",\"url\":\"interfaces/SystemFormatterOptions.html#alpha\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemFormatterOptions\"},{\"kind\":1024,\"name\":\"softmaxFactor\",\"url\":\"interfaces/SystemFormatterOptions.html#softmaxFactor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SystemFormatterOptions\"},{\"kind\":1024,\"name\":\"globalSoftmax\",\"url\":\"interfaces/SystemFormatterOptions.html#globalSoftmax\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SystemFormatterOptions\"},{\"kind\":1024,\"name\":\"maxIterations\",\"url\":\"interfaces/SystemFormatterOptions.html#maxIterations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SystemFormatterOptions\"},{\"kind\":256,\"name\":\"SystemStave\",\"url\":\"interfaces/SystemStave.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"voices\",\"url\":\"interfaces/SystemStave.html#voices\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemStave\"},{\"kind\":1024,\"name\":\"stave\",\"url\":\"interfaces/SystemStave.html#stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemStave\"},{\"kind\":1024,\"name\":\"noJustification\",\"url\":\"interfaces/SystemStave.html#noJustification\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemStave\"},{\"kind\":1024,\"name\":\"options\",\"url\":\"interfaces/SystemStave.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemStave\"},{\"kind\":1024,\"name\":\"spaceAbove\",\"url\":\"interfaces/SystemStave.html#spaceAbove\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemStave\"},{\"kind\":1024,\"name\":\"spaceBelow\",\"url\":\"interfaces/SystemStave.html#spaceBelow\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemStave\"},{\"kind\":1024,\"name\":\"debugNoteMetrics\",\"url\":\"interfaces/SystemStave.html#debugNoteMetrics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemStave\"},{\"kind\":256,\"name\":\"SystemOptions\",\"url\":\"interfaces/SystemOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"factory\",\"url\":\"interfaces/SystemOptions.html#factory\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"noPadding\",\"url\":\"interfaces/SystemOptions.html#noPadding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"debugFormatter\",\"url\":\"interfaces/SystemOptions.html#debugFormatter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"spaceBetweenStaves\",\"url\":\"interfaces/SystemOptions.html#spaceBetweenStaves\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"formatIterations\",\"url\":\"interfaces/SystemOptions.html#formatIterations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"autoWidth\",\"url\":\"interfaces/SystemOptions.html#autoWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"interfaces/SystemOptions.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/SystemOptions.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"interfaces/SystemOptions.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"details\",\"url\":\"interfaces/SystemOptions.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"formatOptions\",\"url\":\"interfaces/SystemOptions.html#formatOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"noJustification\",\"url\":\"interfaces/SystemOptions.html#noJustification\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemOptions\"},{\"kind\":128,\"name\":\"System\",\"url\":\"classes/System.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/System.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"System\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/System.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/System.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"setOptions\",\"url\":\"classes/System.html#setOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/System.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/System.html#setX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getY\",\"url\":\"classes/System.html#getY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"setY\",\"url\":\"classes/System.html#setY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getStaves\",\"url\":\"classes/System.html#getStaves\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getVoices\",\"url\":\"classes/System.html#getVoices\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/System.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"addConnector\",\"url\":\"classes/System.html#addConnector\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"addStave\",\"url\":\"classes/System.html#addStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"addVoices\",\"url\":\"classes/System.html#addVoices\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/System.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/System.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/System.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/System.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/System.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/System.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/System.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/System.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/System.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/System.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/System.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/System.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/System.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/System.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/System.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/System.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/System.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/System.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/System.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/System.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/System.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/System.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/System.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/System.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/System.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/System.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/System.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/System.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/System.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/System.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/System.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/System.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/System.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/System.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/System.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":256,\"name\":\"TabNotePosition\",\"url\":\"interfaces/TabNotePosition.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"str\",\"url\":\"interfaces/TabNotePosition.html#str\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TabNotePosition\"},{\"kind\":1024,\"name\":\"fret\",\"url\":\"interfaces/TabNotePosition.html#fret\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TabNotePosition\"},{\"kind\":256,\"name\":\"TabNoteStruct\",\"url\":\"interfaces/TabNoteStruct.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"positions\",\"url\":\"interfaces/TabNoteStruct.html#positions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"interfaces/TabNoteStruct.html#stem_direction\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"auto_stem\",\"url\":\"interfaces/TabNoteStruct.html#auto_stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"stem_down_x_offset\",\"url\":\"interfaces/TabNoteStruct.html#stem_down_x_offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"stem_up_x_offset\",\"url\":\"interfaces/TabNoteStruct.html#stem_up_x_offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"interfaces/TabNoteStruct.html#stroke_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"interfaces/TabNoteStruct.html#glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"octave_shift\",\"url\":\"interfaces/TabNoteStruct.html#octave_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"clef\",\"url\":\"interfaces/TabNoteStruct.html#clef\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"interfaces/TabNoteStruct.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/TabNoteStruct.html#duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/TabNoteStruct.html#line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"dots\",\"url\":\"interfaces/TabNoteStruct.html#dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/TabNoteStruct.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"align_center\",\"url\":\"interfaces/TabNoteStruct.html#align_center\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"duration_override\",\"url\":\"interfaces/TabNoteStruct.html#duration_override\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":128,\"name\":\"TabNote\",\"url\":\"classes/TabNote.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/TabNote.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/TabNote.html#plotMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/TabNote.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TabNote.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"greatestString\",\"url\":\"classes/TabNote.html#greatestString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"leastString\",\"url\":\"classes/TabNote.html#leastString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/TabNote.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setGhost\",\"url\":\"classes/TabNote.html#setGhost\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/TabNote.html#hasStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getStemExtension\",\"url\":\"classes/TabNote.html#getStemExtension\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"updateWidth\",\"url\":\"classes/TabNote.html#updateWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/TabNote.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getPositions\",\"url\":\"classes/TabNote.html#getPositions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/TabNote.html#getModifierStartXY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TabNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"TabNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/TabNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/TabNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/TabNote.html#getLineForRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/TabNote.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getStemX\",\"url\":\"classes/TabNote.html#getStemX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getStemY\",\"url\":\"classes/TabNote.html#getStemY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/TabNote.html#getStemExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TabNote.html#getStemExtents.getStemExtents-1.__type-2\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"TabNote.getStemExtents.getStemExtents\"},{\"kind\":1024,\"name\":\"topY\",\"url\":\"classes/TabNote.html#getStemExtents.getStemExtents-1.__type-2.topY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabNote.getStemExtents.getStemExtents.__type\"},{\"kind\":1024,\"name\":\"baseY\",\"url\":\"classes/TabNote.html#getStemExtents.getStemExtents-1.__type-2.baseY\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabNote.getStemExtents.getStemExtents.__type\"},{\"kind\":2048,\"name\":\"drawFlag\",\"url\":\"classes/TabNote.html#drawFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"drawModifiers\",\"url\":\"classes/TabNote.html#drawModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"drawStemThrough\",\"url\":\"classes/TabNote.html#drawStemThrough\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"drawPositions\",\"url\":\"classes/TabNote.html#drawPositions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/TabNote.html#draw-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabNote\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"classes/TabNote.html#stem_direction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":1024,\"name\":\"stem\",\"url\":\"classes/TabNote.html#stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getStem\",\"url\":\"classes/TabNote.html#getStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"checkStem\",\"url\":\"classes/TabNote.html#checkStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setStem\",\"url\":\"classes/TabNote.html#setStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"buildStem\",\"url\":\"classes/TabNote.html#buildStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"buildFlag\",\"url\":\"classes/TabNote.html#buildFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getBaseCustomNoteHeadGlyphProps\",\"url\":\"classes/TabNote.html#getBaseCustomNoteHeadGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getStemLength\",\"url\":\"classes/TabNote.html#getStemLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getBeamCount\",\"url\":\"classes/TabNote.html#getBeamCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getStemMinimumLength\",\"url\":\"classes/TabNote.html#getStemMinimumLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/TabNote.html#getStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setStemDirection\",\"url\":\"classes/TabNote.html#setStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getCenterGlyphX\",\"url\":\"classes/TabNote.html#getCenterGlyphX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setStemLength\",\"url\":\"classes/TabNote.html#setStemLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/TabNote.html#getYForTopText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getYForBottomText\",\"url\":\"classes/TabNote.html#getYForBottomText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"hasFlag\",\"url\":\"classes/TabNote.html#hasFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/TabNote.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"drawStem\",\"url\":\"classes/TabNote.html#drawStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/TabNote.html#glyphProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/TabNote.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/TabNote.html#keyProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/TabNote.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TabNote.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"TabNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/TabNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/TabNote.html#render_options.__type.draw\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/TabNote.html#render_options.__type.draw_dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/TabNote.html#render_options.__type.draw_stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/TabNote.html#render_options.__type.y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/TabNote.html#render_options.__type.extend_left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/TabNote.html#render_options.__type.extend_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/TabNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/TabNote.html#render_options.__type.annotation_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/TabNote.html#render_options.__type.glyph_font_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/TabNote.html#render_options.__type.scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/TabNote.html#render_options.__type.font\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/TabNote.html#render_options.__type.stroke_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/TabNote.html#getPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/TabNote.html#setPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/TabNote.html#isRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/TabNote.html#addStroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/TabNote.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/TabNote.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/TabNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/TabNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/TabNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/TabNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/TabNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/TabNote.html#getLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/TabNote.html#getGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/TabNote.html#getGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/TabNote.html#getGlyphWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/TabNote.html#setYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/TabNote.html#getYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/TabNote.html#getVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/TabNote.html#setVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/TabNote.html#getTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/TabNote.html#setTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/TabNote.html#getDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/TabNote.html#isDotted\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/TabNote.html#getNoteType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/TabNote.html#getBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/TabNote.html#checkBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/TabNote.html#hasBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/TabNote.html#setBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/TabNote.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/TabNote.html#getModifiersByType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/TabNote.html#getRightParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/TabNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/TabNote.html#getFirstDotPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/TabNote.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/TabNote.html#getAbsoluteX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/TabNote.html#getTieRightX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/TabNote.html#getTieLeftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/TabNote.html#getKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/TabNote.html#getKeyProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/TabNote.html#getTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/TabNote.html#setIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/TabNote.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/TabNote.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/TabNote.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/TabNote.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/TabNote.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/TabNote.html#getFormatterMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/TabNote.html#getCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/TabNote.html#setCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/TabNote.html#isCenterAligned\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/TabNote.html#setCenterAlignment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/TabNote.html#getTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/TabNote.html#getTupletStack\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/TabNote.html#resetTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/TabNote.html#setTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/TabNote.html#addToModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/TabNote.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/TabNote.html#checkTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/TabNote.html#preFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/TabNote.html#postFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/TabNote.html#getIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/TabNote.html#setIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/TabNote.html#getTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/TabNote.html#applyTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/TabNote.html#setDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/TabNote.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/TabNote.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/TabNote.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TabNote.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/TabNote.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/TabNote.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/TabNote.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/TabNote.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/TabNote.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/TabNote.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/TabNote.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/TabNote.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/TabNote.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/TabNote.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/TabNote.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/TabNote.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/TabNote.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/TabNote.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/TabNote.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/TabNote.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/TabNote.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/TabNote.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/TabNote.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/TabNote.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/TabNote.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/TabNote.html#font-1\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/TabNote.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/TabNote.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/TabNote.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/TabNote.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TabNote.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/TabNote.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/TabNote.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/TabNote.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TabNote.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/TabNote.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/TabNote.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":128,\"name\":\"TabSlide\",\"url\":\"classes/TabSlide.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/TabSlide.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TabSlide\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/TabSlide.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TabSlide\"},{\"kind\":262144,\"name\":\"SLIDE_UP\",\"url\":\"classes/TabSlide.html#SLIDE_UP\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TabSlide\"},{\"kind\":262144,\"name\":\"SLIDE_DOWN\",\"url\":\"classes/TabSlide.html#SLIDE_DOWN\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"createSlideUp\",\"url\":\"classes/TabSlide.html#createSlideUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"createSlideDown\",\"url\":\"classes/TabSlide.html#createSlideDown\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"createHammeron\",\"url\":\"classes/TabSlide.html#createHammeron\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"createPulloff\",\"url\":\"classes/TabSlide.html#createPulloff\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TabSlide.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"renderTie\",\"url\":\"classes/TabSlide.html#renderTie\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabSlide\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/TabSlide.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TabSlide.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"TabSlide.render_options\"},{\"kind\":1024,\"name\":\"cp2\",\"url\":\"classes/TabSlide.html#render_options.__type.cp2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabSlide.render_options.__type\"},{\"kind\":1024,\"name\":\"last_x_shift\",\"url\":\"classes/TabSlide.html#render_options.__type.last_x_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabSlide.render_options.__type\"},{\"kind\":1024,\"name\":\"tie_spacing\",\"url\":\"classes/TabSlide.html#render_options.__type.tie_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabSlide.render_options.__type\"},{\"kind\":1024,\"name\":\"cp1\",\"url\":\"classes/TabSlide.html#render_options.__type.cp1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabSlide.render_options.__type\"},{\"kind\":1024,\"name\":\"first_x_shift\",\"url\":\"classes/TabSlide.html#render_options.__type.first_x_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabSlide.render_options.__type\"},{\"kind\":1024,\"name\":\"text_shift_x\",\"url\":\"classes/TabSlide.html#render_options.__type.text_shift_x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabSlide.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/TabSlide.html#render_options.__type.y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabSlide.render_options.__type\"},{\"kind\":2048,\"name\":\"setDirection\",\"url\":\"classes/TabSlide.html#setDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"setNotes\",\"url\":\"classes/TabSlide.html#setNotes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"isPartial\",\"url\":\"classes/TabSlide.html#isPartial\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"renderText\",\"url\":\"classes/TabSlide.html#renderText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"getNotes\",\"url\":\"classes/TabSlide.html#getNotes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/TabSlide.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TabSlide.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/TabSlide.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/TabSlide.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/TabSlide.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/TabSlide.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/TabSlide.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/TabSlide.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/TabSlide.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/TabSlide.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/TabSlide.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/TabSlide.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/TabSlide.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/TabSlide.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/TabSlide.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/TabSlide.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/TabSlide.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/TabSlide.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/TabSlide.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/TabSlide.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/TabSlide.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/TabSlide.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/TabSlide.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/TabSlide.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/TabSlide.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/TabSlide.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/TabSlide.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/TabSlide.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TabSlide.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/TabSlide.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/TabSlide.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/TabSlide.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TabSlide.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/TabSlide.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/TabSlide.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":128,\"name\":\"TabStave\",\"url\":\"classes/TabStave.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/TabStave.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TabStave\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/TabStave.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":262144,\"name\":\"defaultPadding\",\"url\":\"classes/TabStave.html#defaultPadding\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":262144,\"name\":\"rightPadding\",\"url\":\"classes/TabStave.html#rightPadding\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"formatBegModifiers\",\"url\":\"classes/TabStave.html#formatBegModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TabStave.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getYForGlyphs\",\"url\":\"classes/TabStave.html#getYForGlyphs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addTabGlyph\",\"url\":\"classes/TabStave.html#addTabGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabStave\"},{\"kind\":1024,\"name\":\"options\",\"url\":\"classes/TabStave.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setDefaultLedgerLineStyle\",\"url\":\"classes/TabStave.html#setDefaultLedgerLineStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getDefaultLedgerLineStyle\",\"url\":\"classes/TabStave.html#getDefaultLedgerLineStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"space\",\"url\":\"classes/TabStave.html#space\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"resetLines\",\"url\":\"classes/TabStave.html#resetLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setNoteStartX\",\"url\":\"classes/TabStave.html#setNoteStartX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getNoteStartX\",\"url\":\"classes/TabStave.html#getNoteStartX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getNoteEndX\",\"url\":\"classes/TabStave.html#getNoteEndX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getTieStartX\",\"url\":\"classes/TabStave.html#getTieStartX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getTieEndX\",\"url\":\"classes/TabStave.html#getTieEndX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/TabStave.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getNumLines\",\"url\":\"classes/TabStave.html#getNumLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setNumLines\",\"url\":\"classes/TabStave.html#setNumLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setY\",\"url\":\"classes/TabStave.html#setY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getY\",\"url\":\"classes/TabStave.html#getY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getTopLineTopY\",\"url\":\"classes/TabStave.html#getTopLineTopY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getBottomLineBottomY\",\"url\":\"classes/TabStave.html#getBottomLineBottomY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/TabStave.html#setX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/TabStave.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/TabStave.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/TabStave.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setMeasure\",\"url\":\"classes/TabStave.html#setMeasure\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getMeasure\",\"url\":\"classes/TabStave.html#getMeasure\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getModifierXShift\",\"url\":\"classes/TabStave.html#getModifierXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setRepetitionType\",\"url\":\"classes/TabStave.html#setRepetitionType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setVoltaType\",\"url\":\"classes/TabStave.html#setVoltaType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setSection\",\"url\":\"classes/TabStave.html#setSection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setTempo\",\"url\":\"classes/TabStave.html#setTempo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setText\",\"url\":\"classes/TabStave.html#setText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getHeight\",\"url\":\"classes/TabStave.html#getHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getSpacingBetweenLines\",\"url\":\"classes/TabStave.html#getSpacingBetweenLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/TabStave.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getBottomY\",\"url\":\"classes/TabStave.html#getBottomY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getBottomLineY\",\"url\":\"classes/TabStave.html#getBottomLineY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getYForLine\",\"url\":\"classes/TabStave.html#getYForLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getLineForY\",\"url\":\"classes/TabStave.html#getLineForY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/TabStave.html#getYForTopText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getYForBottomText\",\"url\":\"classes/TabStave.html#getYForBottomText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getYForNote\",\"url\":\"classes/TabStave.html#getYForNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/TabStave.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addEndModifier\",\"url\":\"classes/TabStave.html#addEndModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setBegBarType\",\"url\":\"classes/TabStave.html#setBegBarType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setEndBarType\",\"url\":\"classes/TabStave.html#setEndBarType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setClef\",\"url\":\"classes/TabStave.html#setClef\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getClef\",\"url\":\"classes/TabStave.html#getClef\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setEndClef\",\"url\":\"classes/TabStave.html#setEndClef\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getEndClef\",\"url\":\"classes/TabStave.html#getEndClef\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setKeySignature\",\"url\":\"classes/TabStave.html#setKeySignature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setEndKeySignature\",\"url\":\"classes/TabStave.html#setEndKeySignature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setTimeSignature\",\"url\":\"classes/TabStave.html#setTimeSignature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setEndTimeSignature\",\"url\":\"classes/TabStave.html#setEndTimeSignature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addKeySignature\",\"url\":\"classes/TabStave.html#addKeySignature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addClef\",\"url\":\"classes/TabStave.html#addClef\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addEndClef\",\"url\":\"classes/TabStave.html#addEndClef\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addTimeSignature\",\"url\":\"classes/TabStave.html#addTimeSignature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addEndTimeSignature\",\"url\":\"classes/TabStave.html#addEndTimeSignature\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addTrebleGlyph\",\"url\":\"classes/TabStave.html#addTrebleGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/TabStave.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"sortByCategory\",\"url\":\"classes/TabStave.html#sortByCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/TabStave.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/TabStave.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getVerticalBarWidth\",\"url\":\"classes/TabStave.html#getVerticalBarWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getConfigForLines\",\"url\":\"classes/TabStave.html#getConfigForLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setConfigForLine\",\"url\":\"classes/TabStave.html#setConfigForLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setConfigForLines\",\"url\":\"classes/TabStave.html#setConfigForLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TabStave.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/TabStave.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/TabStave.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/TabStave.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/TabStave.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/TabStave.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/TabStave.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/TabStave.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/TabStave.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/TabStave.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/TabStave.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/TabStave.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/TabStave.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/TabStave.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/TabStave.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/TabStave.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/TabStave.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/TabStave.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/TabStave.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/TabStave.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/TabStave.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/TabStave.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/TabStave.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/TabStave.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/TabStave.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TabStave.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/TabStave.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/TabStave.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/TabStave.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TabStave.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/TabStave.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/TabStave.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":128,\"name\":\"TabTie\",\"url\":\"classes/TabTie.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/TabTie.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"createHammeron\",\"url\":\"classes/TabTie.html#createHammeron\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"createPulloff\",\"url\":\"classes/TabTie.html#createPulloff\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TabTie\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/TabTie.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TabTie.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TabTie\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/TabTie.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TabTie.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"TabTie.render_options\"},{\"kind\":1024,\"name\":\"cp2\",\"url\":\"classes/TabTie.html#render_options.__type.cp2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabTie.render_options.__type\"},{\"kind\":1024,\"name\":\"last_x_shift\",\"url\":\"classes/TabTie.html#render_options.__type.last_x_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabTie.render_options.__type\"},{\"kind\":1024,\"name\":\"tie_spacing\",\"url\":\"classes/TabTie.html#render_options.__type.tie_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabTie.render_options.__type\"},{\"kind\":1024,\"name\":\"cp1\",\"url\":\"classes/TabTie.html#render_options.__type.cp1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabTie.render_options.__type\"},{\"kind\":1024,\"name\":\"first_x_shift\",\"url\":\"classes/TabTie.html#render_options.__type.first_x_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabTie.render_options.__type\"},{\"kind\":1024,\"name\":\"text_shift_x\",\"url\":\"classes/TabTie.html#render_options.__type.text_shift_x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabTie.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/TabTie.html#render_options.__type.y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TabTie.render_options.__type\"},{\"kind\":2048,\"name\":\"setDirection\",\"url\":\"classes/TabTie.html#setDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"setNotes\",\"url\":\"classes/TabTie.html#setNotes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"isPartial\",\"url\":\"classes/TabTie.html#isPartial\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"renderTie\",\"url\":\"classes/TabTie.html#renderTie\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"renderText\",\"url\":\"classes/TabTie.html#renderText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"getNotes\",\"url\":\"classes/TabTie.html#getNotes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/TabTie.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TabTie.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/TabTie.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/TabTie.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/TabTie.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/TabTie.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/TabTie.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/TabTie.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/TabTie.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/TabTie.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/TabTie.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/TabTie.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/TabTie.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/TabTie.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/TabTie.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/TabTie.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/TabTie.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/TabTie.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/TabTie.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/TabTie.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/TabTie.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/TabTie.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/TabTie.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/TabTie.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/TabTie.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/TabTie.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/TabTie.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/TabTie.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TabTie.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/TabTie.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/TabTie.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/TabTie.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TabTie.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/TabTie.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/TabTie.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":256,\"name\":\"TextBracketParams\",\"url\":\"interfaces/TextBracketParams.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"start\",\"url\":\"interfaces/TextBracketParams.html#start\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextBracketParams\"},{\"kind\":1024,\"name\":\"stop\",\"url\":\"interfaces/TextBracketParams.html#stop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextBracketParams\"},{\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/TextBracketParams.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextBracketParams\"},{\"kind\":1024,\"name\":\"superscript\",\"url\":\"interfaces/TextBracketParams.html#superscript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextBracketParams\"},{\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/TextBracketParams.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextBracketParams\"},{\"kind\":8,\"name\":\"TextBracketPosition\",\"url\":\"enums/TextBracketPosition.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"TOP\",\"url\":\"enums/TextBracketPosition.html#TOP\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TextBracketPosition\"},{\"kind\":16,\"name\":\"BOTTOM\",\"url\":\"enums/TextBracketPosition.html#BOTTOM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TextBracketPosition\"},{\"kind\":128,\"name\":\"TextBracket\",\"url\":\"classes/TextBracket.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/TextBracket.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/TextBracket.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TextBracket\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/TextBracket.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/TextBracket.html#Position-1\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/TextBracket.html#PositionString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"Positions\",\"url\":\"classes/TextBracket.html#Positions\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"PositionsString\",\"url\":\"classes/TextBracket.html#PositionsString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TextBracket\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TextBracket.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TextBracket\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/TextBracket.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TextBracket\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TextBracket.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"TextBracket.render_options\"},{\"kind\":1024,\"name\":\"dashed\",\"url\":\"classes/TextBracket.html#render_options.__type.dashed\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"color\",\"url\":\"classes/TextBracket.html#render_options.__type.color\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"line_width\",\"url\":\"classes/TextBracket.html#render_options.__type.line_width\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"underline_superscript\",\"url\":\"classes/TextBracket.html#render_options.__type.underline_superscript\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"show_bracket\",\"url\":\"classes/TextBracket.html#render_options.__type.show_bracket\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"dash\",\"url\":\"classes/TextBracket.html#render_options.__type.dash\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"bracket_height\",\"url\":\"classes/TextBracket.html#render_options.__type.bracket_height\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"position\",\"url\":\"classes/TextBracket.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TextBracket\"},{\"kind\":1024,\"name\":\"start\",\"url\":\"classes/TextBracket.html#start\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TextBracket\"},{\"kind\":1024,\"name\":\"stop\",\"url\":\"classes/TextBracket.html#stop\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/TextBracket.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"setDashed\",\"url\":\"classes/TextBracket.html#setDashed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"setLine\",\"url\":\"classes/TextBracket.html#setLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/TextBracket.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TextBracket.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/TextBracket.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/TextBracket.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/TextBracket.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/TextBracket.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/TextBracket.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/TextBracket.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/TextBracket.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/TextBracket.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/TextBracket.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/TextBracket.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/TextBracket.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/TextBracket.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/TextBracket.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/TextBracket.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/TextBracket.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/TextBracket.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/TextBracket.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/TextBracket.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/TextBracket.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/TextBracket.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/TextBracket.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/TextBracket.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/TextBracket.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/TextBracket.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/TextBracket.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TextBracket.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/TextBracket.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/TextBracket.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/TextBracket.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TextBracket.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/TextBracket.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/TextBracket.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":128,\"name\":\"TextDynamics\",\"url\":\"classes/TextDynamics.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/TextDynamics.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/TextDynamics.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"GLYPHS\",\"url\":\"classes/TextDynamics.html#GLYPHS\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/TextDynamics.html#plotMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/TextDynamics.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TextDynamics.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setLine\",\"url\":\"classes/TextDynamics.html#setLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/TextDynamics.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/TextDynamics.html#draw-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextDynamics\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/TextDynamics.html#glyphProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/TextDynamics.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/TextDynamics.html#keyProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/TextDynamics.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TextDynamics.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"TextDynamics.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/TextDynamics.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/TextDynamics.html#render_options.__type.draw\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/TextDynamics.html#render_options.__type.draw_dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/TextDynamics.html#render_options.__type.draw_stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/TextDynamics.html#render_options.__type.y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/TextDynamics.html#render_options.__type.extend_left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/TextDynamics.html#render_options.__type.extend_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/TextDynamics.html#render_options.__type.glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/TextDynamics.html#render_options.__type.annotation_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/TextDynamics.html#render_options.__type.glyph_font_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/TextDynamics.html#render_options.__type.scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/TextDynamics.html#render_options.__type.font\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/TextDynamics.html#render_options.__type.stroke_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/TextDynamics.html#getPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/TextDynamics.html#setPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/TextDynamics.html#isRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/TextDynamics.html#addStroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/TextDynamics.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/TextDynamics.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/TextDynamics.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/TextDynamics.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/TextDynamics.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/TextDynamics.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/TextDynamics.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/TextDynamics.html#shouldIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/TextDynamics.html#getLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/TextDynamics.html#getLineForRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/TextDynamics.html#getGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/TextDynamics.html#getGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/TextDynamics.html#getGlyphWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/TextDynamics.html#setYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/TextDynamics.html#getYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/TextDynamics.html#getYForTopText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/TextDynamics.html#getVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/TextDynamics.html#setVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/TextDynamics.html#getTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/TextDynamics.html#setTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/TextDynamics.html#getDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/TextDynamics.html#isDotted\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/TextDynamics.html#hasStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/TextDynamics.html#getNoteType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/TextDynamics.html#getBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/TextDynamics.html#checkBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/TextDynamics.html#hasBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/TextDynamics.html#setBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/TextDynamics.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/TextDynamics.html#getModifiersByType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/TextDynamics.html#getModifierStartXY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TextDynamics.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"TextDynamics.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/TextDynamics.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextDynamics.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/TextDynamics.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextDynamics.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/TextDynamics.html#getRightParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/TextDynamics.html#getLeftParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/TextDynamics.html#getFirstDotPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/TextDynamics.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/TextDynamics.html#getAbsoluteX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/TextDynamics.html#getStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/TextDynamics.html#getStemExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/TextDynamics.html#getTieRightX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/TextDynamics.html#getTieLeftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/TextDynamics.html#getKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/TextDynamics.html#getKeyProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/TextDynamics.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/TextDynamics.html#getTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/TextDynamics.html#setIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/TextDynamics.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/TextDynamics.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/TextDynamics.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/TextDynamics.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/TextDynamics.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/TextDynamics.html#getFormatterMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/TextDynamics.html#getCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/TextDynamics.html#setCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/TextDynamics.html#isCenterAligned\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/TextDynamics.html#setCenterAlignment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/TextDynamics.html#getTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/TextDynamics.html#getTupletStack\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/TextDynamics.html#resetTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/TextDynamics.html#setTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/TextDynamics.html#addToModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/TextDynamics.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/TextDynamics.html#checkTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/TextDynamics.html#preFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/TextDynamics.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/TextDynamics.html#postFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/TextDynamics.html#getIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/TextDynamics.html#setIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/TextDynamics.html#getTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/TextDynamics.html#applyTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/TextDynamics.html#setDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/TextDynamics.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/TextDynamics.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/TextDynamics.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TextDynamics.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/TextDynamics.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/TextDynamics.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/TextDynamics.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/TextDynamics.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/TextDynamics.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/TextDynamics.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/TextDynamics.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/TextDynamics.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/TextDynamics.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/TextDynamics.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/TextDynamics.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/TextDynamics.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/TextDynamics.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/TextDynamics.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/TextDynamics.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/TextDynamics.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/TextDynamics.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/TextDynamics.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/TextDynamics.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/TextDynamics.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/TextDynamics.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/TextDynamics.html#font-1\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/TextDynamics.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/TextDynamics.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/TextDynamics.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/TextDynamics.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TextDynamics.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/TextDynamics.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/TextDynamics.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/TextDynamics.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TextDynamics.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/TextDynamics.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/TextDynamics.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":256,\"name\":\"TextFormatterInfo\",\"url\":\"interfaces/TextFormatterInfo.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"family\",\"url\":\"interfaces/TextFormatterInfo.html#family\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextFormatterInfo\"},{\"kind\":1024,\"name\":\"resolution\",\"url\":\"interfaces/TextFormatterInfo.html#resolution\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextFormatterInfo\"},{\"kind\":1024,\"name\":\"glyphs\",\"url\":\"interfaces/TextFormatterInfo.html#glyphs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextFormatterInfo\"},{\"kind\":1024,\"name\":\"serifs\",\"url\":\"interfaces/TextFormatterInfo.html#serifs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextFormatterInfo\"},{\"kind\":1024,\"name\":\"monospaced\",\"url\":\"interfaces/TextFormatterInfo.html#monospaced\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextFormatterInfo\"},{\"kind\":1024,\"name\":\"italic\",\"url\":\"interfaces/TextFormatterInfo.html#italic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextFormatterInfo\"},{\"kind\":1024,\"name\":\"bold\",\"url\":\"interfaces/TextFormatterInfo.html#bold\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextFormatterInfo\"},{\"kind\":1024,\"name\":\"maxSizeGlyph\",\"url\":\"interfaces/TextFormatterInfo.html#maxSizeGlyph\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextFormatterInfo\"},{\"kind\":1024,\"name\":\"superscriptOffset\",\"url\":\"interfaces/TextFormatterInfo.html#superscriptOffset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextFormatterInfo\"},{\"kind\":1024,\"name\":\"subscriptOffset\",\"url\":\"interfaces/TextFormatterInfo.html#subscriptOffset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextFormatterInfo\"},{\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/TextFormatterInfo.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextFormatterInfo\"},{\"kind\":256,\"name\":\"yExtent\",\"url\":\"interfaces/yExtent.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"yMin\",\"url\":\"interfaces/yExtent.html#yMin\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"yExtent\"},{\"kind\":1024,\"name\":\"yMax\",\"url\":\"interfaces/yExtent.html#yMax\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"yExtent\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/yExtent.html#height\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"yExtent\"},{\"kind\":128,\"name\":\"TextFormatter\",\"url\":\"classes/TextFormatter.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/TextFormatter.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"getFontFamilies\",\"url\":\"classes/TextFormatter.html#getFontFamilies\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"create\",\"url\":\"classes/TextFormatter.html#create\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"getInfo\",\"url\":\"classes/TextFormatter.html#getInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"registerInfo\",\"url\":\"classes/TextFormatter.html#registerInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextFormatter\"},{\"kind\":262144,\"name\":\"localHeightCache\",\"url\":\"classes/TextFormatter.html#localHeightCache\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"updateParams\",\"url\":\"classes/TextFormatter.html#updateParams\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"updateCacheKey\",\"url\":\"classes/TextFormatter.html#updateCacheKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"getGlyphMetrics\",\"url\":\"classes/TextFormatter.html#getGlyphMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextFormatter\"},{\"kind\":262144,\"name\":\"maxHeight\",\"url\":\"classes/TextFormatter.html#maxHeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"getWidthForCharacterInEm\",\"url\":\"classes/TextFormatter.html#getWidthForCharacterInEm\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"getYForCharacterInPx\",\"url\":\"classes/TextFormatter.html#getYForCharacterInPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"getYForStringInPx\",\"url\":\"classes/TextFormatter.html#getYForStringInPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"getWidthForTextInEm\",\"url\":\"classes/TextFormatter.html#getWidthForTextInEm\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"getWidthForTextInPx\",\"url\":\"classes/TextFormatter.html#getWidthForTextInPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TextFormatter.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextFormatter\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TextFormatter.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"getResolution\",\"url\":\"classes/TextFormatter.html#getResolution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextFormatter\"},{\"kind\":8,\"name\":\"TextJustification\",\"url\":\"enums/TextJustification.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"LEFT\",\"url\":\"enums/TextJustification.html#LEFT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TextJustification\"},{\"kind\":16,\"name\":\"CENTER\",\"url\":\"enums/TextJustification.html#CENTER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TextJustification\"},{\"kind\":16,\"name\":\"RIGHT\",\"url\":\"enums/TextJustification.html#RIGHT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TextJustification\"},{\"kind\":256,\"name\":\"TextNoteStruct\",\"url\":\"interfaces/TextNoteStruct.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/TextNoteStruct.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"glyph\",\"url\":\"interfaces/TextNoteStruct.html#glyph\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"ignore_ticks\",\"url\":\"interfaces/TextNoteStruct.html#ignore_ticks\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"smooth\",\"url\":\"interfaces/TextNoteStruct.html#smooth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"interfaces/TextNoteStruct.html#font\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"subscript\",\"url\":\"interfaces/TextNoteStruct.html#subscript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"superscript\",\"url\":\"interfaces/TextNoteStruct.html#superscript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"interfaces/TextNoteStruct.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/TextNoteStruct.html#duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/TextNoteStruct.html#line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"dots\",\"url\":\"interfaces/TextNoteStruct.html#dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/TextNoteStruct.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"align_center\",\"url\":\"interfaces/TextNoteStruct.html#align_center\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"duration_override\",\"url\":\"interfaces/TextNoteStruct.html#duration_override\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TextNoteStruct\"},{\"kind\":128,\"name\":\"TextNote\",\"url\":\"classes/TextNote.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/TextNote.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TextNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/TextNote.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TextNote\"},{\"kind\":1024,\"name\":\"Justification\",\"url\":\"classes/TextNote.html#Justification\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TextNote\"},{\"kind\":262144,\"name\":\"GLYPHS\",\"url\":\"classes/TextNote.html#GLYPHS\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/TextNote.html#plotMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TextNote.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setJustification\",\"url\":\"classes/TextNote.html#setJustification\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setLine\",\"url\":\"classes/TextNote.html#setLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getLine\",\"url\":\"classes/TextNote.html#getLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getText\",\"url\":\"classes/TextNote.html#getText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/TextNote.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/TextNote.html#draw-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TextNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/TextNote.html#glyphProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/TextNote.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/TextNote.html#keyProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/TextNote.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TextNote.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"TextNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/TextNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/TextNote.html#render_options.__type.draw\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/TextNote.html#render_options.__type.draw_dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/TextNote.html#render_options.__type.draw_stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/TextNote.html#render_options.__type.y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/TextNote.html#render_options.__type.extend_left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/TextNote.html#render_options.__type.extend_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/TextNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/TextNote.html#render_options.__type.annotation_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/TextNote.html#render_options.__type.glyph_font_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/TextNote.html#render_options.__type.scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/TextNote.html#render_options.__type.font\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/TextNote.html#render_options.__type.stroke_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/TextNote.html#getPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/TextNote.html#setPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/TextNote.html#isRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/TextNote.html#addStroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/TextNote.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/TextNote.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/TextNote.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/TextNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/TextNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/TextNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/TextNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/TextNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/TextNote.html#getLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/TextNote.html#getLineForRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/TextNote.html#getGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/TextNote.html#getGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/TextNote.html#getGlyphWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/TextNote.html#setYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/TextNote.html#getYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/TextNote.html#getYForTopText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/TextNote.html#getVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/TextNote.html#setVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/TextNote.html#getTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/TextNote.html#setTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/TextNote.html#getDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/TextNote.html#isDotted\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/TextNote.html#hasStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/TextNote.html#getNoteType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/TextNote.html#getBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/TextNote.html#checkBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/TextNote.html#hasBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/TextNote.html#setBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/TextNote.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/TextNote.html#getModifiersByType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/TextNote.html#getModifierStartXY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TextNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"TextNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/TextNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/TextNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TextNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/TextNote.html#getRightParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/TextNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/TextNote.html#getFirstDotPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/TextNote.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/TextNote.html#getAbsoluteX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/TextNote.html#getStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/TextNote.html#getStemExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/TextNote.html#getTieRightX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/TextNote.html#getTieLeftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/TextNote.html#getKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/TextNote.html#getKeyProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/TextNote.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/TextNote.html#getTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/TextNote.html#setIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/TextNote.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/TextNote.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/TextNote.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/TextNote.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/TextNote.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/TextNote.html#getFormatterMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/TextNote.html#getCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/TextNote.html#setCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/TextNote.html#isCenterAligned\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/TextNote.html#setCenterAlignment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/TextNote.html#getTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/TextNote.html#getTupletStack\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/TextNote.html#resetTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/TextNote.html#setTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/TextNote.html#addToModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/TextNote.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/TextNote.html#checkTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/TextNote.html#preFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/TextNote.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/TextNote.html#postFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/TextNote.html#getIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/TextNote.html#setIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/TextNote.html#getTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/TextNote.html#applyTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/TextNote.html#setDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/TextNote.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/TextNote.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/TextNote.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TextNote.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/TextNote.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/TextNote.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/TextNote.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/TextNote.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/TextNote.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/TextNote.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/TextNote.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/TextNote.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/TextNote.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/TextNote.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/TextNote.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/TextNote.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/TextNote.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/TextNote.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/TextNote.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/TextNote.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/TextNote.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/TextNote.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/TextNote.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/TextNote.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/TextNote.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/TextNote.html#font-1\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/TextNote.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/TextNote.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/TextNote.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/TextNote.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TextNote.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/TextNote.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/TextNote.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/TextNote.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TextNote.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/TextNote.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/TextNote.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":256,\"name\":\"FormatterMetrics\",\"url\":\"interfaces/FormatterMetrics.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/FormatterMetrics.html#duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FormatterMetrics\"},{\"kind\":1024,\"name\":\"freedom\",\"url\":\"interfaces/FormatterMetrics.html#freedom\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FormatterMetrics\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/FormatterMetrics.html#freedom.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"FormatterMetrics.freedom\"},{\"kind\":1024,\"name\":\"left\",\"url\":\"interfaces/FormatterMetrics.html#freedom.__type.left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"FormatterMetrics.freedom.__type\"},{\"kind\":1024,\"name\":\"right\",\"url\":\"interfaces/FormatterMetrics.html#freedom.__type.right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"FormatterMetrics.freedom.__type\"},{\"kind\":1024,\"name\":\"iterations\",\"url\":\"interfaces/FormatterMetrics.html#iterations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FormatterMetrics\"},{\"kind\":1024,\"name\":\"space\",\"url\":\"interfaces/FormatterMetrics.html#space\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FormatterMetrics\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/FormatterMetrics.html#space.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"FormatterMetrics.space\"},{\"kind\":1024,\"name\":\"used\",\"url\":\"interfaces/FormatterMetrics.html#space.__type-1.used\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"FormatterMetrics.space.__type\"},{\"kind\":1024,\"name\":\"mean\",\"url\":\"interfaces/FormatterMetrics.html#space.__type-1.mean\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"FormatterMetrics.space.__type\"},{\"kind\":1024,\"name\":\"deviation\",\"url\":\"interfaces/FormatterMetrics.html#space.__type-1.deviation\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"FormatterMetrics.space.__type\"},{\"kind\":128,\"name\":\"Tickable\",\"url\":\"classes/Tickable.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Tickable.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Tickable.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Tickable.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Tickable.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/Tickable.html#getTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/Tickable.html#shouldIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/Tickable.html#setIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Tickable.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Tickable.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Tickable.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Tickable.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/Tickable.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/Tickable.html#getFormatterMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/Tickable.html#getCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/Tickable.html#setCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/Tickable.html#isCenterAligned\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/Tickable.html#setCenterAlignment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/Tickable.html#getVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/Tickable.html#setVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/Tickable.html#getTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/Tickable.html#getTupletStack\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/Tickable.html#resetTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/Tickable.html#setTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/Tickable.html#addToModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/Tickable.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/Tickable.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/Tickable.html#setTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/Tickable.html#checkTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/Tickable.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/Tickable.html#preFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/Tickable.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/Tickable.html#postFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/Tickable.html#getIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/Tickable.html#setIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/Tickable.html#getTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/Tickable.html#applyTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/Tickable.html#setDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/Tickable.html#getAbsoluteX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Tickable.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Tickable.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Tickable.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/Tickable.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/Tickable.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/Tickable.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Tickable.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Tickable.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Tickable.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Tickable.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Tickable.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Tickable.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Tickable.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Tickable.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Tickable.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Tickable.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Tickable.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Tickable.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Tickable.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Tickable.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Tickable.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Tickable.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Tickable.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Tickable.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Tickable.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Tickable.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Tickable.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Tickable.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Tickable.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Tickable.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Tickable.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Tickable.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Tickable.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Tickable.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Tickable.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Tickable.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Tickable.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Tickable.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Tickable.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Tickable.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Tickable.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":256,\"name\":\"TickContextMetrics\",\"url\":\"interfaces/TickContextMetrics.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"totalLeftPx\",\"url\":\"interfaces/TickContextMetrics.html#totalLeftPx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TickContextMetrics\"},{\"kind\":1024,\"name\":\"totalRightPx\",\"url\":\"interfaces/TickContextMetrics.html#totalRightPx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TickContextMetrics\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/TickContextMetrics.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TickContextMetrics\"},{\"kind\":1024,\"name\":\"glyphWidth\",\"url\":\"interfaces/TickContextMetrics.html#glyphWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TickContextMetrics\"},{\"kind\":1024,\"name\":\"notePx\",\"url\":\"interfaces/TickContextMetrics.html#notePx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TickContextMetrics\"},{\"kind\":1024,\"name\":\"modLeftPx\",\"url\":\"interfaces/TickContextMetrics.html#modLeftPx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TickContextMetrics\"},{\"kind\":1024,\"name\":\"modRightPx\",\"url\":\"interfaces/TickContextMetrics.html#modRightPx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TickContextMetrics\"},{\"kind\":1024,\"name\":\"leftDisplacedHeadPx\",\"url\":\"interfaces/TickContextMetrics.html#leftDisplacedHeadPx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TickContextMetrics\"},{\"kind\":1024,\"name\":\"glyphPx\",\"url\":\"interfaces/TickContextMetrics.html#glyphPx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TickContextMetrics\"},{\"kind\":1024,\"name\":\"rightDisplacedHeadPx\",\"url\":\"interfaces/TickContextMetrics.html#rightDisplacedHeadPx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TickContextMetrics\"},{\"kind\":256,\"name\":\"TickContextOptions\",\"url\":\"interfaces/TickContextOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"tickID\",\"url\":\"interfaces/TickContextOptions.html#tickID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TickContextOptions\"},{\"kind\":128,\"name\":\"TickContext\",\"url\":\"classes/TickContext.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"getNextContext\",\"url\":\"classes/TickContext.html#getNextContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TickContext.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":1024,\"name\":\"tContexts\",\"url\":\"classes/TickContext.html#tContexts\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getTickID\",\"url\":\"classes/TickContext.html#getTickID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/TickContext.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/TickContext.html#setX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getXBase\",\"url\":\"classes/TickContext.html#getXBase\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"setXBase\",\"url\":\"classes/TickContext.html#setXBase\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getXOffset\",\"url\":\"classes/TickContext.html#getXOffset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"setXOffset\",\"url\":\"classes/TickContext.html#setXOffset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/TickContext.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/TickContext.html#setPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getMaxTicks\",\"url\":\"classes/TickContext.html#getMaxTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getMinTicks\",\"url\":\"classes/TickContext.html#getMinTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getMaxTickable\",\"url\":\"classes/TickContext.html#getMaxTickable\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getMinTickable\",\"url\":\"classes/TickContext.html#getMinTickable\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getTickables\",\"url\":\"classes/TickContext.html#getTickables\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getTickableForVoice\",\"url\":\"classes/TickContext.html#getTickableForVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getTickablesByVoice\",\"url\":\"classes/TickContext.html#getTickablesByVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getCenterAlignedTickables\",\"url\":\"classes/TickContext.html#getCenterAlignedTickables\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/TickContext.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getCurrentTick\",\"url\":\"classes/TickContext.html#getCurrentTick\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"setCurrentTick\",\"url\":\"classes/TickContext.html#setCurrentTick\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"addTickable\",\"url\":\"classes/TickContext.html#addTickable\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/TickContext.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/TickContext.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/TickContext.html#getFormatterMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TickContext\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TickContext.html#getFormatterMetrics.getFormatterMetrics-1.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"TickContext.getFormatterMetrics.getFormatterMetrics\"},{\"kind\":1024,\"name\":\"freedom\",\"url\":\"classes/TickContext.html#getFormatterMetrics.getFormatterMetrics-1.__type.freedom\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TickContext.getFormatterMetrics.getFormatterMetrics.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TickContext.html#getFormatterMetrics.getFormatterMetrics-1.__type.freedom.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"TickContext.getFormatterMetrics.getFormatterMetrics.__type.freedom\"},{\"kind\":1024,\"name\":\"left\",\"url\":\"classes/TickContext.html#getFormatterMetrics.getFormatterMetrics-1.__type.freedom.__type-1.left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TickContext.getFormatterMetrics.getFormatterMetrics.__type.freedom.__type\"},{\"kind\":1024,\"name\":\"right\",\"url\":\"classes/TickContext.html#getFormatterMetrics.getFormatterMetrics-1.__type.freedom.__type-1.right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TickContext.getFormatterMetrics.getFormatterMetrics.__type.freedom.__type\"},{\"kind\":128,\"name\":\"TimeSignatureGlyph\",\"url\":\"classes/TimeSignatureGlyph.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/TimeSignatureGlyph.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"CURRENT_CACHE_KEY\",\"url\":\"classes/TimeSignatureGlyph.html#CURRENT_CACHE_KEY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"MUSIC_FONT_STACK\",\"url\":\"classes/TimeSignatureGlyph.html#MUSIC_FONT_STACK\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"lookupFontMetric\",\"url\":\"classes/TimeSignatureGlyph.html#lookupFontMetric\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"lookupGlyph\",\"url\":\"classes/TimeSignatureGlyph.html#lookupGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TimeSignatureGlyph.html#lookupGlyph.lookupGlyph-1.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"TimeSignatureGlyph.lookupGlyph.lookupGlyph\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/TimeSignatureGlyph.html#lookupGlyph.lookupGlyph-1.__type.font-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TimeSignatureGlyph.lookupGlyph.lookupGlyph.__type\"},{\"kind\":1024,\"name\":\"glyph\",\"url\":\"classes/TimeSignatureGlyph.html#lookupGlyph.lookupGlyph-1.__type.glyph\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TimeSignatureGlyph.lookupGlyph.lookupGlyph.__type\"},{\"kind\":2048,\"name\":\"loadMetrics\",\"url\":\"classes/TimeSignatureGlyph.html#loadMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"renderGlyph\",\"url\":\"classes/TimeSignatureGlyph.html#renderGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"renderOutline\",\"url\":\"classes/TimeSignatureGlyph.html#renderOutline\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getOutlineBoundingBox\",\"url\":\"classes/TimeSignatureGlyph.html#getOutlineBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/TimeSignatureGlyph.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/TimeSignatureGlyph.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TimeSignatureGlyph.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"timeSignature\",\"url\":\"classes/TimeSignatureGlyph.html#timeSignature\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"topStartX\",\"url\":\"classes/TimeSignatureGlyph.html#topStartX\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"botStartX\",\"url\":\"classes/TimeSignatureGlyph.html#botStartX\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"classes/TimeSignatureGlyph.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"lineShift\",\"url\":\"classes/TimeSignatureGlyph.html#lineShift\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"xMin\",\"url\":\"classes/TimeSignatureGlyph.html#xMin\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/TimeSignatureGlyph.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"renderToStave\",\"url\":\"classes/TimeSignatureGlyph.html#renderToStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"bbox\",\"url\":\"classes/TimeSignatureGlyph.html#bbox\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/TimeSignatureGlyph.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"metrics\",\"url\":\"classes/TimeSignatureGlyph.html#metrics\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"topGlyphs\",\"url\":\"classes/TimeSignatureGlyph.html#topGlyphs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"botGlyphs\",\"url\":\"classes/TimeSignatureGlyph.html#botGlyphs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/TimeSignatureGlyph.html#scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/TimeSignatureGlyph.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getCode\",\"url\":\"classes/TimeSignatureGlyph.html#getCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setOptions\",\"url\":\"classes/TimeSignatureGlyph.html#setOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setPoint\",\"url\":\"classes/TimeSignatureGlyph.html#setPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/TimeSignatureGlyph.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/TimeSignatureGlyph.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/TimeSignatureGlyph.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getYshift\",\"url\":\"classes/TimeSignatureGlyph.html#getYshift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/TimeSignatureGlyph.html#setYShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/TimeSignatureGlyph.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"checkMetrics\",\"url\":\"classes/TimeSignatureGlyph.html#checkMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setOriginX\",\"url\":\"classes/TimeSignatureGlyph.html#setOriginX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setOriginY\",\"url\":\"classes/TimeSignatureGlyph.html#setOriginY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setOrigin\",\"url\":\"classes/TimeSignatureGlyph.html#setOrigin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/TimeSignatureGlyph.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/TimeSignatureGlyph.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TimeSignatureGlyph.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/TimeSignatureGlyph.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/TimeSignatureGlyph.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/TimeSignatureGlyph.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/TimeSignatureGlyph.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/TimeSignatureGlyph.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/TimeSignatureGlyph.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/TimeSignatureGlyph.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/TimeSignatureGlyph.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/TimeSignatureGlyph.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/TimeSignatureGlyph.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/TimeSignatureGlyph.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/TimeSignatureGlyph.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/TimeSignatureGlyph.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/TimeSignatureGlyph.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/TimeSignatureGlyph.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/TimeSignatureGlyph.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/TimeSignatureGlyph.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/TimeSignatureGlyph.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/TimeSignatureGlyph.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/TimeSignatureGlyph.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/TimeSignatureGlyph.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/TimeSignatureGlyph.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/TimeSignatureGlyph.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/TimeSignatureGlyph.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/TimeSignatureGlyph.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/TimeSignatureGlyph.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TimeSignatureGlyph.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/TimeSignatureGlyph.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/TimeSignatureGlyph.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/TimeSignatureGlyph.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TimeSignatureGlyph.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/TimeSignatureGlyph.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/TimeSignatureGlyph.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":256,\"name\":\"TimeSignatureInfo\",\"url\":\"interfaces/TimeSignatureInfo.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"glyph\",\"url\":\"interfaces/TimeSignatureInfo.html#glyph\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TimeSignatureInfo\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/TimeSignatureInfo.html#line\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TimeSignatureInfo\"},{\"kind\":1024,\"name\":\"num\",\"url\":\"interfaces/TimeSignatureInfo.html#num\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TimeSignatureInfo\"},{\"kind\":128,\"name\":\"TimeSignature\",\"url\":\"classes/TimeSignature.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/TimeSignature.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TimeSignature\"},{\"kind\":262144,\"name\":\"glyphs\",\"url\":\"classes/TimeSignature.html#glyphs\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TimeSignature\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/TimeSignature.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/TimeSignature.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TimeSignature.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TimeSignature\"},{\"kind\":1024,\"name\":\"point\",\"url\":\"classes/TimeSignature.html#point\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TimeSignature\"},{\"kind\":1024,\"name\":\"bottomLine\",\"url\":\"classes/TimeSignature.html#bottomLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TimeSignature\"},{\"kind\":1024,\"name\":\"topLine\",\"url\":\"classes/TimeSignature.html#topLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"parseTimeSpec\",\"url\":\"classes/TimeSignature.html#parseTimeSpec\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"makeTimeSignatureGlyph\",\"url\":\"classes/TimeSignature.html#makeTimeSignatureGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getInfo\",\"url\":\"classes/TimeSignature.html#getInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setTimeSig\",\"url\":\"classes/TimeSignature.html#setTimeSig\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getTimeSpec\",\"url\":\"classes/TimeSignature.html#getTimeSpec\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getLine\",\"url\":\"classes/TimeSignature.html#getLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setLine\",\"url\":\"classes/TimeSignature.html#setLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/TimeSignature.html#getGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setGlyph\",\"url\":\"classes/TimeSignature.html#setGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getIsNumeric\",\"url\":\"classes/TimeSignature.html#getIsNumeric\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setIsNumeric\",\"url\":\"classes/TimeSignature.html#setIsNumeric\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/TimeSignature.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/TimeSignature.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/TimeSignature.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/TimeSignature.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/TimeSignature.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/TimeSignature.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/TimeSignature.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/TimeSignature.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/TimeSignature.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/TimeSignature.html#setX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"placeGlyphOnLine\",\"url\":\"classes/TimeSignature.html#placeGlyphOnLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getPadding\",\"url\":\"classes/TimeSignature.html#getPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/TimeSignature.html#setPadding\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setLayoutMetrics\",\"url\":\"classes/TimeSignature.html#setLayoutMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getLayoutMetrics\",\"url\":\"classes/TimeSignature.html#getLayoutMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TimeSignature.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/TimeSignature.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/TimeSignature.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/TimeSignature.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/TimeSignature.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/TimeSignature.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/TimeSignature.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/TimeSignature.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/TimeSignature.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/TimeSignature.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/TimeSignature.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/TimeSignature.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/TimeSignature.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/TimeSignature.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/TimeSignature.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/TimeSignature.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/TimeSignature.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/TimeSignature.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/TimeSignature.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/TimeSignature.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/TimeSignature.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/TimeSignature.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/TimeSignature.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/TimeSignature.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/TimeSignature.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/TimeSignature.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/TimeSignature.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TimeSignature.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/TimeSignature.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/TimeSignature.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/TimeSignature.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TimeSignature.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/TimeSignature.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/TimeSignature.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":128,\"name\":\"TimeSigNote\",\"url\":\"classes/TimeSigNote.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/TimeSigNote.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/TimeSigNote.html#plotMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/TimeSigNote.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TimeSigNote.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/TimeSigNote.html#addToModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/TimeSigNote.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/TimeSigNote.html#draw-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TimeSigNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/TimeSigNote.html#glyphProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/TimeSigNote.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/TimeSigNote.html#keyProps\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/TimeSigNote.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TimeSigNote.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"TimeSigNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/TimeSigNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/TimeSigNote.html#render_options.__type.draw\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/TimeSigNote.html#render_options.__type.draw_dots\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/TimeSigNote.html#render_options.__type.draw_stem\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/TimeSigNote.html#render_options.__type.y_shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/TimeSigNote.html#render_options.__type.extend_left\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/TimeSigNote.html#render_options.__type.extend_right\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/TimeSigNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/TimeSigNote.html#render_options.__type.annotation_spacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/TimeSigNote.html#render_options.__type.glyph_font_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/TimeSigNote.html#render_options.__type.scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/TimeSigNote.html#render_options.__type.font\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/TimeSigNote.html#render_options.__type.stroke_px\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/TimeSigNote.html#getPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/TimeSigNote.html#setPlayNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/TimeSigNote.html#isRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/TimeSigNote.html#addStroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/TimeSigNote.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/TimeSigNote.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/TimeSigNote.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/TimeSigNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/TimeSigNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/TimeSigNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/TimeSigNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/TimeSigNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/TimeSigNote.html#getLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/TimeSigNote.html#getLineForRest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/TimeSigNote.html#getGlyph\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/TimeSigNote.html#getGlyphProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/TimeSigNote.html#getGlyphWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/TimeSigNote.html#setYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/TimeSigNote.html#getYs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/TimeSigNote.html#getYForTopText\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/TimeSigNote.html#getVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/TimeSigNote.html#setVoice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/TimeSigNote.html#getTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/TimeSigNote.html#setTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/TimeSigNote.html#getDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/TimeSigNote.html#isDotted\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/TimeSigNote.html#hasStem\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/TimeSigNote.html#getNoteType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/TimeSigNote.html#getBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/TimeSigNote.html#checkBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/TimeSigNote.html#hasBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/TimeSigNote.html#setBeam\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/TimeSigNote.html#addModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/TimeSigNote.html#getModifiersByType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/TimeSigNote.html#getModifierStartXY\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TimeSigNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"TimeSigNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/TimeSigNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TimeSigNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/TimeSigNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"TimeSigNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/TimeSigNote.html#getRightParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/TimeSigNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/TimeSigNote.html#getFirstDotPx\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/TimeSigNote.html#getMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/TimeSigNote.html#getAbsoluteX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/TimeSigNote.html#getStemDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/TimeSigNote.html#getStemExtents\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/TimeSigNote.html#getTieRightX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/TimeSigNote.html#getTieLeftX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/TimeSigNote.html#getKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/TimeSigNote.html#getKeyProps\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/TimeSigNote.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/TimeSigNote.html#getTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/TimeSigNote.html#setIgnoreTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/TimeSigNote.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/TimeSigNote.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/TimeSigNote.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/TimeSigNote.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/TimeSigNote.html#getX\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/TimeSigNote.html#getFormatterMetrics\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/TimeSigNote.html#getCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/TimeSigNote.html#setCenterXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/TimeSigNote.html#isCenterAligned\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/TimeSigNote.html#setCenterAlignment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/TimeSigNote.html#getTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/TimeSigNote.html#getTupletStack\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/TimeSigNote.html#resetTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/TimeSigNote.html#setTuplet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/TimeSigNote.html#getModifiers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/TimeSigNote.html#checkTickContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/TimeSigNote.html#preFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/TimeSigNote.html#postFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/TimeSigNote.html#postFormatted\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/TimeSigNote.html#getIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/TimeSigNote.html#setIntrinsicTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/TimeSigNote.html#getTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/TimeSigNote.html#applyTickMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/TimeSigNote.html#setDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/TimeSigNote.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/TimeSigNote.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/TimeSigNote.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TimeSigNote.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/TimeSigNote.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/TimeSigNote.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/TimeSigNote.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/TimeSigNote.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/TimeSigNote.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/TimeSigNote.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/TimeSigNote.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/TimeSigNote.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/TimeSigNote.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/TimeSigNote.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/TimeSigNote.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/TimeSigNote.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/TimeSigNote.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/TimeSigNote.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/TimeSigNote.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/TimeSigNote.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/TimeSigNote.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/TimeSigNote.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/TimeSigNote.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/TimeSigNote.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/TimeSigNote.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/TimeSigNote.html#font-1\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/TimeSigNote.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/TimeSigNote.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/TimeSigNote.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/TimeSigNote.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TimeSigNote.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/TimeSigNote.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/TimeSigNote.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/TimeSigNote.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TimeSigNote.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/TimeSigNote.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/TimeSigNote.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":128,\"name\":\"Tremolo\",\"url\":\"classes/Tremolo.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Tremolo.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Tremolo\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Tremolo.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Tremolo.html#PositionString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Tremolo.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Tremolo.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Tremolo\"},{\"kind\":1024,\"name\":\"y_spacing_scale\",\"url\":\"classes/Tremolo.html#y_spacing_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Tremolo\"},{\"kind\":1024,\"name\":\"extra_stroke_scale\",\"url\":\"classes/Tremolo.html#extra_stroke_scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Tremolo.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Tremolo.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Tremolo.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Tremolo.html#getNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Tremolo.html#checkAttachedNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Tremolo.html#setNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Tremolo.html#getIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Tremolo.html#checkIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Tremolo.html#setIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Tremolo.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Tremolo.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Tremolo.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Tremolo.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Tremolo.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Tremolo.html#setTextLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Tremolo.html#setYShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Tremolo.html#setSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Tremolo.html#getSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Tremolo.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Tremolo.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Tremolo.html#alignSubNotesWithNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Tremolo.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Tremolo.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Tremolo.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Tremolo.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Tremolo.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Tremolo.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Tremolo.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Tremolo.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Tremolo.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Tremolo.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Tremolo.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Tremolo.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Tremolo.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Tremolo.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Tremolo.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Tremolo.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Tremolo.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Tremolo.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Tremolo.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Tremolo.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Tremolo.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Tremolo.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Tremolo.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Tremolo.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Tremolo.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Tremolo.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Tremolo.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Tremolo.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Tremolo.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Tremolo.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Tremolo.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Tremolo.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Tremolo.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Tremolo.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":128,\"name\":\"Tuning\",\"url\":\"classes/Tuning.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"names\",\"url\":\"classes/Tuning.html#names\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Tuning\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Tuning.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Tuning\"},{\"kind\":2048,\"name\":\"noteToInteger\",\"url\":\"classes/Tuning.html#noteToInteger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuning\"},{\"kind\":2048,\"name\":\"setTuning\",\"url\":\"classes/Tuning.html#setTuning\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuning\"},{\"kind\":2048,\"name\":\"getValueForString\",\"url\":\"classes/Tuning.html#getValueForString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuning\"},{\"kind\":2048,\"name\":\"getValueForFret\",\"url\":\"classes/Tuning.html#getValueForFret\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuning\"},{\"kind\":2048,\"name\":\"getNoteForFret\",\"url\":\"classes/Tuning.html#getNoteForFret\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuning\"},{\"kind\":256,\"name\":\"TupletOptions\",\"url\":\"interfaces/TupletOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"beats_occupied\",\"url\":\"interfaces/TupletOptions.html#beats_occupied\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TupletOptions\"},{\"kind\":1024,\"name\":\"bracketed\",\"url\":\"interfaces/TupletOptions.html#bracketed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TupletOptions\"},{\"kind\":1024,\"name\":\"location\",\"url\":\"interfaces/TupletOptions.html#location\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TupletOptions\"},{\"kind\":1024,\"name\":\"notes_occupied\",\"url\":\"interfaces/TupletOptions.html#notes_occupied\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TupletOptions\"},{\"kind\":1024,\"name\":\"num_notes\",\"url\":\"interfaces/TupletOptions.html#num_notes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TupletOptions\"},{\"kind\":1024,\"name\":\"ratioed\",\"url\":\"interfaces/TupletOptions.html#ratioed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TupletOptions\"},{\"kind\":1024,\"name\":\"y_offset\",\"url\":\"interfaces/TupletOptions.html#y_offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TupletOptions\"},{\"kind\":256,\"name\":\"TupletMetrics\",\"url\":\"interfaces/TupletMetrics.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"noteHeadOffset\",\"url\":\"interfaces/TupletMetrics.html#noteHeadOffset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TupletMetrics\"},{\"kind\":1024,\"name\":\"stemOffset\",\"url\":\"interfaces/TupletMetrics.html#stemOffset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TupletMetrics\"},{\"kind\":1024,\"name\":\"bottomLine\",\"url\":\"interfaces/TupletMetrics.html#bottomLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TupletMetrics\"},{\"kind\":1024,\"name\":\"topModifierOffset\",\"url\":\"interfaces/TupletMetrics.html#topModifierOffset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TupletMetrics\"},{\"kind\":8,\"name\":\"TupletLocation\",\"url\":\"enums/TupletLocation.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"BOTTOM\",\"url\":\"enums/TupletLocation.html#BOTTOM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TupletLocation\"},{\"kind\":16,\"name\":\"TOP\",\"url\":\"enums/TupletLocation.html#TOP\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TupletLocation\"},{\"kind\":128,\"name\":\"Tuplet\",\"url\":\"classes/Tuplet.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Tuplet.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"LOCATION_TOP\",\"url\":\"classes/Tuplet.html#LOCATION_TOP\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"LOCATION_BOTTOM\",\"url\":\"classes/Tuplet.html#LOCATION_BOTTOM\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"NESTING_OFFSET\",\"url\":\"classes/Tuplet.html#NESTING_OFFSET\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"metrics\",\"url\":\"classes/Tuplet.html#metrics\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Tuplet.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Tuplet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":1024,\"name\":\"notes\",\"url\":\"classes/Tuplet.html#notes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"attach\",\"url\":\"classes/Tuplet.html#attach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"detach\",\"url\":\"classes/Tuplet.html#detach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setBracketed\",\"url\":\"classes/Tuplet.html#setBracketed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setRatioed\",\"url\":\"classes/Tuplet.html#setRatioed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setTupletLocation\",\"url\":\"classes/Tuplet.html#setTupletLocation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getNotes\",\"url\":\"classes/Tuplet.html#getNotes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getNoteCount\",\"url\":\"classes/Tuplet.html#getNoteCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"beatsOccupiedDeprecationWarning\",\"url\":\"classes/Tuplet.html#beatsOccupiedDeprecationWarning\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getBeatsOccupied\",\"url\":\"classes/Tuplet.html#getBeatsOccupied\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setBeatsOccupied\",\"url\":\"classes/Tuplet.html#setBeatsOccupied\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getNotesOccupied\",\"url\":\"classes/Tuplet.html#getNotesOccupied\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setNotesOccupied\",\"url\":\"classes/Tuplet.html#setNotesOccupied\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"resolveGlyphs\",\"url\":\"classes/Tuplet.html#resolveGlyphs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getNestedTupletCount\",\"url\":\"classes/Tuplet.html#getNestedTupletCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getYPosition\",\"url\":\"classes/Tuplet.html#getYPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Tuplet.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Tuplet.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Tuplet.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Tuplet.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Tuplet.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Tuplet.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Tuplet.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Tuplet.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Tuplet.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Tuplet.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Tuplet.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Tuplet.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Tuplet.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Tuplet.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Tuplet.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Tuplet.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Tuplet.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Tuplet.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Tuplet.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Tuplet.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Tuplet.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Tuplet.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Tuplet.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Tuplet.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Tuplet.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Tuplet.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Tuplet.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Tuplet.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Tuplet.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Tuplet.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Tuplet.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Tuplet.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Tuplet.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Tuplet.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Tuplet.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":64,\"name\":\"isCategory\",\"url\":\"functions/isCategory.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isAccidental\",\"url\":\"functions/isAccidental.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isAnnotation\",\"url\":\"functions/isAnnotation.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isBarline\",\"url\":\"functions/isBarline.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isDot\",\"url\":\"functions/isDot.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isGraceNote\",\"url\":\"functions/isGraceNote.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isGraceNoteGroup\",\"url\":\"functions/isGraceNoteGroup.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isNote\",\"url\":\"functions/isNote.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isRenderContext\",\"url\":\"functions/isRenderContext.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isStaveNote\",\"url\":\"functions/isStaveNote.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isStemmableNote\",\"url\":\"functions/isStemmableNote.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isTabNote\",\"url\":\"functions/isTabNote.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":8,\"name\":\"Category\",\"url\":\"enums/Category.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"Accidental\",\"url\":\"enums/Category.html#Accidental\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Annotation\",\"url\":\"enums/Category.html#Annotation\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Articulation\",\"url\":\"enums/Category.html#Articulation\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Barline\",\"url\":\"enums/Category.html#Barline\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"BarNote\",\"url\":\"enums/Category.html#BarNote\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Beam\",\"url\":\"enums/Category.html#Beam\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Bend\",\"url\":\"enums/Category.html#Bend\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"ChordSymbol\",\"url\":\"enums/Category.html#ChordSymbol\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Clef\",\"url\":\"enums/Category.html#Clef\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"ClefNote\",\"url\":\"enums/Category.html#ClefNote\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Crescendo\",\"url\":\"enums/Category.html#Crescendo\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Curve\",\"url\":\"enums/Category.html#Curve\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Dot\",\"url\":\"enums/Category.html#Dot\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Element\",\"url\":\"enums/Category.html#Element\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Fraction\",\"url\":\"enums/Category.html#Fraction\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"FretHandFinger\",\"url\":\"enums/Category.html#FretHandFinger\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"GhostNote\",\"url\":\"enums/Category.html#GhostNote\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Glyph\",\"url\":\"enums/Category.html#Glyph\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"GlyphNote\",\"url\":\"enums/Category.html#GlyphNote\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"GraceNote\",\"url\":\"enums/Category.html#GraceNote\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"GraceNoteGroup\",\"url\":\"enums/Category.html#GraceNoteGroup\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"GraceTabNote\",\"url\":\"enums/Category.html#GraceTabNote\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"KeySignature\",\"url\":\"enums/Category.html#KeySignature\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"KeySigNote\",\"url\":\"enums/Category.html#KeySigNote\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Modifier\",\"url\":\"enums/Category.html#Modifier\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"MultiMeasureRest\",\"url\":\"enums/Category.html#MultiMeasureRest\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Note\",\"url\":\"enums/Category.html#Note\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"NoteHead\",\"url\":\"enums/Category.html#NoteHead\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"NoteSubGroup\",\"url\":\"enums/Category.html#NoteSubGroup\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Ornament\",\"url\":\"enums/Category.html#Ornament\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Parenthesis\",\"url\":\"enums/Category.html#Parenthesis\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"PedalMarking\",\"url\":\"enums/Category.html#PedalMarking\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"RenderContext\",\"url\":\"enums/Category.html#RenderContext\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"RepeatNote\",\"url\":\"enums/Category.html#RepeatNote\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Repetition\",\"url\":\"enums/Category.html#Repetition\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Stave\",\"url\":\"enums/Category.html#Stave\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StaveConnector\",\"url\":\"enums/Category.html#StaveConnector\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StaveHairpin\",\"url\":\"enums/Category.html#StaveHairpin\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StaveLine\",\"url\":\"enums/Category.html#StaveLine\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StaveModifier\",\"url\":\"enums/Category.html#StaveModifier\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StaveNote\",\"url\":\"enums/Category.html#StaveNote\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StaveSection\",\"url\":\"enums/Category.html#StaveSection\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StaveTempo\",\"url\":\"enums/Category.html#StaveTempo\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StaveText\",\"url\":\"enums/Category.html#StaveText\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StaveTie\",\"url\":\"enums/Category.html#StaveTie\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Stem\",\"url\":\"enums/Category.html#Stem\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StemmableNote\",\"url\":\"enums/Category.html#StemmableNote\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StringNumber\",\"url\":\"enums/Category.html#StringNumber\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Stroke\",\"url\":\"enums/Category.html#Stroke\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"System\",\"url\":\"enums/Category.html#System\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"TabNote\",\"url\":\"enums/Category.html#TabNote\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"TabSlide\",\"url\":\"enums/Category.html#TabSlide\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"TabStave\",\"url\":\"enums/Category.html#TabStave\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"TabTie\",\"url\":\"enums/Category.html#TabTie\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"TextBracket\",\"url\":\"enums/Category.html#TextBracket\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"TextDynamics\",\"url\":\"enums/Category.html#TextDynamics\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"TextNote\",\"url\":\"enums/Category.html#TextNote\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Tickable\",\"url\":\"enums/Category.html#Tickable\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"TimeSignature\",\"url\":\"enums/Category.html#TimeSignature\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"TimeSigNote\",\"url\":\"enums/Category.html#TimeSigNote\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Tremolo\",\"url\":\"enums/Category.html#Tremolo\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Tuplet\",\"url\":\"enums/Category.html#Tuplet\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Vibrato\",\"url\":\"enums/Category.html#Vibrato\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"VibratoBracket\",\"url\":\"enums/Category.html#VibratoBracket\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Voice\",\"url\":\"enums/Category.html#Voice\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Volta\",\"url\":\"enums/Category.html#Volta\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Category\"},{\"kind\":64,\"name\":\"globalObject\",\"url\":\"functions/globalObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"defined\",\"url\":\"functions/defined.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"log\",\"url\":\"functions/log.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"warn\",\"url\":\"functions/warn.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"midLine\",\"url\":\"functions/midLine.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"prefix\",\"url\":\"functions/prefix.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"normalizeAngle\",\"url\":\"functions/normalizeAngle.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"sumArray\",\"url\":\"functions/sumArray.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"RuntimeError\",\"url\":\"classes/RuntimeError.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RuntimeError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RuntimeError\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/RuntimeError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RuntimeError\"},{\"kind\":128,\"name\":\"Vex\",\"url\":\"classes/Vex.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"Flow\",\"url\":\"classes/Vex.html#Flow\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Vex\"},{\"kind\":2048,\"name\":\"sortAndUnique\",\"url\":\"classes/Vex.html#sortAndUnique\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Vex\"},{\"kind\":2048,\"name\":\"contains\",\"url\":\"classes/Vex.html#contains\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Vex\"},{\"kind\":2048,\"name\":\"getCanvasContext\",\"url\":\"classes/Vex.html#getCanvasContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Vex\"},{\"kind\":2048,\"name\":\"benchmark\",\"url\":\"classes/Vex.html#benchmark\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Vex\"},{\"kind\":2048,\"name\":\"stackTrace\",\"url\":\"classes/Vex.html#stackTrace\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Vex\"},{\"kind\":1024,\"name\":\"RERR\",\"url\":\"classes/Vex.html#RERR\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Vex\"},{\"kind\":1024,\"name\":\"RuntimeError\",\"url\":\"classes/Vex.html#RuntimeError\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Vex\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Vex.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Vex\"},{\"kind\":256,\"name\":\"VibratoRenderOptions\",\"url\":\"interfaces/VibratoRenderOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"wave_height\",\"url\":\"interfaces/VibratoRenderOptions.html#wave_height\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VibratoRenderOptions\"},{\"kind\":1024,\"name\":\"wave_girth\",\"url\":\"interfaces/VibratoRenderOptions.html#wave_girth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VibratoRenderOptions\"},{\"kind\":1024,\"name\":\"vibrato_width\",\"url\":\"interfaces/VibratoRenderOptions.html#vibrato_width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VibratoRenderOptions\"},{\"kind\":1024,\"name\":\"harsh\",\"url\":\"interfaces/VibratoRenderOptions.html#harsh\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VibratoRenderOptions\"},{\"kind\":1024,\"name\":\"wave_width\",\"url\":\"interfaces/VibratoRenderOptions.html#wave_width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VibratoRenderOptions\"},{\"kind\":128,\"name\":\"Vibrato\",\"url\":\"classes/Vibrato.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Vibrato.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Vibrato.html#format\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"renderVibrato\",\"url\":\"classes/Vibrato.html#renderVibrato\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Vibrato\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Vibrato.html#Position\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Vibrato.html#PositionString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Vibrato.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Vibrato.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Vibrato\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/Vibrato.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setHarsh\",\"url\":\"classes/Vibrato.html#setHarsh\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setVibratoWidth\",\"url\":\"classes/Vibrato.html#setVibratoWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Vibrato.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Vibrato.html#getWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Vibrato.html#setWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Vibrato.html#getNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Vibrato.html#checkAttachedNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Vibrato.html#setNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Vibrato.html#getIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Vibrato.html#checkIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Vibrato.html#setIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Vibrato.html#getModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Vibrato.html#checkModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Vibrato.html#setModifierContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Vibrato.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Vibrato.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Vibrato.html#setTextLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Vibrato.html#setYShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Vibrato.html#setSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Vibrato.html#getSpacingFromNextModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Vibrato.html#setXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Vibrato.html#getXShift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Vibrato.html#alignSubNotesWithNote\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Vibrato.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Vibrato.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Vibrato.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Vibrato.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Vibrato.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Vibrato.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Vibrato.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Vibrato.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Vibrato.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Vibrato.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Vibrato.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Vibrato.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Vibrato.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Vibrato.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Vibrato.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Vibrato.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Vibrato.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Vibrato.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Vibrato.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Vibrato.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Vibrato.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Vibrato.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Vibrato.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Vibrato.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Vibrato.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Vibrato.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Vibrato.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Vibrato.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Vibrato.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Vibrato.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Vibrato.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Vibrato.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Vibrato.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Vibrato.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":128,\"name\":\"VibratoBracket\",\"url\":\"classes/VibratoBracket.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/VibratoBracket.html#DEBUG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"VibratoBracket\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/VibratoBracket.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"VibratoBracket\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/VibratoBracket.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VibratoBracket.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"VibratoBracket\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/VibratoBracket.html#render_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"VibratoBracket\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/VibratoBracket.html#render_options.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"VibratoBracket.render_options\"},{\"kind\":1024,\"name\":\"vibrato_width\",\"url\":\"classes/VibratoBracket.html#render_options.__type.vibrato_width\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"VibratoBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"wave_height\",\"url\":\"classes/VibratoBracket.html#render_options.__type.wave_height\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"VibratoBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"wave_girth\",\"url\":\"classes/VibratoBracket.html#render_options.__type.wave_girth\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"VibratoBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"harsh\",\"url\":\"classes/VibratoBracket.html#render_options.__type.harsh\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"VibratoBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"wave_width\",\"url\":\"classes/VibratoBracket.html#render_options.__type.wave_width\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"VibratoBracket.render_options.__type\"},{\"kind\":2048,\"name\":\"setLine\",\"url\":\"classes/VibratoBracket.html#setLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"setHarsh\",\"url\":\"classes/VibratoBracket.html#setHarsh\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/VibratoBracket.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/VibratoBracket.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/VibratoBracket.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/VibratoBracket.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/VibratoBracket.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/VibratoBracket.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/VibratoBracket.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/VibratoBracket.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/VibratoBracket.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/VibratoBracket.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/VibratoBracket.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/VibratoBracket.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/VibratoBracket.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/VibratoBracket.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/VibratoBracket.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/VibratoBracket.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/VibratoBracket.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/VibratoBracket.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/VibratoBracket.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/VibratoBracket.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/VibratoBracket.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/VibratoBracket.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/VibratoBracket.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/VibratoBracket.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/VibratoBracket.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/VibratoBracket.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/VibratoBracket.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/VibratoBracket.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/VibratoBracket.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/VibratoBracket.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/VibratoBracket.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/VibratoBracket.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/VibratoBracket.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/VibratoBracket.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/VibratoBracket.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":256,\"name\":\"VoiceTime\",\"url\":\"interfaces/VoiceTime.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"num_beats\",\"url\":\"interfaces/VoiceTime.html#num_beats\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VoiceTime\"},{\"kind\":1024,\"name\":\"beat_value\",\"url\":\"interfaces/VoiceTime.html#beat_value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VoiceTime\"},{\"kind\":1024,\"name\":\"resolution\",\"url\":\"interfaces/VoiceTime.html#resolution\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VoiceTime\"},{\"kind\":8,\"name\":\"VoiceMode\",\"url\":\"enums/VoiceMode.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"STRICT\",\"url\":\"enums/VoiceMode.html#STRICT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VoiceMode\"},{\"kind\":16,\"name\":\"SOFT\",\"url\":\"enums/VoiceMode.html#SOFT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VoiceMode\"},{\"kind\":16,\"name\":\"FULL\",\"url\":\"enums/VoiceMode.html#FULL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"VoiceMode\"},{\"kind\":128,\"name\":\"Voice\",\"url\":\"classes/Voice.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Voice.html#CATEGORY\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":262144,\"name\":\"Mode\",\"url\":\"classes/Voice.html#Mode\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Voice.html#TEXT_FONT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Voice.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getTotalTicks\",\"url\":\"classes/Voice.html#getTotalTicks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getTicksUsed\",\"url\":\"classes/Voice.html#getTicksUsed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getLargestTickWidth\",\"url\":\"classes/Voice.html#getLargestTickWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getSmallestTickCount\",\"url\":\"classes/Voice.html#getSmallestTickCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getTickables\",\"url\":\"classes/Voice.html#getTickables\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getMode\",\"url\":\"classes/Voice.html#getMode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setMode\",\"url\":\"classes/Voice.html#setMode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getResolutionMultiplier\",\"url\":\"classes/Voice.html#getResolutionMultiplier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getActualResolution\",\"url\":\"classes/Voice.html#getActualResolution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/Voice.html#setStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/Voice.html#getStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Voice.html#getBoundingBox\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setStrict\",\"url\":\"classes/Voice.html#setStrict\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"isComplete\",\"url\":\"classes/Voice.html#isComplete\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setSoftmaxFactor\",\"url\":\"classes/Voice.html#setSoftmaxFactor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"softmax\",\"url\":\"classes/Voice.html#softmax\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"addTickable\",\"url\":\"classes/Voice.html#addTickable\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"addTickables\",\"url\":\"classes/Voice.html#addTickables\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/Voice.html#preFormat\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/Voice.html#checkStave\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Voice.html#draw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Voice.html#addChildElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Voice.html#getCategory\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Voice.html#setStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Voice.html#setGroupStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Voice.html#getStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Voice.html#applyStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Voice.html#restoreStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Voice.html#drawWithStyle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Voice.html#hasClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Voice.html#addClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Voice.html#removeClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Voice.html#onRegister\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Voice.html#isRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Voice.html#setRendered\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Voice.html#getAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Voice.html#getAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Voice.html#getSVGElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Voice.html#setAttribute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Voice.html#getContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Voice.html#setContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Voice.html#checkContext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Voice.html#font\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Voice.html#setFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Voice.html#getFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Voice.html#resetFont\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Voice.html#fontInfo\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Voice.html#setFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Voice.html#getFontSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Voice.html#fontSize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Voice.html#fontSizeInPoints\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Voice.html#fontSizeInPixels\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Voice.html#fontStyle\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Voice.html#fontWeight\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":64,\"name\":\"isHTMLCanvas\",\"url\":\"functions/isHTMLCanvas.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isHTMLDiv\",\"url\":\"functions/isHTMLDiv.html\",\"classes\":\"tsd-kind-function\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,59.719]],[\"comment/0\",[]],[\"name/1\",[1,44.292]],[\"comment/1\",[]],[\"name/2\",[2,84.848]],[\"comment/2\",[]],[\"name/3\",[0,59.719]],[\"comment/3\",[]],[\"name/4\",[3,84.848]],[\"comment/4\",[]],[\"name/5\",[4,84.848]],[\"comment/5\",[]],[\"name/6\",[5,84.848]],[\"comment/6\",[]],[\"name/7\",[6,60.275]],[\"comment/7\",[]],[\"name/8\",[7,63.641]],[\"comment/8\",[]],[\"name/9\",[8,57.326]],[\"comment/9\",[]],[\"name/10\",[9,46.197]],[\"comment/10\",[]],[\"name/11\",[10,58.216]],[\"comment/11\",[]],[\"name/12\",[11,84.848]],[\"comment/12\",[]],[\"name/13\",[12,84.848]],[\"comment/13\",[]],[\"name/14\",[13,54.083]],[\"comment/14\",[]],[\"name/15\",[14,59.719]],[\"comment/15\",[]],[\"name/16\",[15,46.922]],[\"comment/16\",[]],[\"name/17\",[16,44.063]],[\"comment/17\",[]],[\"name/18\",[17,57.761]],[\"comment/18\",[]],[\"name/19\",[18,52.922]],[\"comment/19\",[]],[\"name/20\",[1,44.292]],[\"comment/20\",[]],[\"name/21\",[19,84.848]],[\"comment/21\",[]],[\"name/22\",[20,73.859]],[\"comment/22\",[]],[\"name/23\",[21,84.848]],[\"comment/23\",[]],[\"name/24\",[22,49.479]],[\"comment/24\",[]],[\"name/25\",[23,60.864]],[\"comment/25\",[]],[\"name/26\",[24,84.848]],[\"comment/26\",[]],[\"name/27\",[25,44.645]],[\"comment/27\",[]],[\"name/28\",[26,50.5]],[\"comment/28\",[]],[\"name/29\",[27,60.864]],[\"comment/29\",[]],[\"name/30\",[28,60.864]],[\"comment/30\",[]],[\"name/31\",[29,60.864]],[\"comment/31\",[]],[\"name/32\",[30,60.864]],[\"comment/32\",[]],[\"name/33\",[31,60.864]],[\"comment/33\",[]],[\"name/34\",[32,53.486]],[\"comment/34\",[]],[\"name/35\",[33,53.486]],[\"comment/35\",[]],[\"name/36\",[34,53.486]],[\"comment/36\",[]],[\"name/37\",[35,56.125]],[\"comment/37\",[]],[\"name/38\",[36,55.754]],[\"comment/38\",[]],[\"name/39\",[37,60.864]],[\"comment/39\",[]],[\"name/40\",[38,59.719]],[\"comment/40\",[]],[\"name/41\",[39,60.864]],[\"comment/41\",[]],[\"name/42\",[40,60.864]],[\"comment/42\",[]],[\"name/43\",[41,52.652]],[\"comment/43\",[]],[\"name/44\",[42,52.652]],[\"comment/44\",[]],[\"name/45\",[43,60.864]],[\"comment/45\",[]],[\"name/46\",[44,47.074]],[\"comment/46\",[]],[\"name/47\",[45,47.074]],[\"comment/47\",[]],[\"name/48\",[46,47.074]],[\"comment/48\",[]],[\"name/49\",[47,47.074]],[\"comment/49\",[]],[\"name/50\",[48,47.074]],[\"comment/50\",[]],[\"name/51\",[49,47.074]],[\"comment/51\",[]],[\"name/52\",[50,47.074]],[\"comment/52\",[]],[\"name/53\",[51,47.074]],[\"comment/53\",[]],[\"name/54\",[52,47.074]],[\"comment/54\",[]],[\"name/55\",[53,47.074]],[\"comment/55\",[]],[\"name/56\",[54,47.074]],[\"comment/56\",[]],[\"name/57\",[55,47.074]],[\"comment/57\",[]],[\"name/58\",[56,47.074]],[\"comment/58\",[]],[\"name/59\",[57,47.074]],[\"comment/59\",[]],[\"name/60\",[58,47.074]],[\"comment/60\",[]],[\"name/61\",[59,47.074]],[\"comment/61\",[]],[\"name/62\",[60,47.074]],[\"comment/62\",[]],[\"name/63\",[61,47.074]],[\"comment/63\",[]],[\"name/64\",[62,47.074]],[\"comment/64\",[]],[\"name/65\",[63,46.773]],[\"comment/65\",[]],[\"name/66\",[64,46.773]],[\"comment/66\",[]],[\"name/67\",[65,47.074]],[\"comment/67\",[]],[\"name/68\",[66,43.198]],[\"comment/68\",[]],[\"name/69\",[67,46.626]],[\"comment/69\",[]],[\"name/70\",[68,46.626]],[\"comment/70\",[]],[\"name/71\",[69,47.074]],[\"comment/71\",[]],[\"name/72\",[70,46.922]],[\"comment/72\",[]],[\"name/73\",[71,46.922]],[\"comment/73\",[]],[\"name/74\",[72,47.074]],[\"comment/74\",[]],[\"name/75\",[73,47.074]],[\"comment/75\",[]],[\"name/76\",[74,47.074]],[\"comment/76\",[]],[\"name/77\",[75,46.922]],[\"comment/77\",[]],[\"name/78\",[76,46.773]],[\"comment/78\",[]],[\"name/79\",[77,46.773]],[\"comment/79\",[]],[\"name/80\",[78,79.739]],[\"comment/80\",[]],[\"name/81\",[79,67.498]],[\"comment/81\",[]],[\"name/82\",[80,70.181]],[\"comment/82\",[]],[\"name/83\",[81,67.498]],[\"comment/83\",[]],[\"name/84\",[82,76.373]],[\"comment/84\",[]],[\"name/85\",[83,79.739]],[\"comment/85\",[]],[\"name/86\",[84,71.852]],[\"comment/86\",[]],[\"name/87\",[80,70.181]],[\"comment/87\",[]],[\"name/88\",[85,71.852]],[\"comment/88\",[]],[\"name/89\",[82,76.373]],[\"comment/89\",[]],[\"name/90\",[86,71.852]],[\"comment/90\",[]],[\"name/91\",[8,57.326]],[\"comment/91\",[]],[\"name/92\",[9,46.197]],[\"comment/92\",[]],[\"name/93\",[15,46.922]],[\"comment/93\",[]],[\"name/94\",[87,79.739]],[\"comment/94\",[]],[\"name/95\",[88,79.739]],[\"comment/95\",[]],[\"name/96\",[89,79.739]],[\"comment/96\",[]],[\"name/97\",[90,79.739]],[\"comment/97\",[]],[\"name/98\",[91,84.848]],[\"comment/98\",[]],[\"name/99\",[10,58.216]],[\"comment/99\",[]],[\"name/100\",[13,54.083]],[\"comment/100\",[]],[\"name/101\",[14,59.719]],[\"comment/101\",[]],[\"name/102\",[16,44.063]],[\"comment/102\",[]],[\"name/103\",[92,84.848]],[\"comment/103\",[]],[\"name/104\",[93,84.848]],[\"comment/104\",[]],[\"name/105\",[94,79.739]],[\"comment/105\",[]],[\"name/106\",[25,44.645]],[\"comment/106\",[]],[\"name/107\",[22,49.479]],[\"comment/107\",[]],[\"name/108\",[26,50.5]],[\"comment/108\",[]],[\"name/109\",[27,60.864]],[\"comment/109\",[]],[\"name/110\",[28,60.864]],[\"comment/110\",[]],[\"name/111\",[23,60.864]],[\"comment/111\",[]],[\"name/112\",[29,60.864]],[\"comment/112\",[]],[\"name/113\",[30,60.864]],[\"comment/113\",[]],[\"name/114\",[31,60.864]],[\"comment/114\",[]],[\"name/115\",[32,53.486]],[\"comment/115\",[]],[\"name/116\",[33,53.486]],[\"comment/116\",[]],[\"name/117\",[34,53.486]],[\"comment/117\",[]],[\"name/118\",[35,56.125]],[\"comment/118\",[]],[\"name/119\",[36,55.754]],[\"comment/119\",[]],[\"name/120\",[37,60.864]],[\"comment/120\",[]],[\"name/121\",[38,59.719]],[\"comment/121\",[]],[\"name/122\",[39,60.864]],[\"comment/122\",[]],[\"name/123\",[40,60.864]],[\"comment/123\",[]],[\"name/124\",[41,52.652]],[\"comment/124\",[]],[\"name/125\",[42,52.652]],[\"comment/125\",[]],[\"name/126\",[43,60.864]],[\"comment/126\",[]],[\"name/127\",[44,47.074]],[\"comment/127\",[]],[\"name/128\",[45,47.074]],[\"comment/128\",[]],[\"name/129\",[46,47.074]],[\"comment/129\",[]],[\"name/130\",[47,47.074]],[\"comment/130\",[]],[\"name/131\",[48,47.074]],[\"comment/131\",[]],[\"name/132\",[49,47.074]],[\"comment/132\",[]],[\"name/133\",[50,47.074]],[\"comment/133\",[]],[\"name/134\",[51,47.074]],[\"comment/134\",[]],[\"name/135\",[52,47.074]],[\"comment/135\",[]],[\"name/136\",[53,47.074]],[\"comment/136\",[]],[\"name/137\",[54,47.074]],[\"comment/137\",[]],[\"name/138\",[55,47.074]],[\"comment/138\",[]],[\"name/139\",[56,47.074]],[\"comment/139\",[]],[\"name/140\",[57,47.074]],[\"comment/140\",[]],[\"name/141\",[58,47.074]],[\"comment/141\",[]],[\"name/142\",[59,47.074]],[\"comment/142\",[]],[\"name/143\",[60,47.074]],[\"comment/143\",[]],[\"name/144\",[61,47.074]],[\"comment/144\",[]],[\"name/145\",[62,47.074]],[\"comment/145\",[]],[\"name/146\",[63,46.773]],[\"comment/146\",[]],[\"name/147\",[64,46.773]],[\"comment/147\",[]],[\"name/148\",[65,47.074]],[\"comment/148\",[]],[\"name/149\",[66,43.198]],[\"comment/149\",[]],[\"name/150\",[67,46.626]],[\"comment/150\",[]],[\"name/151\",[68,46.626]],[\"comment/151\",[]],[\"name/152\",[69,47.074]],[\"comment/152\",[]],[\"name/153\",[70,46.922]],[\"comment/153\",[]],[\"name/154\",[71,46.922]],[\"comment/154\",[]],[\"name/155\",[72,47.074]],[\"comment/155\",[]],[\"name/156\",[73,47.074]],[\"comment/156\",[]],[\"name/157\",[74,47.074]],[\"comment/157\",[]],[\"name/158\",[75,46.922]],[\"comment/158\",[]],[\"name/159\",[76,46.773]],[\"comment/159\",[]],[\"name/160\",[77,46.773]],[\"comment/160\",[]],[\"name/161\",[95,84.848]],[\"comment/161\",[]],[\"name/162\",[96,67.498]],[\"comment/162\",[]],[\"name/163\",[97,84.848]],[\"comment/163\",[]],[\"name/164\",[98,84.848]],[\"comment/164\",[]],[\"name/165\",[99,84.848]],[\"comment/165\",[]],[\"name/166\",[100,71.852]],[\"comment/166\",[]],[\"name/167\",[8,57.326]],[\"comment/167\",[]],[\"name/168\",[9,46.197]],[\"comment/168\",[]],[\"name/169\",[10,58.216]],[\"comment/169\",[]],[\"name/170\",[101,79.739]],[\"comment/170\",[]],[\"name/171\",[13,54.083]],[\"comment/171\",[]],[\"name/172\",[14,59.719]],[\"comment/172\",[]],[\"name/173\",[15,46.922]],[\"comment/173\",[]],[\"name/174\",[16,44.063]],[\"comment/174\",[]],[\"name/175\",[17,57.761]],[\"comment/175\",[]],[\"name/176\",[18,52.922]],[\"comment/176\",[]],[\"name/177\",[1,44.292]],[\"comment/177\",[]],[\"name/178\",[20,73.859]],[\"comment/178\",[]],[\"name/179\",[102,84.848]],[\"comment/179\",[]],[\"name/180\",[25,44.645]],[\"comment/180\",[]],[\"name/181\",[22,49.479]],[\"comment/181\",[]],[\"name/182\",[26,50.5]],[\"comment/182\",[]],[\"name/183\",[27,60.864]],[\"comment/183\",[]],[\"name/184\",[28,60.864]],[\"comment/184\",[]],[\"name/185\",[23,60.864]],[\"comment/185\",[]],[\"name/186\",[29,60.864]],[\"comment/186\",[]],[\"name/187\",[30,60.864]],[\"comment/187\",[]],[\"name/188\",[31,60.864]],[\"comment/188\",[]],[\"name/189\",[32,53.486]],[\"comment/189\",[]],[\"name/190\",[33,53.486]],[\"comment/190\",[]],[\"name/191\",[34,53.486]],[\"comment/191\",[]],[\"name/192\",[35,56.125]],[\"comment/192\",[]],[\"name/193\",[36,55.754]],[\"comment/193\",[]],[\"name/194\",[37,60.864]],[\"comment/194\",[]],[\"name/195\",[38,59.719]],[\"comment/195\",[]],[\"name/196\",[39,60.864]],[\"comment/196\",[]],[\"name/197\",[40,60.864]],[\"comment/197\",[]],[\"name/198\",[41,52.652]],[\"comment/198\",[]],[\"name/199\",[42,52.652]],[\"comment/199\",[]],[\"name/200\",[43,60.864]],[\"comment/200\",[]],[\"name/201\",[44,47.074]],[\"comment/201\",[]],[\"name/202\",[45,47.074]],[\"comment/202\",[]],[\"name/203\",[46,47.074]],[\"comment/203\",[]],[\"name/204\",[47,47.074]],[\"comment/204\",[]],[\"name/205\",[48,47.074]],[\"comment/205\",[]],[\"name/206\",[49,47.074]],[\"comment/206\",[]],[\"name/207\",[50,47.074]],[\"comment/207\",[]],[\"name/208\",[51,47.074]],[\"comment/208\",[]],[\"name/209\",[52,47.074]],[\"comment/209\",[]],[\"name/210\",[53,47.074]],[\"comment/210\",[]],[\"name/211\",[54,47.074]],[\"comment/211\",[]],[\"name/212\",[55,47.074]],[\"comment/212\",[]],[\"name/213\",[56,47.074]],[\"comment/213\",[]],[\"name/214\",[57,47.074]],[\"comment/214\",[]],[\"name/215\",[58,47.074]],[\"comment/215\",[]],[\"name/216\",[59,47.074]],[\"comment/216\",[]],[\"name/217\",[60,47.074]],[\"comment/217\",[]],[\"name/218\",[61,47.074]],[\"comment/218\",[]],[\"name/219\",[62,47.074]],[\"comment/219\",[]],[\"name/220\",[63,46.773]],[\"comment/220\",[]],[\"name/221\",[64,46.773]],[\"comment/221\",[]],[\"name/222\",[65,47.074]],[\"comment/222\",[]],[\"name/223\",[66,43.198]],[\"comment/223\",[]],[\"name/224\",[67,46.626]],[\"comment/224\",[]],[\"name/225\",[68,46.626]],[\"comment/225\",[]],[\"name/226\",[69,47.074]],[\"comment/226\",[]],[\"name/227\",[70,46.922]],[\"comment/227\",[]],[\"name/228\",[71,46.922]],[\"comment/228\",[]],[\"name/229\",[72,47.074]],[\"comment/229\",[]],[\"name/230\",[73,47.074]],[\"comment/230\",[]],[\"name/231\",[74,47.074]],[\"comment/231\",[]],[\"name/232\",[75,46.922]],[\"comment/232\",[]],[\"name/233\",[76,46.773]],[\"comment/233\",[]],[\"name/234\",[77,46.773]],[\"comment/234\",[]],[\"name/235\",[103,73.859]],[\"comment/235\",[]],[\"name/236\",[8,57.326]],[\"comment/236\",[]],[\"name/237\",[9,46.197]],[\"comment/237\",[]],[\"name/238\",[104,60.275]],[\"comment/238\",[]],[\"name/239\",[15,46.922]],[\"comment/239\",[]],[\"name/240\",[16,44.063]],[\"comment/240\",[]],[\"name/241\",[105,76.373]],[\"comment/241\",[]],[\"name/242\",[106,70.181]],[\"comment/242\",[]],[\"name/243\",[107,59.719]],[\"comment/243\",[]],[\"name/244\",[108,56.509]],[\"comment/244\",[]],[\"name/245\",[25,44.645]],[\"comment/245\",[]],[\"name/246\",[109,59.719]],[\"comment/246\",[]],[\"name/247\",[110,57.326]],[\"comment/247\",[]],[\"name/248\",[111,59.719]],[\"comment/248\",[]],[\"name/249\",[18,52.922]],[\"comment/249\",[]],[\"name/250\",[1,44.292]],[\"comment/250\",[]],[\"name/251\",[112,60.275]],[\"comment/251\",[]],[\"name/252\",[25,44.645]],[\"comment/252\",[]],[\"name/253\",[113,60.275]],[\"comment/253\",[]],[\"name/254\",[114,60.275]],[\"comment/254\",[]],[\"name/255\",[115,57.326]],[\"comment/255\",[]],[\"name/256\",[116,60.275]],[\"comment/256\",[]],[\"name/257\",[117,60.275]],[\"comment/257\",[]],[\"name/258\",[118,57.761]],[\"comment/258\",[]],[\"name/259\",[119,60.275]],[\"comment/259\",[]],[\"name/260\",[120,60.275]],[\"comment/260\",[]],[\"name/261\",[121,56.91]],[\"comment/261\",[]],[\"name/262\",[66,43.198]],[\"comment/262\",[]],[\"name/263\",[122,58.692]],[\"comment/263\",[]],[\"name/264\",[123,60.275]],[\"comment/264\",[]],[\"name/265\",[124,60.275]],[\"comment/265\",[]],[\"name/266\",[125,59.719]],[\"comment/266\",[]],[\"name/267\",[126,60.275]],[\"comment/267\",[]],[\"name/268\",[127,54.396]],[\"comment/268\",[]],[\"name/269\",[128,54.396]],[\"comment/269\",[]],[\"name/270\",[129,54.083]],[\"comment/270\",[]],[\"name/271\",[130,60.275]],[\"comment/271\",[]],[\"name/272\",[131,60.275]],[\"comment/272\",[]],[\"name/273\",[132,60.275]],[\"comment/273\",[]],[\"name/274\",[133,60.275]],[\"comment/274\",[]],[\"name/275\",[134,59.719]],[\"comment/275\",[]],[\"name/276\",[135,60.275]],[\"comment/276\",[]],[\"name/277\",[136,60.275]],[\"comment/277\",[]],[\"name/278\",[137,59.719]],[\"comment/278\",[]],[\"name/279\",[138,60.275]],[\"comment/279\",[]],[\"name/280\",[139,60.275]],[\"comment/280\",[]],[\"name/281\",[140,60.275]],[\"comment/281\",[]],[\"name/282\",[141,60.275]],[\"comment/282\",[]],[\"name/283\",[142,59.193]],[\"comment/283\",[]],[\"name/284\",[143,59.719]],[\"comment/284\",[]],[\"name/285\",[144,59.719]],[\"comment/285\",[]],[\"name/286\",[145,59.719]],[\"comment/286\",[]],[\"name/287\",[146,59.719]],[\"comment/287\",[]],[\"name/288\",[147,60.275]],[\"comment/288\",[]],[\"name/289\",[148,60.275]],[\"comment/289\",[]],[\"name/290\",[149,60.275]],[\"comment/290\",[]],[\"name/291\",[150,60.275]],[\"comment/291\",[]],[\"name/292\",[151,60.275]],[\"comment/292\",[]],[\"name/293\",[152,60.275]],[\"comment/293\",[]],[\"name/294\",[153,60.275]],[\"comment/294\",[]],[\"name/295\",[154,60.275]],[\"comment/295\",[]],[\"name/296\",[155,58.216]],[\"comment/296\",[]],[\"name/297\",[156,60.275]],[\"comment/297\",[]],[\"name/298\",[157,60.275]],[\"comment/298\",[]],[\"name/299\",[1,44.292]],[\"comment/299\",[]],[\"name/300\",[158,56.91]],[\"comment/300\",[]],[\"name/301\",[159,56.91]],[\"comment/301\",[]],[\"name/302\",[160,60.275]],[\"comment/302\",[]],[\"name/303\",[161,60.275]],[\"comment/303\",[]],[\"name/304\",[162,60.275]],[\"comment/304\",[]],[\"name/305\",[163,56.91]],[\"comment/305\",[]],[\"name/306\",[164,59.719]],[\"comment/306\",[]],[\"name/307\",[165,59.719]],[\"comment/307\",[]],[\"name/308\",[166,60.275]],[\"comment/308\",[]],[\"name/309\",[167,60.275]],[\"comment/309\",[]],[\"name/310\",[168,60.275]],[\"comment/310\",[]],[\"name/311\",[169,60.275]],[\"comment/311\",[]],[\"name/312\",[170,60.275]],[\"comment/312\",[]],[\"name/313\",[171,57.326]],[\"comment/313\",[]],[\"name/314\",[172,59.719]],[\"comment/314\",[]],[\"name/315\",[173,59.719]],[\"comment/315\",[]],[\"name/316\",[26,50.5]],[\"comment/316\",[]],[\"name/317\",[22,49.479]],[\"comment/317\",[]],[\"name/318\",[41,52.652]],[\"comment/318\",[]],[\"name/319\",[42,52.652]],[\"comment/319\",[]],[\"name/320\",[174,53.78]],[\"comment/320\",[]],[\"name/321\",[175,59.193]],[\"comment/321\",[]],[\"name/322\",[176,59.719]],[\"comment/322\",[]],[\"name/323\",[177,59.719]],[\"comment/323\",[]],[\"name/324\",[178,59.719]],[\"comment/324\",[]],[\"name/325\",[179,59.719]],[\"comment/325\",[]],[\"name/326\",[180,59.719]],[\"comment/326\",[]],[\"name/327\",[181,59.719]],[\"comment/327\",[]],[\"name/328\",[182,59.719]],[\"comment/328\",[]],[\"name/329\",[183,59.719]],[\"comment/329\",[]],[\"name/330\",[184,58.216]],[\"comment/330\",[]],[\"name/331\",[185,59.719]],[\"comment/331\",[]],[\"name/332\",[186,59.719]],[\"comment/332\",[]],[\"name/333\",[187,56.91]],[\"comment/333\",[]],[\"name/334\",[188,59.193]],[\"comment/334\",[]],[\"name/335\",[189,59.719]],[\"comment/335\",[]],[\"name/336\",[190,59.719]],[\"comment/336\",[]],[\"name/337\",[191,59.719]],[\"comment/337\",[]],[\"name/338\",[192,59.719]],[\"comment/338\",[]],[\"name/339\",[193,59.719]],[\"comment/339\",[]],[\"name/340\",[34,53.486]],[\"comment/340\",[]],[\"name/341\",[32,53.486]],[\"comment/341\",[]],[\"name/342\",[33,53.486]],[\"comment/342\",[]],[\"name/343\",[44,47.074]],[\"comment/343\",[]],[\"name/344\",[45,47.074]],[\"comment/344\",[]],[\"name/345\",[46,47.074]],[\"comment/345\",[]],[\"name/346\",[47,47.074]],[\"comment/346\",[]],[\"name/347\",[48,47.074]],[\"comment/347\",[]],[\"name/348\",[49,47.074]],[\"comment/348\",[]],[\"name/349\",[50,47.074]],[\"comment/349\",[]],[\"name/350\",[51,47.074]],[\"comment/350\",[]],[\"name/351\",[52,47.074]],[\"comment/351\",[]],[\"name/352\",[53,47.074]],[\"comment/352\",[]],[\"name/353\",[54,47.074]],[\"comment/353\",[]],[\"name/354\",[55,47.074]],[\"comment/354\",[]],[\"name/355\",[56,47.074]],[\"comment/355\",[]],[\"name/356\",[57,47.074]],[\"comment/356\",[]],[\"name/357\",[58,47.074]],[\"comment/357\",[]],[\"name/358\",[59,47.074]],[\"comment/358\",[]],[\"name/359\",[60,47.074]],[\"comment/359\",[]],[\"name/360\",[61,47.074]],[\"comment/360\",[]],[\"name/361\",[62,47.074]],[\"comment/361\",[]],[\"name/362\",[63,46.773]],[\"comment/362\",[]],[\"name/363\",[64,46.773]],[\"comment/363\",[]],[\"name/364\",[65,47.074]],[\"comment/364\",[]],[\"name/365\",[66,43.198]],[\"comment/365\",[]],[\"name/366\",[67,46.626]],[\"comment/366\",[]],[\"name/367\",[68,46.626]],[\"comment/367\",[]],[\"name/368\",[69,47.074]],[\"comment/368\",[]],[\"name/369\",[70,46.922]],[\"comment/369\",[]],[\"name/370\",[71,46.922]],[\"comment/370\",[]],[\"name/371\",[72,47.074]],[\"comment/371\",[]],[\"name/372\",[73,47.074]],[\"comment/372\",[]],[\"name/373\",[74,47.074]],[\"comment/373\",[]],[\"name/374\",[75,46.922]],[\"comment/374\",[]],[\"name/375\",[76,46.773]],[\"comment/375\",[]],[\"name/376\",[77,46.773]],[\"comment/376\",[]],[\"name/377\",[194,84.848]],[\"comment/377\",[]],[\"name/378\",[195,84.848]],[\"comment/378\",[]],[\"name/379\",[196,84.848]],[\"comment/379\",[]],[\"name/380\",[197,84.848]],[\"comment/380\",[]],[\"name/381\",[198,71.852]],[\"comment/381\",[]],[\"name/382\",[9,46.197]],[\"comment/382\",[]],[\"name/383\",[199,84.848]],[\"comment/383\",[]],[\"name/384\",[200,84.848]],[\"comment/384\",[]],[\"name/385\",[201,84.848]],[\"comment/385\",[]],[\"name/386\",[15,46.922]],[\"comment/386\",[]],[\"name/387\",[16,44.063]],[\"comment/387\",[]],[\"name/388\",[18,52.922]],[\"comment/388\",[]],[\"name/389\",[1,44.292]],[\"comment/389\",[]],[\"name/390\",[202,84.848]],[\"comment/390\",[]],[\"name/391\",[203,84.848]],[\"comment/391\",[]],[\"name/392\",[204,84.848]],[\"comment/392\",[]],[\"name/393\",[205,84.848]],[\"comment/393\",[]],[\"name/394\",[206,84.848]],[\"comment/394\",[]],[\"name/395\",[207,84.848]],[\"comment/395\",[]],[\"name/396\",[208,84.848]],[\"comment/396\",[]],[\"name/397\",[209,84.848]],[\"comment/397\",[]],[\"name/398\",[210,84.848]],[\"comment/398\",[]],[\"name/399\",[211,84.848]],[\"comment/399\",[]],[\"name/400\",[212,84.848]],[\"comment/400\",[]],[\"name/401\",[213,84.848]],[\"comment/401\",[]],[\"name/402\",[214,71.852]],[\"comment/402\",[]],[\"name/403\",[188,59.193]],[\"comment/403\",[]],[\"name/404\",[215,84.848]],[\"comment/404\",[]],[\"name/405\",[165,59.719]],[\"comment/405\",[]],[\"name/406\",[216,71.852]],[\"comment/406\",[]],[\"name/407\",[217,68.75]],[\"comment/407\",[]],[\"name/408\",[218,84.848]],[\"comment/408\",[]],[\"name/409\",[219,84.848]],[\"comment/409\",[]],[\"name/410\",[220,84.848]],[\"comment/410\",[]],[\"name/411\",[221,84.848]],[\"comment/411\",[]],[\"name/412\",[222,84.848]],[\"comment/412\",[]],[\"name/413\",[223,84.848]],[\"comment/413\",[]],[\"name/414\",[224,84.848]],[\"comment/414\",[]],[\"name/415\",[225,84.848]],[\"comment/415\",[]],[\"name/416\",[226,84.848]],[\"comment/416\",[]],[\"name/417\",[227,84.848]],[\"comment/417\",[]],[\"name/418\",[108,56.509]],[\"comment/418\",[]],[\"name/419\",[187,56.91]],[\"comment/419\",[]],[\"name/420\",[25,44.645]],[\"comment/420\",[]],[\"name/421\",[44,47.074]],[\"comment/421\",[]],[\"name/422\",[45,47.074]],[\"comment/422\",[]],[\"name/423\",[46,47.074]],[\"comment/423\",[]],[\"name/424\",[47,47.074]],[\"comment/424\",[]],[\"name/425\",[48,47.074]],[\"comment/425\",[]],[\"name/426\",[49,47.074]],[\"comment/426\",[]],[\"name/427\",[50,47.074]],[\"comment/427\",[]],[\"name/428\",[51,47.074]],[\"comment/428\",[]],[\"name/429\",[52,47.074]],[\"comment/429\",[]],[\"name/430\",[53,47.074]],[\"comment/430\",[]],[\"name/431\",[54,47.074]],[\"comment/431\",[]],[\"name/432\",[55,47.074]],[\"comment/432\",[]],[\"name/433\",[56,47.074]],[\"comment/433\",[]],[\"name/434\",[57,47.074]],[\"comment/434\",[]],[\"name/435\",[58,47.074]],[\"comment/435\",[]],[\"name/436\",[59,47.074]],[\"comment/436\",[]],[\"name/437\",[60,47.074]],[\"comment/437\",[]],[\"name/438\",[61,47.074]],[\"comment/438\",[]],[\"name/439\",[62,47.074]],[\"comment/439\",[]],[\"name/440\",[63,46.773]],[\"comment/440\",[]],[\"name/441\",[64,46.773]],[\"comment/441\",[]],[\"name/442\",[65,47.074]],[\"comment/442\",[]],[\"name/443\",[66,43.198]],[\"comment/443\",[]],[\"name/444\",[67,46.626]],[\"comment/444\",[]],[\"name/445\",[68,46.626]],[\"comment/445\",[]],[\"name/446\",[69,47.074]],[\"comment/446\",[]],[\"name/447\",[70,46.922]],[\"comment/447\",[]],[\"name/448\",[71,46.922]],[\"comment/448\",[]],[\"name/449\",[72,47.074]],[\"comment/449\",[]],[\"name/450\",[73,47.074]],[\"comment/450\",[]],[\"name/451\",[74,47.074]],[\"comment/451\",[]],[\"name/452\",[75,46.922]],[\"comment/452\",[]],[\"name/453\",[76,46.773]],[\"comment/453\",[]],[\"name/454\",[77,46.773]],[\"comment/454\",[]],[\"name/455\",[228,84.848]],[\"comment/455\",[]],[\"name/456\",[158,56.91]],[\"comment/456\",[]],[\"name/457\",[17,57.761]],[\"comment/457\",[]],[\"name/458\",[229,68.75]],[\"comment/458\",[]],[\"name/459\",[6,60.275]],[\"comment/459\",[]],[\"name/460\",[230,84.848]],[\"comment/460\",[]],[\"name/461\",[231,76.373]],[\"comment/461\",[]],[\"name/462\",[9,46.197]],[\"comment/462\",[]],[\"name/463\",[232,76.373]],[\"comment/463\",[]],[\"name/464\",[233,76.373]],[\"comment/464\",[]],[\"name/465\",[15,46.922]],[\"comment/465\",[]],[\"name/466\",[10,58.216]],[\"comment/466\",[]],[\"name/467\",[13,54.083]],[\"comment/467\",[]],[\"name/468\",[14,59.719]],[\"comment/468\",[]],[\"name/469\",[16,44.063]],[\"comment/469\",[]],[\"name/470\",[18,52.922]],[\"comment/470\",[]],[\"name/471\",[1,44.292]],[\"comment/471\",[]],[\"name/472\",[234,76.373]],[\"comment/472\",[]],[\"name/473\",[235,84.848]],[\"comment/473\",[]],[\"name/474\",[236,84.848]],[\"comment/474\",[]],[\"name/475\",[237,84.848]],[\"comment/475\",[]],[\"name/476\",[41,52.652]],[\"comment/476\",[]],[\"name/477\",[238,84.848]],[\"comment/477\",[]],[\"name/478\",[239,79.739]],[\"comment/478\",[]],[\"name/479\",[240,84.848]],[\"comment/479\",[]],[\"name/480\",[25,44.645]],[\"comment/480\",[]],[\"name/481\",[22,49.479]],[\"comment/481\",[]],[\"name/482\",[26,50.5]],[\"comment/482\",[]],[\"name/483\",[27,60.864]],[\"comment/483\",[]],[\"name/484\",[28,60.864]],[\"comment/484\",[]],[\"name/485\",[23,60.864]],[\"comment/485\",[]],[\"name/486\",[29,60.864]],[\"comment/486\",[]],[\"name/487\",[30,60.864]],[\"comment/487\",[]],[\"name/488\",[31,60.864]],[\"comment/488\",[]],[\"name/489\",[32,53.486]],[\"comment/489\",[]],[\"name/490\",[33,53.486]],[\"comment/490\",[]],[\"name/491\",[34,53.486]],[\"comment/491\",[]],[\"name/492\",[35,56.125]],[\"comment/492\",[]],[\"name/493\",[36,55.754]],[\"comment/493\",[]],[\"name/494\",[37,60.864]],[\"comment/494\",[]],[\"name/495\",[38,59.719]],[\"comment/495\",[]],[\"name/496\",[39,60.864]],[\"comment/496\",[]],[\"name/497\",[40,60.864]],[\"comment/497\",[]],[\"name/498\",[42,52.652]],[\"comment/498\",[]],[\"name/499\",[43,60.864]],[\"comment/499\",[]],[\"name/500\",[44,47.074]],[\"comment/500\",[]],[\"name/501\",[45,47.074]],[\"comment/501\",[]],[\"name/502\",[46,47.074]],[\"comment/502\",[]],[\"name/503\",[47,47.074]],[\"comment/503\",[]],[\"name/504\",[48,47.074]],[\"comment/504\",[]],[\"name/505\",[49,47.074]],[\"comment/505\",[]],[\"name/506\",[50,47.074]],[\"comment/506\",[]],[\"name/507\",[51,47.074]],[\"comment/507\",[]],[\"name/508\",[52,47.074]],[\"comment/508\",[]],[\"name/509\",[53,47.074]],[\"comment/509\",[]],[\"name/510\",[54,47.074]],[\"comment/510\",[]],[\"name/511\",[55,47.074]],[\"comment/511\",[]],[\"name/512\",[56,47.074]],[\"comment/512\",[]],[\"name/513\",[57,47.074]],[\"comment/513\",[]],[\"name/514\",[58,47.074]],[\"comment/514\",[]],[\"name/515\",[59,47.074]],[\"comment/515\",[]],[\"name/516\",[60,47.074]],[\"comment/516\",[]],[\"name/517\",[61,47.074]],[\"comment/517\",[]],[\"name/518\",[62,47.074]],[\"comment/518\",[]],[\"name/519\",[63,46.773]],[\"comment/519\",[]],[\"name/520\",[64,46.773]],[\"comment/520\",[]],[\"name/521\",[65,47.074]],[\"comment/521\",[]],[\"name/522\",[66,43.198]],[\"comment/522\",[]],[\"name/523\",[67,46.626]],[\"comment/523\",[]],[\"name/524\",[68,46.626]],[\"comment/524\",[]],[\"name/525\",[69,47.074]],[\"comment/525\",[]],[\"name/526\",[70,46.922]],[\"comment/526\",[]],[\"name/527\",[71,46.922]],[\"comment/527\",[]],[\"name/528\",[72,47.074]],[\"comment/528\",[]],[\"name/529\",[73,47.074]],[\"comment/529\",[]],[\"name/530\",[74,47.074]],[\"comment/530\",[]],[\"name/531\",[75,46.922]],[\"comment/531\",[]],[\"name/532\",[76,46.773]],[\"comment/532\",[]],[\"name/533\",[77,46.773]],[\"comment/533\",[]],[\"name/534\",[241,84.848]],[\"comment/534\",[]],[\"name/535\",[158,56.91]],[\"comment/535\",[]],[\"name/536\",[159,56.91]],[\"comment/536\",[]],[\"name/537\",[242,79.739]],[\"comment/537\",[]],[\"name/538\",[243,79.739]],[\"comment/538\",[]],[\"name/539\",[244,79.739]],[\"comment/539\",[]],[\"name/540\",[245,79.739]],[\"comment/540\",[]],[\"name/541\",[16,44.063]],[\"comment/541\",[]],[\"name/542\",[158,56.91]],[\"comment/542\",[]],[\"name/543\",[159,56.91]],[\"comment/543\",[]],[\"name/544\",[242,79.739]],[\"comment/544\",[]],[\"name/545\",[243,79.739]],[\"comment/545\",[]],[\"name/546\",[174,53.78]],[\"comment/546\",[]],[\"name/547\",[246,71.852]],[\"comment/547\",[]],[\"name/548\",[247,84.848]],[\"comment/548\",[]],[\"name/549\",[248,84.848]],[\"comment/549\",[]],[\"name/550\",[249,60.864]],[\"comment/550\",[]],[\"name/551\",[250,71.852]],[\"comment/551\",[]],[\"name/552\",[251,84.848]],[\"comment/552\",[]],[\"name/553\",[252,84.848]],[\"comment/553\",[]],[\"name/554\",[253,79.739]],[\"comment/554\",[]],[\"name/555\",[254,79.739]],[\"comment/555\",[]],[\"name/556\",[255,84.848]],[\"comment/556\",[]],[\"name/557\",[256,79.739]],[\"comment/557\",[]],[\"name/558\",[16,44.063]],[\"comment/558\",[]],[\"name/559\",[257,84.848]],[\"comment/559\",[]],[\"name/560\",[258,84.848]],[\"comment/560\",[]],[\"name/561\",[6,60.275]],[\"comment/561\",[]],[\"name/562\",[259,65.384]],[\"comment/562\",[]],[\"name/563\",[260,84.848]],[\"comment/563\",[]],[\"name/564\",[261,84.848]],[\"comment/564\",[]],[\"name/565\",[262,84.848]],[\"comment/565\",[]],[\"name/566\",[263,84.848]],[\"comment/566\",[]],[\"name/567\",[264,84.848]],[\"comment/567\",[]],[\"name/568\",[265,79.739]],[\"comment/568\",[]],[\"name/569\",[6,60.275]],[\"comment/569\",[]],[\"name/570\",[259,65.384]],[\"comment/570\",[]],[\"name/571\",[266,84.848]],[\"comment/571\",[]],[\"name/572\",[267,84.848]],[\"comment/572\",[]],[\"name/573\",[9,46.197]],[\"comment/573\",[]],[\"name/574\",[16,44.063]],[\"comment/574\",[]],[\"name/575\",[268,84.848]],[\"comment/575\",[]],[\"name/576\",[269,79.739]],[\"comment/576\",[]],[\"name/577\",[270,84.848]],[\"comment/577\",[]],[\"name/578\",[271,73.859]],[\"comment/578\",[]],[\"name/579\",[272,76.373]],[\"comment/579\",[]],[\"name/580\",[273,76.373]],[\"comment/580\",[]],[\"name/581\",[274,73.859]],[\"comment/581\",[]],[\"name/582\",[275,76.373]],[\"comment/582\",[]],[\"name/583\",[276,76.373]],[\"comment/583\",[]],[\"name/584\",[277,76.373]],[\"comment/584\",[]],[\"name/585\",[278,76.373]],[\"comment/585\",[]],[\"name/586\",[279,76.373]],[\"comment/586\",[]],[\"name/587\",[280,76.373]],[\"comment/587\",[]],[\"name/588\",[281,76.373]],[\"comment/588\",[]],[\"name/589\",[282,76.373]],[\"comment/589\",[]],[\"name/590\",[121,56.91]],[\"comment/590\",[]],[\"name/591\",[283,73.859]],[\"comment/591\",[]],[\"name/592\",[284,76.373]],[\"comment/592\",[]],[\"name/593\",[285,76.373]],[\"comment/593\",[]],[\"name/594\",[286,76.373]],[\"comment/594\",[]],[\"name/595\",[287,76.373]],[\"comment/595\",[]],[\"name/596\",[288,76.373]],[\"comment/596\",[]],[\"name/597\",[289,76.373]],[\"comment/597\",[]],[\"name/598\",[290,76.373]],[\"comment/598\",[]],[\"name/599\",[291,76.373]],[\"comment/599\",[]],[\"name/600\",[292,76.373]],[\"comment/600\",[]],[\"name/601\",[293,76.373]],[\"comment/601\",[]],[\"name/602\",[294,68.75]],[\"comment/602\",[]],[\"name/603\",[295,76.373]],[\"comment/603\",[]],[\"name/604\",[296,76.373]],[\"comment/604\",[]],[\"name/605\",[297,76.373]],[\"comment/605\",[]],[\"name/606\",[298,76.373]],[\"comment/606\",[]],[\"name/607\",[299,76.373]],[\"comment/607\",[]],[\"name/608\",[300,73.859]],[\"comment/608\",[]],[\"name/609\",[301,73.859]],[\"comment/609\",[]],[\"name/610\",[67,46.626]],[\"comment/610\",[]],[\"name/611\",[68,46.626]],[\"comment/611\",[]],[\"name/612\",[66,43.198]],[\"comment/612\",[]],[\"name/613\",[302,76.373]],[\"comment/613\",[]],[\"name/614\",[303,84.848]],[\"comment/614\",[]],[\"name/615\",[229,68.75]],[\"comment/615\",[]],[\"name/616\",[304,84.848]],[\"comment/616\",[]],[\"name/617\",[305,84.848]],[\"comment/617\",[]],[\"name/618\",[306,84.848]],[\"comment/618\",[]],[\"name/619\",[307,84.848]],[\"comment/619\",[]],[\"name/620\",[308,84.848]],[\"comment/620\",[]],[\"name/621\",[6,60.275]],[\"comment/621\",[]],[\"name/622\",[309,66.385]],[\"comment/622\",[]],[\"name/623\",[310,84.848]],[\"comment/623\",[]],[\"name/624\",[311,79.739]],[\"comment/624\",[]],[\"name/625\",[312,79.739]],[\"comment/625\",[]],[\"name/626\",[313,79.739]],[\"comment/626\",[]],[\"name/627\",[314,84.848]],[\"comment/627\",[]],[\"name/628\",[315,84.848]],[\"comment/628\",[]],[\"name/629\",[1,44.292]],[\"comment/629\",[]],[\"name/630\",[316,73.859]],[\"comment/630\",[]],[\"name/631\",[317,73.859]],[\"comment/631\",[]],[\"name/632\",[318,79.739]],[\"comment/632\",[]],[\"name/633\",[319,79.739]],[\"comment/633\",[]],[\"name/634\",[320,79.739]],[\"comment/634\",[]],[\"name/635\",[321,79.739]],[\"comment/635\",[]],[\"name/636\",[322,79.739]],[\"comment/636\",[]],[\"name/637\",[323,66.385]],[\"comment/637\",[]],[\"name/638\",[324,79.739]],[\"comment/638\",[]],[\"name/639\",[79,67.498]],[\"comment/639\",[]],[\"name/640\",[80,70.181]],[\"comment/640\",[]],[\"name/641\",[81,67.498]],[\"comment/641\",[]],[\"name/642\",[82,76.373]],[\"comment/642\",[]],[\"name/643\",[325,79.739]],[\"comment/643\",[]],[\"name/644\",[84,71.852]],[\"comment/644\",[]],[\"name/645\",[85,71.852]],[\"comment/645\",[]],[\"name/646\",[326,76.373]],[\"comment/646\",[]],[\"name/647\",[309,66.385]],[\"comment/647\",[]],[\"name/648\",[229,68.75]],[\"comment/648\",[]],[\"name/649\",[0,59.719]],[\"comment/649\",[]],[\"name/650\",[327,76.373]],[\"comment/650\",[]],[\"name/651\",[328,71.852]],[\"comment/651\",[]],[\"name/652\",[329,79.739]],[\"comment/652\",[]],[\"name/653\",[330,76.373]],[\"comment/653\",[]],[\"name/654\",[331,71.852]],[\"comment/654\",[]],[\"name/655\",[8,57.326]],[\"comment/655\",[]],[\"name/656\",[9,46.197]],[\"comment/656\",[]],[\"name/657\",[87,79.739]],[\"comment/657\",[]],[\"name/658\",[88,79.739]],[\"comment/658\",[]],[\"name/659\",[89,79.739]],[\"comment/659\",[]],[\"name/660\",[90,79.739]],[\"comment/660\",[]],[\"name/661\",[322,79.739]],[\"comment/661\",[]],[\"name/662\",[332,84.848]],[\"comment/662\",[]],[\"name/663\",[333,84.848]],[\"comment/663\",[]],[\"name/664\",[334,84.848]],[\"comment/664\",[]],[\"name/665\",[335,84.848]],[\"comment/665\",[]],[\"name/666\",[336,84.848]],[\"comment/666\",[]],[\"name/667\",[337,84.848]],[\"comment/667\",[]],[\"name/668\",[338,84.848]],[\"comment/668\",[]],[\"name/669\",[316,73.859]],[\"comment/669\",[]],[\"name/670\",[317,73.859]],[\"comment/670\",[]],[\"name/671\",[318,79.739]],[\"comment/671\",[]],[\"name/672\",[323,66.385]],[\"comment/672\",[]],[\"name/673\",[326,76.373]],[\"comment/673\",[]],[\"name/674\",[327,76.373]],[\"comment/674\",[]],[\"name/675\",[339,70.181]],[\"comment/675\",[]],[\"name/676\",[319,79.739]],[\"comment/676\",[]],[\"name/677\",[320,79.739]],[\"comment/677\",[]],[\"name/678\",[340,84.848]],[\"comment/678\",[]],[\"name/679\",[341,84.848]],[\"comment/679\",[]],[\"name/680\",[342,76.373]],[\"comment/680\",[]],[\"name/681\",[10,58.216]],[\"comment/681\",[]],[\"name/682\",[15,46.922]],[\"comment/682\",[]],[\"name/683\",[13,54.083]],[\"comment/683\",[]],[\"name/684\",[14,59.719]],[\"comment/684\",[]],[\"name/685\",[16,44.063]],[\"comment/685\",[]],[\"name/686\",[316,73.859]],[\"comment/686\",[]],[\"name/687\",[317,73.859]],[\"comment/687\",[]],[\"name/688\",[343,84.848]],[\"comment/688\",[]],[\"name/689\",[344,84.848]],[\"comment/689\",[]],[\"name/690\",[345,84.848]],[\"comment/690\",[]],[\"name/691\",[346,84.848]],[\"comment/691\",[]],[\"name/692\",[347,84.848]],[\"comment/692\",[]],[\"name/693\",[348,84.848]],[\"comment/693\",[]],[\"name/694\",[349,84.848]],[\"comment/694\",[]],[\"name/695\",[350,84.848]],[\"comment/695\",[]],[\"name/696\",[351,84.848]],[\"comment/696\",[]],[\"name/697\",[352,84.848]],[\"comment/697\",[]],[\"name/698\",[353,84.848]],[\"comment/698\",[]],[\"name/699\",[354,84.848]],[\"comment/699\",[]],[\"name/700\",[355,84.848]],[\"comment/700\",[]],[\"name/701\",[356,84.848]],[\"comment/701\",[]],[\"name/702\",[67,46.626]],[\"comment/702\",[]],[\"name/703\",[357,84.848]],[\"comment/703\",[]],[\"name/704\",[358,84.848]],[\"comment/704\",[]],[\"name/705\",[359,84.848]],[\"comment/705\",[]],[\"name/706\",[360,84.848]],[\"comment/706\",[]],[\"name/707\",[361,84.848]],[\"comment/707\",[]],[\"name/708\",[22,49.479]],[\"comment/708\",[]],[\"name/709\",[362,84.848]],[\"comment/709\",[]],[\"name/710\",[25,44.645]],[\"comment/710\",[]],[\"name/711\",[26,50.5]],[\"comment/711\",[]],[\"name/712\",[27,60.864]],[\"comment/712\",[]],[\"name/713\",[28,60.864]],[\"comment/713\",[]],[\"name/714\",[23,60.864]],[\"comment/714\",[]],[\"name/715\",[29,60.864]],[\"comment/715\",[]],[\"name/716\",[30,60.864]],[\"comment/716\",[]],[\"name/717\",[31,60.864]],[\"comment/717\",[]],[\"name/718\",[32,53.486]],[\"comment/718\",[]],[\"name/719\",[33,53.486]],[\"comment/719\",[]],[\"name/720\",[34,53.486]],[\"comment/720\",[]],[\"name/721\",[35,56.125]],[\"comment/721\",[]],[\"name/722\",[36,55.754]],[\"comment/722\",[]],[\"name/723\",[37,60.864]],[\"comment/723\",[]],[\"name/724\",[38,59.719]],[\"comment/724\",[]],[\"name/725\",[39,60.864]],[\"comment/725\",[]],[\"name/726\",[40,60.864]],[\"comment/726\",[]],[\"name/727\",[41,52.652]],[\"comment/727\",[]],[\"name/728\",[42,52.652]],[\"comment/728\",[]],[\"name/729\",[43,60.864]],[\"comment/729\",[]],[\"name/730\",[44,47.074]],[\"comment/730\",[]],[\"name/731\",[45,47.074]],[\"comment/731\",[]],[\"name/732\",[46,47.074]],[\"comment/732\",[]],[\"name/733\",[47,47.074]],[\"comment/733\",[]],[\"name/734\",[48,47.074]],[\"comment/734\",[]],[\"name/735\",[49,47.074]],[\"comment/735\",[]],[\"name/736\",[50,47.074]],[\"comment/736\",[]],[\"name/737\",[51,47.074]],[\"comment/737\",[]],[\"name/738\",[52,47.074]],[\"comment/738\",[]],[\"name/739\",[53,47.074]],[\"comment/739\",[]],[\"name/740\",[54,47.074]],[\"comment/740\",[]],[\"name/741\",[55,47.074]],[\"comment/741\",[]],[\"name/742\",[56,47.074]],[\"comment/742\",[]],[\"name/743\",[57,47.074]],[\"comment/743\",[]],[\"name/744\",[58,47.074]],[\"comment/744\",[]],[\"name/745\",[59,47.074]],[\"comment/745\",[]],[\"name/746\",[60,47.074]],[\"comment/746\",[]],[\"name/747\",[61,47.074]],[\"comment/747\",[]],[\"name/748\",[62,47.074]],[\"comment/748\",[]],[\"name/749\",[63,46.773]],[\"comment/749\",[]],[\"name/750\",[64,46.773]],[\"comment/750\",[]],[\"name/751\",[65,47.074]],[\"comment/751\",[]],[\"name/752\",[66,43.198]],[\"comment/752\",[]],[\"name/753\",[68,46.626]],[\"comment/753\",[]],[\"name/754\",[69,47.074]],[\"comment/754\",[]],[\"name/755\",[70,46.922]],[\"comment/755\",[]],[\"name/756\",[71,46.922]],[\"comment/756\",[]],[\"name/757\",[72,47.074]],[\"comment/757\",[]],[\"name/758\",[73,47.074]],[\"comment/758\",[]],[\"name/759\",[74,47.074]],[\"comment/759\",[]],[\"name/760\",[75,46.922]],[\"comment/760\",[]],[\"name/761\",[76,46.773]],[\"comment/761\",[]],[\"name/762\",[77,46.773]],[\"comment/762\",[]],[\"name/763\",[363,84.848]],[\"comment/763\",[]],[\"name/764\",[96,67.498]],[\"comment/764\",[]],[\"name/765\",[0,59.719]],[\"comment/765\",[]],[\"name/766\",[364,84.848]],[\"comment/766\",[]],[\"name/767\",[365,73.859]],[\"comment/767\",[]],[\"name/768\",[366,76.373]],[\"comment/768\",[]],[\"name/769\",[96,67.498]],[\"comment/769\",[]],[\"name/770\",[0,59.719]],[\"comment/770\",[]],[\"name/771\",[367,84.848]],[\"comment/771\",[]],[\"name/772\",[6,60.275]],[\"comment/772\",[]],[\"name/773\",[368,84.848]],[\"comment/773\",[]],[\"name/774\",[1,44.292]],[\"comment/774\",[]],[\"name/775\",[1,44.292]],[\"comment/775\",[]],[\"name/776\",[366,76.373]],[\"comment/776\",[]],[\"name/777\",[369,66.385]],[\"comment/777\",[]],[\"name/778\",[8,57.326]],[\"comment/778\",[]],[\"name/779\",[9,46.197]],[\"comment/779\",[]],[\"name/780\",[370,79.739]],[\"comment/780\",[]],[\"name/781\",[371,84.848]],[\"comment/781\",[]],[\"name/782\",[372,84.848]],[\"comment/782\",[]],[\"name/783\",[13,54.083]],[\"comment/783\",[]],[\"name/784\",[15,46.922]],[\"comment/784\",[]],[\"name/785\",[16,44.063]],[\"comment/785\",[]],[\"name/786\",[86,71.852]],[\"comment/786\",[]],[\"name/787\",[369,66.385]],[\"comment/787\",[]],[\"name/788\",[106,70.181]],[\"comment/788\",[]],[\"name/789\",[22,49.479]],[\"comment/789\",[]],[\"name/790\",[129,54.083]],[\"comment/790\",[]],[\"name/791\",[25,44.645]],[\"comment/791\",[]],[\"name/792\",[35,56.125]],[\"comment/792\",[]],[\"name/793\",[36,55.754]],[\"comment/793\",[]],[\"name/794\",[127,54.396]],[\"comment/794\",[]],[\"name/795\",[128,54.396]],[\"comment/795\",[]],[\"name/796\",[26,50.5]],[\"comment/796\",[]],[\"name/797\",[174,53.78]],[\"comment/797\",[]],[\"name/798\",[249,60.864]],[\"comment/798\",[]],[\"name/799\",[373,65.384]],[\"comment/799\",[]],[\"name/800\",[374,65.384]],[\"comment/800\",[]],[\"name/801\",[375,64.475]],[\"comment/801\",[]],[\"name/802\",[376,65.384]],[\"comment/802\",[]],[\"name/803\",[377,65.384]],[\"comment/803\",[]],[\"name/804\",[44,47.074]],[\"comment/804\",[]],[\"name/805\",[45,47.074]],[\"comment/805\",[]],[\"name/806\",[46,47.074]],[\"comment/806\",[]],[\"name/807\",[47,47.074]],[\"comment/807\",[]],[\"name/808\",[48,47.074]],[\"comment/808\",[]],[\"name/809\",[49,47.074]],[\"comment/809\",[]],[\"name/810\",[50,47.074]],[\"comment/810\",[]],[\"name/811\",[51,47.074]],[\"comment/811\",[]],[\"name/812\",[52,47.074]],[\"comment/812\",[]],[\"name/813\",[53,47.074]],[\"comment/813\",[]],[\"name/814\",[54,47.074]],[\"comment/814\",[]],[\"name/815\",[55,47.074]],[\"comment/815\",[]],[\"name/816\",[56,47.074]],[\"comment/816\",[]],[\"name/817\",[57,47.074]],[\"comment/817\",[]],[\"name/818\",[58,47.074]],[\"comment/818\",[]],[\"name/819\",[59,47.074]],[\"comment/819\",[]],[\"name/820\",[60,47.074]],[\"comment/820\",[]],[\"name/821\",[61,47.074]],[\"comment/821\",[]],[\"name/822\",[62,47.074]],[\"comment/822\",[]],[\"name/823\",[63,46.773]],[\"comment/823\",[]],[\"name/824\",[64,46.773]],[\"comment/824\",[]],[\"name/825\",[65,47.074]],[\"comment/825\",[]],[\"name/826\",[66,43.198]],[\"comment/826\",[]],[\"name/827\",[67,46.626]],[\"comment/827\",[]],[\"name/828\",[68,46.626]],[\"comment/828\",[]],[\"name/829\",[69,47.074]],[\"comment/829\",[]],[\"name/830\",[70,46.922]],[\"comment/830\",[]],[\"name/831\",[71,46.922]],[\"comment/831\",[]],[\"name/832\",[72,47.074]],[\"comment/832\",[]],[\"name/833\",[73,47.074]],[\"comment/833\",[]],[\"name/834\",[74,47.074]],[\"comment/834\",[]],[\"name/835\",[75,46.922]],[\"comment/835\",[]],[\"name/836\",[76,46.773]],[\"comment/836\",[]],[\"name/837\",[77,46.773]],[\"comment/837\",[]],[\"name/838\",[378,73.859]],[\"comment/838\",[]],[\"name/839\",[9,46.197]],[\"comment/839\",[]],[\"name/840\",[104,60.275]],[\"comment/840\",[]],[\"name/841\",[15,46.922]],[\"comment/841\",[]],[\"name/842\",[16,44.063]],[\"comment/842\",[]],[\"name/843\",[106,70.181]],[\"comment/843\",[]],[\"name/844\",[379,76.373]],[\"comment/844\",[]],[\"name/845\",[108,56.509]],[\"comment/845\",[]],[\"name/846\",[25,44.645]],[\"comment/846\",[]],[\"name/847\",[109,59.719]],[\"comment/847\",[]],[\"name/848\",[110,57.326]],[\"comment/848\",[]],[\"name/849\",[111,59.719]],[\"comment/849\",[]],[\"name/850\",[18,52.922]],[\"comment/850\",[]],[\"name/851\",[1,44.292]],[\"comment/851\",[]],[\"name/852\",[112,60.275]],[\"comment/852\",[]],[\"name/853\",[25,44.645]],[\"comment/853\",[]],[\"name/854\",[113,60.275]],[\"comment/854\",[]],[\"name/855\",[114,60.275]],[\"comment/855\",[]],[\"name/856\",[115,57.326]],[\"comment/856\",[]],[\"name/857\",[116,60.275]],[\"comment/857\",[]],[\"name/858\",[117,60.275]],[\"comment/858\",[]],[\"name/859\",[118,57.761]],[\"comment/859\",[]],[\"name/860\",[119,60.275]],[\"comment/860\",[]],[\"name/861\",[120,60.275]],[\"comment/861\",[]],[\"name/862\",[121,56.91]],[\"comment/862\",[]],[\"name/863\",[66,43.198]],[\"comment/863\",[]],[\"name/864\",[122,58.692]],[\"comment/864\",[]],[\"name/865\",[123,60.275]],[\"comment/865\",[]],[\"name/866\",[124,60.275]],[\"comment/866\",[]],[\"name/867\",[125,59.719]],[\"comment/867\",[]],[\"name/868\",[126,60.275]],[\"comment/868\",[]],[\"name/869\",[127,54.396]],[\"comment/869\",[]],[\"name/870\",[128,54.396]],[\"comment/870\",[]],[\"name/871\",[129,54.083]],[\"comment/871\",[]],[\"name/872\",[130,60.275]],[\"comment/872\",[]],[\"name/873\",[131,60.275]],[\"comment/873\",[]],[\"name/874\",[132,60.275]],[\"comment/874\",[]],[\"name/875\",[133,60.275]],[\"comment/875\",[]],[\"name/876\",[134,59.719]],[\"comment/876\",[]],[\"name/877\",[135,60.275]],[\"comment/877\",[]],[\"name/878\",[136,60.275]],[\"comment/878\",[]],[\"name/879\",[137,59.719]],[\"comment/879\",[]],[\"name/880\",[138,60.275]],[\"comment/880\",[]],[\"name/881\",[139,60.275]],[\"comment/881\",[]],[\"name/882\",[140,60.275]],[\"comment/882\",[]],[\"name/883\",[141,60.275]],[\"comment/883\",[]],[\"name/884\",[142,59.193]],[\"comment/884\",[]],[\"name/885\",[143,59.719]],[\"comment/885\",[]],[\"name/886\",[144,59.719]],[\"comment/886\",[]],[\"name/887\",[145,59.719]],[\"comment/887\",[]],[\"name/888\",[146,59.719]],[\"comment/888\",[]],[\"name/889\",[147,60.275]],[\"comment/889\",[]],[\"name/890\",[148,60.275]],[\"comment/890\",[]],[\"name/891\",[149,60.275]],[\"comment/891\",[]],[\"name/892\",[150,60.275]],[\"comment/892\",[]],[\"name/893\",[151,60.275]],[\"comment/893\",[]],[\"name/894\",[152,60.275]],[\"comment/894\",[]],[\"name/895\",[153,60.275]],[\"comment/895\",[]],[\"name/896\",[154,60.275]],[\"comment/896\",[]],[\"name/897\",[155,58.216]],[\"comment/897\",[]],[\"name/898\",[156,60.275]],[\"comment/898\",[]],[\"name/899\",[157,60.275]],[\"comment/899\",[]],[\"name/900\",[1,44.292]],[\"comment/900\",[]],[\"name/901\",[158,56.91]],[\"comment/901\",[]],[\"name/902\",[159,56.91]],[\"comment/902\",[]],[\"name/903\",[160,60.275]],[\"comment/903\",[]],[\"name/904\",[161,60.275]],[\"comment/904\",[]],[\"name/905\",[162,60.275]],[\"comment/905\",[]],[\"name/906\",[163,56.91]],[\"comment/906\",[]],[\"name/907\",[164,59.719]],[\"comment/907\",[]],[\"name/908\",[165,59.719]],[\"comment/908\",[]],[\"name/909\",[166,60.275]],[\"comment/909\",[]],[\"name/910\",[167,60.275]],[\"comment/910\",[]],[\"name/911\",[168,60.275]],[\"comment/911\",[]],[\"name/912\",[169,60.275]],[\"comment/912\",[]],[\"name/913\",[170,60.275]],[\"comment/913\",[]],[\"name/914\",[171,57.326]],[\"comment/914\",[]],[\"name/915\",[172,59.719]],[\"comment/915\",[]],[\"name/916\",[173,59.719]],[\"comment/916\",[]],[\"name/917\",[26,50.5]],[\"comment/917\",[]],[\"name/918\",[22,49.479]],[\"comment/918\",[]],[\"name/919\",[41,52.652]],[\"comment/919\",[]],[\"name/920\",[42,52.652]],[\"comment/920\",[]],[\"name/921\",[174,53.78]],[\"comment/921\",[]],[\"name/922\",[175,59.193]],[\"comment/922\",[]],[\"name/923\",[176,59.719]],[\"comment/923\",[]],[\"name/924\",[177,59.719]],[\"comment/924\",[]],[\"name/925\",[178,59.719]],[\"comment/925\",[]],[\"name/926\",[179,59.719]],[\"comment/926\",[]],[\"name/927\",[180,59.719]],[\"comment/927\",[]],[\"name/928\",[181,59.719]],[\"comment/928\",[]],[\"name/929\",[182,59.719]],[\"comment/929\",[]],[\"name/930\",[183,59.719]],[\"comment/930\",[]],[\"name/931\",[107,59.719]],[\"comment/931\",[]],[\"name/932\",[184,58.216]],[\"comment/932\",[]],[\"name/933\",[185,59.719]],[\"comment/933\",[]],[\"name/934\",[186,59.719]],[\"comment/934\",[]],[\"name/935\",[187,56.91]],[\"comment/935\",[]],[\"name/936\",[188,59.193]],[\"comment/936\",[]],[\"name/937\",[189,59.719]],[\"comment/937\",[]],[\"name/938\",[190,59.719]],[\"comment/938\",[]],[\"name/939\",[191,59.719]],[\"comment/939\",[]],[\"name/940\",[192,59.719]],[\"comment/940\",[]],[\"name/941\",[193,59.719]],[\"comment/941\",[]],[\"name/942\",[34,53.486]],[\"comment/942\",[]],[\"name/943\",[32,53.486]],[\"comment/943\",[]],[\"name/944\",[33,53.486]],[\"comment/944\",[]],[\"name/945\",[44,47.074]],[\"comment/945\",[]],[\"name/946\",[45,47.074]],[\"comment/946\",[]],[\"name/947\",[46,47.074]],[\"comment/947\",[]],[\"name/948\",[47,47.074]],[\"comment/948\",[]],[\"name/949\",[48,47.074]],[\"comment/949\",[]],[\"name/950\",[49,47.074]],[\"comment/950\",[]],[\"name/951\",[50,47.074]],[\"comment/951\",[]],[\"name/952\",[51,47.074]],[\"comment/952\",[]],[\"name/953\",[52,47.074]],[\"comment/953\",[]],[\"name/954\",[53,47.074]],[\"comment/954\",[]],[\"name/955\",[54,47.074]],[\"comment/955\",[]],[\"name/956\",[55,47.074]],[\"comment/956\",[]],[\"name/957\",[56,47.074]],[\"comment/957\",[]],[\"name/958\",[57,47.074]],[\"comment/958\",[]],[\"name/959\",[58,47.074]],[\"comment/959\",[]],[\"name/960\",[59,47.074]],[\"comment/960\",[]],[\"name/961\",[60,47.074]],[\"comment/961\",[]],[\"name/962\",[61,47.074]],[\"comment/962\",[]],[\"name/963\",[62,47.074]],[\"comment/963\",[]],[\"name/964\",[63,46.773]],[\"comment/964\",[]],[\"name/965\",[64,46.773]],[\"comment/965\",[]],[\"name/966\",[65,47.074]],[\"comment/966\",[]],[\"name/967\",[66,43.198]],[\"comment/967\",[]],[\"name/968\",[67,46.626]],[\"comment/968\",[]],[\"name/969\",[68,46.626]],[\"comment/969\",[]],[\"name/970\",[69,47.074]],[\"comment/970\",[]],[\"name/971\",[70,46.922]],[\"comment/971\",[]],[\"name/972\",[71,46.922]],[\"comment/972\",[]],[\"name/973\",[72,47.074]],[\"comment/973\",[]],[\"name/974\",[73,47.074]],[\"comment/974\",[]],[\"name/975\",[74,47.074]],[\"comment/975\",[]],[\"name/976\",[75,46.922]],[\"comment/976\",[]],[\"name/977\",[76,46.773]],[\"comment/977\",[]],[\"name/978\",[77,46.773]],[\"comment/978\",[]],[\"name/979\",[380,84.848]],[\"comment/979\",[]],[\"name/980\",[381,84.848]],[\"comment/980\",[]],[\"name/981\",[259,65.384]],[\"comment/981\",[]],[\"name/982\",[159,56.91]],[\"comment/982\",[]],[\"name/983\",[382,84.848]],[\"comment/983\",[]],[\"name/984\",[383,84.848]],[\"comment/984\",[]],[\"name/985\",[384,76.373]],[\"comment/985\",[]],[\"name/986\",[8,57.326]],[\"comment/986\",[]],[\"name/987\",[9,46.197]],[\"comment/987\",[]],[\"name/988\",[104,60.275]],[\"comment/988\",[]],[\"name/989\",[15,46.922]],[\"comment/989\",[]],[\"name/990\",[16,44.063]],[\"comment/990\",[]],[\"name/991\",[385,67.498]],[\"comment/991\",[]],[\"name/992\",[386,84.848]],[\"comment/992\",[]],[\"name/993\",[387,84.848]],[\"comment/993\",[]],[\"name/994\",[108,56.509]],[\"comment/994\",[]],[\"name/995\",[25,44.645]],[\"comment/995\",[]],[\"name/996\",[109,59.719]],[\"comment/996\",[]],[\"name/997\",[110,57.326]],[\"comment/997\",[]],[\"name/998\",[111,59.719]],[\"comment/998\",[]],[\"name/999\",[18,52.922]],[\"comment/999\",[]],[\"name/1000\",[1,44.292]],[\"comment/1000\",[]],[\"name/1001\",[112,60.275]],[\"comment/1001\",[]],[\"name/1002\",[25,44.645]],[\"comment/1002\",[]],[\"name/1003\",[113,60.275]],[\"comment/1003\",[]],[\"name/1004\",[114,60.275]],[\"comment/1004\",[]],[\"name/1005\",[115,57.326]],[\"comment/1005\",[]],[\"name/1006\",[116,60.275]],[\"comment/1006\",[]],[\"name/1007\",[117,60.275]],[\"comment/1007\",[]],[\"name/1008\",[118,57.761]],[\"comment/1008\",[]],[\"name/1009\",[119,60.275]],[\"comment/1009\",[]],[\"name/1010\",[120,60.275]],[\"comment/1010\",[]],[\"name/1011\",[121,56.91]],[\"comment/1011\",[]],[\"name/1012\",[66,43.198]],[\"comment/1012\",[]],[\"name/1013\",[122,58.692]],[\"comment/1013\",[]],[\"name/1014\",[123,60.275]],[\"comment/1014\",[]],[\"name/1015\",[124,60.275]],[\"comment/1015\",[]],[\"name/1016\",[125,59.719]],[\"comment/1016\",[]],[\"name/1017\",[126,60.275]],[\"comment/1017\",[]],[\"name/1018\",[127,54.396]],[\"comment/1018\",[]],[\"name/1019\",[128,54.396]],[\"comment/1019\",[]],[\"name/1020\",[129,54.083]],[\"comment/1020\",[]],[\"name/1021\",[130,60.275]],[\"comment/1021\",[]],[\"name/1022\",[131,60.275]],[\"comment/1022\",[]],[\"name/1023\",[132,60.275]],[\"comment/1023\",[]],[\"name/1024\",[133,60.275]],[\"comment/1024\",[]],[\"name/1025\",[134,59.719]],[\"comment/1025\",[]],[\"name/1026\",[135,60.275]],[\"comment/1026\",[]],[\"name/1027\",[136,60.275]],[\"comment/1027\",[]],[\"name/1028\",[137,59.719]],[\"comment/1028\",[]],[\"name/1029\",[138,60.275]],[\"comment/1029\",[]],[\"name/1030\",[139,60.275]],[\"comment/1030\",[]],[\"name/1031\",[140,60.275]],[\"comment/1031\",[]],[\"name/1032\",[141,60.275]],[\"comment/1032\",[]],[\"name/1033\",[142,59.193]],[\"comment/1033\",[]],[\"name/1034\",[143,59.719]],[\"comment/1034\",[]],[\"name/1035\",[144,59.719]],[\"comment/1035\",[]],[\"name/1036\",[145,59.719]],[\"comment/1036\",[]],[\"name/1037\",[146,59.719]],[\"comment/1037\",[]],[\"name/1038\",[147,60.275]],[\"comment/1038\",[]],[\"name/1039\",[148,60.275]],[\"comment/1039\",[]],[\"name/1040\",[149,60.275]],[\"comment/1040\",[]],[\"name/1041\",[150,60.275]],[\"comment/1041\",[]],[\"name/1042\",[151,60.275]],[\"comment/1042\",[]],[\"name/1043\",[152,60.275]],[\"comment/1043\",[]],[\"name/1044\",[153,60.275]],[\"comment/1044\",[]],[\"name/1045\",[154,60.275]],[\"comment/1045\",[]],[\"name/1046\",[155,58.216]],[\"comment/1046\",[]],[\"name/1047\",[156,60.275]],[\"comment/1047\",[]],[\"name/1048\",[157,60.275]],[\"comment/1048\",[]],[\"name/1049\",[1,44.292]],[\"comment/1049\",[]],[\"name/1050\",[158,56.91]],[\"comment/1050\",[]],[\"name/1051\",[159,56.91]],[\"comment/1051\",[]],[\"name/1052\",[160,60.275]],[\"comment/1052\",[]],[\"name/1053\",[161,60.275]],[\"comment/1053\",[]],[\"name/1054\",[162,60.275]],[\"comment/1054\",[]],[\"name/1055\",[163,56.91]],[\"comment/1055\",[]],[\"name/1056\",[164,59.719]],[\"comment/1056\",[]],[\"name/1057\",[165,59.719]],[\"comment/1057\",[]],[\"name/1058\",[166,60.275]],[\"comment/1058\",[]],[\"name/1059\",[167,60.275]],[\"comment/1059\",[]],[\"name/1060\",[168,60.275]],[\"comment/1060\",[]],[\"name/1061\",[169,60.275]],[\"comment/1061\",[]],[\"name/1062\",[170,60.275]],[\"comment/1062\",[]],[\"name/1063\",[171,57.326]],[\"comment/1063\",[]],[\"name/1064\",[172,59.719]],[\"comment/1064\",[]],[\"name/1065\",[173,59.719]],[\"comment/1065\",[]],[\"name/1066\",[26,50.5]],[\"comment/1066\",[]],[\"name/1067\",[22,49.479]],[\"comment/1067\",[]],[\"name/1068\",[41,52.652]],[\"comment/1068\",[]],[\"name/1069\",[42,52.652]],[\"comment/1069\",[]],[\"name/1070\",[174,53.78]],[\"comment/1070\",[]],[\"name/1071\",[175,59.193]],[\"comment/1071\",[]],[\"name/1072\",[176,59.719]],[\"comment/1072\",[]],[\"name/1073\",[177,59.719]],[\"comment/1073\",[]],[\"name/1074\",[178,59.719]],[\"comment/1074\",[]],[\"name/1075\",[179,59.719]],[\"comment/1075\",[]],[\"name/1076\",[180,59.719]],[\"comment/1076\",[]],[\"name/1077\",[181,59.719]],[\"comment/1077\",[]],[\"name/1078\",[182,59.719]],[\"comment/1078\",[]],[\"name/1079\",[183,59.719]],[\"comment/1079\",[]],[\"name/1080\",[107,59.719]],[\"comment/1080\",[]],[\"name/1081\",[184,58.216]],[\"comment/1081\",[]],[\"name/1082\",[185,59.719]],[\"comment/1082\",[]],[\"name/1083\",[186,59.719]],[\"comment/1083\",[]],[\"name/1084\",[187,56.91]],[\"comment/1084\",[]],[\"name/1085\",[188,59.193]],[\"comment/1085\",[]],[\"name/1086\",[189,59.719]],[\"comment/1086\",[]],[\"name/1087\",[190,59.719]],[\"comment/1087\",[]],[\"name/1088\",[191,59.719]],[\"comment/1088\",[]],[\"name/1089\",[192,59.719]],[\"comment/1089\",[]],[\"name/1090\",[193,59.719]],[\"comment/1090\",[]],[\"name/1091\",[34,53.486]],[\"comment/1091\",[]],[\"name/1092\",[32,53.486]],[\"comment/1092\",[]],[\"name/1093\",[33,53.486]],[\"comment/1093\",[]],[\"name/1094\",[44,47.074]],[\"comment/1094\",[]],[\"name/1095\",[45,47.074]],[\"comment/1095\",[]],[\"name/1096\",[46,47.074]],[\"comment/1096\",[]],[\"name/1097\",[47,47.074]],[\"comment/1097\",[]],[\"name/1098\",[48,47.074]],[\"comment/1098\",[]],[\"name/1099\",[49,47.074]],[\"comment/1099\",[]],[\"name/1100\",[50,47.074]],[\"comment/1100\",[]],[\"name/1101\",[51,47.074]],[\"comment/1101\",[]],[\"name/1102\",[52,47.074]],[\"comment/1102\",[]],[\"name/1103\",[53,47.074]],[\"comment/1103\",[]],[\"name/1104\",[54,47.074]],[\"comment/1104\",[]],[\"name/1105\",[55,47.074]],[\"comment/1105\",[]],[\"name/1106\",[56,47.074]],[\"comment/1106\",[]],[\"name/1107\",[57,47.074]],[\"comment/1107\",[]],[\"name/1108\",[58,47.074]],[\"comment/1108\",[]],[\"name/1109\",[59,47.074]],[\"comment/1109\",[]],[\"name/1110\",[60,47.074]],[\"comment/1110\",[]],[\"name/1111\",[61,47.074]],[\"comment/1111\",[]],[\"name/1112\",[62,47.074]],[\"comment/1112\",[]],[\"name/1113\",[63,46.773]],[\"comment/1113\",[]],[\"name/1114\",[64,46.773]],[\"comment/1114\",[]],[\"name/1115\",[65,47.074]],[\"comment/1115\",[]],[\"name/1116\",[66,43.198]],[\"comment/1116\",[]],[\"name/1117\",[67,46.626]],[\"comment/1117\",[]],[\"name/1118\",[68,46.626]],[\"comment/1118\",[]],[\"name/1119\",[69,47.074]],[\"comment/1119\",[]],[\"name/1120\",[70,46.922]],[\"comment/1120\",[]],[\"name/1121\",[71,46.922]],[\"comment/1121\",[]],[\"name/1122\",[72,47.074]],[\"comment/1122\",[]],[\"name/1123\",[73,47.074]],[\"comment/1123\",[]],[\"name/1124\",[74,47.074]],[\"comment/1124\",[]],[\"name/1125\",[75,46.922]],[\"comment/1125\",[]],[\"name/1126\",[76,46.773]],[\"comment/1126\",[]],[\"name/1127\",[77,46.773]],[\"comment/1127\",[]],[\"name/1128\",[388,84.848]],[\"comment/1128\",[]],[\"name/1129\",[389,84.848]],[\"comment/1129\",[]],[\"name/1130\",[390,79.739]],[\"comment/1130\",[]],[\"name/1131\",[365,73.859]],[\"comment/1131\",[]],[\"name/1132\",[115,57.326]],[\"comment/1132\",[]],[\"name/1133\",[13,54.083]],[\"comment/1133\",[]],[\"name/1134\",[391,84.848]],[\"comment/1134\",[]],[\"name/1135\",[392,84.848]],[\"comment/1135\",[]],[\"name/1136\",[393,79.739]],[\"comment/1136\",[]],[\"name/1137\",[394,84.848]],[\"comment/1137\",[]],[\"name/1138\",[395,84.848]],[\"comment/1138\",[]],[\"name/1139\",[396,73.859]],[\"comment/1139\",[]],[\"name/1140\",[9,46.197]],[\"comment/1140\",[]],[\"name/1141\",[13,54.083]],[\"comment/1141\",[]],[\"name/1142\",[14,59.719]],[\"comment/1142\",[]],[\"name/1143\",[15,46.922]],[\"comment/1143\",[]],[\"name/1144\",[16,44.063]],[\"comment/1144\",[]],[\"name/1145\",[18,52.922]],[\"comment/1145\",[]],[\"name/1146\",[397,70.181]],[\"comment/1146\",[]],[\"name/1147\",[398,73.859]],[\"comment/1147\",[]],[\"name/1148\",[399,84.848]],[\"comment/1148\",[]],[\"name/1149\",[25,44.645]],[\"comment/1149\",[]],[\"name/1150\",[44,47.074]],[\"comment/1150\",[]],[\"name/1151\",[45,47.074]],[\"comment/1151\",[]],[\"name/1152\",[46,47.074]],[\"comment/1152\",[]],[\"name/1153\",[47,47.074]],[\"comment/1153\",[]],[\"name/1154\",[48,47.074]],[\"comment/1154\",[]],[\"name/1155\",[49,47.074]],[\"comment/1155\",[]],[\"name/1156\",[50,47.074]],[\"comment/1156\",[]],[\"name/1157\",[51,47.074]],[\"comment/1157\",[]],[\"name/1158\",[52,47.074]],[\"comment/1158\",[]],[\"name/1159\",[53,47.074]],[\"comment/1159\",[]],[\"name/1160\",[54,47.074]],[\"comment/1160\",[]],[\"name/1161\",[55,47.074]],[\"comment/1161\",[]],[\"name/1162\",[56,47.074]],[\"comment/1162\",[]],[\"name/1163\",[57,47.074]],[\"comment/1163\",[]],[\"name/1164\",[58,47.074]],[\"comment/1164\",[]],[\"name/1165\",[59,47.074]],[\"comment/1165\",[]],[\"name/1166\",[60,47.074]],[\"comment/1166\",[]],[\"name/1167\",[61,47.074]],[\"comment/1167\",[]],[\"name/1168\",[62,47.074]],[\"comment/1168\",[]],[\"name/1169\",[63,46.773]],[\"comment/1169\",[]],[\"name/1170\",[64,46.773]],[\"comment/1170\",[]],[\"name/1171\",[65,47.074]],[\"comment/1171\",[]],[\"name/1172\",[66,43.198]],[\"comment/1172\",[]],[\"name/1173\",[67,46.626]],[\"comment/1173\",[]],[\"name/1174\",[68,46.626]],[\"comment/1174\",[]],[\"name/1175\",[69,47.074]],[\"comment/1175\",[]],[\"name/1176\",[70,46.922]],[\"comment/1176\",[]],[\"name/1177\",[71,46.922]],[\"comment/1177\",[]],[\"name/1178\",[72,47.074]],[\"comment/1178\",[]],[\"name/1179\",[73,47.074]],[\"comment/1179\",[]],[\"name/1180\",[74,47.074]],[\"comment/1180\",[]],[\"name/1181\",[75,46.922]],[\"comment/1181\",[]],[\"name/1182\",[76,46.773]],[\"comment/1182\",[]],[\"name/1183\",[77,46.773]],[\"comment/1183\",[]],[\"name/1184\",[400,73.859]],[\"comment/1184\",[]],[\"name/1185\",[9,46.197]],[\"comment/1185\",[]],[\"name/1186\",[401,84.848]],[\"comment/1186\",[]],[\"name/1187\",[402,79.739]],[\"comment/1187\",[]],[\"name/1188\",[10,58.216]],[\"comment/1188\",[]],[\"name/1189\",[13,54.083]],[\"comment/1189\",[]],[\"name/1190\",[14,59.719]],[\"comment/1190\",[]],[\"name/1191\",[15,46.922]],[\"comment/1191\",[]],[\"name/1192\",[16,44.063]],[\"comment/1192\",[]],[\"name/1193\",[23,60.864]],[\"comment/1193\",[]],[\"name/1194\",[403,84.848]],[\"comment/1194\",[]],[\"name/1195\",[25,44.645]],[\"comment/1195\",[]],[\"name/1196\",[22,49.479]],[\"comment/1196\",[]],[\"name/1197\",[26,50.5]],[\"comment/1197\",[]],[\"name/1198\",[27,60.864]],[\"comment/1198\",[]],[\"name/1199\",[28,60.864]],[\"comment/1199\",[]],[\"name/1200\",[29,60.864]],[\"comment/1200\",[]],[\"name/1201\",[30,60.864]],[\"comment/1201\",[]],[\"name/1202\",[31,60.864]],[\"comment/1202\",[]],[\"name/1203\",[32,53.486]],[\"comment/1203\",[]],[\"name/1204\",[33,53.486]],[\"comment/1204\",[]],[\"name/1205\",[34,53.486]],[\"comment/1205\",[]],[\"name/1206\",[35,56.125]],[\"comment/1206\",[]],[\"name/1207\",[36,55.754]],[\"comment/1207\",[]],[\"name/1208\",[37,60.864]],[\"comment/1208\",[]],[\"name/1209\",[38,59.719]],[\"comment/1209\",[]],[\"name/1210\",[39,60.864]],[\"comment/1210\",[]],[\"name/1211\",[40,60.864]],[\"comment/1211\",[]],[\"name/1212\",[41,52.652]],[\"comment/1212\",[]],[\"name/1213\",[42,52.652]],[\"comment/1213\",[]],[\"name/1214\",[43,60.864]],[\"comment/1214\",[]],[\"name/1215\",[44,47.074]],[\"comment/1215\",[]],[\"name/1216\",[45,47.074]],[\"comment/1216\",[]],[\"name/1217\",[46,47.074]],[\"comment/1217\",[]],[\"name/1218\",[47,47.074]],[\"comment/1218\",[]],[\"name/1219\",[48,47.074]],[\"comment/1219\",[]],[\"name/1220\",[49,47.074]],[\"comment/1220\",[]],[\"name/1221\",[50,47.074]],[\"comment/1221\",[]],[\"name/1222\",[51,47.074]],[\"comment/1222\",[]],[\"name/1223\",[52,47.074]],[\"comment/1223\",[]],[\"name/1224\",[53,47.074]],[\"comment/1224\",[]],[\"name/1225\",[54,47.074]],[\"comment/1225\",[]],[\"name/1226\",[55,47.074]],[\"comment/1226\",[]],[\"name/1227\",[56,47.074]],[\"comment/1227\",[]],[\"name/1228\",[57,47.074]],[\"comment/1228\",[]],[\"name/1229\",[58,47.074]],[\"comment/1229\",[]],[\"name/1230\",[59,47.074]],[\"comment/1230\",[]],[\"name/1231\",[60,47.074]],[\"comment/1231\",[]],[\"name/1232\",[61,47.074]],[\"comment/1232\",[]],[\"name/1233\",[62,47.074]],[\"comment/1233\",[]],[\"name/1234\",[63,46.773]],[\"comment/1234\",[]],[\"name/1235\",[64,46.773]],[\"comment/1235\",[]],[\"name/1236\",[65,47.074]],[\"comment/1236\",[]],[\"name/1237\",[66,43.198]],[\"comment/1237\",[]],[\"name/1238\",[67,46.626]],[\"comment/1238\",[]],[\"name/1239\",[68,46.626]],[\"comment/1239\",[]],[\"name/1240\",[69,47.074]],[\"comment/1240\",[]],[\"name/1241\",[70,46.922]],[\"comment/1241\",[]],[\"name/1242\",[71,46.922]],[\"comment/1242\",[]],[\"name/1243\",[72,47.074]],[\"comment/1243\",[]],[\"name/1244\",[73,47.074]],[\"comment/1244\",[]],[\"name/1245\",[74,47.074]],[\"comment/1245\",[]],[\"name/1246\",[75,46.922]],[\"comment/1246\",[]],[\"name/1247\",[76,46.773]],[\"comment/1247\",[]],[\"name/1248\",[77,46.773]],[\"comment/1248\",[]],[\"name/1249\",[404,84.848]],[\"comment/1249\",[]],[\"name/1250\",[1,44.292]],[\"comment/1250\",[]],[\"name/1251\",[405,84.848]],[\"comment/1251\",[]],[\"name/1252\",[16,44.063]],[\"comment/1252\",[]],[\"name/1253\",[406,73.859]],[\"comment/1253\",[]],[\"name/1254\",[407,73.859]],[\"comment/1254\",[]],[\"name/1255\",[0,59.719]],[\"comment/1255\",[]],[\"name/1256\",[408,76.373]],[\"comment/1256\",[]],[\"name/1257\",[409,84.848]],[\"comment/1257\",[]],[\"name/1258\",[410,84.848]],[\"comment/1258\",[]],[\"name/1259\",[411,84.848]],[\"comment/1259\",[]],[\"name/1260\",[412,79.739]],[\"comment/1260\",[]],[\"name/1261\",[214,71.852]],[\"comment/1261\",[]],[\"name/1262\",[413,67.498]],[\"comment/1262\",[]],[\"name/1263\",[414,84.848]],[\"comment/1263\",[]],[\"name/1264\",[7,63.641]],[\"comment/1264\",[]],[\"name/1265\",[415,64.475]],[\"comment/1265\",[]],[\"name/1266\",[17,57.761]],[\"comment/1266\",[]],[\"name/1267\",[416,63.641]],[\"comment/1267\",[]],[\"name/1268\",[417,84.848]],[\"comment/1268\",[]],[\"name/1269\",[418,84.848]],[\"comment/1269\",[]],[\"name/1270\",[419,84.848]],[\"comment/1270\",[]],[\"name/1271\",[420,84.848]],[\"comment/1271\",[]],[\"name/1272\",[421,73.859]],[\"comment/1272\",[]],[\"name/1273\",[422,84.848]],[\"comment/1273\",[]],[\"name/1274\",[423,84.848]],[\"comment/1274\",[]],[\"name/1275\",[424,84.848]],[\"comment/1275\",[]],[\"name/1276\",[425,76.373]],[\"comment/1276\",[]],[\"name/1277\",[426,76.373]],[\"comment/1277\",[]],[\"name/1278\",[427,84.848]],[\"comment/1278\",[]],[\"name/1279\",[428,84.848]],[\"comment/1279\",[]],[\"name/1280\",[370,79.739]],[\"comment/1280\",[]],[\"name/1281\",[429,84.848]],[\"comment/1281\",[]],[\"name/1282\",[430,84.848]],[\"comment/1282\",[]],[\"name/1283\",[431,84.848]],[\"comment/1283\",[]],[\"name/1284\",[400,73.859]],[\"comment/1284\",[]],[\"name/1285\",[432,79.739]],[\"comment/1285\",[]],[\"name/1286\",[433,84.848]],[\"comment/1286\",[]],[\"name/1287\",[434,79.739]],[\"comment/1287\",[]],[\"name/1288\",[435,84.848]],[\"comment/1288\",[]],[\"name/1289\",[436,84.848]],[\"comment/1289\",[]],[\"name/1290\",[437,84.848]],[\"comment/1290\",[]],[\"name/1291\",[438,84.848]],[\"comment/1291\",[]],[\"name/1292\",[421,73.859]],[\"comment/1292\",[]],[\"name/1293\",[439,84.848]],[\"comment/1293\",[]],[\"name/1294\",[425,76.373]],[\"comment/1294\",[]],[\"name/1295\",[408,76.373]],[\"comment/1295\",[]],[\"name/1296\",[16,44.063]],[\"comment/1296\",[]],[\"name/1297\",[412,79.739]],[\"comment/1297\",[]],[\"name/1298\",[416,63.641]],[\"comment/1298\",[]],[\"name/1299\",[415,64.475]],[\"comment/1299\",[]],[\"name/1300\",[17,57.761]],[\"comment/1300\",[]],[\"name/1301\",[440,70.181]],[\"comment/1301\",[]],[\"name/1302\",[1,44.292]],[\"comment/1302\",[]],[\"name/1303\",[441,84.848]],[\"comment/1303\",[]],[\"name/1304\",[214,71.852]],[\"comment/1304\",[]],[\"name/1305\",[426,76.373]],[\"comment/1305\",[]],[\"name/1306\",[442,84.848]],[\"comment/1306\",[]],[\"name/1307\",[443,63.641]],[\"comment/1307\",[]],[\"name/1308\",[369,66.385]],[\"comment/1308\",[]],[\"name/1309\",[406,73.859]],[\"comment/1309\",[]],[\"name/1310\",[16,44.063]],[\"comment/1310\",[]],[\"name/1311\",[444,70.181]],[\"comment/1311\",[]],[\"name/1312\",[445,84.848]],[\"comment/1312\",[]],[\"name/1313\",[440,70.181]],[\"comment/1313\",[]],[\"name/1314\",[408,76.373]],[\"comment/1314\",[]],[\"name/1315\",[446,79.739]],[\"comment/1315\",[]],[\"name/1316\",[447,84.848]],[\"comment/1316\",[]],[\"name/1317\",[171,57.326]],[\"comment/1317\",[]],[\"name/1318\",[448,84.848]],[\"comment/1318\",[]],[\"name/1319\",[449,84.848]],[\"comment/1319\",[]],[\"name/1320\",[450,79.739]],[\"comment/1320\",[]],[\"name/1321\",[451,84.848]],[\"comment/1321\",[]],[\"name/1322\",[452,84.848]],[\"comment/1322\",[]],[\"name/1323\",[453,84.848]],[\"comment/1323\",[]],[\"name/1324\",[454,84.848]],[\"comment/1324\",[]],[\"name/1325\",[455,84.848]],[\"comment/1325\",[]],[\"name/1326\",[456,84.848]],[\"comment/1326\",[]],[\"name/1327\",[457,84.848]],[\"comment/1327\",[]],[\"name/1328\",[458,84.848]],[\"comment/1328\",[]],[\"name/1329\",[459,84.848]],[\"comment/1329\",[]],[\"name/1330\",[460,84.848]],[\"comment/1330\",[]],[\"name/1331\",[444,70.181]],[\"comment/1331\",[]],[\"name/1332\",[406,73.859]],[\"comment/1332\",[]],[\"name/1333\",[446,79.739]],[\"comment/1333\",[]],[\"name/1334\",[461,84.848]],[\"comment/1334\",[]],[\"name/1335\",[462,84.848]],[\"comment/1335\",[]],[\"name/1336\",[369,66.385]],[\"comment/1336\",[]],[\"name/1337\",[463,84.848]],[\"comment/1337\",[]],[\"name/1338\",[443,63.641]],[\"comment/1338\",[]],[\"name/1339\",[464,76.373]],[\"comment/1339\",[]],[\"name/1340\",[8,57.326]],[\"comment/1340\",[]],[\"name/1341\",[16,44.063]],[\"comment/1341\",[]],[\"name/1342\",[465,84.848]],[\"comment/1342\",[]],[\"name/1343\",[440,70.181]],[\"comment/1343\",[]],[\"name/1344\",[444,70.181]],[\"comment/1344\",[]],[\"name/1345\",[406,73.859]],[\"comment/1345\",[]],[\"name/1346\",[466,79.739]],[\"comment/1346\",[]],[\"name/1347\",[467,76.373]],[\"comment/1347\",[]],[\"name/1348\",[468,79.739]],[\"comment/1348\",[]],[\"name/1349\",[469,70.181]],[\"comment/1349\",[]],[\"name/1350\",[64,46.773]],[\"comment/1350\",[]],[\"name/1351\",[470,76.373]],[\"comment/1351\",[]],[\"name/1352\",[198,71.852]],[\"comment/1352\",[]],[\"name/1353\",[471,70.181]],[\"comment/1353\",[]],[\"name/1354\",[214,71.852]],[\"comment/1354\",[]],[\"name/1355\",[472,71.852]],[\"comment/1355\",[]],[\"name/1356\",[450,79.739]],[\"comment/1356\",[]],[\"name/1357\",[473,84.848]],[\"comment/1357\",[]],[\"name/1358\",[474,76.373]],[\"comment/1358\",[]],[\"name/1359\",[17,57.761]],[\"comment/1359\",[]],[\"name/1360\",[475,84.848]],[\"comment/1360\",[]],[\"name/1361\",[476,84.848]],[\"comment/1361\",[]],[\"name/1362\",[477,84.848]],[\"comment/1362\",[]],[\"name/1363\",[478,84.848]],[\"comment/1363\",[]],[\"name/1364\",[300,73.859]],[\"comment/1364\",[]],[\"name/1365\",[301,73.859]],[\"comment/1365\",[]],[\"name/1366\",[479,76.373]],[\"comment/1366\",[]],[\"name/1367\",[480,73.859]],[\"comment/1367\",[]],[\"name/1368\",[9,46.197]],[\"comment/1368\",[]],[\"name/1369\",[15,46.922]],[\"comment/1369\",[]],[\"name/1370\",[16,44.063]],[\"comment/1370\",[]],[\"name/1371\",[44,47.074]],[\"comment/1371\",[]],[\"name/1372\",[45,47.074]],[\"comment/1372\",[]],[\"name/1373\",[46,47.074]],[\"comment/1373\",[]],[\"name/1374\",[47,47.074]],[\"comment/1374\",[]],[\"name/1375\",[48,47.074]],[\"comment/1375\",[]],[\"name/1376\",[49,47.074]],[\"comment/1376\",[]],[\"name/1377\",[50,47.074]],[\"comment/1377\",[]],[\"name/1378\",[51,47.074]],[\"comment/1378\",[]],[\"name/1379\",[25,44.645]],[\"comment/1379\",[]],[\"name/1380\",[52,47.074]],[\"comment/1380\",[]],[\"name/1381\",[53,47.074]],[\"comment/1381\",[]],[\"name/1382\",[54,47.074]],[\"comment/1382\",[]],[\"name/1383\",[55,47.074]],[\"comment/1383\",[]],[\"name/1384\",[56,47.074]],[\"comment/1384\",[]],[\"name/1385\",[57,47.074]],[\"comment/1385\",[]],[\"name/1386\",[58,47.074]],[\"comment/1386\",[]],[\"name/1387\",[59,47.074]],[\"comment/1387\",[]],[\"name/1388\",[60,47.074]],[\"comment/1388\",[]],[\"name/1389\",[61,47.074]],[\"comment/1389\",[]],[\"name/1390\",[62,47.074]],[\"comment/1390\",[]],[\"name/1391\",[63,46.773]],[\"comment/1391\",[]],[\"name/1392\",[64,46.773]],[\"comment/1392\",[]],[\"name/1393\",[65,47.074]],[\"comment/1393\",[]],[\"name/1394\",[66,43.198]],[\"comment/1394\",[]],[\"name/1395\",[67,46.626]],[\"comment/1395\",[]],[\"name/1396\",[68,46.626]],[\"comment/1396\",[]],[\"name/1397\",[69,47.074]],[\"comment/1397\",[]],[\"name/1398\",[70,46.922]],[\"comment/1398\",[]],[\"name/1399\",[71,46.922]],[\"comment/1399\",[]],[\"name/1400\",[72,47.074]],[\"comment/1400\",[]],[\"name/1401\",[73,47.074]],[\"comment/1401\",[]],[\"name/1402\",[74,47.074]],[\"comment/1402\",[]],[\"name/1403\",[75,46.922]],[\"comment/1403\",[]],[\"name/1404\",[76,46.773]],[\"comment/1404\",[]],[\"name/1405\",[77,46.773]],[\"comment/1405\",[]],[\"name/1406\",[481,84.848]],[\"comment/1406\",[]],[\"name/1407\",[482,67.498]],[\"comment/1407\",[]],[\"name/1408\",[1,44.292]],[\"comment/1408\",[]],[\"name/1409\",[483,73.859]],[\"comment/1409\",[]],[\"name/1410\",[484,76.373]],[\"comment/1410\",[]],[\"name/1411\",[1,44.292]],[\"comment/1411\",[]],[\"name/1412\",[485,84.848]],[\"comment/1412\",[]],[\"name/1413\",[486,84.848]],[\"comment/1413\",[]],[\"name/1414\",[6,60.275]],[\"comment/1414\",[]],[\"name/1415\",[259,65.384]],[\"comment/1415\",[]],[\"name/1416\",[487,84.848]],[\"comment/1416\",[]],[\"name/1417\",[66,43.198]],[\"comment/1417\",[]],[\"name/1418\",[444,70.181]],[\"comment/1418\",[]],[\"name/1419\",[8,57.326]],[\"comment/1419\",[]],[\"name/1420\",[15,46.922]],[\"comment/1420\",[]],[\"name/1421\",[488,84.848]],[\"comment/1421\",[]],[\"name/1422\",[16,44.063]],[\"comment/1422\",[]],[\"name/1423\",[171,57.326]],[\"comment/1423\",[]],[\"name/1424\",[469,70.181]],[\"comment/1424\",[]],[\"name/1425\",[489,84.848]],[\"comment/1425\",[]],[\"name/1426\",[63,46.773]],[\"comment/1426\",[]],[\"name/1427\",[64,46.773]],[\"comment/1427\",[]],[\"name/1428\",[127,54.396]],[\"comment/1428\",[]],[\"name/1429\",[490,79.739]],[\"comment/1429\",[]],[\"name/1430\",[482,67.498]],[\"comment/1430\",[]],[\"name/1431\",[491,73.859]],[\"comment/1431\",[]],[\"name/1432\",[492,73.859]],[\"comment/1432\",[]],[\"name/1433\",[493,73.859]],[\"comment/1433\",[]],[\"name/1434\",[494,73.859]],[\"comment/1434\",[]],[\"name/1435\",[495,73.859]],[\"comment/1435\",[]],[\"name/1436\",[496,73.859]],[\"comment/1436\",[]],[\"name/1437\",[103,73.859]],[\"comment/1437\",[]],[\"name/1438\",[378,73.859]],[\"comment/1438\",[]],[\"name/1439\",[497,73.859]],[\"comment/1439\",[]],[\"name/1440\",[498,73.859]],[\"comment/1440\",[]],[\"name/1441\",[499,73.859]],[\"comment/1441\",[]],[\"name/1442\",[500,73.859]],[\"comment/1442\",[]],[\"name/1443\",[501,73.859]],[\"comment/1443\",[]],[\"name/1444\",[7,63.641]],[\"comment/1444\",[]],[\"name/1445\",[86,71.852]],[\"comment/1445\",[]],[\"name/1446\",[331,71.852]],[\"comment/1446\",[]],[\"name/1447\",[100,71.852]],[\"comment/1447\",[]],[\"name/1448\",[502,71.852]],[\"comment/1448\",[]],[\"name/1449\",[503,73.859]],[\"comment/1449\",[]],[\"name/1450\",[504,84.848]],[\"comment/1450\",[]],[\"name/1451\",[505,71.852]],[\"comment/1451\",[]],[\"name/1452\",[506,76.373]],[\"comment/1452\",[]],[\"name/1453\",[507,76.373]],[\"comment/1453\",[]],[\"name/1454\",[508,73.859]],[\"comment/1454\",[]],[\"name/1455\",[472,71.852]],[\"comment/1455\",[]],[\"name/1456\",[509,73.859]],[\"comment/1456\",[]],[\"name/1457\",[510,76.373]],[\"comment/1457\",[]],[\"name/1458\",[471,70.181]],[\"comment/1458\",[]],[\"name/1459\",[198,71.852]],[\"comment/1459\",[]],[\"name/1460\",[396,73.859]],[\"comment/1460\",[]],[\"name/1461\",[511,73.859]],[\"comment/1461\",[]],[\"name/1462\",[512,73.859]],[\"comment/1462\",[]],[\"name/1463\",[513,73.859]],[\"comment/1463\",[]],[\"name/1464\",[514,73.859]],[\"comment/1464\",[]],[\"name/1465\",[515,73.859]],[\"comment/1465\",[]],[\"name/1466\",[464,76.373]],[\"comment/1466\",[]],[\"name/1467\",[516,71.852]],[\"comment/1467\",[]],[\"name/1468\",[517,73.859]],[\"comment/1468\",[]],[\"name/1469\",[25,44.645]],[\"comment/1469\",[]],[\"name/1470\",[518,79.739]],[\"comment/1470\",[]],[\"name/1471\",[519,84.848]],[\"comment/1471\",[]],[\"name/1472\",[1,44.292]],[\"comment/1472\",[]],[\"name/1473\",[520,84.848]],[\"comment/1473\",[]],[\"name/1474\",[474,76.373]],[\"comment/1474\",[]],[\"name/1475\",[521,84.848]],[\"comment/1475\",[]],[\"name/1476\",[7,63.641]],[\"comment/1476\",[]],[\"name/1477\",[86,71.852]],[\"comment/1477\",[]],[\"name/1478\",[100,71.852]],[\"comment/1478\",[]],[\"name/1479\",[522,76.373]],[\"comment/1479\",[]],[\"name/1480\",[103,73.859]],[\"comment/1480\",[]],[\"name/1481\",[198,71.852]],[\"comment/1481\",[]],[\"name/1482\",[231,76.373]],[\"comment/1482\",[]],[\"name/1483\",[244,79.739]],[\"comment/1483\",[]],[\"name/1484\",[256,79.739]],[\"comment/1484\",[]],[\"name/1485\",[265,79.739]],[\"comment/1485\",[]],[\"name/1486\",[331,71.852]],[\"comment/1486\",[]],[\"name/1487\",[369,66.385]],[\"comment/1487\",[]],[\"name/1488\",[378,73.859]],[\"comment/1488\",[]],[\"name/1489\",[384,76.373]],[\"comment/1489\",[]],[\"name/1490\",[396,73.859]],[\"comment/1490\",[]],[\"name/1491\",[400,73.859]],[\"comment/1491\",[]],[\"name/1492\",[464,76.373]],[\"comment/1492\",[]],[\"name/1493\",[480,73.859]],[\"comment/1493\",[]],[\"name/1494\",[444,70.181]],[\"comment/1494\",[]],[\"name/1495\",[66,43.198]],[\"comment/1495\",[]],[\"name/1496\",[510,76.373]],[\"comment/1496\",[]],[\"name/1497\",[523,76.373]],[\"comment/1497\",[]],[\"name/1498\",[524,76.373]],[\"comment/1498\",[]],[\"name/1499\",[495,73.859]],[\"comment/1499\",[]],[\"name/1500\",[309,66.385]],[\"comment/1500\",[]],[\"name/1501\",[493,73.859]],[\"comment/1501\",[]],[\"name/1502\",[500,73.859]],[\"comment/1502\",[]],[\"name/1503\",[501,73.859]],[\"comment/1503\",[]],[\"name/1504\",[525,76.373]],[\"comment/1504\",[]],[\"name/1505\",[526,79.739]],[\"comment/1505\",[]],[\"name/1506\",[527,73.859]],[\"comment/1506\",[]],[\"name/1507\",[498,73.859]],[\"comment/1507\",[]],[\"name/1508\",[528,76.373]],[\"comment/1508\",[]],[\"name/1509\",[507,76.373]],[\"comment/1509\",[]],[\"name/1510\",[508,73.859]],[\"comment/1510\",[]],[\"name/1511\",[529,79.739]],[\"comment/1511\",[]],[\"name/1512\",[413,67.498]],[\"comment/1512\",[]],[\"name/1513\",[530,73.859]],[\"comment/1513\",[]],[\"name/1514\",[517,73.859]],[\"comment/1514\",[]],[\"name/1515\",[502,71.852]],[\"comment/1515\",[]],[\"name/1516\",[531,76.373]],[\"comment/1516\",[]],[\"name/1517\",[467,76.373]],[\"comment/1517\",[]],[\"name/1518\",[516,71.852]],[\"comment/1518\",[]],[\"name/1519\",[532,79.739]],[\"comment/1519\",[]],[\"name/1520\",[533,76.373]],[\"comment/1520\",[]],[\"name/1521\",[484,76.373]],[\"comment/1521\",[]],[\"name/1522\",[494,73.859]],[\"comment/1522\",[]],[\"name/1523\",[534,76.373]],[\"comment/1523\",[]],[\"name/1524\",[482,67.498]],[\"comment/1524\",[]],[\"name/1525\",[509,73.859]],[\"comment/1525\",[]],[\"name/1526\",[535,76.373]],[\"comment/1526\",[]],[\"name/1527\",[512,73.859]],[\"comment/1527\",[]],[\"name/1528\",[536,76.373]],[\"comment/1528\",[]],[\"name/1529\",[492,73.859]],[\"comment/1529\",[]],[\"name/1530\",[537,76.373]],[\"comment/1530\",[]],[\"name/1531\",[538,76.373]],[\"comment/1531\",[]],[\"name/1532\",[511,73.859]],[\"comment/1532\",[]],[\"name/1533\",[443,63.641]],[\"comment/1533\",[]],[\"name/1534\",[505,71.852]],[\"comment/1534\",[]],[\"name/1535\",[294,68.75]],[\"comment/1535\",[]],[\"name/1536\",[539,79.739]],[\"comment/1536\",[]],[\"name/1537\",[515,73.859]],[\"comment/1537\",[]],[\"name/1538\",[499,73.859]],[\"comment/1538\",[]],[\"name/1539\",[540,76.373]],[\"comment/1539\",[]],[\"name/1540\",[491,73.859]],[\"comment/1540\",[]],[\"name/1541\",[541,76.373]],[\"comment/1541\",[]],[\"name/1542\",[514,73.859]],[\"comment/1542\",[]],[\"name/1543\",[503,73.859]],[\"comment/1543\",[]],[\"name/1544\",[542,79.739]],[\"comment/1544\",[]],[\"name/1545\",[496,73.859]],[\"comment/1545\",[]],[\"name/1546\",[506,76.373]],[\"comment/1546\",[]],[\"name/1547\",[543,73.859]],[\"comment/1547\",[]],[\"name/1548\",[497,73.859]],[\"comment/1548\",[]],[\"name/1549\",[544,73.859]],[\"comment/1549\",[]],[\"name/1550\",[545,79.739]],[\"comment/1550\",[]],[\"name/1551\",[471,70.181]],[\"comment/1551\",[]],[\"name/1552\",[546,76.373]],[\"comment/1552\",[]],[\"name/1553\",[513,73.859]],[\"comment/1553\",[]],[\"name/1554\",[472,71.852]],[\"comment/1554\",[]],[\"name/1555\",[547,76.373]],[\"comment/1555\",[]],[\"name/1556\",[78,79.739]],[\"comment/1556\",[]],[\"name/1557\",[83,79.739]],[\"comment/1557\",[]],[\"name/1558\",[324,79.739]],[\"comment/1558\",[]],[\"name/1559\",[325,79.739]],[\"comment/1559\",[]],[\"name/1560\",[326,76.373]],[\"comment/1560\",[]],[\"name/1561\",[327,76.373]],[\"comment/1561\",[]],[\"name/1562\",[393,79.739]],[\"comment/1562\",[]],[\"name/1563\",[77,46.773]],[\"comment/1563\",[]],[\"name/1564\",[76,46.773]],[\"comment/1564\",[]],[\"name/1565\",[548,79.739]],[\"comment/1565\",[]],[\"name/1566\",[549,79.739]],[\"comment/1566\",[]],[\"name/1567\",[550,79.739]],[\"comment/1567\",[]],[\"name/1568\",[551,79.739]],[\"comment/1568\",[]],[\"name/1569\",[552,79.739]],[\"comment/1569\",[]],[\"name/1570\",[553,79.739]],[\"comment/1570\",[]],[\"name/1571\",[554,79.739]],[\"comment/1571\",[]],[\"name/1572\",[555,76.373]],[\"comment/1572\",[]],[\"name/1573\",[556,79.739]],[\"comment/1573\",[]],[\"name/1574\",[557,84.848]],[\"comment/1574\",[]],[\"name/1575\",[558,84.848]],[\"comment/1575\",[]],[\"name/1576\",[559,84.848]],[\"comment/1576\",[]],[\"name/1577\",[560,84.848]],[\"comment/1577\",[]],[\"name/1578\",[561,84.848]],[\"comment/1578\",[]],[\"name/1579\",[562,84.848]],[\"comment/1579\",[]],[\"name/1580\",[563,84.848]],[\"comment/1580\",[]],[\"name/1581\",[564,71.852]],[\"comment/1581\",[]],[\"name/1582\",[565,84.848]],[\"comment/1582\",[]],[\"name/1583\",[566,84.848]],[\"comment/1583\",[]],[\"name/1584\",[567,84.848]],[\"comment/1584\",[]],[\"name/1585\",[568,84.848]],[\"comment/1585\",[]],[\"name/1586\",[569,84.848]],[\"comment/1586\",[]],[\"name/1587\",[570,84.848]],[\"comment/1587\",[]],[\"name/1588\",[1,44.292]],[\"comment/1588\",[]],[\"name/1589\",[571,79.739]],[\"comment/1589\",[]],[\"name/1590\",[572,79.739]],[\"comment/1590\",[]],[\"name/1591\",[564,71.852]],[\"comment/1591\",[]],[\"name/1592\",[573,84.848]],[\"comment/1592\",[]],[\"name/1593\",[574,84.848]],[\"comment/1593\",[]],[\"name/1594\",[527,73.859]],[\"comment/1594\",[]],[\"name/1595\",[575,84.848]],[\"comment/1595\",[]],[\"name/1596\",[576,84.848]],[\"comment/1596\",[]],[\"name/1597\",[577,84.848]],[\"comment/1597\",[]],[\"name/1598\",[1,44.292]],[\"comment/1598\",[]],[\"name/1599\",[578,84.848]],[\"comment/1599\",[]],[\"name/1600\",[579,84.848]],[\"comment/1600\",[]],[\"name/1601\",[580,84.848]],[\"comment/1601\",[]],[\"name/1602\",[16,44.063]],[\"comment/1602\",[]],[\"name/1603\",[70,46.922]],[\"comment/1603\",[]],[\"name/1604\",[581,76.373]],[\"comment/1604\",[]],[\"name/1605\",[582,76.373]],[\"comment/1605\",[]],[\"name/1606\",[583,79.739]],[\"comment/1606\",[]],[\"name/1607\",[584,76.373]],[\"comment/1607\",[]],[\"name/1608\",[585,84.848]],[\"comment/1608\",[]],[\"name/1609\",[1,44.292]],[\"comment/1609\",[]],[\"name/1610\",[586,84.848]],[\"comment/1610\",[]],[\"name/1611\",[339,70.181]],[\"comment/1611\",[]],[\"name/1612\",[587,84.848]],[\"comment/1612\",[]],[\"name/1613\",[323,66.385]],[\"comment/1613\",[]],[\"name/1614\",[588,84.848]],[\"comment/1614\",[]],[\"name/1615\",[564,71.852]],[\"comment/1615\",[]],[\"name/1616\",[589,84.848]],[\"comment/1616\",[]],[\"name/1617\",[590,84.848]],[\"comment/1617\",[]],[\"name/1618\",[591,84.848]],[\"comment/1618\",[]],[\"name/1619\",[482,67.498]],[\"comment/1619\",[]],[\"name/1620\",[7,63.641]],[\"comment/1620\",[]],[\"name/1621\",[592,84.848]],[\"comment/1621\",[]],[\"name/1622\",[593,84.848]],[\"comment/1622\",[]],[\"name/1623\",[516,71.852]],[\"comment/1623\",[]],[\"name/1624\",[594,84.848]],[\"comment/1624\",[]],[\"name/1625\",[100,71.852]],[\"comment/1625\",[]],[\"name/1626\",[544,73.859]],[\"comment/1626\",[]],[\"name/1627\",[331,71.852]],[\"comment/1627\",[]],[\"name/1628\",[502,71.852]],[\"comment/1628\",[]],[\"name/1629\",[530,73.859]],[\"comment/1629\",[]],[\"name/1630\",[505,71.852]],[\"comment/1630\",[]],[\"name/1631\",[471,70.181]],[\"comment/1631\",[]],[\"name/1632\",[323,66.385]],[\"comment/1632\",[]],[\"name/1633\",[595,84.848]],[\"comment/1633\",[]],[\"name/1634\",[596,79.739]],[\"comment/1634\",[]],[\"name/1635\",[597,79.739]],[\"comment/1635\",[]],[\"name/1636\",[598,84.848]],[\"comment/1636\",[]],[\"name/1637\",[599,84.848]],[\"comment/1637\",[]],[\"name/1638\",[600,79.739]],[\"comment/1638\",[]],[\"name/1639\",[311,79.739]],[\"comment/1639\",[]],[\"name/1640\",[312,79.739]],[\"comment/1640\",[]],[\"name/1641\",[601,84.848]],[\"comment/1641\",[]],[\"name/1642\",[602,84.848]],[\"comment/1642\",[]],[\"name/1643\",[77,46.773]],[\"comment/1643\",[]],[\"name/1644\",[603,79.739]],[\"comment/1644\",[]],[\"name/1645\",[604,79.739]],[\"comment/1645\",[]],[\"name/1646\",[76,46.773]],[\"comment/1646\",[]],[\"name/1647\",[603,79.739]],[\"comment/1647\",[]],[\"name/1648\",[605,79.739]],[\"comment/1648\",[]],[\"name/1649\",[66,43.198]],[\"comment/1649\",[]],[\"name/1650\",[606,84.848]],[\"comment/1650\",[]],[\"name/1651\",[607,84.848]],[\"comment/1651\",[]],[\"name/1652\",[582,76.373]],[\"comment/1652\",[]],[\"name/1653\",[608,84.848]],[\"comment/1653\",[]],[\"name/1654\",[609,84.848]],[\"comment/1654\",[]],[\"name/1655\",[610,84.848]],[\"comment/1655\",[]],[\"name/1656\",[611,84.848]],[\"comment/1656\",[]],[\"name/1657\",[612,84.848]],[\"comment/1657\",[]],[\"name/1658\",[613,84.848]],[\"comment/1658\",[]],[\"name/1659\",[614,84.848]],[\"comment/1659\",[]],[\"name/1660\",[615,84.848]],[\"comment/1660\",[]],[\"name/1661\",[616,84.848]],[\"comment/1661\",[]],[\"name/1662\",[617,84.848]],[\"comment/1662\",[]],[\"name/1663\",[618,84.848]],[\"comment/1663\",[]],[\"name/1664\",[619,84.848]],[\"comment/1664\",[]],[\"name/1665\",[620,84.848]],[\"comment/1665\",[]],[\"name/1666\",[621,84.848]],[\"comment/1666\",[]],[\"name/1667\",[622,84.848]],[\"comment/1667\",[]],[\"name/1668\",[623,84.848]],[\"comment/1668\",[]],[\"name/1669\",[163,56.91]],[\"comment/1669\",[]],[\"name/1670\",[624,84.848]],[\"comment/1670\",[]],[\"name/1671\",[625,84.848]],[\"comment/1671\",[]],[\"name/1672\",[626,84.848]],[\"comment/1672\",[]],[\"name/1673\",[627,79.739]],[\"comment/1673\",[]],[\"name/1674\",[628,79.739]],[\"comment/1674\",[]],[\"name/1675\",[629,84.848]],[\"comment/1675\",[]],[\"name/1676\",[630,79.739]],[\"comment/1676\",[]],[\"name/1677\",[631,84.848]],[\"comment/1677\",[]],[\"name/1678\",[632,79.739]],[\"comment/1678\",[]],[\"name/1679\",[633,79.739]],[\"comment/1679\",[]],[\"name/1680\",[634,79.739]],[\"comment/1680\",[]],[\"name/1681\",[635,84.848]],[\"comment/1681\",[]],[\"name/1682\",[636,84.848]],[\"comment/1682\",[]],[\"name/1683\",[482,67.498]],[\"comment/1683\",[]],[\"name/1684\",[637,84.848]],[\"comment/1684\",[]],[\"name/1685\",[638,84.848]],[\"comment/1685\",[]],[\"name/1686\",[639,84.848]],[\"comment/1686\",[]],[\"name/1687\",[640,84.848]],[\"comment/1687\",[]],[\"name/1688\",[641,79.739]],[\"comment/1688\",[]],[\"name/1689\",[642,79.739]],[\"comment/1689\",[]],[\"name/1690\",[643,79.739]],[\"comment/1690\",[]],[\"name/1691\",[644,84.848]],[\"comment/1691\",[]],[\"name/1692\",[641,79.739]],[\"comment/1692\",[]],[\"name/1693\",[642,79.739]],[\"comment/1693\",[]],[\"name/1694\",[643,79.739]],[\"comment/1694\",[]],[\"name/1695\",[510,76.373]],[\"comment/1695\",[]],[\"name/1696\",[8,57.326]],[\"comment/1696\",[]],[\"name/1697\",[645,84.848]],[\"comment/1697\",[]],[\"name/1698\",[646,84.848]],[\"comment/1698\",[]],[\"name/1699\",[647,84.848]],[\"comment/1699\",[]],[\"name/1700\",[648,84.848]],[\"comment/1700\",[]],[\"name/1701\",[649,84.848]],[\"comment/1701\",[]],[\"name/1702\",[650,79.739]],[\"comment/1702\",[]],[\"name/1703\",[16,44.063]],[\"comment/1703\",[]],[\"name/1704\",[651,84.848]],[\"comment/1704\",[]],[\"name/1705\",[652,84.848]],[\"comment/1705\",[]],[\"name/1706\",[653,84.848]],[\"comment/1706\",[]],[\"name/1707\",[654,84.848]],[\"comment/1707\",[]],[\"name/1708\",[655,84.848]],[\"comment/1708\",[]],[\"name/1709\",[656,84.848]],[\"comment/1709\",[]],[\"name/1710\",[108,56.509]],[\"comment/1710\",[]],[\"name/1711\",[657,84.848]],[\"comment/1711\",[]],[\"name/1712\",[658,84.848]],[\"comment/1712\",[]],[\"name/1713\",[187,56.91]],[\"comment/1713\",[]],[\"name/1714\",[659,84.848]],[\"comment/1714\",[]],[\"name/1715\",[10,58.216]],[\"comment/1715\",[]],[\"name/1716\",[660,84.848]],[\"comment/1716\",[]],[\"name/1717\",[145,59.719]],[\"comment/1717\",[]],[\"name/1718\",[523,76.373]],[\"comment/1718\",[]],[\"name/1719\",[9,46.197]],[\"comment/1719\",[]],[\"name/1720\",[661,84.848]],[\"comment/1720\",[]],[\"name/1721\",[662,84.848]],[\"comment/1721\",[]],[\"name/1722\",[663,84.848]],[\"comment/1722\",[]],[\"name/1723\",[16,44.063]],[\"comment/1723\",[]],[\"name/1724\",[664,84.848]],[\"comment/1724\",[]],[\"name/1725\",[665,84.848]],[\"comment/1725\",[]],[\"name/1726\",[468,79.739]],[\"comment/1726\",[]],[\"name/1727\",[666,79.739]],[\"comment/1727\",[]],[\"name/1728\",[667,84.848]],[\"comment/1728\",[]],[\"name/1729\",[274,73.859]],[\"comment/1729\",[]],[\"name/1730\",[668,84.848]],[\"comment/1730\",[]],[\"name/1731\",[669,84.848]],[\"comment/1731\",[]],[\"name/1732\",[670,84.848]],[\"comment/1732\",[]],[\"name/1733\",[434,79.739]],[\"comment/1733\",[]],[\"name/1734\",[671,84.848]],[\"comment/1734\",[]],[\"name/1735\",[672,84.848]],[\"comment/1735\",[]],[\"name/1736\",[673,84.848]],[\"comment/1736\",[]],[\"name/1737\",[674,84.848]],[\"comment/1737\",[]],[\"name/1738\",[254,79.739]],[\"comment/1738\",[]],[\"name/1739\",[245,79.739]],[\"comment/1739\",[]],[\"name/1740\",[675,84.848]],[\"comment/1740\",[]],[\"name/1741\",[676,84.848]],[\"comment/1741\",[]],[\"name/1742\",[677,84.848]],[\"comment/1742\",[]],[\"name/1743\",[630,79.739]],[\"comment/1743\",[]],[\"name/1744\",[678,84.848]],[\"comment/1744\",[]],[\"name/1745\",[679,84.848]],[\"comment/1745\",[]],[\"name/1746\",[470,76.373]],[\"comment/1746\",[]],[\"name/1747\",[524,76.373]],[\"comment/1747\",[]],[\"name/1748\",[9,46.197]],[\"comment/1748\",[]],[\"name/1749\",[15,46.922]],[\"comment/1749\",[]],[\"name/1750\",[10,58.216]],[\"comment/1750\",[]],[\"name/1751\",[101,79.739]],[\"comment/1751\",[]],[\"name/1752\",[13,54.083]],[\"comment/1752\",[]],[\"name/1753\",[14,59.719]],[\"comment/1753\",[]],[\"name/1754\",[16,44.063]],[\"comment/1754\",[]],[\"name/1755\",[680,84.848]],[\"comment/1755\",[]],[\"name/1756\",[681,84.848]],[\"comment/1756\",[]],[\"name/1757\",[682,79.739]],[\"comment/1757\",[]],[\"name/1758\",[683,79.739]],[\"comment/1758\",[]],[\"name/1759\",[25,44.645]],[\"comment/1759\",[]],[\"name/1760\",[22,49.479]],[\"comment/1760\",[]],[\"name/1761\",[26,50.5]],[\"comment/1761\",[]],[\"name/1762\",[27,60.864]],[\"comment/1762\",[]],[\"name/1763\",[28,60.864]],[\"comment/1763\",[]],[\"name/1764\",[23,60.864]],[\"comment/1764\",[]],[\"name/1765\",[29,60.864]],[\"comment/1765\",[]],[\"name/1766\",[30,60.864]],[\"comment/1766\",[]],[\"name/1767\",[31,60.864]],[\"comment/1767\",[]],[\"name/1768\",[32,53.486]],[\"comment/1768\",[]],[\"name/1769\",[33,53.486]],[\"comment/1769\",[]],[\"name/1770\",[34,53.486]],[\"comment/1770\",[]],[\"name/1771\",[35,56.125]],[\"comment/1771\",[]],[\"name/1772\",[36,55.754]],[\"comment/1772\",[]],[\"name/1773\",[37,60.864]],[\"comment/1773\",[]],[\"name/1774\",[38,59.719]],[\"comment/1774\",[]],[\"name/1775\",[39,60.864]],[\"comment/1775\",[]],[\"name/1776\",[40,60.864]],[\"comment/1776\",[]],[\"name/1777\",[41,52.652]],[\"comment/1777\",[]],[\"name/1778\",[42,52.652]],[\"comment/1778\",[]],[\"name/1779\",[43,60.864]],[\"comment/1779\",[]],[\"name/1780\",[44,47.074]],[\"comment/1780\",[]],[\"name/1781\",[45,47.074]],[\"comment/1781\",[]],[\"name/1782\",[46,47.074]],[\"comment/1782\",[]],[\"name/1783\",[47,47.074]],[\"comment/1783\",[]],[\"name/1784\",[48,47.074]],[\"comment/1784\",[]],[\"name/1785\",[49,47.074]],[\"comment/1785\",[]],[\"name/1786\",[50,47.074]],[\"comment/1786\",[]],[\"name/1787\",[51,47.074]],[\"comment/1787\",[]],[\"name/1788\",[52,47.074]],[\"comment/1788\",[]],[\"name/1789\",[53,47.074]],[\"comment/1789\",[]],[\"name/1790\",[54,47.074]],[\"comment/1790\",[]],[\"name/1791\",[55,47.074]],[\"comment/1791\",[]],[\"name/1792\",[56,47.074]],[\"comment/1792\",[]],[\"name/1793\",[57,47.074]],[\"comment/1793\",[]],[\"name/1794\",[58,47.074]],[\"comment/1794\",[]],[\"name/1795\",[59,47.074]],[\"comment/1795\",[]],[\"name/1796\",[60,47.074]],[\"comment/1796\",[]],[\"name/1797\",[61,47.074]],[\"comment/1797\",[]],[\"name/1798\",[62,47.074]],[\"comment/1798\",[]],[\"name/1799\",[63,46.773]],[\"comment/1799\",[]],[\"name/1800\",[64,46.773]],[\"comment/1800\",[]],[\"name/1801\",[65,47.074]],[\"comment/1801\",[]],[\"name/1802\",[66,43.198]],[\"comment/1802\",[]],[\"name/1803\",[67,46.626]],[\"comment/1803\",[]],[\"name/1804\",[68,46.626]],[\"comment/1804\",[]],[\"name/1805\",[69,47.074]],[\"comment/1805\",[]],[\"name/1806\",[70,46.922]],[\"comment/1806\",[]],[\"name/1807\",[71,46.922]],[\"comment/1807\",[]],[\"name/1808\",[72,47.074]],[\"comment/1808\",[]],[\"name/1809\",[73,47.074]],[\"comment/1809\",[]],[\"name/1810\",[74,47.074]],[\"comment/1810\",[]],[\"name/1811\",[75,46.922]],[\"comment/1811\",[]],[\"name/1812\",[76,46.773]],[\"comment/1812\",[]],[\"name/1813\",[77,46.773]],[\"comment/1813\",[]],[\"name/1814\",[495,73.859]],[\"comment/1814\",[]],[\"name/1815\",[9,46.197]],[\"comment/1815\",[]],[\"name/1816\",[104,60.275]],[\"comment/1816\",[]],[\"name/1817\",[15,46.922]],[\"comment/1817\",[]],[\"name/1818\",[16,44.063]],[\"comment/1818\",[]],[\"name/1819\",[125,59.719]],[\"comment/1819\",[]],[\"name/1820\",[129,54.083]],[\"comment/1820\",[]],[\"name/1821\",[107,59.719]],[\"comment/1821\",[]],[\"name/1822\",[108,56.509]],[\"comment/1822\",[]],[\"name/1823\",[25,44.645]],[\"comment/1823\",[]],[\"name/1824\",[684,64.475]],[\"comment/1824\",[]],[\"name/1825\",[443,63.641]],[\"comment/1825\",[]],[\"name/1826\",[685,70.181]],[\"comment/1826\",[]],[\"name/1827\",[686,70.181]],[\"comment/1827\",[]],[\"name/1828\",[687,70.181]],[\"comment/1828\",[]],[\"name/1829\",[688,70.181]],[\"comment/1829\",[]],[\"name/1830\",[689,70.181]],[\"comment/1830\",[]],[\"name/1831\",[690,70.181]],[\"comment/1831\",[]],[\"name/1832\",[691,70.181]],[\"comment/1832\",[]],[\"name/1833\",[217,68.75]],[\"comment/1833\",[]],[\"name/1834\",[692,70.181]],[\"comment/1834\",[]],[\"name/1835\",[165,59.719]],[\"comment/1835\",[]],[\"name/1836\",[693,70.181]],[\"comment/1836\",[]],[\"name/1837\",[694,70.181]],[\"comment/1837\",[]],[\"name/1838\",[695,70.181]],[\"comment/1838\",[]],[\"name/1839\",[696,70.181]],[\"comment/1839\",[]],[\"name/1840\",[697,70.181]],[\"comment/1840\",[]],[\"name/1841\",[166,60.275]],[\"comment/1841\",[]],[\"name/1842\",[1,44.292]],[\"comment/1842\",[]],[\"name/1843\",[698,68.75]],[\"comment/1843\",[]],[\"name/1844\",[699,68.75]],[\"comment/1844\",[]],[\"name/1845\",[142,59.193]],[\"comment/1845\",[]],[\"name/1846\",[700,67.498]],[\"comment/1846\",[]],[\"name/1847\",[701,70.181]],[\"comment/1847\",[]],[\"name/1848\",[187,56.91]],[\"comment/1848\",[]],[\"name/1849\",[702,70.181]],[\"comment/1849\",[]],[\"name/1850\",[109,59.719]],[\"comment/1850\",[]],[\"name/1851\",[110,57.326]],[\"comment/1851\",[]],[\"name/1852\",[111,59.719]],[\"comment/1852\",[]],[\"name/1853\",[18,52.922]],[\"comment/1853\",[]],[\"name/1854\",[1,44.292]],[\"comment/1854\",[]],[\"name/1855\",[112,60.275]],[\"comment/1855\",[]],[\"name/1856\",[25,44.645]],[\"comment/1856\",[]],[\"name/1857\",[113,60.275]],[\"comment/1857\",[]],[\"name/1858\",[114,60.275]],[\"comment/1858\",[]],[\"name/1859\",[115,57.326]],[\"comment/1859\",[]],[\"name/1860\",[116,60.275]],[\"comment/1860\",[]],[\"name/1861\",[117,60.275]],[\"comment/1861\",[]],[\"name/1862\",[118,57.761]],[\"comment/1862\",[]],[\"name/1863\",[119,60.275]],[\"comment/1863\",[]],[\"name/1864\",[120,60.275]],[\"comment/1864\",[]],[\"name/1865\",[121,56.91]],[\"comment/1865\",[]],[\"name/1866\",[66,43.198]],[\"comment/1866\",[]],[\"name/1867\",[122,58.692]],[\"comment/1867\",[]],[\"name/1868\",[123,60.275]],[\"comment/1868\",[]],[\"name/1869\",[124,60.275]],[\"comment/1869\",[]],[\"name/1870\",[126,60.275]],[\"comment/1870\",[]],[\"name/1871\",[127,54.396]],[\"comment/1871\",[]],[\"name/1872\",[128,54.396]],[\"comment/1872\",[]],[\"name/1873\",[130,60.275]],[\"comment/1873\",[]],[\"name/1874\",[131,60.275]],[\"comment/1874\",[]],[\"name/1875\",[132,60.275]],[\"comment/1875\",[]],[\"name/1876\",[133,60.275]],[\"comment/1876\",[]],[\"name/1877\",[134,59.719]],[\"comment/1877\",[]],[\"name/1878\",[135,60.275]],[\"comment/1878\",[]],[\"name/1879\",[136,60.275]],[\"comment/1879\",[]],[\"name/1880\",[137,59.719]],[\"comment/1880\",[]],[\"name/1881\",[138,60.275]],[\"comment/1881\",[]],[\"name/1882\",[139,60.275]],[\"comment/1882\",[]],[\"name/1883\",[140,60.275]],[\"comment/1883\",[]],[\"name/1884\",[141,60.275]],[\"comment/1884\",[]],[\"name/1885\",[143,59.719]],[\"comment/1885\",[]],[\"name/1886\",[144,59.719]],[\"comment/1886\",[]],[\"name/1887\",[145,59.719]],[\"comment/1887\",[]],[\"name/1888\",[146,59.719]],[\"comment/1888\",[]],[\"name/1889\",[147,60.275]],[\"comment/1889\",[]],[\"name/1890\",[148,60.275]],[\"comment/1890\",[]],[\"name/1891\",[149,60.275]],[\"comment/1891\",[]],[\"name/1892\",[150,60.275]],[\"comment/1892\",[]],[\"name/1893\",[151,60.275]],[\"comment/1893\",[]],[\"name/1894\",[152,60.275]],[\"comment/1894\",[]],[\"name/1895\",[153,60.275]],[\"comment/1895\",[]],[\"name/1896\",[154,60.275]],[\"comment/1896\",[]],[\"name/1897\",[155,58.216]],[\"comment/1897\",[]],[\"name/1898\",[156,60.275]],[\"comment/1898\",[]],[\"name/1899\",[157,60.275]],[\"comment/1899\",[]],[\"name/1900\",[1,44.292]],[\"comment/1900\",[]],[\"name/1901\",[158,56.91]],[\"comment/1901\",[]],[\"name/1902\",[159,56.91]],[\"comment/1902\",[]],[\"name/1903\",[160,60.275]],[\"comment/1903\",[]],[\"name/1904\",[161,60.275]],[\"comment/1904\",[]],[\"name/1905\",[162,60.275]],[\"comment/1905\",[]],[\"name/1906\",[163,56.91]],[\"comment/1906\",[]],[\"name/1907\",[164,59.719]],[\"comment/1907\",[]],[\"name/1908\",[167,60.275]],[\"comment/1908\",[]],[\"name/1909\",[168,60.275]],[\"comment/1909\",[]],[\"name/1910\",[169,60.275]],[\"comment/1910\",[]],[\"name/1911\",[170,60.275]],[\"comment/1911\",[]],[\"name/1912\",[171,57.326]],[\"comment/1912\",[]],[\"name/1913\",[172,59.719]],[\"comment/1913\",[]],[\"name/1914\",[173,59.719]],[\"comment/1914\",[]],[\"name/1915\",[26,50.5]],[\"comment/1915\",[]],[\"name/1916\",[22,49.479]],[\"comment/1916\",[]],[\"name/1917\",[41,52.652]],[\"comment/1917\",[]],[\"name/1918\",[42,52.652]],[\"comment/1918\",[]],[\"name/1919\",[174,53.78]],[\"comment/1919\",[]],[\"name/1920\",[175,59.193]],[\"comment/1920\",[]],[\"name/1921\",[176,59.719]],[\"comment/1921\",[]],[\"name/1922\",[177,59.719]],[\"comment/1922\",[]],[\"name/1923\",[178,59.719]],[\"comment/1923\",[]],[\"name/1924\",[179,59.719]],[\"comment/1924\",[]],[\"name/1925\",[180,59.719]],[\"comment/1925\",[]],[\"name/1926\",[181,59.719]],[\"comment/1926\",[]],[\"name/1927\",[182,59.719]],[\"comment/1927\",[]],[\"name/1928\",[183,59.719]],[\"comment/1928\",[]],[\"name/1929\",[184,58.216]],[\"comment/1929\",[]],[\"name/1930\",[185,59.719]],[\"comment/1930\",[]],[\"name/1931\",[186,59.719]],[\"comment/1931\",[]],[\"name/1932\",[188,59.193]],[\"comment/1932\",[]],[\"name/1933\",[189,59.719]],[\"comment/1933\",[]],[\"name/1934\",[190,59.719]],[\"comment/1934\",[]],[\"name/1935\",[191,59.719]],[\"comment/1935\",[]],[\"name/1936\",[192,59.719]],[\"comment/1936\",[]],[\"name/1937\",[193,59.719]],[\"comment/1937\",[]],[\"name/1938\",[34,53.486]],[\"comment/1938\",[]],[\"name/1939\",[32,53.486]],[\"comment/1939\",[]],[\"name/1940\",[33,53.486]],[\"comment/1940\",[]],[\"name/1941\",[44,47.074]],[\"comment/1941\",[]],[\"name/1942\",[45,47.074]],[\"comment/1942\",[]],[\"name/1943\",[46,47.074]],[\"comment/1943\",[]],[\"name/1944\",[47,47.074]],[\"comment/1944\",[]],[\"name/1945\",[48,47.074]],[\"comment/1945\",[]],[\"name/1946\",[49,47.074]],[\"comment/1946\",[]],[\"name/1947\",[50,47.074]],[\"comment/1947\",[]],[\"name/1948\",[51,47.074]],[\"comment/1948\",[]],[\"name/1949\",[52,47.074]],[\"comment/1949\",[]],[\"name/1950\",[53,47.074]],[\"comment/1950\",[]],[\"name/1951\",[54,47.074]],[\"comment/1951\",[]],[\"name/1952\",[55,47.074]],[\"comment/1952\",[]],[\"name/1953\",[56,47.074]],[\"comment/1953\",[]],[\"name/1954\",[57,47.074]],[\"comment/1954\",[]],[\"name/1955\",[58,47.074]],[\"comment/1955\",[]],[\"name/1956\",[59,47.074]],[\"comment/1956\",[]],[\"name/1957\",[60,47.074]],[\"comment/1957\",[]],[\"name/1958\",[61,47.074]],[\"comment/1958\",[]],[\"name/1959\",[62,47.074]],[\"comment/1959\",[]],[\"name/1960\",[63,46.773]],[\"comment/1960\",[]],[\"name/1961\",[64,46.773]],[\"comment/1961\",[]],[\"name/1962\",[65,47.074]],[\"comment/1962\",[]],[\"name/1963\",[66,43.198]],[\"comment/1963\",[]],[\"name/1964\",[67,46.626]],[\"comment/1964\",[]],[\"name/1965\",[68,46.626]],[\"comment/1965\",[]],[\"name/1966\",[69,47.074]],[\"comment/1966\",[]],[\"name/1967\",[70,46.922]],[\"comment/1967\",[]],[\"name/1968\",[71,46.922]],[\"comment/1968\",[]],[\"name/1969\",[72,47.074]],[\"comment/1969\",[]],[\"name/1970\",[73,47.074]],[\"comment/1970\",[]],[\"name/1971\",[74,47.074]],[\"comment/1971\",[]],[\"name/1972\",[75,46.922]],[\"comment/1972\",[]],[\"name/1973\",[76,46.773]],[\"comment/1973\",[]],[\"name/1974\",[77,46.773]],[\"comment/1974\",[]],[\"name/1975\",[109,59.719]],[\"comment/1975\",[]],[\"name/1976\",[703,84.848]],[\"comment/1976\",[]],[\"name/1977\",[704,84.848]],[\"comment/1977\",[]],[\"name/1978\",[705,84.848]],[\"comment/1978\",[]],[\"name/1979\",[13,54.083]],[\"comment/1979\",[]],[\"name/1980\",[706,84.848]],[\"comment/1980\",[]],[\"name/1981\",[707,84.848]],[\"comment/1981\",[]],[\"name/1982\",[708,84.848]],[\"comment/1982\",[]],[\"name/1983\",[709,84.848]],[\"comment/1983\",[]],[\"name/1984\",[710,84.848]],[\"comment/1984\",[]],[\"name/1985\",[711,84.848]],[\"comment/1985\",[]],[\"name/1986\",[443,63.641]],[\"comment/1986\",[]],[\"name/1987\",[96,67.498]],[\"comment/1987\",[]],[\"name/1988\",[712,84.848]],[\"comment/1988\",[]],[\"name/1989\",[713,84.848]],[\"comment/1989\",[]],[\"name/1990\",[714,84.848]],[\"comment/1990\",[]],[\"name/1991\",[6,60.275]],[\"comment/1991\",[]],[\"name/1992\",[229,68.75]],[\"comment/1992\",[]],[\"name/1993\",[715,84.848]],[\"comment/1993\",[]],[\"name/1994\",[716,84.848]],[\"comment/1994\",[]],[\"name/1995\",[717,84.848]],[\"comment/1995\",[]],[\"name/1996\",[718,84.848]],[\"comment/1996\",[]],[\"name/1997\",[22,49.479]],[\"comment/1997\",[]],[\"name/1998\",[719,84.848]],[\"comment/1998\",[]],[\"name/1999\",[9,46.197]],[\"comment/1999\",[]],[\"name/2000\",[720,84.848]],[\"comment/2000\",[]],[\"name/2001\",[6,60.275]],[\"comment/2001\",[]],[\"name/2002\",[259,65.384]],[\"comment/2002\",[]],[\"name/2003\",[596,79.739]],[\"comment/2003\",[]],[\"name/2004\",[597,79.739]],[\"comment/2004\",[]],[\"name/2005\",[365,73.859]],[\"comment/2005\",[]],[\"name/2006\",[115,57.326]],[\"comment/2006\",[]],[\"name/2007\",[121,56.91]],[\"comment/2007\",[]],[\"name/2008\",[600,79.739]],[\"comment/2008\",[]],[\"name/2009\",[721,84.848]],[\"comment/2009\",[]],[\"name/2010\",[66,43.198]],[\"comment/2010\",[]],[\"name/2011\",[722,84.848]],[\"comment/2011\",[]],[\"name/2012\",[253,79.739]],[\"comment/2012\",[]],[\"name/2013\",[0,59.719]],[\"comment/2013\",[]],[\"name/2014\",[723,84.848]],[\"comment/2014\",[]],[\"name/2015\",[724,84.848]],[\"comment/2015\",[]],[\"name/2016\",[309,66.385]],[\"comment/2016\",[]],[\"name/2017\",[9,46.197]],[\"comment/2017\",[]],[\"name/2018\",[725,79.739]],[\"comment/2018\",[]],[\"name/2019\",[726,79.739]],[\"comment/2019\",[]],[\"name/2020\",[727,79.739]],[\"comment/2020\",[]],[\"name/2021\",[728,79.739]],[\"comment/2021\",[]],[\"name/2022\",[1,44.292]],[\"comment/2022\",[]],[\"name/2023\",[66,43.198]],[\"comment/2023\",[]],[\"name/2024\",[309,66.385]],[\"comment/2024\",[]],[\"name/2025\",[729,79.739]],[\"comment/2025\",[]],[\"name/2026\",[730,79.739]],[\"comment/2026\",[]],[\"name/2027\",[731,79.739]],[\"comment/2027\",[]],[\"name/2028\",[732,79.739]],[\"comment/2028\",[]],[\"name/2029\",[22,49.479]],[\"comment/2029\",[]],[\"name/2030\",[15,46.922]],[\"comment/2030\",[]],[\"name/2031\",[16,44.063]],[\"comment/2031\",[]],[\"name/2032\",[733,79.739]],[\"comment/2032\",[]],[\"name/2033\",[96,67.498]],[\"comment/2033\",[]],[\"name/2034\",[339,70.181]],[\"comment/2034\",[]],[\"name/2035\",[734,79.739]],[\"comment/2035\",[]],[\"name/2036\",[735,79.739]],[\"comment/2036\",[]],[\"name/2037\",[121,56.91]],[\"comment/2037\",[]],[\"name/2038\",[25,44.645]],[\"comment/2038\",[]],[\"name/2039\",[736,79.739]],[\"comment/2039\",[]],[\"name/2040\",[469,70.181]],[\"comment/2040\",[]],[\"name/2041\",[737,79.739]],[\"comment/2041\",[]],[\"name/2042\",[129,54.083]],[\"comment/2042\",[]],[\"name/2043\",[42,52.652]],[\"comment/2043\",[]],[\"name/2044\",[41,52.652]],[\"comment/2044\",[]],[\"name/2045\",[738,79.739]],[\"comment/2045\",[]],[\"name/2046\",[38,59.719]],[\"comment/2046\",[]],[\"name/2047\",[171,57.326]],[\"comment/2047\",[]],[\"name/2048\",[739,79.739]],[\"comment/2048\",[]],[\"name/2049\",[163,56.91]],[\"comment/2049\",[]],[\"name/2050\",[740,79.739]],[\"comment/2050\",[]],[\"name/2051\",[741,79.739]],[\"comment/2051\",[]],[\"name/2052\",[742,79.739]],[\"comment/2052\",[]],[\"name/2053\",[743,79.739]],[\"comment/2053\",[]],[\"name/2054\",[128,54.396]],[\"comment/2054\",[]],[\"name/2055\",[744,79.739]],[\"comment/2055\",[]],[\"name/2056\",[44,47.074]],[\"comment/2056\",[]],[\"name/2057\",[45,47.074]],[\"comment/2057\",[]],[\"name/2058\",[46,47.074]],[\"comment/2058\",[]],[\"name/2059\",[47,47.074]],[\"comment/2059\",[]],[\"name/2060\",[48,47.074]],[\"comment/2060\",[]],[\"name/2061\",[49,47.074]],[\"comment/2061\",[]],[\"name/2062\",[50,47.074]],[\"comment/2062\",[]],[\"name/2063\",[51,47.074]],[\"comment/2063\",[]],[\"name/2064\",[52,47.074]],[\"comment/2064\",[]],[\"name/2065\",[53,47.074]],[\"comment/2065\",[]],[\"name/2066\",[54,47.074]],[\"comment/2066\",[]],[\"name/2067\",[55,47.074]],[\"comment/2067\",[]],[\"name/2068\",[56,47.074]],[\"comment/2068\",[]],[\"name/2069\",[57,47.074]],[\"comment/2069\",[]],[\"name/2070\",[58,47.074]],[\"comment/2070\",[]],[\"name/2071\",[59,47.074]],[\"comment/2071\",[]],[\"name/2072\",[60,47.074]],[\"comment/2072\",[]],[\"name/2073\",[61,47.074]],[\"comment/2073\",[]],[\"name/2074\",[62,47.074]],[\"comment/2074\",[]],[\"name/2075\",[63,46.773]],[\"comment/2075\",[]],[\"name/2076\",[64,46.773]],[\"comment/2076\",[]],[\"name/2077\",[65,47.074]],[\"comment/2077\",[]],[\"name/2078\",[66,43.198]],[\"comment/2078\",[]],[\"name/2079\",[67,46.626]],[\"comment/2079\",[]],[\"name/2080\",[68,46.626]],[\"comment/2080\",[]],[\"name/2081\",[69,47.074]],[\"comment/2081\",[]],[\"name/2082\",[70,46.922]],[\"comment/2082\",[]],[\"name/2083\",[71,46.922]],[\"comment/2083\",[]],[\"name/2084\",[72,47.074]],[\"comment/2084\",[]],[\"name/2085\",[73,47.074]],[\"comment/2085\",[]],[\"name/2086\",[74,47.074]],[\"comment/2086\",[]],[\"name/2087\",[75,46.922]],[\"comment/2087\",[]],[\"name/2088\",[76,46.773]],[\"comment/2088\",[]],[\"name/2089\",[77,46.773]],[\"comment/2089\",[]],[\"name/2090\",[745,84.848]],[\"comment/2090\",[]],[\"name/2091\",[746,84.848]],[\"comment/2091\",[]],[\"name/2092\",[0,59.719]],[\"comment/2092\",[]],[\"name/2093\",[493,73.859]],[\"comment/2093\",[]],[\"name/2094\",[9,46.197]],[\"comment/2094\",[]],[\"name/2095\",[104,60.275]],[\"comment/2095\",[]],[\"name/2096\",[15,46.922]],[\"comment/2096\",[]],[\"name/2097\",[16,44.063]],[\"comment/2097\",[]],[\"name/2098\",[747,76.373]],[\"comment/2098\",[]],[\"name/2099\",[62,47.074]],[\"comment/2099\",[]],[\"name/2100\",[108,56.509]],[\"comment/2100\",[]],[\"name/2101\",[748,70.181]],[\"comment/2101\",[]],[\"name/2102\",[139,60.275]],[\"comment/2102\",[]],[\"name/2103\",[25,44.645]],[\"comment/2103\",[]],[\"name/2104\",[109,59.719]],[\"comment/2104\",[]],[\"name/2105\",[110,57.326]],[\"comment/2105\",[]],[\"name/2106\",[111,59.719]],[\"comment/2106\",[]],[\"name/2107\",[18,52.922]],[\"comment/2107\",[]],[\"name/2108\",[1,44.292]],[\"comment/2108\",[]],[\"name/2109\",[112,60.275]],[\"comment/2109\",[]],[\"name/2110\",[25,44.645]],[\"comment/2110\",[]],[\"name/2111\",[113,60.275]],[\"comment/2111\",[]],[\"name/2112\",[114,60.275]],[\"comment/2112\",[]],[\"name/2113\",[115,57.326]],[\"comment/2113\",[]],[\"name/2114\",[116,60.275]],[\"comment/2114\",[]],[\"name/2115\",[117,60.275]],[\"comment/2115\",[]],[\"name/2116\",[118,57.761]],[\"comment/2116\",[]],[\"name/2117\",[119,60.275]],[\"comment/2117\",[]],[\"name/2118\",[120,60.275]],[\"comment/2118\",[]],[\"name/2119\",[121,56.91]],[\"comment/2119\",[]],[\"name/2120\",[66,43.198]],[\"comment/2120\",[]],[\"name/2121\",[122,58.692]],[\"comment/2121\",[]],[\"name/2122\",[123,60.275]],[\"comment/2122\",[]],[\"name/2123\",[124,60.275]],[\"comment/2123\",[]],[\"name/2124\",[125,59.719]],[\"comment/2124\",[]],[\"name/2125\",[126,60.275]],[\"comment/2125\",[]],[\"name/2126\",[127,54.396]],[\"comment/2126\",[]],[\"name/2127\",[128,54.396]],[\"comment/2127\",[]],[\"name/2128\",[129,54.083]],[\"comment/2128\",[]],[\"name/2129\",[130,60.275]],[\"comment/2129\",[]],[\"name/2130\",[131,60.275]],[\"comment/2130\",[]],[\"name/2131\",[132,60.275]],[\"comment/2131\",[]],[\"name/2132\",[133,60.275]],[\"comment/2132\",[]],[\"name/2133\",[134,59.719]],[\"comment/2133\",[]],[\"name/2134\",[135,60.275]],[\"comment/2134\",[]],[\"name/2135\",[136,60.275]],[\"comment/2135\",[]],[\"name/2136\",[137,59.719]],[\"comment/2136\",[]],[\"name/2137\",[138,60.275]],[\"comment/2137\",[]],[\"name/2138\",[140,60.275]],[\"comment/2138\",[]],[\"name/2139\",[141,60.275]],[\"comment/2139\",[]],[\"name/2140\",[142,59.193]],[\"comment/2140\",[]],[\"name/2141\",[143,59.719]],[\"comment/2141\",[]],[\"name/2142\",[144,59.719]],[\"comment/2142\",[]],[\"name/2143\",[145,59.719]],[\"comment/2143\",[]],[\"name/2144\",[146,59.719]],[\"comment/2144\",[]],[\"name/2145\",[147,60.275]],[\"comment/2145\",[]],[\"name/2146\",[148,60.275]],[\"comment/2146\",[]],[\"name/2147\",[149,60.275]],[\"comment/2147\",[]],[\"name/2148\",[150,60.275]],[\"comment/2148\",[]],[\"name/2149\",[151,60.275]],[\"comment/2149\",[]],[\"name/2150\",[152,60.275]],[\"comment/2150\",[]],[\"name/2151\",[153,60.275]],[\"comment/2151\",[]],[\"name/2152\",[154,60.275]],[\"comment/2152\",[]],[\"name/2153\",[155,58.216]],[\"comment/2153\",[]],[\"name/2154\",[156,60.275]],[\"comment/2154\",[]],[\"name/2155\",[157,60.275]],[\"comment/2155\",[]],[\"name/2156\",[1,44.292]],[\"comment/2156\",[]],[\"name/2157\",[158,56.91]],[\"comment/2157\",[]],[\"name/2158\",[159,56.91]],[\"comment/2158\",[]],[\"name/2159\",[160,60.275]],[\"comment/2159\",[]],[\"name/2160\",[161,60.275]],[\"comment/2160\",[]],[\"name/2161\",[162,60.275]],[\"comment/2161\",[]],[\"name/2162\",[163,56.91]],[\"comment/2162\",[]],[\"name/2163\",[164,59.719]],[\"comment/2163\",[]],[\"name/2164\",[165,59.719]],[\"comment/2164\",[]],[\"name/2165\",[166,60.275]],[\"comment/2165\",[]],[\"name/2166\",[167,60.275]],[\"comment/2166\",[]],[\"name/2167\",[168,60.275]],[\"comment/2167\",[]],[\"name/2168\",[169,60.275]],[\"comment/2168\",[]],[\"name/2169\",[170,60.275]],[\"comment/2169\",[]],[\"name/2170\",[171,57.326]],[\"comment/2170\",[]],[\"name/2171\",[172,59.719]],[\"comment/2171\",[]],[\"name/2172\",[173,59.719]],[\"comment/2172\",[]],[\"name/2173\",[26,50.5]],[\"comment/2173\",[]],[\"name/2174\",[22,49.479]],[\"comment/2174\",[]],[\"name/2175\",[41,52.652]],[\"comment/2175\",[]],[\"name/2176\",[42,52.652]],[\"comment/2176\",[]],[\"name/2177\",[174,53.78]],[\"comment/2177\",[]],[\"name/2178\",[175,59.193]],[\"comment/2178\",[]],[\"name/2179\",[176,59.719]],[\"comment/2179\",[]],[\"name/2180\",[177,59.719]],[\"comment/2180\",[]],[\"name/2181\",[178,59.719]],[\"comment/2181\",[]],[\"name/2182\",[179,59.719]],[\"comment/2182\",[]],[\"name/2183\",[180,59.719]],[\"comment/2183\",[]],[\"name/2184\",[181,59.719]],[\"comment/2184\",[]],[\"name/2185\",[182,59.719]],[\"comment/2185\",[]],[\"name/2186\",[183,59.719]],[\"comment/2186\",[]],[\"name/2187\",[107,59.719]],[\"comment/2187\",[]],[\"name/2188\",[184,58.216]],[\"comment/2188\",[]],[\"name/2189\",[185,59.719]],[\"comment/2189\",[]],[\"name/2190\",[186,59.719]],[\"comment/2190\",[]],[\"name/2191\",[187,56.91]],[\"comment/2191\",[]],[\"name/2192\",[188,59.193]],[\"comment/2192\",[]],[\"name/2193\",[189,59.719]],[\"comment/2193\",[]],[\"name/2194\",[190,59.719]],[\"comment/2194\",[]],[\"name/2195\",[191,59.719]],[\"comment/2195\",[]],[\"name/2196\",[192,59.719]],[\"comment/2196\",[]],[\"name/2197\",[193,59.719]],[\"comment/2197\",[]],[\"name/2198\",[34,53.486]],[\"comment/2198\",[]],[\"name/2199\",[32,53.486]],[\"comment/2199\",[]],[\"name/2200\",[33,53.486]],[\"comment/2200\",[]],[\"name/2201\",[44,47.074]],[\"comment/2201\",[]],[\"name/2202\",[45,47.074]],[\"comment/2202\",[]],[\"name/2203\",[46,47.074]],[\"comment/2203\",[]],[\"name/2204\",[47,47.074]],[\"comment/2204\",[]],[\"name/2205\",[48,47.074]],[\"comment/2205\",[]],[\"name/2206\",[49,47.074]],[\"comment/2206\",[]],[\"name/2207\",[50,47.074]],[\"comment/2207\",[]],[\"name/2208\",[51,47.074]],[\"comment/2208\",[]],[\"name/2209\",[52,47.074]],[\"comment/2209\",[]],[\"name/2210\",[53,47.074]],[\"comment/2210\",[]],[\"name/2211\",[54,47.074]],[\"comment/2211\",[]],[\"name/2212\",[55,47.074]],[\"comment/2212\",[]],[\"name/2213\",[56,47.074]],[\"comment/2213\",[]],[\"name/2214\",[57,47.074]],[\"comment/2214\",[]],[\"name/2215\",[58,47.074]],[\"comment/2215\",[]],[\"name/2216\",[59,47.074]],[\"comment/2216\",[]],[\"name/2217\",[60,47.074]],[\"comment/2217\",[]],[\"name/2218\",[61,47.074]],[\"comment/2218\",[]],[\"name/2219\",[63,46.773]],[\"comment/2219\",[]],[\"name/2220\",[64,46.773]],[\"comment/2220\",[]],[\"name/2221\",[65,47.074]],[\"comment/2221\",[]],[\"name/2222\",[66,43.198]],[\"comment/2222\",[]],[\"name/2223\",[67,46.626]],[\"comment/2223\",[]],[\"name/2224\",[68,46.626]],[\"comment/2224\",[]],[\"name/2225\",[69,47.074]],[\"comment/2225\",[]],[\"name/2226\",[70,46.922]],[\"comment/2226\",[]],[\"name/2227\",[71,46.922]],[\"comment/2227\",[]],[\"name/2228\",[72,47.074]],[\"comment/2228\",[]],[\"name/2229\",[73,47.074]],[\"comment/2229\",[]],[\"name/2230\",[74,47.074]],[\"comment/2230\",[]],[\"name/2231\",[75,46.922]],[\"comment/2231\",[]],[\"name/2232\",[76,46.773]],[\"comment/2232\",[]],[\"name/2233\",[77,46.773]],[\"comment/2233\",[]],[\"name/2234\",[749,84.848]],[\"comment/2234\",[]],[\"name/2235\",[432,79.739]],[\"comment/2235\",[]],[\"name/2236\",[684,64.475]],[\"comment/2236\",[]],[\"name/2237\",[750,76.373]],[\"comment/2237\",[]],[\"name/2238\",[751,71.852]],[\"comment/2238\",[]],[\"name/2239\",[752,71.852]],[\"comment/2239\",[]],[\"name/2240\",[122,58.692]],[\"comment/2240\",[]],[\"name/2241\",[118,57.761]],[\"comment/2241\",[]],[\"name/2242\",[753,76.373]],[\"comment/2242\",[]],[\"name/2243\",[369,66.385]],[\"comment/2243\",[]],[\"name/2244\",[110,57.326]],[\"comment/2244\",[]],[\"name/2245\",[416,63.641]],[\"comment/2245\",[]],[\"name/2246\",[0,59.719]],[\"comment/2246\",[]],[\"name/2247\",[415,64.475]],[\"comment/2247\",[]],[\"name/2248\",[17,57.761]],[\"comment/2248\",[]],[\"name/2249\",[754,70.181]],[\"comment/2249\",[]],[\"name/2250\",[755,70.181]],[\"comment/2250\",[]],[\"name/2251\",[500,73.859]],[\"comment/2251\",[]],[\"name/2252\",[9,46.197]],[\"comment/2252\",[]],[\"name/2253\",[756,79.739]],[\"comment/2253\",[]],[\"name/2254\",[121,56.91]],[\"comment/2254\",[]],[\"name/2255\",[8,57.326]],[\"comment/2255\",[]],[\"name/2256\",[757,79.739]],[\"comment/2256\",[]],[\"name/2257\",[758,79.739]],[\"comment/2257\",[]],[\"name/2258\",[759,79.739]],[\"comment/2258\",[]],[\"name/2259\",[10,58.216]],[\"comment/2259\",[]],[\"name/2260\",[187,56.91]],[\"comment/2260\",[]],[\"name/2261\",[104,60.275]],[\"comment/2261\",[]],[\"name/2262\",[15,46.922]],[\"comment/2262\",[]],[\"name/2263\",[16,44.063]],[\"comment/2263\",[]],[\"name/2264\",[696,70.181]],[\"comment/2264\",[]],[\"name/2265\",[760,79.739]],[\"comment/2265\",[]],[\"name/2266\",[25,44.645]],[\"comment/2266\",[]],[\"name/2267\",[761,84.848]],[\"comment/2267\",[]],[\"name/2268\",[762,76.373]],[\"comment/2268\",[]],[\"name/2269\",[763,76.373]],[\"comment/2269\",[]],[\"name/2270\",[171,57.326]],[\"comment/2270\",[]],[\"name/2271\",[154,60.275]],[\"comment/2271\",[]],[\"name/2272\",[688,70.181]],[\"comment/2272\",[]],[\"name/2273\",[764,79.739]],[\"comment/2273\",[]],[\"name/2274\",[765,79.739]],[\"comment/2274\",[]],[\"name/2275\",[766,79.739]],[\"comment/2275\",[]],[\"name/2276\",[767,79.739]],[\"comment/2276\",[]],[\"name/2277\",[62,47.074]],[\"comment/2277\",[]],[\"name/2278\",[135,60.275]],[\"comment/2278\",[]],[\"name/2279\",[125,59.719]],[\"comment/2279\",[]],[\"name/2280\",[768,79.739]],[\"comment/2280\",[]],[\"name/2281\",[149,60.275]],[\"comment/2281\",[]],[\"name/2282\",[701,70.181]],[\"comment/2282\",[]],[\"name/2283\",[694,70.181]],[\"comment/2283\",[]],[\"name/2284\",[142,59.193]],[\"comment/2284\",[]],[\"name/2285\",[700,67.498]],[\"comment/2285\",[]],[\"name/2286\",[129,54.083]],[\"comment/2286\",[]],[\"name/2287\",[769,76.373]],[\"comment/2287\",[]],[\"name/2288\",[770,79.739]],[\"comment/2288\",[]],[\"name/2289\",[167,60.275]],[\"comment/2289\",[]],[\"name/2290\",[168,60.275]],[\"comment/2290\",[]],[\"name/2291\",[136,60.275]],[\"comment/2291\",[]],[\"name/2292\",[157,60.275]],[\"comment/2292\",[]],[\"name/2293\",[1,44.292]],[\"comment/2293\",[]],[\"name/2294\",[158,56.91]],[\"comment/2294\",[]],[\"name/2295\",[159,56.91]],[\"comment/2295\",[]],[\"name/2296\",[46,47.074]],[\"comment/2296\",[]],[\"name/2297\",[771,79.739]],[\"comment/2297\",[]],[\"name/2298\",[772,79.739]],[\"comment/2298\",[]],[\"name/2299\",[773,79.739]],[\"comment/2299\",[]],[\"name/2300\",[774,79.739]],[\"comment/2300\",[]],[\"name/2301\",[775,79.739]],[\"comment/2301\",[]],[\"name/2302\",[776,79.739]],[\"comment/2302\",[]],[\"name/2303\",[777,79.739]],[\"comment/2303\",[]],[\"name/2304\",[778,79.739]],[\"comment/2304\",[]],[\"name/2305\",[779,79.739]],[\"comment/2305\",[]],[\"name/2306\",[780,79.739]],[\"comment/2306\",[]],[\"name/2307\",[781,79.739]],[\"comment/2307\",[]],[\"name/2308\",[108,56.509]],[\"comment/2308\",[]],[\"name/2309\",[782,79.739]],[\"comment/2309\",[]],[\"name/2310\",[783,79.739]],[\"comment/2310\",[]],[\"name/2311\",[784,79.739]],[\"comment/2311\",[]],[\"name/2312\",[785,79.739]],[\"comment/2312\",[]],[\"name/2313\",[786,79.739]],[\"comment/2313\",[]],[\"name/2314\",[787,79.739]],[\"comment/2314\",[]],[\"name/2315\",[748,70.181]],[\"comment/2315\",[]],[\"name/2316\",[788,79.739]],[\"comment/2316\",[]],[\"name/2317\",[789,73.859]],[\"comment/2317\",[]],[\"name/2318\",[790,79.739]],[\"comment/2318\",[]],[\"name/2319\",[702,70.181]],[\"comment/2319\",[]],[\"name/2320\",[684,64.475]],[\"comment/2320\",[]],[\"name/2321\",[443,63.641]],[\"comment/2321\",[]],[\"name/2322\",[685,70.181]],[\"comment/2322\",[]],[\"name/2323\",[686,70.181]],[\"comment/2323\",[]],[\"name/2324\",[687,70.181]],[\"comment/2324\",[]],[\"name/2325\",[689,70.181]],[\"comment/2325\",[]],[\"name/2326\",[690,70.181]],[\"comment/2326\",[]],[\"name/2327\",[691,70.181]],[\"comment/2327\",[]],[\"name/2328\",[217,68.75]],[\"comment/2328\",[]],[\"name/2329\",[692,70.181]],[\"comment/2329\",[]],[\"name/2330\",[165,59.719]],[\"comment/2330\",[]],[\"name/2331\",[693,70.181]],[\"comment/2331\",[]],[\"name/2332\",[695,70.181]],[\"comment/2332\",[]],[\"name/2333\",[697,70.181]],[\"comment/2333\",[]],[\"name/2334\",[166,60.275]],[\"comment/2334\",[]],[\"name/2335\",[1,44.292]],[\"comment/2335\",[]],[\"name/2336\",[698,68.75]],[\"comment/2336\",[]],[\"name/2337\",[699,68.75]],[\"comment/2337\",[]],[\"name/2338\",[187,56.91]],[\"comment/2338\",[]],[\"name/2339\",[109,59.719]],[\"comment/2339\",[]],[\"name/2340\",[110,57.326]],[\"comment/2340\",[]],[\"name/2341\",[111,59.719]],[\"comment/2341\",[]],[\"name/2342\",[18,52.922]],[\"comment/2342\",[]],[\"name/2343\",[1,44.292]],[\"comment/2343\",[]],[\"name/2344\",[112,60.275]],[\"comment/2344\",[]],[\"name/2345\",[25,44.645]],[\"comment/2345\",[]],[\"name/2346\",[113,60.275]],[\"comment/2346\",[]],[\"name/2347\",[114,60.275]],[\"comment/2347\",[]],[\"name/2348\",[115,57.326]],[\"comment/2348\",[]],[\"name/2349\",[116,60.275]],[\"comment/2349\",[]],[\"name/2350\",[117,60.275]],[\"comment/2350\",[]],[\"name/2351\",[118,57.761]],[\"comment/2351\",[]],[\"name/2352\",[119,60.275]],[\"comment/2352\",[]],[\"name/2353\",[120,60.275]],[\"comment/2353\",[]],[\"name/2354\",[121,56.91]],[\"comment/2354\",[]],[\"name/2355\",[66,43.198]],[\"comment/2355\",[]],[\"name/2356\",[122,58.692]],[\"comment/2356\",[]],[\"name/2357\",[123,60.275]],[\"comment/2357\",[]],[\"name/2358\",[124,60.275]],[\"comment/2358\",[]],[\"name/2359\",[126,60.275]],[\"comment/2359\",[]],[\"name/2360\",[127,54.396]],[\"comment/2360\",[]],[\"name/2361\",[128,54.396]],[\"comment/2361\",[]],[\"name/2362\",[130,60.275]],[\"comment/2362\",[]],[\"name/2363\",[131,60.275]],[\"comment/2363\",[]],[\"name/2364\",[132,60.275]],[\"comment/2364\",[]],[\"name/2365\",[133,60.275]],[\"comment/2365\",[]],[\"name/2366\",[134,59.719]],[\"comment/2366\",[]],[\"name/2367\",[137,59.719]],[\"comment/2367\",[]],[\"name/2368\",[138,60.275]],[\"comment/2368\",[]],[\"name/2369\",[139,60.275]],[\"comment/2369\",[]],[\"name/2370\",[140,60.275]],[\"comment/2370\",[]],[\"name/2371\",[141,60.275]],[\"comment/2371\",[]],[\"name/2372\",[143,59.719]],[\"comment/2372\",[]],[\"name/2373\",[144,59.719]],[\"comment/2373\",[]],[\"name/2374\",[145,59.719]],[\"comment/2374\",[]],[\"name/2375\",[146,59.719]],[\"comment/2375\",[]],[\"name/2376\",[147,60.275]],[\"comment/2376\",[]],[\"name/2377\",[148,60.275]],[\"comment/2377\",[]],[\"name/2378\",[150,60.275]],[\"comment/2378\",[]],[\"name/2379\",[151,60.275]],[\"comment/2379\",[]],[\"name/2380\",[152,60.275]],[\"comment/2380\",[]],[\"name/2381\",[153,60.275]],[\"comment/2381\",[]],[\"name/2382\",[155,58.216]],[\"comment/2382\",[]],[\"name/2383\",[156,60.275]],[\"comment/2383\",[]],[\"name/2384\",[160,60.275]],[\"comment/2384\",[]],[\"name/2385\",[161,60.275]],[\"comment/2385\",[]],[\"name/2386\",[162,60.275]],[\"comment/2386\",[]],[\"name/2387\",[163,56.91]],[\"comment/2387\",[]],[\"name/2388\",[164,59.719]],[\"comment/2388\",[]],[\"name/2389\",[169,60.275]],[\"comment/2389\",[]],[\"name/2390\",[170,60.275]],[\"comment/2390\",[]],[\"name/2391\",[172,59.719]],[\"comment/2391\",[]],[\"name/2392\",[173,59.719]],[\"comment/2392\",[]],[\"name/2393\",[26,50.5]],[\"comment/2393\",[]],[\"name/2394\",[22,49.479]],[\"comment/2394\",[]],[\"name/2395\",[41,52.652]],[\"comment/2395\",[]],[\"name/2396\",[42,52.652]],[\"comment/2396\",[]],[\"name/2397\",[174,53.78]],[\"comment/2397\",[]],[\"name/2398\",[175,59.193]],[\"comment/2398\",[]],[\"name/2399\",[176,59.719]],[\"comment/2399\",[]],[\"name/2400\",[177,59.719]],[\"comment/2400\",[]],[\"name/2401\",[178,59.719]],[\"comment/2401\",[]],[\"name/2402\",[179,59.719]],[\"comment/2402\",[]],[\"name/2403\",[180,59.719]],[\"comment/2403\",[]],[\"name/2404\",[181,59.719]],[\"comment/2404\",[]],[\"name/2405\",[182,59.719]],[\"comment/2405\",[]],[\"name/2406\",[183,59.719]],[\"comment/2406\",[]],[\"name/2407\",[107,59.719]],[\"comment/2407\",[]],[\"name/2408\",[184,58.216]],[\"comment/2408\",[]],[\"name/2409\",[185,59.719]],[\"comment/2409\",[]],[\"name/2410\",[186,59.719]],[\"comment/2410\",[]],[\"name/2411\",[188,59.193]],[\"comment/2411\",[]],[\"name/2412\",[189,59.719]],[\"comment/2412\",[]],[\"name/2413\",[190,59.719]],[\"comment/2413\",[]],[\"name/2414\",[191,59.719]],[\"comment/2414\",[]],[\"name/2415\",[192,59.719]],[\"comment/2415\",[]],[\"name/2416\",[193,59.719]],[\"comment/2416\",[]],[\"name/2417\",[34,53.486]],[\"comment/2417\",[]],[\"name/2418\",[32,53.486]],[\"comment/2418\",[]],[\"name/2419\",[33,53.486]],[\"comment/2419\",[]],[\"name/2420\",[44,47.074]],[\"comment/2420\",[]],[\"name/2421\",[45,47.074]],[\"comment/2421\",[]],[\"name/2422\",[47,47.074]],[\"comment/2422\",[]],[\"name/2423\",[48,47.074]],[\"comment/2423\",[]],[\"name/2424\",[49,47.074]],[\"comment/2424\",[]],[\"name/2425\",[50,47.074]],[\"comment/2425\",[]],[\"name/2426\",[51,47.074]],[\"comment/2426\",[]],[\"name/2427\",[52,47.074]],[\"comment/2427\",[]],[\"name/2428\",[53,47.074]],[\"comment/2428\",[]],[\"name/2429\",[54,47.074]],[\"comment/2429\",[]],[\"name/2430\",[55,47.074]],[\"comment/2430\",[]],[\"name/2431\",[56,47.074]],[\"comment/2431\",[]],[\"name/2432\",[57,47.074]],[\"comment/2432\",[]],[\"name/2433\",[58,47.074]],[\"comment/2433\",[]],[\"name/2434\",[59,47.074]],[\"comment/2434\",[]],[\"name/2435\",[60,47.074]],[\"comment/2435\",[]],[\"name/2436\",[61,47.074]],[\"comment/2436\",[]],[\"name/2437\",[63,46.773]],[\"comment/2437\",[]],[\"name/2438\",[64,46.773]],[\"comment/2438\",[]],[\"name/2439\",[65,47.074]],[\"comment/2439\",[]],[\"name/2440\",[66,43.198]],[\"comment/2440\",[]],[\"name/2441\",[67,46.626]],[\"comment/2441\",[]],[\"name/2442\",[68,46.626]],[\"comment/2442\",[]],[\"name/2443\",[69,47.074]],[\"comment/2443\",[]],[\"name/2444\",[70,46.922]],[\"comment/2444\",[]],[\"name/2445\",[71,46.922]],[\"comment/2445\",[]],[\"name/2446\",[72,47.074]],[\"comment/2446\",[]],[\"name/2447\",[73,47.074]],[\"comment/2447\",[]],[\"name/2448\",[74,47.074]],[\"comment/2448\",[]],[\"name/2449\",[75,46.922]],[\"comment/2449\",[]],[\"name/2450\",[76,46.773]],[\"comment/2450\",[]],[\"name/2451\",[77,46.773]],[\"comment/2451\",[]],[\"name/2452\",[501,73.859]],[\"comment/2452\",[]],[\"name/2453\",[8,57.326]],[\"comment/2453\",[]],[\"name/2454\",[9,46.197]],[\"comment/2454\",[]],[\"name/2455\",[10,58.216]],[\"comment/2455\",[]],[\"name/2456\",[13,54.083]],[\"comment/2456\",[]],[\"name/2457\",[14,59.719]],[\"comment/2457\",[]],[\"name/2458\",[15,46.922]],[\"comment/2458\",[]],[\"name/2459\",[16,44.063]],[\"comment/2459\",[]],[\"name/2460\",[18,52.922]],[\"comment/2460\",[]],[\"name/2461\",[1,44.292]],[\"comment/2461\",[]],[\"name/2462\",[791,84.848]],[\"comment/2462\",[]],[\"name/2463\",[108,56.509]],[\"comment/2463\",[]],[\"name/2464\",[792,84.848]],[\"comment/2464\",[]],[\"name/2465\",[26,50.5]],[\"comment/2465\",[]],[\"name/2466\",[22,49.479]],[\"comment/2466\",[]],[\"name/2467\",[793,84.848]],[\"comment/2467\",[]],[\"name/2468\",[25,44.645]],[\"comment/2468\",[]],[\"name/2469\",[27,60.864]],[\"comment/2469\",[]],[\"name/2470\",[28,60.864]],[\"comment/2470\",[]],[\"name/2471\",[23,60.864]],[\"comment/2471\",[]],[\"name/2472\",[29,60.864]],[\"comment/2472\",[]],[\"name/2473\",[30,60.864]],[\"comment/2473\",[]],[\"name/2474\",[31,60.864]],[\"comment/2474\",[]],[\"name/2475\",[32,53.486]],[\"comment/2475\",[]],[\"name/2476\",[33,53.486]],[\"comment/2476\",[]],[\"name/2477\",[34,53.486]],[\"comment/2477\",[]],[\"name/2478\",[35,56.125]],[\"comment/2478\",[]],[\"name/2479\",[36,55.754]],[\"comment/2479\",[]],[\"name/2480\",[37,60.864]],[\"comment/2480\",[]],[\"name/2481\",[38,59.719]],[\"comment/2481\",[]],[\"name/2482\",[39,60.864]],[\"comment/2482\",[]],[\"name/2483\",[40,60.864]],[\"comment/2483\",[]],[\"name/2484\",[41,52.652]],[\"comment/2484\",[]],[\"name/2485\",[42,52.652]],[\"comment/2485\",[]],[\"name/2486\",[43,60.864]],[\"comment/2486\",[]],[\"name/2487\",[44,47.074]],[\"comment/2487\",[]],[\"name/2488\",[45,47.074]],[\"comment/2488\",[]],[\"name/2489\",[46,47.074]],[\"comment/2489\",[]],[\"name/2490\",[47,47.074]],[\"comment/2490\",[]],[\"name/2491\",[48,47.074]],[\"comment/2491\",[]],[\"name/2492\",[49,47.074]],[\"comment/2492\",[]],[\"name/2493\",[50,47.074]],[\"comment/2493\",[]],[\"name/2494\",[51,47.074]],[\"comment/2494\",[]],[\"name/2495\",[52,47.074]],[\"comment/2495\",[]],[\"name/2496\",[53,47.074]],[\"comment/2496\",[]],[\"name/2497\",[54,47.074]],[\"comment/2497\",[]],[\"name/2498\",[55,47.074]],[\"comment/2498\",[]],[\"name/2499\",[56,47.074]],[\"comment/2499\",[]],[\"name/2500\",[57,47.074]],[\"comment/2500\",[]],[\"name/2501\",[58,47.074]],[\"comment/2501\",[]],[\"name/2502\",[59,47.074]],[\"comment/2502\",[]],[\"name/2503\",[60,47.074]],[\"comment/2503\",[]],[\"name/2504\",[61,47.074]],[\"comment/2504\",[]],[\"name/2505\",[62,47.074]],[\"comment/2505\",[]],[\"name/2506\",[63,46.773]],[\"comment/2506\",[]],[\"name/2507\",[64,46.773]],[\"comment/2507\",[]],[\"name/2508\",[65,47.074]],[\"comment/2508\",[]],[\"name/2509\",[66,43.198]],[\"comment/2509\",[]],[\"name/2510\",[67,46.626]],[\"comment/2510\",[]],[\"name/2511\",[68,46.626]],[\"comment/2511\",[]],[\"name/2512\",[69,47.074]],[\"comment/2512\",[]],[\"name/2513\",[70,46.922]],[\"comment/2513\",[]],[\"name/2514\",[71,46.922]],[\"comment/2514\",[]],[\"name/2515\",[72,47.074]],[\"comment/2515\",[]],[\"name/2516\",[73,47.074]],[\"comment/2516\",[]],[\"name/2517\",[74,47.074]],[\"comment/2517\",[]],[\"name/2518\",[75,46.922]],[\"comment/2518\",[]],[\"name/2519\",[76,46.773]],[\"comment/2519\",[]],[\"name/2520\",[77,46.773]],[\"comment/2520\",[]],[\"name/2521\",[525,76.373]],[\"comment/2521\",[]],[\"name/2522\",[9,46.197]],[\"comment/2522\",[]],[\"name/2523\",[104,60.275]],[\"comment/2523\",[]],[\"name/2524\",[15,46.922]],[\"comment/2524\",[]],[\"name/2525\",[16,44.063]],[\"comment/2525\",[]],[\"name/2526\",[794,79.739]],[\"comment/2526\",[]],[\"name/2527\",[795,79.739]],[\"comment/2527\",[]],[\"name/2528\",[171,57.326]],[\"comment/2528\",[]],[\"name/2529\",[796,79.739]],[\"comment/2529\",[]],[\"name/2530\",[149,60.275]],[\"comment/2530\",[]],[\"name/2531\",[696,70.181]],[\"comment/2531\",[]],[\"name/2532\",[797,79.739]],[\"comment/2532\",[]],[\"name/2533\",[129,54.083]],[\"comment/2533\",[]],[\"name/2534\",[798,79.739]],[\"comment/2534\",[]],[\"name/2535\",[157,60.275]],[\"comment/2535\",[]],[\"name/2536\",[1,44.292]],[\"comment/2536\",[]],[\"name/2537\",[158,56.91]],[\"comment/2537\",[]],[\"name/2538\",[159,56.91]],[\"comment/2538\",[]],[\"name/2539\",[136,60.275]],[\"comment/2539\",[]],[\"name/2540\",[108,56.509]],[\"comment/2540\",[]],[\"name/2541\",[694,70.181]],[\"comment/2541\",[]],[\"name/2542\",[799,79.739]],[\"comment/2542\",[]],[\"name/2543\",[166,60.275]],[\"comment/2543\",[]],[\"name/2544\",[1,44.292]],[\"comment/2544\",[]],[\"name/2545\",[698,68.75]],[\"comment/2545\",[]],[\"name/2546\",[699,68.75]],[\"comment/2546\",[]],[\"name/2547\",[789,73.859]],[\"comment/2547\",[]],[\"name/2548\",[748,70.181]],[\"comment/2548\",[]],[\"name/2549\",[800,79.739]],[\"comment/2549\",[]],[\"name/2550\",[801,79.739]],[\"comment/2550\",[]],[\"name/2551\",[25,44.645]],[\"comment/2551\",[]],[\"name/2552\",[684,64.475]],[\"comment/2552\",[]],[\"name/2553\",[443,63.641]],[\"comment/2553\",[]],[\"name/2554\",[685,70.181]],[\"comment/2554\",[]],[\"name/2555\",[686,70.181]],[\"comment/2555\",[]],[\"name/2556\",[687,70.181]],[\"comment/2556\",[]],[\"name/2557\",[688,70.181]],[\"comment/2557\",[]],[\"name/2558\",[689,70.181]],[\"comment/2558\",[]],[\"name/2559\",[690,70.181]],[\"comment/2559\",[]],[\"name/2560\",[691,70.181]],[\"comment/2560\",[]],[\"name/2561\",[217,68.75]],[\"comment/2561\",[]],[\"name/2562\",[692,70.181]],[\"comment/2562\",[]],[\"name/2563\",[165,59.719]],[\"comment/2563\",[]],[\"name/2564\",[693,70.181]],[\"comment/2564\",[]],[\"name/2565\",[695,70.181]],[\"comment/2565\",[]],[\"name/2566\",[697,70.181]],[\"comment/2566\",[]],[\"name/2567\",[142,59.193]],[\"comment/2567\",[]],[\"name/2568\",[700,67.498]],[\"comment/2568\",[]],[\"name/2569\",[701,70.181]],[\"comment/2569\",[]],[\"name/2570\",[187,56.91]],[\"comment/2570\",[]],[\"name/2571\",[702,70.181]],[\"comment/2571\",[]],[\"name/2572\",[109,59.719]],[\"comment/2572\",[]],[\"name/2573\",[110,57.326]],[\"comment/2573\",[]],[\"name/2574\",[111,59.719]],[\"comment/2574\",[]],[\"name/2575\",[18,52.922]],[\"comment/2575\",[]],[\"name/2576\",[1,44.292]],[\"comment/2576\",[]],[\"name/2577\",[112,60.275]],[\"comment/2577\",[]],[\"name/2578\",[25,44.645]],[\"comment/2578\",[]],[\"name/2579\",[113,60.275]],[\"comment/2579\",[]],[\"name/2580\",[114,60.275]],[\"comment/2580\",[]],[\"name/2581\",[115,57.326]],[\"comment/2581\",[]],[\"name/2582\",[116,60.275]],[\"comment/2582\",[]],[\"name/2583\",[117,60.275]],[\"comment/2583\",[]],[\"name/2584\",[118,57.761]],[\"comment/2584\",[]],[\"name/2585\",[119,60.275]],[\"comment/2585\",[]],[\"name/2586\",[120,60.275]],[\"comment/2586\",[]],[\"name/2587\",[121,56.91]],[\"comment/2587\",[]],[\"name/2588\",[66,43.198]],[\"comment/2588\",[]],[\"name/2589\",[122,58.692]],[\"comment/2589\",[]],[\"name/2590\",[123,60.275]],[\"comment/2590\",[]],[\"name/2591\",[124,60.275]],[\"comment/2591\",[]],[\"name/2592\",[125,59.719]],[\"comment/2592\",[]],[\"name/2593\",[126,60.275]],[\"comment/2593\",[]],[\"name/2594\",[127,54.396]],[\"comment/2594\",[]],[\"name/2595\",[128,54.396]],[\"comment/2595\",[]],[\"name/2596\",[130,60.275]],[\"comment/2596\",[]],[\"name/2597\",[131,60.275]],[\"comment/2597\",[]],[\"name/2598\",[132,60.275]],[\"comment/2598\",[]],[\"name/2599\",[133,60.275]],[\"comment/2599\",[]],[\"name/2600\",[134,59.719]],[\"comment/2600\",[]],[\"name/2601\",[135,60.275]],[\"comment/2601\",[]],[\"name/2602\",[137,59.719]],[\"comment/2602\",[]],[\"name/2603\",[138,60.275]],[\"comment/2603\",[]],[\"name/2604\",[139,60.275]],[\"comment/2604\",[]],[\"name/2605\",[140,60.275]],[\"comment/2605\",[]],[\"name/2606\",[141,60.275]],[\"comment/2606\",[]],[\"name/2607\",[143,59.719]],[\"comment/2607\",[]],[\"name/2608\",[144,59.719]],[\"comment/2608\",[]],[\"name/2609\",[145,59.719]],[\"comment/2609\",[]],[\"name/2610\",[146,59.719]],[\"comment/2610\",[]],[\"name/2611\",[147,60.275]],[\"comment/2611\",[]],[\"name/2612\",[148,60.275]],[\"comment/2612\",[]],[\"name/2613\",[150,60.275]],[\"comment/2613\",[]],[\"name/2614\",[151,60.275]],[\"comment/2614\",[]],[\"name/2615\",[152,60.275]],[\"comment/2615\",[]],[\"name/2616\",[153,60.275]],[\"comment/2616\",[]],[\"name/2617\",[154,60.275]],[\"comment/2617\",[]],[\"name/2618\",[155,58.216]],[\"comment/2618\",[]],[\"name/2619\",[156,60.275]],[\"comment/2619\",[]],[\"name/2620\",[160,60.275]],[\"comment/2620\",[]],[\"name/2621\",[161,60.275]],[\"comment/2621\",[]],[\"name/2622\",[162,60.275]],[\"comment/2622\",[]],[\"name/2623\",[163,56.91]],[\"comment/2623\",[]],[\"name/2624\",[164,59.719]],[\"comment/2624\",[]],[\"name/2625\",[167,60.275]],[\"comment/2625\",[]],[\"name/2626\",[168,60.275]],[\"comment/2626\",[]],[\"name/2627\",[169,60.275]],[\"comment/2627\",[]],[\"name/2628\",[170,60.275]],[\"comment/2628\",[]],[\"name/2629\",[172,59.719]],[\"comment/2629\",[]],[\"name/2630\",[173,59.719]],[\"comment/2630\",[]],[\"name/2631\",[26,50.5]],[\"comment/2631\",[]],[\"name/2632\",[22,49.479]],[\"comment/2632\",[]],[\"name/2633\",[41,52.652]],[\"comment/2633\",[]],[\"name/2634\",[42,52.652]],[\"comment/2634\",[]],[\"name/2635\",[174,53.78]],[\"comment/2635\",[]],[\"name/2636\",[175,59.193]],[\"comment/2636\",[]],[\"name/2637\",[176,59.719]],[\"comment/2637\",[]],[\"name/2638\",[177,59.719]],[\"comment/2638\",[]],[\"name/2639\",[178,59.719]],[\"comment/2639\",[]],[\"name/2640\",[179,59.719]],[\"comment/2640\",[]],[\"name/2641\",[180,59.719]],[\"comment/2641\",[]],[\"name/2642\",[181,59.719]],[\"comment/2642\",[]],[\"name/2643\",[182,59.719]],[\"comment/2643\",[]],[\"name/2644\",[183,59.719]],[\"comment/2644\",[]],[\"name/2645\",[107,59.719]],[\"comment/2645\",[]],[\"name/2646\",[184,58.216]],[\"comment/2646\",[]],[\"name/2647\",[185,59.719]],[\"comment/2647\",[]],[\"name/2648\",[186,59.719]],[\"comment/2648\",[]],[\"name/2649\",[188,59.193]],[\"comment/2649\",[]],[\"name/2650\",[189,59.719]],[\"comment/2650\",[]],[\"name/2651\",[190,59.719]],[\"comment/2651\",[]],[\"name/2652\",[191,59.719]],[\"comment/2652\",[]],[\"name/2653\",[192,59.719]],[\"comment/2653\",[]],[\"name/2654\",[193,59.719]],[\"comment/2654\",[]],[\"name/2655\",[34,53.486]],[\"comment/2655\",[]],[\"name/2656\",[32,53.486]],[\"comment/2656\",[]],[\"name/2657\",[33,53.486]],[\"comment/2657\",[]],[\"name/2658\",[44,47.074]],[\"comment/2658\",[]],[\"name/2659\",[45,47.074]],[\"comment/2659\",[]],[\"name/2660\",[46,47.074]],[\"comment/2660\",[]],[\"name/2661\",[47,47.074]],[\"comment/2661\",[]],[\"name/2662\",[48,47.074]],[\"comment/2662\",[]],[\"name/2663\",[49,47.074]],[\"comment/2663\",[]],[\"name/2664\",[50,47.074]],[\"comment/2664\",[]],[\"name/2665\",[51,47.074]],[\"comment/2665\",[]],[\"name/2666\",[52,47.074]],[\"comment/2666\",[]],[\"name/2667\",[53,47.074]],[\"comment/2667\",[]],[\"name/2668\",[54,47.074]],[\"comment/2668\",[]],[\"name/2669\",[55,47.074]],[\"comment/2669\",[]],[\"name/2670\",[56,47.074]],[\"comment/2670\",[]],[\"name/2671\",[57,47.074]],[\"comment/2671\",[]],[\"name/2672\",[58,47.074]],[\"comment/2672\",[]],[\"name/2673\",[59,47.074]],[\"comment/2673\",[]],[\"name/2674\",[60,47.074]],[\"comment/2674\",[]],[\"name/2675\",[61,47.074]],[\"comment/2675\",[]],[\"name/2676\",[62,47.074]],[\"comment/2676\",[]],[\"name/2677\",[63,46.773]],[\"comment/2677\",[]],[\"name/2678\",[64,46.773]],[\"comment/2678\",[]],[\"name/2679\",[65,47.074]],[\"comment/2679\",[]],[\"name/2680\",[66,43.198]],[\"comment/2680\",[]],[\"name/2681\",[67,46.626]],[\"comment/2681\",[]],[\"name/2682\",[68,46.626]],[\"comment/2682\",[]],[\"name/2683\",[69,47.074]],[\"comment/2683\",[]],[\"name/2684\",[70,46.922]],[\"comment/2684\",[]],[\"name/2685\",[71,46.922]],[\"comment/2685\",[]],[\"name/2686\",[72,47.074]],[\"comment/2686\",[]],[\"name/2687\",[73,47.074]],[\"comment/2687\",[]],[\"name/2688\",[74,47.074]],[\"comment/2688\",[]],[\"name/2689\",[75,46.922]],[\"comment/2689\",[]],[\"name/2690\",[76,46.773]],[\"comment/2690\",[]],[\"name/2691\",[77,46.773]],[\"comment/2691\",[]],[\"name/2692\",[526,79.739]],[\"comment/2692\",[]],[\"name/2693\",[16,44.063]],[\"comment/2693\",[]],[\"name/2694\",[802,84.848]],[\"comment/2694\",[]],[\"name/2695\",[803,84.848]],[\"comment/2695\",[]],[\"name/2696\",[171,57.326]],[\"comment/2696\",[]],[\"name/2697\",[804,84.848]],[\"comment/2697\",[]],[\"name/2698\",[1,44.292]],[\"comment/2698\",[]],[\"name/2699\",[413,67.498]],[\"comment/2699\",[]],[\"name/2700\",[7,63.641]],[\"comment/2700\",[]],[\"name/2701\",[805,79.739]],[\"comment/2701\",[]],[\"name/2702\",[806,84.848]],[\"comment/2702\",[]],[\"name/2703\",[1,44.292]],[\"comment/2703\",[]],[\"name/2704\",[413,67.498]],[\"comment/2704\",[]],[\"name/2705\",[7,63.641]],[\"comment/2705\",[]],[\"name/2706\",[805,79.739]],[\"comment/2706\",[]],[\"name/2707\",[527,73.859]],[\"comment/2707\",[]],[\"name/2708\",[9,46.197]],[\"comment/2708\",[]],[\"name/2709\",[807,84.848]],[\"comment/2709\",[]],[\"name/2710\",[13,54.083]],[\"comment/2710\",[]],[\"name/2711\",[15,46.922]],[\"comment/2711\",[]],[\"name/2712\",[16,44.063]],[\"comment/2712\",[]],[\"name/2713\",[808,84.848]],[\"comment/2713\",[]],[\"name/2714\",[809,84.848]],[\"comment/2714\",[]],[\"name/2715\",[810,84.848]],[\"comment/2715\",[]],[\"name/2716\",[811,84.848]],[\"comment/2716\",[]],[\"name/2717\",[812,84.848]],[\"comment/2717\",[]],[\"name/2718\",[374,65.384]],[\"comment/2718\",[]],[\"name/2719\",[22,49.479]],[\"comment/2719\",[]],[\"name/2720\",[813,84.848]],[\"comment/2720\",[]],[\"name/2721\",[814,84.848]],[\"comment/2721\",[]],[\"name/2722\",[815,84.848]],[\"comment/2722\",[]],[\"name/2723\",[10,58.216]],[\"comment/2723\",[]],[\"name/2724\",[628,79.739]],[\"comment/2724\",[]],[\"name/2725\",[25,44.645]],[\"comment/2725\",[]],[\"name/2726\",[35,56.125]],[\"comment/2726\",[]],[\"name/2727\",[36,55.754]],[\"comment/2727\",[]],[\"name/2728\",[127,54.396]],[\"comment/2728\",[]],[\"name/2729\",[128,54.396]],[\"comment/2729\",[]],[\"name/2730\",[129,54.083]],[\"comment/2730\",[]],[\"name/2731\",[26,50.5]],[\"comment/2731\",[]],[\"name/2732\",[174,53.78]],[\"comment/2732\",[]],[\"name/2733\",[249,60.864]],[\"comment/2733\",[]],[\"name/2734\",[373,65.384]],[\"comment/2734\",[]],[\"name/2735\",[375,64.475]],[\"comment/2735\",[]],[\"name/2736\",[376,65.384]],[\"comment/2736\",[]],[\"name/2737\",[377,65.384]],[\"comment/2737\",[]],[\"name/2738\",[44,47.074]],[\"comment/2738\",[]],[\"name/2739\",[45,47.074]],[\"comment/2739\",[]],[\"name/2740\",[46,47.074]],[\"comment/2740\",[]],[\"name/2741\",[47,47.074]],[\"comment/2741\",[]],[\"name/2742\",[48,47.074]],[\"comment/2742\",[]],[\"name/2743\",[49,47.074]],[\"comment/2743\",[]],[\"name/2744\",[50,47.074]],[\"comment/2744\",[]],[\"name/2745\",[51,47.074]],[\"comment/2745\",[]],[\"name/2746\",[52,47.074]],[\"comment/2746\",[]],[\"name/2747\",[53,47.074]],[\"comment/2747\",[]],[\"name/2748\",[54,47.074]],[\"comment/2748\",[]],[\"name/2749\",[55,47.074]],[\"comment/2749\",[]],[\"name/2750\",[56,47.074]],[\"comment/2750\",[]],[\"name/2751\",[57,47.074]],[\"comment/2751\",[]],[\"name/2752\",[58,47.074]],[\"comment/2752\",[]],[\"name/2753\",[59,47.074]],[\"comment/2753\",[]],[\"name/2754\",[60,47.074]],[\"comment/2754\",[]],[\"name/2755\",[61,47.074]],[\"comment/2755\",[]],[\"name/2756\",[62,47.074]],[\"comment/2756\",[]],[\"name/2757\",[63,46.773]],[\"comment/2757\",[]],[\"name/2758\",[64,46.773]],[\"comment/2758\",[]],[\"name/2759\",[65,47.074]],[\"comment/2759\",[]],[\"name/2760\",[66,43.198]],[\"comment/2760\",[]],[\"name/2761\",[67,46.626]],[\"comment/2761\",[]],[\"name/2762\",[68,46.626]],[\"comment/2762\",[]],[\"name/2763\",[69,47.074]],[\"comment/2763\",[]],[\"name/2764\",[70,46.922]],[\"comment/2764\",[]],[\"name/2765\",[71,46.922]],[\"comment/2765\",[]],[\"name/2766\",[72,47.074]],[\"comment/2766\",[]],[\"name/2767\",[73,47.074]],[\"comment/2767\",[]],[\"name/2768\",[74,47.074]],[\"comment/2768\",[]],[\"name/2769\",[75,46.922]],[\"comment/2769\",[]],[\"name/2770\",[76,46.773]],[\"comment/2770\",[]],[\"name/2771\",[77,46.773]],[\"comment/2771\",[]],[\"name/2772\",[498,73.859]],[\"comment/2772\",[]],[\"name/2773\",[9,46.197]],[\"comment/2773\",[]],[\"name/2774\",[104,60.275]],[\"comment/2774\",[]],[\"name/2775\",[15,46.922]],[\"comment/2775\",[]],[\"name/2776\",[16,44.063]],[\"comment/2776\",[]],[\"name/2777\",[107,59.719]],[\"comment/2777\",[]],[\"name/2778\",[108,56.509]],[\"comment/2778\",[]],[\"name/2779\",[25,44.645]],[\"comment/2779\",[]],[\"name/2780\",[109,59.719]],[\"comment/2780\",[]],[\"name/2781\",[110,57.326]],[\"comment/2781\",[]],[\"name/2782\",[111,59.719]],[\"comment/2782\",[]],[\"name/2783\",[18,52.922]],[\"comment/2783\",[]],[\"name/2784\",[1,44.292]],[\"comment/2784\",[]],[\"name/2785\",[112,60.275]],[\"comment/2785\",[]],[\"name/2786\",[25,44.645]],[\"comment/2786\",[]],[\"name/2787\",[113,60.275]],[\"comment/2787\",[]],[\"name/2788\",[114,60.275]],[\"comment/2788\",[]],[\"name/2789\",[115,57.326]],[\"comment/2789\",[]],[\"name/2790\",[116,60.275]],[\"comment/2790\",[]],[\"name/2791\",[117,60.275]],[\"comment/2791\",[]],[\"name/2792\",[118,57.761]],[\"comment/2792\",[]],[\"name/2793\",[119,60.275]],[\"comment/2793\",[]],[\"name/2794\",[120,60.275]],[\"comment/2794\",[]],[\"name/2795\",[121,56.91]],[\"comment/2795\",[]],[\"name/2796\",[66,43.198]],[\"comment/2796\",[]],[\"name/2797\",[122,58.692]],[\"comment/2797\",[]],[\"name/2798\",[123,60.275]],[\"comment/2798\",[]],[\"name/2799\",[124,60.275]],[\"comment/2799\",[]],[\"name/2800\",[125,59.719]],[\"comment/2800\",[]],[\"name/2801\",[126,60.275]],[\"comment/2801\",[]],[\"name/2802\",[127,54.396]],[\"comment/2802\",[]],[\"name/2803\",[128,54.396]],[\"comment/2803\",[]],[\"name/2804\",[129,54.083]],[\"comment/2804\",[]],[\"name/2805\",[130,60.275]],[\"comment/2805\",[]],[\"name/2806\",[131,60.275]],[\"comment/2806\",[]],[\"name/2807\",[132,60.275]],[\"comment/2807\",[]],[\"name/2808\",[133,60.275]],[\"comment/2808\",[]],[\"name/2809\",[134,59.719]],[\"comment/2809\",[]],[\"name/2810\",[135,60.275]],[\"comment/2810\",[]],[\"name/2811\",[136,60.275]],[\"comment/2811\",[]],[\"name/2812\",[137,59.719]],[\"comment/2812\",[]],[\"name/2813\",[138,60.275]],[\"comment/2813\",[]],[\"name/2814\",[139,60.275]],[\"comment/2814\",[]],[\"name/2815\",[140,60.275]],[\"comment/2815\",[]],[\"name/2816\",[141,60.275]],[\"comment/2816\",[]],[\"name/2817\",[142,59.193]],[\"comment/2817\",[]],[\"name/2818\",[143,59.719]],[\"comment/2818\",[]],[\"name/2819\",[144,59.719]],[\"comment/2819\",[]],[\"name/2820\",[145,59.719]],[\"comment/2820\",[]],[\"name/2821\",[146,59.719]],[\"comment/2821\",[]],[\"name/2822\",[147,60.275]],[\"comment/2822\",[]],[\"name/2823\",[148,60.275]],[\"comment/2823\",[]],[\"name/2824\",[149,60.275]],[\"comment/2824\",[]],[\"name/2825\",[150,60.275]],[\"comment/2825\",[]],[\"name/2826\",[151,60.275]],[\"comment/2826\",[]],[\"name/2827\",[152,60.275]],[\"comment/2827\",[]],[\"name/2828\",[153,60.275]],[\"comment/2828\",[]],[\"name/2829\",[154,60.275]],[\"comment/2829\",[]],[\"name/2830\",[155,58.216]],[\"comment/2830\",[]],[\"name/2831\",[156,60.275]],[\"comment/2831\",[]],[\"name/2832\",[157,60.275]],[\"comment/2832\",[]],[\"name/2833\",[1,44.292]],[\"comment/2833\",[]],[\"name/2834\",[158,56.91]],[\"comment/2834\",[]],[\"name/2835\",[159,56.91]],[\"comment/2835\",[]],[\"name/2836\",[160,60.275]],[\"comment/2836\",[]],[\"name/2837\",[161,60.275]],[\"comment/2837\",[]],[\"name/2838\",[162,60.275]],[\"comment/2838\",[]],[\"name/2839\",[163,56.91]],[\"comment/2839\",[]],[\"name/2840\",[164,59.719]],[\"comment/2840\",[]],[\"name/2841\",[165,59.719]],[\"comment/2841\",[]],[\"name/2842\",[166,60.275]],[\"comment/2842\",[]],[\"name/2843\",[167,60.275]],[\"comment/2843\",[]],[\"name/2844\",[168,60.275]],[\"comment/2844\",[]],[\"name/2845\",[169,60.275]],[\"comment/2845\",[]],[\"name/2846\",[170,60.275]],[\"comment/2846\",[]],[\"name/2847\",[171,57.326]],[\"comment/2847\",[]],[\"name/2848\",[172,59.719]],[\"comment/2848\",[]],[\"name/2849\",[173,59.719]],[\"comment/2849\",[]],[\"name/2850\",[26,50.5]],[\"comment/2850\",[]],[\"name/2851\",[22,49.479]],[\"comment/2851\",[]],[\"name/2852\",[41,52.652]],[\"comment/2852\",[]],[\"name/2853\",[42,52.652]],[\"comment/2853\",[]],[\"name/2854\",[174,53.78]],[\"comment/2854\",[]],[\"name/2855\",[175,59.193]],[\"comment/2855\",[]],[\"name/2856\",[176,59.719]],[\"comment/2856\",[]],[\"name/2857\",[177,59.719]],[\"comment/2857\",[]],[\"name/2858\",[178,59.719]],[\"comment/2858\",[]],[\"name/2859\",[179,59.719]],[\"comment/2859\",[]],[\"name/2860\",[180,59.719]],[\"comment/2860\",[]],[\"name/2861\",[181,59.719]],[\"comment/2861\",[]],[\"name/2862\",[182,59.719]],[\"comment/2862\",[]],[\"name/2863\",[183,59.719]],[\"comment/2863\",[]],[\"name/2864\",[184,58.216]],[\"comment/2864\",[]],[\"name/2865\",[185,59.719]],[\"comment/2865\",[]],[\"name/2866\",[186,59.719]],[\"comment/2866\",[]],[\"name/2867\",[187,56.91]],[\"comment/2867\",[]],[\"name/2868\",[188,59.193]],[\"comment/2868\",[]],[\"name/2869\",[189,59.719]],[\"comment/2869\",[]],[\"name/2870\",[190,59.719]],[\"comment/2870\",[]],[\"name/2871\",[191,59.719]],[\"comment/2871\",[]],[\"name/2872\",[192,59.719]],[\"comment/2872\",[]],[\"name/2873\",[193,59.719]],[\"comment/2873\",[]],[\"name/2874\",[34,53.486]],[\"comment/2874\",[]],[\"name/2875\",[32,53.486]],[\"comment/2875\",[]],[\"name/2876\",[33,53.486]],[\"comment/2876\",[]],[\"name/2877\",[44,47.074]],[\"comment/2877\",[]],[\"name/2878\",[45,47.074]],[\"comment/2878\",[]],[\"name/2879\",[46,47.074]],[\"comment/2879\",[]],[\"name/2880\",[47,47.074]],[\"comment/2880\",[]],[\"name/2881\",[48,47.074]],[\"comment/2881\",[]],[\"name/2882\",[49,47.074]],[\"comment/2882\",[]],[\"name/2883\",[50,47.074]],[\"comment/2883\",[]],[\"name/2884\",[51,47.074]],[\"comment/2884\",[]],[\"name/2885\",[52,47.074]],[\"comment/2885\",[]],[\"name/2886\",[53,47.074]],[\"comment/2886\",[]],[\"name/2887\",[54,47.074]],[\"comment/2887\",[]],[\"name/2888\",[55,47.074]],[\"comment/2888\",[]],[\"name/2889\",[56,47.074]],[\"comment/2889\",[]],[\"name/2890\",[57,47.074]],[\"comment/2890\",[]],[\"name/2891\",[58,47.074]],[\"comment/2891\",[]],[\"name/2892\",[59,47.074]],[\"comment/2892\",[]],[\"name/2893\",[60,47.074]],[\"comment/2893\",[]],[\"name/2894\",[61,47.074]],[\"comment/2894\",[]],[\"name/2895\",[62,47.074]],[\"comment/2895\",[]],[\"name/2896\",[63,46.773]],[\"comment/2896\",[]],[\"name/2897\",[64,46.773]],[\"comment/2897\",[]],[\"name/2898\",[65,47.074]],[\"comment/2898\",[]],[\"name/2899\",[66,43.198]],[\"comment/2899\",[]],[\"name/2900\",[67,46.626]],[\"comment/2900\",[]],[\"name/2901\",[68,46.626]],[\"comment/2901\",[]],[\"name/2902\",[69,47.074]],[\"comment/2902\",[]],[\"name/2903\",[70,46.922]],[\"comment/2903\",[]],[\"name/2904\",[71,46.922]],[\"comment/2904\",[]],[\"name/2905\",[72,47.074]],[\"comment/2905\",[]],[\"name/2906\",[73,47.074]],[\"comment/2906\",[]],[\"name/2907\",[74,47.074]],[\"comment/2907\",[]],[\"name/2908\",[75,46.922]],[\"comment/2908\",[]],[\"name/2909\",[76,46.773]],[\"comment/2909\",[]],[\"name/2910\",[77,46.773]],[\"comment/2910\",[]],[\"name/2911\",[548,79.739]],[\"comment/2911\",[]],[\"name/2912\",[80,70.181]],[\"comment/2912\",[]],[\"name/2913\",[79,67.498]],[\"comment/2913\",[]],[\"name/2914\",[81,67.498]],[\"comment/2914\",[]],[\"name/2915\",[816,79.739]],[\"comment/2915\",[]],[\"name/2916\",[817,79.739]],[\"comment/2916\",[]],[\"name/2917\",[528,76.373]],[\"comment/2917\",[]],[\"name/2918\",[9,46.197]],[\"comment/2918\",[]],[\"name/2919\",[13,54.083]],[\"comment/2919\",[]],[\"name/2920\",[14,59.719]],[\"comment/2920\",[]],[\"name/2921\",[15,46.922]],[\"comment/2921\",[]],[\"name/2922\",[16,44.063]],[\"comment/2922\",[]],[\"name/2923\",[22,49.479]],[\"comment/2923\",[]],[\"name/2924\",[26,50.5]],[\"comment/2924\",[]],[\"name/2925\",[27,60.864]],[\"comment/2925\",[]],[\"name/2926\",[28,60.864]],[\"comment/2926\",[]],[\"name/2927\",[23,60.864]],[\"comment/2927\",[]],[\"name/2928\",[29,60.864]],[\"comment/2928\",[]],[\"name/2929\",[30,60.864]],[\"comment/2929\",[]],[\"name/2930\",[31,60.864]],[\"comment/2930\",[]],[\"name/2931\",[32,53.486]],[\"comment/2931\",[]],[\"name/2932\",[33,53.486]],[\"comment/2932\",[]],[\"name/2933\",[34,53.486]],[\"comment/2933\",[]],[\"name/2934\",[35,56.125]],[\"comment/2934\",[]],[\"name/2935\",[36,55.754]],[\"comment/2935\",[]],[\"name/2936\",[37,60.864]],[\"comment/2936\",[]],[\"name/2937\",[38,59.719]],[\"comment/2937\",[]],[\"name/2938\",[39,60.864]],[\"comment/2938\",[]],[\"name/2939\",[40,60.864]],[\"comment/2939\",[]],[\"name/2940\",[41,52.652]],[\"comment/2940\",[]],[\"name/2941\",[42,52.652]],[\"comment/2941\",[]],[\"name/2942\",[25,44.645]],[\"comment/2942\",[]],[\"name/2943\",[43,60.864]],[\"comment/2943\",[]],[\"name/2944\",[44,47.074]],[\"comment/2944\",[]],[\"name/2945\",[45,47.074]],[\"comment/2945\",[]],[\"name/2946\",[46,47.074]],[\"comment/2946\",[]],[\"name/2947\",[47,47.074]],[\"comment/2947\",[]],[\"name/2948\",[48,47.074]],[\"comment/2948\",[]],[\"name/2949\",[49,47.074]],[\"comment/2949\",[]],[\"name/2950\",[50,47.074]],[\"comment/2950\",[]],[\"name/2951\",[51,47.074]],[\"comment/2951\",[]],[\"name/2952\",[52,47.074]],[\"comment/2952\",[]],[\"name/2953\",[53,47.074]],[\"comment/2953\",[]],[\"name/2954\",[54,47.074]],[\"comment/2954\",[]],[\"name/2955\",[55,47.074]],[\"comment/2955\",[]],[\"name/2956\",[56,47.074]],[\"comment/2956\",[]],[\"name/2957\",[57,47.074]],[\"comment/2957\",[]],[\"name/2958\",[58,47.074]],[\"comment/2958\",[]],[\"name/2959\",[59,47.074]],[\"comment/2959\",[]],[\"name/2960\",[60,47.074]],[\"comment/2960\",[]],[\"name/2961\",[61,47.074]],[\"comment/2961\",[]],[\"name/2962\",[62,47.074]],[\"comment/2962\",[]],[\"name/2963\",[63,46.773]],[\"comment/2963\",[]],[\"name/2964\",[64,46.773]],[\"comment/2964\",[]],[\"name/2965\",[65,47.074]],[\"comment/2965\",[]],[\"name/2966\",[66,43.198]],[\"comment/2966\",[]],[\"name/2967\",[67,46.626]],[\"comment/2967\",[]],[\"name/2968\",[68,46.626]],[\"comment/2968\",[]],[\"name/2969\",[69,47.074]],[\"comment/2969\",[]],[\"name/2970\",[70,46.922]],[\"comment/2970\",[]],[\"name/2971\",[71,46.922]],[\"comment/2971\",[]],[\"name/2972\",[72,47.074]],[\"comment/2972\",[]],[\"name/2973\",[73,47.074]],[\"comment/2973\",[]],[\"name/2974\",[74,47.074]],[\"comment/2974\",[]],[\"name/2975\",[75,46.922]],[\"comment/2975\",[]],[\"name/2976\",[76,46.773]],[\"comment/2976\",[]],[\"name/2977\",[77,46.773]],[\"comment/2977\",[]],[\"name/2978\",[818,84.848]],[\"comment/2978\",[]],[\"name/2979\",[819,84.848]],[\"comment/2979\",[]],[\"name/2980\",[820,84.848]],[\"comment/2980\",[]],[\"name/2981\",[821,84.848]],[\"comment/2981\",[]],[\"name/2982\",[822,84.848]],[\"comment/2982\",[]],[\"name/2983\",[823,84.848]],[\"comment/2983\",[]],[\"name/2984\",[6,60.275]],[\"comment/2984\",[]],[\"name/2985\",[321,79.739]],[\"comment/2985\",[]],[\"name/2986\",[824,84.848]],[\"comment/2986\",[]],[\"name/2987\",[507,76.373]],[\"comment/2987\",[]],[\"name/2988\",[8,57.326]],[\"comment/2988\",[]],[\"name/2989\",[16,44.063]],[\"comment/2989\",[]],[\"name/2990\",[155,58.216]],[\"comment/2990\",[]],[\"name/2991\",[825,84.848]],[\"comment/2991\",[]],[\"name/2992\",[184,58.216]],[\"comment/2992\",[]],[\"name/2993\",[826,84.848]],[\"comment/2993\",[]],[\"name/2994\",[22,49.479]],[\"comment/2994\",[]],[\"name/2995\",[827,84.848]],[\"comment/2995\",[]],[\"name/2996\",[828,84.848]],[\"comment/2996\",[]],[\"name/2997\",[829,84.848]],[\"comment/2997\",[]],[\"name/2998\",[163,56.91]],[\"comment/2998\",[]],[\"name/2999\",[108,56.509]],[\"comment/2999\",[]],[\"name/3000\",[187,56.91]],[\"comment/3000\",[]],[\"name/3001\",[830,84.848]],[\"comment/3001\",[]],[\"name/3002\",[831,84.848]],[\"comment/3002\",[]],[\"name/3003\",[832,84.848]],[\"comment/3003\",[]],[\"name/3004\",[833,84.848]],[\"comment/3004\",[]],[\"name/3005\",[834,84.848]],[\"comment/3005\",[]],[\"name/3006\",[835,84.848]],[\"comment/3006\",[]],[\"name/3007\",[836,84.848]],[\"comment/3007\",[]],[\"name/3008\",[837,79.739]],[\"comment/3008\",[]],[\"name/3009\",[838,79.739]],[\"comment/3009\",[]],[\"name/3010\",[0,59.719]],[\"comment/3010\",[]],[\"name/3011\",[839,79.739]],[\"comment/3011\",[]],[\"name/3012\",[840,84.848]],[\"comment/3012\",[]],[\"name/3013\",[841,84.848]],[\"comment/3013\",[]],[\"name/3014\",[842,84.848]],[\"comment/3014\",[]],[\"name/3015\",[508,73.859]],[\"comment/3015\",[]],[\"name/3016\",[9,46.197]],[\"comment/3016\",[]],[\"name/3017\",[15,46.922]],[\"comment/3017\",[]],[\"name/3018\",[16,44.063]],[\"comment/3018\",[]],[\"name/3019\",[18,52.922]],[\"comment/3019\",[]],[\"name/3020\",[843,84.848]],[\"comment/3020\",[]],[\"name/3021\",[1,44.292]],[\"comment/3021\",[]],[\"name/3022\",[79,67.498]],[\"comment/3022\",[]],[\"name/3023\",[81,67.498]],[\"comment/3023\",[]],[\"name/3024\",[129,54.083]],[\"comment/3024\",[]],[\"name/3025\",[127,54.396]],[\"comment/3025\",[]],[\"name/3026\",[128,54.396]],[\"comment/3026\",[]],[\"name/3027\",[844,84.848]],[\"comment/3027\",[]],[\"name/3028\",[845,84.848]],[\"comment/3028\",[]],[\"name/3029\",[25,44.645]],[\"comment/3029\",[]],[\"name/3030\",[44,47.074]],[\"comment/3030\",[]],[\"name/3031\",[45,47.074]],[\"comment/3031\",[]],[\"name/3032\",[46,47.074]],[\"comment/3032\",[]],[\"name/3033\",[47,47.074]],[\"comment/3033\",[]],[\"name/3034\",[48,47.074]],[\"comment/3034\",[]],[\"name/3035\",[49,47.074]],[\"comment/3035\",[]],[\"name/3036\",[50,47.074]],[\"comment/3036\",[]],[\"name/3037\",[51,47.074]],[\"comment/3037\",[]],[\"name/3038\",[52,47.074]],[\"comment/3038\",[]],[\"name/3039\",[53,47.074]],[\"comment/3039\",[]],[\"name/3040\",[54,47.074]],[\"comment/3040\",[]],[\"name/3041\",[55,47.074]],[\"comment/3041\",[]],[\"name/3042\",[56,47.074]],[\"comment/3042\",[]],[\"name/3043\",[57,47.074]],[\"comment/3043\",[]],[\"name/3044\",[58,47.074]],[\"comment/3044\",[]],[\"name/3045\",[59,47.074]],[\"comment/3045\",[]],[\"name/3046\",[60,47.074]],[\"comment/3046\",[]],[\"name/3047\",[61,47.074]],[\"comment/3047\",[]],[\"name/3048\",[62,47.074]],[\"comment/3048\",[]],[\"name/3049\",[63,46.773]],[\"comment/3049\",[]],[\"name/3050\",[64,46.773]],[\"comment/3050\",[]],[\"name/3051\",[65,47.074]],[\"comment/3051\",[]],[\"name/3052\",[66,43.198]],[\"comment/3052\",[]],[\"name/3053\",[67,46.626]],[\"comment/3053\",[]],[\"name/3054\",[68,46.626]],[\"comment/3054\",[]],[\"name/3055\",[69,47.074]],[\"comment/3055\",[]],[\"name/3056\",[70,46.922]],[\"comment/3056\",[]],[\"name/3057\",[71,46.922]],[\"comment/3057\",[]],[\"name/3058\",[72,47.074]],[\"comment/3058\",[]],[\"name/3059\",[73,47.074]],[\"comment/3059\",[]],[\"name/3060\",[74,47.074]],[\"comment/3060\",[]],[\"name/3061\",[75,46.922]],[\"comment/3061\",[]],[\"name/3062\",[76,46.773]],[\"comment/3062\",[]],[\"name/3063\",[77,46.773]],[\"comment/3063\",[]],[\"name/3064\",[846,84.848]],[\"comment/3064\",[]],[\"name/3065\",[413,67.498]],[\"comment/3065\",[]],[\"name/3066\",[7,63.641]],[\"comment/3066\",[]],[\"name/3067\",[847,84.848]],[\"comment/3067\",[]],[\"name/3068\",[848,79.739]],[\"comment/3068\",[]],[\"name/3069\",[7,63.641]],[\"comment/3069\",[]],[\"name/3070\",[849,84.848]],[\"comment/3070\",[]],[\"name/3071\",[848,79.739]],[\"comment/3071\",[]],[\"name/3072\",[7,63.641]],[\"comment/3072\",[]],[\"name/3073\",[17,57.761]],[\"comment/3073\",[]],[\"name/3074\",[850,84.848]],[\"comment/3074\",[]],[\"name/3075\",[851,84.848]],[\"comment/3075\",[]],[\"name/3076\",[852,84.848]],[\"comment/3076\",[]],[\"name/3077\",[421,73.859]],[\"comment/3077\",[]],[\"name/3078\",[853,84.848]],[\"comment/3078\",[]],[\"name/3079\",[854,84.848]],[\"comment/3079\",[]],[\"name/3080\",[529,79.739]],[\"comment/3080\",[]],[\"name/3081\",[855,84.848]],[\"comment/3081\",[]],[\"name/3082\",[856,84.848]],[\"comment/3082\",[]],[\"name/3083\",[857,84.848]],[\"comment/3083\",[]],[\"name/3084\",[858,84.848]],[\"comment/3084\",[]],[\"name/3085\",[859,84.848]],[\"comment/3085\",[]],[\"name/3086\",[860,84.848]],[\"comment/3086\",[]],[\"name/3087\",[861,84.848]],[\"comment/3087\",[]],[\"name/3088\",[862,84.848]],[\"comment/3088\",[]],[\"name/3089\",[863,84.848]],[\"comment/3089\",[]],[\"name/3090\",[864,84.848]],[\"comment/3090\",[]],[\"name/3091\",[426,76.373]],[\"comment/3091\",[]],[\"name/3092\",[865,84.848]],[\"comment/3092\",[]],[\"name/3093\",[16,44.063]],[\"comment/3093\",[]],[\"name/3094\",[866,84.848]],[\"comment/3094\",[]],[\"name/3095\",[867,84.848]],[\"comment/3095\",[]],[\"name/3096\",[868,84.848]],[\"comment/3096\",[]],[\"name/3097\",[869,84.848]],[\"comment/3097\",[]],[\"name/3098\",[870,84.848]],[\"comment/3098\",[]],[\"name/3099\",[871,84.848]],[\"comment/3099\",[]],[\"name/3100\",[872,84.848]],[\"comment/3100\",[]],[\"name/3101\",[873,84.848]],[\"comment/3101\",[]],[\"name/3102\",[874,84.848]],[\"comment/3102\",[]],[\"name/3103\",[875,84.848]],[\"comment/3103\",[]],[\"name/3104\",[876,84.848]],[\"comment/3104\",[]],[\"name/3105\",[111,59.719]],[\"comment/3105\",[]],[\"name/3106\",[751,71.852]],[\"comment/3106\",[]],[\"name/3107\",[752,71.852]],[\"comment/3107\",[]],[\"name/3108\",[421,73.859]],[\"comment/3108\",[]],[\"name/3109\",[425,76.373]],[\"comment/3109\",[]],[\"name/3110\",[0,59.719]],[\"comment/3110\",[]],[\"name/3111\",[877,84.848]],[\"comment/3111\",[]],[\"name/3112\",[7,63.641]],[\"comment/3112\",[]],[\"name/3113\",[96,67.498]],[\"comment/3113\",[]],[\"name/3114\",[294,68.75]],[\"comment/3114\",[]],[\"name/3115\",[878,84.848]],[\"comment/3115\",[]],[\"name/3116\",[879,79.739]],[\"comment/3116\",[]],[\"name/3117\",[880,84.848]],[\"comment/3117\",[]],[\"name/3118\",[6,60.275]],[\"comment/3118\",[]],[\"name/3119\",[881,79.739]],[\"comment/3119\",[]],[\"name/3120\",[882,79.739]],[\"comment/3120\",[]],[\"name/3121\",[883,79.739]],[\"comment/3121\",[]],[\"name/3122\",[884,79.739]],[\"comment/3122\",[]],[\"name/3123\",[885,79.739]],[\"comment/3123\",[]],[\"name/3124\",[886,79.739]],[\"comment/3124\",[]],[\"name/3125\",[887,79.739]],[\"comment/3125\",[]],[\"name/3126\",[888,84.848]],[\"comment/3126\",[]],[\"name/3127\",[416,63.641]],[\"comment/3127\",[]],[\"name/3128\",[415,64.475]],[\"comment/3128\",[]],[\"name/3129\",[17,57.761]],[\"comment/3129\",[]],[\"name/3130\",[889,84.848]],[\"comment/3130\",[]],[\"name/3131\",[416,63.641]],[\"comment/3131\",[]],[\"name/3132\",[17,57.761]],[\"comment/3132\",[]],[\"name/3133\",[890,84.848]],[\"comment/3133\",[]],[\"name/3134\",[415,64.475]],[\"comment/3134\",[]],[\"name/3135\",[891,84.848]],[\"comment/3135\",[]],[\"name/3136\",[892,84.848]],[\"comment/3136\",[]],[\"name/3137\",[110,57.326]],[\"comment/3137\",[]],[\"name/3138\",[416,63.641]],[\"comment/3138\",[]],[\"name/3139\",[0,59.719]],[\"comment/3139\",[]],[\"name/3140\",[415,64.475]],[\"comment/3140\",[]],[\"name/3141\",[17,57.761]],[\"comment/3141\",[]],[\"name/3142\",[754,70.181]],[\"comment/3142\",[]],[\"name/3143\",[755,70.181]],[\"comment/3143\",[]],[\"name/3144\",[413,67.498]],[\"comment/3144\",[]],[\"name/3145\",[9,46.197]],[\"comment/3145\",[]],[\"name/3146\",[104,60.275]],[\"comment/3146\",[]],[\"name/3147\",[15,46.922]],[\"comment/3147\",[]],[\"name/3148\",[16,44.063]],[\"comment/3148\",[]],[\"name/3149\",[109,59.719]],[\"comment/3149\",[]],[\"name/3150\",[110,57.326]],[\"comment/3150\",[]],[\"name/3151\",[111,59.719]],[\"comment/3151\",[]],[\"name/3152\",[18,52.922]],[\"comment/3152\",[]],[\"name/3153\",[1,44.292]],[\"comment/3153\",[]],[\"name/3154\",[112,60.275]],[\"comment/3154\",[]],[\"name/3155\",[25,44.645]],[\"comment/3155\",[]],[\"name/3156\",[113,60.275]],[\"comment/3156\",[]],[\"name/3157\",[114,60.275]],[\"comment/3157\",[]],[\"name/3158\",[115,57.326]],[\"comment/3158\",[]],[\"name/3159\",[116,60.275]],[\"comment/3159\",[]],[\"name/3160\",[117,60.275]],[\"comment/3160\",[]],[\"name/3161\",[118,57.761]],[\"comment/3161\",[]],[\"name/3162\",[119,60.275]],[\"comment/3162\",[]],[\"name/3163\",[120,60.275]],[\"comment/3163\",[]],[\"name/3164\",[121,56.91]],[\"comment/3164\",[]],[\"name/3165\",[66,43.198]],[\"comment/3165\",[]],[\"name/3166\",[122,58.692]],[\"comment/3166\",[]],[\"name/3167\",[123,60.275]],[\"comment/3167\",[]],[\"name/3168\",[124,60.275]],[\"comment/3168\",[]],[\"name/3169\",[125,59.719]],[\"comment/3169\",[]],[\"name/3170\",[126,60.275]],[\"comment/3170\",[]],[\"name/3171\",[127,54.396]],[\"comment/3171\",[]],[\"name/3172\",[128,54.396]],[\"comment/3172\",[]],[\"name/3173\",[129,54.083]],[\"comment/3173\",[]],[\"name/3174\",[130,60.275]],[\"comment/3174\",[]],[\"name/3175\",[131,60.275]],[\"comment/3175\",[]],[\"name/3176\",[132,60.275]],[\"comment/3176\",[]],[\"name/3177\",[133,60.275]],[\"comment/3177\",[]],[\"name/3178\",[134,59.719]],[\"comment/3178\",[]],[\"name/3179\",[135,60.275]],[\"comment/3179\",[]],[\"name/3180\",[136,60.275]],[\"comment/3180\",[]],[\"name/3181\",[137,59.719]],[\"comment/3181\",[]],[\"name/3182\",[138,60.275]],[\"comment/3182\",[]],[\"name/3183\",[139,60.275]],[\"comment/3183\",[]],[\"name/3184\",[140,60.275]],[\"comment/3184\",[]],[\"name/3185\",[141,60.275]],[\"comment/3185\",[]],[\"name/3186\",[142,59.193]],[\"comment/3186\",[]],[\"name/3187\",[143,59.719]],[\"comment/3187\",[]],[\"name/3188\",[144,59.719]],[\"comment/3188\",[]],[\"name/3189\",[145,59.719]],[\"comment/3189\",[]],[\"name/3190\",[146,59.719]],[\"comment/3190\",[]],[\"name/3191\",[147,60.275]],[\"comment/3191\",[]],[\"name/3192\",[148,60.275]],[\"comment/3192\",[]],[\"name/3193\",[149,60.275]],[\"comment/3193\",[]],[\"name/3194\",[150,60.275]],[\"comment/3194\",[]],[\"name/3195\",[151,60.275]],[\"comment/3195\",[]],[\"name/3196\",[152,60.275]],[\"comment/3196\",[]],[\"name/3197\",[153,60.275]],[\"comment/3197\",[]],[\"name/3198\",[154,60.275]],[\"comment/3198\",[]],[\"name/3199\",[155,58.216]],[\"comment/3199\",[]],[\"name/3200\",[156,60.275]],[\"comment/3200\",[]],[\"name/3201\",[157,60.275]],[\"comment/3201\",[]],[\"name/3202\",[1,44.292]],[\"comment/3202\",[]],[\"name/3203\",[158,56.91]],[\"comment/3203\",[]],[\"name/3204\",[159,56.91]],[\"comment/3204\",[]],[\"name/3205\",[160,60.275]],[\"comment/3205\",[]],[\"name/3206\",[161,60.275]],[\"comment/3206\",[]],[\"name/3207\",[162,60.275]],[\"comment/3207\",[]],[\"name/3208\",[163,56.91]],[\"comment/3208\",[]],[\"name/3209\",[164,59.719]],[\"comment/3209\",[]],[\"name/3210\",[165,59.719]],[\"comment/3210\",[]],[\"name/3211\",[166,60.275]],[\"comment/3211\",[]],[\"name/3212\",[167,60.275]],[\"comment/3212\",[]],[\"name/3213\",[168,60.275]],[\"comment/3213\",[]],[\"name/3214\",[169,60.275]],[\"comment/3214\",[]],[\"name/3215\",[170,60.275]],[\"comment/3215\",[]],[\"name/3216\",[171,57.326]],[\"comment/3216\",[]],[\"name/3217\",[172,59.719]],[\"comment/3217\",[]],[\"name/3218\",[173,59.719]],[\"comment/3218\",[]],[\"name/3219\",[26,50.5]],[\"comment/3219\",[]],[\"name/3220\",[22,49.479]],[\"comment/3220\",[]],[\"name/3221\",[41,52.652]],[\"comment/3221\",[]],[\"name/3222\",[42,52.652]],[\"comment/3222\",[]],[\"name/3223\",[174,53.78]],[\"comment/3223\",[]],[\"name/3224\",[175,59.193]],[\"comment/3224\",[]],[\"name/3225\",[176,59.719]],[\"comment/3225\",[]],[\"name/3226\",[177,59.719]],[\"comment/3226\",[]],[\"name/3227\",[178,59.719]],[\"comment/3227\",[]],[\"name/3228\",[179,59.719]],[\"comment/3228\",[]],[\"name/3229\",[180,59.719]],[\"comment/3229\",[]],[\"name/3230\",[181,59.719]],[\"comment/3230\",[]],[\"name/3231\",[182,59.719]],[\"comment/3231\",[]],[\"name/3232\",[183,59.719]],[\"comment/3232\",[]],[\"name/3233\",[107,59.719]],[\"comment/3233\",[]],[\"name/3234\",[184,58.216]],[\"comment/3234\",[]],[\"name/3235\",[185,59.719]],[\"comment/3235\",[]],[\"name/3236\",[108,56.509]],[\"comment/3236\",[]],[\"name/3237\",[186,59.719]],[\"comment/3237\",[]],[\"name/3238\",[187,56.91]],[\"comment/3238\",[]],[\"name/3239\",[188,59.193]],[\"comment/3239\",[]],[\"name/3240\",[189,59.719]],[\"comment/3240\",[]],[\"name/3241\",[190,59.719]],[\"comment/3241\",[]],[\"name/3242\",[191,59.719]],[\"comment/3242\",[]],[\"name/3243\",[192,59.719]],[\"comment/3243\",[]],[\"name/3244\",[193,59.719]],[\"comment/3244\",[]],[\"name/3245\",[34,53.486]],[\"comment/3245\",[]],[\"name/3246\",[32,53.486]],[\"comment/3246\",[]],[\"name/3247\",[33,53.486]],[\"comment/3247\",[]],[\"name/3248\",[44,47.074]],[\"comment/3248\",[]],[\"name/3249\",[45,47.074]],[\"comment/3249\",[]],[\"name/3250\",[46,47.074]],[\"comment/3250\",[]],[\"name/3251\",[47,47.074]],[\"comment/3251\",[]],[\"name/3252\",[48,47.074]],[\"comment/3252\",[]],[\"name/3253\",[49,47.074]],[\"comment/3253\",[]],[\"name/3254\",[50,47.074]],[\"comment/3254\",[]],[\"name/3255\",[51,47.074]],[\"comment/3255\",[]],[\"name/3256\",[25,44.645]],[\"comment/3256\",[]],[\"name/3257\",[52,47.074]],[\"comment/3257\",[]],[\"name/3258\",[53,47.074]],[\"comment/3258\",[]],[\"name/3259\",[54,47.074]],[\"comment/3259\",[]],[\"name/3260\",[55,47.074]],[\"comment/3260\",[]],[\"name/3261\",[56,47.074]],[\"comment/3261\",[]],[\"name/3262\",[57,47.074]],[\"comment/3262\",[]],[\"name/3263\",[58,47.074]],[\"comment/3263\",[]],[\"name/3264\",[59,47.074]],[\"comment/3264\",[]],[\"name/3265\",[60,47.074]],[\"comment/3265\",[]],[\"name/3266\",[61,47.074]],[\"comment/3266\",[]],[\"name/3267\",[62,47.074]],[\"comment/3267\",[]],[\"name/3268\",[63,46.773]],[\"comment/3268\",[]],[\"name/3269\",[64,46.773]],[\"comment/3269\",[]],[\"name/3270\",[65,47.074]],[\"comment/3270\",[]],[\"name/3271\",[66,43.198]],[\"comment/3271\",[]],[\"name/3272\",[67,46.626]],[\"comment/3272\",[]],[\"name/3273\",[68,46.626]],[\"comment/3273\",[]],[\"name/3274\",[69,47.074]],[\"comment/3274\",[]],[\"name/3275\",[70,46.922]],[\"comment/3275\",[]],[\"name/3276\",[71,46.922]],[\"comment/3276\",[]],[\"name/3277\",[72,47.074]],[\"comment/3277\",[]],[\"name/3278\",[73,47.074]],[\"comment/3278\",[]],[\"name/3279\",[74,47.074]],[\"comment/3279\",[]],[\"name/3280\",[75,46.922]],[\"comment/3280\",[]],[\"name/3281\",[76,46.773]],[\"comment/3281\",[]],[\"name/3282\",[77,46.773]],[\"comment/3282\",[]],[\"name/3283\",[893,84.848]],[\"comment/3283\",[]],[\"name/3284\",[342,76.373]],[\"comment/3284\",[]],[\"name/3285\",[894,84.848]],[\"comment/3285\",[]],[\"name/3286\",[895,84.848]],[\"comment/3286\",[]],[\"name/3287\",[0,59.719]],[\"comment/3287\",[]],[\"name/3288\",[118,57.761]],[\"comment/3288\",[]],[\"name/3289\",[896,84.848]],[\"comment/3289\",[]],[\"name/3290\",[584,76.373]],[\"comment/3290\",[]],[\"name/3291\",[751,71.852]],[\"comment/3291\",[]],[\"name/3292\",[752,71.852]],[\"comment/3292\",[]],[\"name/3293\",[897,84.848]],[\"comment/3293\",[]],[\"name/3294\",[365,73.859]],[\"comment/3294\",[]],[\"name/3295\",[684,64.475]],[\"comment/3295\",[]],[\"name/3296\",[879,79.739]],[\"comment/3296\",[]],[\"name/3297\",[898,84.848]],[\"comment/3297\",[]],[\"name/3298\",[158,56.91]],[\"comment/3298\",[]],[\"name/3299\",[159,56.91]],[\"comment/3299\",[]],[\"name/3300\",[899,84.848]],[\"comment/3300\",[]],[\"name/3301\",[110,57.326]],[\"comment/3301\",[]],[\"name/3302\",[416,63.641]],[\"comment/3302\",[]],[\"name/3303\",[415,64.475]],[\"comment/3303\",[]],[\"name/3304\",[17,57.761]],[\"comment/3304\",[]],[\"name/3305\",[754,70.181]],[\"comment/3305\",[]],[\"name/3306\",[755,70.181]],[\"comment/3306\",[]],[\"name/3307\",[530,73.859]],[\"comment/3307\",[]],[\"name/3308\",[8,57.326]],[\"comment/3308\",[]],[\"name/3309\",[9,46.197]],[\"comment/3309\",[]],[\"name/3310\",[104,60.275]],[\"comment/3310\",[]],[\"name/3311\",[15,46.922]],[\"comment/3311\",[]],[\"name/3312\",[16,44.063]],[\"comment/3312\",[]],[\"name/3313\",[900,84.848]],[\"comment/3313\",[]],[\"name/3314\",[22,49.479]],[\"comment/3314\",[]],[\"name/3315\",[769,76.373]],[\"comment/3315\",[]],[\"name/3316\",[249,60.864]],[\"comment/3316\",[]],[\"name/3317\",[246,71.852]],[\"comment/3317\",[]],[\"name/3318\",[250,71.852]],[\"comment/3318\",[]],[\"name/3319\",[901,76.373]],[\"comment/3319\",[]],[\"name/3320\",[385,67.498]],[\"comment/3320\",[]],[\"name/3321\",[164,59.719]],[\"comment/3321\",[]],[\"name/3322\",[62,47.074]],[\"comment/3322\",[]],[\"name/3323\",[129,54.083]],[\"comment/3323\",[]],[\"name/3324\",[108,56.509]],[\"comment/3324\",[]],[\"name/3325\",[25,44.645]],[\"comment/3325\",[]],[\"name/3326\",[109,59.719]],[\"comment/3326\",[]],[\"name/3327\",[110,57.326]],[\"comment/3327\",[]],[\"name/3328\",[111,59.719]],[\"comment/3328\",[]],[\"name/3329\",[18,52.922]],[\"comment/3329\",[]],[\"name/3330\",[1,44.292]],[\"comment/3330\",[]],[\"name/3331\",[112,60.275]],[\"comment/3331\",[]],[\"name/3332\",[25,44.645]],[\"comment/3332\",[]],[\"name/3333\",[113,60.275]],[\"comment/3333\",[]],[\"name/3334\",[114,60.275]],[\"comment/3334\",[]],[\"name/3335\",[115,57.326]],[\"comment/3335\",[]],[\"name/3336\",[116,60.275]],[\"comment/3336\",[]],[\"name/3337\",[117,60.275]],[\"comment/3337\",[]],[\"name/3338\",[118,57.761]],[\"comment/3338\",[]],[\"name/3339\",[119,60.275]],[\"comment/3339\",[]],[\"name/3340\",[120,60.275]],[\"comment/3340\",[]],[\"name/3341\",[121,56.91]],[\"comment/3341\",[]],[\"name/3342\",[66,43.198]],[\"comment/3342\",[]],[\"name/3343\",[122,58.692]],[\"comment/3343\",[]],[\"name/3344\",[123,60.275]],[\"comment/3344\",[]],[\"name/3345\",[124,60.275]],[\"comment/3345\",[]],[\"name/3346\",[125,59.719]],[\"comment/3346\",[]],[\"name/3347\",[126,60.275]],[\"comment/3347\",[]],[\"name/3348\",[127,54.396]],[\"comment/3348\",[]],[\"name/3349\",[128,54.396]],[\"comment/3349\",[]],[\"name/3350\",[130,60.275]],[\"comment/3350\",[]],[\"name/3351\",[131,60.275]],[\"comment/3351\",[]],[\"name/3352\",[132,60.275]],[\"comment/3352\",[]],[\"name/3353\",[133,60.275]],[\"comment/3353\",[]],[\"name/3354\",[134,59.719]],[\"comment/3354\",[]],[\"name/3355\",[135,60.275]],[\"comment/3355\",[]],[\"name/3356\",[136,60.275]],[\"comment/3356\",[]],[\"name/3357\",[137,59.719]],[\"comment/3357\",[]],[\"name/3358\",[138,60.275]],[\"comment/3358\",[]],[\"name/3359\",[139,60.275]],[\"comment/3359\",[]],[\"name/3360\",[140,60.275]],[\"comment/3360\",[]],[\"name/3361\",[141,60.275]],[\"comment/3361\",[]],[\"name/3362\",[142,59.193]],[\"comment/3362\",[]],[\"name/3363\",[143,59.719]],[\"comment/3363\",[]],[\"name/3364\",[144,59.719]],[\"comment/3364\",[]],[\"name/3365\",[145,59.719]],[\"comment/3365\",[]],[\"name/3366\",[146,59.719]],[\"comment/3366\",[]],[\"name/3367\",[147,60.275]],[\"comment/3367\",[]],[\"name/3368\",[148,60.275]],[\"comment/3368\",[]],[\"name/3369\",[149,60.275]],[\"comment/3369\",[]],[\"name/3370\",[150,60.275]],[\"comment/3370\",[]],[\"name/3371\",[151,60.275]],[\"comment/3371\",[]],[\"name/3372\",[152,60.275]],[\"comment/3372\",[]],[\"name/3373\",[153,60.275]],[\"comment/3373\",[]],[\"name/3374\",[154,60.275]],[\"comment/3374\",[]],[\"name/3375\",[155,58.216]],[\"comment/3375\",[]],[\"name/3376\",[156,60.275]],[\"comment/3376\",[]],[\"name/3377\",[157,60.275]],[\"comment/3377\",[]],[\"name/3378\",[1,44.292]],[\"comment/3378\",[]],[\"name/3379\",[158,56.91]],[\"comment/3379\",[]],[\"name/3380\",[159,56.91]],[\"comment/3380\",[]],[\"name/3381\",[160,60.275]],[\"comment/3381\",[]],[\"name/3382\",[161,60.275]],[\"comment/3382\",[]],[\"name/3383\",[162,60.275]],[\"comment/3383\",[]],[\"name/3384\",[163,56.91]],[\"comment/3384\",[]],[\"name/3385\",[165,59.719]],[\"comment/3385\",[]],[\"name/3386\",[166,60.275]],[\"comment/3386\",[]],[\"name/3387\",[167,60.275]],[\"comment/3387\",[]],[\"name/3388\",[168,60.275]],[\"comment/3388\",[]],[\"name/3389\",[169,60.275]],[\"comment/3389\",[]],[\"name/3390\",[170,60.275]],[\"comment/3390\",[]],[\"name/3391\",[171,57.326]],[\"comment/3391\",[]],[\"name/3392\",[172,59.719]],[\"comment/3392\",[]],[\"name/3393\",[173,59.719]],[\"comment/3393\",[]],[\"name/3394\",[26,50.5]],[\"comment/3394\",[]],[\"name/3395\",[41,52.652]],[\"comment/3395\",[]],[\"name/3396\",[42,52.652]],[\"comment/3396\",[]],[\"name/3397\",[174,53.78]],[\"comment/3397\",[]],[\"name/3398\",[175,59.193]],[\"comment/3398\",[]],[\"name/3399\",[176,59.719]],[\"comment/3399\",[]],[\"name/3400\",[177,59.719]],[\"comment/3400\",[]],[\"name/3401\",[178,59.719]],[\"comment/3401\",[]],[\"name/3402\",[179,59.719]],[\"comment/3402\",[]],[\"name/3403\",[180,59.719]],[\"comment/3403\",[]],[\"name/3404\",[181,59.719]],[\"comment/3404\",[]],[\"name/3405\",[182,59.719]],[\"comment/3405\",[]],[\"name/3406\",[183,59.719]],[\"comment/3406\",[]],[\"name/3407\",[107,59.719]],[\"comment/3407\",[]],[\"name/3408\",[184,58.216]],[\"comment/3408\",[]],[\"name/3409\",[185,59.719]],[\"comment/3409\",[]],[\"name/3410\",[186,59.719]],[\"comment/3410\",[]],[\"name/3411\",[187,56.91]],[\"comment/3411\",[]],[\"name/3412\",[188,59.193]],[\"comment/3412\",[]],[\"name/3413\",[189,59.719]],[\"comment/3413\",[]],[\"name/3414\",[190,59.719]],[\"comment/3414\",[]],[\"name/3415\",[191,59.719]],[\"comment/3415\",[]],[\"name/3416\",[192,59.719]],[\"comment/3416\",[]],[\"name/3417\",[193,59.719]],[\"comment/3417\",[]],[\"name/3418\",[34,53.486]],[\"comment/3418\",[]],[\"name/3419\",[32,53.486]],[\"comment/3419\",[]],[\"name/3420\",[33,53.486]],[\"comment/3420\",[]],[\"name/3421\",[44,47.074]],[\"comment/3421\",[]],[\"name/3422\",[45,47.074]],[\"comment/3422\",[]],[\"name/3423\",[46,47.074]],[\"comment/3423\",[]],[\"name/3424\",[47,47.074]],[\"comment/3424\",[]],[\"name/3425\",[48,47.074]],[\"comment/3425\",[]],[\"name/3426\",[49,47.074]],[\"comment/3426\",[]],[\"name/3427\",[50,47.074]],[\"comment/3427\",[]],[\"name/3428\",[51,47.074]],[\"comment/3428\",[]],[\"name/3429\",[52,47.074]],[\"comment/3429\",[]],[\"name/3430\",[53,47.074]],[\"comment/3430\",[]],[\"name/3431\",[54,47.074]],[\"comment/3431\",[]],[\"name/3432\",[55,47.074]],[\"comment/3432\",[]],[\"name/3433\",[56,47.074]],[\"comment/3433\",[]],[\"name/3434\",[57,47.074]],[\"comment/3434\",[]],[\"name/3435\",[58,47.074]],[\"comment/3435\",[]],[\"name/3436\",[59,47.074]],[\"comment/3436\",[]],[\"name/3437\",[60,47.074]],[\"comment/3437\",[]],[\"name/3438\",[61,47.074]],[\"comment/3438\",[]],[\"name/3439\",[63,46.773]],[\"comment/3439\",[]],[\"name/3440\",[64,46.773]],[\"comment/3440\",[]],[\"name/3441\",[65,47.074]],[\"comment/3441\",[]],[\"name/3442\",[66,43.198]],[\"comment/3442\",[]],[\"name/3443\",[67,46.626]],[\"comment/3443\",[]],[\"name/3444\",[68,46.626]],[\"comment/3444\",[]],[\"name/3445\",[69,47.074]],[\"comment/3445\",[]],[\"name/3446\",[70,46.922]],[\"comment/3446\",[]],[\"name/3447\",[71,46.922]],[\"comment/3447\",[]],[\"name/3448\",[72,47.074]],[\"comment/3448\",[]],[\"name/3449\",[73,47.074]],[\"comment/3449\",[]],[\"name/3450\",[74,47.074]],[\"comment/3450\",[]],[\"name/3451\",[75,46.922]],[\"comment/3451\",[]],[\"name/3452\",[76,46.773]],[\"comment/3452\",[]],[\"name/3453\",[77,46.773]],[\"comment/3453\",[]],[\"name/3454\",[517,73.859]],[\"comment/3454\",[]],[\"name/3455\",[9,46.197]],[\"comment/3455\",[]],[\"name/3456\",[10,58.216]],[\"comment/3456\",[]],[\"name/3457\",[13,54.083]],[\"comment/3457\",[]],[\"name/3458\",[14,59.719]],[\"comment/3458\",[]],[\"name/3459\",[15,46.922]],[\"comment/3459\",[]],[\"name/3460\",[16,44.063]],[\"comment/3460\",[]],[\"name/3461\",[108,56.509]],[\"comment/3461\",[]],[\"name/3462\",[26,50.5]],[\"comment/3462\",[]],[\"name/3463\",[22,49.479]],[\"comment/3463\",[]],[\"name/3464\",[25,44.645]],[\"comment/3464\",[]],[\"name/3465\",[27,60.864]],[\"comment/3465\",[]],[\"name/3466\",[28,60.864]],[\"comment/3466\",[]],[\"name/3467\",[23,60.864]],[\"comment/3467\",[]],[\"name/3468\",[29,60.864]],[\"comment/3468\",[]],[\"name/3469\",[30,60.864]],[\"comment/3469\",[]],[\"name/3470\",[31,60.864]],[\"comment/3470\",[]],[\"name/3471\",[32,53.486]],[\"comment/3471\",[]],[\"name/3472\",[33,53.486]],[\"comment/3472\",[]],[\"name/3473\",[34,53.486]],[\"comment/3473\",[]],[\"name/3474\",[35,56.125]],[\"comment/3474\",[]],[\"name/3475\",[36,55.754]],[\"comment/3475\",[]],[\"name/3476\",[37,60.864]],[\"comment/3476\",[]],[\"name/3477\",[38,59.719]],[\"comment/3477\",[]],[\"name/3478\",[39,60.864]],[\"comment/3478\",[]],[\"name/3479\",[40,60.864]],[\"comment/3479\",[]],[\"name/3480\",[41,52.652]],[\"comment/3480\",[]],[\"name/3481\",[42,52.652]],[\"comment/3481\",[]],[\"name/3482\",[43,60.864]],[\"comment/3482\",[]],[\"name/3483\",[44,47.074]],[\"comment/3483\",[]],[\"name/3484\",[45,47.074]],[\"comment/3484\",[]],[\"name/3485\",[46,47.074]],[\"comment/3485\",[]],[\"name/3486\",[47,47.074]],[\"comment/3486\",[]],[\"name/3487\",[48,47.074]],[\"comment/3487\",[]],[\"name/3488\",[49,47.074]],[\"comment/3488\",[]],[\"name/3489\",[50,47.074]],[\"comment/3489\",[]],[\"name/3490\",[51,47.074]],[\"comment/3490\",[]],[\"name/3491\",[52,47.074]],[\"comment/3491\",[]],[\"name/3492\",[53,47.074]],[\"comment/3492\",[]],[\"name/3493\",[54,47.074]],[\"comment/3493\",[]],[\"name/3494\",[55,47.074]],[\"comment/3494\",[]],[\"name/3495\",[56,47.074]],[\"comment/3495\",[]],[\"name/3496\",[57,47.074]],[\"comment/3496\",[]],[\"name/3497\",[58,47.074]],[\"comment/3497\",[]],[\"name/3498\",[59,47.074]],[\"comment/3498\",[]],[\"name/3499\",[60,47.074]],[\"comment/3499\",[]],[\"name/3500\",[61,47.074]],[\"comment/3500\",[]],[\"name/3501\",[62,47.074]],[\"comment/3501\",[]],[\"name/3502\",[63,46.773]],[\"comment/3502\",[]],[\"name/3503\",[64,46.773]],[\"comment/3503\",[]],[\"name/3504\",[65,47.074]],[\"comment/3504\",[]],[\"name/3505\",[66,43.198]],[\"comment/3505\",[]],[\"name/3506\",[67,46.626]],[\"comment/3506\",[]],[\"name/3507\",[68,46.626]],[\"comment/3507\",[]],[\"name/3508\",[69,47.074]],[\"comment/3508\",[]],[\"name/3509\",[70,46.922]],[\"comment/3509\",[]],[\"name/3510\",[71,46.922]],[\"comment/3510\",[]],[\"name/3511\",[72,47.074]],[\"comment/3511\",[]],[\"name/3512\",[73,47.074]],[\"comment/3512\",[]],[\"name/3513\",[74,47.074]],[\"comment/3513\",[]],[\"name/3514\",[75,46.922]],[\"comment/3514\",[]],[\"name/3515\",[76,46.773]],[\"comment/3515\",[]],[\"name/3516\",[77,46.773]],[\"comment/3516\",[]],[\"name/3517\",[902,84.848]],[\"comment/3517\",[]],[\"name/3518\",[903,84.848]],[\"comment/3518\",[]],[\"name/3519\",[313,79.739]],[\"comment/3519\",[]],[\"name/3520\",[904,84.848]],[\"comment/3520\",[]],[\"name/3521\",[905,84.848]],[\"comment/3521\",[]],[\"name/3522\",[502,71.852]],[\"comment/3522\",[]],[\"name/3523\",[8,57.326]],[\"comment/3523\",[]],[\"name/3524\",[9,46.197]],[\"comment/3524\",[]],[\"name/3525\",[342,76.373]],[\"comment/3525\",[]],[\"name/3526\",[10,58.216]],[\"comment/3526\",[]],[\"name/3527\",[906,84.848]],[\"comment/3527\",[]],[\"name/3528\",[907,84.848]],[\"comment/3528\",[]],[\"name/3529\",[908,84.848]],[\"comment/3529\",[]],[\"name/3530\",[909,84.848]],[\"comment/3530\",[]],[\"name/3531\",[910,84.848]],[\"comment/3531\",[]],[\"name/3532\",[13,54.083]],[\"comment/3532\",[]],[\"name/3533\",[14,59.719]],[\"comment/3533\",[]],[\"name/3534\",[15,46.922]],[\"comment/3534\",[]],[\"name/3535\",[16,44.063]],[\"comment/3535\",[]],[\"name/3536\",[18,52.922]],[\"comment/3536\",[]],[\"name/3537\",[1,44.292]],[\"comment/3537\",[]],[\"name/3538\",[911,84.848]],[\"comment/3538\",[]],[\"name/3539\",[912,84.848]],[\"comment/3539\",[]],[\"name/3540\",[20,73.859]],[\"comment/3540\",[]],[\"name/3541\",[163,56.91]],[\"comment/3541\",[]],[\"name/3542\",[913,84.848]],[\"comment/3542\",[]],[\"name/3543\",[914,84.848]],[\"comment/3543\",[]],[\"name/3544\",[915,84.848]],[\"comment/3544\",[]],[\"name/3545\",[25,44.645]],[\"comment/3545\",[]],[\"name/3546\",[22,49.479]],[\"comment/3546\",[]],[\"name/3547\",[26,50.5]],[\"comment/3547\",[]],[\"name/3548\",[27,60.864]],[\"comment/3548\",[]],[\"name/3549\",[28,60.864]],[\"comment/3549\",[]],[\"name/3550\",[23,60.864]],[\"comment/3550\",[]],[\"name/3551\",[29,60.864]],[\"comment/3551\",[]],[\"name/3552\",[30,60.864]],[\"comment/3552\",[]],[\"name/3553\",[31,60.864]],[\"comment/3553\",[]],[\"name/3554\",[32,53.486]],[\"comment/3554\",[]],[\"name/3555\",[33,53.486]],[\"comment/3555\",[]],[\"name/3556\",[34,53.486]],[\"comment/3556\",[]],[\"name/3557\",[35,56.125]],[\"comment/3557\",[]],[\"name/3558\",[36,55.754]],[\"comment/3558\",[]],[\"name/3559\",[37,60.864]],[\"comment/3559\",[]],[\"name/3560\",[38,59.719]],[\"comment/3560\",[]],[\"name/3561\",[39,60.864]],[\"comment/3561\",[]],[\"name/3562\",[40,60.864]],[\"comment/3562\",[]],[\"name/3563\",[41,52.652]],[\"comment/3563\",[]],[\"name/3564\",[42,52.652]],[\"comment/3564\",[]],[\"name/3565\",[43,60.864]],[\"comment/3565\",[]],[\"name/3566\",[44,47.074]],[\"comment/3566\",[]],[\"name/3567\",[45,47.074]],[\"comment/3567\",[]],[\"name/3568\",[46,47.074]],[\"comment/3568\",[]],[\"name/3569\",[47,47.074]],[\"comment/3569\",[]],[\"name/3570\",[48,47.074]],[\"comment/3570\",[]],[\"name/3571\",[49,47.074]],[\"comment/3571\",[]],[\"name/3572\",[50,47.074]],[\"comment/3572\",[]],[\"name/3573\",[51,47.074]],[\"comment/3573\",[]],[\"name/3574\",[52,47.074]],[\"comment/3574\",[]],[\"name/3575\",[53,47.074]],[\"comment/3575\",[]],[\"name/3576\",[54,47.074]],[\"comment/3576\",[]],[\"name/3577\",[55,47.074]],[\"comment/3577\",[]],[\"name/3578\",[56,47.074]],[\"comment/3578\",[]],[\"name/3579\",[57,47.074]],[\"comment/3579\",[]],[\"name/3580\",[58,47.074]],[\"comment/3580\",[]],[\"name/3581\",[59,47.074]],[\"comment/3581\",[]],[\"name/3582\",[60,47.074]],[\"comment/3582\",[]],[\"name/3583\",[61,47.074]],[\"comment/3583\",[]],[\"name/3584\",[62,47.074]],[\"comment/3584\",[]],[\"name/3585\",[63,46.773]],[\"comment/3585\",[]],[\"name/3586\",[64,46.773]],[\"comment/3586\",[]],[\"name/3587\",[65,47.074]],[\"comment/3587\",[]],[\"name/3588\",[66,43.198]],[\"comment/3588\",[]],[\"name/3589\",[67,46.626]],[\"comment/3589\",[]],[\"name/3590\",[68,46.626]],[\"comment/3590\",[]],[\"name/3591\",[69,47.074]],[\"comment/3591\",[]],[\"name/3592\",[70,46.922]],[\"comment/3592\",[]],[\"name/3593\",[71,46.922]],[\"comment/3593\",[]],[\"name/3594\",[72,47.074]],[\"comment/3594\",[]],[\"name/3595\",[73,47.074]],[\"comment/3595\",[]],[\"name/3596\",[74,47.074]],[\"comment/3596\",[]],[\"name/3597\",[75,46.922]],[\"comment/3597\",[]],[\"name/3598\",[76,46.773]],[\"comment/3598\",[]],[\"name/3599\",[77,46.773]],[\"comment/3599\",[]],[\"name/3600\",[531,76.373]],[\"comment/3600\",[]],[\"name/3601\",[9,46.197]],[\"comment/3601\",[]],[\"name/3602\",[402,79.739]],[\"comment/3602\",[]],[\"name/3603\",[10,58.216]],[\"comment/3603\",[]],[\"name/3604\",[13,54.083]],[\"comment/3604\",[]],[\"name/3605\",[14,59.719]],[\"comment/3605\",[]],[\"name/3606\",[15,46.922]],[\"comment/3606\",[]],[\"name/3607\",[16,44.063]],[\"comment/3607\",[]],[\"name/3608\",[23,60.864]],[\"comment/3608\",[]],[\"name/3609\",[25,44.645]],[\"comment/3609\",[]],[\"name/3610\",[22,49.479]],[\"comment/3610\",[]],[\"name/3611\",[26,50.5]],[\"comment/3611\",[]],[\"name/3612\",[27,60.864]],[\"comment/3612\",[]],[\"name/3613\",[28,60.864]],[\"comment/3613\",[]],[\"name/3614\",[29,60.864]],[\"comment/3614\",[]],[\"name/3615\",[30,60.864]],[\"comment/3615\",[]],[\"name/3616\",[31,60.864]],[\"comment/3616\",[]],[\"name/3617\",[32,53.486]],[\"comment/3617\",[]],[\"name/3618\",[33,53.486]],[\"comment/3618\",[]],[\"name/3619\",[34,53.486]],[\"comment/3619\",[]],[\"name/3620\",[35,56.125]],[\"comment/3620\",[]],[\"name/3621\",[36,55.754]],[\"comment/3621\",[]],[\"name/3622\",[37,60.864]],[\"comment/3622\",[]],[\"name/3623\",[38,59.719]],[\"comment/3623\",[]],[\"name/3624\",[39,60.864]],[\"comment/3624\",[]],[\"name/3625\",[40,60.864]],[\"comment/3625\",[]],[\"name/3626\",[41,52.652]],[\"comment/3626\",[]],[\"name/3627\",[42,52.652]],[\"comment/3627\",[]],[\"name/3628\",[43,60.864]],[\"comment/3628\",[]],[\"name/3629\",[44,47.074]],[\"comment/3629\",[]],[\"name/3630\",[45,47.074]],[\"comment/3630\",[]],[\"name/3631\",[46,47.074]],[\"comment/3631\",[]],[\"name/3632\",[47,47.074]],[\"comment/3632\",[]],[\"name/3633\",[48,47.074]],[\"comment/3633\",[]],[\"name/3634\",[49,47.074]],[\"comment/3634\",[]],[\"name/3635\",[50,47.074]],[\"comment/3635\",[]],[\"name/3636\",[51,47.074]],[\"comment/3636\",[]],[\"name/3637\",[52,47.074]],[\"comment/3637\",[]],[\"name/3638\",[53,47.074]],[\"comment/3638\",[]],[\"name/3639\",[54,47.074]],[\"comment/3639\",[]],[\"name/3640\",[55,47.074]],[\"comment/3640\",[]],[\"name/3641\",[56,47.074]],[\"comment/3641\",[]],[\"name/3642\",[57,47.074]],[\"comment/3642\",[]],[\"name/3643\",[58,47.074]],[\"comment/3643\",[]],[\"name/3644\",[59,47.074]],[\"comment/3644\",[]],[\"name/3645\",[60,47.074]],[\"comment/3645\",[]],[\"name/3646\",[61,47.074]],[\"comment/3646\",[]],[\"name/3647\",[62,47.074]],[\"comment/3647\",[]],[\"name/3648\",[63,46.773]],[\"comment/3648\",[]],[\"name/3649\",[64,46.773]],[\"comment/3649\",[]],[\"name/3650\",[65,47.074]],[\"comment/3650\",[]],[\"name/3651\",[66,43.198]],[\"comment/3651\",[]],[\"name/3652\",[67,46.626]],[\"comment/3652\",[]],[\"name/3653\",[68,46.626]],[\"comment/3653\",[]],[\"name/3654\",[69,47.074]],[\"comment/3654\",[]],[\"name/3655\",[70,46.922]],[\"comment/3655\",[]],[\"name/3656\",[71,46.922]],[\"comment/3656\",[]],[\"name/3657\",[72,47.074]],[\"comment/3657\",[]],[\"name/3658\",[73,47.074]],[\"comment/3658\",[]],[\"name/3659\",[74,47.074]],[\"comment/3659\",[]],[\"name/3660\",[75,46.922]],[\"comment/3660\",[]],[\"name/3661\",[76,46.773]],[\"comment/3661\",[]],[\"name/3662\",[77,46.773]],[\"comment/3662\",[]],[\"name/3663\",[916,84.848]],[\"comment/3663\",[]],[\"name/3664\",[917,84.848]],[\"comment/3664\",[]],[\"name/3665\",[1,44.292]],[\"comment/3665\",[]],[\"name/3666\",[918,84.848]],[\"comment/3666\",[]],[\"name/3667\",[1,44.292]],[\"comment/3667\",[]],[\"name/3668\",[919,84.848]],[\"comment/3668\",[]],[\"name/3669\",[920,84.848]],[\"comment/3669\",[]],[\"name/3670\",[921,84.848]],[\"comment/3670\",[]],[\"name/3671\",[922,79.739]],[\"comment/3671\",[]],[\"name/3672\",[923,84.848]],[\"comment/3672\",[]],[\"name/3673\",[924,84.848]],[\"comment/3673\",[]],[\"name/3674\",[925,84.848]],[\"comment/3674\",[]],[\"name/3675\",[926,84.848]],[\"comment/3675\",[]],[\"name/3676\",[927,84.848]],[\"comment/3676\",[]],[\"name/3677\",[928,84.848]],[\"comment/3677\",[]],[\"name/3678\",[929,84.848]],[\"comment/3678\",[]],[\"name/3679\",[930,84.848]],[\"comment/3679\",[]],[\"name/3680\",[931,84.848]],[\"comment/3680\",[]],[\"name/3681\",[932,84.848]],[\"comment/3681\",[]],[\"name/3682\",[933,84.848]],[\"comment/3682\",[]],[\"name/3683\",[934,84.848]],[\"comment/3683\",[]],[\"name/3684\",[935,84.848]],[\"comment/3684\",[]],[\"name/3685\",[936,84.848]],[\"comment/3685\",[]],[\"name/3686\",[937,84.848]],[\"comment/3686\",[]],[\"name/3687\",[466,79.739]],[\"comment/3687\",[]],[\"name/3688\",[407,73.859]],[\"comment/3688\",[]],[\"name/3689\",[467,76.373]],[\"comment/3689\",[]],[\"name/3690\",[8,57.326]],[\"comment/3690\",[]],[\"name/3691\",[16,44.063]],[\"comment/3691\",[]],[\"name/3692\",[470,76.373]],[\"comment/3692\",[]],[\"name/3693\",[938,84.848]],[\"comment/3693\",[]],[\"name/3694\",[939,84.848]],[\"comment/3694\",[]],[\"name/3695\",[940,84.848]],[\"comment/3695\",[]],[\"name/3696\",[941,84.848]],[\"comment/3696\",[]],[\"name/3697\",[942,84.848]],[\"comment/3697\",[]],[\"name/3698\",[943,84.848]],[\"comment/3698\",[]],[\"name/3699\",[922,79.739]],[\"comment/3699\",[]],[\"name/3700\",[516,71.852]],[\"comment/3700\",[]],[\"name/3701\",[8,57.326]],[\"comment/3701\",[]],[\"name/3702\",[9,46.197]],[\"comment/3702\",[]],[\"name/3703\",[15,46.922]],[\"comment/3703\",[]],[\"name/3704\",[323,66.385]],[\"comment/3704\",[]],[\"name/3705\",[17,57.761]],[\"comment/3705\",[]],[\"name/3706\",[1,44.292]],[\"comment/3706\",[]],[\"name/3707\",[229,68.75]],[\"comment/3707\",[]],[\"name/3708\",[944,84.848]],[\"comment/3708\",[]],[\"name/3709\",[945,84.848]],[\"comment/3709\",[]],[\"name/3710\",[946,76.373]],[\"comment/3710\",[]],[\"name/3711\",[947,84.848]],[\"comment/3711\",[]],[\"name/3712\",[948,84.848]],[\"comment/3712\",[]],[\"name/3713\",[949,84.848]],[\"comment/3713\",[]],[\"name/3714\",[16,44.063]],[\"comment/3714\",[]],[\"name/3715\",[18,52.922]],[\"comment/3715\",[]],[\"name/3716\",[1,44.292]],[\"comment/3716\",[]],[\"name/3717\",[950,76.373]],[\"comment/3717\",[]],[\"name/3718\",[951,79.739]],[\"comment/3718\",[]],[\"name/3719\",[952,84.848]],[\"comment/3719\",[]],[\"name/3720\",[953,84.848]],[\"comment/3720\",[]],[\"name/3721\",[106,70.181]],[\"comment/3721\",[]],[\"name/3722\",[954,84.848]],[\"comment/3722\",[]],[\"name/3723\",[385,67.498]],[\"comment/3723\",[]],[\"name/3724\",[955,84.848]],[\"comment/3724\",[]],[\"name/3725\",[956,84.848]],[\"comment/3725\",[]],[\"name/3726\",[25,44.645]],[\"comment/3726\",[]],[\"name/3727\",[44,47.074]],[\"comment/3727\",[]],[\"name/3728\",[45,47.074]],[\"comment/3728\",[]],[\"name/3729\",[46,47.074]],[\"comment/3729\",[]],[\"name/3730\",[47,47.074]],[\"comment/3730\",[]],[\"name/3731\",[48,47.074]],[\"comment/3731\",[]],[\"name/3732\",[49,47.074]],[\"comment/3732\",[]],[\"name/3733\",[50,47.074]],[\"comment/3733\",[]],[\"name/3734\",[51,47.074]],[\"comment/3734\",[]],[\"name/3735\",[52,47.074]],[\"comment/3735\",[]],[\"name/3736\",[53,47.074]],[\"comment/3736\",[]],[\"name/3737\",[54,47.074]],[\"comment/3737\",[]],[\"name/3738\",[55,47.074]],[\"comment/3738\",[]],[\"name/3739\",[56,47.074]],[\"comment/3739\",[]],[\"name/3740\",[57,47.074]],[\"comment/3740\",[]],[\"name/3741\",[58,47.074]],[\"comment/3741\",[]],[\"name/3742\",[59,47.074]],[\"comment/3742\",[]],[\"name/3743\",[60,47.074]],[\"comment/3743\",[]],[\"name/3744\",[61,47.074]],[\"comment/3744\",[]],[\"name/3745\",[62,47.074]],[\"comment/3745\",[]],[\"name/3746\",[63,46.773]],[\"comment/3746\",[]],[\"name/3747\",[64,46.773]],[\"comment/3747\",[]],[\"name/3748\",[65,47.074]],[\"comment/3748\",[]],[\"name/3749\",[66,43.198]],[\"comment/3749\",[]],[\"name/3750\",[67,46.626]],[\"comment/3750\",[]],[\"name/3751\",[68,46.626]],[\"comment/3751\",[]],[\"name/3752\",[69,47.074]],[\"comment/3752\",[]],[\"name/3753\",[70,46.922]],[\"comment/3753\",[]],[\"name/3754\",[71,46.922]],[\"comment/3754\",[]],[\"name/3755\",[72,47.074]],[\"comment/3755\",[]],[\"name/3756\",[73,47.074]],[\"comment/3756\",[]],[\"name/3757\",[74,47.074]],[\"comment/3757\",[]],[\"name/3758\",[75,46.922]],[\"comment/3758\",[]],[\"name/3759\",[76,46.773]],[\"comment/3759\",[]],[\"name/3760\",[77,46.773]],[\"comment/3760\",[]],[\"name/3761\",[957,84.848]],[\"comment/3761\",[]],[\"name/3762\",[474,76.373]],[\"comment/3762\",[]],[\"name/3763\",[958,79.739]],[\"comment/3763\",[]],[\"name/3764\",[666,79.739]],[\"comment/3764\",[]],[\"name/3765\",[959,84.848]],[\"comment/3765\",[]],[\"name/3766\",[532,79.739]],[\"comment/3766\",[]],[\"name/3767\",[960,84.848]],[\"comment/3767\",[]],[\"name/3768\",[961,84.848]],[\"comment/3768\",[]],[\"name/3769\",[962,84.848]],[\"comment/3769\",[]],[\"name/3770\",[16,44.063]],[\"comment/3770\",[]],[\"name/3771\",[271,73.859]],[\"comment/3771\",[]],[\"name/3772\",[963,84.848]],[\"comment/3772\",[]],[\"name/3773\",[964,84.848]],[\"comment/3773\",[]],[\"name/3774\",[965,84.848]],[\"comment/3774\",[]],[\"name/3775\",[966,84.848]],[\"comment/3775\",[]],[\"name/3776\",[967,84.848]],[\"comment/3776\",[]],[\"name/3777\",[968,84.848]],[\"comment/3777\",[]],[\"name/3778\",[969,84.848]],[\"comment/3778\",[]],[\"name/3779\",[970,84.848]],[\"comment/3779\",[]],[\"name/3780\",[971,84.848]],[\"comment/3780\",[]],[\"name/3781\",[972,84.848]],[\"comment/3781\",[]],[\"name/3782\",[158,56.91]],[\"comment/3782\",[]],[\"name/3783\",[159,56.91]],[\"comment/3783\",[]],[\"name/3784\",[6,60.275]],[\"comment/3784\",[]],[\"name/3785\",[259,65.384]],[\"comment/3785\",[]],[\"name/3786\",[973,84.848]],[\"comment/3786\",[]],[\"name/3787\",[974,84.848]],[\"comment/3787\",[]],[\"name/3788\",[533,76.373]],[\"comment/3788\",[]],[\"name/3789\",[9,46.197]],[\"comment/3789\",[]],[\"name/3790\",[16,44.063]],[\"comment/3790\",[]],[\"name/3791\",[271,73.859]],[\"comment/3791\",[]],[\"name/3792\",[275,76.373]],[\"comment/3792\",[]],[\"name/3793\",[276,76.373]],[\"comment/3793\",[]],[\"name/3794\",[277,76.373]],[\"comment/3794\",[]],[\"name/3795\",[278,76.373]],[\"comment/3795\",[]],[\"name/3796\",[279,76.373]],[\"comment/3796\",[]],[\"name/3797\",[280,76.373]],[\"comment/3797\",[]],[\"name/3798\",[281,76.373]],[\"comment/3798\",[]],[\"name/3799\",[282,76.373]],[\"comment/3799\",[]],[\"name/3800\",[121,56.91]],[\"comment/3800\",[]],[\"name/3801\",[284,76.373]],[\"comment/3801\",[]],[\"name/3802\",[283,73.859]],[\"comment/3802\",[]],[\"name/3803\",[285,76.373]],[\"comment/3803\",[]],[\"name/3804\",[286,76.373]],[\"comment/3804\",[]],[\"name/3805\",[287,76.373]],[\"comment/3805\",[]],[\"name/3806\",[288,76.373]],[\"comment/3806\",[]],[\"name/3807\",[289,76.373]],[\"comment/3807\",[]],[\"name/3808\",[290,76.373]],[\"comment/3808\",[]],[\"name/3809\",[291,76.373]],[\"comment/3809\",[]],[\"name/3810\",[292,76.373]],[\"comment/3810\",[]],[\"name/3811\",[293,76.373]],[\"comment/3811\",[]],[\"name/3812\",[294,68.75]],[\"comment/3812\",[]],[\"name/3813\",[295,76.373]],[\"comment/3813\",[]],[\"name/3814\",[297,76.373]],[\"comment/3814\",[]],[\"name/3815\",[298,76.373]],[\"comment/3815\",[]],[\"name/3816\",[299,76.373]],[\"comment/3816\",[]],[\"name/3817\",[272,76.373]],[\"comment/3817\",[]],[\"name/3818\",[273,76.373]],[\"comment/3818\",[]],[\"name/3819\",[274,73.859]],[\"comment/3819\",[]],[\"name/3820\",[296,76.373]],[\"comment/3820\",[]],[\"name/3821\",[300,73.859]],[\"comment/3821\",[]],[\"name/3822\",[301,73.859]],[\"comment/3822\",[]],[\"name/3823\",[67,46.626]],[\"comment/3823\",[]],[\"name/3824\",[68,46.626]],[\"comment/3824\",[]],[\"name/3825\",[66,43.198]],[\"comment/3825\",[]],[\"name/3826\",[302,76.373]],[\"comment/3826\",[]],[\"name/3827\",[975,84.848]],[\"comment/3827\",[]],[\"name/3828\",[549,79.739]],[\"comment/3828\",[]],[\"name/3829\",[269,79.739]],[\"comment/3829\",[]],[\"name/3830\",[976,79.739]],[\"comment/3830\",[]],[\"name/3831\",[550,79.739]],[\"comment/3831\",[]],[\"name/3832\",[328,71.852]],[\"comment/3832\",[]],[\"name/3833\",[232,76.373]],[\"comment/3833\",[]],[\"name/3834\",[233,76.373]],[\"comment/3834\",[]],[\"name/3835\",[484,76.373]],[\"comment/3835\",[]],[\"name/3836\",[977,84.848]],[\"comment/3836\",[]],[\"name/3837\",[978,84.848]],[\"comment/3837\",[]],[\"name/3838\",[979,84.848]],[\"comment/3838\",[]],[\"name/3839\",[980,84.848]],[\"comment/3839\",[]],[\"name/3840\",[981,79.739]],[\"comment/3840\",[]],[\"name/3841\",[982,84.848]],[\"comment/3841\",[]],[\"name/3842\",[983,84.848]],[\"comment/3842\",[]],[\"name/3843\",[16,44.063]],[\"comment/3843\",[]],[\"name/3844\",[283,73.859]],[\"comment/3844\",[]],[\"name/3845\",[63,46.773]],[\"comment/3845\",[]],[\"name/3846\",[494,73.859]],[\"comment/3846\",[]],[\"name/3847\",[9,46.197]],[\"comment/3847\",[]],[\"name/3848\",[104,60.275]],[\"comment/3848\",[]],[\"name/3849\",[15,46.922]],[\"comment/3849\",[]],[\"name/3850\",[16,44.063]],[\"comment/3850\",[]],[\"name/3851\",[747,76.373]],[\"comment/3851\",[]],[\"name/3852\",[62,47.074]],[\"comment/3852\",[]],[\"name/3853\",[108,56.509]],[\"comment/3853\",[]],[\"name/3854\",[748,70.181]],[\"comment/3854\",[]],[\"name/3855\",[139,60.275]],[\"comment/3855\",[]],[\"name/3856\",[25,44.645]],[\"comment/3856\",[]],[\"name/3857\",[109,59.719]],[\"comment/3857\",[]],[\"name/3858\",[110,57.326]],[\"comment/3858\",[]],[\"name/3859\",[111,59.719]],[\"comment/3859\",[]],[\"name/3860\",[18,52.922]],[\"comment/3860\",[]],[\"name/3861\",[1,44.292]],[\"comment/3861\",[]],[\"name/3862\",[112,60.275]],[\"comment/3862\",[]],[\"name/3863\",[25,44.645]],[\"comment/3863\",[]],[\"name/3864\",[113,60.275]],[\"comment/3864\",[]],[\"name/3865\",[114,60.275]],[\"comment/3865\",[]],[\"name/3866\",[115,57.326]],[\"comment/3866\",[]],[\"name/3867\",[116,60.275]],[\"comment/3867\",[]],[\"name/3868\",[117,60.275]],[\"comment/3868\",[]],[\"name/3869\",[118,57.761]],[\"comment/3869\",[]],[\"name/3870\",[119,60.275]],[\"comment/3870\",[]],[\"name/3871\",[120,60.275]],[\"comment/3871\",[]],[\"name/3872\",[121,56.91]],[\"comment/3872\",[]],[\"name/3873\",[66,43.198]],[\"comment/3873\",[]],[\"name/3874\",[122,58.692]],[\"comment/3874\",[]],[\"name/3875\",[123,60.275]],[\"comment/3875\",[]],[\"name/3876\",[124,60.275]],[\"comment/3876\",[]],[\"name/3877\",[125,59.719]],[\"comment/3877\",[]],[\"name/3878\",[126,60.275]],[\"comment/3878\",[]],[\"name/3879\",[127,54.396]],[\"comment/3879\",[]],[\"name/3880\",[128,54.396]],[\"comment/3880\",[]],[\"name/3881\",[129,54.083]],[\"comment/3881\",[]],[\"name/3882\",[130,60.275]],[\"comment/3882\",[]],[\"name/3883\",[131,60.275]],[\"comment/3883\",[]],[\"name/3884\",[132,60.275]],[\"comment/3884\",[]],[\"name/3885\",[133,60.275]],[\"comment/3885\",[]],[\"name/3886\",[134,59.719]],[\"comment/3886\",[]],[\"name/3887\",[135,60.275]],[\"comment/3887\",[]],[\"name/3888\",[136,60.275]],[\"comment/3888\",[]],[\"name/3889\",[137,59.719]],[\"comment/3889\",[]],[\"name/3890\",[138,60.275]],[\"comment/3890\",[]],[\"name/3891\",[140,60.275]],[\"comment/3891\",[]],[\"name/3892\",[141,60.275]],[\"comment/3892\",[]],[\"name/3893\",[142,59.193]],[\"comment/3893\",[]],[\"name/3894\",[143,59.719]],[\"comment/3894\",[]],[\"name/3895\",[144,59.719]],[\"comment/3895\",[]],[\"name/3896\",[145,59.719]],[\"comment/3896\",[]],[\"name/3897\",[146,59.719]],[\"comment/3897\",[]],[\"name/3898\",[147,60.275]],[\"comment/3898\",[]],[\"name/3899\",[148,60.275]],[\"comment/3899\",[]],[\"name/3900\",[149,60.275]],[\"comment/3900\",[]],[\"name/3901\",[150,60.275]],[\"comment/3901\",[]],[\"name/3902\",[151,60.275]],[\"comment/3902\",[]],[\"name/3903\",[152,60.275]],[\"comment/3903\",[]],[\"name/3904\",[153,60.275]],[\"comment/3904\",[]],[\"name/3905\",[154,60.275]],[\"comment/3905\",[]],[\"name/3906\",[155,58.216]],[\"comment/3906\",[]],[\"name/3907\",[156,60.275]],[\"comment/3907\",[]],[\"name/3908\",[157,60.275]],[\"comment/3908\",[]],[\"name/3909\",[1,44.292]],[\"comment/3909\",[]],[\"name/3910\",[158,56.91]],[\"comment/3910\",[]],[\"name/3911\",[159,56.91]],[\"comment/3911\",[]],[\"name/3912\",[160,60.275]],[\"comment/3912\",[]],[\"name/3913\",[161,60.275]],[\"comment/3913\",[]],[\"name/3914\",[162,60.275]],[\"comment/3914\",[]],[\"name/3915\",[163,56.91]],[\"comment/3915\",[]],[\"name/3916\",[164,59.719]],[\"comment/3916\",[]],[\"name/3917\",[165,59.719]],[\"comment/3917\",[]],[\"name/3918\",[166,60.275]],[\"comment/3918\",[]],[\"name/3919\",[167,60.275]],[\"comment/3919\",[]],[\"name/3920\",[168,60.275]],[\"comment/3920\",[]],[\"name/3921\",[169,60.275]],[\"comment/3921\",[]],[\"name/3922\",[170,60.275]],[\"comment/3922\",[]],[\"name/3923\",[171,57.326]],[\"comment/3923\",[]],[\"name/3924\",[172,59.719]],[\"comment/3924\",[]],[\"name/3925\",[173,59.719]],[\"comment/3925\",[]],[\"name/3926\",[26,50.5]],[\"comment/3926\",[]],[\"name/3927\",[22,49.479]],[\"comment/3927\",[]],[\"name/3928\",[41,52.652]],[\"comment/3928\",[]],[\"name/3929\",[42,52.652]],[\"comment/3929\",[]],[\"name/3930\",[174,53.78]],[\"comment/3930\",[]],[\"name/3931\",[175,59.193]],[\"comment/3931\",[]],[\"name/3932\",[176,59.719]],[\"comment/3932\",[]],[\"name/3933\",[177,59.719]],[\"comment/3933\",[]],[\"name/3934\",[178,59.719]],[\"comment/3934\",[]],[\"name/3935\",[179,59.719]],[\"comment/3935\",[]],[\"name/3936\",[180,59.719]],[\"comment/3936\",[]],[\"name/3937\",[181,59.719]],[\"comment/3937\",[]],[\"name/3938\",[182,59.719]],[\"comment/3938\",[]],[\"name/3939\",[183,59.719]],[\"comment/3939\",[]],[\"name/3940\",[107,59.719]],[\"comment/3940\",[]],[\"name/3941\",[184,58.216]],[\"comment/3941\",[]],[\"name/3942\",[185,59.719]],[\"comment/3942\",[]],[\"name/3943\",[186,59.719]],[\"comment/3943\",[]],[\"name/3944\",[187,56.91]],[\"comment/3944\",[]],[\"name/3945\",[188,59.193]],[\"comment/3945\",[]],[\"name/3946\",[189,59.719]],[\"comment/3946\",[]],[\"name/3947\",[190,59.719]],[\"comment/3947\",[]],[\"name/3948\",[191,59.719]],[\"comment/3948\",[]],[\"name/3949\",[192,59.719]],[\"comment/3949\",[]],[\"name/3950\",[193,59.719]],[\"comment/3950\",[]],[\"name/3951\",[34,53.486]],[\"comment/3951\",[]],[\"name/3952\",[32,53.486]],[\"comment/3952\",[]],[\"name/3953\",[33,53.486]],[\"comment/3953\",[]],[\"name/3954\",[44,47.074]],[\"comment/3954\",[]],[\"name/3955\",[45,47.074]],[\"comment/3955\",[]],[\"name/3956\",[46,47.074]],[\"comment/3956\",[]],[\"name/3957\",[47,47.074]],[\"comment/3957\",[]],[\"name/3958\",[48,47.074]],[\"comment/3958\",[]],[\"name/3959\",[49,47.074]],[\"comment/3959\",[]],[\"name/3960\",[50,47.074]],[\"comment/3960\",[]],[\"name/3961\",[51,47.074]],[\"comment/3961\",[]],[\"name/3962\",[52,47.074]],[\"comment/3962\",[]],[\"name/3963\",[53,47.074]],[\"comment/3963\",[]],[\"name/3964\",[54,47.074]],[\"comment/3964\",[]],[\"name/3965\",[55,47.074]],[\"comment/3965\",[]],[\"name/3966\",[56,47.074]],[\"comment/3966\",[]],[\"name/3967\",[57,47.074]],[\"comment/3967\",[]],[\"name/3968\",[58,47.074]],[\"comment/3968\",[]],[\"name/3969\",[59,47.074]],[\"comment/3969\",[]],[\"name/3970\",[60,47.074]],[\"comment/3970\",[]],[\"name/3971\",[61,47.074]],[\"comment/3971\",[]],[\"name/3972\",[63,46.773]],[\"comment/3972\",[]],[\"name/3973\",[64,46.773]],[\"comment/3973\",[]],[\"name/3974\",[65,47.074]],[\"comment/3974\",[]],[\"name/3975\",[66,43.198]],[\"comment/3975\",[]],[\"name/3976\",[67,46.626]],[\"comment/3976\",[]],[\"name/3977\",[68,46.626]],[\"comment/3977\",[]],[\"name/3978\",[69,47.074]],[\"comment/3978\",[]],[\"name/3979\",[70,46.922]],[\"comment/3979\",[]],[\"name/3980\",[71,46.922]],[\"comment/3980\",[]],[\"name/3981\",[72,47.074]],[\"comment/3981\",[]],[\"name/3982\",[73,47.074]],[\"comment/3982\",[]],[\"name/3983\",[74,47.074]],[\"comment/3983\",[]],[\"name/3984\",[75,46.922]],[\"comment/3984\",[]],[\"name/3985\",[76,46.773]],[\"comment/3985\",[]],[\"name/3986\",[77,46.773]],[\"comment/3986\",[]],[\"name/3987\",[984,84.848]],[\"comment/3987\",[]],[\"name/3988\",[985,84.848]],[\"comment/3988\",[]],[\"name/3989\",[986,84.848]],[\"comment/3989\",[]],[\"name/3990\",[987,84.848]],[\"comment/3990\",[]],[\"name/3991\",[988,84.848]],[\"comment/3991\",[]],[\"name/3992\",[989,84.848]],[\"comment/3992\",[]],[\"name/3993\",[990,84.848]],[\"comment/3993\",[]],[\"name/3994\",[991,84.848]],[\"comment/3994\",[]],[\"name/3995\",[992,84.848]],[\"comment/3995\",[]],[\"name/3996\",[993,84.848]],[\"comment/3996\",[]],[\"name/3997\",[994,84.848]],[\"comment/3997\",[]],[\"name/3998\",[839,79.739]],[\"comment/3998\",[]],[\"name/3999\",[995,84.848]],[\"comment/3999\",[]],[\"name/4000\",[996,84.848]],[\"comment/4000\",[]],[\"name/4001\",[482,67.498]],[\"comment/4001\",[]],[\"name/4002\",[9,46.197]],[\"comment/4002\",[]],[\"name/4003\",[15,46.922]],[\"comment/4003\",[]],[\"name/4004\",[997,79.739]],[\"comment/4004\",[]],[\"name/4005\",[998,76.373]],[\"comment/4005\",[]],[\"name/4006\",[999,79.739]],[\"comment/4006\",[]],[\"name/4007\",[16,44.063]],[\"comment/4007\",[]],[\"name/4008\",[440,70.181]],[\"comment/4008\",[]],[\"name/4009\",[1000,79.739]],[\"comment/4009\",[]],[\"name/4010\",[1001,79.739]],[\"comment/4010\",[]],[\"name/4011\",[483,73.859]],[\"comment/4011\",[]],[\"name/4012\",[1002,79.739]],[\"comment/4012\",[]],[\"name/4013\",[1003,79.739]],[\"comment/4013\",[]],[\"name/4014\",[1004,79.739]],[\"comment/4014\",[]],[\"name/4015\",[1005,79.739]],[\"comment/4015\",[]],[\"name/4016\",[1006,79.739]],[\"comment/4016\",[]],[\"name/4017\",[1007,79.739]],[\"comment/4017\",[]],[\"name/4018\",[174,53.78]],[\"comment/4018\",[]],[\"name/4019\",[1008,79.739]],[\"comment/4019\",[]],[\"name/4020\",[1009,79.739]],[\"comment/4020\",[]],[\"name/4021\",[250,71.852]],[\"comment/4021\",[]],[\"name/4022\",[246,71.852]],[\"comment/4022\",[]],[\"name/4023\",[1010,79.739]],[\"comment/4023\",[]],[\"name/4024\",[1011,79.739]],[\"comment/4024\",[]],[\"name/4025\",[249,60.864]],[\"comment/4025\",[]],[\"name/4026\",[26,50.5]],[\"comment/4026\",[]],[\"name/4027\",[22,49.479]],[\"comment/4027\",[]],[\"name/4028\",[48,47.074]],[\"comment/4028\",[]],[\"name/4029\",[1012,79.739]],[\"comment/4029\",[]],[\"name/4030\",[1013,79.739]],[\"comment/4030\",[]],[\"name/4031\",[1014,79.739]],[\"comment/4031\",[]],[\"name/4032\",[1015,79.739]],[\"comment/4032\",[]],[\"name/4033\",[1016,79.739]],[\"comment/4033\",[]],[\"name/4034\",[1017,79.739]],[\"comment/4034\",[]],[\"name/4035\",[1018,76.373]],[\"comment/4035\",[]],[\"name/4036\",[1019,71.852]],[\"comment/4036\",[]],[\"name/4037\",[1020,76.373]],[\"comment/4037\",[]],[\"name/4038\",[1021,79.739]],[\"comment/4038\",[]],[\"name/4039\",[62,47.074]],[\"comment/4039\",[]],[\"name/4040\",[1022,79.739]],[\"comment/4040\",[]],[\"name/4041\",[1023,79.739]],[\"comment/4041\",[]],[\"name/4042\",[1024,79.739]],[\"comment/4042\",[]],[\"name/4043\",[1025,79.739]],[\"comment/4043\",[]],[\"name/4044\",[142,59.193]],[\"comment/4044\",[]],[\"name/4045\",[700,67.498]],[\"comment/4045\",[]],[\"name/4046\",[1026,79.739]],[\"comment/4046\",[]],[\"name/4047\",[1027,79.739]],[\"comment/4047\",[]],[\"name/4048\",[155,58.216]],[\"comment/4048\",[]],[\"name/4049\",[1028,79.739]],[\"comment/4049\",[]],[\"name/4050\",[1029,79.739]],[\"comment/4050\",[]],[\"name/4051\",[1030,79.739]],[\"comment/4051\",[]],[\"name/4052\",[1031,79.739]],[\"comment/4052\",[]],[\"name/4053\",[379,76.373]],[\"comment/4053\",[]],[\"name/4054\",[1032,79.739]],[\"comment/4054\",[]],[\"name/4055\",[1033,79.739]],[\"comment/4055\",[]],[\"name/4056\",[1034,79.739]],[\"comment/4056\",[]],[\"name/4057\",[1035,79.739]],[\"comment/4057\",[]],[\"name/4058\",[1036,79.739]],[\"comment/4058\",[]],[\"name/4059\",[1037,79.739]],[\"comment/4059\",[]],[\"name/4060\",[1038,79.739]],[\"comment/4060\",[]],[\"name/4061\",[1039,79.739]],[\"comment/4061\",[]],[\"name/4062\",[1040,79.739]],[\"comment/4062\",[]],[\"name/4063\",[1041,79.739]],[\"comment/4063\",[]],[\"name/4064\",[1042,79.739]],[\"comment/4064\",[]],[\"name/4065\",[1043,79.739]],[\"comment/4065\",[]],[\"name/4066\",[184,58.216]],[\"comment/4066\",[]],[\"name/4067\",[1044,79.739]],[\"comment/4067\",[]],[\"name/4068\",[10,58.216]],[\"comment/4068\",[]],[\"name/4069\",[25,44.645]],[\"comment/4069\",[]],[\"name/4070\",[1045,79.739]],[\"comment/4070\",[]],[\"name/4071\",[1046,79.739]],[\"comment/4071\",[]],[\"name/4072\",[1047,79.739]],[\"comment/4072\",[]],[\"name/4073\",[1048,79.739]],[\"comment/4073\",[]],[\"name/4074\",[44,47.074]],[\"comment/4074\",[]],[\"name/4075\",[45,47.074]],[\"comment/4075\",[]],[\"name/4076\",[46,47.074]],[\"comment/4076\",[]],[\"name/4077\",[47,47.074]],[\"comment/4077\",[]],[\"name/4078\",[49,47.074]],[\"comment/4078\",[]],[\"name/4079\",[50,47.074]],[\"comment/4079\",[]],[\"name/4080\",[51,47.074]],[\"comment/4080\",[]],[\"name/4081\",[52,47.074]],[\"comment/4081\",[]],[\"name/4082\",[53,47.074]],[\"comment/4082\",[]],[\"name/4083\",[54,47.074]],[\"comment/4083\",[]],[\"name/4084\",[55,47.074]],[\"comment/4084\",[]],[\"name/4085\",[56,47.074]],[\"comment/4085\",[]],[\"name/4086\",[57,47.074]],[\"comment/4086\",[]],[\"name/4087\",[58,47.074]],[\"comment/4087\",[]],[\"name/4088\",[59,47.074]],[\"comment/4088\",[]],[\"name/4089\",[60,47.074]],[\"comment/4089\",[]],[\"name/4090\",[61,47.074]],[\"comment/4090\",[]],[\"name/4091\",[63,46.773]],[\"comment/4091\",[]],[\"name/4092\",[64,46.773]],[\"comment/4092\",[]],[\"name/4093\",[65,47.074]],[\"comment/4093\",[]],[\"name/4094\",[66,43.198]],[\"comment/4094\",[]],[\"name/4095\",[67,46.626]],[\"comment/4095\",[]],[\"name/4096\",[68,46.626]],[\"comment/4096\",[]],[\"name/4097\",[69,47.074]],[\"comment/4097\",[]],[\"name/4098\",[70,46.922]],[\"comment/4098\",[]],[\"name/4099\",[71,46.922]],[\"comment/4099\",[]],[\"name/4100\",[72,47.074]],[\"comment/4100\",[]],[\"name/4101\",[73,47.074]],[\"comment/4101\",[]],[\"name/4102\",[74,47.074]],[\"comment/4102\",[]],[\"name/4103\",[75,46.922]],[\"comment/4103\",[]],[\"name/4104\",[76,46.773]],[\"comment/4104\",[]],[\"name/4105\",[77,46.773]],[\"comment/4105\",[]],[\"name/4106\",[551,79.739]],[\"comment/4106\",[]],[\"name/4107\",[1049,84.848]],[\"comment/4107\",[]],[\"name/4108\",[1050,84.848]],[\"comment/4108\",[]],[\"name/4109\",[1051,76.373]],[\"comment/4109\",[]],[\"name/4110\",[1052,84.848]],[\"comment/4110\",[]],[\"name/4111\",[1053,84.848]],[\"comment/4111\",[]],[\"name/4112\",[1054,84.848]],[\"comment/4112\",[]],[\"name/4113\",[328,71.852]],[\"comment/4113\",[]],[\"name/4114\",[522,76.373]],[\"comment/4114\",[]],[\"name/4115\",[9,46.197]],[\"comment/4115\",[]],[\"name/4116\",[17,57.761]],[\"comment/4116\",[]],[\"name/4117\",[946,76.373]],[\"comment/4117\",[]],[\"name/4118\",[13,54.083]],[\"comment/4118\",[]],[\"name/4119\",[15,46.922]],[\"comment/4119\",[]],[\"name/4120\",[16,44.063]],[\"comment/4120\",[]],[\"name/4121\",[105,76.373]],[\"comment/4121\",[]],[\"name/4122\",[106,70.181]],[\"comment/4122\",[]],[\"name/4123\",[25,44.645]],[\"comment/4123\",[]],[\"name/4124\",[1055,84.848]],[\"comment/4124\",[]],[\"name/4125\",[1056,84.848]],[\"comment/4125\",[]],[\"name/4126\",[1057,84.848]],[\"comment/4126\",[]],[\"name/4127\",[35,56.125]],[\"comment/4127\",[]],[\"name/4128\",[36,55.754]],[\"comment/4128\",[]],[\"name/4129\",[127,54.396]],[\"comment/4129\",[]],[\"name/4130\",[128,54.396]],[\"comment/4130\",[]],[\"name/4131\",[129,54.083]],[\"comment/4131\",[]],[\"name/4132\",[22,49.479]],[\"comment/4132\",[]],[\"name/4133\",[26,50.5]],[\"comment/4133\",[]],[\"name/4134\",[174,53.78]],[\"comment/4134\",[]],[\"name/4135\",[249,60.864]],[\"comment/4135\",[]],[\"name/4136\",[373,65.384]],[\"comment/4136\",[]],[\"name/4137\",[374,65.384]],[\"comment/4137\",[]],[\"name/4138\",[375,64.475]],[\"comment/4138\",[]],[\"name/4139\",[376,65.384]],[\"comment/4139\",[]],[\"name/4140\",[377,65.384]],[\"comment/4140\",[]],[\"name/4141\",[44,47.074]],[\"comment/4141\",[]],[\"name/4142\",[45,47.074]],[\"comment/4142\",[]],[\"name/4143\",[46,47.074]],[\"comment/4143\",[]],[\"name/4144\",[47,47.074]],[\"comment/4144\",[]],[\"name/4145\",[48,47.074]],[\"comment/4145\",[]],[\"name/4146\",[49,47.074]],[\"comment/4146\",[]],[\"name/4147\",[50,47.074]],[\"comment/4147\",[]],[\"name/4148\",[51,47.074]],[\"comment/4148\",[]],[\"name/4149\",[52,47.074]],[\"comment/4149\",[]],[\"name/4150\",[53,47.074]],[\"comment/4150\",[]],[\"name/4151\",[54,47.074]],[\"comment/4151\",[]],[\"name/4152\",[55,47.074]],[\"comment/4152\",[]],[\"name/4153\",[56,47.074]],[\"comment/4153\",[]],[\"name/4154\",[57,47.074]],[\"comment/4154\",[]],[\"name/4155\",[58,47.074]],[\"comment/4155\",[]],[\"name/4156\",[59,47.074]],[\"comment/4156\",[]],[\"name/4157\",[60,47.074]],[\"comment/4157\",[]],[\"name/4158\",[61,47.074]],[\"comment/4158\",[]],[\"name/4159\",[62,47.074]],[\"comment/4159\",[]],[\"name/4160\",[63,46.773]],[\"comment/4160\",[]],[\"name/4161\",[64,46.773]],[\"comment/4161\",[]],[\"name/4162\",[65,47.074]],[\"comment/4162\",[]],[\"name/4163\",[66,43.198]],[\"comment/4163\",[]],[\"name/4164\",[67,46.626]],[\"comment/4164\",[]],[\"name/4165\",[68,46.626]],[\"comment/4165\",[]],[\"name/4166\",[69,47.074]],[\"comment/4166\",[]],[\"name/4167\",[70,46.922]],[\"comment/4167\",[]],[\"name/4168\",[71,46.922]],[\"comment/4168\",[]],[\"name/4169\",[72,47.074]],[\"comment/4169\",[]],[\"name/4170\",[73,47.074]],[\"comment/4170\",[]],[\"name/4171\",[74,47.074]],[\"comment/4171\",[]],[\"name/4172\",[75,46.922]],[\"comment/4172\",[]],[\"name/4173\",[76,46.773]],[\"comment/4173\",[]],[\"name/4174\",[77,46.773]],[\"comment/4174\",[]],[\"name/4175\",[1058,84.848]],[\"comment/4175\",[]],[\"name/4176\",[509,73.859]],[\"comment/4176\",[]],[\"name/4177\",[9,46.197]],[\"comment/4177\",[]],[\"name/4178\",[15,46.922]],[\"comment/4178\",[]],[\"name/4179\",[17,57.761]],[\"comment/4179\",[]],[\"name/4180\",[946,76.373]],[\"comment/4180\",[]],[\"name/4181\",[16,44.063]],[\"comment/4181\",[]],[\"name/4182\",[1059,84.848]],[\"comment/4182\",[]],[\"name/4183\",[1060,84.848]],[\"comment/4183\",[]],[\"name/4184\",[390,79.739]],[\"comment/4184\",[]],[\"name/4185\",[106,70.181]],[\"comment/4185\",[]],[\"name/4186\",[105,76.373]],[\"comment/4186\",[]],[\"name/4187\",[1019,71.852]],[\"comment/4187\",[]],[\"name/4188\",[41,52.652]],[\"comment/4188\",[]],[\"name/4189\",[42,52.652]],[\"comment/4189\",[]],[\"name/4190\",[25,44.645]],[\"comment/4190\",[]],[\"name/4191\",[44,47.074]],[\"comment/4191\",[]],[\"name/4192\",[45,47.074]],[\"comment/4192\",[]],[\"name/4193\",[46,47.074]],[\"comment/4193\",[]],[\"name/4194\",[47,47.074]],[\"comment/4194\",[]],[\"name/4195\",[48,47.074]],[\"comment/4195\",[]],[\"name/4196\",[49,47.074]],[\"comment/4196\",[]],[\"name/4197\",[50,47.074]],[\"comment/4197\",[]],[\"name/4198\",[51,47.074]],[\"comment/4198\",[]],[\"name/4199\",[52,47.074]],[\"comment/4199\",[]],[\"name/4200\",[53,47.074]],[\"comment/4200\",[]],[\"name/4201\",[54,47.074]],[\"comment/4201\",[]],[\"name/4202\",[55,47.074]],[\"comment/4202\",[]],[\"name/4203\",[56,47.074]],[\"comment/4203\",[]],[\"name/4204\",[57,47.074]],[\"comment/4204\",[]],[\"name/4205\",[58,47.074]],[\"comment/4205\",[]],[\"name/4206\",[59,47.074]],[\"comment/4206\",[]],[\"name/4207\",[60,47.074]],[\"comment/4207\",[]],[\"name/4208\",[61,47.074]],[\"comment/4208\",[]],[\"name/4209\",[62,47.074]],[\"comment/4209\",[]],[\"name/4210\",[63,46.773]],[\"comment/4210\",[]],[\"name/4211\",[64,46.773]],[\"comment/4211\",[]],[\"name/4212\",[65,47.074]],[\"comment/4212\",[]],[\"name/4213\",[66,43.198]],[\"comment/4213\",[]],[\"name/4214\",[67,46.626]],[\"comment/4214\",[]],[\"name/4215\",[68,46.626]],[\"comment/4215\",[]],[\"name/4216\",[69,47.074]],[\"comment/4216\",[]],[\"name/4217\",[70,46.922]],[\"comment/4217\",[]],[\"name/4218\",[71,46.922]],[\"comment/4218\",[]],[\"name/4219\",[72,47.074]],[\"comment/4219\",[]],[\"name/4220\",[73,47.074]],[\"comment/4220\",[]],[\"name/4221\",[74,47.074]],[\"comment/4221\",[]],[\"name/4222\",[75,46.922]],[\"comment/4222\",[]],[\"name/4223\",[76,46.773]],[\"comment/4223\",[]],[\"name/4224\",[77,46.773]],[\"comment/4224\",[]],[\"name/4225\",[1061,84.848]],[\"comment/4225\",[]],[\"name/4226\",[1062,84.848]],[\"comment/4226\",[]],[\"name/4227\",[1063,84.848]],[\"comment/4227\",[]],[\"name/4228\",[1064,84.848]],[\"comment/4228\",[]],[\"name/4229\",[1065,84.848]],[\"comment/4229\",[]],[\"name/4230\",[259,65.384]],[\"comment/4230\",[]],[\"name/4231\",[115,57.326]],[\"comment/4231\",[]],[\"name/4232\",[535,76.373]],[\"comment/4232\",[]],[\"name/4233\",[9,46.197]],[\"comment/4233\",[]],[\"name/4234\",[17,57.761]],[\"comment/4234\",[]],[\"name/4235\",[1,44.292]],[\"comment/4235\",[]],[\"name/4236\",[1066,84.848]],[\"comment/4236\",[]],[\"name/4237\",[1067,84.848]],[\"comment/4237\",[]],[\"name/4238\",[1068,84.848]],[\"comment/4238\",[]],[\"name/4239\",[15,46.922]],[\"comment/4239\",[]],[\"name/4240\",[16,44.063]],[\"comment/4240\",[]],[\"name/4241\",[18,52.922]],[\"comment/4241\",[]],[\"name/4242\",[36,55.754]],[\"comment/4242\",[]],[\"name/4243\",[1069,84.848]],[\"comment/4243\",[]],[\"name/4244\",[397,70.181]],[\"comment/4244\",[]],[\"name/4245\",[1070,84.848]],[\"comment/4245\",[]],[\"name/4246\",[25,44.645]],[\"comment/4246\",[]],[\"name/4247\",[44,47.074]],[\"comment/4247\",[]],[\"name/4248\",[45,47.074]],[\"comment/4248\",[]],[\"name/4249\",[46,47.074]],[\"comment/4249\",[]],[\"name/4250\",[47,47.074]],[\"comment/4250\",[]],[\"name/4251\",[48,47.074]],[\"comment/4251\",[]],[\"name/4252\",[49,47.074]],[\"comment/4252\",[]],[\"name/4253\",[50,47.074]],[\"comment/4253\",[]],[\"name/4254\",[51,47.074]],[\"comment/4254\",[]],[\"name/4255\",[52,47.074]],[\"comment/4255\",[]],[\"name/4256\",[53,47.074]],[\"comment/4256\",[]],[\"name/4257\",[54,47.074]],[\"comment/4257\",[]],[\"name/4258\",[55,47.074]],[\"comment/4258\",[]],[\"name/4259\",[56,47.074]],[\"comment/4259\",[]],[\"name/4260\",[57,47.074]],[\"comment/4260\",[]],[\"name/4261\",[58,47.074]],[\"comment/4261\",[]],[\"name/4262\",[59,47.074]],[\"comment/4262\",[]],[\"name/4263\",[60,47.074]],[\"comment/4263\",[]],[\"name/4264\",[61,47.074]],[\"comment/4264\",[]],[\"name/4265\",[62,47.074]],[\"comment/4265\",[]],[\"name/4266\",[63,46.773]],[\"comment/4266\",[]],[\"name/4267\",[64,46.773]],[\"comment/4267\",[]],[\"name/4268\",[65,47.074]],[\"comment/4268\",[]],[\"name/4269\",[66,43.198]],[\"comment/4269\",[]],[\"name/4270\",[67,46.626]],[\"comment/4270\",[]],[\"name/4271\",[68,46.626]],[\"comment/4271\",[]],[\"name/4272\",[69,47.074]],[\"comment/4272\",[]],[\"name/4273\",[70,46.922]],[\"comment/4273\",[]],[\"name/4274\",[71,46.922]],[\"comment/4274\",[]],[\"name/4275\",[72,47.074]],[\"comment/4275\",[]],[\"name/4276\",[73,47.074]],[\"comment/4276\",[]],[\"name/4277\",[74,47.074]],[\"comment/4277\",[]],[\"name/4278\",[75,46.922]],[\"comment/4278\",[]],[\"name/4279\",[76,46.773]],[\"comment/4279\",[]],[\"name/4280\",[77,46.773]],[\"comment/4280\",[]],[\"name/4281\",[1071,84.848]],[\"comment/4281\",[]],[\"name/4282\",[1072,79.739]],[\"comment/4282\",[]],[\"name/4283\",[1073,79.739]],[\"comment/4283\",[]],[\"name/4284\",[1074,79.739]],[\"comment/4284\",[]],[\"name/4285\",[1075,79.739]],[\"comment/4285\",[]],[\"name/4286\",[512,73.859]],[\"comment/4286\",[]],[\"name/4287\",[9,46.197]],[\"comment/4287\",[]],[\"name/4288\",[15,46.922]],[\"comment/4288\",[]],[\"name/4289\",[1076,84.848]],[\"comment/4289\",[]],[\"name/4290\",[1,44.292]],[\"comment/4290\",[]],[\"name/4291\",[84,71.852]],[\"comment/4291\",[]],[\"name/4292\",[85,71.852]],[\"comment/4292\",[]],[\"name/4293\",[555,76.373]],[\"comment/4293\",[]],[\"name/4294\",[16,44.063]],[\"comment/4294\",[]],[\"name/4295\",[18,52.922]],[\"comment/4295\",[]],[\"name/4296\",[1,44.292]],[\"comment/4296\",[]],[\"name/4297\",[837,79.739]],[\"comment/4297\",[]],[\"name/4298\",[838,79.739]],[\"comment/4298\",[]],[\"name/4299\",[234,76.373]],[\"comment/4299\",[]],[\"name/4300\",[1077,84.848]],[\"comment/4300\",[]],[\"name/4301\",[1078,84.848]],[\"comment/4301\",[]],[\"name/4302\",[950,76.373]],[\"comment/4302\",[]],[\"name/4303\",[1079,84.848]],[\"comment/4303\",[]],[\"name/4304\",[1080,84.848]],[\"comment/4304\",[]],[\"name/4305\",[1081,84.848]],[\"comment/4305\",[]],[\"name/4306\",[1082,84.848]],[\"comment/4306\",[]],[\"name/4307\",[1083,84.848]],[\"comment/4307\",[]],[\"name/4308\",[1084,84.848]],[\"comment/4308\",[]],[\"name/4309\",[1019,71.852]],[\"comment/4309\",[]],[\"name/4310\",[397,70.181]],[\"comment/4310\",[]],[\"name/4311\",[1085,84.848]],[\"comment/4311\",[]],[\"name/4312\",[1086,84.848]],[\"comment/4312\",[]],[\"name/4313\",[25,44.645]],[\"comment/4313\",[]],[\"name/4314\",[44,47.074]],[\"comment/4314\",[]],[\"name/4315\",[45,47.074]],[\"comment/4315\",[]],[\"name/4316\",[46,47.074]],[\"comment/4316\",[]],[\"name/4317\",[47,47.074]],[\"comment/4317\",[]],[\"name/4318\",[48,47.074]],[\"comment/4318\",[]],[\"name/4319\",[49,47.074]],[\"comment/4319\",[]],[\"name/4320\",[50,47.074]],[\"comment/4320\",[]],[\"name/4321\",[51,47.074]],[\"comment/4321\",[]],[\"name/4322\",[52,47.074]],[\"comment/4322\",[]],[\"name/4323\",[53,47.074]],[\"comment/4323\",[]],[\"name/4324\",[54,47.074]],[\"comment/4324\",[]],[\"name/4325\",[55,47.074]],[\"comment/4325\",[]],[\"name/4326\",[56,47.074]],[\"comment/4326\",[]],[\"name/4327\",[57,47.074]],[\"comment/4327\",[]],[\"name/4328\",[58,47.074]],[\"comment/4328\",[]],[\"name/4329\",[59,47.074]],[\"comment/4329\",[]],[\"name/4330\",[60,47.074]],[\"comment/4330\",[]],[\"name/4331\",[61,47.074]],[\"comment/4331\",[]],[\"name/4332\",[62,47.074]],[\"comment/4332\",[]],[\"name/4333\",[63,46.773]],[\"comment/4333\",[]],[\"name/4334\",[64,46.773]],[\"comment/4334\",[]],[\"name/4335\",[65,47.074]],[\"comment/4335\",[]],[\"name/4336\",[66,43.198]],[\"comment/4336\",[]],[\"name/4337\",[67,46.626]],[\"comment/4337\",[]],[\"name/4338\",[68,46.626]],[\"comment/4338\",[]],[\"name/4339\",[69,47.074]],[\"comment/4339\",[]],[\"name/4340\",[70,46.922]],[\"comment/4340\",[]],[\"name/4341\",[71,46.922]],[\"comment/4341\",[]],[\"name/4342\",[72,47.074]],[\"comment/4342\",[]],[\"name/4343\",[73,47.074]],[\"comment/4343\",[]],[\"name/4344\",[74,47.074]],[\"comment/4344\",[]],[\"name/4345\",[75,46.922]],[\"comment/4345\",[]],[\"name/4346\",[76,46.773]],[\"comment/4346\",[]],[\"name/4347\",[77,46.773]],[\"comment/4347\",[]],[\"name/4348\",[1087,84.848]],[\"comment/4348\",[]],[\"name/4349\",[1088,79.739]],[\"comment/4349\",[]],[\"name/4350\",[1089,84.848]],[\"comment/4350\",[]],[\"name/4351\",[1090,84.848]],[\"comment/4351\",[]],[\"name/4352\",[1091,84.848]],[\"comment/4352\",[]],[\"name/4353\",[552,79.739]],[\"comment/4353\",[]],[\"name/4354\",[80,70.181]],[\"comment/4354\",[]],[\"name/4355\",[79,67.498]],[\"comment/4355\",[]],[\"name/4356\",[81,67.498]],[\"comment/4356\",[]],[\"name/4357\",[816,79.739]],[\"comment/4357\",[]],[\"name/4358\",[817,79.739]],[\"comment/4358\",[]],[\"name/4359\",[407,73.859]],[\"comment/4359\",[]],[\"name/4360\",[1051,76.373]],[\"comment/4360\",[]],[\"name/4361\",[536,76.373]],[\"comment/4361\",[]],[\"name/4362\",[9,46.197]],[\"comment/4362\",[]],[\"name/4363\",[13,54.083]],[\"comment/4363\",[]],[\"name/4364\",[15,46.922]],[\"comment/4364\",[]],[\"name/4365\",[16,44.063]],[\"comment/4365\",[]],[\"name/4366\",[35,56.125]],[\"comment/4366\",[]],[\"name/4367\",[36,55.754]],[\"comment/4367\",[]],[\"name/4368\",[127,54.396]],[\"comment/4368\",[]],[\"name/4369\",[128,54.396]],[\"comment/4369\",[]],[\"name/4370\",[129,54.083]],[\"comment/4370\",[]],[\"name/4371\",[22,49.479]],[\"comment/4371\",[]],[\"name/4372\",[26,50.5]],[\"comment/4372\",[]],[\"name/4373\",[174,53.78]],[\"comment/4373\",[]],[\"name/4374\",[249,60.864]],[\"comment/4374\",[]],[\"name/4375\",[373,65.384]],[\"comment/4375\",[]],[\"name/4376\",[374,65.384]],[\"comment/4376\",[]],[\"name/4377\",[375,64.475]],[\"comment/4377\",[]],[\"name/4378\",[376,65.384]],[\"comment/4378\",[]],[\"name/4379\",[377,65.384]],[\"comment/4379\",[]],[\"name/4380\",[25,44.645]],[\"comment/4380\",[]],[\"name/4381\",[44,47.074]],[\"comment/4381\",[]],[\"name/4382\",[45,47.074]],[\"comment/4382\",[]],[\"name/4383\",[46,47.074]],[\"comment/4383\",[]],[\"name/4384\",[47,47.074]],[\"comment/4384\",[]],[\"name/4385\",[48,47.074]],[\"comment/4385\",[]],[\"name/4386\",[49,47.074]],[\"comment/4386\",[]],[\"name/4387\",[50,47.074]],[\"comment/4387\",[]],[\"name/4388\",[51,47.074]],[\"comment/4388\",[]],[\"name/4389\",[52,47.074]],[\"comment/4389\",[]],[\"name/4390\",[53,47.074]],[\"comment/4390\",[]],[\"name/4391\",[54,47.074]],[\"comment/4391\",[]],[\"name/4392\",[55,47.074]],[\"comment/4392\",[]],[\"name/4393\",[56,47.074]],[\"comment/4393\",[]],[\"name/4394\",[57,47.074]],[\"comment/4394\",[]],[\"name/4395\",[58,47.074]],[\"comment/4395\",[]],[\"name/4396\",[59,47.074]],[\"comment/4396\",[]],[\"name/4397\",[60,47.074]],[\"comment/4397\",[]],[\"name/4398\",[61,47.074]],[\"comment/4398\",[]],[\"name/4399\",[62,47.074]],[\"comment/4399\",[]],[\"name/4400\",[63,46.773]],[\"comment/4400\",[]],[\"name/4401\",[64,46.773]],[\"comment/4401\",[]],[\"name/4402\",[65,47.074]],[\"comment/4402\",[]],[\"name/4403\",[66,43.198]],[\"comment/4403\",[]],[\"name/4404\",[67,46.626]],[\"comment/4404\",[]],[\"name/4405\",[68,46.626]],[\"comment/4405\",[]],[\"name/4406\",[69,47.074]],[\"comment/4406\",[]],[\"name/4407\",[70,46.922]],[\"comment/4407\",[]],[\"name/4408\",[71,46.922]],[\"comment/4408\",[]],[\"name/4409\",[72,47.074]],[\"comment/4409\",[]],[\"name/4410\",[73,47.074]],[\"comment/4410\",[]],[\"name/4411\",[74,47.074]],[\"comment/4411\",[]],[\"name/4412\",[75,46.922]],[\"comment/4412\",[]],[\"name/4413\",[76,46.773]],[\"comment/4413\",[]],[\"name/4414\",[77,46.773]],[\"comment/4414\",[]],[\"name/4415\",[1092,84.848]],[\"comment/4415\",[]],[\"name/4416\",[1093,79.739]],[\"comment/4416\",[]],[\"name/4417\",[1094,79.739]],[\"comment/4417\",[]],[\"name/4418\",[1095,84.848]],[\"comment/4418\",[]],[\"name/4419\",[1096,84.848]],[\"comment/4419\",[]],[\"name/4420\",[1097,84.848]],[\"comment/4420\",[]],[\"name/4421\",[1098,84.848]],[\"comment/4421\",[]],[\"name/4422\",[1099,84.848]],[\"comment/4422\",[]],[\"name/4423\",[1100,84.848]],[\"comment/4423\",[]],[\"name/4424\",[1101,84.848]],[\"comment/4424\",[]],[\"name/4425\",[1102,84.848]],[\"comment/4425\",[]],[\"name/4426\",[1103,84.848]],[\"comment/4426\",[]],[\"name/4427\",[0,59.719]],[\"comment/4427\",[]],[\"name/4428\",[763,76.373]],[\"comment/4428\",[]],[\"name/4429\",[762,76.373]],[\"comment/4429\",[]],[\"name/4430\",[125,59.719]],[\"comment/4430\",[]],[\"name/4431\",[1104,84.848]],[\"comment/4431\",[]],[\"name/4432\",[1105,84.848]],[\"comment/4432\",[]],[\"name/4433\",[1106,84.848]],[\"comment/4433\",[]],[\"name/4434\",[1107,84.848]],[\"comment/4434\",[]],[\"name/4435\",[1108,84.848]],[\"comment/4435\",[]],[\"name/4436\",[413,67.498]],[\"comment/4436\",[]],[\"name/4437\",[1109,84.848]],[\"comment/4437\",[]],[\"name/4438\",[684,64.475]],[\"comment/4438\",[]],[\"name/4439\",[750,76.373]],[\"comment/4439\",[]],[\"name/4440\",[751,71.852]],[\"comment/4440\",[]],[\"name/4441\",[752,71.852]],[\"comment/4441\",[]],[\"name/4442\",[122,58.692]],[\"comment/4442\",[]],[\"name/4443\",[118,57.761]],[\"comment/4443\",[]],[\"name/4444\",[753,76.373]],[\"comment/4444\",[]],[\"name/4445\",[369,66.385]],[\"comment/4445\",[]],[\"name/4446\",[110,57.326]],[\"comment/4446\",[]],[\"name/4447\",[416,63.641]],[\"comment/4447\",[]],[\"name/4448\",[0,59.719]],[\"comment/4448\",[]],[\"name/4449\",[415,64.475]],[\"comment/4449\",[]],[\"name/4450\",[17,57.761]],[\"comment/4450\",[]],[\"name/4451\",[754,70.181]],[\"comment/4451\",[]],[\"name/4452\",[755,70.181]],[\"comment/4452\",[]],[\"name/4453\",[492,73.859]],[\"comment/4453\",[]],[\"name/4454\",[8,57.326]],[\"comment/4454\",[]],[\"name/4455\",[9,46.197]],[\"comment/4455\",[]],[\"name/4456\",[757,79.739]],[\"comment/4456\",[]],[\"name/4457\",[758,79.739]],[\"comment/4457\",[]],[\"name/4458\",[756,79.739]],[\"comment/4458\",[]],[\"name/4459\",[759,79.739]],[\"comment/4459\",[]],[\"name/4460\",[10,58.216]],[\"comment/4460\",[]],[\"name/4461\",[187,56.91]],[\"comment/4461\",[]],[\"name/4462\",[104,60.275]],[\"comment/4462\",[]],[\"name/4463\",[15,46.922]],[\"comment/4463\",[]],[\"name/4464\",[16,44.063]],[\"comment/4464\",[]],[\"name/4465\",[762,76.373]],[\"comment/4465\",[]],[\"name/4466\",[763,76.373]],[\"comment/4466\",[]],[\"name/4467\",[171,57.326]],[\"comment/4467\",[]],[\"name/4468\",[154,60.275]],[\"comment/4468\",[]],[\"name/4469\",[688,70.181]],[\"comment/4469\",[]],[\"name/4470\",[764,79.739]],[\"comment/4470\",[]],[\"name/4471\",[765,79.739]],[\"comment/4471\",[]],[\"name/4472\",[766,79.739]],[\"comment/4472\",[]],[\"name/4473\",[767,79.739]],[\"comment/4473\",[]],[\"name/4474\",[62,47.074]],[\"comment/4474\",[]],[\"name/4475\",[135,60.275]],[\"comment/4475\",[]],[\"name/4476\",[125,59.719]],[\"comment/4476\",[]],[\"name/4477\",[768,79.739]],[\"comment/4477\",[]],[\"name/4478\",[149,60.275]],[\"comment/4478\",[]],[\"name/4479\",[701,70.181]],[\"comment/4479\",[]],[\"name/4480\",[694,70.181]],[\"comment/4480\",[]],[\"name/4481\",[142,59.193]],[\"comment/4481\",[]],[\"name/4482\",[700,67.498]],[\"comment/4482\",[]],[\"name/4483\",[129,54.083]],[\"comment/4483\",[]],[\"name/4484\",[769,76.373]],[\"comment/4484\",[]],[\"name/4485\",[770,79.739]],[\"comment/4485\",[]],[\"name/4486\",[167,60.275]],[\"comment/4486\",[]],[\"name/4487\",[168,60.275]],[\"comment/4487\",[]],[\"name/4488\",[136,60.275]],[\"comment/4488\",[]],[\"name/4489\",[157,60.275]],[\"comment/4489\",[]],[\"name/4490\",[1,44.292]],[\"comment/4490\",[]],[\"name/4491\",[158,56.91]],[\"comment/4491\",[]],[\"name/4492\",[159,56.91]],[\"comment/4492\",[]],[\"name/4493\",[46,47.074]],[\"comment/4493\",[]],[\"name/4494\",[771,79.739]],[\"comment/4494\",[]],[\"name/4495\",[772,79.739]],[\"comment/4495\",[]],[\"name/4496\",[773,79.739]],[\"comment/4496\",[]],[\"name/4497\",[774,79.739]],[\"comment/4497\",[]],[\"name/4498\",[775,79.739]],[\"comment/4498\",[]],[\"name/4499\",[776,79.739]],[\"comment/4499\",[]],[\"name/4500\",[777,79.739]],[\"comment/4500\",[]],[\"name/4501\",[778,79.739]],[\"comment/4501\",[]],[\"name/4502\",[779,79.739]],[\"comment/4502\",[]],[\"name/4503\",[780,79.739]],[\"comment/4503\",[]],[\"name/4504\",[781,79.739]],[\"comment/4504\",[]],[\"name/4505\",[108,56.509]],[\"comment/4505\",[]],[\"name/4506\",[782,79.739]],[\"comment/4506\",[]],[\"name/4507\",[783,79.739]],[\"comment/4507\",[]],[\"name/4508\",[784,79.739]],[\"comment/4508\",[]],[\"name/4509\",[785,79.739]],[\"comment/4509\",[]],[\"name/4510\",[786,79.739]],[\"comment/4510\",[]],[\"name/4511\",[787,79.739]],[\"comment/4511\",[]],[\"name/4512\",[748,70.181]],[\"comment/4512\",[]],[\"name/4513\",[788,79.739]],[\"comment/4513\",[]],[\"name/4514\",[789,73.859]],[\"comment/4514\",[]],[\"name/4515\",[790,79.739]],[\"comment/4515\",[]],[\"name/4516\",[702,70.181]],[\"comment/4516\",[]],[\"name/4517\",[760,79.739]],[\"comment/4517\",[]],[\"name/4518\",[696,70.181]],[\"comment/4518\",[]],[\"name/4519\",[25,44.645]],[\"comment/4519\",[]],[\"name/4520\",[684,64.475]],[\"comment/4520\",[]],[\"name/4521\",[443,63.641]],[\"comment/4521\",[]],[\"name/4522\",[685,70.181]],[\"comment/4522\",[]],[\"name/4523\",[686,70.181]],[\"comment/4523\",[]],[\"name/4524\",[687,70.181]],[\"comment/4524\",[]],[\"name/4525\",[689,70.181]],[\"comment/4525\",[]],[\"name/4526\",[690,70.181]],[\"comment/4526\",[]],[\"name/4527\",[691,70.181]],[\"comment/4527\",[]],[\"name/4528\",[217,68.75]],[\"comment/4528\",[]],[\"name/4529\",[692,70.181]],[\"comment/4529\",[]],[\"name/4530\",[165,59.719]],[\"comment/4530\",[]],[\"name/4531\",[693,70.181]],[\"comment/4531\",[]],[\"name/4532\",[695,70.181]],[\"comment/4532\",[]],[\"name/4533\",[697,70.181]],[\"comment/4533\",[]],[\"name/4534\",[166,60.275]],[\"comment/4534\",[]],[\"name/4535\",[1,44.292]],[\"comment/4535\",[]],[\"name/4536\",[698,68.75]],[\"comment/4536\",[]],[\"name/4537\",[699,68.75]],[\"comment/4537\",[]],[\"name/4538\",[187,56.91]],[\"comment/4538\",[]],[\"name/4539\",[109,59.719]],[\"comment/4539\",[]],[\"name/4540\",[110,57.326]],[\"comment/4540\",[]],[\"name/4541\",[111,59.719]],[\"comment/4541\",[]],[\"name/4542\",[18,52.922]],[\"comment/4542\",[]],[\"name/4543\",[1,44.292]],[\"comment/4543\",[]],[\"name/4544\",[112,60.275]],[\"comment/4544\",[]],[\"name/4545\",[25,44.645]],[\"comment/4545\",[]],[\"name/4546\",[113,60.275]],[\"comment/4546\",[]],[\"name/4547\",[114,60.275]],[\"comment/4547\",[]],[\"name/4548\",[115,57.326]],[\"comment/4548\",[]],[\"name/4549\",[116,60.275]],[\"comment/4549\",[]],[\"name/4550\",[117,60.275]],[\"comment/4550\",[]],[\"name/4551\",[118,57.761]],[\"comment/4551\",[]],[\"name/4552\",[119,60.275]],[\"comment/4552\",[]],[\"name/4553\",[120,60.275]],[\"comment/4553\",[]],[\"name/4554\",[121,56.91]],[\"comment/4554\",[]],[\"name/4555\",[66,43.198]],[\"comment/4555\",[]],[\"name/4556\",[122,58.692]],[\"comment/4556\",[]],[\"name/4557\",[123,60.275]],[\"comment/4557\",[]],[\"name/4558\",[124,60.275]],[\"comment/4558\",[]],[\"name/4559\",[126,60.275]],[\"comment/4559\",[]],[\"name/4560\",[127,54.396]],[\"comment/4560\",[]],[\"name/4561\",[128,54.396]],[\"comment/4561\",[]],[\"name/4562\",[130,60.275]],[\"comment/4562\",[]],[\"name/4563\",[131,60.275]],[\"comment/4563\",[]],[\"name/4564\",[132,60.275]],[\"comment/4564\",[]],[\"name/4565\",[133,60.275]],[\"comment/4565\",[]],[\"name/4566\",[134,59.719]],[\"comment/4566\",[]],[\"name/4567\",[137,59.719]],[\"comment/4567\",[]],[\"name/4568\",[138,60.275]],[\"comment/4568\",[]],[\"name/4569\",[139,60.275]],[\"comment/4569\",[]],[\"name/4570\",[140,60.275]],[\"comment/4570\",[]],[\"name/4571\",[141,60.275]],[\"comment/4571\",[]],[\"name/4572\",[143,59.719]],[\"comment/4572\",[]],[\"name/4573\",[144,59.719]],[\"comment/4573\",[]],[\"name/4574\",[145,59.719]],[\"comment/4574\",[]],[\"name/4575\",[146,59.719]],[\"comment/4575\",[]],[\"name/4576\",[147,60.275]],[\"comment/4576\",[]],[\"name/4577\",[148,60.275]],[\"comment/4577\",[]],[\"name/4578\",[150,60.275]],[\"comment/4578\",[]],[\"name/4579\",[151,60.275]],[\"comment/4579\",[]],[\"name/4580\",[152,60.275]],[\"comment/4580\",[]],[\"name/4581\",[153,60.275]],[\"comment/4581\",[]],[\"name/4582\",[155,58.216]],[\"comment/4582\",[]],[\"name/4583\",[156,60.275]],[\"comment/4583\",[]],[\"name/4584\",[160,60.275]],[\"comment/4584\",[]],[\"name/4585\",[161,60.275]],[\"comment/4585\",[]],[\"name/4586\",[162,60.275]],[\"comment/4586\",[]],[\"name/4587\",[163,56.91]],[\"comment/4587\",[]],[\"name/4588\",[164,59.719]],[\"comment/4588\",[]],[\"name/4589\",[169,60.275]],[\"comment/4589\",[]],[\"name/4590\",[170,60.275]],[\"comment/4590\",[]],[\"name/4591\",[172,59.719]],[\"comment/4591\",[]],[\"name/4592\",[173,59.719]],[\"comment/4592\",[]],[\"name/4593\",[26,50.5]],[\"comment/4593\",[]],[\"name/4594\",[22,49.479]],[\"comment/4594\",[]],[\"name/4595\",[41,52.652]],[\"comment/4595\",[]],[\"name/4596\",[42,52.652]],[\"comment/4596\",[]],[\"name/4597\",[174,53.78]],[\"comment/4597\",[]],[\"name/4598\",[175,59.193]],[\"comment/4598\",[]],[\"name/4599\",[176,59.719]],[\"comment/4599\",[]],[\"name/4600\",[177,59.719]],[\"comment/4600\",[]],[\"name/4601\",[178,59.719]],[\"comment/4601\",[]],[\"name/4602\",[179,59.719]],[\"comment/4602\",[]],[\"name/4603\",[180,59.719]],[\"comment/4603\",[]],[\"name/4604\",[181,59.719]],[\"comment/4604\",[]],[\"name/4605\",[182,59.719]],[\"comment/4605\",[]],[\"name/4606\",[183,59.719]],[\"comment/4606\",[]],[\"name/4607\",[107,59.719]],[\"comment/4607\",[]],[\"name/4608\",[184,58.216]],[\"comment/4608\",[]],[\"name/4609\",[185,59.719]],[\"comment/4609\",[]],[\"name/4610\",[186,59.719]],[\"comment/4610\",[]],[\"name/4611\",[188,59.193]],[\"comment/4611\",[]],[\"name/4612\",[189,59.719]],[\"comment/4612\",[]],[\"name/4613\",[190,59.719]],[\"comment/4613\",[]],[\"name/4614\",[191,59.719]],[\"comment/4614\",[]],[\"name/4615\",[192,59.719]],[\"comment/4615\",[]],[\"name/4616\",[193,59.719]],[\"comment/4616\",[]],[\"name/4617\",[34,53.486]],[\"comment/4617\",[]],[\"name/4618\",[32,53.486]],[\"comment/4618\",[]],[\"name/4619\",[33,53.486]],[\"comment/4619\",[]],[\"name/4620\",[44,47.074]],[\"comment/4620\",[]],[\"name/4621\",[45,47.074]],[\"comment/4621\",[]],[\"name/4622\",[47,47.074]],[\"comment/4622\",[]],[\"name/4623\",[48,47.074]],[\"comment/4623\",[]],[\"name/4624\",[49,47.074]],[\"comment/4624\",[]],[\"name/4625\",[50,47.074]],[\"comment/4625\",[]],[\"name/4626\",[51,47.074]],[\"comment/4626\",[]],[\"name/4627\",[52,47.074]],[\"comment/4627\",[]],[\"name/4628\",[53,47.074]],[\"comment/4628\",[]],[\"name/4629\",[54,47.074]],[\"comment/4629\",[]],[\"name/4630\",[55,47.074]],[\"comment/4630\",[]],[\"name/4631\",[56,47.074]],[\"comment/4631\",[]],[\"name/4632\",[57,47.074]],[\"comment/4632\",[]],[\"name/4633\",[58,47.074]],[\"comment/4633\",[]],[\"name/4634\",[59,47.074]],[\"comment/4634\",[]],[\"name/4635\",[60,47.074]],[\"comment/4635\",[]],[\"name/4636\",[61,47.074]],[\"comment/4636\",[]],[\"name/4637\",[63,46.773]],[\"comment/4637\",[]],[\"name/4638\",[64,46.773]],[\"comment/4638\",[]],[\"name/4639\",[65,47.074]],[\"comment/4639\",[]],[\"name/4640\",[66,43.198]],[\"comment/4640\",[]],[\"name/4641\",[67,46.626]],[\"comment/4641\",[]],[\"name/4642\",[68,46.626]],[\"comment/4642\",[]],[\"name/4643\",[69,47.074]],[\"comment/4643\",[]],[\"name/4644\",[70,46.922]],[\"comment/4644\",[]],[\"name/4645\",[71,46.922]],[\"comment/4645\",[]],[\"name/4646\",[72,47.074]],[\"comment/4646\",[]],[\"name/4647\",[73,47.074]],[\"comment/4647\",[]],[\"name/4648\",[74,47.074]],[\"comment/4648\",[]],[\"name/4649\",[75,46.922]],[\"comment/4649\",[]],[\"name/4650\",[76,46.773]],[\"comment/4650\",[]],[\"name/4651\",[77,46.773]],[\"comment/4651\",[]],[\"name/4652\",[534,76.373]],[\"comment/4652\",[]],[\"name/4653\",[9,46.197]],[\"comment/4653\",[]],[\"name/4654\",[15,46.922]],[\"comment/4654\",[]],[\"name/4655\",[17,57.761]],[\"comment/4655\",[]],[\"name/4656\",[1,44.292]],[\"comment/4656\",[]],[\"name/4657\",[328,71.852]],[\"comment/4657\",[]],[\"name/4658\",[1110,84.848]],[\"comment/4658\",[]],[\"name/4659\",[1111,84.848]],[\"comment/4659\",[]],[\"name/4660\",[1112,84.848]],[\"comment/4660\",[]],[\"name/4661\",[1113,84.848]],[\"comment/4661\",[]],[\"name/4662\",[1114,84.848]],[\"comment/4662\",[]],[\"name/4663\",[1115,84.848]],[\"comment/4663\",[]],[\"name/4664\",[1116,84.848]],[\"comment/4664\",[]],[\"name/4665\",[1117,84.848]],[\"comment/4665\",[]],[\"name/4666\",[1118,84.848]],[\"comment/4666\",[]],[\"name/4667\",[1119,84.848]],[\"comment/4667\",[]],[\"name/4668\",[1120,84.848]],[\"comment/4668\",[]],[\"name/4669\",[1121,84.848]],[\"comment/4669\",[]],[\"name/4670\",[13,54.083]],[\"comment/4670\",[]],[\"name/4671\",[16,44.063]],[\"comment/4671\",[]],[\"name/4672\",[1122,73.859]],[\"comment/4672\",[]],[\"name/4673\",[1123,71.852]],[\"comment/4673\",[]],[\"name/4674\",[25,44.645]],[\"comment/4674\",[]],[\"name/4675\",[1124,84.848]],[\"comment/4675\",[]],[\"name/4676\",[1125,84.848]],[\"comment/4676\",[]],[\"name/4677\",[1126,84.848]],[\"comment/4677\",[]],[\"name/4678\",[35,56.125]],[\"comment/4678\",[]],[\"name/4679\",[36,55.754]],[\"comment/4679\",[]],[\"name/4680\",[127,54.396]],[\"comment/4680\",[]],[\"name/4681\",[128,54.396]],[\"comment/4681\",[]],[\"name/4682\",[129,54.083]],[\"comment/4682\",[]],[\"name/4683\",[22,49.479]],[\"comment/4683\",[]],[\"name/4684\",[26,50.5]],[\"comment/4684\",[]],[\"name/4685\",[174,53.78]],[\"comment/4685\",[]],[\"name/4686\",[249,60.864]],[\"comment/4686\",[]],[\"name/4687\",[373,65.384]],[\"comment/4687\",[]],[\"name/4688\",[374,65.384]],[\"comment/4688\",[]],[\"name/4689\",[375,64.475]],[\"comment/4689\",[]],[\"name/4690\",[376,65.384]],[\"comment/4690\",[]],[\"name/4691\",[377,65.384]],[\"comment/4691\",[]],[\"name/4692\",[44,47.074]],[\"comment/4692\",[]],[\"name/4693\",[45,47.074]],[\"comment/4693\",[]],[\"name/4694\",[46,47.074]],[\"comment/4694\",[]],[\"name/4695\",[47,47.074]],[\"comment/4695\",[]],[\"name/4696\",[48,47.074]],[\"comment/4696\",[]],[\"name/4697\",[49,47.074]],[\"comment/4697\",[]],[\"name/4698\",[50,47.074]],[\"comment/4698\",[]],[\"name/4699\",[51,47.074]],[\"comment/4699\",[]],[\"name/4700\",[52,47.074]],[\"comment/4700\",[]],[\"name/4701\",[53,47.074]],[\"comment/4701\",[]],[\"name/4702\",[54,47.074]],[\"comment/4702\",[]],[\"name/4703\",[55,47.074]],[\"comment/4703\",[]],[\"name/4704\",[56,47.074]],[\"comment/4704\",[]],[\"name/4705\",[57,47.074]],[\"comment/4705\",[]],[\"name/4706\",[58,47.074]],[\"comment/4706\",[]],[\"name/4707\",[59,47.074]],[\"comment/4707\",[]],[\"name/4708\",[60,47.074]],[\"comment/4708\",[]],[\"name/4709\",[61,47.074]],[\"comment/4709\",[]],[\"name/4710\",[62,47.074]],[\"comment/4710\",[]],[\"name/4711\",[63,46.773]],[\"comment/4711\",[]],[\"name/4712\",[64,46.773]],[\"comment/4712\",[]],[\"name/4713\",[65,47.074]],[\"comment/4713\",[]],[\"name/4714\",[66,43.198]],[\"comment/4714\",[]],[\"name/4715\",[67,46.626]],[\"comment/4715\",[]],[\"name/4716\",[68,46.626]],[\"comment/4716\",[]],[\"name/4717\",[69,47.074]],[\"comment/4717\",[]],[\"name/4718\",[70,46.922]],[\"comment/4718\",[]],[\"name/4719\",[71,46.922]],[\"comment/4719\",[]],[\"name/4720\",[72,47.074]],[\"comment/4720\",[]],[\"name/4721\",[73,47.074]],[\"comment/4721\",[]],[\"name/4722\",[74,47.074]],[\"comment/4722\",[]],[\"name/4723\",[75,46.922]],[\"comment/4723\",[]],[\"name/4724\",[76,46.773]],[\"comment/4724\",[]],[\"name/4725\",[77,46.773]],[\"comment/4725\",[]],[\"name/4726\",[1127,79.739]],[\"comment/4726\",[]],[\"name/4727\",[9,46.197]],[\"comment/4727\",[]],[\"name/4728\",[15,46.922]],[\"comment/4728\",[]],[\"name/4729\",[13,54.083]],[\"comment/4729\",[]],[\"name/4730\",[16,44.063]],[\"comment/4730\",[]],[\"name/4731\",[1128,84.848]],[\"comment/4731\",[]],[\"name/4732\",[1122,73.859]],[\"comment/4732\",[]],[\"name/4733\",[1123,71.852]],[\"comment/4733\",[]],[\"name/4734\",[25,44.645]],[\"comment/4734\",[]],[\"name/4735\",[35,56.125]],[\"comment/4735\",[]],[\"name/4736\",[36,55.754]],[\"comment/4736\",[]],[\"name/4737\",[127,54.396]],[\"comment/4737\",[]],[\"name/4738\",[128,54.396]],[\"comment/4738\",[]],[\"name/4739\",[129,54.083]],[\"comment/4739\",[]],[\"name/4740\",[22,49.479]],[\"comment/4740\",[]],[\"name/4741\",[26,50.5]],[\"comment/4741\",[]],[\"name/4742\",[174,53.78]],[\"comment/4742\",[]],[\"name/4743\",[249,60.864]],[\"comment/4743\",[]],[\"name/4744\",[373,65.384]],[\"comment/4744\",[]],[\"name/4745\",[374,65.384]],[\"comment/4745\",[]],[\"name/4746\",[375,64.475]],[\"comment/4746\",[]],[\"name/4747\",[376,65.384]],[\"comment/4747\",[]],[\"name/4748\",[377,65.384]],[\"comment/4748\",[]],[\"name/4749\",[44,47.074]],[\"comment/4749\",[]],[\"name/4750\",[45,47.074]],[\"comment/4750\",[]],[\"name/4751\",[46,47.074]],[\"comment/4751\",[]],[\"name/4752\",[47,47.074]],[\"comment/4752\",[]],[\"name/4753\",[48,47.074]],[\"comment/4753\",[]],[\"name/4754\",[49,47.074]],[\"comment/4754\",[]],[\"name/4755\",[50,47.074]],[\"comment/4755\",[]],[\"name/4756\",[51,47.074]],[\"comment/4756\",[]],[\"name/4757\",[52,47.074]],[\"comment/4757\",[]],[\"name/4758\",[53,47.074]],[\"comment/4758\",[]],[\"name/4759\",[54,47.074]],[\"comment/4759\",[]],[\"name/4760\",[55,47.074]],[\"comment/4760\",[]],[\"name/4761\",[56,47.074]],[\"comment/4761\",[]],[\"name/4762\",[57,47.074]],[\"comment/4762\",[]],[\"name/4763\",[58,47.074]],[\"comment/4763\",[]],[\"name/4764\",[59,47.074]],[\"comment/4764\",[]],[\"name/4765\",[60,47.074]],[\"comment/4765\",[]],[\"name/4766\",[61,47.074]],[\"comment/4766\",[]],[\"name/4767\",[62,47.074]],[\"comment/4767\",[]],[\"name/4768\",[63,46.773]],[\"comment/4768\",[]],[\"name/4769\",[64,46.773]],[\"comment/4769\",[]],[\"name/4770\",[65,47.074]],[\"comment/4770\",[]],[\"name/4771\",[66,43.198]],[\"comment/4771\",[]],[\"name/4772\",[67,46.626]],[\"comment/4772\",[]],[\"name/4773\",[68,46.626]],[\"comment/4773\",[]],[\"name/4774\",[69,47.074]],[\"comment/4774\",[]],[\"name/4775\",[70,46.922]],[\"comment/4775\",[]],[\"name/4776\",[71,46.922]],[\"comment/4776\",[]],[\"name/4777\",[72,47.074]],[\"comment/4777\",[]],[\"name/4778\",[73,47.074]],[\"comment/4778\",[]],[\"name/4779\",[74,47.074]],[\"comment/4779\",[]],[\"name/4780\",[75,46.922]],[\"comment/4780\",[]],[\"name/4781\",[76,46.773]],[\"comment/4781\",[]],[\"name/4782\",[77,46.773]],[\"comment/4782\",[]],[\"name/4783\",[1129,84.848]],[\"comment/4783\",[]],[\"name/4784\",[1130,84.848]],[\"comment/4784\",[]],[\"name/4785\",[416,63.641]],[\"comment/4785\",[]],[\"name/4786\",[415,64.475]],[\"comment/4786\",[]],[\"name/4787\",[958,79.739]],[\"comment/4787\",[]],[\"name/4788\",[537,76.373]],[\"comment/4788\",[]],[\"name/4789\",[9,46.197]],[\"comment/4789\",[]],[\"name/4790\",[15,46.922]],[\"comment/4790\",[]],[\"name/4791\",[13,54.083]],[\"comment/4791\",[]],[\"name/4792\",[16,44.063]],[\"comment/4792\",[]],[\"name/4793\",[18,52.922]],[\"comment/4793\",[]],[\"name/4794\",[1,44.292]],[\"comment/4794\",[]],[\"name/4795\",[118,57.761]],[\"comment/4795\",[]],[\"name/4796\",[1018,76.373]],[\"comment/4796\",[]],[\"name/4797\",[1122,73.859]],[\"comment/4797\",[]],[\"name/4798\",[1123,71.852]],[\"comment/4798\",[]],[\"name/4799\",[25,44.645]],[\"comment/4799\",[]],[\"name/4800\",[35,56.125]],[\"comment/4800\",[]],[\"name/4801\",[36,55.754]],[\"comment/4801\",[]],[\"name/4802\",[127,54.396]],[\"comment/4802\",[]],[\"name/4803\",[128,54.396]],[\"comment/4803\",[]],[\"name/4804\",[129,54.083]],[\"comment/4804\",[]],[\"name/4805\",[22,49.479]],[\"comment/4805\",[]],[\"name/4806\",[26,50.5]],[\"comment/4806\",[]],[\"name/4807\",[174,53.78]],[\"comment/4807\",[]],[\"name/4808\",[249,60.864]],[\"comment/4808\",[]],[\"name/4809\",[373,65.384]],[\"comment/4809\",[]],[\"name/4810\",[374,65.384]],[\"comment/4810\",[]],[\"name/4811\",[375,64.475]],[\"comment/4811\",[]],[\"name/4812\",[376,65.384]],[\"comment/4812\",[]],[\"name/4813\",[377,65.384]],[\"comment/4813\",[]],[\"name/4814\",[44,47.074]],[\"comment/4814\",[]],[\"name/4815\",[45,47.074]],[\"comment/4815\",[]],[\"name/4816\",[46,47.074]],[\"comment/4816\",[]],[\"name/4817\",[47,47.074]],[\"comment/4817\",[]],[\"name/4818\",[48,47.074]],[\"comment/4818\",[]],[\"name/4819\",[49,47.074]],[\"comment/4819\",[]],[\"name/4820\",[50,47.074]],[\"comment/4820\",[]],[\"name/4821\",[51,47.074]],[\"comment/4821\",[]],[\"name/4822\",[52,47.074]],[\"comment/4822\",[]],[\"name/4823\",[53,47.074]],[\"comment/4823\",[]],[\"name/4824\",[54,47.074]],[\"comment/4824\",[]],[\"name/4825\",[55,47.074]],[\"comment/4825\",[]],[\"name/4826\",[56,47.074]],[\"comment/4826\",[]],[\"name/4827\",[57,47.074]],[\"comment/4827\",[]],[\"name/4828\",[58,47.074]],[\"comment/4828\",[]],[\"name/4829\",[59,47.074]],[\"comment/4829\",[]],[\"name/4830\",[60,47.074]],[\"comment/4830\",[]],[\"name/4831\",[61,47.074]],[\"comment/4831\",[]],[\"name/4832\",[62,47.074]],[\"comment/4832\",[]],[\"name/4833\",[63,46.773]],[\"comment/4833\",[]],[\"name/4834\",[64,46.773]],[\"comment/4834\",[]],[\"name/4835\",[65,47.074]],[\"comment/4835\",[]],[\"name/4836\",[66,43.198]],[\"comment/4836\",[]],[\"name/4837\",[67,46.626]],[\"comment/4837\",[]],[\"name/4838\",[68,46.626]],[\"comment/4838\",[]],[\"name/4839\",[69,47.074]],[\"comment/4839\",[]],[\"name/4840\",[70,46.922]],[\"comment/4840\",[]],[\"name/4841\",[71,46.922]],[\"comment/4841\",[]],[\"name/4842\",[72,47.074]],[\"comment/4842\",[]],[\"name/4843\",[73,47.074]],[\"comment/4843\",[]],[\"name/4844\",[74,47.074]],[\"comment/4844\",[]],[\"name/4845\",[75,46.922]],[\"comment/4845\",[]],[\"name/4846\",[76,46.773]],[\"comment/4846\",[]],[\"name/4847\",[77,46.773]],[\"comment/4847\",[]],[\"name/4848\",[538,76.373]],[\"comment/4848\",[]],[\"name/4849\",[9,46.197]],[\"comment/4849\",[]],[\"name/4850\",[15,46.922]],[\"comment/4850\",[]],[\"name/4851\",[13,54.083]],[\"comment/4851\",[]],[\"name/4852\",[16,44.063]],[\"comment/4852\",[]],[\"name/4853\",[1131,84.848]],[\"comment/4853\",[]],[\"name/4854\",[1122,73.859]],[\"comment/4854\",[]],[\"name/4855\",[1123,71.852]],[\"comment/4855\",[]],[\"name/4856\",[1019,71.852]],[\"comment/4856\",[]],[\"name/4857\",[25,44.645]],[\"comment/4857\",[]],[\"name/4858\",[35,56.125]],[\"comment/4858\",[]],[\"name/4859\",[36,55.754]],[\"comment/4859\",[]],[\"name/4860\",[127,54.396]],[\"comment/4860\",[]],[\"name/4861\",[128,54.396]],[\"comment/4861\",[]],[\"name/4862\",[129,54.083]],[\"comment/4862\",[]],[\"name/4863\",[22,49.479]],[\"comment/4863\",[]],[\"name/4864\",[26,50.5]],[\"comment/4864\",[]],[\"name/4865\",[174,53.78]],[\"comment/4865\",[]],[\"name/4866\",[249,60.864]],[\"comment/4866\",[]],[\"name/4867\",[373,65.384]],[\"comment/4867\",[]],[\"name/4868\",[374,65.384]],[\"comment/4868\",[]],[\"name/4869\",[375,64.475]],[\"comment/4869\",[]],[\"name/4870\",[376,65.384]],[\"comment/4870\",[]],[\"name/4871\",[377,65.384]],[\"comment/4871\",[]],[\"name/4872\",[44,47.074]],[\"comment/4872\",[]],[\"name/4873\",[45,47.074]],[\"comment/4873\",[]],[\"name/4874\",[46,47.074]],[\"comment/4874\",[]],[\"name/4875\",[47,47.074]],[\"comment/4875\",[]],[\"name/4876\",[48,47.074]],[\"comment/4876\",[]],[\"name/4877\",[49,47.074]],[\"comment/4877\",[]],[\"name/4878\",[50,47.074]],[\"comment/4878\",[]],[\"name/4879\",[51,47.074]],[\"comment/4879\",[]],[\"name/4880\",[52,47.074]],[\"comment/4880\",[]],[\"name/4881\",[53,47.074]],[\"comment/4881\",[]],[\"name/4882\",[54,47.074]],[\"comment/4882\",[]],[\"name/4883\",[55,47.074]],[\"comment/4883\",[]],[\"name/4884\",[56,47.074]],[\"comment/4884\",[]],[\"name/4885\",[57,47.074]],[\"comment/4885\",[]],[\"name/4886\",[58,47.074]],[\"comment/4886\",[]],[\"name/4887\",[59,47.074]],[\"comment/4887\",[]],[\"name/4888\",[60,47.074]],[\"comment/4888\",[]],[\"name/4889\",[61,47.074]],[\"comment/4889\",[]],[\"name/4890\",[62,47.074]],[\"comment/4890\",[]],[\"name/4891\",[63,46.773]],[\"comment/4891\",[]],[\"name/4892\",[64,46.773]],[\"comment/4892\",[]],[\"name/4893\",[65,47.074]],[\"comment/4893\",[]],[\"name/4894\",[66,43.198]],[\"comment/4894\",[]],[\"name/4895\",[67,46.626]],[\"comment/4895\",[]],[\"name/4896\",[68,46.626]],[\"comment/4896\",[]],[\"name/4897\",[69,47.074]],[\"comment/4897\",[]],[\"name/4898\",[70,46.922]],[\"comment/4898\",[]],[\"name/4899\",[71,46.922]],[\"comment/4899\",[]],[\"name/4900\",[72,47.074]],[\"comment/4900\",[]],[\"name/4901\",[73,47.074]],[\"comment/4901\",[]],[\"name/4902\",[74,47.074]],[\"comment/4902\",[]],[\"name/4903\",[75,46.922]],[\"comment/4903\",[]],[\"name/4904\",[76,46.773]],[\"comment/4904\",[]],[\"name/4905\",[77,46.773]],[\"comment/4905\",[]],[\"name/4906\",[1132,84.848]],[\"comment/4906\",[]],[\"name/4907\",[1072,79.739]],[\"comment/4907\",[]],[\"name/4908\",[1074,79.739]],[\"comment/4908\",[]],[\"name/4909\",[1073,79.739]],[\"comment/4909\",[]],[\"name/4910\",[1075,79.739]],[\"comment/4910\",[]],[\"name/4911\",[511,73.859]],[\"comment/4911\",[]],[\"name/4912\",[9,46.197]],[\"comment/4912\",[]],[\"name/4913\",[15,46.922]],[\"comment/4913\",[]],[\"name/4914\",[16,44.063]],[\"comment/4914\",[]],[\"name/4915\",[18,52.922]],[\"comment/4915\",[]],[\"name/4916\",[1,44.292]],[\"comment/4916\",[]],[\"name/4917\",[1133,76.373]],[\"comment/4917\",[]],[\"name/4918\",[1134,76.373]],[\"comment/4918\",[]],[\"name/4919\",[1135,76.373]],[\"comment/4919\",[]],[\"name/4920\",[1136,76.373]],[\"comment/4920\",[]],[\"name/4921\",[1137,76.373]],[\"comment/4921\",[]],[\"name/4922\",[1138,76.373]],[\"comment/4922\",[]],[\"name/4923\",[115,57.326]],[\"comment/4923\",[]],[\"name/4924\",[1139,73.859]],[\"comment/4924\",[]],[\"name/4925\",[397,70.181]],[\"comment/4925\",[]],[\"name/4926\",[398,73.859]],[\"comment/4926\",[]],[\"name/4927\",[1140,76.373]],[\"comment/4927\",[]],[\"name/4928\",[1141,76.373]],[\"comment/4928\",[]],[\"name/4929\",[216,71.852]],[\"comment/4929\",[]],[\"name/4930\",[25,44.645]],[\"comment/4930\",[]],[\"name/4931\",[44,47.074]],[\"comment/4931\",[]],[\"name/4932\",[45,47.074]],[\"comment/4932\",[]],[\"name/4933\",[46,47.074]],[\"comment/4933\",[]],[\"name/4934\",[47,47.074]],[\"comment/4934\",[]],[\"name/4935\",[48,47.074]],[\"comment/4935\",[]],[\"name/4936\",[49,47.074]],[\"comment/4936\",[]],[\"name/4937\",[50,47.074]],[\"comment/4937\",[]],[\"name/4938\",[51,47.074]],[\"comment/4938\",[]],[\"name/4939\",[52,47.074]],[\"comment/4939\",[]],[\"name/4940\",[53,47.074]],[\"comment/4940\",[]],[\"name/4941\",[54,47.074]],[\"comment/4941\",[]],[\"name/4942\",[55,47.074]],[\"comment/4942\",[]],[\"name/4943\",[56,47.074]],[\"comment/4943\",[]],[\"name/4944\",[57,47.074]],[\"comment/4944\",[]],[\"name/4945\",[58,47.074]],[\"comment/4945\",[]],[\"name/4946\",[59,47.074]],[\"comment/4946\",[]],[\"name/4947\",[60,47.074]],[\"comment/4947\",[]],[\"name/4948\",[61,47.074]],[\"comment/4948\",[]],[\"name/4949\",[62,47.074]],[\"comment/4949\",[]],[\"name/4950\",[63,46.773]],[\"comment/4950\",[]],[\"name/4951\",[64,46.773]],[\"comment/4951\",[]],[\"name/4952\",[65,47.074]],[\"comment/4952\",[]],[\"name/4953\",[66,43.198]],[\"comment/4953\",[]],[\"name/4954\",[67,46.626]],[\"comment/4954\",[]],[\"name/4955\",[68,46.626]],[\"comment/4955\",[]],[\"name/4956\",[69,47.074]],[\"comment/4956\",[]],[\"name/4957\",[70,46.922]],[\"comment/4957\",[]],[\"name/4958\",[71,46.922]],[\"comment/4958\",[]],[\"name/4959\",[72,47.074]],[\"comment/4959\",[]],[\"name/4960\",[73,47.074]],[\"comment/4960\",[]],[\"name/4961\",[74,47.074]],[\"comment/4961\",[]],[\"name/4962\",[75,46.922]],[\"comment/4962\",[]],[\"name/4963\",[76,46.773]],[\"comment/4963\",[]],[\"name/4964\",[77,46.773]],[\"comment/4964\",[]],[\"name/4965\",[553,79.739]],[\"comment/4965\",[]],[\"name/4966\",[328,71.852]],[\"comment/4966\",[]],[\"name/4967\",[407,73.859]],[\"comment/4967\",[]],[\"name/4968\",[1142,84.848]],[\"comment/4968\",[]],[\"name/4969\",[1051,76.373]],[\"comment/4969\",[]],[\"name/4970\",[1143,84.848]],[\"comment/4970\",[]],[\"name/4971\",[547,76.373]],[\"comment/4971\",[]],[\"name/4972\",[9,46.197]],[\"comment/4972\",[]],[\"name/4973\",[17,57.761]],[\"comment/4973\",[]],[\"name/4974\",[15,46.922]],[\"comment/4974\",[]],[\"name/4975\",[13,54.083]],[\"comment/4975\",[]],[\"name/4976\",[16,44.063]],[\"comment/4976\",[]],[\"name/4977\",[1123,71.852]],[\"comment/4977\",[]],[\"name/4978\",[25,44.645]],[\"comment/4978\",[]],[\"name/4979\",[35,56.125]],[\"comment/4979\",[]],[\"name/4980\",[36,55.754]],[\"comment/4980\",[]],[\"name/4981\",[127,54.396]],[\"comment/4981\",[]],[\"name/4982\",[128,54.396]],[\"comment/4982\",[]],[\"name/4983\",[129,54.083]],[\"comment/4983\",[]],[\"name/4984\",[22,49.479]],[\"comment/4984\",[]],[\"name/4985\",[26,50.5]],[\"comment/4985\",[]],[\"name/4986\",[174,53.78]],[\"comment/4986\",[]],[\"name/4987\",[249,60.864]],[\"comment/4987\",[]],[\"name/4988\",[373,65.384]],[\"comment/4988\",[]],[\"name/4989\",[374,65.384]],[\"comment/4989\",[]],[\"name/4990\",[375,64.475]],[\"comment/4990\",[]],[\"name/4991\",[376,65.384]],[\"comment/4991\",[]],[\"name/4992\",[377,65.384]],[\"comment/4992\",[]],[\"name/4993\",[44,47.074]],[\"comment/4993\",[]],[\"name/4994\",[45,47.074]],[\"comment/4994\",[]],[\"name/4995\",[46,47.074]],[\"comment/4995\",[]],[\"name/4996\",[47,47.074]],[\"comment/4996\",[]],[\"name/4997\",[48,47.074]],[\"comment/4997\",[]],[\"name/4998\",[49,47.074]],[\"comment/4998\",[]],[\"name/4999\",[50,47.074]],[\"comment/4999\",[]],[\"name/5000\",[51,47.074]],[\"comment/5000\",[]],[\"name/5001\",[52,47.074]],[\"comment/5001\",[]],[\"name/5002\",[53,47.074]],[\"comment/5002\",[]],[\"name/5003\",[54,47.074]],[\"comment/5003\",[]],[\"name/5004\",[55,47.074]],[\"comment/5004\",[]],[\"name/5005\",[56,47.074]],[\"comment/5005\",[]],[\"name/5006\",[57,47.074]],[\"comment/5006\",[]],[\"name/5007\",[58,47.074]],[\"comment/5007\",[]],[\"name/5008\",[59,47.074]],[\"comment/5008\",[]],[\"name/5009\",[60,47.074]],[\"comment/5009\",[]],[\"name/5010\",[61,47.074]],[\"comment/5010\",[]],[\"name/5011\",[62,47.074]],[\"comment/5011\",[]],[\"name/5012\",[63,46.773]],[\"comment/5012\",[]],[\"name/5013\",[64,46.773]],[\"comment/5013\",[]],[\"name/5014\",[65,47.074]],[\"comment/5014\",[]],[\"name/5015\",[66,43.198]],[\"comment/5015\",[]],[\"name/5016\",[67,46.626]],[\"comment/5016\",[]],[\"name/5017\",[68,46.626]],[\"comment/5017\",[]],[\"name/5018\",[69,47.074]],[\"comment/5018\",[]],[\"name/5019\",[70,46.922]],[\"comment/5019\",[]],[\"name/5020\",[71,46.922]],[\"comment/5020\",[]],[\"name/5021\",[72,47.074]],[\"comment/5021\",[]],[\"name/5022\",[73,47.074]],[\"comment/5022\",[]],[\"name/5023\",[74,47.074]],[\"comment/5023\",[]],[\"name/5024\",[75,46.922]],[\"comment/5024\",[]],[\"name/5025\",[76,46.773]],[\"comment/5025\",[]],[\"name/5026\",[77,46.773]],[\"comment/5026\",[]],[\"name/5027\",[1144,84.848]],[\"comment/5027\",[]],[\"name/5028\",[1145,84.848]],[\"comment/5028\",[]],[\"name/5029\",[1146,84.848]],[\"comment/5029\",[]],[\"name/5030\",[1147,84.848]],[\"comment/5030\",[]],[\"name/5031\",[1148,84.848]],[\"comment/5031\",[]],[\"name/5032\",[1149,84.848]],[\"comment/5032\",[]],[\"name/5033\",[1150,84.848]],[\"comment/5033\",[]],[\"name/5034\",[1151,84.848]],[\"comment/5034\",[]],[\"name/5035\",[684,64.475]],[\"comment/5035\",[]],[\"name/5036\",[1152,84.848]],[\"comment/5036\",[]],[\"name/5037\",[1094,79.739]],[\"comment/5037\",[]],[\"name/5038\",[1093,79.739]],[\"comment/5038\",[]],[\"name/5039\",[1153,84.848]],[\"comment/5039\",[]],[\"name/5040\",[1154,84.848]],[\"comment/5040\",[]],[\"name/5041\",[443,63.641]],[\"comment/5041\",[]],[\"name/5042\",[8,57.326]],[\"comment/5042\",[]],[\"name/5043\",[9,46.197]],[\"comment/5043\",[]],[\"name/5044\",[232,76.373]],[\"comment/5044\",[]],[\"name/5045\",[233,76.373]],[\"comment/5045\",[]],[\"name/5046\",[6,60.275]],[\"comment/5046\",[]],[\"name/5047\",[259,65.384]],[\"comment/5047\",[]],[\"name/5048\",[15,46.922]],[\"comment/5048\",[]],[\"name/5049\",[16,44.063]],[\"comment/5049\",[]],[\"name/5050\",[469,70.181]],[\"comment/5050\",[]],[\"name/5051\",[1155,84.848]],[\"comment/5051\",[]],[\"name/5052\",[1139,73.859]],[\"comment/5052\",[]],[\"name/5053\",[1156,84.848]],[\"comment/5053\",[]],[\"name/5054\",[1157,84.848]],[\"comment/5054\",[]],[\"name/5055\",[1158,84.848]],[\"comment/5055\",[]],[\"name/5056\",[1020,76.373]],[\"comment/5056\",[]],[\"name/5057\",[62,47.074]],[\"comment/5057\",[]],[\"name/5058\",[1159,84.848]],[\"comment/5058\",[]],[\"name/5059\",[1,44.292]],[\"comment/5059\",[]],[\"name/5060\",[698,68.75]],[\"comment/5060\",[]],[\"name/5061\",[699,68.75]],[\"comment/5061\",[]],[\"name/5062\",[1160,84.848]],[\"comment/5062\",[]],[\"name/5063\",[1161,84.848]],[\"comment/5063\",[]],[\"name/5064\",[1162,84.848]],[\"comment/5064\",[]],[\"name/5065\",[1163,84.848]],[\"comment/5065\",[]],[\"name/5066\",[25,44.645]],[\"comment/5066\",[]],[\"name/5067\",[44,47.074]],[\"comment/5067\",[]],[\"name/5068\",[45,47.074]],[\"comment/5068\",[]],[\"name/5069\",[46,47.074]],[\"comment/5069\",[]],[\"name/5070\",[47,47.074]],[\"comment/5070\",[]],[\"name/5071\",[48,47.074]],[\"comment/5071\",[]],[\"name/5072\",[49,47.074]],[\"comment/5072\",[]],[\"name/5073\",[50,47.074]],[\"comment/5073\",[]],[\"name/5074\",[51,47.074]],[\"comment/5074\",[]],[\"name/5075\",[52,47.074]],[\"comment/5075\",[]],[\"name/5076\",[53,47.074]],[\"comment/5076\",[]],[\"name/5077\",[54,47.074]],[\"comment/5077\",[]],[\"name/5078\",[55,47.074]],[\"comment/5078\",[]],[\"name/5079\",[56,47.074]],[\"comment/5079\",[]],[\"name/5080\",[57,47.074]],[\"comment/5080\",[]],[\"name/5081\",[58,47.074]],[\"comment/5081\",[]],[\"name/5082\",[59,47.074]],[\"comment/5082\",[]],[\"name/5083\",[60,47.074]],[\"comment/5083\",[]],[\"name/5084\",[61,47.074]],[\"comment/5084\",[]],[\"name/5085\",[63,46.773]],[\"comment/5085\",[]],[\"name/5086\",[64,46.773]],[\"comment/5086\",[]],[\"name/5087\",[65,47.074]],[\"comment/5087\",[]],[\"name/5088\",[66,43.198]],[\"comment/5088\",[]],[\"name/5089\",[67,46.626]],[\"comment/5089\",[]],[\"name/5090\",[68,46.626]],[\"comment/5090\",[]],[\"name/5091\",[69,47.074]],[\"comment/5091\",[]],[\"name/5092\",[70,46.922]],[\"comment/5092\",[]],[\"name/5093\",[71,46.922]],[\"comment/5093\",[]],[\"name/5094\",[72,47.074]],[\"comment/5094\",[]],[\"name/5095\",[73,47.074]],[\"comment/5095\",[]],[\"name/5096\",[74,47.074]],[\"comment/5096\",[]],[\"name/5097\",[75,46.922]],[\"comment/5097\",[]],[\"name/5098\",[76,46.773]],[\"comment/5098\",[]],[\"name/5099\",[77,46.773]],[\"comment/5099\",[]],[\"name/5100\",[1164,79.739]],[\"comment/5100\",[]],[\"name/5101\",[9,46.197]],[\"comment/5101\",[]],[\"name/5102\",[104,60.275]],[\"comment/5102\",[]],[\"name/5103\",[15,46.922]],[\"comment/5103\",[]],[\"name/5104\",[16,44.063]],[\"comment/5104\",[]],[\"name/5105\",[684,64.475]],[\"comment/5105\",[]],[\"name/5106\",[443,63.641]],[\"comment/5106\",[]],[\"name/5107\",[685,70.181]],[\"comment/5107\",[]],[\"name/5108\",[686,70.181]],[\"comment/5108\",[]],[\"name/5109\",[687,70.181]],[\"comment/5109\",[]],[\"name/5110\",[688,70.181]],[\"comment/5110\",[]],[\"name/5111\",[689,70.181]],[\"comment/5111\",[]],[\"name/5112\",[690,70.181]],[\"comment/5112\",[]],[\"name/5113\",[691,70.181]],[\"comment/5113\",[]],[\"name/5114\",[217,68.75]],[\"comment/5114\",[]],[\"name/5115\",[692,70.181]],[\"comment/5115\",[]],[\"name/5116\",[165,59.719]],[\"comment/5116\",[]],[\"name/5117\",[693,70.181]],[\"comment/5117\",[]],[\"name/5118\",[694,70.181]],[\"comment/5118\",[]],[\"name/5119\",[695,70.181]],[\"comment/5119\",[]],[\"name/5120\",[696,70.181]],[\"comment/5120\",[]],[\"name/5121\",[697,70.181]],[\"comment/5121\",[]],[\"name/5122\",[166,60.275]],[\"comment/5122\",[]],[\"name/5123\",[1,44.292]],[\"comment/5123\",[]],[\"name/5124\",[698,68.75]],[\"comment/5124\",[]],[\"name/5125\",[699,68.75]],[\"comment/5125\",[]],[\"name/5126\",[142,59.193]],[\"comment/5126\",[]],[\"name/5127\",[700,67.498]],[\"comment/5127\",[]],[\"name/5128\",[701,70.181]],[\"comment/5128\",[]],[\"name/5129\",[187,56.91]],[\"comment/5129\",[]],[\"name/5130\",[702,70.181]],[\"comment/5130\",[]],[\"name/5131\",[109,59.719]],[\"comment/5131\",[]],[\"name/5132\",[110,57.326]],[\"comment/5132\",[]],[\"name/5133\",[111,59.719]],[\"comment/5133\",[]],[\"name/5134\",[18,52.922]],[\"comment/5134\",[]],[\"name/5135\",[1,44.292]],[\"comment/5135\",[]],[\"name/5136\",[112,60.275]],[\"comment/5136\",[]],[\"name/5137\",[25,44.645]],[\"comment/5137\",[]],[\"name/5138\",[113,60.275]],[\"comment/5138\",[]],[\"name/5139\",[114,60.275]],[\"comment/5139\",[]],[\"name/5140\",[115,57.326]],[\"comment/5140\",[]],[\"name/5141\",[116,60.275]],[\"comment/5141\",[]],[\"name/5142\",[117,60.275]],[\"comment/5142\",[]],[\"name/5143\",[118,57.761]],[\"comment/5143\",[]],[\"name/5144\",[119,60.275]],[\"comment/5144\",[]],[\"name/5145\",[120,60.275]],[\"comment/5145\",[]],[\"name/5146\",[121,56.91]],[\"comment/5146\",[]],[\"name/5147\",[66,43.198]],[\"comment/5147\",[]],[\"name/5148\",[122,58.692]],[\"comment/5148\",[]],[\"name/5149\",[123,60.275]],[\"comment/5149\",[]],[\"name/5150\",[124,60.275]],[\"comment/5150\",[]],[\"name/5151\",[125,59.719]],[\"comment/5151\",[]],[\"name/5152\",[126,60.275]],[\"comment/5152\",[]],[\"name/5153\",[127,54.396]],[\"comment/5153\",[]],[\"name/5154\",[128,54.396]],[\"comment/5154\",[]],[\"name/5155\",[129,54.083]],[\"comment/5155\",[]],[\"name/5156\",[130,60.275]],[\"comment/5156\",[]],[\"name/5157\",[131,60.275]],[\"comment/5157\",[]],[\"name/5158\",[132,60.275]],[\"comment/5158\",[]],[\"name/5159\",[133,60.275]],[\"comment/5159\",[]],[\"name/5160\",[134,59.719]],[\"comment/5160\",[]],[\"name/5161\",[135,60.275]],[\"comment/5161\",[]],[\"name/5162\",[136,60.275]],[\"comment/5162\",[]],[\"name/5163\",[137,59.719]],[\"comment/5163\",[]],[\"name/5164\",[138,60.275]],[\"comment/5164\",[]],[\"name/5165\",[139,60.275]],[\"comment/5165\",[]],[\"name/5166\",[140,60.275]],[\"comment/5166\",[]],[\"name/5167\",[141,60.275]],[\"comment/5167\",[]],[\"name/5168\",[143,59.719]],[\"comment/5168\",[]],[\"name/5169\",[144,59.719]],[\"comment/5169\",[]],[\"name/5170\",[145,59.719]],[\"comment/5170\",[]],[\"name/5171\",[146,59.719]],[\"comment/5171\",[]],[\"name/5172\",[147,60.275]],[\"comment/5172\",[]],[\"name/5173\",[148,60.275]],[\"comment/5173\",[]],[\"name/5174\",[149,60.275]],[\"comment/5174\",[]],[\"name/5175\",[150,60.275]],[\"comment/5175\",[]],[\"name/5176\",[151,60.275]],[\"comment/5176\",[]],[\"name/5177\",[152,60.275]],[\"comment/5177\",[]],[\"name/5178\",[153,60.275]],[\"comment/5178\",[]],[\"name/5179\",[154,60.275]],[\"comment/5179\",[]],[\"name/5180\",[155,58.216]],[\"comment/5180\",[]],[\"name/5181\",[156,60.275]],[\"comment/5181\",[]],[\"name/5182\",[157,60.275]],[\"comment/5182\",[]],[\"name/5183\",[1,44.292]],[\"comment/5183\",[]],[\"name/5184\",[158,56.91]],[\"comment/5184\",[]],[\"name/5185\",[159,56.91]],[\"comment/5185\",[]],[\"name/5186\",[160,60.275]],[\"comment/5186\",[]],[\"name/5187\",[161,60.275]],[\"comment/5187\",[]],[\"name/5188\",[162,60.275]],[\"comment/5188\",[]],[\"name/5189\",[163,56.91]],[\"comment/5189\",[]],[\"name/5190\",[164,59.719]],[\"comment/5190\",[]],[\"name/5191\",[167,60.275]],[\"comment/5191\",[]],[\"name/5192\",[168,60.275]],[\"comment/5192\",[]],[\"name/5193\",[169,60.275]],[\"comment/5193\",[]],[\"name/5194\",[170,60.275]],[\"comment/5194\",[]],[\"name/5195\",[171,57.326]],[\"comment/5195\",[]],[\"name/5196\",[172,59.719]],[\"comment/5196\",[]],[\"name/5197\",[173,59.719]],[\"comment/5197\",[]],[\"name/5198\",[26,50.5]],[\"comment/5198\",[]],[\"name/5199\",[22,49.479]],[\"comment/5199\",[]],[\"name/5200\",[41,52.652]],[\"comment/5200\",[]],[\"name/5201\",[42,52.652]],[\"comment/5201\",[]],[\"name/5202\",[174,53.78]],[\"comment/5202\",[]],[\"name/5203\",[175,59.193]],[\"comment/5203\",[]],[\"name/5204\",[176,59.719]],[\"comment/5204\",[]],[\"name/5205\",[177,59.719]],[\"comment/5205\",[]],[\"name/5206\",[178,59.719]],[\"comment/5206\",[]],[\"name/5207\",[179,59.719]],[\"comment/5207\",[]],[\"name/5208\",[180,59.719]],[\"comment/5208\",[]],[\"name/5209\",[181,59.719]],[\"comment/5209\",[]],[\"name/5210\",[182,59.719]],[\"comment/5210\",[]],[\"name/5211\",[183,59.719]],[\"comment/5211\",[]],[\"name/5212\",[107,59.719]],[\"comment/5212\",[]],[\"name/5213\",[184,58.216]],[\"comment/5213\",[]],[\"name/5214\",[185,59.719]],[\"comment/5214\",[]],[\"name/5215\",[108,56.509]],[\"comment/5215\",[]],[\"name/5216\",[186,59.719]],[\"comment/5216\",[]],[\"name/5217\",[188,59.193]],[\"comment/5217\",[]],[\"name/5218\",[189,59.719]],[\"comment/5218\",[]],[\"name/5219\",[190,59.719]],[\"comment/5219\",[]],[\"name/5220\",[191,59.719]],[\"comment/5220\",[]],[\"name/5221\",[192,59.719]],[\"comment/5221\",[]],[\"name/5222\",[193,59.719]],[\"comment/5222\",[]],[\"name/5223\",[34,53.486]],[\"comment/5223\",[]],[\"name/5224\",[32,53.486]],[\"comment/5224\",[]],[\"name/5225\",[33,53.486]],[\"comment/5225\",[]],[\"name/5226\",[44,47.074]],[\"comment/5226\",[]],[\"name/5227\",[45,47.074]],[\"comment/5227\",[]],[\"name/5228\",[46,47.074]],[\"comment/5228\",[]],[\"name/5229\",[47,47.074]],[\"comment/5229\",[]],[\"name/5230\",[48,47.074]],[\"comment/5230\",[]],[\"name/5231\",[49,47.074]],[\"comment/5231\",[]],[\"name/5232\",[50,47.074]],[\"comment/5232\",[]],[\"name/5233\",[51,47.074]],[\"comment/5233\",[]],[\"name/5234\",[25,44.645]],[\"comment/5234\",[]],[\"name/5235\",[52,47.074]],[\"comment/5235\",[]],[\"name/5236\",[53,47.074]],[\"comment/5236\",[]],[\"name/5237\",[54,47.074]],[\"comment/5237\",[]],[\"name/5238\",[55,47.074]],[\"comment/5238\",[]],[\"name/5239\",[56,47.074]],[\"comment/5239\",[]],[\"name/5240\",[57,47.074]],[\"comment/5240\",[]],[\"name/5241\",[58,47.074]],[\"comment/5241\",[]],[\"name/5242\",[59,47.074]],[\"comment/5242\",[]],[\"name/5243\",[60,47.074]],[\"comment/5243\",[]],[\"name/5244\",[61,47.074]],[\"comment/5244\",[]],[\"name/5245\",[62,47.074]],[\"comment/5245\",[]],[\"name/5246\",[63,46.773]],[\"comment/5246\",[]],[\"name/5247\",[64,46.773]],[\"comment/5247\",[]],[\"name/5248\",[65,47.074]],[\"comment/5248\",[]],[\"name/5249\",[66,43.198]],[\"comment/5249\",[]],[\"name/5250\",[67,46.626]],[\"comment/5250\",[]],[\"name/5251\",[68,46.626]],[\"comment/5251\",[]],[\"name/5252\",[69,47.074]],[\"comment/5252\",[]],[\"name/5253\",[70,46.922]],[\"comment/5253\",[]],[\"name/5254\",[71,46.922]],[\"comment/5254\",[]],[\"name/5255\",[72,47.074]],[\"comment/5255\",[]],[\"name/5256\",[73,47.074]],[\"comment/5256\",[]],[\"name/5257\",[74,47.074]],[\"comment/5257\",[]],[\"name/5258\",[75,46.922]],[\"comment/5258\",[]],[\"name/5259\",[76,46.773]],[\"comment/5259\",[]],[\"name/5260\",[77,46.773]],[\"comment/5260\",[]],[\"name/5261\",[1165,84.848]],[\"comment/5261\",[]],[\"name/5262\",[1166,84.848]],[\"comment/5262\",[]],[\"name/5263\",[1167,84.848]],[\"comment/5263\",[]],[\"name/5264\",[1168,84.848]],[\"comment/5264\",[]],[\"name/5265\",[998,76.373]],[\"comment/5265\",[]],[\"name/5266\",[505,71.852]],[\"comment/5266\",[]],[\"name/5267\",[9,46.197]],[\"comment/5267\",[]],[\"name/5268\",[15,46.922]],[\"comment/5268\",[]],[\"name/5269\",[339,70.181]],[\"comment/5269\",[]],[\"name/5270\",[10,58.216]],[\"comment/5270\",[]],[\"name/5271\",[13,54.083]],[\"comment/5271\",[]],[\"name/5272\",[14,59.719]],[\"comment/5272\",[]],[\"name/5273\",[16,44.063]],[\"comment/5273\",[]],[\"name/5274\",[1169,84.848]],[\"comment/5274\",[]],[\"name/5275\",[1170,84.848]],[\"comment/5275\",[]],[\"name/5276\",[682,79.739]],[\"comment/5276\",[]],[\"name/5277\",[683,79.739]],[\"comment/5277\",[]],[\"name/5278\",[1171,84.848]],[\"comment/5278\",[]],[\"name/5279\",[1172,79.739]],[\"comment/5279\",[]],[\"name/5280\",[1173,84.848]],[\"comment/5280\",[]],[\"name/5281\",[25,44.645]],[\"comment/5281\",[]],[\"name/5282\",[22,49.479]],[\"comment/5282\",[]],[\"name/5283\",[26,50.5]],[\"comment/5283\",[]],[\"name/5284\",[27,60.864]],[\"comment/5284\",[]],[\"name/5285\",[28,60.864]],[\"comment/5285\",[]],[\"name/5286\",[23,60.864]],[\"comment/5286\",[]],[\"name/5287\",[29,60.864]],[\"comment/5287\",[]],[\"name/5288\",[30,60.864]],[\"comment/5288\",[]],[\"name/5289\",[31,60.864]],[\"comment/5289\",[]],[\"name/5290\",[32,53.486]],[\"comment/5290\",[]],[\"name/5291\",[33,53.486]],[\"comment/5291\",[]],[\"name/5292\",[34,53.486]],[\"comment/5292\",[]],[\"name/5293\",[35,56.125]],[\"comment/5293\",[]],[\"name/5294\",[36,55.754]],[\"comment/5294\",[]],[\"name/5295\",[37,60.864]],[\"comment/5295\",[]],[\"name/5296\",[38,59.719]],[\"comment/5296\",[]],[\"name/5297\",[39,60.864]],[\"comment/5297\",[]],[\"name/5298\",[40,60.864]],[\"comment/5298\",[]],[\"name/5299\",[41,52.652]],[\"comment/5299\",[]],[\"name/5300\",[42,52.652]],[\"comment/5300\",[]],[\"name/5301\",[43,60.864]],[\"comment/5301\",[]],[\"name/5302\",[44,47.074]],[\"comment/5302\",[]],[\"name/5303\",[45,47.074]],[\"comment/5303\",[]],[\"name/5304\",[46,47.074]],[\"comment/5304\",[]],[\"name/5305\",[47,47.074]],[\"comment/5305\",[]],[\"name/5306\",[48,47.074]],[\"comment/5306\",[]],[\"name/5307\",[49,47.074]],[\"comment/5307\",[]],[\"name/5308\",[50,47.074]],[\"comment/5308\",[]],[\"name/5309\",[51,47.074]],[\"comment/5309\",[]],[\"name/5310\",[52,47.074]],[\"comment/5310\",[]],[\"name/5311\",[53,47.074]],[\"comment/5311\",[]],[\"name/5312\",[54,47.074]],[\"comment/5312\",[]],[\"name/5313\",[55,47.074]],[\"comment/5313\",[]],[\"name/5314\",[56,47.074]],[\"comment/5314\",[]],[\"name/5315\",[57,47.074]],[\"comment/5315\",[]],[\"name/5316\",[58,47.074]],[\"comment/5316\",[]],[\"name/5317\",[59,47.074]],[\"comment/5317\",[]],[\"name/5318\",[60,47.074]],[\"comment/5318\",[]],[\"name/5319\",[61,47.074]],[\"comment/5319\",[]],[\"name/5320\",[62,47.074]],[\"comment/5320\",[]],[\"name/5321\",[63,46.773]],[\"comment/5321\",[]],[\"name/5322\",[64,46.773]],[\"comment/5322\",[]],[\"name/5323\",[65,47.074]],[\"comment/5323\",[]],[\"name/5324\",[66,43.198]],[\"comment/5324\",[]],[\"name/5325\",[67,46.626]],[\"comment/5325\",[]],[\"name/5326\",[68,46.626]],[\"comment/5326\",[]],[\"name/5327\",[69,47.074]],[\"comment/5327\",[]],[\"name/5328\",[70,46.922]],[\"comment/5328\",[]],[\"name/5329\",[71,46.922]],[\"comment/5329\",[]],[\"name/5330\",[72,47.074]],[\"comment/5330\",[]],[\"name/5331\",[73,47.074]],[\"comment/5331\",[]],[\"name/5332\",[74,47.074]],[\"comment/5332\",[]],[\"name/5333\",[75,46.922]],[\"comment/5333\",[]],[\"name/5334\",[76,46.773]],[\"comment/5334\",[]],[\"name/5335\",[77,46.773]],[\"comment/5335\",[]],[\"name/5336\",[294,68.75]],[\"comment/5336\",[]],[\"name/5337\",[9,46.197]],[\"comment/5337\",[]],[\"name/5338\",[17,57.761]],[\"comment/5338\",[]],[\"name/5339\",[1,44.292]],[\"comment/5339\",[]],[\"name/5340\",[1174,84.848]],[\"comment/5340\",[]],[\"name/5341\",[1175,84.848]],[\"comment/5341\",[]],[\"name/5342\",[1176,84.848]],[\"comment/5342\",[]],[\"name/5343\",[1177,84.848]],[\"comment/5343\",[]],[\"name/5344\",[1178,84.848]],[\"comment/5344\",[]],[\"name/5345\",[1179,84.848]],[\"comment/5345\",[]],[\"name/5346\",[1180,84.848]],[\"comment/5346\",[]],[\"name/5347\",[15,46.922]],[\"comment/5347\",[]],[\"name/5348\",[10,58.216]],[\"comment/5348\",[]],[\"name/5349\",[13,54.083]],[\"comment/5349\",[]],[\"name/5350\",[14,59.719]],[\"comment/5350\",[]],[\"name/5351\",[16,44.063]],[\"comment/5351\",[]],[\"name/5352\",[18,52.922]],[\"comment/5352\",[]],[\"name/5353\",[1,44.292]],[\"comment/5353\",[]],[\"name/5354\",[20,73.859]],[\"comment/5354\",[]],[\"name/5355\",[35,56.125]],[\"comment/5355\",[]],[\"name/5356\",[1181,84.848]],[\"comment/5356\",[]],[\"name/5357\",[25,44.645]],[\"comment/5357\",[]],[\"name/5358\",[22,49.479]],[\"comment/5358\",[]],[\"name/5359\",[26,50.5]],[\"comment/5359\",[]],[\"name/5360\",[27,60.864]],[\"comment/5360\",[]],[\"name/5361\",[28,60.864]],[\"comment/5361\",[]],[\"name/5362\",[23,60.864]],[\"comment/5362\",[]],[\"name/5363\",[29,60.864]],[\"comment/5363\",[]],[\"name/5364\",[30,60.864]],[\"comment/5364\",[]],[\"name/5365\",[31,60.864]],[\"comment/5365\",[]],[\"name/5366\",[32,53.486]],[\"comment/5366\",[]],[\"name/5367\",[33,53.486]],[\"comment/5367\",[]],[\"name/5368\",[34,53.486]],[\"comment/5368\",[]],[\"name/5369\",[36,55.754]],[\"comment/5369\",[]],[\"name/5370\",[37,60.864]],[\"comment/5370\",[]],[\"name/5371\",[38,59.719]],[\"comment/5371\",[]],[\"name/5372\",[39,60.864]],[\"comment/5372\",[]],[\"name/5373\",[40,60.864]],[\"comment/5373\",[]],[\"name/5374\",[41,52.652]],[\"comment/5374\",[]],[\"name/5375\",[42,52.652]],[\"comment/5375\",[]],[\"name/5376\",[43,60.864]],[\"comment/5376\",[]],[\"name/5377\",[44,47.074]],[\"comment/5377\",[]],[\"name/5378\",[45,47.074]],[\"comment/5378\",[]],[\"name/5379\",[46,47.074]],[\"comment/5379\",[]],[\"name/5380\",[47,47.074]],[\"comment/5380\",[]],[\"name/5381\",[48,47.074]],[\"comment/5381\",[]],[\"name/5382\",[49,47.074]],[\"comment/5382\",[]],[\"name/5383\",[50,47.074]],[\"comment/5383\",[]],[\"name/5384\",[51,47.074]],[\"comment/5384\",[]],[\"name/5385\",[52,47.074]],[\"comment/5385\",[]],[\"name/5386\",[53,47.074]],[\"comment/5386\",[]],[\"name/5387\",[54,47.074]],[\"comment/5387\",[]],[\"name/5388\",[55,47.074]],[\"comment/5388\",[]],[\"name/5389\",[56,47.074]],[\"comment/5389\",[]],[\"name/5390\",[57,47.074]],[\"comment/5390\",[]],[\"name/5391\",[58,47.074]],[\"comment/5391\",[]],[\"name/5392\",[59,47.074]],[\"comment/5392\",[]],[\"name/5393\",[60,47.074]],[\"comment/5393\",[]],[\"name/5394\",[61,47.074]],[\"comment/5394\",[]],[\"name/5395\",[62,47.074]],[\"comment/5395\",[]],[\"name/5396\",[63,46.773]],[\"comment/5396\",[]],[\"name/5397\",[64,46.773]],[\"comment/5397\",[]],[\"name/5398\",[65,47.074]],[\"comment/5398\",[]],[\"name/5399\",[66,43.198]],[\"comment/5399\",[]],[\"name/5400\",[67,46.626]],[\"comment/5400\",[]],[\"name/5401\",[68,46.626]],[\"comment/5401\",[]],[\"name/5402\",[69,47.074]],[\"comment/5402\",[]],[\"name/5403\",[70,46.922]],[\"comment/5403\",[]],[\"name/5404\",[71,46.922]],[\"comment/5404\",[]],[\"name/5405\",[72,47.074]],[\"comment/5405\",[]],[\"name/5406\",[73,47.074]],[\"comment/5406\",[]],[\"name/5407\",[74,47.074]],[\"comment/5407\",[]],[\"name/5408\",[75,46.922]],[\"comment/5408\",[]],[\"name/5409\",[76,46.773]],[\"comment/5409\",[]],[\"name/5410\",[77,46.773]],[\"comment/5410\",[]],[\"name/5411\",[1182,76.373]],[\"comment/5411\",[]],[\"name/5412\",[1,44.292]],[\"comment/5412\",[]],[\"name/5413\",[66,30.659,581,54.205]],[\"comment/5413\",[]],[\"name/5414\",[66,30.659,582,54.205]],[\"comment/5414\",[]],[\"name/5415\",[66,30.659,584,54.205]],[\"comment/5415\",[]],[\"name/5416\",[66,30.659,583,56.594]],[\"comment/5416\",[]],[\"name/5417\",[1183,84.848]],[\"comment/5417\",[]],[\"name/5418\",[1184,84.848]],[\"comment/5418\",[]],[\"name/5419\",[1185,76.373]],[\"comment/5419\",[]],[\"name/5420\",[1185,76.373]],[\"comment/5420\",[]],[\"name/5421\",[1182,76.373]],[\"comment/5421\",[]],[\"name/5422\",[1186,79.739]],[\"comment/5422\",[]],[\"name/5423\",[479,76.373]],[\"comment/5423\",[]],[\"name/5424\",[539,79.739]],[\"comment/5424\",[]],[\"name/5425\",[9,46.197]],[\"comment/5425\",[]],[\"name/5426\",[16,44.063]],[\"comment/5426\",[]],[\"name/5427\",[480,73.859]],[\"comment/5427\",[]],[\"name/5428\",[976,79.739]],[\"comment/5428\",[]],[\"name/5429\",[6,60.275]],[\"comment/5429\",[]],[\"name/5430\",[259,65.384]],[\"comment/5430\",[]],[\"name/5431\",[1187,84.848]],[\"comment/5431\",[]],[\"name/5432\",[1188,84.848]],[\"comment/5432\",[]],[\"name/5433\",[1,44.292]],[\"comment/5433\",[]],[\"name/5434\",[158,56.91]],[\"comment/5434\",[]],[\"name/5435\",[159,56.91]],[\"comment/5435\",[]],[\"name/5436\",[479,76.373]],[\"comment/5436\",[]],[\"name/5437\",[1182,76.373]],[\"comment/5437\",[]],[\"name/5438\",[1186,79.739]],[\"comment/5438\",[]],[\"name/5439\",[1185,76.373]],[\"comment/5439\",[]],[\"name/5440\",[1189,84.848]],[\"comment/5440\",[]],[\"name/5441\",[1190,84.848]],[\"comment/5441\",[]],[\"name/5442\",[1191,84.848]],[\"comment/5442\",[]],[\"name/5443\",[1192,84.848]],[\"comment/5443\",[]],[\"name/5444\",[1193,79.739]],[\"comment/5444\",[]],[\"name/5445\",[272,76.373]],[\"comment/5445\",[]],[\"name/5446\",[273,76.373]],[\"comment/5446\",[]],[\"name/5447\",[274,73.859]],[\"comment/5447\",[]],[\"name/5448\",[275,76.373]],[\"comment/5448\",[]],[\"name/5449\",[276,76.373]],[\"comment/5449\",[]],[\"name/5450\",[277,76.373]],[\"comment/5450\",[]],[\"name/5451\",[278,76.373]],[\"comment/5451\",[]],[\"name/5452\",[279,76.373]],[\"comment/5452\",[]],[\"name/5453\",[280,76.373]],[\"comment/5453\",[]],[\"name/5454\",[282,76.373]],[\"comment/5454\",[]],[\"name/5455\",[281,76.373]],[\"comment/5455\",[]],[\"name/5456\",[283,73.859]],[\"comment/5456\",[]],[\"name/5457\",[121,56.91]],[\"comment/5457\",[]],[\"name/5458\",[1194,84.848]],[\"comment/5458\",[]],[\"name/5459\",[1195,84.848]],[\"comment/5459\",[]],[\"name/5460\",[271,73.859]],[\"comment/5460\",[]],[\"name/5461\",[284,76.373]],[\"comment/5461\",[]],[\"name/5462\",[285,76.373]],[\"comment/5462\",[]],[\"name/5463\",[286,76.373]],[\"comment/5463\",[]],[\"name/5464\",[287,76.373]],[\"comment/5464\",[]],[\"name/5465\",[288,76.373]],[\"comment/5465\",[]],[\"name/5466\",[289,76.373]],[\"comment/5466\",[]],[\"name/5467\",[290,76.373]],[\"comment/5467\",[]],[\"name/5468\",[291,76.373]],[\"comment/5468\",[]],[\"name/5469\",[292,76.373]],[\"comment/5469\",[]],[\"name/5470\",[295,76.373]],[\"comment/5470\",[]],[\"name/5471\",[293,76.373]],[\"comment/5471\",[]],[\"name/5472\",[294,68.75]],[\"comment/5472\",[]],[\"name/5473\",[296,76.373]],[\"comment/5473\",[]],[\"name/5474\",[297,76.373]],[\"comment/5474\",[]],[\"name/5475\",[298,76.373]],[\"comment/5475\",[]],[\"name/5476\",[299,76.373]],[\"comment/5476\",[]],[\"name/5477\",[300,73.859]],[\"comment/5477\",[]],[\"name/5478\",[301,73.859]],[\"comment/5478\",[]],[\"name/5479\",[67,46.626]],[\"comment/5479\",[]],[\"name/5480\",[68,46.626]],[\"comment/5480\",[]],[\"name/5481\",[66,43.198]],[\"comment/5481\",[]],[\"name/5482\",[302,76.373]],[\"comment/5482\",[]],[\"name/5483\",[1196,84.848]],[\"comment/5483\",[]],[\"name/5484\",[1197,84.848]],[\"comment/5484\",[]],[\"name/5485\",[632,79.739]],[\"comment/5485\",[]],[\"name/5486\",[633,79.739]],[\"comment/5486\",[]],[\"name/5487\",[634,79.739]],[\"comment/5487\",[]],[\"name/5488\",[1198,84.848]],[\"comment/5488\",[]],[\"name/5489\",[1199,84.848]],[\"comment/5489\",[]],[\"name/5490\",[482,67.498]],[\"comment/5490\",[]],[\"name/5491\",[1200,79.739]],[\"comment/5491\",[]],[\"name/5492\",[440,70.181]],[\"comment/5492\",[]],[\"name/5493\",[1201,84.848]],[\"comment/5493\",[]],[\"name/5494\",[1202,84.848]],[\"comment/5494\",[]],[\"name/5495\",[1203,84.848]],[\"comment/5495\",[]],[\"name/5496\",[1204,84.848]],[\"comment/5496\",[]],[\"name/5497\",[444,70.181]],[\"comment/5497\",[]],[\"name/5498\",[1205,84.848]],[\"comment/5498\",[]],[\"name/5499\",[1206,84.848]],[\"comment/5499\",[]],[\"name/5500\",[1207,84.848]],[\"comment/5500\",[]],[\"name/5501\",[1208,84.848]],[\"comment/5501\",[]],[\"name/5502\",[1209,84.848]],[\"comment/5502\",[]],[\"name/5503\",[158,56.91]],[\"comment/5503\",[]],[\"name/5504\",[6,60.275]],[\"comment/5504\",[]],[\"name/5505\",[159,56.91]],[\"comment/5505\",[]],[\"name/5506\",[1210,84.848]],[\"comment/5506\",[]],[\"name/5507\",[1211,84.848]],[\"comment/5507\",[]],[\"name/5508\",[1200,79.739]],[\"comment/5508\",[]],[\"name/5509\",[515,73.859]],[\"comment/5509\",[]],[\"name/5510\",[9,46.197]],[\"comment/5510\",[]],[\"name/5511\",[15,46.922]],[\"comment/5511\",[]],[\"name/5512\",[16,44.063]],[\"comment/5512\",[]],[\"name/5513\",[469,70.181]],[\"comment/5513\",[]],[\"name/5514\",[174,53.78]],[\"comment/5514\",[]],[\"name/5515\",[249,60.864]],[\"comment/5515\",[]],[\"name/5516\",[246,71.852]],[\"comment/5516\",[]],[\"name/5517\",[250,71.852]],[\"comment/5517\",[]],[\"name/5518\",[1212,84.848]],[\"comment/5518\",[]],[\"name/5519\",[490,79.739]],[\"comment/5519\",[]],[\"name/5520\",[64,46.773]],[\"comment/5520\",[]],[\"name/5521\",[1213,84.848]],[\"comment/5521\",[]],[\"name/5522\",[1214,84.848]],[\"comment/5522\",[]],[\"name/5523\",[1215,84.848]],[\"comment/5523\",[]],[\"name/5524\",[10,58.216]],[\"comment/5524\",[]],[\"name/5525\",[25,44.645]],[\"comment/5525\",[]],[\"name/5526\",[44,47.074]],[\"comment/5526\",[]],[\"name/5527\",[45,47.074]],[\"comment/5527\",[]],[\"name/5528\",[46,47.074]],[\"comment/5528\",[]],[\"name/5529\",[47,47.074]],[\"comment/5529\",[]],[\"name/5530\",[48,47.074]],[\"comment/5530\",[]],[\"name/5531\",[49,47.074]],[\"comment/5531\",[]],[\"name/5532\",[50,47.074]],[\"comment/5532\",[]],[\"name/5533\",[51,47.074]],[\"comment/5533\",[]],[\"name/5534\",[52,47.074]],[\"comment/5534\",[]],[\"name/5535\",[53,47.074]],[\"comment/5535\",[]],[\"name/5536\",[54,47.074]],[\"comment/5536\",[]],[\"name/5537\",[55,47.074]],[\"comment/5537\",[]],[\"name/5538\",[56,47.074]],[\"comment/5538\",[]],[\"name/5539\",[57,47.074]],[\"comment/5539\",[]],[\"name/5540\",[58,47.074]],[\"comment/5540\",[]],[\"name/5541\",[59,47.074]],[\"comment/5541\",[]],[\"name/5542\",[60,47.074]],[\"comment/5542\",[]],[\"name/5543\",[61,47.074]],[\"comment/5543\",[]],[\"name/5544\",[62,47.074]],[\"comment/5544\",[]],[\"name/5545\",[63,46.773]],[\"comment/5545\",[]],[\"name/5546\",[65,47.074]],[\"comment/5546\",[]],[\"name/5547\",[66,43.198]],[\"comment/5547\",[]],[\"name/5548\",[67,46.626]],[\"comment/5548\",[]],[\"name/5549\",[68,46.626]],[\"comment/5549\",[]],[\"name/5550\",[69,47.074]],[\"comment/5550\",[]],[\"name/5551\",[70,46.922]],[\"comment/5551\",[]],[\"name/5552\",[71,46.922]],[\"comment/5552\",[]],[\"name/5553\",[72,47.074]],[\"comment/5553\",[]],[\"name/5554\",[73,47.074]],[\"comment/5554\",[]],[\"name/5555\",[74,47.074]],[\"comment/5555\",[]],[\"name/5556\",[75,46.922]],[\"comment/5556\",[]],[\"name/5557\",[76,46.773]],[\"comment/5557\",[]],[\"name/5558\",[77,46.773]],[\"comment/5558\",[]],[\"name/5559\",[1216,84.848]],[\"comment/5559\",[]],[\"name/5560\",[1217,84.848]],[\"comment/5560\",[]],[\"name/5561\",[1218,84.848]],[\"comment/5561\",[]],[\"name/5562\",[1219,84.848]],[\"comment/5562\",[]],[\"name/5563\",[1220,79.739]],[\"comment/5563\",[]],[\"name/5564\",[684,64.475]],[\"comment/5564\",[]],[\"name/5565\",[750,76.373]],[\"comment/5565\",[]],[\"name/5566\",[751,71.852]],[\"comment/5566\",[]],[\"name/5567\",[752,71.852]],[\"comment/5567\",[]],[\"name/5568\",[122,58.692]],[\"comment/5568\",[]],[\"name/5569\",[118,57.761]],[\"comment/5569\",[]],[\"name/5570\",[753,76.373]],[\"comment/5570\",[]],[\"name/5571\",[369,66.385]],[\"comment/5571\",[]],[\"name/5572\",[110,57.326]],[\"comment/5572\",[]],[\"name/5573\",[416,63.641]],[\"comment/5573\",[]],[\"name/5574\",[0,59.719]],[\"comment/5574\",[]],[\"name/5575\",[415,64.475]],[\"comment/5575\",[]],[\"name/5576\",[17,57.761]],[\"comment/5576\",[]],[\"name/5577\",[754,70.181]],[\"comment/5577\",[]],[\"name/5578\",[755,70.181]],[\"comment/5578\",[]],[\"name/5579\",[499,73.859]],[\"comment/5579\",[]],[\"name/5580\",[9,46.197]],[\"comment/5580\",[]],[\"name/5581\",[104,60.275]],[\"comment/5581\",[]],[\"name/5582\",[15,46.922]],[\"comment/5582\",[]],[\"name/5583\",[16,44.063]],[\"comment/5583\",[]],[\"name/5584\",[794,79.739]],[\"comment/5584\",[]],[\"name/5585\",[795,79.739]],[\"comment/5585\",[]],[\"name/5586\",[171,57.326]],[\"comment/5586\",[]],[\"name/5587\",[796,79.739]],[\"comment/5587\",[]],[\"name/5588\",[149,60.275]],[\"comment/5588\",[]],[\"name/5589\",[696,70.181]],[\"comment/5589\",[]],[\"name/5590\",[797,79.739]],[\"comment/5590\",[]],[\"name/5591\",[129,54.083]],[\"comment/5591\",[]],[\"name/5592\",[798,79.739]],[\"comment/5592\",[]],[\"name/5593\",[157,60.275]],[\"comment/5593\",[]],[\"name/5594\",[1,44.292]],[\"comment/5594\",[]],[\"name/5595\",[158,56.91]],[\"comment/5595\",[]],[\"name/5596\",[159,56.91]],[\"comment/5596\",[]],[\"name/5597\",[136,60.275]],[\"comment/5597\",[]],[\"name/5598\",[108,56.509]],[\"comment/5598\",[]],[\"name/5599\",[694,70.181]],[\"comment/5599\",[]],[\"name/5600\",[799,79.739]],[\"comment/5600\",[]],[\"name/5601\",[166,60.275]],[\"comment/5601\",[]],[\"name/5602\",[1,44.292]],[\"comment/5602\",[]],[\"name/5603\",[698,68.75]],[\"comment/5603\",[]],[\"name/5604\",[699,68.75]],[\"comment/5604\",[]],[\"name/5605\",[789,73.859]],[\"comment/5605\",[]],[\"name/5606\",[748,70.181]],[\"comment/5606\",[]],[\"name/5607\",[800,79.739]],[\"comment/5607\",[]],[\"name/5608\",[801,79.739]],[\"comment/5608\",[]],[\"name/5609\",[25,44.645]],[\"comment/5609\",[]],[\"name/5610\",[684,64.475]],[\"comment/5610\",[]],[\"name/5611\",[443,63.641]],[\"comment/5611\",[]],[\"name/5612\",[685,70.181]],[\"comment/5612\",[]],[\"name/5613\",[686,70.181]],[\"comment/5613\",[]],[\"name/5614\",[687,70.181]],[\"comment/5614\",[]],[\"name/5615\",[688,70.181]],[\"comment/5615\",[]],[\"name/5616\",[689,70.181]],[\"comment/5616\",[]],[\"name/5617\",[690,70.181]],[\"comment/5617\",[]],[\"name/5618\",[691,70.181]],[\"comment/5618\",[]],[\"name/5619\",[217,68.75]],[\"comment/5619\",[]],[\"name/5620\",[692,70.181]],[\"comment/5620\",[]],[\"name/5621\",[165,59.719]],[\"comment/5621\",[]],[\"name/5622\",[693,70.181]],[\"comment/5622\",[]],[\"name/5623\",[695,70.181]],[\"comment/5623\",[]],[\"name/5624\",[697,70.181]],[\"comment/5624\",[]],[\"name/5625\",[142,59.193]],[\"comment/5625\",[]],[\"name/5626\",[700,67.498]],[\"comment/5626\",[]],[\"name/5627\",[701,70.181]],[\"comment/5627\",[]],[\"name/5628\",[187,56.91]],[\"comment/5628\",[]],[\"name/5629\",[702,70.181]],[\"comment/5629\",[]],[\"name/5630\",[109,59.719]],[\"comment/5630\",[]],[\"name/5631\",[110,57.326]],[\"comment/5631\",[]],[\"name/5632\",[111,59.719]],[\"comment/5632\",[]],[\"name/5633\",[18,52.922]],[\"comment/5633\",[]],[\"name/5634\",[1,44.292]],[\"comment/5634\",[]],[\"name/5635\",[112,60.275]],[\"comment/5635\",[]],[\"name/5636\",[25,44.645]],[\"comment/5636\",[]],[\"name/5637\",[113,60.275]],[\"comment/5637\",[]],[\"name/5638\",[114,60.275]],[\"comment/5638\",[]],[\"name/5639\",[115,57.326]],[\"comment/5639\",[]],[\"name/5640\",[116,60.275]],[\"comment/5640\",[]],[\"name/5641\",[117,60.275]],[\"comment/5641\",[]],[\"name/5642\",[118,57.761]],[\"comment/5642\",[]],[\"name/5643\",[119,60.275]],[\"comment/5643\",[]],[\"name/5644\",[120,60.275]],[\"comment/5644\",[]],[\"name/5645\",[121,56.91]],[\"comment/5645\",[]],[\"name/5646\",[66,43.198]],[\"comment/5646\",[]],[\"name/5647\",[122,58.692]],[\"comment/5647\",[]],[\"name/5648\",[123,60.275]],[\"comment/5648\",[]],[\"name/5649\",[124,60.275]],[\"comment/5649\",[]],[\"name/5650\",[125,59.719]],[\"comment/5650\",[]],[\"name/5651\",[126,60.275]],[\"comment/5651\",[]],[\"name/5652\",[127,54.396]],[\"comment/5652\",[]],[\"name/5653\",[128,54.396]],[\"comment/5653\",[]],[\"name/5654\",[130,60.275]],[\"comment/5654\",[]],[\"name/5655\",[131,60.275]],[\"comment/5655\",[]],[\"name/5656\",[132,60.275]],[\"comment/5656\",[]],[\"name/5657\",[133,60.275]],[\"comment/5657\",[]],[\"name/5658\",[134,59.719]],[\"comment/5658\",[]],[\"name/5659\",[135,60.275]],[\"comment/5659\",[]],[\"name/5660\",[137,59.719]],[\"comment/5660\",[]],[\"name/5661\",[138,60.275]],[\"comment/5661\",[]],[\"name/5662\",[139,60.275]],[\"comment/5662\",[]],[\"name/5663\",[140,60.275]],[\"comment/5663\",[]],[\"name/5664\",[141,60.275]],[\"comment/5664\",[]],[\"name/5665\",[143,59.719]],[\"comment/5665\",[]],[\"name/5666\",[144,59.719]],[\"comment/5666\",[]],[\"name/5667\",[145,59.719]],[\"comment/5667\",[]],[\"name/5668\",[146,59.719]],[\"comment/5668\",[]],[\"name/5669\",[147,60.275]],[\"comment/5669\",[]],[\"name/5670\",[148,60.275]],[\"comment/5670\",[]],[\"name/5671\",[150,60.275]],[\"comment/5671\",[]],[\"name/5672\",[151,60.275]],[\"comment/5672\",[]],[\"name/5673\",[152,60.275]],[\"comment/5673\",[]],[\"name/5674\",[153,60.275]],[\"comment/5674\",[]],[\"name/5675\",[154,60.275]],[\"comment/5675\",[]],[\"name/5676\",[155,58.216]],[\"comment/5676\",[]],[\"name/5677\",[156,60.275]],[\"comment/5677\",[]],[\"name/5678\",[160,60.275]],[\"comment/5678\",[]],[\"name/5679\",[161,60.275]],[\"comment/5679\",[]],[\"name/5680\",[162,60.275]],[\"comment/5680\",[]],[\"name/5681\",[163,56.91]],[\"comment/5681\",[]],[\"name/5682\",[164,59.719]],[\"comment/5682\",[]],[\"name/5683\",[167,60.275]],[\"comment/5683\",[]],[\"name/5684\",[168,60.275]],[\"comment/5684\",[]],[\"name/5685\",[169,60.275]],[\"comment/5685\",[]],[\"name/5686\",[170,60.275]],[\"comment/5686\",[]],[\"name/5687\",[172,59.719]],[\"comment/5687\",[]],[\"name/5688\",[173,59.719]],[\"comment/5688\",[]],[\"name/5689\",[26,50.5]],[\"comment/5689\",[]],[\"name/5690\",[22,49.479]],[\"comment/5690\",[]],[\"name/5691\",[41,52.652]],[\"comment/5691\",[]],[\"name/5692\",[42,52.652]],[\"comment/5692\",[]],[\"name/5693\",[174,53.78]],[\"comment/5693\",[]],[\"name/5694\",[175,59.193]],[\"comment/5694\",[]],[\"name/5695\",[176,59.719]],[\"comment/5695\",[]],[\"name/5696\",[177,59.719]],[\"comment/5696\",[]],[\"name/5697\",[178,59.719]],[\"comment/5697\",[]],[\"name/5698\",[179,59.719]],[\"comment/5698\",[]],[\"name/5699\",[180,59.719]],[\"comment/5699\",[]],[\"name/5700\",[181,59.719]],[\"comment/5700\",[]],[\"name/5701\",[182,59.719]],[\"comment/5701\",[]],[\"name/5702\",[183,59.719]],[\"comment/5702\",[]],[\"name/5703\",[107,59.719]],[\"comment/5703\",[]],[\"name/5704\",[184,58.216]],[\"comment/5704\",[]],[\"name/5705\",[185,59.719]],[\"comment/5705\",[]],[\"name/5706\",[186,59.719]],[\"comment/5706\",[]],[\"name/5707\",[188,59.193]],[\"comment/5707\",[]],[\"name/5708\",[189,59.719]],[\"comment/5708\",[]],[\"name/5709\",[190,59.719]],[\"comment/5709\",[]],[\"name/5710\",[191,59.719]],[\"comment/5710\",[]],[\"name/5711\",[192,59.719]],[\"comment/5711\",[]],[\"name/5712\",[193,59.719]],[\"comment/5712\",[]],[\"name/5713\",[34,53.486]],[\"comment/5713\",[]],[\"name/5714\",[32,53.486]],[\"comment/5714\",[]],[\"name/5715\",[33,53.486]],[\"comment/5715\",[]],[\"name/5716\",[44,47.074]],[\"comment/5716\",[]],[\"name/5717\",[45,47.074]],[\"comment/5717\",[]],[\"name/5718\",[46,47.074]],[\"comment/5718\",[]],[\"name/5719\",[47,47.074]],[\"comment/5719\",[]],[\"name/5720\",[48,47.074]],[\"comment/5720\",[]],[\"name/5721\",[49,47.074]],[\"comment/5721\",[]],[\"name/5722\",[50,47.074]],[\"comment/5722\",[]],[\"name/5723\",[51,47.074]],[\"comment/5723\",[]],[\"name/5724\",[52,47.074]],[\"comment/5724\",[]],[\"name/5725\",[53,47.074]],[\"comment/5725\",[]],[\"name/5726\",[54,47.074]],[\"comment/5726\",[]],[\"name/5727\",[55,47.074]],[\"comment/5727\",[]],[\"name/5728\",[56,47.074]],[\"comment/5728\",[]],[\"name/5729\",[57,47.074]],[\"comment/5729\",[]],[\"name/5730\",[58,47.074]],[\"comment/5730\",[]],[\"name/5731\",[59,47.074]],[\"comment/5731\",[]],[\"name/5732\",[60,47.074]],[\"comment/5732\",[]],[\"name/5733\",[61,47.074]],[\"comment/5733\",[]],[\"name/5734\",[62,47.074]],[\"comment/5734\",[]],[\"name/5735\",[63,46.773]],[\"comment/5735\",[]],[\"name/5736\",[64,46.773]],[\"comment/5736\",[]],[\"name/5737\",[65,47.074]],[\"comment/5737\",[]],[\"name/5738\",[66,43.198]],[\"comment/5738\",[]],[\"name/5739\",[67,46.626]],[\"comment/5739\",[]],[\"name/5740\",[68,46.626]],[\"comment/5740\",[]],[\"name/5741\",[69,47.074]],[\"comment/5741\",[]],[\"name/5742\",[70,46.922]],[\"comment/5742\",[]],[\"name/5743\",[71,46.922]],[\"comment/5743\",[]],[\"name/5744\",[72,47.074]],[\"comment/5744\",[]],[\"name/5745\",[73,47.074]],[\"comment/5745\",[]],[\"name/5746\",[74,47.074]],[\"comment/5746\",[]],[\"name/5747\",[75,46.922]],[\"comment/5747\",[]],[\"name/5748\",[76,46.773]],[\"comment/5748\",[]],[\"name/5749\",[77,46.773]],[\"comment/5749\",[]],[\"name/5750\",[540,76.373]],[\"comment/5750\",[]],[\"name/5751\",[9,46.197]],[\"comment/5751\",[]],[\"name/5752\",[15,46.922]],[\"comment/5752\",[]],[\"name/5753\",[1221,84.848]],[\"comment/5753\",[]],[\"name/5754\",[1222,84.848]],[\"comment/5754\",[]],[\"name/5755\",[1223,84.848]],[\"comment/5755\",[]],[\"name/5756\",[1224,84.848]],[\"comment/5756\",[]],[\"name/5757\",[1225,79.739]],[\"comment/5757\",[]],[\"name/5758\",[1226,79.739]],[\"comment/5758\",[]],[\"name/5759\",[16,44.063]],[\"comment/5759\",[]],[\"name/5760\",[1140,76.373]],[\"comment/5760\",[]],[\"name/5761\",[18,52.922]],[\"comment/5761\",[]],[\"name/5762\",[1,44.292]],[\"comment/5762\",[]],[\"name/5763\",[1133,76.373]],[\"comment/5763\",[]],[\"name/5764\",[1134,76.373]],[\"comment/5764\",[]],[\"name/5765\",[1135,76.373]],[\"comment/5765\",[]],[\"name/5766\",[1136,76.373]],[\"comment/5766\",[]],[\"name/5767\",[1137,76.373]],[\"comment/5767\",[]],[\"name/5768\",[1138,76.373]],[\"comment/5768\",[]],[\"name/5769\",[115,57.326]],[\"comment/5769\",[]],[\"name/5770\",[1139,73.859]],[\"comment/5770\",[]],[\"name/5771\",[397,70.181]],[\"comment/5771\",[]],[\"name/5772\",[398,73.859]],[\"comment/5772\",[]],[\"name/5773\",[1141,76.373]],[\"comment/5773\",[]],[\"name/5774\",[216,71.852]],[\"comment/5774\",[]],[\"name/5775\",[25,44.645]],[\"comment/5775\",[]],[\"name/5776\",[44,47.074]],[\"comment/5776\",[]],[\"name/5777\",[45,47.074]],[\"comment/5777\",[]],[\"name/5778\",[46,47.074]],[\"comment/5778\",[]],[\"name/5779\",[47,47.074]],[\"comment/5779\",[]],[\"name/5780\",[48,47.074]],[\"comment/5780\",[]],[\"name/5781\",[49,47.074]],[\"comment/5781\",[]],[\"name/5782\",[50,47.074]],[\"comment/5782\",[]],[\"name/5783\",[51,47.074]],[\"comment/5783\",[]],[\"name/5784\",[52,47.074]],[\"comment/5784\",[]],[\"name/5785\",[53,47.074]],[\"comment/5785\",[]],[\"name/5786\",[54,47.074]],[\"comment/5786\",[]],[\"name/5787\",[55,47.074]],[\"comment/5787\",[]],[\"name/5788\",[56,47.074]],[\"comment/5788\",[]],[\"name/5789\",[57,47.074]],[\"comment/5789\",[]],[\"name/5790\",[58,47.074]],[\"comment/5790\",[]],[\"name/5791\",[59,47.074]],[\"comment/5791\",[]],[\"name/5792\",[60,47.074]],[\"comment/5792\",[]],[\"name/5793\",[61,47.074]],[\"comment/5793\",[]],[\"name/5794\",[62,47.074]],[\"comment/5794\",[]],[\"name/5795\",[63,46.773]],[\"comment/5795\",[]],[\"name/5796\",[64,46.773]],[\"comment/5796\",[]],[\"name/5797\",[65,47.074]],[\"comment/5797\",[]],[\"name/5798\",[66,43.198]],[\"comment/5798\",[]],[\"name/5799\",[67,46.626]],[\"comment/5799\",[]],[\"name/5800\",[68,46.626]],[\"comment/5800\",[]],[\"name/5801\",[69,47.074]],[\"comment/5801\",[]],[\"name/5802\",[70,46.922]],[\"comment/5802\",[]],[\"name/5803\",[71,46.922]],[\"comment/5803\",[]],[\"name/5804\",[72,47.074]],[\"comment/5804\",[]],[\"name/5805\",[73,47.074]],[\"comment/5805\",[]],[\"name/5806\",[74,47.074]],[\"comment/5806\",[]],[\"name/5807\",[75,46.922]],[\"comment/5807\",[]],[\"name/5808\",[76,46.773]],[\"comment/5808\",[]],[\"name/5809\",[77,46.773]],[\"comment/5809\",[]],[\"name/5810\",[491,73.859]],[\"comment/5810\",[]],[\"name/5811\",[9,46.197]],[\"comment/5811\",[]],[\"name/5812\",[15,46.922]],[\"comment/5812\",[]],[\"name/5813\",[997,79.739]],[\"comment/5813\",[]],[\"name/5814\",[998,76.373]],[\"comment/5814\",[]],[\"name/5815\",[999,79.739]],[\"comment/5815\",[]],[\"name/5816\",[16,44.063]],[\"comment/5816\",[]],[\"name/5817\",[1027,79.739]],[\"comment/5817\",[]],[\"name/5818\",[1227,84.848]],[\"comment/5818\",[]],[\"name/5819\",[440,70.181]],[\"comment/5819\",[]],[\"name/5820\",[1000,79.739]],[\"comment/5820\",[]],[\"name/5821\",[1001,79.739]],[\"comment/5821\",[]],[\"name/5822\",[483,73.859]],[\"comment/5822\",[]],[\"name/5823\",[1002,79.739]],[\"comment/5823\",[]],[\"name/5824\",[1003,79.739]],[\"comment/5824\",[]],[\"name/5825\",[1004,79.739]],[\"comment/5825\",[]],[\"name/5826\",[1005,79.739]],[\"comment/5826\",[]],[\"name/5827\",[1006,79.739]],[\"comment/5827\",[]],[\"name/5828\",[1007,79.739]],[\"comment/5828\",[]],[\"name/5829\",[174,53.78]],[\"comment/5829\",[]],[\"name/5830\",[1008,79.739]],[\"comment/5830\",[]],[\"name/5831\",[1009,79.739]],[\"comment/5831\",[]],[\"name/5832\",[250,71.852]],[\"comment/5832\",[]],[\"name/5833\",[246,71.852]],[\"comment/5833\",[]],[\"name/5834\",[1010,79.739]],[\"comment/5834\",[]],[\"name/5835\",[1011,79.739]],[\"comment/5835\",[]],[\"name/5836\",[249,60.864]],[\"comment/5836\",[]],[\"name/5837\",[26,50.5]],[\"comment/5837\",[]],[\"name/5838\",[22,49.479]],[\"comment/5838\",[]],[\"name/5839\",[48,47.074]],[\"comment/5839\",[]],[\"name/5840\",[1012,79.739]],[\"comment/5840\",[]],[\"name/5841\",[1013,79.739]],[\"comment/5841\",[]],[\"name/5842\",[1014,79.739]],[\"comment/5842\",[]],[\"name/5843\",[1015,79.739]],[\"comment/5843\",[]],[\"name/5844\",[1016,79.739]],[\"comment/5844\",[]],[\"name/5845\",[1017,79.739]],[\"comment/5845\",[]],[\"name/5846\",[1018,76.373]],[\"comment/5846\",[]],[\"name/5847\",[1019,71.852]],[\"comment/5847\",[]],[\"name/5848\",[1020,76.373]],[\"comment/5848\",[]],[\"name/5849\",[1021,79.739]],[\"comment/5849\",[]],[\"name/5850\",[62,47.074]],[\"comment/5850\",[]],[\"name/5851\",[1022,79.739]],[\"comment/5851\",[]],[\"name/5852\",[1023,79.739]],[\"comment/5852\",[]],[\"name/5853\",[1024,79.739]],[\"comment/5853\",[]],[\"name/5854\",[1025,79.739]],[\"comment/5854\",[]],[\"name/5855\",[142,59.193]],[\"comment/5855\",[]],[\"name/5856\",[700,67.498]],[\"comment/5856\",[]],[\"name/5857\",[1026,79.739]],[\"comment/5857\",[]],[\"name/5858\",[155,58.216]],[\"comment/5858\",[]],[\"name/5859\",[1028,79.739]],[\"comment/5859\",[]],[\"name/5860\",[1029,79.739]],[\"comment/5860\",[]],[\"name/5861\",[1030,79.739]],[\"comment/5861\",[]],[\"name/5862\",[1031,79.739]],[\"comment/5862\",[]],[\"name/5863\",[379,76.373]],[\"comment/5863\",[]],[\"name/5864\",[1032,79.739]],[\"comment/5864\",[]],[\"name/5865\",[1033,79.739]],[\"comment/5865\",[]],[\"name/5866\",[1034,79.739]],[\"comment/5866\",[]],[\"name/5867\",[1035,79.739]],[\"comment/5867\",[]],[\"name/5868\",[1036,79.739]],[\"comment/5868\",[]],[\"name/5869\",[1037,79.739]],[\"comment/5869\",[]],[\"name/5870\",[1038,79.739]],[\"comment/5870\",[]],[\"name/5871\",[1039,79.739]],[\"comment/5871\",[]],[\"name/5872\",[1040,79.739]],[\"comment/5872\",[]],[\"name/5873\",[1041,79.739]],[\"comment/5873\",[]],[\"name/5874\",[1042,79.739]],[\"comment/5874\",[]],[\"name/5875\",[1043,79.739]],[\"comment/5875\",[]],[\"name/5876\",[184,58.216]],[\"comment/5876\",[]],[\"name/5877\",[1044,79.739]],[\"comment/5877\",[]],[\"name/5878\",[10,58.216]],[\"comment/5878\",[]],[\"name/5879\",[25,44.645]],[\"comment/5879\",[]],[\"name/5880\",[1045,79.739]],[\"comment/5880\",[]],[\"name/5881\",[1046,79.739]],[\"comment/5881\",[]],[\"name/5882\",[1047,79.739]],[\"comment/5882\",[]],[\"name/5883\",[1048,79.739]],[\"comment/5883\",[]],[\"name/5884\",[44,47.074]],[\"comment/5884\",[]],[\"name/5885\",[45,47.074]],[\"comment/5885\",[]],[\"name/5886\",[46,47.074]],[\"comment/5886\",[]],[\"name/5887\",[47,47.074]],[\"comment/5887\",[]],[\"name/5888\",[49,47.074]],[\"comment/5888\",[]],[\"name/5889\",[50,47.074]],[\"comment/5889\",[]],[\"name/5890\",[51,47.074]],[\"comment/5890\",[]],[\"name/5891\",[52,47.074]],[\"comment/5891\",[]],[\"name/5892\",[53,47.074]],[\"comment/5892\",[]],[\"name/5893\",[54,47.074]],[\"comment/5893\",[]],[\"name/5894\",[55,47.074]],[\"comment/5894\",[]],[\"name/5895\",[56,47.074]],[\"comment/5895\",[]],[\"name/5896\",[57,47.074]],[\"comment/5896\",[]],[\"name/5897\",[58,47.074]],[\"comment/5897\",[]],[\"name/5898\",[59,47.074]],[\"comment/5898\",[]],[\"name/5899\",[60,47.074]],[\"comment/5899\",[]],[\"name/5900\",[61,47.074]],[\"comment/5900\",[]],[\"name/5901\",[63,46.773]],[\"comment/5901\",[]],[\"name/5902\",[64,46.773]],[\"comment/5902\",[]],[\"name/5903\",[65,47.074]],[\"comment/5903\",[]],[\"name/5904\",[66,43.198]],[\"comment/5904\",[]],[\"name/5905\",[67,46.626]],[\"comment/5905\",[]],[\"name/5906\",[68,46.626]],[\"comment/5906\",[]],[\"name/5907\",[69,47.074]],[\"comment/5907\",[]],[\"name/5908\",[70,46.922]],[\"comment/5908\",[]],[\"name/5909\",[71,46.922]],[\"comment/5909\",[]],[\"name/5910\",[72,47.074]],[\"comment/5910\",[]],[\"name/5911\",[73,47.074]],[\"comment/5911\",[]],[\"name/5912\",[74,47.074]],[\"comment/5912\",[]],[\"name/5913\",[75,46.922]],[\"comment/5913\",[]],[\"name/5914\",[76,46.773]],[\"comment/5914\",[]],[\"name/5915\",[77,46.773]],[\"comment/5915\",[]],[\"name/5916\",[541,76.373]],[\"comment/5916\",[]],[\"name/5917\",[9,46.197]],[\"comment/5917\",[]],[\"name/5918\",[1225,79.739]],[\"comment/5918\",[]],[\"name/5919\",[1226,79.739]],[\"comment/5919\",[]],[\"name/5920\",[15,46.922]],[\"comment/5920\",[]],[\"name/5921\",[16,44.063]],[\"comment/5921\",[]],[\"name/5922\",[18,52.922]],[\"comment/5922\",[]],[\"name/5923\",[1,44.292]],[\"comment/5923\",[]],[\"name/5924\",[1133,76.373]],[\"comment/5924\",[]],[\"name/5925\",[1134,76.373]],[\"comment/5925\",[]],[\"name/5926\",[1135,76.373]],[\"comment/5926\",[]],[\"name/5927\",[1136,76.373]],[\"comment/5927\",[]],[\"name/5928\",[1137,76.373]],[\"comment/5928\",[]],[\"name/5929\",[1138,76.373]],[\"comment/5929\",[]],[\"name/5930\",[115,57.326]],[\"comment/5930\",[]],[\"name/5931\",[1139,73.859]],[\"comment/5931\",[]],[\"name/5932\",[397,70.181]],[\"comment/5932\",[]],[\"name/5933\",[398,73.859]],[\"comment/5933\",[]],[\"name/5934\",[1140,76.373]],[\"comment/5934\",[]],[\"name/5935\",[1141,76.373]],[\"comment/5935\",[]],[\"name/5936\",[216,71.852]],[\"comment/5936\",[]],[\"name/5937\",[25,44.645]],[\"comment/5937\",[]],[\"name/5938\",[44,47.074]],[\"comment/5938\",[]],[\"name/5939\",[45,47.074]],[\"comment/5939\",[]],[\"name/5940\",[46,47.074]],[\"comment/5940\",[]],[\"name/5941\",[47,47.074]],[\"comment/5941\",[]],[\"name/5942\",[48,47.074]],[\"comment/5942\",[]],[\"name/5943\",[49,47.074]],[\"comment/5943\",[]],[\"name/5944\",[50,47.074]],[\"comment/5944\",[]],[\"name/5945\",[51,47.074]],[\"comment/5945\",[]],[\"name/5946\",[52,47.074]],[\"comment/5946\",[]],[\"name/5947\",[53,47.074]],[\"comment/5947\",[]],[\"name/5948\",[54,47.074]],[\"comment/5948\",[]],[\"name/5949\",[55,47.074]],[\"comment/5949\",[]],[\"name/5950\",[56,47.074]],[\"comment/5950\",[]],[\"name/5951\",[57,47.074]],[\"comment/5951\",[]],[\"name/5952\",[58,47.074]],[\"comment/5952\",[]],[\"name/5953\",[59,47.074]],[\"comment/5953\",[]],[\"name/5954\",[60,47.074]],[\"comment/5954\",[]],[\"name/5955\",[61,47.074]],[\"comment/5955\",[]],[\"name/5956\",[62,47.074]],[\"comment/5956\",[]],[\"name/5957\",[63,46.773]],[\"comment/5957\",[]],[\"name/5958\",[64,46.773]],[\"comment/5958\",[]],[\"name/5959\",[65,47.074]],[\"comment/5959\",[]],[\"name/5960\",[66,43.198]],[\"comment/5960\",[]],[\"name/5961\",[67,46.626]],[\"comment/5961\",[]],[\"name/5962\",[68,46.626]],[\"comment/5962\",[]],[\"name/5963\",[69,47.074]],[\"comment/5963\",[]],[\"name/5964\",[70,46.922]],[\"comment/5964\",[]],[\"name/5965\",[71,46.922]],[\"comment/5965\",[]],[\"name/5966\",[72,47.074]],[\"comment/5966\",[]],[\"name/5967\",[73,47.074]],[\"comment/5967\",[]],[\"name/5968\",[74,47.074]],[\"comment/5968\",[]],[\"name/5969\",[75,46.922]],[\"comment/5969\",[]],[\"name/5970\",[76,46.773]],[\"comment/5970\",[]],[\"name/5971\",[77,46.773]],[\"comment/5971\",[]],[\"name/5972\",[1228,84.848]],[\"comment/5972\",[]],[\"name/5973\",[1229,79.739]],[\"comment/5973\",[]],[\"name/5974\",[1230,79.739]],[\"comment/5974\",[]],[\"name/5975\",[229,68.75]],[\"comment/5975\",[]],[\"name/5976\",[330,76.373]],[\"comment/5976\",[]],[\"name/5977\",[13,54.083]],[\"comment/5977\",[]],[\"name/5978\",[554,79.739]],[\"comment/5978\",[]],[\"name/5979\",[84,71.852]],[\"comment/5979\",[]],[\"name/5980\",[85,71.852]],[\"comment/5980\",[]],[\"name/5981\",[514,73.859]],[\"comment/5981\",[]],[\"name/5982\",[8,57.326]],[\"comment/5982\",[]],[\"name/5983\",[9,46.197]],[\"comment/5983\",[]],[\"name/5984\",[15,46.922]],[\"comment/5984\",[]],[\"name/5985\",[13,54.083]],[\"comment/5985\",[]],[\"name/5986\",[14,59.719]],[\"comment/5986\",[]],[\"name/5987\",[1220,79.739]],[\"comment/5987\",[]],[\"name/5988\",[1231,84.848]],[\"comment/5988\",[]],[\"name/5989\",[16,44.063]],[\"comment/5989\",[]],[\"name/5990\",[18,52.922]],[\"comment/5990\",[]],[\"name/5991\",[1,44.292]],[\"comment/5991\",[]],[\"name/5992\",[1232,84.848]],[\"comment/5992\",[]],[\"name/5993\",[950,76.373]],[\"comment/5993\",[]],[\"name/5994\",[234,76.373]],[\"comment/5994\",[]],[\"name/5995\",[1233,84.848]],[\"comment/5995\",[]],[\"name/5996\",[1234,84.848]],[\"comment/5996\",[]],[\"name/5997\",[1235,84.848]],[\"comment/5997\",[]],[\"name/5998\",[951,79.739]],[\"comment/5998\",[]],[\"name/5999\",[13,54.083]],[\"comment/5999\",[]],[\"name/6000\",[1229,79.739]],[\"comment/6000\",[]],[\"name/6001\",[1230,79.739]],[\"comment/6001\",[]],[\"name/6002\",[49,47.074]],[\"comment/6002\",[]],[\"name/6003\",[1172,79.739]],[\"comment/6003\",[]],[\"name/6004\",[385,67.498]],[\"comment/6004\",[]],[\"name/6005\",[25,44.645]],[\"comment/6005\",[]],[\"name/6006\",[44,47.074]],[\"comment/6006\",[]],[\"name/6007\",[45,47.074]],[\"comment/6007\",[]],[\"name/6008\",[46,47.074]],[\"comment/6008\",[]],[\"name/6009\",[47,47.074]],[\"comment/6009\",[]],[\"name/6010\",[48,47.074]],[\"comment/6010\",[]],[\"name/6011\",[50,47.074]],[\"comment/6011\",[]],[\"name/6012\",[51,47.074]],[\"comment/6012\",[]],[\"name/6013\",[52,47.074]],[\"comment/6013\",[]],[\"name/6014\",[53,47.074]],[\"comment/6014\",[]],[\"name/6015\",[54,47.074]],[\"comment/6015\",[]],[\"name/6016\",[55,47.074]],[\"comment/6016\",[]],[\"name/6017\",[56,47.074]],[\"comment/6017\",[]],[\"name/6018\",[57,47.074]],[\"comment/6018\",[]],[\"name/6019\",[58,47.074]],[\"comment/6019\",[]],[\"name/6020\",[59,47.074]],[\"comment/6020\",[]],[\"name/6021\",[60,47.074]],[\"comment/6021\",[]],[\"name/6022\",[61,47.074]],[\"comment/6022\",[]],[\"name/6023\",[62,47.074]],[\"comment/6023\",[]],[\"name/6024\",[63,46.773]],[\"comment/6024\",[]],[\"name/6025\",[64,46.773]],[\"comment/6025\",[]],[\"name/6026\",[65,47.074]],[\"comment/6026\",[]],[\"name/6027\",[66,43.198]],[\"comment/6027\",[]],[\"name/6028\",[67,46.626]],[\"comment/6028\",[]],[\"name/6029\",[68,46.626]],[\"comment/6029\",[]],[\"name/6030\",[69,47.074]],[\"comment/6030\",[]],[\"name/6031\",[70,46.922]],[\"comment/6031\",[]],[\"name/6032\",[71,46.922]],[\"comment/6032\",[]],[\"name/6033\",[72,47.074]],[\"comment/6033\",[]],[\"name/6034\",[73,47.074]],[\"comment/6034\",[]],[\"name/6035\",[74,47.074]],[\"comment/6035\",[]],[\"name/6036\",[75,46.922]],[\"comment/6036\",[]],[\"name/6037\",[76,46.773]],[\"comment/6037\",[]],[\"name/6038\",[77,46.773]],[\"comment/6038\",[]],[\"name/6039\",[503,73.859]],[\"comment/6039\",[]],[\"name/6040\",[8,57.326]],[\"comment/6040\",[]],[\"name/6041\",[9,46.197]],[\"comment/6041\",[]],[\"name/6042\",[323,66.385]],[\"comment/6042\",[]],[\"name/6043\",[104,60.275]],[\"comment/6043\",[]],[\"name/6044\",[15,46.922]],[\"comment/6044\",[]],[\"name/6045\",[16,44.063]],[\"comment/6045\",[]],[\"name/6046\",[385,67.498]],[\"comment/6046\",[]],[\"name/6047\",[108,56.509]],[\"comment/6047\",[]],[\"name/6048\",[25,44.645]],[\"comment/6048\",[]],[\"name/6049\",[109,59.719]],[\"comment/6049\",[]],[\"name/6050\",[110,57.326]],[\"comment/6050\",[]],[\"name/6051\",[111,59.719]],[\"comment/6051\",[]],[\"name/6052\",[18,52.922]],[\"comment/6052\",[]],[\"name/6053\",[1,44.292]],[\"comment/6053\",[]],[\"name/6054\",[112,60.275]],[\"comment/6054\",[]],[\"name/6055\",[25,44.645]],[\"comment/6055\",[]],[\"name/6056\",[113,60.275]],[\"comment/6056\",[]],[\"name/6057\",[114,60.275]],[\"comment/6057\",[]],[\"name/6058\",[115,57.326]],[\"comment/6058\",[]],[\"name/6059\",[116,60.275]],[\"comment/6059\",[]],[\"name/6060\",[117,60.275]],[\"comment/6060\",[]],[\"name/6061\",[118,57.761]],[\"comment/6061\",[]],[\"name/6062\",[119,60.275]],[\"comment/6062\",[]],[\"name/6063\",[120,60.275]],[\"comment/6063\",[]],[\"name/6064\",[121,56.91]],[\"comment/6064\",[]],[\"name/6065\",[66,43.198]],[\"comment/6065\",[]],[\"name/6066\",[122,58.692]],[\"comment/6066\",[]],[\"name/6067\",[123,60.275]],[\"comment/6067\",[]],[\"name/6068\",[124,60.275]],[\"comment/6068\",[]],[\"name/6069\",[125,59.719]],[\"comment/6069\",[]],[\"name/6070\",[126,60.275]],[\"comment/6070\",[]],[\"name/6071\",[127,54.396]],[\"comment/6071\",[]],[\"name/6072\",[128,54.396]],[\"comment/6072\",[]],[\"name/6073\",[129,54.083]],[\"comment/6073\",[]],[\"name/6074\",[130,60.275]],[\"comment/6074\",[]],[\"name/6075\",[131,60.275]],[\"comment/6075\",[]],[\"name/6076\",[132,60.275]],[\"comment/6076\",[]],[\"name/6077\",[133,60.275]],[\"comment/6077\",[]],[\"name/6078\",[134,59.719]],[\"comment/6078\",[]],[\"name/6079\",[135,60.275]],[\"comment/6079\",[]],[\"name/6080\",[136,60.275]],[\"comment/6080\",[]],[\"name/6081\",[137,59.719]],[\"comment/6081\",[]],[\"name/6082\",[138,60.275]],[\"comment/6082\",[]],[\"name/6083\",[139,60.275]],[\"comment/6083\",[]],[\"name/6084\",[140,60.275]],[\"comment/6084\",[]],[\"name/6085\",[141,60.275]],[\"comment/6085\",[]],[\"name/6086\",[142,59.193]],[\"comment/6086\",[]],[\"name/6087\",[143,59.719]],[\"comment/6087\",[]],[\"name/6088\",[144,59.719]],[\"comment/6088\",[]],[\"name/6089\",[145,59.719]],[\"comment/6089\",[]],[\"name/6090\",[146,59.719]],[\"comment/6090\",[]],[\"name/6091\",[147,60.275]],[\"comment/6091\",[]],[\"name/6092\",[148,60.275]],[\"comment/6092\",[]],[\"name/6093\",[149,60.275]],[\"comment/6093\",[]],[\"name/6094\",[150,60.275]],[\"comment/6094\",[]],[\"name/6095\",[151,60.275]],[\"comment/6095\",[]],[\"name/6096\",[152,60.275]],[\"comment/6096\",[]],[\"name/6097\",[153,60.275]],[\"comment/6097\",[]],[\"name/6098\",[154,60.275]],[\"comment/6098\",[]],[\"name/6099\",[155,58.216]],[\"comment/6099\",[]],[\"name/6100\",[156,60.275]],[\"comment/6100\",[]],[\"name/6101\",[157,60.275]],[\"comment/6101\",[]],[\"name/6102\",[1,44.292]],[\"comment/6102\",[]],[\"name/6103\",[158,56.91]],[\"comment/6103\",[]],[\"name/6104\",[159,56.91]],[\"comment/6104\",[]],[\"name/6105\",[160,60.275]],[\"comment/6105\",[]],[\"name/6106\",[161,60.275]],[\"comment/6106\",[]],[\"name/6107\",[162,60.275]],[\"comment/6107\",[]],[\"name/6108\",[163,56.91]],[\"comment/6108\",[]],[\"name/6109\",[164,59.719]],[\"comment/6109\",[]],[\"name/6110\",[165,59.719]],[\"comment/6110\",[]],[\"name/6111\",[166,60.275]],[\"comment/6111\",[]],[\"name/6112\",[167,60.275]],[\"comment/6112\",[]],[\"name/6113\",[168,60.275]],[\"comment/6113\",[]],[\"name/6114\",[169,60.275]],[\"comment/6114\",[]],[\"name/6115\",[170,60.275]],[\"comment/6115\",[]],[\"name/6116\",[171,57.326]],[\"comment/6116\",[]],[\"name/6117\",[172,59.719]],[\"comment/6117\",[]],[\"name/6118\",[173,59.719]],[\"comment/6118\",[]],[\"name/6119\",[26,50.5]],[\"comment/6119\",[]],[\"name/6120\",[22,49.479]],[\"comment/6120\",[]],[\"name/6121\",[41,52.652]],[\"comment/6121\",[]],[\"name/6122\",[42,52.652]],[\"comment/6122\",[]],[\"name/6123\",[174,53.78]],[\"comment/6123\",[]],[\"name/6124\",[175,59.193]],[\"comment/6124\",[]],[\"name/6125\",[176,59.719]],[\"comment/6125\",[]],[\"name/6126\",[177,59.719]],[\"comment/6126\",[]],[\"name/6127\",[178,59.719]],[\"comment/6127\",[]],[\"name/6128\",[179,59.719]],[\"comment/6128\",[]],[\"name/6129\",[180,59.719]],[\"comment/6129\",[]],[\"name/6130\",[181,59.719]],[\"comment/6130\",[]],[\"name/6131\",[182,59.719]],[\"comment/6131\",[]],[\"name/6132\",[183,59.719]],[\"comment/6132\",[]],[\"name/6133\",[107,59.719]],[\"comment/6133\",[]],[\"name/6134\",[184,58.216]],[\"comment/6134\",[]],[\"name/6135\",[185,59.719]],[\"comment/6135\",[]],[\"name/6136\",[186,59.719]],[\"comment/6136\",[]],[\"name/6137\",[187,56.91]],[\"comment/6137\",[]],[\"name/6138\",[188,59.193]],[\"comment/6138\",[]],[\"name/6139\",[189,59.719]],[\"comment/6139\",[]],[\"name/6140\",[190,59.719]],[\"comment/6140\",[]],[\"name/6141\",[191,59.719]],[\"comment/6141\",[]],[\"name/6142\",[192,59.719]],[\"comment/6142\",[]],[\"name/6143\",[193,59.719]],[\"comment/6143\",[]],[\"name/6144\",[34,53.486]],[\"comment/6144\",[]],[\"name/6145\",[32,53.486]],[\"comment/6145\",[]],[\"name/6146\",[33,53.486]],[\"comment/6146\",[]],[\"name/6147\",[44,47.074]],[\"comment/6147\",[]],[\"name/6148\",[45,47.074]],[\"comment/6148\",[]],[\"name/6149\",[46,47.074]],[\"comment/6149\",[]],[\"name/6150\",[47,47.074]],[\"comment/6150\",[]],[\"name/6151\",[48,47.074]],[\"comment/6151\",[]],[\"name/6152\",[49,47.074]],[\"comment/6152\",[]],[\"name/6153\",[50,47.074]],[\"comment/6153\",[]],[\"name/6154\",[51,47.074]],[\"comment/6154\",[]],[\"name/6155\",[52,47.074]],[\"comment/6155\",[]],[\"name/6156\",[53,47.074]],[\"comment/6156\",[]],[\"name/6157\",[54,47.074]],[\"comment/6157\",[]],[\"name/6158\",[55,47.074]],[\"comment/6158\",[]],[\"name/6159\",[56,47.074]],[\"comment/6159\",[]],[\"name/6160\",[57,47.074]],[\"comment/6160\",[]],[\"name/6161\",[58,47.074]],[\"comment/6161\",[]],[\"name/6162\",[59,47.074]],[\"comment/6162\",[]],[\"name/6163\",[60,47.074]],[\"comment/6163\",[]],[\"name/6164\",[61,47.074]],[\"comment/6164\",[]],[\"name/6165\",[62,47.074]],[\"comment/6165\",[]],[\"name/6166\",[63,46.773]],[\"comment/6166\",[]],[\"name/6167\",[64,46.773]],[\"comment/6167\",[]],[\"name/6168\",[65,47.074]],[\"comment/6168\",[]],[\"name/6169\",[66,43.198]],[\"comment/6169\",[]],[\"name/6170\",[67,46.626]],[\"comment/6170\",[]],[\"name/6171\",[68,46.626]],[\"comment/6171\",[]],[\"name/6172\",[69,47.074]],[\"comment/6172\",[]],[\"name/6173\",[70,46.922]],[\"comment/6173\",[]],[\"name/6174\",[71,46.922]],[\"comment/6174\",[]],[\"name/6175\",[72,47.074]],[\"comment/6175\",[]],[\"name/6176\",[73,47.074]],[\"comment/6176\",[]],[\"name/6177\",[74,47.074]],[\"comment/6177\",[]],[\"name/6178\",[75,46.922]],[\"comment/6178\",[]],[\"name/6179\",[76,46.773]],[\"comment/6179\",[]],[\"name/6180\",[77,46.773]],[\"comment/6180\",[]],[\"name/6181\",[1236,84.848]],[\"comment/6181\",[]],[\"name/6182\",[581,76.373]],[\"comment/6182\",[]],[\"name/6183\",[564,71.852]],[\"comment/6183\",[]],[\"name/6184\",[323,66.385]],[\"comment/6184\",[]],[\"name/6185\",[1237,84.848]],[\"comment/6185\",[]],[\"name/6186\",[1238,84.848]],[\"comment/6186\",[]],[\"name/6187\",[605,79.739]],[\"comment/6187\",[]],[\"name/6188\",[604,79.739]],[\"comment/6188\",[]],[\"name/6189\",[1239,84.848]],[\"comment/6189\",[]],[\"name/6190\",[316,73.859]],[\"comment/6190\",[]],[\"name/6191\",[317,73.859]],[\"comment/6191\",[]],[\"name/6192\",[1240,84.848]],[\"comment/6192\",[]],[\"name/6193\",[1241,84.848]],[\"comment/6193\",[]],[\"name/6194\",[1242,84.848]],[\"comment/6194\",[]],[\"name/6195\",[1243,84.848]],[\"comment/6195\",[]],[\"name/6196\",[259,65.384]],[\"comment/6196\",[]],[\"name/6197\",[542,79.739]],[\"comment/6197\",[]],[\"name/6198\",[8,57.326]],[\"comment/6198\",[]],[\"name/6199\",[1244,84.848]],[\"comment/6199\",[]],[\"name/6200\",[1193,79.739]],[\"comment/6200\",[]],[\"name/6201\",[1245,79.739]],[\"comment/6201\",[]],[\"name/6202\",[1246,84.848]],[\"comment/6202\",[]],[\"name/6203\",[1247,84.848]],[\"comment/6203\",[]],[\"name/6204\",[1248,84.848]],[\"comment/6204\",[]],[\"name/6205\",[1249,84.848]],[\"comment/6205\",[]],[\"name/6206\",[1250,84.848]],[\"comment/6206\",[]],[\"name/6207\",[1251,84.848]],[\"comment/6207\",[]],[\"name/6208\",[1252,84.848]],[\"comment/6208\",[]],[\"name/6209\",[1253,84.848]],[\"comment/6209\",[]],[\"name/6210\",[1254,84.848]],[\"comment/6210\",[]],[\"name/6211\",[1255,84.848]],[\"comment/6211\",[]],[\"name/6212\",[1256,84.848]],[\"comment/6212\",[]],[\"name/6213\",[71,46.922]],[\"comment/6213\",[]],[\"name/6214\",[75,46.922]],[\"comment/6214\",[]],[\"name/6215\",[627,79.739]],[\"comment/6215\",[]],[\"name/6216\",[555,76.373]],[\"comment/6216\",[]],[\"name/6217\",[79,67.498]],[\"comment/6217\",[]],[\"name/6218\",[80,70.181]],[\"comment/6218\",[]],[\"name/6219\",[81,67.498]],[\"comment/6219\",[]],[\"name/6220\",[1257,84.848]],[\"comment/6220\",[]],[\"name/6221\",[229,68.75]],[\"comment/6221\",[]],[\"name/6222\",[309,66.385]],[\"comment/6222\",[]],[\"name/6223\",[1258,84.848]],[\"comment/6223\",[]],[\"name/6224\",[1259,84.848]],[\"comment/6224\",[]],[\"name/6225\",[66,43.198]],[\"comment/6225\",[]],[\"name/6226\",[329,79.739]],[\"comment/6226\",[]],[\"name/6227\",[330,76.373]],[\"comment/6227\",[]],[\"name/6228\",[110,57.326]],[\"comment/6228\",[]],[\"name/6229\",[416,63.641]],[\"comment/6229\",[]],[\"name/6230\",[0,59.719]],[\"comment/6230\",[]],[\"name/6231\",[415,64.475]],[\"comment/6231\",[]],[\"name/6232\",[17,57.761]],[\"comment/6232\",[]],[\"name/6233\",[754,70.181]],[\"comment/6233\",[]],[\"name/6234\",[755,70.181]],[\"comment/6234\",[]],[\"name/6235\",[496,73.859]],[\"comment/6235\",[]],[\"name/6236\",[9,46.197]],[\"comment/6236\",[]],[\"name/6237\",[15,46.922]],[\"comment/6237\",[]],[\"name/6238\",[1260,84.848]],[\"comment/6238\",[]],[\"name/6239\",[323,66.385]],[\"comment/6239\",[]],[\"name/6240\",[104,60.275]],[\"comment/6240\",[]],[\"name/6241\",[16,44.063]],[\"comment/6241\",[]],[\"name/6242\",[94,79.739]],[\"comment/6242\",[]],[\"name/6243\",[385,67.498]],[\"comment/6243\",[]],[\"name/6244\",[901,76.373]],[\"comment/6244\",[]],[\"name/6245\",[239,79.739]],[\"comment/6245\",[]],[\"name/6246\",[108,56.509]],[\"comment/6246\",[]],[\"name/6247\",[25,44.645]],[\"comment/6247\",[]],[\"name/6248\",[109,59.719]],[\"comment/6248\",[]],[\"name/6249\",[110,57.326]],[\"comment/6249\",[]],[\"name/6250\",[111,59.719]],[\"comment/6250\",[]],[\"name/6251\",[18,52.922]],[\"comment/6251\",[]],[\"name/6252\",[1,44.292]],[\"comment/6252\",[]],[\"name/6253\",[112,60.275]],[\"comment/6253\",[]],[\"name/6254\",[25,44.645]],[\"comment/6254\",[]],[\"name/6255\",[113,60.275]],[\"comment/6255\",[]],[\"name/6256\",[114,60.275]],[\"comment/6256\",[]],[\"name/6257\",[115,57.326]],[\"comment/6257\",[]],[\"name/6258\",[116,60.275]],[\"comment/6258\",[]],[\"name/6259\",[117,60.275]],[\"comment/6259\",[]],[\"name/6260\",[118,57.761]],[\"comment/6260\",[]],[\"name/6261\",[119,60.275]],[\"comment/6261\",[]],[\"name/6262\",[120,60.275]],[\"comment/6262\",[]],[\"name/6263\",[121,56.91]],[\"comment/6263\",[]],[\"name/6264\",[66,43.198]],[\"comment/6264\",[]],[\"name/6265\",[122,58.692]],[\"comment/6265\",[]],[\"name/6266\",[123,60.275]],[\"comment/6266\",[]],[\"name/6267\",[124,60.275]],[\"comment/6267\",[]],[\"name/6268\",[125,59.719]],[\"comment/6268\",[]],[\"name/6269\",[126,60.275]],[\"comment/6269\",[]],[\"name/6270\",[127,54.396]],[\"comment/6270\",[]],[\"name/6271\",[128,54.396]],[\"comment/6271\",[]],[\"name/6272\",[129,54.083]],[\"comment/6272\",[]],[\"name/6273\",[130,60.275]],[\"comment/6273\",[]],[\"name/6274\",[131,60.275]],[\"comment/6274\",[]],[\"name/6275\",[132,60.275]],[\"comment/6275\",[]],[\"name/6276\",[133,60.275]],[\"comment/6276\",[]],[\"name/6277\",[134,59.719]],[\"comment/6277\",[]],[\"name/6278\",[135,60.275]],[\"comment/6278\",[]],[\"name/6279\",[136,60.275]],[\"comment/6279\",[]],[\"name/6280\",[137,59.719]],[\"comment/6280\",[]],[\"name/6281\",[138,60.275]],[\"comment/6281\",[]],[\"name/6282\",[139,60.275]],[\"comment/6282\",[]],[\"name/6283\",[140,60.275]],[\"comment/6283\",[]],[\"name/6284\",[141,60.275]],[\"comment/6284\",[]],[\"name/6285\",[142,59.193]],[\"comment/6285\",[]],[\"name/6286\",[143,59.719]],[\"comment/6286\",[]],[\"name/6287\",[144,59.719]],[\"comment/6287\",[]],[\"name/6288\",[145,59.719]],[\"comment/6288\",[]],[\"name/6289\",[146,59.719]],[\"comment/6289\",[]],[\"name/6290\",[147,60.275]],[\"comment/6290\",[]],[\"name/6291\",[148,60.275]],[\"comment/6291\",[]],[\"name/6292\",[149,60.275]],[\"comment/6292\",[]],[\"name/6293\",[150,60.275]],[\"comment/6293\",[]],[\"name/6294\",[151,60.275]],[\"comment/6294\",[]],[\"name/6295\",[152,60.275]],[\"comment/6295\",[]],[\"name/6296\",[153,60.275]],[\"comment/6296\",[]],[\"name/6297\",[154,60.275]],[\"comment/6297\",[]],[\"name/6298\",[155,58.216]],[\"comment/6298\",[]],[\"name/6299\",[156,60.275]],[\"comment/6299\",[]],[\"name/6300\",[157,60.275]],[\"comment/6300\",[]],[\"name/6301\",[1,44.292]],[\"comment/6301\",[]],[\"name/6302\",[158,56.91]],[\"comment/6302\",[]],[\"name/6303\",[159,56.91]],[\"comment/6303\",[]],[\"name/6304\",[160,60.275]],[\"comment/6304\",[]],[\"name/6305\",[161,60.275]],[\"comment/6305\",[]],[\"name/6306\",[162,60.275]],[\"comment/6306\",[]],[\"name/6307\",[163,56.91]],[\"comment/6307\",[]],[\"name/6308\",[164,59.719]],[\"comment/6308\",[]],[\"name/6309\",[165,59.719]],[\"comment/6309\",[]],[\"name/6310\",[166,60.275]],[\"comment/6310\",[]],[\"name/6311\",[167,60.275]],[\"comment/6311\",[]],[\"name/6312\",[168,60.275]],[\"comment/6312\",[]],[\"name/6313\",[169,60.275]],[\"comment/6313\",[]],[\"name/6314\",[170,60.275]],[\"comment/6314\",[]],[\"name/6315\",[171,57.326]],[\"comment/6315\",[]],[\"name/6316\",[172,59.719]],[\"comment/6316\",[]],[\"name/6317\",[173,59.719]],[\"comment/6317\",[]],[\"name/6318\",[26,50.5]],[\"comment/6318\",[]],[\"name/6319\",[22,49.479]],[\"comment/6319\",[]],[\"name/6320\",[41,52.652]],[\"comment/6320\",[]],[\"name/6321\",[42,52.652]],[\"comment/6321\",[]],[\"name/6322\",[174,53.78]],[\"comment/6322\",[]],[\"name/6323\",[175,59.193]],[\"comment/6323\",[]],[\"name/6324\",[176,59.719]],[\"comment/6324\",[]],[\"name/6325\",[177,59.719]],[\"comment/6325\",[]],[\"name/6326\",[178,59.719]],[\"comment/6326\",[]],[\"name/6327\",[179,59.719]],[\"comment/6327\",[]],[\"name/6328\",[180,59.719]],[\"comment/6328\",[]],[\"name/6329\",[181,59.719]],[\"comment/6329\",[]],[\"name/6330\",[182,59.719]],[\"comment/6330\",[]],[\"name/6331\",[183,59.719]],[\"comment/6331\",[]],[\"name/6332\",[107,59.719]],[\"comment/6332\",[]],[\"name/6333\",[184,58.216]],[\"comment/6333\",[]],[\"name/6334\",[185,59.719]],[\"comment/6334\",[]],[\"name/6335\",[186,59.719]],[\"comment/6335\",[]],[\"name/6336\",[187,56.91]],[\"comment/6336\",[]],[\"name/6337\",[188,59.193]],[\"comment/6337\",[]],[\"name/6338\",[189,59.719]],[\"comment/6338\",[]],[\"name/6339\",[190,59.719]],[\"comment/6339\",[]],[\"name/6340\",[191,59.719]],[\"comment/6340\",[]],[\"name/6341\",[192,59.719]],[\"comment/6341\",[]],[\"name/6342\",[193,59.719]],[\"comment/6342\",[]],[\"name/6343\",[34,53.486]],[\"comment/6343\",[]],[\"name/6344\",[32,53.486]],[\"comment/6344\",[]],[\"name/6345\",[33,53.486]],[\"comment/6345\",[]],[\"name/6346\",[44,47.074]],[\"comment/6346\",[]],[\"name/6347\",[45,47.074]],[\"comment/6347\",[]],[\"name/6348\",[46,47.074]],[\"comment/6348\",[]],[\"name/6349\",[47,47.074]],[\"comment/6349\",[]],[\"name/6350\",[48,47.074]],[\"comment/6350\",[]],[\"name/6351\",[49,47.074]],[\"comment/6351\",[]],[\"name/6352\",[50,47.074]],[\"comment/6352\",[]],[\"name/6353\",[51,47.074]],[\"comment/6353\",[]],[\"name/6354\",[52,47.074]],[\"comment/6354\",[]],[\"name/6355\",[53,47.074]],[\"comment/6355\",[]],[\"name/6356\",[54,47.074]],[\"comment/6356\",[]],[\"name/6357\",[55,47.074]],[\"comment/6357\",[]],[\"name/6358\",[56,47.074]],[\"comment/6358\",[]],[\"name/6359\",[57,47.074]],[\"comment/6359\",[]],[\"name/6360\",[58,47.074]],[\"comment/6360\",[]],[\"name/6361\",[59,47.074]],[\"comment/6361\",[]],[\"name/6362\",[60,47.074]],[\"comment/6362\",[]],[\"name/6363\",[61,47.074]],[\"comment/6363\",[]],[\"name/6364\",[62,47.074]],[\"comment/6364\",[]],[\"name/6365\",[63,46.773]],[\"comment/6365\",[]],[\"name/6366\",[64,46.773]],[\"comment/6366\",[]],[\"name/6367\",[65,47.074]],[\"comment/6367\",[]],[\"name/6368\",[66,43.198]],[\"comment/6368\",[]],[\"name/6369\",[67,46.626]],[\"comment/6369\",[]],[\"name/6370\",[68,46.626]],[\"comment/6370\",[]],[\"name/6371\",[69,47.074]],[\"comment/6371\",[]],[\"name/6372\",[70,46.922]],[\"comment/6372\",[]],[\"name/6373\",[71,46.922]],[\"comment/6373\",[]],[\"name/6374\",[72,47.074]],[\"comment/6374\",[]],[\"name/6375\",[73,47.074]],[\"comment/6375\",[]],[\"name/6376\",[74,47.074]],[\"comment/6376\",[]],[\"name/6377\",[75,46.922]],[\"comment/6377\",[]],[\"name/6378\",[76,46.773]],[\"comment/6378\",[]],[\"name/6379\",[77,46.773]],[\"comment/6379\",[]],[\"name/6380\",[1261,84.848]],[\"comment/6380\",[]],[\"name/6381\",[416,63.641]],[\"comment/6381\",[]],[\"name/6382\",[1262,79.739]],[\"comment/6382\",[]],[\"name/6383\",[1,44.292]],[\"comment/6383\",[]],[\"name/6384\",[79,67.498]],[\"comment/6384\",[]],[\"name/6385\",[81,67.498]],[\"comment/6385\",[]],[\"name/6386\",[1263,84.848]],[\"comment/6386\",[]],[\"name/6387\",[483,73.859]],[\"comment/6387\",[]],[\"name/6388\",[1,44.292]],[\"comment/6388\",[]],[\"name/6389\",[1264,84.848]],[\"comment/6389\",[]],[\"name/6390\",[1265,84.848]],[\"comment/6390\",[]],[\"name/6391\",[1266,84.848]],[\"comment/6391\",[]],[\"name/6392\",[1267,79.739]],[\"comment/6392\",[]],[\"name/6393\",[9,46.197]],[\"comment/6393\",[]],[\"name/6394\",[15,46.922]],[\"comment/6394\",[]],[\"name/6395\",[16,44.063]],[\"comment/6395\",[]],[\"name/6396\",[171,57.326]],[\"comment/6396\",[]],[\"name/6397\",[172,59.719]],[\"comment/6397\",[]],[\"name/6398\",[134,59.719]],[\"comment/6398\",[]],[\"name/6399\",[173,59.719]],[\"comment/6399\",[]],[\"name/6400\",[26,50.5]],[\"comment/6400\",[]],[\"name/6401\",[22,49.479]],[\"comment/6401\",[]],[\"name/6402\",[41,52.652]],[\"comment/6402\",[]],[\"name/6403\",[42,52.652]],[\"comment/6403\",[]],[\"name/6404\",[174,53.78]],[\"comment/6404\",[]],[\"name/6405\",[175,59.193]],[\"comment/6405\",[]],[\"name/6406\",[176,59.719]],[\"comment/6406\",[]],[\"name/6407\",[177,59.719]],[\"comment/6407\",[]],[\"name/6408\",[178,59.719]],[\"comment/6408\",[]],[\"name/6409\",[179,59.719]],[\"comment/6409\",[]],[\"name/6410\",[143,59.719]],[\"comment/6410\",[]],[\"name/6411\",[144,59.719]],[\"comment/6411\",[]],[\"name/6412\",[180,59.719]],[\"comment/6412\",[]],[\"name/6413\",[181,59.719]],[\"comment/6413\",[]],[\"name/6414\",[182,59.719]],[\"comment/6414\",[]],[\"name/6415\",[183,59.719]],[\"comment/6415\",[]],[\"name/6416\",[107,59.719]],[\"comment/6416\",[]],[\"name/6417\",[155,58.216]],[\"comment/6417\",[]],[\"name/6418\",[184,58.216]],[\"comment/6418\",[]],[\"name/6419\",[146,59.719]],[\"comment/6419\",[]],[\"name/6420\",[185,59.719]],[\"comment/6420\",[]],[\"name/6421\",[108,56.509]],[\"comment/6421\",[]],[\"name/6422\",[186,59.719]],[\"comment/6422\",[]],[\"name/6423\",[187,56.91]],[\"comment/6423\",[]],[\"name/6424\",[188,59.193]],[\"comment/6424\",[]],[\"name/6425\",[189,59.719]],[\"comment/6425\",[]],[\"name/6426\",[190,59.719]],[\"comment/6426\",[]],[\"name/6427\",[191,59.719]],[\"comment/6427\",[]],[\"name/6428\",[192,59.719]],[\"comment/6428\",[]],[\"name/6429\",[193,59.719]],[\"comment/6429\",[]],[\"name/6430\",[164,59.719]],[\"comment/6430\",[]],[\"name/6431\",[34,53.486]],[\"comment/6431\",[]],[\"name/6432\",[32,53.486]],[\"comment/6432\",[]],[\"name/6433\",[33,53.486]],[\"comment/6433\",[]],[\"name/6434\",[127,54.396]],[\"comment/6434\",[]],[\"name/6435\",[129,54.083]],[\"comment/6435\",[]],[\"name/6436\",[163,56.91]],[\"comment/6436\",[]],[\"name/6437\",[44,47.074]],[\"comment/6437\",[]],[\"name/6438\",[45,47.074]],[\"comment/6438\",[]],[\"name/6439\",[46,47.074]],[\"comment/6439\",[]],[\"name/6440\",[47,47.074]],[\"comment/6440\",[]],[\"name/6441\",[48,47.074]],[\"comment/6441\",[]],[\"name/6442\",[49,47.074]],[\"comment/6442\",[]],[\"name/6443\",[50,47.074]],[\"comment/6443\",[]],[\"name/6444\",[51,47.074]],[\"comment/6444\",[]],[\"name/6445\",[25,44.645]],[\"comment/6445\",[]],[\"name/6446\",[52,47.074]],[\"comment/6446\",[]],[\"name/6447\",[53,47.074]],[\"comment/6447\",[]],[\"name/6448\",[54,47.074]],[\"comment/6448\",[]],[\"name/6449\",[55,47.074]],[\"comment/6449\",[]],[\"name/6450\",[56,47.074]],[\"comment/6450\",[]],[\"name/6451\",[57,47.074]],[\"comment/6451\",[]],[\"name/6452\",[58,47.074]],[\"comment/6452\",[]],[\"name/6453\",[59,47.074]],[\"comment/6453\",[]],[\"name/6454\",[60,47.074]],[\"comment/6454\",[]],[\"name/6455\",[61,47.074]],[\"comment/6455\",[]],[\"name/6456\",[62,47.074]],[\"comment/6456\",[]],[\"name/6457\",[63,46.773]],[\"comment/6457\",[]],[\"name/6458\",[64,46.773]],[\"comment/6458\",[]],[\"name/6459\",[65,47.074]],[\"comment/6459\",[]],[\"name/6460\",[66,43.198]],[\"comment/6460\",[]],[\"name/6461\",[67,46.626]],[\"comment/6461\",[]],[\"name/6462\",[68,46.626]],[\"comment/6462\",[]],[\"name/6463\",[69,47.074]],[\"comment/6463\",[]],[\"name/6464\",[70,46.922]],[\"comment/6464\",[]],[\"name/6465\",[71,46.922]],[\"comment/6465\",[]],[\"name/6466\",[72,47.074]],[\"comment/6466\",[]],[\"name/6467\",[73,47.074]],[\"comment/6467\",[]],[\"name/6468\",[74,47.074]],[\"comment/6468\",[]],[\"name/6469\",[75,46.922]],[\"comment/6469\",[]],[\"name/6470\",[76,46.773]],[\"comment/6470\",[]],[\"name/6471\",[77,46.773]],[\"comment/6471\",[]],[\"name/6472\",[1268,84.848]],[\"comment/6472\",[]],[\"name/6473\",[1269,84.848]],[\"comment/6473\",[]],[\"name/6474\",[1270,84.848]],[\"comment/6474\",[]],[\"name/6475\",[6,60.275]],[\"comment/6475\",[]],[\"name/6476\",[881,79.739]],[\"comment/6476\",[]],[\"name/6477\",[882,79.739]],[\"comment/6477\",[]],[\"name/6478\",[883,79.739]],[\"comment/6478\",[]],[\"name/6479\",[884,79.739]],[\"comment/6479\",[]],[\"name/6480\",[885,79.739]],[\"comment/6480\",[]],[\"name/6481\",[886,79.739]],[\"comment/6481\",[]],[\"name/6482\",[887,79.739]],[\"comment/6482\",[]],[\"name/6483\",[1271,84.848]],[\"comment/6483\",[]],[\"name/6484\",[1272,84.848]],[\"comment/6484\",[]],[\"name/6485\",[506,76.373]],[\"comment/6485\",[]],[\"name/6486\",[1273,84.848]],[\"comment/6486\",[]],[\"name/6487\",[16,44.063]],[\"comment/6487\",[]],[\"name/6488\",[1274,84.848]],[\"comment/6488\",[]],[\"name/6489\",[1275,84.848]],[\"comment/6489\",[]],[\"name/6490\",[174,53.78]],[\"comment/6490\",[]],[\"name/6491\",[249,60.864]],[\"comment/6491\",[]],[\"name/6492\",[1276,84.848]],[\"comment/6492\",[]],[\"name/6493\",[1277,84.848]],[\"comment/6493\",[]],[\"name/6494\",[1278,84.848]],[\"comment/6494\",[]],[\"name/6495\",[1279,84.848]],[\"comment/6495\",[]],[\"name/6496\",[22,49.479]],[\"comment/6496\",[]],[\"name/6497\",[375,64.475]],[\"comment/6497\",[]],[\"name/6498\",[1280,84.848]],[\"comment/6498\",[]],[\"name/6499\",[1281,84.848]],[\"comment/6499\",[]],[\"name/6500\",[1282,84.848]],[\"comment/6500\",[]],[\"name/6501\",[1283,84.848]],[\"comment/6501\",[]],[\"name/6502\",[1284,79.739]],[\"comment/6502\",[]],[\"name/6503\",[1285,84.848]],[\"comment/6503\",[]],[\"name/6504\",[1286,84.848]],[\"comment/6504\",[]],[\"name/6505\",[1287,84.848]],[\"comment/6505\",[]],[\"name/6506\",[163,56.91]],[\"comment/6506\",[]],[\"name/6507\",[1288,84.848]],[\"comment/6507\",[]],[\"name/6508\",[1289,84.848]],[\"comment/6508\",[]],[\"name/6509\",[1290,79.739]],[\"comment/6509\",[]],[\"name/6510\",[108,56.509]],[\"comment/6510\",[]],[\"name/6511\",[187,56.91]],[\"comment/6511\",[]],[\"name/6512\",[175,59.193]],[\"comment/6512\",[]],[\"name/6513\",[1,44.292]],[\"comment/6513\",[]],[\"name/6514\",[1262,79.739]],[\"comment/6514\",[]],[\"name/6515\",[1,44.292]],[\"comment/6515\",[]],[\"name/6516\",[79,67.498]],[\"comment/6516\",[]],[\"name/6517\",[81,67.498]],[\"comment/6517\",[]],[\"name/6518\",[1291,84.848]],[\"comment/6518\",[]],[\"name/6519\",[9,46.197]],[\"comment/6519\",[]],[\"name/6520\",[725,79.739]],[\"comment/6520\",[]],[\"name/6521\",[726,79.739]],[\"comment/6521\",[]],[\"name/6522\",[727,79.739]],[\"comment/6522\",[]],[\"name/6523\",[728,79.739]],[\"comment/6523\",[]],[\"name/6524\",[1,44.292]],[\"comment/6524\",[]],[\"name/6525\",[66,43.198]],[\"comment/6525\",[]],[\"name/6526\",[309,66.385]],[\"comment/6526\",[]],[\"name/6527\",[729,79.739]],[\"comment/6527\",[]],[\"name/6528\",[730,79.739]],[\"comment/6528\",[]],[\"name/6529\",[731,79.739]],[\"comment/6529\",[]],[\"name/6530\",[732,79.739]],[\"comment/6530\",[]],[\"name/6531\",[22,49.479]],[\"comment/6531\",[]],[\"name/6532\",[15,46.922]],[\"comment/6532\",[]],[\"name/6533\",[16,44.063]],[\"comment/6533\",[]],[\"name/6534\",[543,73.859]],[\"comment/6534\",[]],[\"name/6535\",[1292,84.848]],[\"comment/6535\",[]],[\"name/6536\",[1293,84.848]],[\"comment/6536\",[]],[\"name/6537\",[6,60.275]],[\"comment/6537\",[]],[\"name/6538\",[1294,84.848]],[\"comment/6538\",[]],[\"name/6539\",[1088,79.739]],[\"comment/6539\",[]],[\"name/6540\",[163,56.91]],[\"comment/6540\",[]],[\"name/6541\",[744,79.739]],[\"comment/6541\",[]],[\"name/6542\",[733,79.739]],[\"comment/6542\",[]],[\"name/6543\",[96,67.498]],[\"comment/6543\",[]],[\"name/6544\",[339,70.181]],[\"comment/6544\",[]],[\"name/6545\",[734,79.739]],[\"comment/6545\",[]],[\"name/6546\",[735,79.739]],[\"comment/6546\",[]],[\"name/6547\",[121,56.91]],[\"comment/6547\",[]],[\"name/6548\",[25,44.645]],[\"comment/6548\",[]],[\"name/6549\",[736,79.739]],[\"comment/6549\",[]],[\"name/6550\",[469,70.181]],[\"comment/6550\",[]],[\"name/6551\",[737,79.739]],[\"comment/6551\",[]],[\"name/6552\",[129,54.083]],[\"comment/6552\",[]],[\"name/6553\",[42,52.652]],[\"comment/6553\",[]],[\"name/6554\",[41,52.652]],[\"comment/6554\",[]],[\"name/6555\",[738,79.739]],[\"comment/6555\",[]],[\"name/6556\",[38,59.719]],[\"comment/6556\",[]],[\"name/6557\",[171,57.326]],[\"comment/6557\",[]],[\"name/6558\",[739,79.739]],[\"comment/6558\",[]],[\"name/6559\",[740,79.739]],[\"comment/6559\",[]],[\"name/6560\",[741,79.739]],[\"comment/6560\",[]],[\"name/6561\",[742,79.739]],[\"comment/6561\",[]],[\"name/6562\",[743,79.739]],[\"comment/6562\",[]],[\"name/6563\",[128,54.396]],[\"comment/6563\",[]],[\"name/6564\",[44,47.074]],[\"comment/6564\",[]],[\"name/6565\",[45,47.074]],[\"comment/6565\",[]],[\"name/6566\",[46,47.074]],[\"comment/6566\",[]],[\"name/6567\",[47,47.074]],[\"comment/6567\",[]],[\"name/6568\",[48,47.074]],[\"comment/6568\",[]],[\"name/6569\",[49,47.074]],[\"comment/6569\",[]],[\"name/6570\",[50,47.074]],[\"comment/6570\",[]],[\"name/6571\",[51,47.074]],[\"comment/6571\",[]],[\"name/6572\",[52,47.074]],[\"comment/6572\",[]],[\"name/6573\",[53,47.074]],[\"comment/6573\",[]],[\"name/6574\",[54,47.074]],[\"comment/6574\",[]],[\"name/6575\",[55,47.074]],[\"comment/6575\",[]],[\"name/6576\",[56,47.074]],[\"comment/6576\",[]],[\"name/6577\",[57,47.074]],[\"comment/6577\",[]],[\"name/6578\",[58,47.074]],[\"comment/6578\",[]],[\"name/6579\",[59,47.074]],[\"comment/6579\",[]],[\"name/6580\",[60,47.074]],[\"comment/6580\",[]],[\"name/6581\",[61,47.074]],[\"comment/6581\",[]],[\"name/6582\",[62,47.074]],[\"comment/6582\",[]],[\"name/6583\",[63,46.773]],[\"comment/6583\",[]],[\"name/6584\",[64,46.773]],[\"comment/6584\",[]],[\"name/6585\",[65,47.074]],[\"comment/6585\",[]],[\"name/6586\",[66,43.198]],[\"comment/6586\",[]],[\"name/6587\",[67,46.626]],[\"comment/6587\",[]],[\"name/6588\",[68,46.626]],[\"comment/6588\",[]],[\"name/6589\",[69,47.074]],[\"comment/6589\",[]],[\"name/6590\",[70,46.922]],[\"comment/6590\",[]],[\"name/6591\",[71,46.922]],[\"comment/6591\",[]],[\"name/6592\",[72,47.074]],[\"comment/6592\",[]],[\"name/6593\",[73,47.074]],[\"comment/6593\",[]],[\"name/6594\",[74,47.074]],[\"comment/6594\",[]],[\"name/6595\",[75,46.922]],[\"comment/6595\",[]],[\"name/6596\",[76,46.773]],[\"comment/6596\",[]],[\"name/6597\",[77,46.773]],[\"comment/6597\",[]],[\"name/6598\",[1295,84.848]],[\"comment/6598\",[]],[\"name/6599\",[309,66.385]],[\"comment/6599\",[]],[\"name/6600\",[0,59.719]],[\"comment/6600\",[]],[\"name/6601\",[1296,84.848]],[\"comment/6601\",[]],[\"name/6602\",[543,73.859]],[\"comment/6602\",[]],[\"name/6603\",[9,46.197]],[\"comment/6603\",[]],[\"name/6604\",[323,66.385]],[\"comment/6604\",[]],[\"name/6605\",[13,54.083]],[\"comment/6605\",[]],[\"name/6606\",[15,46.922]],[\"comment/6606\",[]],[\"name/6607\",[16,44.063]],[\"comment/6607\",[]],[\"name/6608\",[366,76.373]],[\"comment/6608\",[]],[\"name/6609\",[1297,79.739]],[\"comment/6609\",[]],[\"name/6610\",[1298,84.848]],[\"comment/6610\",[]],[\"name/6611\",[1299,84.848]],[\"comment/6611\",[]],[\"name/6612\",[1300,84.848]],[\"comment/6612\",[]],[\"name/6613\",[1245,79.739]],[\"comment/6613\",[]],[\"name/6614\",[1301,84.848]],[\"comment/6614\",[]],[\"name/6615\",[1302,84.848]],[\"comment/6615\",[]],[\"name/6616\",[901,76.373]],[\"comment/6616\",[]],[\"name/6617\",[385,67.498]],[\"comment/6617\",[]],[\"name/6618\",[137,59.719]],[\"comment/6618\",[]],[\"name/6619\",[747,76.373]],[\"comment/6619\",[]],[\"name/6620\",[1303,84.848]],[\"comment/6620\",[]],[\"name/6621\",[1304,84.848]],[\"comment/6621\",[]],[\"name/6622\",[25,44.645]],[\"comment/6622\",[]],[\"name/6623\",[35,56.125]],[\"comment/6623\",[]],[\"name/6624\",[36,55.754]],[\"comment/6624\",[]],[\"name/6625\",[127,54.396]],[\"comment/6625\",[]],[\"name/6626\",[128,54.396]],[\"comment/6626\",[]],[\"name/6627\",[129,54.083]],[\"comment/6627\",[]],[\"name/6628\",[22,49.479]],[\"comment/6628\",[]],[\"name/6629\",[26,50.5]],[\"comment/6629\",[]],[\"name/6630\",[174,53.78]],[\"comment/6630\",[]],[\"name/6631\",[249,60.864]],[\"comment/6631\",[]],[\"name/6632\",[373,65.384]],[\"comment/6632\",[]],[\"name/6633\",[374,65.384]],[\"comment/6633\",[]],[\"name/6634\",[375,64.475]],[\"comment/6634\",[]],[\"name/6635\",[376,65.384]],[\"comment/6635\",[]],[\"name/6636\",[377,65.384]],[\"comment/6636\",[]],[\"name/6637\",[44,47.074]],[\"comment/6637\",[]],[\"name/6638\",[45,47.074]],[\"comment/6638\",[]],[\"name/6639\",[46,47.074]],[\"comment/6639\",[]],[\"name/6640\",[47,47.074]],[\"comment/6640\",[]],[\"name/6641\",[48,47.074]],[\"comment/6641\",[]],[\"name/6642\",[49,47.074]],[\"comment/6642\",[]],[\"name/6643\",[50,47.074]],[\"comment/6643\",[]],[\"name/6644\",[51,47.074]],[\"comment/6644\",[]],[\"name/6645\",[52,47.074]],[\"comment/6645\",[]],[\"name/6646\",[53,47.074]],[\"comment/6646\",[]],[\"name/6647\",[54,47.074]],[\"comment/6647\",[]],[\"name/6648\",[55,47.074]],[\"comment/6648\",[]],[\"name/6649\",[56,47.074]],[\"comment/6649\",[]],[\"name/6650\",[57,47.074]],[\"comment/6650\",[]],[\"name/6651\",[58,47.074]],[\"comment/6651\",[]],[\"name/6652\",[59,47.074]],[\"comment/6652\",[]],[\"name/6653\",[60,47.074]],[\"comment/6653\",[]],[\"name/6654\",[61,47.074]],[\"comment/6654\",[]],[\"name/6655\",[62,47.074]],[\"comment/6655\",[]],[\"name/6656\",[63,46.773]],[\"comment/6656\",[]],[\"name/6657\",[64,46.773]],[\"comment/6657\",[]],[\"name/6658\",[65,47.074]],[\"comment/6658\",[]],[\"name/6659\",[66,43.198]],[\"comment/6659\",[]],[\"name/6660\",[67,46.626]],[\"comment/6660\",[]],[\"name/6661\",[68,46.626]],[\"comment/6661\",[]],[\"name/6662\",[69,47.074]],[\"comment/6662\",[]],[\"name/6663\",[70,46.922]],[\"comment/6663\",[]],[\"name/6664\",[71,46.922]],[\"comment/6664\",[]],[\"name/6665\",[72,47.074]],[\"comment/6665\",[]],[\"name/6666\",[73,47.074]],[\"comment/6666\",[]],[\"name/6667\",[74,47.074]],[\"comment/6667\",[]],[\"name/6668\",[75,46.922]],[\"comment/6668\",[]],[\"name/6669\",[76,46.773]],[\"comment/6669\",[]],[\"name/6670\",[77,46.773]],[\"comment/6670\",[]],[\"name/6671\",[497,73.859]],[\"comment/6671\",[]],[\"name/6672\",[9,46.197]],[\"comment/6672\",[]],[\"name/6673\",[104,60.275]],[\"comment/6673\",[]],[\"name/6674\",[15,46.922]],[\"comment/6674\",[]],[\"name/6675\",[16,44.063]],[\"comment/6675\",[]],[\"name/6676\",[107,59.719]],[\"comment/6676\",[]],[\"name/6677\",[108,56.509]],[\"comment/6677\",[]],[\"name/6678\",[25,44.645]],[\"comment/6678\",[]],[\"name/6679\",[109,59.719]],[\"comment/6679\",[]],[\"name/6680\",[110,57.326]],[\"comment/6680\",[]],[\"name/6681\",[111,59.719]],[\"comment/6681\",[]],[\"name/6682\",[18,52.922]],[\"comment/6682\",[]],[\"name/6683\",[1,44.292]],[\"comment/6683\",[]],[\"name/6684\",[112,60.275]],[\"comment/6684\",[]],[\"name/6685\",[25,44.645]],[\"comment/6685\",[]],[\"name/6686\",[113,60.275]],[\"comment/6686\",[]],[\"name/6687\",[114,60.275]],[\"comment/6687\",[]],[\"name/6688\",[115,57.326]],[\"comment/6688\",[]],[\"name/6689\",[116,60.275]],[\"comment/6689\",[]],[\"name/6690\",[117,60.275]],[\"comment/6690\",[]],[\"name/6691\",[118,57.761]],[\"comment/6691\",[]],[\"name/6692\",[119,60.275]],[\"comment/6692\",[]],[\"name/6693\",[120,60.275]],[\"comment/6693\",[]],[\"name/6694\",[121,56.91]],[\"comment/6694\",[]],[\"name/6695\",[66,43.198]],[\"comment/6695\",[]],[\"name/6696\",[122,58.692]],[\"comment/6696\",[]],[\"name/6697\",[123,60.275]],[\"comment/6697\",[]],[\"name/6698\",[124,60.275]],[\"comment/6698\",[]],[\"name/6699\",[125,59.719]],[\"comment/6699\",[]],[\"name/6700\",[126,60.275]],[\"comment/6700\",[]],[\"name/6701\",[127,54.396]],[\"comment/6701\",[]],[\"name/6702\",[128,54.396]],[\"comment/6702\",[]],[\"name/6703\",[129,54.083]],[\"comment/6703\",[]],[\"name/6704\",[130,60.275]],[\"comment/6704\",[]],[\"name/6705\",[131,60.275]],[\"comment/6705\",[]],[\"name/6706\",[132,60.275]],[\"comment/6706\",[]],[\"name/6707\",[133,60.275]],[\"comment/6707\",[]],[\"name/6708\",[134,59.719]],[\"comment/6708\",[]],[\"name/6709\",[135,60.275]],[\"comment/6709\",[]],[\"name/6710\",[136,60.275]],[\"comment/6710\",[]],[\"name/6711\",[137,59.719]],[\"comment/6711\",[]],[\"name/6712\",[138,60.275]],[\"comment/6712\",[]],[\"name/6713\",[139,60.275]],[\"comment/6713\",[]],[\"name/6714\",[140,60.275]],[\"comment/6714\",[]],[\"name/6715\",[141,60.275]],[\"comment/6715\",[]],[\"name/6716\",[142,59.193]],[\"comment/6716\",[]],[\"name/6717\",[143,59.719]],[\"comment/6717\",[]],[\"name/6718\",[144,59.719]],[\"comment/6718\",[]],[\"name/6719\",[145,59.719]],[\"comment/6719\",[]],[\"name/6720\",[146,59.719]],[\"comment/6720\",[]],[\"name/6721\",[147,60.275]],[\"comment/6721\",[]],[\"name/6722\",[148,60.275]],[\"comment/6722\",[]],[\"name/6723\",[149,60.275]],[\"comment/6723\",[]],[\"name/6724\",[150,60.275]],[\"comment/6724\",[]],[\"name/6725\",[151,60.275]],[\"comment/6725\",[]],[\"name/6726\",[152,60.275]],[\"comment/6726\",[]],[\"name/6727\",[153,60.275]],[\"comment/6727\",[]],[\"name/6728\",[154,60.275]],[\"comment/6728\",[]],[\"name/6729\",[155,58.216]],[\"comment/6729\",[]],[\"name/6730\",[156,60.275]],[\"comment/6730\",[]],[\"name/6731\",[157,60.275]],[\"comment/6731\",[]],[\"name/6732\",[1,44.292]],[\"comment/6732\",[]],[\"name/6733\",[158,56.91]],[\"comment/6733\",[]],[\"name/6734\",[159,56.91]],[\"comment/6734\",[]],[\"name/6735\",[160,60.275]],[\"comment/6735\",[]],[\"name/6736\",[161,60.275]],[\"comment/6736\",[]],[\"name/6737\",[162,60.275]],[\"comment/6737\",[]],[\"name/6738\",[163,56.91]],[\"comment/6738\",[]],[\"name/6739\",[164,59.719]],[\"comment/6739\",[]],[\"name/6740\",[165,59.719]],[\"comment/6740\",[]],[\"name/6741\",[166,60.275]],[\"comment/6741\",[]],[\"name/6742\",[167,60.275]],[\"comment/6742\",[]],[\"name/6743\",[168,60.275]],[\"comment/6743\",[]],[\"name/6744\",[169,60.275]],[\"comment/6744\",[]],[\"name/6745\",[170,60.275]],[\"comment/6745\",[]],[\"name/6746\",[171,57.326]],[\"comment/6746\",[]],[\"name/6747\",[172,59.719]],[\"comment/6747\",[]],[\"name/6748\",[173,59.719]],[\"comment/6748\",[]],[\"name/6749\",[26,50.5]],[\"comment/6749\",[]],[\"name/6750\",[22,49.479]],[\"comment/6750\",[]],[\"name/6751\",[41,52.652]],[\"comment/6751\",[]],[\"name/6752\",[42,52.652]],[\"comment/6752\",[]],[\"name/6753\",[174,53.78]],[\"comment/6753\",[]],[\"name/6754\",[175,59.193]],[\"comment/6754\",[]],[\"name/6755\",[176,59.719]],[\"comment/6755\",[]],[\"name/6756\",[177,59.719]],[\"comment/6756\",[]],[\"name/6757\",[178,59.719]],[\"comment/6757\",[]],[\"name/6758\",[179,59.719]],[\"comment/6758\",[]],[\"name/6759\",[180,59.719]],[\"comment/6759\",[]],[\"name/6760\",[181,59.719]],[\"comment/6760\",[]],[\"name/6761\",[182,59.719]],[\"comment/6761\",[]],[\"name/6762\",[183,59.719]],[\"comment/6762\",[]],[\"name/6763\",[184,58.216]],[\"comment/6763\",[]],[\"name/6764\",[185,59.719]],[\"comment/6764\",[]],[\"name/6765\",[186,59.719]],[\"comment/6765\",[]],[\"name/6766\",[187,56.91]],[\"comment/6766\",[]],[\"name/6767\",[188,59.193]],[\"comment/6767\",[]],[\"name/6768\",[189,59.719]],[\"comment/6768\",[]],[\"name/6769\",[190,59.719]],[\"comment/6769\",[]],[\"name/6770\",[191,59.719]],[\"comment/6770\",[]],[\"name/6771\",[192,59.719]],[\"comment/6771\",[]],[\"name/6772\",[193,59.719]],[\"comment/6772\",[]],[\"name/6773\",[34,53.486]],[\"comment/6773\",[]],[\"name/6774\",[32,53.486]],[\"comment/6774\",[]],[\"name/6775\",[33,53.486]],[\"comment/6775\",[]],[\"name/6776\",[44,47.074]],[\"comment/6776\",[]],[\"name/6777\",[45,47.074]],[\"comment/6777\",[]],[\"name/6778\",[46,47.074]],[\"comment/6778\",[]],[\"name/6779\",[47,47.074]],[\"comment/6779\",[]],[\"name/6780\",[48,47.074]],[\"comment/6780\",[]],[\"name/6781\",[49,47.074]],[\"comment/6781\",[]],[\"name/6782\",[50,47.074]],[\"comment/6782\",[]],[\"name/6783\",[51,47.074]],[\"comment/6783\",[]],[\"name/6784\",[52,47.074]],[\"comment/6784\",[]],[\"name/6785\",[53,47.074]],[\"comment/6785\",[]],[\"name/6786\",[54,47.074]],[\"comment/6786\",[]],[\"name/6787\",[55,47.074]],[\"comment/6787\",[]],[\"name/6788\",[56,47.074]],[\"comment/6788\",[]],[\"name/6789\",[57,47.074]],[\"comment/6789\",[]],[\"name/6790\",[58,47.074]],[\"comment/6790\",[]],[\"name/6791\",[59,47.074]],[\"comment/6791\",[]],[\"name/6792\",[60,47.074]],[\"comment/6792\",[]],[\"name/6793\",[61,47.074]],[\"comment/6793\",[]],[\"name/6794\",[62,47.074]],[\"comment/6794\",[]],[\"name/6795\",[63,46.773]],[\"comment/6795\",[]],[\"name/6796\",[64,46.773]],[\"comment/6796\",[]],[\"name/6797\",[65,47.074]],[\"comment/6797\",[]],[\"name/6798\",[66,43.198]],[\"comment/6798\",[]],[\"name/6799\",[67,46.626]],[\"comment/6799\",[]],[\"name/6800\",[68,46.626]],[\"comment/6800\",[]],[\"name/6801\",[69,47.074]],[\"comment/6801\",[]],[\"name/6802\",[70,46.922]],[\"comment/6802\",[]],[\"name/6803\",[71,46.922]],[\"comment/6803\",[]],[\"name/6804\",[72,47.074]],[\"comment/6804\",[]],[\"name/6805\",[73,47.074]],[\"comment/6805\",[]],[\"name/6806\",[74,47.074]],[\"comment/6806\",[]],[\"name/6807\",[75,46.922]],[\"comment/6807\",[]],[\"name/6808\",[76,46.773]],[\"comment/6808\",[]],[\"name/6809\",[77,46.773]],[\"comment/6809\",[]],[\"name/6810\",[544,73.859]],[\"comment/6810\",[]],[\"name/6811\",[9,46.197]],[\"comment/6811\",[]],[\"name/6812\",[13,54.083]],[\"comment/6812\",[]],[\"name/6813\",[14,59.719]],[\"comment/6813\",[]],[\"name/6814\",[15,46.922]],[\"comment/6814\",[]],[\"name/6815\",[16,44.063]],[\"comment/6815\",[]],[\"name/6816\",[1305,84.848]],[\"comment/6816\",[]],[\"name/6817\",[1306,84.848]],[\"comment/6817\",[]],[\"name/6818\",[25,44.645]],[\"comment/6818\",[]],[\"name/6819\",[22,49.479]],[\"comment/6819\",[]],[\"name/6820\",[26,50.5]],[\"comment/6820\",[]],[\"name/6821\",[27,60.864]],[\"comment/6821\",[]],[\"name/6822\",[28,60.864]],[\"comment/6822\",[]],[\"name/6823\",[23,60.864]],[\"comment/6823\",[]],[\"name/6824\",[29,60.864]],[\"comment/6824\",[]],[\"name/6825\",[30,60.864]],[\"comment/6825\",[]],[\"name/6826\",[31,60.864]],[\"comment/6826\",[]],[\"name/6827\",[32,53.486]],[\"comment/6827\",[]],[\"name/6828\",[33,53.486]],[\"comment/6828\",[]],[\"name/6829\",[34,53.486]],[\"comment/6829\",[]],[\"name/6830\",[35,56.125]],[\"comment/6830\",[]],[\"name/6831\",[36,55.754]],[\"comment/6831\",[]],[\"name/6832\",[37,60.864]],[\"comment/6832\",[]],[\"name/6833\",[38,59.719]],[\"comment/6833\",[]],[\"name/6834\",[39,60.864]],[\"comment/6834\",[]],[\"name/6835\",[40,60.864]],[\"comment/6835\",[]],[\"name/6836\",[41,52.652]],[\"comment/6836\",[]],[\"name/6837\",[42,52.652]],[\"comment/6837\",[]],[\"name/6838\",[43,60.864]],[\"comment/6838\",[]],[\"name/6839\",[44,47.074]],[\"comment/6839\",[]],[\"name/6840\",[45,47.074]],[\"comment/6840\",[]],[\"name/6841\",[46,47.074]],[\"comment/6841\",[]],[\"name/6842\",[47,47.074]],[\"comment/6842\",[]],[\"name/6843\",[48,47.074]],[\"comment/6843\",[]],[\"name/6844\",[49,47.074]],[\"comment/6844\",[]],[\"name/6845\",[50,47.074]],[\"comment/6845\",[]],[\"name/6846\",[51,47.074]],[\"comment/6846\",[]],[\"name/6847\",[52,47.074]],[\"comment/6847\",[]],[\"name/6848\",[53,47.074]],[\"comment/6848\",[]],[\"name/6849\",[54,47.074]],[\"comment/6849\",[]],[\"name/6850\",[55,47.074]],[\"comment/6850\",[]],[\"name/6851\",[56,47.074]],[\"comment/6851\",[]],[\"name/6852\",[57,47.074]],[\"comment/6852\",[]],[\"name/6853\",[58,47.074]],[\"comment/6853\",[]],[\"name/6854\",[59,47.074]],[\"comment/6854\",[]],[\"name/6855\",[60,47.074]],[\"comment/6855\",[]],[\"name/6856\",[61,47.074]],[\"comment/6856\",[]],[\"name/6857\",[62,47.074]],[\"comment/6857\",[]],[\"name/6858\",[63,46.773]],[\"comment/6858\",[]],[\"name/6859\",[64,46.773]],[\"comment/6859\",[]],[\"name/6860\",[65,47.074]],[\"comment/6860\",[]],[\"name/6861\",[66,43.198]],[\"comment/6861\",[]],[\"name/6862\",[67,46.626]],[\"comment/6862\",[]],[\"name/6863\",[68,46.626]],[\"comment/6863\",[]],[\"name/6864\",[69,47.074]],[\"comment/6864\",[]],[\"name/6865\",[70,46.922]],[\"comment/6865\",[]],[\"name/6866\",[71,46.922]],[\"comment/6866\",[]],[\"name/6867\",[72,47.074]],[\"comment/6867\",[]],[\"name/6868\",[73,47.074]],[\"comment/6868\",[]],[\"name/6869\",[74,47.074]],[\"comment/6869\",[]],[\"name/6870\",[75,46.922]],[\"comment/6870\",[]],[\"name/6871\",[76,46.773]],[\"comment/6871\",[]],[\"name/6872\",[77,46.773]],[\"comment/6872\",[]],[\"name/6873\",[545,79.739]],[\"comment/6873\",[]],[\"name/6874\",[1307,84.848]],[\"comment/6874\",[]],[\"name/6875\",[16,44.063]],[\"comment/6875\",[]],[\"name/6876\",[1308,84.848]],[\"comment/6876\",[]],[\"name/6877\",[1309,84.848]],[\"comment/6877\",[]],[\"name/6878\",[1310,84.848]],[\"comment/6878\",[]],[\"name/6879\",[1311,84.848]],[\"comment/6879\",[]],[\"name/6880\",[1312,84.848]],[\"comment/6880\",[]],[\"name/6881\",[1313,84.848]],[\"comment/6881\",[]],[\"name/6882\",[1314,84.848]],[\"comment/6882\",[]],[\"name/6883\",[1315,84.848]],[\"comment/6883\",[]],[\"name/6884\",[1316,84.848]],[\"comment/6884\",[]],[\"name/6885\",[1317,84.848]],[\"comment/6885\",[]],[\"name/6886\",[1318,84.848]],[\"comment/6886\",[]],[\"name/6887\",[1319,84.848]],[\"comment/6887\",[]],[\"name/6888\",[1320,84.848]],[\"comment/6888\",[]],[\"name/6889\",[1321,84.848]],[\"comment/6889\",[]],[\"name/6890\",[1322,84.848]],[\"comment/6890\",[]],[\"name/6891\",[1323,84.848]],[\"comment/6891\",[]],[\"name/6892\",[1297,79.739]],[\"comment/6892\",[]],[\"name/6893\",[1324,84.848]],[\"comment/6893\",[]],[\"name/6894\",[1325,84.848]],[\"comment/6894\",[]],[\"name/6895\",[85,71.852]],[\"comment/6895\",[]],[\"name/6896\",[84,71.852]],[\"comment/6896\",[]],[\"name/6897\",[471,70.181]],[\"comment/6897\",[]],[\"name/6898\",[9,46.197]],[\"comment/6898\",[]],[\"name/6899\",[1326,84.848]],[\"comment/6899\",[]],[\"name/6900\",[1327,84.848]],[\"comment/6900\",[]],[\"name/6901\",[1328,84.848]],[\"comment/6901\",[]],[\"name/6902\",[339,70.181]],[\"comment/6902\",[]],[\"name/6903\",[15,46.922]],[\"comment/6903\",[]],[\"name/6904\",[16,44.063]],[\"comment/6904\",[]],[\"name/6905\",[214,71.852]],[\"comment/6905\",[]],[\"name/6906\",[1329,84.848]],[\"comment/6906\",[]],[\"name/6907\",[1330,84.848]],[\"comment/6907\",[]],[\"name/6908\",[1331,84.848]],[\"comment/6908\",[]],[\"name/6909\",[1332,84.848]],[\"comment/6909\",[]],[\"name/6910\",[1333,84.848]],[\"comment/6910\",[]],[\"name/6911\",[216,71.852]],[\"comment/6911\",[]],[\"name/6912\",[1334,84.848]],[\"comment/6912\",[]],[\"name/6913\",[1335,84.848]],[\"comment/6913\",[]],[\"name/6914\",[1336,84.848]],[\"comment/6914\",[]],[\"name/6915\",[1337,84.848]],[\"comment/6915\",[]],[\"name/6916\",[1338,84.848]],[\"comment/6916\",[]],[\"name/6917\",[1339,84.848]],[\"comment/6917\",[]],[\"name/6918\",[1340,84.848]],[\"comment/6918\",[]],[\"name/6919\",[1341,84.848]],[\"comment/6919\",[]],[\"name/6920\",[1342,84.848]],[\"comment/6920\",[]],[\"name/6921\",[25,44.645]],[\"comment/6921\",[]],[\"name/6922\",[44,47.074]],[\"comment/6922\",[]],[\"name/6923\",[45,47.074]],[\"comment/6923\",[]],[\"name/6924\",[46,47.074]],[\"comment/6924\",[]],[\"name/6925\",[47,47.074]],[\"comment/6925\",[]],[\"name/6926\",[48,47.074]],[\"comment/6926\",[]],[\"name/6927\",[49,47.074]],[\"comment/6927\",[]],[\"name/6928\",[50,47.074]],[\"comment/6928\",[]],[\"name/6929\",[51,47.074]],[\"comment/6929\",[]],[\"name/6930\",[52,47.074]],[\"comment/6930\",[]],[\"name/6931\",[53,47.074]],[\"comment/6931\",[]],[\"name/6932\",[54,47.074]],[\"comment/6932\",[]],[\"name/6933\",[55,47.074]],[\"comment/6933\",[]],[\"name/6934\",[56,47.074]],[\"comment/6934\",[]],[\"name/6935\",[57,47.074]],[\"comment/6935\",[]],[\"name/6936\",[58,47.074]],[\"comment/6936\",[]],[\"name/6937\",[59,47.074]],[\"comment/6937\",[]],[\"name/6938\",[60,47.074]],[\"comment/6938\",[]],[\"name/6939\",[61,47.074]],[\"comment/6939\",[]],[\"name/6940\",[62,47.074]],[\"comment/6940\",[]],[\"name/6941\",[63,46.773]],[\"comment/6941\",[]],[\"name/6942\",[64,46.773]],[\"comment/6942\",[]],[\"name/6943\",[65,47.074]],[\"comment/6943\",[]],[\"name/6944\",[66,43.198]],[\"comment/6944\",[]],[\"name/6945\",[67,46.626]],[\"comment/6945\",[]],[\"name/6946\",[68,46.626]],[\"comment/6946\",[]],[\"name/6947\",[69,47.074]],[\"comment/6947\",[]],[\"name/6948\",[70,46.922]],[\"comment/6948\",[]],[\"name/6949\",[71,46.922]],[\"comment/6949\",[]],[\"name/6950\",[72,47.074]],[\"comment/6950\",[]],[\"name/6951\",[73,47.074]],[\"comment/6951\",[]],[\"name/6952\",[74,47.074]],[\"comment/6952\",[]],[\"name/6953\",[75,46.922]],[\"comment/6953\",[]],[\"name/6954\",[76,46.773]],[\"comment/6954\",[]],[\"name/6955\",[77,46.773]],[\"comment/6955\",[]],[\"name/6956\",[1343,84.848]],[\"comment/6956\",[]],[\"name/6957\",[1344,84.848]],[\"comment/6957\",[]],[\"name/6958\",[1345,84.848]],[\"comment/6958\",[]],[\"name/6959\",[1346,84.848]],[\"comment/6959\",[]],[\"name/6960\",[1347,84.848]],[\"comment/6960\",[]],[\"name/6961\",[1348,84.848]],[\"comment/6961\",[]],[\"name/6962\",[1349,84.848]],[\"comment/6962\",[]],[\"name/6963\",[1350,84.848]],[\"comment/6963\",[]],[\"name/6964\",[1351,84.848]],[\"comment/6964\",[]],[\"name/6965\",[1352,84.848]],[\"comment/6965\",[]],[\"name/6966\",[1353,84.848]],[\"comment/6966\",[]],[\"name/6967\",[1354,84.848]],[\"comment/6967\",[]],[\"name/6968\",[9,46.197]],[\"comment/6968\",[]],[\"name/6969\",[7,63.641]],[\"comment/6969\",[]],[\"name/6970\",[86,71.852]],[\"comment/6970\",[]],[\"name/6971\",[100,71.852]],[\"comment/6971\",[]],[\"name/6972\",[522,76.373]],[\"comment/6972\",[]],[\"name/6973\",[103,73.859]],[\"comment/6973\",[]],[\"name/6974\",[198,71.852]],[\"comment/6974\",[]],[\"name/6975\",[231,76.373]],[\"comment/6975\",[]],[\"name/6976\",[331,71.852]],[\"comment/6976\",[]],[\"name/6977\",[369,66.385]],[\"comment/6977\",[]],[\"name/6978\",[378,73.859]],[\"comment/6978\",[]],[\"name/6979\",[384,76.373]],[\"comment/6979\",[]],[\"name/6980\",[396,73.859]],[\"comment/6980\",[]],[\"name/6981\",[400,73.859]],[\"comment/6981\",[]],[\"name/6982\",[480,73.859]],[\"comment/6982\",[]],[\"name/6983\",[523,76.373]],[\"comment/6983\",[]],[\"name/6984\",[524,76.373]],[\"comment/6984\",[]],[\"name/6985\",[495,73.859]],[\"comment/6985\",[]],[\"name/6986\",[309,66.385]],[\"comment/6986\",[]],[\"name/6987\",[493,73.859]],[\"comment/6987\",[]],[\"name/6988\",[500,73.859]],[\"comment/6988\",[]],[\"name/6989\",[501,73.859]],[\"comment/6989\",[]],[\"name/6990\",[525,76.373]],[\"comment/6990\",[]],[\"name/6991\",[527,73.859]],[\"comment/6991\",[]],[\"name/6992\",[498,73.859]],[\"comment/6992\",[]],[\"name/6993\",[528,76.373]],[\"comment/6993\",[]],[\"name/6994\",[508,73.859]],[\"comment/6994\",[]],[\"name/6995\",[413,67.498]],[\"comment/6995\",[]],[\"name/6996\",[530,73.859]],[\"comment/6996\",[]],[\"name/6997\",[517,73.859]],[\"comment/6997\",[]],[\"name/6998\",[502,71.852]],[\"comment/6998\",[]],[\"name/6999\",[531,76.373]],[\"comment/6999\",[]],[\"name/7000\",[516,71.852]],[\"comment/7000\",[]],[\"name/7001\",[533,76.373]],[\"comment/7001\",[]],[\"name/7002\",[494,73.859]],[\"comment/7002\",[]],[\"name/7003\",[534,76.373]],[\"comment/7003\",[]],[\"name/7004\",[482,67.498]],[\"comment/7004\",[]],[\"name/7005\",[509,73.859]],[\"comment/7005\",[]],[\"name/7006\",[535,76.373]],[\"comment/7006\",[]],[\"name/7007\",[512,73.859]],[\"comment/7007\",[]],[\"name/7008\",[536,76.373]],[\"comment/7008\",[]],[\"name/7009\",[492,73.859]],[\"comment/7009\",[]],[\"name/7010\",[1127,79.739]],[\"comment/7010\",[]],[\"name/7011\",[537,76.373]],[\"comment/7011\",[]],[\"name/7012\",[538,76.373]],[\"comment/7012\",[]],[\"name/7013\",[511,73.859]],[\"comment/7013\",[]],[\"name/7014\",[443,63.641]],[\"comment/7014\",[]],[\"name/7015\",[1164,79.739]],[\"comment/7015\",[]],[\"name/7016\",[505,71.852]],[\"comment/7016\",[]],[\"name/7017\",[294,68.75]],[\"comment/7017\",[]],[\"name/7018\",[515,73.859]],[\"comment/7018\",[]],[\"name/7019\",[499,73.859]],[\"comment/7019\",[]],[\"name/7020\",[540,76.373]],[\"comment/7020\",[]],[\"name/7021\",[491,73.859]],[\"comment/7021\",[]],[\"name/7022\",[541,76.373]],[\"comment/7022\",[]],[\"name/7023\",[514,73.859]],[\"comment/7023\",[]],[\"name/7024\",[503,73.859]],[\"comment/7024\",[]],[\"name/7025\",[496,73.859]],[\"comment/7025\",[]],[\"name/7026\",[1267,79.739]],[\"comment/7026\",[]],[\"name/7027\",[543,73.859]],[\"comment/7027\",[]],[\"name/7028\",[497,73.859]],[\"comment/7028\",[]],[\"name/7029\",[544,73.859]],[\"comment/7029\",[]],[\"name/7030\",[471,70.181]],[\"comment/7030\",[]],[\"name/7031\",[546,76.373]],[\"comment/7031\",[]],[\"name/7032\",[513,73.859]],[\"comment/7032\",[]],[\"name/7033\",[472,71.852]],[\"comment/7033\",[]],[\"name/7034\",[547,76.373]],[\"comment/7034\",[]],[\"name/7035\",[1355,84.848]],[\"comment/7035\",[]],[\"name/7036\",[1356,84.848]],[\"comment/7036\",[]],[\"name/7037\",[1357,84.848]],[\"comment/7037\",[]],[\"name/7038\",[1358,84.848]],[\"comment/7038\",[]],[\"name/7039\",[1359,84.848]],[\"comment/7039\",[]],[\"name/7040\",[1360,84.848]],[\"comment/7040\",[]],[\"name/7041\",[1361,84.848]],[\"comment/7041\",[]],[\"name/7042\",[1362,84.848]],[\"comment/7042\",[]],[\"name/7043\",[1363,79.739]],[\"comment/7043\",[]],[\"name/7044\",[16,44.063]],[\"comment/7044\",[]],[\"name/7045\",[96,67.498]],[\"comment/7045\",[]],[\"name/7046\",[1364,84.848]],[\"comment/7046\",[]],[\"name/7047\",[518,79.739]],[\"comment/7047\",[]],[\"name/7048\",[1365,84.848]],[\"comment/7048\",[]],[\"name/7049\",[1366,84.848]],[\"comment/7049\",[]],[\"name/7050\",[981,79.739]],[\"comment/7050\",[]],[\"name/7051\",[1367,84.848]],[\"comment/7051\",[]],[\"name/7052\",[1368,84.848]],[\"comment/7052\",[]],[\"name/7053\",[1369,84.848]],[\"comment/7053\",[]],[\"name/7054\",[1363,79.739]],[\"comment/7054\",[]],[\"name/7055\",[16,44.063]],[\"comment/7055\",[]],[\"name/7056\",[1370,84.848]],[\"comment/7056\",[]],[\"name/7057\",[1371,79.739]],[\"comment/7057\",[]],[\"name/7058\",[1372,79.739]],[\"comment/7058\",[]],[\"name/7059\",[1373,79.739]],[\"comment/7059\",[]],[\"name/7060\",[1374,79.739]],[\"comment/7060\",[]],[\"name/7061\",[1375,79.739]],[\"comment/7061\",[]],[\"name/7062\",[546,76.373]],[\"comment/7062\",[]],[\"name/7063\",[9,46.197]],[\"comment/7063\",[]],[\"name/7064\",[10,58.216]],[\"comment/7064\",[]],[\"name/7065\",[1376,84.848]],[\"comment/7065\",[]],[\"name/7066\",[13,54.083]],[\"comment/7066\",[]],[\"name/7067\",[14,59.719]],[\"comment/7067\",[]],[\"name/7068\",[15,46.922]],[\"comment/7068\",[]],[\"name/7069\",[16,44.063]],[\"comment/7069\",[]],[\"name/7070\",[18,52.922]],[\"comment/7070\",[]],[\"name/7071\",[1377,79.739]],[\"comment/7071\",[]],[\"name/7072\",[1378,84.848]],[\"comment/7072\",[]],[\"name/7073\",[25,44.645]],[\"comment/7073\",[]],[\"name/7074\",[22,49.479]],[\"comment/7074\",[]],[\"name/7075\",[26,50.5]],[\"comment/7075\",[]],[\"name/7076\",[27,60.864]],[\"comment/7076\",[]],[\"name/7077\",[28,60.864]],[\"comment/7077\",[]],[\"name/7078\",[23,60.864]],[\"comment/7078\",[]],[\"name/7079\",[29,60.864]],[\"comment/7079\",[]],[\"name/7080\",[30,60.864]],[\"comment/7080\",[]],[\"name/7081\",[31,60.864]],[\"comment/7081\",[]],[\"name/7082\",[32,53.486]],[\"comment/7082\",[]],[\"name/7083\",[33,53.486]],[\"comment/7083\",[]],[\"name/7084\",[34,53.486]],[\"comment/7084\",[]],[\"name/7085\",[35,56.125]],[\"comment/7085\",[]],[\"name/7086\",[36,55.754]],[\"comment/7086\",[]],[\"name/7087\",[37,60.864]],[\"comment/7087\",[]],[\"name/7088\",[38,59.719]],[\"comment/7088\",[]],[\"name/7089\",[39,60.864]],[\"comment/7089\",[]],[\"name/7090\",[40,60.864]],[\"comment/7090\",[]],[\"name/7091\",[41,52.652]],[\"comment/7091\",[]],[\"name/7092\",[42,52.652]],[\"comment/7092\",[]],[\"name/7093\",[43,60.864]],[\"comment/7093\",[]],[\"name/7094\",[44,47.074]],[\"comment/7094\",[]],[\"name/7095\",[45,47.074]],[\"comment/7095\",[]],[\"name/7096\",[46,47.074]],[\"comment/7096\",[]],[\"name/7097\",[47,47.074]],[\"comment/7097\",[]],[\"name/7098\",[48,47.074]],[\"comment/7098\",[]],[\"name/7099\",[49,47.074]],[\"comment/7099\",[]],[\"name/7100\",[50,47.074]],[\"comment/7100\",[]],[\"name/7101\",[51,47.074]],[\"comment/7101\",[]],[\"name/7102\",[52,47.074]],[\"comment/7102\",[]],[\"name/7103\",[53,47.074]],[\"comment/7103\",[]],[\"name/7104\",[54,47.074]],[\"comment/7104\",[]],[\"name/7105\",[55,47.074]],[\"comment/7105\",[]],[\"name/7106\",[56,47.074]],[\"comment/7106\",[]],[\"name/7107\",[57,47.074]],[\"comment/7107\",[]],[\"name/7108\",[58,47.074]],[\"comment/7108\",[]],[\"name/7109\",[59,47.074]],[\"comment/7109\",[]],[\"name/7110\",[60,47.074]],[\"comment/7110\",[]],[\"name/7111\",[61,47.074]],[\"comment/7111\",[]],[\"name/7112\",[62,47.074]],[\"comment/7112\",[]],[\"name/7113\",[63,46.773]],[\"comment/7113\",[]],[\"name/7114\",[64,46.773]],[\"comment/7114\",[]],[\"name/7115\",[65,47.074]],[\"comment/7115\",[]],[\"name/7116\",[66,43.198]],[\"comment/7116\",[]],[\"name/7117\",[67,46.626]],[\"comment/7117\",[]],[\"name/7118\",[68,46.626]],[\"comment/7118\",[]],[\"name/7119\",[69,47.074]],[\"comment/7119\",[]],[\"name/7120\",[70,46.922]],[\"comment/7120\",[]],[\"name/7121\",[71,46.922]],[\"comment/7121\",[]],[\"name/7122\",[72,47.074]],[\"comment/7122\",[]],[\"name/7123\",[73,47.074]],[\"comment/7123\",[]],[\"name/7124\",[74,47.074]],[\"comment/7124\",[]],[\"name/7125\",[75,46.922]],[\"comment/7125\",[]],[\"name/7126\",[76,46.773]],[\"comment/7126\",[]],[\"name/7127\",[77,46.773]],[\"comment/7127\",[]],[\"name/7128\",[513,73.859]],[\"comment/7128\",[]],[\"name/7129\",[8,57.326]],[\"comment/7129\",[]],[\"name/7130\",[9,46.197]],[\"comment/7130\",[]],[\"name/7131\",[15,46.922]],[\"comment/7131\",[]],[\"name/7132\",[16,44.063]],[\"comment/7132\",[]],[\"name/7133\",[18,52.922]],[\"comment/7133\",[]],[\"name/7134\",[1,44.292]],[\"comment/7134\",[]],[\"name/7135\",[1373,79.739]],[\"comment/7135\",[]],[\"name/7136\",[1371,79.739]],[\"comment/7136\",[]],[\"name/7137\",[1372,79.739]],[\"comment/7137\",[]],[\"name/7138\",[1374,79.739]],[\"comment/7138\",[]],[\"name/7139\",[1375,79.739]],[\"comment/7139\",[]],[\"name/7140\",[385,67.498]],[\"comment/7140\",[]],[\"name/7141\",[1377,79.739]],[\"comment/7141\",[]],[\"name/7142\",[25,44.645]],[\"comment/7142\",[]],[\"name/7143\",[44,47.074]],[\"comment/7143\",[]],[\"name/7144\",[45,47.074]],[\"comment/7144\",[]],[\"name/7145\",[46,47.074]],[\"comment/7145\",[]],[\"name/7146\",[47,47.074]],[\"comment/7146\",[]],[\"name/7147\",[48,47.074]],[\"comment/7147\",[]],[\"name/7148\",[49,47.074]],[\"comment/7148\",[]],[\"name/7149\",[50,47.074]],[\"comment/7149\",[]],[\"name/7150\",[51,47.074]],[\"comment/7150\",[]],[\"name/7151\",[52,47.074]],[\"comment/7151\",[]],[\"name/7152\",[53,47.074]],[\"comment/7152\",[]],[\"name/7153\",[54,47.074]],[\"comment/7153\",[]],[\"name/7154\",[55,47.074]],[\"comment/7154\",[]],[\"name/7155\",[56,47.074]],[\"comment/7155\",[]],[\"name/7156\",[57,47.074]],[\"comment/7156\",[]],[\"name/7157\",[58,47.074]],[\"comment/7157\",[]],[\"name/7158\",[59,47.074]],[\"comment/7158\",[]],[\"name/7159\",[60,47.074]],[\"comment/7159\",[]],[\"name/7160\",[61,47.074]],[\"comment/7160\",[]],[\"name/7161\",[62,47.074]],[\"comment/7161\",[]],[\"name/7162\",[63,46.773]],[\"comment/7162\",[]],[\"name/7163\",[64,46.773]],[\"comment/7163\",[]],[\"name/7164\",[65,47.074]],[\"comment/7164\",[]],[\"name/7165\",[66,43.198]],[\"comment/7165\",[]],[\"name/7166\",[67,46.626]],[\"comment/7166\",[]],[\"name/7167\",[68,46.626]],[\"comment/7167\",[]],[\"name/7168\",[69,47.074]],[\"comment/7168\",[]],[\"name/7169\",[70,46.922]],[\"comment/7169\",[]],[\"name/7170\",[71,46.922]],[\"comment/7170\",[]],[\"name/7171\",[72,47.074]],[\"comment/7171\",[]],[\"name/7172\",[73,47.074]],[\"comment/7172\",[]],[\"name/7173\",[74,47.074]],[\"comment/7173\",[]],[\"name/7174\",[75,46.922]],[\"comment/7174\",[]],[\"name/7175\",[76,46.773]],[\"comment/7175\",[]],[\"name/7176\",[77,46.773]],[\"comment/7176\",[]],[\"name/7177\",[1379,84.848]],[\"comment/7177\",[]],[\"name/7178\",[571,79.739]],[\"comment/7178\",[]],[\"name/7179\",[572,79.739]],[\"comment/7179\",[]],[\"name/7180\",[564,71.852]],[\"comment/7180\",[]],[\"name/7181\",[556,79.739]],[\"comment/7181\",[]],[\"name/7182\",[1380,84.848]],[\"comment/7182\",[]],[\"name/7183\",[1381,84.848]],[\"comment/7183\",[]],[\"name/7184\",[1382,84.848]],[\"comment/7184\",[]],[\"name/7185\",[472,71.852]],[\"comment/7185\",[]],[\"name/7186\",[9,46.197]],[\"comment/7186\",[]],[\"name/7187\",[1383,84.848]],[\"comment/7187\",[]],[\"name/7188\",[15,46.922]],[\"comment/7188\",[]],[\"name/7189\",[16,44.063]],[\"comment/7189\",[]],[\"name/7190\",[1384,84.848]],[\"comment/7190\",[]],[\"name/7191\",[1385,84.848]],[\"comment/7191\",[]],[\"name/7192\",[1386,84.848]],[\"comment/7192\",[]],[\"name/7193\",[1387,84.848]],[\"comment/7193\",[]],[\"name/7194\",[1284,79.739]],[\"comment/7194\",[]],[\"name/7195\",[1388,84.848]],[\"comment/7195\",[]],[\"name/7196\",[1389,84.848]],[\"comment/7196\",[]],[\"name/7197\",[650,79.739]],[\"comment/7197\",[]],[\"name/7198\",[1390,84.848]],[\"comment/7198\",[]],[\"name/7199\",[129,54.083]],[\"comment/7199\",[]],[\"name/7200\",[127,54.396]],[\"comment/7200\",[]],[\"name/7201\",[62,47.074]],[\"comment/7201\",[]],[\"name/7202\",[1391,84.848]],[\"comment/7202\",[]],[\"name/7203\",[1392,84.848]],[\"comment/7203\",[]],[\"name/7204\",[1393,84.848]],[\"comment/7204\",[]],[\"name/7205\",[1394,84.848]],[\"comment/7205\",[]],[\"name/7206\",[1290,79.739]],[\"comment/7206\",[]],[\"name/7207\",[1395,84.848]],[\"comment/7207\",[]],[\"name/7208\",[108,56.509]],[\"comment/7208\",[]],[\"name/7209\",[128,54.396]],[\"comment/7209\",[]],[\"name/7210\",[25,44.645]],[\"comment/7210\",[]],[\"name/7211\",[44,47.074]],[\"comment/7211\",[]],[\"name/7212\",[45,47.074]],[\"comment/7212\",[]],[\"name/7213\",[46,47.074]],[\"comment/7213\",[]],[\"name/7214\",[47,47.074]],[\"comment/7214\",[]],[\"name/7215\",[48,47.074]],[\"comment/7215\",[]],[\"name/7216\",[49,47.074]],[\"comment/7216\",[]],[\"name/7217\",[50,47.074]],[\"comment/7217\",[]],[\"name/7218\",[51,47.074]],[\"comment/7218\",[]],[\"name/7219\",[52,47.074]],[\"comment/7219\",[]],[\"name/7220\",[53,47.074]],[\"comment/7220\",[]],[\"name/7221\",[54,47.074]],[\"comment/7221\",[]],[\"name/7222\",[55,47.074]],[\"comment/7222\",[]],[\"name/7223\",[56,47.074]],[\"comment/7223\",[]],[\"name/7224\",[57,47.074]],[\"comment/7224\",[]],[\"name/7225\",[58,47.074]],[\"comment/7225\",[]],[\"name/7226\",[59,47.074]],[\"comment/7226\",[]],[\"name/7227\",[60,47.074]],[\"comment/7227\",[]],[\"name/7228\",[61,47.074]],[\"comment/7228\",[]],[\"name/7229\",[63,46.773]],[\"comment/7229\",[]],[\"name/7230\",[64,46.773]],[\"comment/7230\",[]],[\"name/7231\",[65,47.074]],[\"comment/7231\",[]],[\"name/7232\",[66,43.198]],[\"comment/7232\",[]],[\"name/7233\",[67,46.626]],[\"comment/7233\",[]],[\"name/7234\",[68,46.626]],[\"comment/7234\",[]],[\"name/7235\",[69,47.074]],[\"comment/7235\",[]],[\"name/7236\",[70,46.922]],[\"comment/7236\",[]],[\"name/7237\",[71,46.922]],[\"comment/7237\",[]],[\"name/7238\",[72,47.074]],[\"comment/7238\",[]],[\"name/7239\",[73,47.074]],[\"comment/7239\",[]],[\"name/7240\",[74,47.074]],[\"comment/7240\",[]],[\"name/7241\",[75,46.922]],[\"comment/7241\",[]],[\"name/7242\",[76,46.773]],[\"comment/7242\",[]],[\"name/7243\",[77,46.773]],[\"comment/7243\",[]],[\"name/7244\",[1396,84.848]],[\"comment/7244\",[]],[\"name/7245\",[1397,84.848]],[\"comment/7245\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":1,\"name\":{\"1\":{},\"20\":{},\"177\":{},\"250\":{},\"299\":{},\"389\":{},\"471\":{},\"629\":{},\"774\":{},\"775\":{},\"851\":{},\"900\":{},\"1000\":{},\"1049\":{},\"1250\":{},\"1302\":{},\"1408\":{},\"1411\":{},\"1472\":{},\"1588\":{},\"1598\":{},\"1609\":{},\"1842\":{},\"1854\":{},\"1900\":{},\"2022\":{},\"2108\":{},\"2156\":{},\"2293\":{},\"2335\":{},\"2343\":{},\"2461\":{},\"2536\":{},\"2544\":{},\"2576\":{},\"2698\":{},\"2703\":{},\"2784\":{},\"2833\":{},\"3021\":{},\"3153\":{},\"3202\":{},\"3330\":{},\"3378\":{},\"3537\":{},\"3665\":{},\"3667\":{},\"3706\":{},\"3716\":{},\"3861\":{},\"3909\":{},\"4235\":{},\"4290\":{},\"4296\":{},\"4490\":{},\"4535\":{},\"4543\":{},\"4656\":{},\"4794\":{},\"4916\":{},\"5059\":{},\"5123\":{},\"5135\":{},\"5183\":{},\"5339\":{},\"5353\":{},\"5412\":{},\"5433\":{},\"5594\":{},\"5602\":{},\"5634\":{},\"5762\":{},\"5923\":{},\"5991\":{},\"6053\":{},\"6102\":{},\"6252\":{},\"6301\":{},\"6383\":{},\"6388\":{},\"6513\":{},\"6515\":{},\"6524\":{},\"6683\":{},\"6732\":{},\"7134\":{}},\"comment\":{}}],[\"above\",{\"_index\":816,\"name\":{\"2915\":{},\"4357\":{}},\"comment\":{}}],[\"abovecode\",{\"_index\":97,\"name\":{\"163\":{}},\"comment\":{}}],[\"accid\",{\"_index\":439,\"name\":{\"1293\":{}},\"comment\":{}}],[\"accidental\",{\"_index\":7,\"name\":{\"8\":{},\"1264\":{},\"1444\":{},\"1476\":{},\"1620\":{},\"2700\":{},\"2705\":{},\"3066\":{},\"3069\":{},\"3072\":{},\"3112\":{},\"6969\":{}},\"comment\":{}}],[\"accidentallowerpadding\",{\"_index\":912,\"name\":{\"3539\":{}},\"comment\":{}}],[\"accidentalmap\",{\"_index\":573,\"name\":{\"1592\":{}},\"comment\":{}}],[\"accidentals\",{\"_index\":426,\"name\":{\"1277\":{},\"1305\":{},\"3091\":{}},\"comment\":{}}],[\"accidentalspacing\",{\"_index\":807,\"name\":{\"2709\":{}},\"comment\":{}}],[\"accidentalupperpadding\",{\"_index\":911,\"name\":{\"3538\":{}},\"comment\":{}}],[\"accidentalvalue\",{\"_index\":852,\"name\":{\"3076\":{}},\"comment\":{}}],[\"add\",{\"_index\":274,\"name\":{\"581\":{},\"1729\":{},\"3819\":{},\"5447\":{}},\"comment\":{}}],[\"addbeziercurve\",{\"_index\":264,\"name\":{\"567\":{}},\"comment\":{}}],[\"addchildelement\",{\"_index\":44,\"name\":{\"46\":{},\"127\":{},\"201\":{},\"343\":{},\"421\":{},\"500\":{},\"730\":{},\"804\":{},\"945\":{},\"1094\":{},\"1150\":{},\"1215\":{},\"1371\":{},\"1780\":{},\"1941\":{},\"2056\":{},\"2201\":{},\"2420\":{},\"2487\":{},\"2658\":{},\"2738\":{},\"2877\":{},\"2944\":{},\"3030\":{},\"3248\":{},\"3421\":{},\"3483\":{},\"3566\":{},\"3629\":{},\"3727\":{},\"3954\":{},\"4074\":{},\"4141\":{},\"4191\":{},\"4247\":{},\"4314\":{},\"4381\":{},\"4620\":{},\"4692\":{},\"4749\":{},\"4814\":{},\"4872\":{},\"4931\":{},\"4993\":{},\"5067\":{},\"5226\":{},\"5302\":{},\"5377\":{},\"5526\":{},\"5716\":{},\"5776\":{},\"5884\":{},\"5938\":{},\"6006\":{},\"6147\":{},\"6346\":{},\"6437\":{},\"6564\":{},\"6637\":{},\"6776\":{},\"6839\":{},\"6922\":{},\"7094\":{},\"7143\":{},\"7211\":{}},\"comment\":{}}],[\"addchord\",{\"_index\":458,\"name\":{\"1328\":{}},\"comment\":{}}],[\"addclass\",{\"_index\":53,\"name\":{\"55\":{},\"136\":{},\"210\":{},\"352\":{},\"430\":{},\"509\":{},\"739\":{},\"813\":{},\"954\":{},\"1103\":{},\"1159\":{},\"1224\":{},\"1381\":{},\"1789\":{},\"1950\":{},\"2065\":{},\"2210\":{},\"2428\":{},\"2496\":{},\"2667\":{},\"2747\":{},\"2886\":{},\"2953\":{},\"3039\":{},\"3258\":{},\"3430\":{},\"3492\":{},\"3575\":{},\"3638\":{},\"3736\":{},\"3963\":{},\"4082\":{},\"4150\":{},\"4200\":{},\"4256\":{},\"4323\":{},\"4390\":{},\"4628\":{},\"4701\":{},\"4758\":{},\"4823\":{},\"4881\":{},\"4940\":{},\"5002\":{},\"5076\":{},\"5236\":{},\"5311\":{},\"5386\":{},\"5535\":{},\"5725\":{},\"5785\":{},\"5892\":{},\"5947\":{},\"6014\":{},\"6156\":{},\"6355\":{},\"6447\":{},\"6573\":{},\"6646\":{},\"6785\":{},\"6848\":{},\"6931\":{},\"7103\":{},\"7152\":{},\"7220\":{}},\"comment\":{}}],[\"addclef\",{\"_index\":1039,\"name\":{\"4061\":{},\"5871\":{}},\"comment\":{}}],[\"addcommithook\",{\"_index\":450,\"name\":{\"1320\":{},\"1356\":{}},\"comment\":{}}],[\"addconnector\",{\"_index\":1213,\"name\":{\"5521\":{}},\"comment\":{}}],[\"addendclef\",{\"_index\":1040,\"name\":{\"4062\":{},\"5872\":{}},\"comment\":{}}],[\"addendmodifier\",{\"_index\":1028,\"name\":{\"4049\":{},\"5859\":{}},\"comment\":{}}],[\"addendnote\",{\"_index\":1181,\"name\":{\"5356\":{}},\"comment\":{}}],[\"addendtimesignature\",{\"_index\":1042,\"name\":{\"4064\":{},\"5874\":{}},\"comment\":{}}],[\"addglyph\",{\"_index\":354,\"name\":{\"699\":{}},\"comment\":{}}],[\"addglyphortext\",{\"_index\":355,\"name\":{\"700\":{}},\"comment\":{}}],[\"addglyphsuperscript\",{\"_index\":353,\"name\":{\"698\":{}},\"comment\":{}}],[\"addkeysignature\",{\"_index\":1038,\"name\":{\"4060\":{},\"5870\":{}},\"comment\":{}}],[\"addline\",{\"_index\":356,\"name\":{\"701\":{}},\"comment\":{}}],[\"addmember\",{\"_index\":825,\"name\":{\"2991\":{}},\"comment\":{}}],[\"addmodifier\",{\"_index\":155,\"name\":{\"296\":{},\"897\":{},\"1046\":{},\"1897\":{},\"2153\":{},\"2382\":{},\"2618\":{},\"2830\":{},\"2990\":{},\"3199\":{},\"3375\":{},\"3906\":{},\"4048\":{},\"4582\":{},\"5180\":{},\"5676\":{},\"5858\":{},\"6099\":{},\"6298\":{},\"6417\":{},\"6729\":{}},\"comment\":{}}],[\"addnote\",{\"_index\":456,\"name\":{\"1326\":{}},\"comment\":{}}],[\"addnoteoption\",{\"_index\":455,\"name\":{\"1325\":{}},\"comment\":{}}],[\"addpoint\",{\"_index\":260,\"name\":{\"563\":{}},\"comment\":{}}],[\"addquadraticcurve\",{\"_index\":263,\"name\":{\"566\":{}},\"comment\":{}}],[\"addsinglenote\",{\"_index\":457,\"name\":{\"1327\":{}},\"comment\":{}}],[\"addstave\",{\"_index\":1214,\"name\":{\"5522\":{}},\"comment\":{}}],[\"addstroke\",{\"_index\":126,\"name\":{\"267\":{},\"868\":{},\"1017\":{},\"1870\":{},\"2125\":{},\"2359\":{},\"2593\":{},\"2801\":{},\"3170\":{},\"3347\":{},\"3878\":{},\"4559\":{},\"5152\":{},\"5651\":{},\"6070\":{},\"6269\":{},\"6700\":{}},\"comment\":{}}],[\"addsymbolblock\",{\"_index\":349,\"name\":{\"694\":{}},\"comment\":{}}],[\"addtabglyph\",{\"_index\":1227,\"name\":{\"5818\":{}},\"comment\":{}}],[\"addtext\",{\"_index\":350,\"name\":{\"695\":{}},\"comment\":{}}],[\"addtextsubscript\",{\"_index\":352,\"name\":{\"697\":{}},\"comment\":{}}],[\"addtextsuperscript\",{\"_index\":351,\"name\":{\"696\":{}},\"comment\":{}}],[\"addtickable\",{\"_index\":1290,\"name\":{\"6509\":{},\"7206\":{}},\"comment\":{}}],[\"addtickables\",{\"_index\":1395,\"name\":{\"7207\":{}},\"comment\":{}}],[\"addtimesignature\",{\"_index\":1041,\"name\":{\"4063\":{},\"5873\":{}},\"comment\":{}}],[\"addtomodifiercontext\",{\"_index\":107,\"name\":{\"243\":{},\"931\":{},\"1080\":{},\"1821\":{},\"2187\":{},\"2407\":{},\"2645\":{},\"2777\":{},\"3233\":{},\"3407\":{},\"3940\":{},\"4607\":{},\"5212\":{},\"5703\":{},\"6133\":{},\"6332\":{},\"6416\":{},\"6676\":{}},\"comment\":{}}],[\"addtostave\",{\"_index\":811,\"name\":{\"2716\":{}},\"comment\":{}}],[\"addtrebleglyph\",{\"_index\":1043,\"name\":{\"4065\":{},\"5875\":{}},\"comment\":{}}],[\"addvoices\",{\"_index\":1215,\"name\":{\"5523\":{}},\"comment\":{}}],[\"addx\",{\"_index\":261,\"name\":{\"564\":{}},\"comment\":{}}],[\"addy\",{\"_index\":262,\"name\":{\"565\":{}},\"comment\":{}}],[\"adjustheightforbeam\",{\"_index\":1163,\"name\":{\"5065\":{}},\"comment\":{}}],[\"adjustheightforflag\",{\"_index\":1162,\"name\":{\"5064\":{}},\"comment\":{}}],[\"advancewidth\",{\"_index\":312,\"name\":{\"625\":{},\"1640\":{}},\"comment\":{}}],[\"align_center\",{\"_index\":754,\"name\":{\"2249\":{},\"3142\":{},\"3305\":{},\"4451\":{},\"5577\":{},\"6233\":{}},\"comment\":{}}],[\"align_rests\",{\"_index\":636,\"name\":{\"1682\":{}},\"comment\":{}}],[\"alignmentcontexts\",{\"_index\":639,\"name\":{\"1686\":{}},\"comment\":{}}],[\"alignmentmodifiercontexts\",{\"_index\":644,\"name\":{\"1691\":{}},\"comment\":{}}],[\"alignrests\",{\"_index\":651,\"name\":{\"1704\":{}},\"comment\":{}}],[\"alignreststonotes\",{\"_index\":649,\"name\":{\"1701\":{}},\"comment\":{}}],[\"alignsubnoteswithnote\",{\"_index\":43,\"name\":{\"45\":{},\"126\":{},\"200\":{},\"499\":{},\"729\":{},\"1214\":{},\"1779\":{},\"2486\":{},\"2943\":{},\"3482\":{},\"3565\":{},\"3628\":{},\"5301\":{},\"5376\":{},\"6838\":{},\"7093\":{}},\"comment\":{}}],[\"alpha\",{\"_index\":1197,\"name\":{\"5484\":{}},\"comment\":{}}],[\"alterkey\",{\"_index\":814,\"name\":{\"2721\":{}},\"comment\":{}}],[\"annotation\",{\"_index\":86,\"name\":{\"90\":{},\"786\":{},\"1445\":{},\"1477\":{},\"6970\":{}},\"comment\":{}}],[\"annotation_spacing\",{\"_index\":119,\"name\":{\"259\":{},\"860\":{},\"1009\":{},\"1863\":{},\"2117\":{},\"2352\":{},\"2585\":{},\"2793\":{},\"3162\":{},\"3339\":{},\"3870\":{},\"4552\":{},\"5144\":{},\"5643\":{},\"6062\":{},\"6261\":{},\"6692\":{}},\"comment\":{}}],[\"annotationhorizontaljustify\",{\"_index\":78,\"name\":{\"80\":{},\"1556\":{}},\"comment\":{}}],[\"annotations\",{\"_index\":368,\"name\":{\"773\":{}},\"comment\":{}}],[\"annotationsmufl\",{\"_index\":371,\"name\":{\"781\":{}},\"comment\":{}}],[\"annotationverticaljustify\",{\"_index\":83,\"name\":{\"85\":{},\"1557\":{}},\"comment\":{}}],[\"applyaccidentals\",{\"_index\":12,\"name\":{\"13\":{}},\"comment\":{}}],[\"applyandgetbeams\",{\"_index\":200,\"name\":{\"384\":{}},\"comment\":{}}],[\"applyattributes\",{\"_index\":1195,\"name\":{\"5459\":{}},\"comment\":{}}],[\"applyfontstyle\",{\"_index\":1086,\"name\":{\"4312\":{}},\"comment\":{}}],[\"applylinestyle\",{\"_index\":1085,\"name\":{\"4311\":{}},\"comment\":{}}],[\"applystemextensions\",{\"_index\":225,\"name\":{\"415\":{}},\"comment\":{}}],[\"applystyle\",{\"_index\":49,\"name\":{\"51\":{},\"132\":{},\"206\":{},\"348\":{},\"426\":{},\"505\":{},\"735\":{},\"809\":{},\"950\":{},\"1099\":{},\"1155\":{},\"1220\":{},\"1376\":{},\"1785\":{},\"1946\":{},\"2061\":{},\"2206\":{},\"2424\":{},\"2492\":{},\"2663\":{},\"2743\":{},\"2882\":{},\"2949\":{},\"3035\":{},\"3253\":{},\"3426\":{},\"3488\":{},\"3571\":{},\"3634\":{},\"3732\":{},\"3959\":{},\"4078\":{},\"4146\":{},\"4196\":{},\"4252\":{},\"4319\":{},\"4386\":{},\"4624\":{},\"4697\":{},\"4754\":{},\"4819\":{},\"4877\":{},\"4936\":{},\"4998\":{},\"5072\":{},\"5231\":{},\"5307\":{},\"5382\":{},\"5531\":{},\"5721\":{},\"5781\":{},\"5888\":{},\"5943\":{},\"6002\":{},\"6152\":{},\"6351\":{},\"6442\":{},\"6569\":{},\"6642\":{},\"6781\":{},\"6844\":{},\"6927\":{},\"7099\":{},\"7148\":{},\"7216\":{}},\"comment\":{}}],[\"applytickmultiplier\",{\"_index\":192,\"name\":{\"338\":{},\"940\":{},\"1089\":{},\"1936\":{},\"2196\":{},\"2415\":{},\"2653\":{},\"2872\":{},\"3243\":{},\"3416\":{},\"3949\":{},\"4615\":{},\"5221\":{},\"5711\":{},\"6142\":{},\"6341\":{},\"6428\":{},\"6771\":{}},\"comment\":{}}],[\"arc\",{\"_index\":292,\"name\":{\"600\":{},\"3810\":{},\"5469\":{}},\"comment\":{}}],[\"arpeggio_directionless\",{\"_index\":1180,\"name\":{\"5346\":{}},\"comment\":{}}],[\"array\",{\"_index\":642,\"name\":{\"1689\":{},\"1693\":{}},\"comment\":{}}],[\"arrowhead_angle\",{\"_index\":1082,\"name\":{\"4306\":{}},\"comment\":{}}],[\"arrowhead_length\",{\"_index\":1081,\"name\":{\"4305\":{}},\"comment\":{}}],[\"articulation\",{\"_index\":100,\"name\":{\"166\":{},\"1447\":{},\"1478\":{},\"1625\":{},\"6971\":{}},\"comment\":{}}],[\"articulationstruct\",{\"_index\":95,\"name\":{\"161\":{}},\"comment\":{}}],[\"attach\",{\"_index\":1329,\"name\":{\"6906\":{}},\"comment\":{}}],[\"attributes\",{\"_index\":1182,\"name\":{\"5411\":{},\"5421\":{},\"5437\":{}},\"comment\":{}}],[\"auto_beam\",{\"_index\":638,\"name\":{\"1685\":{}},\"comment\":{}}],[\"auto_stem\",{\"_index\":750,\"name\":{\"2237\":{},\"4439\":{},\"5565\":{}},\"comment\":{}}],[\"autostem\",{\"_index\":765,\"name\":{\"2274\":{},\"4471\":{}},\"comment\":{}}],[\"autowidth\",{\"_index\":1209,\"name\":{\"5502\":{}},\"comment\":{}}],[\"backend\",{\"_index\":486,\"name\":{\"1413\":{}},\"comment\":{}}],[\"backends\",{\"_index\":977,\"name\":{\"3836\":{}},\"comment\":{}}],[\"background\",{\"_index\":487,\"name\":{\"1416\":{}},\"comment\":{}}],[\"backgroundfillstyle\",{\"_index\":1192,\"name\":{\"5443\":{}},\"comment\":{}}],[\"barline\",{\"_index\":522,\"name\":{\"1479\":{},\"4114\":{},\"6972\":{}},\"comment\":{}}],[\"barlinetype\",{\"_index\":551,\"name\":{\"1568\":{},\"4106\":{}},\"comment\":{}}],[\"barnote\",{\"_index\":103,\"name\":{\"235\":{},\"1437\":{},\"1480\":{},\"6973\":{}},\"comment\":{}}],[\"basey\",{\"_index\":699,\"name\":{\"1844\":{},\"2337\":{},\"2546\":{},\"4537\":{},\"5061\":{},\"5125\":{},\"5604\":{}},\"comment\":{}}],[\"bbox\",{\"_index\":733,\"name\":{\"2032\":{},\"6542\":{}},\"comment\":{}}],[\"beam\",{\"_index\":198,\"name\":{\"381\":{},\"1352\":{},\"1459\":{},\"1481\":{},\"6974\":{}},\"comment\":{}}],[\"beam_both\",{\"_index\":196,\"name\":{\"379\":{}},\"comment\":{}}],[\"beam_count\",{\"_index\":717,\"name\":{\"1995\":{}},\"comment\":{}}],[\"beam_left\",{\"_index\":194,\"name\":{\"377\":{}},\"comment\":{}}],[\"beam_right\",{\"_index\":195,\"name\":{\"378\":{}},\"comment\":{}}],[\"beam_width\",{\"_index\":206,\"name\":{\"394\":{}},\"comment\":{}}],[\"beamnotes\",{\"_index\":792,\"name\":{\"2464\":{}},\"comment\":{}}],[\"beat_value\",{\"_index\":572,\"name\":{\"1590\":{},\"7179\":{}},\"comment\":{}}],[\"beats_occupied\",{\"_index\":1314,\"name\":{\"6882\":{}},\"comment\":{}}],[\"beatsoccupieddeprecationwarning\",{\"_index\":1335,\"name\":{\"6913\":{}},\"comment\":{}}],[\"begin\",{\"_index\":407,\"name\":{\"1254\":{},\"3688\":{},\"4359\":{},\"4967\":{}},\"comment\":{}}],[\"begin_end\",{\"_index\":1143,\"name\":{\"4970\":{}},\"comment\":{}}],[\"begin_x\",{\"_index\":383,\"name\":{\"984\":{}},\"comment\":{}}],[\"beginpath\",{\"_index\":287,\"name\":{\"595\":{},\"3805\":{},\"5464\":{}},\"comment\":{}}],[\"below\",{\"_index\":817,\"name\":{\"2916\":{},\"4358\":{}},\"comment\":{}}],[\"belowcode\",{\"_index\":98,\"name\":{\"164\":{}},\"comment\":{}}],[\"benchmark\",{\"_index\":1367,\"name\":{\"7051\":{}},\"comment\":{}}],[\"bend\",{\"_index\":231,\"name\":{\"461\":{},\"1482\":{},\"6975\":{}},\"comment\":{}}],[\"bend_width\",{\"_index\":236,\"name\":{\"474\":{}},\"comment\":{}}],[\"bendphrase\",{\"_index\":228,\"name\":{\"455\":{}},\"comment\":{}}],[\"between_lines\",{\"_index\":99,\"name\":{\"165\":{}},\"comment\":{}}],[\"bezier\",{\"_index\":724,\"name\":{\"2015\":{}},\"comment\":{}}],[\"beziercurveto\",{\"_index\":290,\"name\":{\"598\":{},\"3808\":{},\"5467\":{}},\"comment\":{}}],[\"bold\",{\"_index\":604,\"name\":{\"1645\":{},\"6188\":{}},\"comment\":{}}],[\"botglyphs\",{\"_index\":735,\"name\":{\"2036\":{},\"6546\":{}},\"comment\":{}}],[\"botstartx\",{\"_index\":1293,\"name\":{\"6536\":{}},\"comment\":{}}],[\"bottom\",{\"_index\":85,\"name\":{\"88\":{},\"645\":{},\"4292\":{},\"5980\":{},\"6895\":{}},\"comment\":{}}],[\"bottom_stave\",{\"_index\":1060,\"name\":{\"4183\":{}},\"comment\":{}}],[\"bottom_text_position\",{\"_index\":987,\"name\":{\"3990\":{}},\"comment\":{}}],[\"bottomline\",{\"_index\":1297,\"name\":{\"6609\":{},\"6892\":{}},\"comment\":{}}],[\"boundingbox\",{\"_index\":244,\"name\":{\"539\":{},\"1483\":{}},\"comment\":{}}],[\"boundingboxcomputation\",{\"_index\":256,\"name\":{\"557\":{},\"1484\":{}},\"comment\":{}}],[\"bounds\",{\"_index\":241,\"name\":{\"534\":{}},\"comment\":{}}],[\"bpm\",{\"_index\":1130,\"name\":{\"4784\":{}},\"comment\":{}}],[\"bracket\",{\"_index\":944,\"name\":{\"3708\":{}},\"comment\":{}}],[\"bracket_height\",{\"_index\":951,\"name\":{\"3718\":{},\"5998\":{}},\"comment\":{}}],[\"bracket_line_width\",{\"_index\":953,\"name\":{\"3720\":{}},\"comment\":{}}],[\"bracketed\",{\"_index\":1315,\"name\":{\"6883\":{}},\"comment\":{}}],[\"breaksecondaryat\",{\"_index\":218,\"name\":{\"408\":{}},\"comment\":{}}],[\"brush_down\",{\"_index\":1174,\"name\":{\"5340\":{}},\"comment\":{}}],[\"brush_up\",{\"_index\":1175,\"name\":{\"5341\":{}},\"comment\":{}}],[\"build\",{\"_index\":519,\"name\":{\"1471\":{}},\"comment\":{}}],[\"buildandattach\",{\"_index\":402,\"name\":{\"1187\":{},\"3602\":{}},\"comment\":{}}],[\"buildcontext\",{\"_index\":980,\"name\":{\"3839\":{}},\"comment\":{}}],[\"builder\",{\"_index\":406,\"name\":{\"1253\":{},\"1309\":{},\"1332\":{},\"1345\":{}},\"comment\":{}}],[\"builderelements\",{\"_index\":441,\"name\":{\"1303\":{}},\"comment\":{}}],[\"builderoptions\",{\"_index\":442,\"name\":{\"1306\":{}},\"comment\":{}}],[\"buildflag\",{\"_index\":689,\"name\":{\"1830\":{},\"2325\":{},\"2558\":{},\"4525\":{},\"5111\":{},\"5616\":{}},\"comment\":{}}],[\"buildnoteheads\",{\"_index\":764,\"name\":{\"2273\":{},\"4470\":{}},\"comment\":{}}],[\"buildstem\",{\"_index\":688,\"name\":{\"1829\":{},\"2272\":{},\"2557\":{},\"4469\":{},\"5110\":{},\"5615\":{}},\"comment\":{}}],[\"cached_outline\",{\"_index\":602,\"name\":{\"1642\":{}},\"comment\":{}}],[\"calcbeamednotesslashbbox\",{\"_index\":761,\"name\":{\"2267\":{}},\"comment\":{}}],[\"calcnotedisplacements\",{\"_index\":781,\"name\":{\"2307\":{},\"4504\":{}},\"comment\":{}}],[\"calculateflatslope\",{\"_index\":223,\"name\":{\"413\":{}},\"comment\":{}}],[\"calculatekeyprops\",{\"_index\":767,\"name\":{\"2276\":{},\"4473\":{}},\"comment\":{}}],[\"calculateoptimalstemdirection\",{\"_index\":766,\"name\":{\"2275\":{},\"4472\":{}},\"comment\":{}}],[\"calculateslope\",{\"_index\":222,\"name\":{\"412\":{}},\"comment\":{}}],[\"cancelkey\",{\"_index\":809,\"name\":{\"2714\":{}},\"comment\":{}}],[\"canonical_notes\",{\"_index\":859,\"name\":{\"3085\":{}},\"comment\":{}}],[\"canvas\",{\"_index\":269,\"name\":{\"576\":{},\"3829\":{}},\"comment\":{}}],[\"canvas_browser_size_limit\",{\"_index\":266,\"name\":{\"571\":{}},\"comment\":{}}],[\"canvascontext\",{\"_index\":265,\"name\":{\"568\":{},\"1485\":{}},\"comment\":{}}],[\"category\",{\"_index\":9,\"name\":{\"10\":{},\"92\":{},\"168\":{},\"237\":{},\"382\":{},\"462\":{},\"573\":{},\"656\":{},\"779\":{},\"839\":{},\"987\":{},\"1140\":{},\"1185\":{},\"1368\":{},\"1719\":{},\"1748\":{},\"1815\":{},\"1999\":{},\"2017\":{},\"2094\":{},\"2252\":{},\"2454\":{},\"2522\":{},\"2708\":{},\"2773\":{},\"2918\":{},\"3016\":{},\"3145\":{},\"3309\":{},\"3455\":{},\"3524\":{},\"3601\":{},\"3702\":{},\"3789\":{},\"3847\":{},\"4002\":{},\"4115\":{},\"4177\":{},\"4233\":{},\"4287\":{},\"4362\":{},\"4455\":{},\"4653\":{},\"4727\":{},\"4789\":{},\"4849\":{},\"4912\":{},\"4972\":{},\"5043\":{},\"5101\":{},\"5267\":{},\"5337\":{},\"5425\":{},\"5510\":{},\"5580\":{},\"5751\":{},\"5811\":{},\"5917\":{},\"5983\":{},\"6041\":{},\"6236\":{},\"6393\":{},\"6519\":{},\"6603\":{},\"6672\":{},\"6811\":{},\"6898\":{},\"6968\":{},\"7063\":{},\"7130\":{},\"7186\":{}},\"comment\":{}}],[\"center\",{\"_index\":80,\"name\":{\"82\":{},\"87\":{},\"640\":{},\"2912\":{},\"4354\":{},\"6218\":{}},\"comment\":{}}],[\"center_stem\",{\"_index\":82,\"name\":{\"84\":{},\"89\":{},\"642\":{}},\"comment\":{}}],[\"change\",{\"_index\":805,\"name\":{\"2701\":{},\"2706\":{}},\"comment\":{}}],[\"checkattachednote\",{\"_index\":28,\"name\":{\"30\":{},\"110\":{},\"184\":{},\"484\":{},\"713\":{},\"1199\":{},\"1763\":{},\"2470\":{},\"2926\":{},\"3466\":{},\"3549\":{},\"3613\":{},\"5285\":{},\"5361\":{},\"6822\":{},\"7077\":{}},\"comment\":{}}],[\"checkbeam\",{\"_index\":152,\"name\":{\"293\":{},\"894\":{},\"1043\":{},\"1894\":{},\"2150\":{},\"2380\":{},\"2615\":{},\"2827\":{},\"3196\":{},\"3372\":{},\"3903\":{},\"4580\":{},\"5177\":{},\"5673\":{},\"6096\":{},\"6295\":{},\"6726\":{}},\"comment\":{}}],[\"checkcollision\",{\"_index\":11,\"name\":{\"12\":{}},\"comment\":{}}],[\"checkcontext\",{\"_index\":65,\"name\":{\"67\":{},\"148\":{},\"222\":{},\"364\":{},\"442\":{},\"521\":{},\"751\":{},\"825\":{},\"966\":{},\"1115\":{},\"1171\":{},\"1236\":{},\"1393\":{},\"1801\":{},\"1962\":{},\"2077\":{},\"2221\":{},\"2439\":{},\"2508\":{},\"2679\":{},\"2759\":{},\"2898\":{},\"2965\":{},\"3051\":{},\"3270\":{},\"3441\":{},\"3504\":{},\"3587\":{},\"3650\":{},\"3748\":{},\"3974\":{},\"4093\":{},\"4162\":{},\"4212\":{},\"4268\":{},\"4335\":{},\"4402\":{},\"4639\":{},\"4713\":{},\"4770\":{},\"4835\":{},\"4893\":{},\"4952\":{},\"5014\":{},\"5087\":{},\"5248\":{},\"5323\":{},\"5398\":{},\"5546\":{},\"5737\":{},\"5797\":{},\"5903\":{},\"5959\":{},\"6026\":{},\"6168\":{},\"6367\":{},\"6459\":{},\"6585\":{},\"6658\":{},\"6797\":{},\"6860\":{},\"6943\":{},\"7115\":{},\"7164\":{},\"7231\":{}},\"comment\":{}}],[\"checkindex\",{\"_index\":30,\"name\":{\"32\":{},\"113\":{},\"187\":{},\"487\":{},\"716\":{},\"1201\":{},\"1766\":{},\"2473\":{},\"2929\":{},\"3469\":{},\"3552\":{},\"3615\":{},\"5288\":{},\"5364\":{},\"6825\":{},\"7080\":{}},\"comment\":{}}],[\"checkmetrics\",{\"_index\":739,\"name\":{\"2048\":{},\"6558\":{}},\"comment\":{}}],[\"checkmodifiercontext\",{\"_index\":33,\"name\":{\"35\":{},\"116\":{},\"190\":{},\"342\":{},\"490\":{},\"719\":{},\"944\":{},\"1093\":{},\"1204\":{},\"1769\":{},\"1940\":{},\"2200\":{},\"2419\":{},\"2476\":{},\"2657\":{},\"2876\":{},\"2932\":{},\"3247\":{},\"3420\":{},\"3472\":{},\"3555\":{},\"3618\":{},\"3953\":{},\"4619\":{},\"5225\":{},\"5291\":{},\"5367\":{},\"5715\":{},\"6146\":{},\"6345\":{},\"6433\":{},\"6775\":{},\"6828\":{},\"7083\":{}},\"comment\":{}}],[\"checkstave\",{\"_index\":128,\"name\":{\"269\":{},\"795\":{},\"870\":{},\"1019\":{},\"1872\":{},\"2054\":{},\"2127\":{},\"2361\":{},\"2595\":{},\"2729\":{},\"2803\":{},\"3026\":{},\"3172\":{},\"3349\":{},\"3880\":{},\"4130\":{},\"4369\":{},\"4561\":{},\"4681\":{},\"4738\":{},\"4803\":{},\"4861\":{},\"4982\":{},\"5154\":{},\"5653\":{},\"6072\":{},\"6271\":{},\"6563\":{},\"6626\":{},\"6702\":{},\"7209\":{}},\"comment\":{}}],[\"checkstem\",{\"_index\":686,\"name\":{\"1827\":{},\"2323\":{},\"2555\":{},\"4523\":{},\"5108\":{},\"5613\":{}},\"comment\":{}}],[\"checktickcontext\",{\"_index\":185,\"name\":{\"331\":{},\"933\":{},\"1082\":{},\"1930\":{},\"2189\":{},\"2409\":{},\"2647\":{},\"2865\":{},\"3235\":{},\"3409\":{},\"3942\":{},\"4609\":{},\"5214\":{},\"5705\":{},\"6135\":{},\"6334\":{},\"6420\":{},\"6764\":{}},\"comment\":{}}],[\"chord\",{\"_index\":412,\"name\":{\"1260\":{},\"1297\":{}},\"comment\":{}}],[\"chordornote\",{\"_index\":411,\"name\":{\"1259\":{}},\"comment\":{}}],[\"chordsymbol\",{\"_index\":331,\"name\":{\"654\":{},\"1446\":{},\"1486\":{},\"1627\":{},\"6976\":{}},\"comment\":{}}],[\"chordsymbolblock\",{\"_index\":303,\"name\":{\"614\":{}},\"comment\":{}}],[\"chordsymbolglyphmetrics\",{\"_index\":310,\"name\":{\"623\":{}},\"comment\":{}}],[\"chordsymbolhorizontaljustify\",{\"_index\":324,\"name\":{\"638\":{},\"1558\":{}},\"comment\":{}}],[\"chordsymbolmetrics\",{\"_index\":314,\"name\":{\"627\":{}},\"comment\":{}}],[\"chordsymbolverticaljustify\",{\"_index\":325,\"name\":{\"643\":{},\"1559\":{}},\"comment\":{}}],[\"class\",{\"_index\":475,\"name\":{\"1360\":{}},\"comment\":{}}],[\"clear\",{\"_index\":271,\"name\":{\"578\":{},\"3771\":{},\"3791\":{},\"5460\":{}},\"comment\":{}}],[\"clearrect\",{\"_index\":286,\"name\":{\"594\":{},\"3804\":{},\"5463\":{}},\"comment\":{}}],[\"clef\",{\"_index\":369,\"name\":{\"777\":{},\"787\":{},\"1308\":{},\"1336\":{},\"1487\":{},\"2243\":{},\"4445\":{},\"5571\":{},\"6977\":{}},\"comment\":{}}],[\"clef_default\",{\"_index\":592,\"name\":{\"1621\":{}},\"comment\":{}}],[\"clef_small\",{\"_index\":593,\"name\":{\"1622\":{}},\"comment\":{}}],[\"clefannotatiomtype\",{\"_index\":364,\"name\":{\"766\":{}},\"comment\":{}}],[\"clefmetrics\",{\"_index\":367,\"name\":{\"771\":{}},\"comment\":{}}],[\"clefnote\",{\"_index\":378,\"name\":{\"838\":{},\"1438\":{},\"1488\":{},\"6978\":{}},\"comment\":{}}],[\"clefproperties\",{\"_index\":577,\"name\":{\"1597\":{}},\"comment\":{}}],[\"cleftype\",{\"_index\":363,\"name\":{\"763\":{}},\"comment\":{}}],[\"clone\",{\"_index\":254,\"name\":{\"555\":{},\"1738\":{}},\"comment\":{}}],[\"closegroup\",{\"_index\":273,\"name\":{\"580\":{},\"3818\":{},\"5446\":{}},\"comment\":{}}],[\"closepath\",{\"_index\":295,\"name\":{\"603\":{},\"3813\":{},\"5470\":{}},\"comment\":{}}],[\"coda_left\",{\"_index\":1110,\"name\":{\"4658\":{}},\"comment\":{}}],[\"coda_right\",{\"_index\":1111,\"name\":{\"4659\":{}},\"comment\":{}}],[\"code\",{\"_index\":96,\"name\":{\"162\":{},\"764\":{},\"769\":{},\"1987\":{},\"2033\":{},\"3113\":{},\"6543\":{},\"7045\":{}},\"comment\":{}}],[\"code_flag_downstem\",{\"_index\":713,\"name\":{\"1989\":{}},\"comment\":{}}],[\"code_flag_upstem\",{\"_index\":712,\"name\":{\"1988\":{}},\"comment\":{}}],[\"code_head\",{\"_index\":703,\"name\":{\"1976\":{}},\"comment\":{}}],[\"color\",{\"_index\":950,\"name\":{\"3717\":{},\"4302\":{},\"5993\":{}},\"comment\":{}}],[\"column\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"comma\",{\"_index\":431,\"name\":{\"1283\":{}},\"comment\":{}}],[\"commithook\",{\"_index\":404,\"name\":{\"1249\":{}},\"comment\":{}}],[\"commithooks\",{\"_index\":446,\"name\":{\"1315\":{},\"1333\":{}},\"comment\":{}}],[\"commitpiece\",{\"_index\":459,\"name\":{\"1329\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":16,\"name\":{\"17\":{},\"102\":{},\"174\":{},\"240\":{},\"387\":{},\"469\":{},\"541\":{},\"558\":{},\"574\":{},\"685\":{},\"785\":{},\"842\":{},\"990\":{},\"1144\":{},\"1192\":{},\"1252\":{},\"1296\":{},\"1310\":{},\"1341\":{},\"1370\":{},\"1422\":{},\"1602\":{},\"1703\":{},\"1723\":{},\"1754\":{},\"1818\":{},\"2031\":{},\"2097\":{},\"2263\":{},\"2459\":{},\"2525\":{},\"2693\":{},\"2712\":{},\"2776\":{},\"2922\":{},\"2989\":{},\"3018\":{},\"3093\":{},\"3148\":{},\"3312\":{},\"3460\":{},\"3535\":{},\"3607\":{},\"3691\":{},\"3714\":{},\"3770\":{},\"3790\":{},\"3843\":{},\"3850\":{},\"4007\":{},\"4120\":{},\"4181\":{},\"4240\":{},\"4294\":{},\"4365\":{},\"4464\":{},\"4671\":{},\"4730\":{},\"4792\":{},\"4852\":{},\"4914\":{},\"4976\":{},\"5049\":{},\"5104\":{},\"5273\":{},\"5351\":{},\"5426\":{},\"5512\":{},\"5583\":{},\"5759\":{},\"5816\":{},\"5921\":{},\"5989\":{},\"6045\":{},\"6241\":{},\"6395\":{},\"6487\":{},\"6533\":{},\"6607\":{},\"6675\":{},\"6815\":{},\"6875\":{},\"6904\":{},\"7044\":{},\"7055\":{},\"7069\":{},\"7132\":{},\"7189\":{}},\"comment\":{}}],[\"contains\",{\"_index\":1366,\"name\":{\"7049\":{}},\"comment\":{}}],[\"context\",{\"_index\":637,\"name\":{\"1684\":{}},\"comment\":{}}],[\"context2d\",{\"_index\":268,\"name\":{\"575\":{}},\"comment\":{}}],[\"contextbuilder\",{\"_index\":975,\"name\":{\"3827\":{}},\"comment\":{}}],[\"convertacclines\",{\"_index\":812,\"name\":{\"2717\":{}},\"comment\":{}}],[\"convertsizetopixelvalue\",{\"_index\":609,\"name\":{\"1654\":{}},\"comment\":{}}],[\"convertsizetopointvalue\",{\"_index\":610,\"name\":{\"1655\":{}},\"comment\":{}}],[\"converttoalteracclist\",{\"_index\":815,\"name\":{\"2722\":{}},\"comment\":{}}],[\"converttocancelacclist\",{\"_index\":810,\"name\":{\"2715\":{}},\"comment\":{}}],[\"converttoglyph\",{\"_index\":808,\"name\":{\"2713\":{}},\"comment\":{}}],[\"copy\",{\"_index\":245,\"name\":{\"540\":{},\"1739\":{}},\"comment\":{}}],[\"cp1\",{\"_index\":1136,\"name\":{\"4920\":{},\"5766\":{},\"5927\":{}},\"comment\":{}}],[\"cp2\",{\"_index\":1133,\"name\":{\"4917\":{},\"5763\":{},\"5924\":{}},\"comment\":{}}],[\"cps\",{\"_index\":389,\"name\":{\"1129\":{}},\"comment\":{}}],[\"create\",{\"_index\":1193,\"name\":{\"5444\":{},\"6200\":{}},\"comment\":{}}],[\"createhammeron\",{\"_index\":1225,\"name\":{\"5757\":{},\"5918\":{}},\"comment\":{}}],[\"createmodifiercontexts\",{\"_index\":654,\"name\":{\"1707\":{}},\"comment\":{}}],[\"createpulloff\",{\"_index\":1226,\"name\":{\"5758\":{},\"5919\":{}},\"comment\":{}}],[\"createscalemap\",{\"_index\":876,\"name\":{\"3104\":{}},\"comment\":{}}],[\"createslidedown\",{\"_index\":1224,\"name\":{\"5756\":{}},\"comment\":{}}],[\"createslideup\",{\"_index\":1223,\"name\":{\"5755\":{}},\"comment\":{}}],[\"createsostenuto\",{\"_index\":948,\"name\":{\"3712\":{}},\"comment\":{}}],[\"createsustain\",{\"_index\":947,\"name\":{\"3711\":{}},\"comment\":{}}],[\"createtickcontexts\",{\"_index\":655,\"name\":{\"1708\":{}},\"comment\":{}}],[\"createunacorda\",{\"_index\":949,\"name\":{\"3713\":{}},\"comment\":{}}],[\"cresc\",{\"_index\":1066,\"name\":{\"4236\":{}},\"comment\":{}}],[\"crescendo\",{\"_index\":384,\"name\":{\"985\":{},\"1489\":{},\"6979\":{}},\"comment\":{}}],[\"crescendoparams\",{\"_index\":380,\"name\":{\"979\":{}},\"comment\":{}}],[\"current_cache_key\",{\"_index\":725,\"name\":{\"2018\":{},\"6520\":{}},\"comment\":{}}],[\"curve\",{\"_index\":396,\"name\":{\"1139\":{},\"1460\":{},\"1490\":{},\"6980\":{}},\"comment\":{}}],[\"curveoptions\",{\"_index\":388,\"name\":{\"1128\":{}},\"comment\":{}}],[\"curveposition\",{\"_index\":393,\"name\":{\"1136\":{},\"1562\":{}},\"comment\":{}}],[\"custom_glyph_code\",{\"_index\":897,\"name\":{\"3293\":{}},\"comment\":{}}],[\"customtypes\",{\"_index\":890,\"name\":{\"3133\":{}},\"comment\":{}}],[\"dash\",{\"_index\":1235,\"name\":{\"5997\":{}},\"comment\":{}}],[\"dashed\",{\"_index\":1232,\"name\":{\"5992\":{}},\"comment\":{}}],[\"data\",{\"_index\":586,\"name\":{\"1610\":{}},\"comment\":{}}],[\"date\",{\"_index\":521,\"name\":{\"1475\":{}},\"comment\":{}}],[\"dblsharpline\",{\"_index\":4,\"name\":{\"5\":{}},\"comment\":{}}],[\"dc\",{\"_index\":1114,\"name\":{\"4662\":{}},\"comment\":{}}],[\"dc_al_coda\",{\"_index\":1115,\"name\":{\"4663\":{}},\"comment\":{}}],[\"dc_al_fine\",{\"_index\":1116,\"name\":{\"4664\":{}},\"comment\":{}}],[\"debug\",{\"_index\":8,\"name\":{\"9\":{},\"91\":{},\"167\":{},\"236\":{},\"655\":{},\"778\":{},\"986\":{},\"1340\":{},\"1419\":{},\"1696\":{},\"2255\":{},\"2453\":{},\"2988\":{},\"3308\":{},\"3523\":{},\"3690\":{},\"3701\":{},\"4454\":{},\"5042\":{},\"5982\":{},\"6040\":{},\"6198\":{},\"7129\":{}},\"comment\":{}}],[\"debugformatter\",{\"_index\":1206,\"name\":{\"5499\":{}},\"comment\":{}}],[\"debugnotemetrics\",{\"_index\":1203,\"name\":{\"5495\":{}},\"comment\":{}}],[\"decresc\",{\"_index\":1067,\"name\":{\"4237\":{}},\"comment\":{}}],[\"defaultpadding\",{\"_index\":997,\"name\":{\"4004\":{},\"5813\":{}},\"comment\":{}}],[\"defaults\",{\"_index\":465,\"name\":{\"1342\":{}},\"comment\":{}}],[\"defined\",{\"_index\":1356,\"name\":{\"7036\":{}},\"comment\":{}}],[\"denominator\",{\"_index\":665,\"name\":{\"1725\":{}},\"comment\":{}}],[\"description\",{\"_index\":1240,\"name\":{\"6192\":{}},\"comment\":{}}],[\"detach\",{\"_index\":1330,\"name\":{\"6907\":{}},\"comment\":{}}],[\"details\",{\"_index\":1210,\"name\":{\"5506\":{}},\"comment\":{}}],[\"deviation\",{\"_index\":1266,\"name\":{\"6391\":{}},\"comment\":{}}],[\"diatonic_accidentals\",{\"_index\":861,\"name\":{\"3087\":{}},\"comment\":{}}],[\"diatonic_intervals\",{\"_index\":860,\"name\":{\"3086\":{}},\"comment\":{}}],[\"digits\",{\"_index\":594,\"name\":{\"1624\":{}},\"comment\":{}}],[\"disabledefaultregistry\",{\"_index\":962,\"name\":{\"3769\":{}},\"comment\":{}}],[\"displaced\",{\"_index\":879,\"name\":{\"3116\":{},\"3296\":{}},\"comment\":{}}],[\"displaced_x\",{\"_index\":1095,\"name\":{\"4418\":{}},\"comment\":{}}],[\"displacedshiftx\",{\"_index\":894,\"name\":{\"3285\":{}},\"comment\":{}}],[\"divide\",{\"_index\":670,\"name\":{\"1732\":{}},\"comment\":{}}],[\"dot\",{\"_index\":400,\"name\":{\"1184\":{},\"1284\":{},\"1491\":{},\"6981\":{}},\"comment\":{}}],[\"dot_shifty\",{\"_index\":705,\"name\":{\"1978\":{}},\"comment\":{}}],[\"dots\",{\"_index\":415,\"name\":{\"1265\":{},\"1299\":{},\"2247\":{},\"3128\":{},\"3134\":{},\"3140\":{},\"3303\":{},\"4449\":{},\"4786\":{},\"5575\":{},\"6231\":{}},\"comment\":{}}],[\"double\",{\"_index\":1050,\"name\":{\"4108\":{}},\"comment\":{}}],[\"down\",{\"_index\":233,\"name\":{\"464\":{},\"3834\":{},\"5045\":{}},\"comment\":{}}],[\"draw\",{\"_index\":25,\"name\":{\"27\":{},\"106\":{},\"180\":{},\"245\":{},\"252\":{},\"420\":{},\"480\":{},\"710\":{},\"791\":{},\"846\":{},\"853\":{},\"995\":{},\"1002\":{},\"1149\":{},\"1195\":{},\"1379\":{},\"1469\":{},\"1759\":{},\"1823\":{},\"1856\":{},\"2038\":{},\"2103\":{},\"2110\":{},\"2266\":{},\"2345\":{},\"2468\":{},\"2551\":{},\"2578\":{},\"2725\":{},\"2779\":{},\"2786\":{},\"2942\":{},\"3029\":{},\"3155\":{},\"3256\":{},\"3325\":{},\"3332\":{},\"3464\":{},\"3545\":{},\"3609\":{},\"3726\":{},\"3856\":{},\"3863\":{},\"4069\":{},\"4123\":{},\"4190\":{},\"4246\":{},\"4313\":{},\"4380\":{},\"4519\":{},\"4545\":{},\"4674\":{},\"4734\":{},\"4799\":{},\"4857\":{},\"4930\":{},\"4978\":{},\"5066\":{},\"5137\":{},\"5234\":{},\"5281\":{},\"5357\":{},\"5525\":{},\"5609\":{},\"5636\":{},\"5775\":{},\"5879\":{},\"5937\":{},\"6005\":{},\"6048\":{},\"6055\":{},\"6247\":{},\"6254\":{},\"6445\":{},\"6548\":{},\"6622\":{},\"6678\":{},\"6685\":{},\"6818\":{},\"6921\":{},\"7073\":{},\"7142\":{},\"7210\":{}},\"comment\":{}}],[\"draw_dots\",{\"_index\":113,\"name\":{\"253\":{},\"854\":{},\"1003\":{},\"1857\":{},\"2111\":{},\"2346\":{},\"2579\":{},\"2787\":{},\"3156\":{},\"3333\":{},\"3864\":{},\"4546\":{},\"5138\":{},\"5637\":{},\"6056\":{},\"6255\":{},\"6686\":{}},\"comment\":{}}],[\"draw_end_arrow\",{\"_index\":1080,\"name\":{\"4304\":{}},\"comment\":{}}],[\"draw_start_arrow\",{\"_index\":1079,\"name\":{\"4303\":{}},\"comment\":{}}],[\"draw_stem\",{\"_index\":114,\"name\":{\"254\":{},\"855\":{},\"1004\":{},\"1858\":{},\"2112\":{},\"2347\":{},\"2580\":{},\"2788\":{},\"3157\":{},\"3334\":{},\"3865\":{},\"4547\":{},\"5139\":{},\"5638\":{},\"6057\":{},\"6256\":{},\"6687\":{}},\"comment\":{}}],[\"draw_stem_through_stave\",{\"_index\":112,\"name\":{\"251\":{},\"852\":{},\"1001\":{},\"1855\":{},\"2109\":{},\"2344\":{},\"2577\":{},\"2785\":{},\"3154\":{},\"3331\":{},\"3862\":{},\"4544\":{},\"5136\":{},\"5635\":{},\"6054\":{},\"6253\":{},\"6684\":{}},\"comment\":{}}],[\"draw_width\",{\"_index\":230,\"name\":{\"460\":{}},\"comment\":{}}],[\"drawbracketed\",{\"_index\":955,\"name\":{\"3724\":{}},\"comment\":{}}],[\"drawcodafixed\",{\"_index\":1124,\"name\":{\"4675\":{}},\"comment\":{}}],[\"drawdashedline\",{\"_index\":983,\"name\":{\"3842\":{}},\"comment\":{}}],[\"drawdot\",{\"_index\":971,\"name\":{\"3780\":{}},\"comment\":{}}],[\"drawflag\",{\"_index\":789,\"name\":{\"2317\":{},\"2547\":{},\"4514\":{},\"5605\":{}},\"comment\":{}}],[\"drawledgerlines\",{\"_index\":787,\"name\":{\"2314\":{},\"4511\":{}},\"comment\":{}}],[\"drawline\",{\"_index\":844,\"name\":{\"3027\":{}},\"comment\":{}}],[\"drawmodifiers\",{\"_index\":748,\"name\":{\"2101\":{},\"2315\":{},\"2548\":{},\"3854\":{},\"4512\":{},\"5606\":{}},\"comment\":{}}],[\"drawnoteheads\",{\"_index\":790,\"name\":{\"2318\":{},\"4515\":{}},\"comment\":{}}],[\"drawpositions\",{\"_index\":801,\"name\":{\"2550\":{},\"5608\":{}},\"comment\":{}}],[\"drawrepeatbar\",{\"_index\":1057,\"name\":{\"4126\":{}},\"comment\":{}}],[\"drawsignofixed\",{\"_index\":1125,\"name\":{\"4676\":{}},\"comment\":{}}],[\"drawstem\",{\"_index\":702,\"name\":{\"1849\":{},\"2319\":{},\"2571\":{},\"4516\":{},\"5130\":{},\"5629\":{}},\"comment\":{}}],[\"drawstemthrough\",{\"_index\":800,\"name\":{\"2549\":{},\"5607\":{}},\"comment\":{}}],[\"drawsymbols\",{\"_index\":845,\"name\":{\"3028\":{}},\"comment\":{}}],[\"drawsymboltext\",{\"_index\":1126,\"name\":{\"4677\":{}},\"comment\":{}}],[\"drawtext\",{\"_index\":956,\"name\":{\"3725\":{}},\"comment\":{}}],[\"drawverticalbar\",{\"_index\":1055,\"name\":{\"4124\":{}},\"comment\":{}}],[\"drawverticalendbar\",{\"_index\":1056,\"name\":{\"4125\":{}},\"comment\":{}}],[\"drawwithstyle\",{\"_index\":51,\"name\":{\"53\":{},\"134\":{},\"208\":{},\"350\":{},\"428\":{},\"507\":{},\"737\":{},\"811\":{},\"952\":{},\"1101\":{},\"1157\":{},\"1222\":{},\"1378\":{},\"1787\":{},\"1948\":{},\"2063\":{},\"2208\":{},\"2426\":{},\"2494\":{},\"2665\":{},\"2745\":{},\"2884\":{},\"2951\":{},\"3037\":{},\"3255\":{},\"3428\":{},\"3490\":{},\"3573\":{},\"3636\":{},\"3734\":{},\"3961\":{},\"4080\":{},\"4148\":{},\"4198\":{},\"4254\":{},\"4321\":{},\"4388\":{},\"4626\":{},\"4699\":{},\"4756\":{},\"4821\":{},\"4879\":{},\"4938\":{},\"5000\":{},\"5074\":{},\"5233\":{},\"5309\":{},\"5384\":{},\"5533\":{},\"5723\":{},\"5783\":{},\"5890\":{},\"5945\":{},\"6012\":{},\"6154\":{},\"6353\":{},\"6444\":{},\"6571\":{},\"6644\":{},\"6783\":{},\"6846\":{},\"6929\":{},\"7101\":{},\"7150\":{},\"7218\":{}},\"comment\":{}}],[\"ds\",{\"_index\":1117,\"name\":{\"4665\":{}},\"comment\":{}}],[\"ds_al_coda\",{\"_index\":1118,\"name\":{\"4666\":{}},\"comment\":{}}],[\"ds_al_fine\",{\"_index\":1119,\"name\":{\"4667\":{}},\"comment\":{}}],[\"duration\",{\"_index\":416,\"name\":{\"1267\":{},\"1298\":{},\"2245\":{},\"3127\":{},\"3131\":{},\"3138\":{},\"3302\":{},\"4447\":{},\"4785\":{},\"5573\":{},\"6229\":{},\"6381\":{}},\"comment\":{}}],[\"duration_override\",{\"_index\":755,\"name\":{\"2250\":{},\"3143\":{},\"3306\":{},\"4452\":{},\"5578\":{},\"6234\":{}},\"comment\":{}}],[\"durations\",{\"_index\":428,\"name\":{\"1279\":{}},\"comment\":{}}],[\"durationtoticks\",{\"_index\":580,\"name\":{\"1601\":{}},\"comment\":{}}],[\"dval\",{\"_index\":422,\"name\":{\"1273\":{}},\"comment\":{}}],[\"easyscore\",{\"_index\":464,\"name\":{\"1339\":{},\"1466\":{},\"1492\":{}},\"comment\":{}}],[\"easyscoredefaults\",{\"_index\":462,\"name\":{\"1335\":{}},\"comment\":{}}],[\"easyscoregrammar\",{\"_index\":405,\"name\":{\"1251\":{}},\"comment\":{}}],[\"easyscorehook\",{\"_index\":101,\"name\":{\"170\":{},\"1751\":{}},\"comment\":{}}],[\"easyscoreoptions\",{\"_index\":460,\"name\":{\"1330\":{}},\"comment\":{}}],[\"element\",{\"_index\":480,\"name\":{\"1367\":{},\"1493\":{},\"5427\":{},\"6982\":{}},\"comment\":{}}],[\"elementattributes\",{\"_index\":473,\"name\":{\"1357\":{}},\"comment\":{}}],[\"elementid\",{\"_index\":485,\"name\":{\"1412\":{}},\"comment\":{}}],[\"elements\",{\"_index\":445,\"name\":{\"1312\":{}},\"comment\":{}}],[\"elementstyle\",{\"_index\":476,\"name\":{\"1361\":{}},\"comment\":{}}],[\"enabledefaultregistry\",{\"_index\":961,\"name\":{\"3768\":{}},\"comment\":{}}],[\"end\",{\"_index\":1051,\"name\":{\"4109\":{},\"4360\":{},\"4969\":{}},\"comment\":{}}],[\"end_x\",{\"_index\":382,\"name\":{\"983\":{}},\"comment\":{}}],[\"engravingfontresolution\",{\"_index\":334,\"name\":{\"664\":{}},\"comment\":{}}],[\"eol\",{\"_index\":437,\"name\":{\"1290\":{}},\"comment\":{}}],[\"equals\",{\"_index\":434,\"name\":{\"1287\":{},\"1733\":{}},\"comment\":{}}],[\"errorpos\",{\"_index\":936,\"name\":{\"3685\":{}},\"comment\":{}}],[\"evaluate\",{\"_index\":657,\"name\":{\"1711\":{}},\"comment\":{}}],[\"expect\",{\"_index\":922,\"name\":{\"3671\":{},\"3699\":{}},\"comment\":{}}],[\"expectone\",{\"_index\":941,\"name\":{\"3696\":{}},\"comment\":{}}],[\"expectoneormore\",{\"_index\":942,\"name\":{\"3697\":{}},\"comment\":{}}],[\"expectzeroormore\",{\"_index\":943,\"name\":{\"3698\":{}},\"comment\":{}}],[\"extend_left\",{\"_index\":116,\"name\":{\"256\":{},\"857\":{},\"1006\":{},\"1860\":{},\"2114\":{},\"2349\":{},\"2582\":{},\"2790\":{},\"3159\":{},\"3336\":{},\"3867\":{},\"4549\":{},\"5141\":{},\"5640\":{},\"6059\":{},\"6258\":{},\"6689\":{}},\"comment\":{}}],[\"extend_right\",{\"_index\":117,\"name\":{\"257\":{},\"858\":{},\"1007\":{},\"1861\":{},\"2115\":{},\"2350\":{},\"2583\":{},\"2791\":{},\"3160\":{},\"3337\":{},\"3868\":{},\"4550\":{},\"5142\":{},\"5641\":{},\"6060\":{},\"6259\":{},\"6690\":{}},\"comment\":{}}],[\"extra_stroke_scale\",{\"_index\":1306,\"name\":{\"6817\":{}},\"comment\":{}}],[\"factory\",{\"_index\":444,\"name\":{\"1311\":{},\"1331\":{},\"1344\":{},\"1418\":{},\"1494\":{},\"5497\":{}},\"comment\":{}}],[\"factoryoptions\",{\"_index\":481,\"name\":{\"1406\":{}},\"comment\":{}}],[\"family\",{\"_index\":581,\"name\":{\"1604\":{},\"5413\":{},\"6182\":{}},\"comment\":{}}],[\"fetchmusicfont\",{\"_index\":558,\"name\":{\"1575\":{}},\"comment\":{}}],[\"fill\",{\"_index\":293,\"name\":{\"601\":{},\"3811\":{},\"5471\":{}},\"comment\":{}}],[\"fill_style\",{\"_index\":992,\"name\":{\"3995\":{}},\"comment\":{}}],[\"fillrect\",{\"_index\":285,\"name\":{\"593\":{},\"3803\":{},\"5462\":{}},\"comment\":{}}],[\"fillstyle\",{\"_index\":300,\"name\":{\"608\":{},\"1364\":{},\"3821\":{},\"5477\":{}},\"comment\":{}}],[\"filltext\",{\"_index\":297,\"name\":{\"605\":{},\"3814\":{},\"5474\":{}},\"comment\":{}}],[\"fine\",{\"_index\":1120,\"name\":{\"4668\":{}},\"comment\":{}}],[\"fingering\",{\"_index\":504,\"name\":{\"1450\":{}},\"comment\":{}}],[\"first_indices\",{\"_index\":1073,\"name\":{\"4283\":{},\"4909\":{}},\"comment\":{}}],[\"first_note\",{\"_index\":1072,\"name\":{\"4282\":{},\"4907\":{}},\"comment\":{}}],[\"first_x_shift\",{\"_index\":1137,\"name\":{\"4921\":{},\"5767\":{},\"5928\":{}},\"comment\":{}}],[\"flag\",{\"_index\":714,\"name\":{\"1990\":{}},\"comment\":{}}],[\"flat_beam_offset\",{\"_index\":202,\"name\":{\"390\":{}},\"comment\":{}}],[\"flat_beams\",{\"_index\":203,\"name\":{\"391\":{}},\"comment\":{}}],[\"flatline\",{\"_index\":3,\"name\":{\"4\":{}},\"comment\":{}}],[\"flow\",{\"_index\":518,\"name\":{\"1470\":{},\"7047\":{}},\"comment\":{}}],[\"font\",{\"_index\":66,\"name\":{\"68\":{},\"149\":{},\"223\":{},\"262\":{},\"365\":{},\"443\":{},\"522\":{},\"612\":{},\"752\":{},\"826\":{},\"863\":{},\"967\":{},\"1012\":{},\"1116\":{},\"1172\":{},\"1237\":{},\"1394\":{},\"1417\":{},\"1495\":{},\"1649\":{},\"1802\":{},\"1866\":{},\"1963\":{},\"2010\":{},\"2023\":{},\"2078\":{},\"2120\":{},\"2222\":{},\"2355\":{},\"2440\":{},\"2509\":{},\"2588\":{},\"2680\":{},\"2760\":{},\"2796\":{},\"2899\":{},\"2966\":{},\"3052\":{},\"3165\":{},\"3271\":{},\"3342\":{},\"3442\":{},\"3505\":{},\"3588\":{},\"3651\":{},\"3749\":{},\"3825\":{},\"3873\":{},\"3975\":{},\"4094\":{},\"4163\":{},\"4213\":{},\"4269\":{},\"4336\":{},\"4403\":{},\"4555\":{},\"4640\":{},\"4714\":{},\"4771\":{},\"4836\":{},\"4894\":{},\"4953\":{},\"5015\":{},\"5088\":{},\"5147\":{},\"5249\":{},\"5324\":{},\"5399\":{},\"5413\":{},\"5414\":{},\"5415\":{},\"5416\":{},\"5481\":{},\"5547\":{},\"5646\":{},\"5738\":{},\"5798\":{},\"5904\":{},\"5960\":{},\"6027\":{},\"6065\":{},\"6169\":{},\"6225\":{},\"6264\":{},\"6368\":{},\"6460\":{},\"6525\":{},\"6586\":{},\"6659\":{},\"6695\":{},\"6798\":{},\"6861\":{},\"6944\":{},\"7116\":{},\"7165\":{},\"7232\":{}},\"comment\":{}}],[\"font_scale\",{\"_index\":20,\"name\":{\"22\":{},\"178\":{},\"3540\":{},\"5354\":{}},\"comment\":{}}],[\"fontdata\",{\"_index\":587,\"name\":{\"1612\":{}},\"comment\":{}}],[\"fontfamily\",{\"_index\":588,\"name\":{\"1614\":{}},\"comment\":{}}],[\"fontglyph\",{\"_index\":595,\"name\":{\"1633\":{}},\"comment\":{}}],[\"fontinfo\",{\"_index\":70,\"name\":{\"72\":{},\"153\":{},\"227\":{},\"369\":{},\"447\":{},\"526\":{},\"755\":{},\"830\":{},\"971\":{},\"1120\":{},\"1176\":{},\"1241\":{},\"1398\":{},\"1603\":{},\"1806\":{},\"1967\":{},\"2082\":{},\"2226\":{},\"2444\":{},\"2513\":{},\"2684\":{},\"2764\":{},\"2903\":{},\"2970\":{},\"3056\":{},\"3275\":{},\"3446\":{},\"3509\":{},\"3592\":{},\"3655\":{},\"3753\":{},\"3979\":{},\"4098\":{},\"4167\":{},\"4217\":{},\"4273\":{},\"4340\":{},\"4407\":{},\"4644\":{},\"4718\":{},\"4775\":{},\"4840\":{},\"4898\":{},\"4957\":{},\"5019\":{},\"5092\":{},\"5253\":{},\"5328\":{},\"5403\":{},\"5551\":{},\"5742\":{},\"5802\":{},\"5908\":{},\"5964\":{},\"6031\":{},\"6173\":{},\"6372\":{},\"6464\":{},\"6590\":{},\"6663\":{},\"6802\":{},\"6865\":{},\"6948\":{},\"7120\":{},\"7169\":{},\"7236\":{}},\"comment\":{}}],[\"fontmetrics\",{\"_index\":590,\"name\":{\"1617\":{}},\"comment\":{}}],[\"fontmodule\",{\"_index\":585,\"name\":{\"1608\":{}},\"comment\":{}}],[\"fontsize\",{\"_index\":73,\"name\":{\"75\":{},\"156\":{},\"230\":{},\"372\":{},\"450\":{},\"529\":{},\"758\":{},\"833\":{},\"974\":{},\"1123\":{},\"1179\":{},\"1244\":{},\"1401\":{},\"1809\":{},\"1970\":{},\"2085\":{},\"2229\":{},\"2447\":{},\"2516\":{},\"2687\":{},\"2767\":{},\"2906\":{},\"2973\":{},\"3059\":{},\"3278\":{},\"3449\":{},\"3512\":{},\"3595\":{},\"3658\":{},\"3756\":{},\"3982\":{},\"4101\":{},\"4170\":{},\"4220\":{},\"4276\":{},\"4343\":{},\"4410\":{},\"4647\":{},\"4721\":{},\"4778\":{},\"4843\":{},\"4901\":{},\"4960\":{},\"5022\":{},\"5095\":{},\"5256\":{},\"5331\":{},\"5406\":{},\"5554\":{},\"5745\":{},\"5805\":{},\"5911\":{},\"5967\":{},\"6034\":{},\"6176\":{},\"6375\":{},\"6467\":{},\"6593\":{},\"6666\":{},\"6805\":{},\"6868\":{},\"6951\":{},\"7123\":{},\"7172\":{},\"7239\":{}},\"comment\":{}}],[\"fontsizeinpixels\",{\"_index\":75,\"name\":{\"77\":{},\"158\":{},\"232\":{},\"374\":{},\"452\":{},\"531\":{},\"760\":{},\"835\":{},\"976\":{},\"1125\":{},\"1181\":{},\"1246\":{},\"1403\":{},\"1811\":{},\"1972\":{},\"2087\":{},\"2231\":{},\"2449\":{},\"2518\":{},\"2689\":{},\"2769\":{},\"2908\":{},\"2975\":{},\"3061\":{},\"3280\":{},\"3451\":{},\"3514\":{},\"3597\":{},\"3660\":{},\"3758\":{},\"3984\":{},\"4103\":{},\"4172\":{},\"4222\":{},\"4278\":{},\"4345\":{},\"4412\":{},\"4649\":{},\"4723\":{},\"4780\":{},\"4845\":{},\"4903\":{},\"4962\":{},\"5024\":{},\"5097\":{},\"5258\":{},\"5333\":{},\"5408\":{},\"5556\":{},\"5747\":{},\"5807\":{},\"5913\":{},\"5969\":{},\"6036\":{},\"6178\":{},\"6214\":{},\"6377\":{},\"6469\":{},\"6595\":{},\"6668\":{},\"6807\":{},\"6870\":{},\"6953\":{},\"7125\":{},\"7174\":{},\"7241\":{}},\"comment\":{}}],[\"fontsizeinpoints\",{\"_index\":74,\"name\":{\"76\":{},\"157\":{},\"231\":{},\"373\":{},\"451\":{},\"530\":{},\"759\":{},\"834\":{},\"975\":{},\"1124\":{},\"1180\":{},\"1245\":{},\"1402\":{},\"1810\":{},\"1971\":{},\"2086\":{},\"2230\":{},\"2448\":{},\"2517\":{},\"2688\":{},\"2768\":{},\"2907\":{},\"2974\":{},\"3060\":{},\"3279\":{},\"3450\":{},\"3513\":{},\"3596\":{},\"3659\":{},\"3757\":{},\"3983\":{},\"4102\":{},\"4171\":{},\"4221\":{},\"4277\":{},\"4344\":{},\"4411\":{},\"4648\":{},\"4722\":{},\"4779\":{},\"4844\":{},\"4902\":{},\"4961\":{},\"5023\":{},\"5096\":{},\"5257\":{},\"5332\":{},\"5407\":{},\"5555\":{},\"5746\":{},\"5806\":{},\"5912\":{},\"5968\":{},\"6035\":{},\"6177\":{},\"6376\":{},\"6468\":{},\"6594\":{},\"6667\":{},\"6806\":{},\"6869\":{},\"6952\":{},\"7124\":{},\"7173\":{},\"7240\":{}},\"comment\":{}}],[\"fontstyle\",{\"_index\":76,\"name\":{\"78\":{},\"159\":{},\"233\":{},\"375\":{},\"453\":{},\"532\":{},\"761\":{},\"836\":{},\"977\":{},\"1126\":{},\"1182\":{},\"1247\":{},\"1404\":{},\"1564\":{},\"1646\":{},\"1812\":{},\"1973\":{},\"2088\":{},\"2232\":{},\"2450\":{},\"2519\":{},\"2690\":{},\"2770\":{},\"2909\":{},\"2976\":{},\"3062\":{},\"3281\":{},\"3452\":{},\"3515\":{},\"3598\":{},\"3661\":{},\"3759\":{},\"3985\":{},\"4104\":{},\"4173\":{},\"4223\":{},\"4279\":{},\"4346\":{},\"4413\":{},\"4650\":{},\"4724\":{},\"4781\":{},\"4846\":{},\"4904\":{},\"4963\":{},\"5025\":{},\"5098\":{},\"5259\":{},\"5334\":{},\"5409\":{},\"5557\":{},\"5748\":{},\"5808\":{},\"5914\":{},\"5970\":{},\"6037\":{},\"6179\":{},\"6378\":{},\"6470\":{},\"6596\":{},\"6669\":{},\"6808\":{},\"6871\":{},\"6954\":{},\"7126\":{},\"7175\":{},\"7242\":{}},\"comment\":{}}],[\"fontweight\",{\"_index\":77,\"name\":{\"79\":{},\"160\":{},\"234\":{},\"376\":{},\"454\":{},\"533\":{},\"762\":{},\"837\":{},\"978\":{},\"1127\":{},\"1183\":{},\"1248\":{},\"1405\":{},\"1563\":{},\"1643\":{},\"1813\":{},\"1974\":{},\"2089\":{},\"2233\":{},\"2451\":{},\"2520\":{},\"2691\":{},\"2771\":{},\"2910\":{},\"2977\":{},\"3063\":{},\"3282\":{},\"3453\":{},\"3516\":{},\"3599\":{},\"3662\":{},\"3760\":{},\"3986\":{},\"4105\":{},\"4174\":{},\"4224\":{},\"4280\":{},\"4347\":{},\"4414\":{},\"4651\":{},\"4725\":{},\"4782\":{},\"4847\":{},\"4905\":{},\"4964\":{},\"5026\":{},\"5099\":{},\"5260\":{},\"5335\":{},\"5410\":{},\"5558\":{},\"5749\":{},\"5809\":{},\"5915\":{},\"5971\":{},\"6038\":{},\"6180\":{},\"6379\":{},\"6471\":{},\"6597\":{},\"6670\":{},\"6809\":{},\"6872\":{},\"6955\":{},\"7127\":{},\"7176\":{},\"7243\":{}},\"comment\":{}}],[\"format\",{\"_index\":10,\"name\":{\"11\":{},\"99\":{},\"169\":{},\"466\":{},\"681\":{},\"1188\":{},\"1715\":{},\"1750\":{},\"2259\":{},\"2455\":{},\"2723\":{},\"3456\":{},\"3526\":{},\"3603\":{},\"4068\":{},\"4460\":{},\"5270\":{},\"5348\":{},\"5524\":{},\"5878\":{},\"7064\":{}},\"comment\":{}}],[\"formatanddraw\",{\"_index\":647,\"name\":{\"1699\":{}},\"comment\":{}}],[\"formatanddrawtab\",{\"_index\":648,\"name\":{\"1700\":{}},\"comment\":{}}],[\"formatbegmodifiers\",{\"_index\":999,\"name\":{\"4006\":{},\"5815\":{}},\"comment\":{}}],[\"formatbyticksanddraw\",{\"_index\":1068,\"name\":{\"4238\":{}},\"comment\":{}}],[\"formatiterations\",{\"_index\":1208,\"name\":{\"5501\":{}},\"comment\":{}}],[\"formatoptions\",{\"_index\":1211,\"name\":{\"5507\":{}},\"comment\":{}}],[\"formatparams\",{\"_index\":635,\"name\":{\"1681\":{}},\"comment\":{}}],[\"formatter\",{\"_index\":510,\"name\":{\"1457\":{},\"1496\":{},\"1695\":{}},\"comment\":{}}],[\"formattermetrics\",{\"_index\":1261,\"name\":{\"6380\":{}},\"comment\":{}}],[\"formatteroptions\",{\"_index\":631,\"name\":{\"1677\":{}},\"comment\":{}}],[\"formattostave\",{\"_index\":660,\"name\":{\"1716\":{}},\"comment\":{}}],[\"fraction\",{\"_index\":523,\"name\":{\"1497\":{},\"1718\":{},\"6983\":{}},\"comment\":{}}],[\"freedom\",{\"_index\":1262,\"name\":{\"6382\":{},\"6514\":{}},\"comment\":{}}],[\"fret\",{\"_index\":1218,\"name\":{\"5561\":{}},\"comment\":{}}],[\"frethandfinger\",{\"_index\":524,\"name\":{\"1498\":{},\"1747\":{},\"6984\":{}},\"comment\":{}}],[\"fromcssstring\",{\"_index\":612,\"name\":{\"1657\":{}},\"comment\":{}}],[\"full\",{\"_index\":1382,\"name\":{\"7184\":{}},\"comment\":{}}],[\"gcd\",{\"_index\":661,\"name\":{\"1720\":{}},\"comment\":{}}],[\"generatebeams\",{\"_index\":201,\"name\":{\"385\":{}},\"comment\":{}}],[\"generatedon\",{\"_index\":589,\"name\":{\"1616\":{}},\"comment\":{}}],[\"getabsolutex\",{\"_index\":164,\"name\":{\"306\":{},\"907\":{},\"1056\":{},\"1907\":{},\"2163\":{},\"2388\":{},\"2624\":{},\"2840\":{},\"3209\":{},\"3321\":{},\"3916\":{},\"4588\":{},\"5190\":{},\"5682\":{},\"6109\":{},\"6308\":{},\"6430\":{},\"6739\":{}},\"comment\":{}}],[\"getaccidental\",{\"_index\":804,\"name\":{\"2697\":{}},\"comment\":{}}],[\"getactualresolution\",{\"_index\":1390,\"name\":{\"7198\":{}},\"comment\":{}}],[\"getattribute\",{\"_index\":59,\"name\":{\"61\":{},\"142\":{},\"216\":{},\"358\":{},\"436\":{},\"515\":{},\"745\":{},\"819\":{},\"960\":{},\"1109\":{},\"1165\":{},\"1230\":{},\"1387\":{},\"1795\":{},\"1956\":{},\"2071\":{},\"2216\":{},\"2434\":{},\"2502\":{},\"2673\":{},\"2753\":{},\"2892\":{},\"2959\":{},\"3045\":{},\"3264\":{},\"3436\":{},\"3498\":{},\"3581\":{},\"3644\":{},\"3742\":{},\"3969\":{},\"4088\":{},\"4156\":{},\"4206\":{},\"4262\":{},\"4329\":{},\"4396\":{},\"4634\":{},\"4707\":{},\"4764\":{},\"4829\":{},\"4887\":{},\"4946\":{},\"5008\":{},\"5082\":{},\"5242\":{},\"5317\":{},\"5392\":{},\"5541\":{},\"5731\":{},\"5791\":{},\"5898\":{},\"5953\":{},\"6020\":{},\"6162\":{},\"6361\":{},\"6453\":{},\"6579\":{},\"6652\":{},\"6791\":{},\"6854\":{},\"6937\":{},\"7109\":{},\"7158\":{},\"7226\":{}},\"comment\":{}}],[\"getattributes\",{\"_index\":58,\"name\":{\"60\":{},\"141\":{},\"215\":{},\"357\":{},\"435\":{},\"514\":{},\"744\":{},\"818\":{},\"959\":{},\"1108\":{},\"1164\":{},\"1229\":{},\"1386\":{},\"1794\":{},\"1955\":{},\"2070\":{},\"2215\":{},\"2433\":{},\"2501\":{},\"2672\":{},\"2752\":{},\"2891\":{},\"2958\":{},\"3044\":{},\"3263\":{},\"3435\":{},\"3497\":{},\"3580\":{},\"3643\":{},\"3741\":{},\"3968\":{},\"4087\":{},\"4155\":{},\"4205\":{},\"4261\":{},\"4328\":{},\"4395\":{},\"4633\":{},\"4706\":{},\"4763\":{},\"4828\":{},\"4886\":{},\"4945\":{},\"5007\":{},\"5081\":{},\"5241\":{},\"5316\":{},\"5391\":{},\"5540\":{},\"5730\":{},\"5790\":{},\"5897\":{},\"5952\":{},\"6019\":{},\"6161\":{},\"6360\":{},\"6452\":{},\"6578\":{},\"6651\":{},\"6790\":{},\"6853\":{},\"6936\":{},\"7108\":{},\"7157\":{},\"7225\":{}},\"comment\":{}}],[\"getbasecustomnoteheadglyphprops\",{\"_index\":690,\"name\":{\"1831\":{},\"2326\":{},\"2559\":{},\"4526\":{},\"5112\":{},\"5617\":{}},\"comment\":{}}],[\"getbeam\",{\"_index\":151,\"name\":{\"292\":{},\"893\":{},\"1042\":{},\"1893\":{},\"2149\":{},\"2379\":{},\"2614\":{},\"2826\":{},\"3195\":{},\"3371\":{},\"3902\":{},\"4579\":{},\"5176\":{},\"5672\":{},\"6095\":{},\"6294\":{},\"6725\":{}},\"comment\":{}}],[\"getbeamcount\",{\"_index\":217,\"name\":{\"407\":{},\"1833\":{},\"2328\":{},\"2561\":{},\"4528\":{},\"5114\":{},\"5619\":{}},\"comment\":{}}],[\"getbeamlines\",{\"_index\":227,\"name\":{\"417\":{}},\"comment\":{}}],[\"getbeamytodraw\",{\"_index\":224,\"name\":{\"414\":{}},\"comment\":{}}],[\"getbeatsoccupied\",{\"_index\":1336,\"name\":{\"6914\":{}},\"comment\":{}}],[\"getbottomlinebottomy\",{\"_index\":1011,\"name\":{\"4024\":{},\"5835\":{}},\"comment\":{}}],[\"getbottomliney\",{\"_index\":1023,\"name\":{\"4041\":{},\"5852\":{}},\"comment\":{}}],[\"getbottomy\",{\"_index\":1022,\"name\":{\"4040\":{},\"5851\":{}},\"comment\":{}}],[\"getboundingbox\",{\"_index\":62,\"name\":{\"64\":{},\"145\":{},\"219\":{},\"361\":{},\"439\":{},\"518\":{},\"748\":{},\"822\":{},\"963\":{},\"1112\":{},\"1168\":{},\"1233\":{},\"1390\":{},\"1798\":{},\"1959\":{},\"2074\":{},\"2099\":{},\"2277\":{},\"2505\":{},\"2676\":{},\"2756\":{},\"2895\":{},\"2962\":{},\"3048\":{},\"3267\":{},\"3322\":{},\"3501\":{},\"3584\":{},\"3647\":{},\"3745\":{},\"3852\":{},\"4039\":{},\"4159\":{},\"4209\":{},\"4265\":{},\"4332\":{},\"4399\":{},\"4474\":{},\"4710\":{},\"4767\":{},\"4832\":{},\"4890\":{},\"4949\":{},\"5011\":{},\"5057\":{},\"5245\":{},\"5320\":{},\"5395\":{},\"5544\":{},\"5734\":{},\"5794\":{},\"5850\":{},\"5956\":{},\"6023\":{},\"6165\":{},\"6364\":{},\"6456\":{},\"6582\":{},\"6655\":{},\"6794\":{},\"6857\":{},\"6940\":{},\"7112\":{},\"7161\":{},\"7201\":{}},\"comment\":{}}],[\"getcanonicalintervalname\",{\"_index\":871,\"name\":{\"3099\":{}},\"comment\":{}}],[\"getcanonicalnotename\",{\"_index\":870,\"name\":{\"3098\":{}},\"comment\":{}}],[\"getcanvascontext\",{\"_index\":981,\"name\":{\"3840\":{},\"7050\":{}},\"comment\":{}}],[\"getcategory\",{\"_index\":45,\"name\":{\"47\":{},\"128\":{},\"202\":{},\"344\":{},\"422\":{},\"501\":{},\"731\":{},\"805\":{},\"946\":{},\"1095\":{},\"1151\":{},\"1216\":{},\"1372\":{},\"1781\":{},\"1942\":{},\"2057\":{},\"2202\":{},\"2421\":{},\"2488\":{},\"2659\":{},\"2739\":{},\"2878\":{},\"2945\":{},\"3031\":{},\"3249\":{},\"3422\":{},\"3484\":{},\"3567\":{},\"3630\":{},\"3728\":{},\"3955\":{},\"4075\":{},\"4142\":{},\"4192\":{},\"4248\":{},\"4315\":{},\"4382\":{},\"4621\":{},\"4693\":{},\"4750\":{},\"4815\":{},\"4873\":{},\"4932\":{},\"4994\":{},\"5068\":{},\"5227\":{},\"5303\":{},\"5378\":{},\"5527\":{},\"5717\":{},\"5777\":{},\"5885\":{},\"5939\":{},\"6007\":{},\"6148\":{},\"6347\":{},\"6438\":{},\"6565\":{},\"6638\":{},\"6777\":{},\"6840\":{},\"6923\":{},\"7095\":{},\"7144\":{},\"7212\":{}},\"comment\":{}}],[\"getcenteralignedtickables\",{\"_index\":1287,\"name\":{\"6505\":{}},\"comment\":{}}],[\"getcenterglyphx\",{\"_index\":695,\"name\":{\"1838\":{},\"2332\":{},\"2565\":{},\"4532\":{},\"5119\":{},\"5623\":{}},\"comment\":{}}],[\"getcenterxshift\",{\"_index\":176,\"name\":{\"322\":{},\"923\":{},\"1072\":{},\"1921\":{},\"2179\":{},\"2399\":{},\"2637\":{},\"2856\":{},\"3225\":{},\"3399\":{},\"3932\":{},\"4599\":{},\"5204\":{},\"5695\":{},\"6125\":{},\"6324\":{},\"6406\":{},\"6755\":{}},\"comment\":{}}],[\"getclef\",{\"_index\":379,\"name\":{\"844\":{},\"4053\":{},\"5863\":{}},\"comment\":{}}],[\"getcode\",{\"_index\":736,\"name\":{\"2039\":{},\"6549\":{}},\"comment\":{}}],[\"getconfigforlines\",{\"_index\":1046,\"name\":{\"4071\":{},\"5881\":{}},\"comment\":{}}],[\"getcontext\",{\"_index\":63,\"name\":{\"65\":{},\"146\":{},\"220\":{},\"362\":{},\"440\":{},\"519\":{},\"749\":{},\"823\":{},\"964\":{},\"1113\":{},\"1169\":{},\"1234\":{},\"1391\":{},\"1426\":{},\"1799\":{},\"1960\":{},\"2075\":{},\"2219\":{},\"2437\":{},\"2506\":{},\"2677\":{},\"2757\":{},\"2896\":{},\"2963\":{},\"3049\":{},\"3268\":{},\"3439\":{},\"3502\":{},\"3585\":{},\"3648\":{},\"3746\":{},\"3845\":{},\"3972\":{},\"4091\":{},\"4160\":{},\"4210\":{},\"4266\":{},\"4333\":{},\"4400\":{},\"4637\":{},\"4711\":{},\"4768\":{},\"4833\":{},\"4891\":{},\"4950\":{},\"5012\":{},\"5085\":{},\"5246\":{},\"5321\":{},\"5396\":{},\"5545\":{},\"5735\":{},\"5795\":{},\"5901\":{},\"5957\":{},\"6024\":{},\"6166\":{},\"6365\":{},\"6457\":{},\"6583\":{},\"6656\":{},\"6795\":{},\"6858\":{},\"6941\":{},\"7113\":{},\"7162\":{},\"7229\":{}},\"comment\":{}}],[\"getcurrenttick\",{\"_index\":1288,\"name\":{\"6507\":{}},\"comment\":{}}],[\"getdata\",{\"_index\":623,\"name\":{\"1668\":{}},\"comment\":{}}],[\"getdefaultbeamgroups\",{\"_index\":199,\"name\":{\"383\":{}},\"comment\":{}}],[\"getdefaultledgerlinestyle\",{\"_index\":1001,\"name\":{\"4010\":{},\"5821\":{}},\"comment\":{}}],[\"getdefaultregistry\",{\"_index\":960,\"name\":{\"3767\":{}},\"comment\":{}}],[\"getdots\",{\"_index\":401,\"name\":{\"1186\":{}},\"comment\":{}}],[\"getduration\",{\"_index\":147,\"name\":{\"288\":{},\"889\":{},\"1038\":{},\"1889\":{},\"2145\":{},\"2376\":{},\"2611\":{},\"2822\":{},\"3191\":{},\"3367\":{},\"3898\":{},\"4576\":{},\"5172\":{},\"5669\":{},\"6091\":{},\"6290\":{},\"6721\":{}},\"comment\":{}}],[\"getelementbyid\",{\"_index\":966,\"name\":{\"3775\":{}},\"comment\":{}}],[\"getelements\",{\"_index\":449,\"name\":{\"1319\":{}},\"comment\":{}}],[\"getelementsbyattribute\",{\"_index\":967,\"name\":{\"3776\":{}},\"comment\":{}}],[\"getelementsbyclass\",{\"_index\":969,\"name\":{\"3778\":{}},\"comment\":{}}],[\"getelementsbytype\",{\"_index\":968,\"name\":{\"3777\":{}},\"comment\":{}}],[\"getendclef\",{\"_index\":1033,\"name\":{\"4055\":{},\"5865\":{}},\"comment\":{}}],[\"getextension\",{\"_index\":1157,\"name\":{\"5054\":{}},\"comment\":{}}],[\"getextents\",{\"_index\":1159,\"name\":{\"5058\":{}},\"comment\":{}}],[\"getfactory\",{\"_index\":448,\"name\":{\"1318\":{}},\"comment\":{}}],[\"getfirstdotpx\",{\"_index\":162,\"name\":{\"304\":{},\"905\":{},\"1054\":{},\"1905\":{},\"2161\":{},\"2386\":{},\"2622\":{},\"2838\":{},\"3207\":{},\"3383\":{},\"3914\":{},\"4586\":{},\"5188\":{},\"5680\":{},\"6107\":{},\"6306\":{},\"6737\":{}},\"comment\":{}}],[\"getflagstyle\",{\"_index\":776,\"name\":{\"2302\":{},\"4499\":{}},\"comment\":{}}],[\"getfont\",{\"_index\":68,\"name\":{\"70\":{},\"151\":{},\"225\":{},\"367\":{},\"445\":{},\"524\":{},\"611\":{},\"753\":{},\"828\":{},\"969\":{},\"1118\":{},\"1174\":{},\"1239\":{},\"1396\":{},\"1804\":{},\"1965\":{},\"2080\":{},\"2224\":{},\"2442\":{},\"2511\":{},\"2682\":{},\"2762\":{},\"2901\":{},\"2968\":{},\"3054\":{},\"3273\":{},\"3444\":{},\"3507\":{},\"3590\":{},\"3653\":{},\"3751\":{},\"3824\":{},\"3977\":{},\"4096\":{},\"4165\":{},\"4215\":{},\"4271\":{},\"4338\":{},\"4405\":{},\"4642\":{},\"4716\":{},\"4773\":{},\"4838\":{},\"4896\":{},\"4955\":{},\"5017\":{},\"5090\":{},\"5251\":{},\"5326\":{},\"5401\":{},\"5480\":{},\"5549\":{},\"5740\":{},\"5800\":{},\"5906\":{},\"5962\":{},\"6029\":{},\"6171\":{},\"6370\":{},\"6462\":{},\"6588\":{},\"6661\":{},\"6800\":{},\"6863\":{},\"6946\":{},\"7118\":{},\"7167\":{},\"7234\":{}},\"comment\":{}}],[\"getfontfamilies\",{\"_index\":1244,\"name\":{\"6199\":{}},\"comment\":{}}],[\"getfontsize\",{\"_index\":72,\"name\":{\"74\":{},\"155\":{},\"229\":{},\"371\":{},\"449\":{},\"528\":{},\"757\":{},\"832\":{},\"973\":{},\"1122\":{},\"1178\":{},\"1243\":{},\"1400\":{},\"1808\":{},\"1969\":{},\"2084\":{},\"2228\":{},\"2446\":{},\"2515\":{},\"2686\":{},\"2766\":{},\"2905\":{},\"2972\":{},\"3058\":{},\"3277\":{},\"3448\":{},\"3511\":{},\"3594\":{},\"3657\":{},\"3755\":{},\"3981\":{},\"4100\":{},\"4169\":{},\"4219\":{},\"4275\":{},\"4342\":{},\"4409\":{},\"4646\":{},\"4720\":{},\"4777\":{},\"4842\":{},\"4900\":{},\"4959\":{},\"5021\":{},\"5094\":{},\"5255\":{},\"5330\":{},\"5405\":{},\"5553\":{},\"5744\":{},\"5804\":{},\"5910\":{},\"5966\":{},\"6033\":{},\"6175\":{},\"6374\":{},\"6466\":{},\"6592\":{},\"6665\":{},\"6804\":{},\"6867\":{},\"6950\":{},\"7122\":{},\"7171\":{},\"7238\":{}},\"comment\":{}}],[\"getformattermetrics\",{\"_index\":175,\"name\":{\"321\":{},\"922\":{},\"1071\":{},\"1920\":{},\"2178\":{},\"2398\":{},\"2636\":{},\"2855\":{},\"3224\":{},\"3398\":{},\"3931\":{},\"4598\":{},\"5203\":{},\"5694\":{},\"6124\":{},\"6323\":{},\"6405\":{},\"6512\":{},\"6754\":{}},\"comment\":{}}],[\"getfrethandfinger\",{\"_index\":681,\"name\":{\"1756\":{}},\"comment\":{}}],[\"getglyph\",{\"_index\":137,\"name\":{\"278\":{},\"879\":{},\"1028\":{},\"1880\":{},\"2136\":{},\"2367\":{},\"2602\":{},\"2812\":{},\"3181\":{},\"3357\":{},\"3889\":{},\"4567\":{},\"5163\":{},\"5660\":{},\"6081\":{},\"6280\":{},\"6618\":{},\"6711\":{}},\"comment\":{}}],[\"getglyphmetrics\",{\"_index\":1250,\"name\":{\"6206\":{}},\"comment\":{}}],[\"getglyphprops\",{\"_index\":138,\"name\":{\"279\":{},\"880\":{},\"1029\":{},\"1881\":{},\"2137\":{},\"2368\":{},\"2603\":{},\"2813\":{},\"3182\":{},\"3358\":{},\"3890\":{},\"4568\":{},\"5164\":{},\"5661\":{},\"6082\":{},\"6281\":{},\"6712\":{}},\"comment\":{}}],[\"getglyphs\",{\"_index\":628,\"name\":{\"1674\":{},\"2724\":{}},\"comment\":{}}],[\"getglyphwidth\",{\"_index\":139,\"name\":{\"280\":{},\"881\":{},\"1030\":{},\"1882\":{},\"2102\":{},\"2369\":{},\"2604\":{},\"2814\":{},\"3183\":{},\"3359\":{},\"3855\":{},\"4569\":{},\"5165\":{},\"5662\":{},\"6083\":{},\"6282\":{},\"6713\":{}},\"comment\":{}}],[\"getgracenotes\",{\"_index\":793,\"name\":{\"2467\":{}},\"comment\":{}}],[\"geth\",{\"_index\":248,\"name\":{\"549\":{}},\"comment\":{}}],[\"getheight\",{\"_index\":1020,\"name\":{\"4037\":{},\"5056\":{},\"5848\":{}},\"comment\":{}}],[\"gethorizontal\",{\"_index\":361,\"name\":{\"707\":{}},\"comment\":{}}],[\"getindex\",{\"_index\":29,\"name\":{\"31\":{},\"112\":{},\"186\":{},\"486\":{},\"715\":{},\"1200\":{},\"1765\":{},\"2472\":{},\"2928\":{},\"3468\":{},\"3551\":{},\"3614\":{},\"5287\":{},\"5363\":{},\"6824\":{},\"7079\":{}},\"comment\":{}}],[\"getinfo\",{\"_index\":1245,\"name\":{\"6201\":{},\"6613\":{}},\"comment\":{}}],[\"getintervalbetween\",{\"_index\":875,\"name\":{\"3103\":{}},\"comment\":{}}],[\"getintervalvalue\",{\"_index\":869,\"name\":{\"3097\":{}},\"comment\":{}}],[\"getintrinsicticks\",{\"_index\":189,\"name\":{\"335\":{},\"937\":{},\"1086\":{},\"1933\":{},\"2193\":{},\"2412\":{},\"2650\":{},\"2869\":{},\"3240\":{},\"3413\":{},\"3946\":{},\"4612\":{},\"5218\":{},\"5708\":{},\"6139\":{},\"6338\":{},\"6425\":{},\"6768\":{}},\"comment\":{}}],[\"getisnumeric\",{\"_index\":1303,\"name\":{\"6620\":{}},\"comment\":{}}],[\"getjustification\",{\"_index\":93,\"name\":{\"104\":{}},\"comment\":{}}],[\"getkerningadjustment\",{\"_index\":347,\"name\":{\"692\":{}},\"comment\":{}}],[\"getkey\",{\"_index\":803,\"name\":{\"2695\":{}},\"comment\":{}}],[\"getkeyline\",{\"_index\":779,\"name\":{\"2305\":{},\"4502\":{}},\"comment\":{}}],[\"getkeyparts\",{\"_index\":867,\"name\":{\"3095\":{}},\"comment\":{}}],[\"getkeyprops\",{\"_index\":170,\"name\":{\"312\":{},\"913\":{},\"1062\":{},\"1911\":{},\"2169\":{},\"2390\":{},\"2628\":{},\"2846\":{},\"3215\":{},\"3390\":{},\"3922\":{},\"4590\":{},\"5194\":{},\"5686\":{},\"6115\":{},\"6314\":{},\"6745\":{}},\"comment\":{}}],[\"getkeys\",{\"_index\":169,\"name\":{\"311\":{},\"912\":{},\"1061\":{},\"1910\":{},\"2168\":{},\"2389\":{},\"2627\":{},\"2845\":{},\"3214\":{},\"3389\":{},\"3921\":{},\"4589\":{},\"5193\":{},\"5685\":{},\"6114\":{},\"6313\":{},\"6744\":{}},\"comment\":{}}],[\"getkeysignatures\",{\"_index\":576,\"name\":{\"1596\":{}},\"comment\":{}}],[\"getlargesttickwidth\",{\"_index\":1386,\"name\":{\"7192\":{}},\"comment\":{}}],[\"getlayoutmetrics\",{\"_index\":377,\"name\":{\"803\":{},\"2737\":{},\"4140\":{},\"4379\":{},\"4691\":{},\"4748\":{},\"4813\":{},\"4871\":{},\"4992\":{},\"6636\":{}},\"comment\":{}}],[\"getledgerlinestyle\",{\"_index\":774,\"name\":{\"2300\":{},\"4497\":{}},\"comment\":{}}],[\"getleftdisplacedheadpx\",{\"_index\":130,\"name\":{\"271\":{},\"872\":{},\"1021\":{},\"1873\":{},\"2129\":{},\"2362\":{},\"2596\":{},\"2805\":{},\"3174\":{},\"3350\":{},\"3882\":{},\"4562\":{},\"5156\":{},\"5654\":{},\"6074\":{},\"6273\":{},\"6704\":{}},\"comment\":{}}],[\"getleftparenthesispx\",{\"_index\":161,\"name\":{\"303\":{},\"904\":{},\"1053\":{},\"1904\":{},\"2160\":{},\"2385\":{},\"2621\":{},\"2837\":{},\"3206\":{},\"3382\":{},\"3913\":{},\"4585\":{},\"5187\":{},\"5679\":{},\"6106\":{},\"6305\":{},\"6736\":{}},\"comment\":{}}],[\"getleftshift\",{\"_index\":827,\"name\":{\"2995\":{}},\"comment\":{}}],[\"getline\",{\"_index\":901,\"name\":{\"3319\":{},\"6244\":{},\"6616\":{}},\"comment\":{}}],[\"getlineforrest\",{\"_index\":136,\"name\":{\"277\":{},\"878\":{},\"1027\":{},\"1879\":{},\"2135\":{},\"2291\":{},\"2539\":{},\"2811\":{},\"3180\":{},\"3356\":{},\"3888\":{},\"4488\":{},\"5162\":{},\"5597\":{},\"6080\":{},\"6279\":{},\"6710\":{}},\"comment\":{}}],[\"getlinefory\",{\"_index\":1025,\"name\":{\"4043\":{},\"5854\":{}},\"comment\":{}}],[\"getlinenumber\",{\"_index\":135,\"name\":{\"276\":{},\"877\":{},\"1026\":{},\"1878\":{},\"2134\":{},\"2278\":{},\"2601\":{},\"2810\":{},\"3179\":{},\"3355\":{},\"3887\":{},\"4475\":{},\"5161\":{},\"5659\":{},\"6079\":{},\"6278\":{},\"6709\":{}},\"comment\":{}}],[\"getmaxtickable\",{\"_index\":1282,\"name\":{\"6500\":{}},\"comment\":{}}],[\"getmaxticks\",{\"_index\":1280,\"name\":{\"6498\":{}},\"comment\":{}}],[\"getmeasure\",{\"_index\":1013,\"name\":{\"4030\":{},\"5841\":{}},\"comment\":{}}],[\"getmembers\",{\"_index\":826,\"name\":{\"2993\":{}},\"comment\":{}}],[\"getmetricforglyph\",{\"_index\":333,\"name\":{\"663\":{}},\"comment\":{}}],[\"getmetrics\",{\"_index\":163,\"name\":{\"305\":{},\"906\":{},\"1055\":{},\"1669\":{},\"1906\":{},\"2049\":{},\"2162\":{},\"2387\":{},\"2623\":{},\"2839\":{},\"2998\":{},\"3208\":{},\"3384\":{},\"3541\":{},\"3915\":{},\"4587\":{},\"5189\":{},\"5681\":{},\"6108\":{},\"6307\":{},\"6436\":{},\"6506\":{},\"6540\":{},\"6738\":{}},\"comment\":{}}],[\"getmintickable\",{\"_index\":1283,\"name\":{\"6501\":{}},\"comment\":{}}],[\"getminticks\",{\"_index\":1281,\"name\":{\"6499\":{}},\"comment\":{}}],[\"getmintotalwidth\",{\"_index\":653,\"name\":{\"1706\":{}},\"comment\":{}}],[\"getmode\",{\"_index\":1388,\"name\":{\"7195\":{}},\"comment\":{}}],[\"getmodifiercontext\",{\"_index\":32,\"name\":{\"34\":{},\"115\":{},\"189\":{},\"341\":{},\"489\":{},\"718\":{},\"943\":{},\"1092\":{},\"1203\":{},\"1768\":{},\"1939\":{},\"2199\":{},\"2418\":{},\"2475\":{},\"2656\":{},\"2875\":{},\"2931\":{},\"3246\":{},\"3419\":{},\"3471\":{},\"3554\":{},\"3617\":{},\"3952\":{},\"4618\":{},\"5224\":{},\"5290\":{},\"5366\":{},\"5714\":{},\"6145\":{},\"6344\":{},\"6432\":{},\"6774\":{},\"6827\":{},\"7082\":{}},\"comment\":{}}],[\"getmodifiers\",{\"_index\":184,\"name\":{\"330\":{},\"932\":{},\"1081\":{},\"1929\":{},\"2188\":{},\"2408\":{},\"2646\":{},\"2864\":{},\"2992\":{},\"3234\":{},\"3408\":{},\"3941\":{},\"4066\":{},\"4608\":{},\"5213\":{},\"5704\":{},\"5876\":{},\"6134\":{},\"6333\":{},\"6418\":{},\"6763\":{}},\"comment\":{}}],[\"getmodifiersbytype\",{\"_index\":156,\"name\":{\"297\":{},\"898\":{},\"1047\":{},\"1898\":{},\"2154\":{},\"2383\":{},\"2619\":{},\"2831\":{},\"3200\":{},\"3376\":{},\"3907\":{},\"4583\":{},\"5181\":{},\"5677\":{},\"6100\":{},\"6299\":{},\"6730\":{}},\"comment\":{}}],[\"getmodifierstartxy\",{\"_index\":157,\"name\":{\"298\":{},\"899\":{},\"1048\":{},\"1899\":{},\"2155\":{},\"2292\":{},\"2535\":{},\"2832\":{},\"3201\":{},\"3377\":{},\"3908\":{},\"4489\":{},\"5182\":{},\"5593\":{},\"6101\":{},\"6300\":{},\"6731\":{}},\"comment\":{}}],[\"getmodifierxshift\",{\"_index\":1014,\"name\":{\"4031\":{},\"5842\":{}},\"comment\":{}}],[\"getmusicfont\",{\"_index\":559,\"name\":{\"1576\":{}},\"comment\":{}}],[\"getname\",{\"_index\":622,\"name\":{\"1667\":{}},\"comment\":{}}],[\"getnestedtupletcount\",{\"_index\":1341,\"name\":{\"6919\":{}},\"comment\":{}}],[\"getnextcontext\",{\"_index\":1273,\"name\":{\"6486\":{}},\"comment\":{}}],[\"getnote\",{\"_index\":27,\"name\":{\"29\":{},\"109\":{},\"183\":{},\"483\":{},\"712\":{},\"1198\":{},\"1762\":{},\"2469\":{},\"2925\":{},\"3465\":{},\"3548\":{},\"3612\":{},\"5284\":{},\"5360\":{},\"6821\":{},\"7076\":{}},\"comment\":{}}],[\"getnotecount\",{\"_index\":1334,\"name\":{\"6912\":{}},\"comment\":{}}],[\"getnoteendx\",{\"_index\":1005,\"name\":{\"4015\":{},\"5826\":{}},\"comment\":{}}],[\"getnoteforfret\",{\"_index\":1312,\"name\":{\"6880\":{}},\"comment\":{}}],[\"getnoteheadbeginx\",{\"_index\":783,\"name\":{\"2310\":{},\"4507\":{}},\"comment\":{}}],[\"getnoteheadbounds\",{\"_index\":782,\"name\":{\"2309\":{},\"4506\":{}},\"comment\":{}}],[\"getnoteheadendx\",{\"_index\":784,\"name\":{\"2311\":{},\"4508\":{}},\"comment\":{}}],[\"getnoteparts\",{\"_index\":866,\"name\":{\"3094\":{}},\"comment\":{}}],[\"getnotes\",{\"_index\":216,\"name\":{\"406\":{},\"4929\":{},\"5774\":{},\"5936\":{},\"6911\":{}},\"comment\":{}}],[\"getnotesoccupied\",{\"_index\":1338,\"name\":{\"6916\":{}},\"comment\":{}}],[\"getnotestartx\",{\"_index\":1004,\"name\":{\"4014\":{},\"5825\":{}},\"comment\":{}}],[\"getnotetype\",{\"_index\":150,\"name\":{\"291\":{},\"892\":{},\"1041\":{},\"1892\":{},\"2148\":{},\"2378\":{},\"2613\":{},\"2825\":{},\"3194\":{},\"3370\":{},\"3901\":{},\"4578\":{},\"5175\":{},\"5671\":{},\"6094\":{},\"6293\":{},\"6724\":{}},\"comment\":{}}],[\"getnotevalue\",{\"_index\":868,\"name\":{\"3096\":{}},\"comment\":{}}],[\"getnumlines\",{\"_index\":1008,\"name\":{\"4019\":{},\"5830\":{}},\"comment\":{}}],[\"getoutlineboundingbox\",{\"_index\":732,\"name\":{\"2028\":{},\"6530\":{}},\"comment\":{}}],[\"getpadding\",{\"_index\":374,\"name\":{\"800\":{},\"2718\":{},\"4137\":{},\"4376\":{},\"4688\":{},\"4745\":{},\"4810\":{},\"4868\":{},\"4989\":{},\"6633\":{}},\"comment\":{}}],[\"getplaynote\",{\"_index\":123,\"name\":{\"264\":{},\"865\":{},\"1014\":{},\"1868\":{},\"2122\":{},\"2357\":{},\"2590\":{},\"2798\":{},\"3167\":{},\"3344\":{},\"3875\":{},\"4557\":{},\"5149\":{},\"5648\":{},\"6067\":{},\"6266\":{},\"6697\":{}},\"comment\":{}}],[\"getpoint\",{\"_index\":372,\"name\":{\"782\":{}},\"comment\":{}}],[\"getposition\",{\"_index\":35,\"name\":{\"37\":{},\"118\":{},\"192\":{},\"492\":{},\"721\":{},\"792\":{},\"1206\":{},\"1771\":{},\"2478\":{},\"2726\":{},\"2934\":{},\"3474\":{},\"3557\":{},\"3620\":{},\"4127\":{},\"4366\":{},\"4678\":{},\"4735\":{},\"4800\":{},\"4858\":{},\"4979\":{},\"5293\":{},\"5355\":{},\"6623\":{},\"6830\":{},\"7085\":{}},\"comment\":{}}],[\"getpositions\",{\"_index\":798,\"name\":{\"2534\":{},\"5592\":{}},\"comment\":{}}],[\"getrelativenotename\",{\"_index\":873,\"name\":{\"3101\":{}},\"comment\":{}}],[\"getrelativenotevalue\",{\"_index\":872,\"name\":{\"3100\":{}},\"comment\":{}}],[\"getreportwidth\",{\"_index\":344,\"name\":{\"689\":{}},\"comment\":{}}],[\"getresolution\",{\"_index\":627,\"name\":{\"1673\":{},\"6215\":{}},\"comment\":{}}],[\"getresolutionmultiplier\",{\"_index\":650,\"name\":{\"1702\":{},\"7197\":{}},\"comment\":{}}],[\"getrightdisplacedheadpx\",{\"_index\":131,\"name\":{\"272\":{},\"873\":{},\"1022\":{},\"1874\":{},\"2130\":{},\"2363\":{},\"2597\":{},\"2806\":{},\"3175\":{},\"3351\":{},\"3883\":{},\"4563\":{},\"5157\":{},\"5655\":{},\"6075\":{},\"6274\":{},\"6705\":{}},\"comment\":{}}],[\"getrightparenthesispx\",{\"_index\":160,\"name\":{\"302\":{},\"903\":{},\"1052\":{},\"1903\":{},\"2159\":{},\"2384\":{},\"2620\":{},\"2836\":{},\"3205\":{},\"3381\":{},\"3912\":{},\"4584\":{},\"5186\":{},\"5678\":{},\"6105\":{},\"6304\":{},\"6735\":{}},\"comment\":{}}],[\"getrightshift\",{\"_index\":828,\"name\":{\"2996\":{}},\"comment\":{}}],[\"getscaletones\",{\"_index\":874,\"name\":{\"3102\":{}},\"comment\":{}}],[\"getslopey\",{\"_index\":221,\"name\":{\"411\":{}},\"comment\":{}}],[\"getsmallesttickcount\",{\"_index\":1387,\"name\":{\"7193\":{}},\"comment\":{}}],[\"getspacingbetweenlines\",{\"_index\":1021,\"name\":{\"4038\":{},\"5849\":{}},\"comment\":{}}],[\"getspacingfromnextmodifier\",{\"_index\":40,\"name\":{\"42\":{},\"123\":{},\"197\":{},\"497\":{},\"726\":{},\"1211\":{},\"1776\":{},\"2483\":{},\"2939\":{},\"3479\":{},\"3562\":{},\"3625\":{},\"5298\":{},\"5373\":{},\"6835\":{},\"7090\":{}},\"comment\":{}}],[\"getstate\",{\"_index\":829,\"name\":{\"2997\":{}},\"comment\":{}}],[\"getstave\",{\"_index\":127,\"name\":{\"268\":{},\"794\":{},\"869\":{},\"1018\":{},\"1428\":{},\"1871\":{},\"2126\":{},\"2360\":{},\"2594\":{},\"2728\":{},\"2802\":{},\"3025\":{},\"3171\":{},\"3348\":{},\"3879\":{},\"4129\":{},\"4368\":{},\"4560\":{},\"4680\":{},\"4737\":{},\"4802\":{},\"4860\":{},\"4981\":{},\"5153\":{},\"5652\":{},\"6071\":{},\"6270\":{},\"6434\":{},\"6625\":{},\"6701\":{},\"7200\":{}},\"comment\":{}}],[\"getstavenotescale\",{\"_index\":760,\"name\":{\"2265\":{},\"4517\":{}},\"comment\":{}}],[\"getstaves\",{\"_index\":1212,\"name\":{\"5518\":{}},\"comment\":{}}],[\"getstem\",{\"_index\":685,\"name\":{\"1826\":{},\"2322\":{},\"2554\":{},\"4522\":{},\"5107\":{},\"5612\":{}},\"comment\":{}}],[\"getstemdirection\",{\"_index\":165,\"name\":{\"307\":{},\"405\":{},\"908\":{},\"1057\":{},\"1835\":{},\"2164\":{},\"2330\":{},\"2563\":{},\"2841\":{},\"3210\":{},\"3385\":{},\"3917\":{},\"4530\":{},\"5116\":{},\"5621\":{},\"6110\":{},\"6309\":{},\"6740\":{}},\"comment\":{}}],[\"getstemextension\",{\"_index\":696,\"name\":{\"1839\":{},\"2264\":{},\"2531\":{},\"4518\":{},\"5120\":{},\"5589\":{}},\"comment\":{}}],[\"getstemextents\",{\"_index\":166,\"name\":{\"308\":{},\"909\":{},\"1058\":{},\"1841\":{},\"2165\":{},\"2334\":{},\"2543\":{},\"2842\":{},\"3211\":{},\"3386\":{},\"3918\":{},\"4534\":{},\"5122\":{},\"5601\":{},\"6111\":{},\"6310\":{},\"6741\":{}},\"comment\":{}}],[\"getstemlength\",{\"_index\":691,\"name\":{\"1832\":{},\"2327\":{},\"2560\":{},\"4527\":{},\"5113\":{},\"5618\":{}},\"comment\":{}}],[\"getstemminimumlength\",{\"_index\":692,\"name\":{\"1834\":{},\"2329\":{},\"2562\":{},\"4529\":{},\"5115\":{},\"5620\":{}},\"comment\":{}}],[\"getstemstyle\",{\"_index\":772,\"name\":{\"2298\":{},\"4495\":{}},\"comment\":{}}],[\"getstemx\",{\"_index\":694,\"name\":{\"1837\":{},\"2283\":{},\"2541\":{},\"4480\":{},\"5118\":{},\"5599\":{}},\"comment\":{}}],[\"getstemy\",{\"_index\":799,\"name\":{\"2542\":{},\"5600\":{}},\"comment\":{}}],[\"getstyle\",{\"_index\":48,\"name\":{\"50\":{},\"131\":{},\"205\":{},\"347\":{},\"425\":{},\"504\":{},\"734\":{},\"808\":{},\"949\":{},\"1098\":{},\"1154\":{},\"1219\":{},\"1375\":{},\"1784\":{},\"1945\":{},\"2060\":{},\"2205\":{},\"2423\":{},\"2491\":{},\"2662\":{},\"2742\":{},\"2881\":{},\"2948\":{},\"3034\":{},\"3252\":{},\"3425\":{},\"3487\":{},\"3570\":{},\"3633\":{},\"3731\":{},\"3958\":{},\"4028\":{},\"4145\":{},\"4195\":{},\"4251\":{},\"4318\":{},\"4385\":{},\"4623\":{},\"4696\":{},\"4753\":{},\"4818\":{},\"4876\":{},\"4935\":{},\"4997\":{},\"5071\":{},\"5230\":{},\"5306\":{},\"5381\":{},\"5530\":{},\"5720\":{},\"5780\":{},\"5839\":{},\"5942\":{},\"6010\":{},\"6151\":{},\"6350\":{},\"6441\":{},\"6568\":{},\"6641\":{},\"6780\":{},\"6843\":{},\"6926\":{},\"7098\":{},\"7147\":{},\"7215\":{}},\"comment\":{}}],[\"getsvgcontext\",{\"_index\":982,\"name\":{\"3841\":{}},\"comment\":{}}],[\"getsvgelement\",{\"_index\":60,\"name\":{\"62\":{},\"143\":{},\"217\":{},\"359\":{},\"437\":{},\"516\":{},\"746\":{},\"820\":{},\"961\":{},\"1110\":{},\"1166\":{},\"1231\":{},\"1388\":{},\"1796\":{},\"1957\":{},\"2072\":{},\"2217\":{},\"2435\":{},\"2503\":{},\"2674\":{},\"2754\":{},\"2893\":{},\"2960\":{},\"3046\":{},\"3265\":{},\"3437\":{},\"3499\":{},\"3582\":{},\"3645\":{},\"3743\":{},\"3970\":{},\"4089\":{},\"4157\":{},\"4207\":{},\"4263\":{},\"4330\":{},\"4397\":{},\"4635\":{},\"4708\":{},\"4765\":{},\"4830\":{},\"4888\":{},\"4947\":{},\"5009\":{},\"5083\":{},\"5243\":{},\"5318\":{},\"5393\":{},\"5542\":{},\"5732\":{},\"5792\":{},\"5899\":{},\"5954\":{},\"6021\":{},\"6163\":{},\"6362\":{},\"6454\":{},\"6580\":{},\"6653\":{},\"6792\":{},\"6855\":{},\"6938\":{},\"7110\":{},\"7159\":{},\"7227\":{}},\"comment\":{}}],[\"getsymbolblock\",{\"_index\":348,\"name\":{\"693\":{}},\"comment\":{}}],[\"gettext\",{\"_index\":239,\"name\":{\"478\":{},\"6245\":{}},\"comment\":{}}],[\"gettextheight\",{\"_index\":240,\"name\":{\"479\":{}},\"comment\":{}}],[\"gettickableforvoice\",{\"_index\":1285,\"name\":{\"6503\":{}},\"comment\":{}}],[\"gettickables\",{\"_index\":1284,\"name\":{\"6502\":{},\"7194\":{}},\"comment\":{}}],[\"gettickablesbyvoice\",{\"_index\":1286,\"name\":{\"6504\":{}},\"comment\":{}}],[\"gettickcontext\",{\"_index\":145,\"name\":{\"286\":{},\"887\":{},\"1036\":{},\"1717\":{},\"1887\":{},\"2143\":{},\"2374\":{},\"2609\":{},\"2820\":{},\"3189\":{},\"3365\":{},\"3896\":{},\"4574\":{},\"5170\":{},\"5667\":{},\"6089\":{},\"6288\":{},\"6719\":{}},\"comment\":{}}],[\"gettickcontexts\",{\"_index\":656,\"name\":{\"1709\":{}},\"comment\":{}}],[\"gettickid\",{\"_index\":1275,\"name\":{\"6489\":{}},\"comment\":{}}],[\"gettickmultiplier\",{\"_index\":191,\"name\":{\"337\":{},\"939\":{},\"1088\":{},\"1935\":{},\"2195\":{},\"2414\":{},\"2652\":{},\"2871\":{},\"3242\":{},\"3415\":{},\"3948\":{},\"4614\":{},\"5220\":{},\"5710\":{},\"6141\":{},\"6340\":{},\"6427\":{},\"6770\":{}},\"comment\":{}}],[\"getticks\",{\"_index\":172,\"name\":{\"314\":{},\"915\":{},\"1064\":{},\"1913\":{},\"2171\":{},\"2391\":{},\"2629\":{},\"2848\":{},\"3217\":{},\"3392\":{},\"3924\":{},\"4591\":{},\"5196\":{},\"5687\":{},\"6117\":{},\"6316\":{},\"6397\":{},\"6747\":{}},\"comment\":{}}],[\"getticksused\",{\"_index\":1385,\"name\":{\"7191\":{}},\"comment\":{}}],[\"gettieendx\",{\"_index\":1007,\"name\":{\"4017\":{},\"5828\":{}},\"comment\":{}}],[\"gettieleftx\",{\"_index\":168,\"name\":{\"310\":{},\"911\":{},\"1060\":{},\"1909\":{},\"2167\":{},\"2290\":{},\"2626\":{},\"2844\":{},\"3213\":{},\"3388\":{},\"3920\":{},\"4487\":{},\"5192\":{},\"5684\":{},\"6113\":{},\"6312\":{},\"6743\":{}},\"comment\":{}}],[\"gettierightx\",{\"_index\":167,\"name\":{\"309\":{},\"910\":{},\"1059\":{},\"1908\":{},\"2166\":{},\"2289\":{},\"2625\":{},\"2843\":{},\"3212\":{},\"3387\":{},\"3919\":{},\"4486\":{},\"5191\":{},\"5683\":{},\"6112\":{},\"6311\":{},\"6742\":{}},\"comment\":{}}],[\"gettiestartx\",{\"_index\":1006,\"name\":{\"4016\":{},\"5827\":{}},\"comment\":{}}],[\"gettimespec\",{\"_index\":1302,\"name\":{\"6615\":{}},\"comment\":{}}],[\"gettoplinetopy\",{\"_index\":1010,\"name\":{\"4023\":{},\"5834\":{}},\"comment\":{}}],[\"gettotalticks\",{\"_index\":1384,\"name\":{\"7190\":{}},\"comment\":{}}],[\"gettuplet\",{\"_index\":180,\"name\":{\"326\":{},\"927\":{},\"1076\":{},\"1925\":{},\"2183\":{},\"2403\":{},\"2641\":{},\"2860\":{},\"3229\":{},\"3403\":{},\"3936\":{},\"4603\":{},\"5208\":{},\"5699\":{},\"6129\":{},\"6328\":{},\"6412\":{},\"6759\":{}},\"comment\":{}}],[\"gettupletstack\",{\"_index\":181,\"name\":{\"327\":{},\"928\":{},\"1077\":{},\"1926\":{},\"2184\":{},\"2404\":{},\"2642\":{},\"2861\":{},\"3230\":{},\"3404\":{},\"3937\":{},\"4604\":{},\"5209\":{},\"5700\":{},\"6130\":{},\"6329\":{},\"6413\":{},\"6760\":{}},\"comment\":{}}],[\"gettype\",{\"_index\":105,\"name\":{\"241\":{},\"4121\":{},\"4186\":{}},\"comment\":{}}],[\"getvalueforfret\",{\"_index\":1311,\"name\":{\"6879\":{}},\"comment\":{}}],[\"getvalueforstring\",{\"_index\":1310,\"name\":{\"6878\":{}},\"comment\":{}}],[\"getvertical\",{\"_index\":359,\"name\":{\"705\":{}},\"comment\":{}}],[\"getverticalbarwidth\",{\"_index\":1045,\"name\":{\"4070\":{},\"5880\":{}},\"comment\":{}}],[\"getvoice\",{\"_index\":143,\"name\":{\"284\":{},\"885\":{},\"1034\":{},\"1885\":{},\"2141\":{},\"2372\":{},\"2607\":{},\"2818\":{},\"3187\":{},\"3363\":{},\"3894\":{},\"4572\":{},\"5168\":{},\"5665\":{},\"6087\":{},\"6286\":{},\"6410\":{},\"6717\":{}},\"comment\":{}}],[\"getvoices\",{\"_index\":490,\"name\":{\"1429\":{},\"5519\":{}},\"comment\":{}}],[\"getvoiceshiftwidth\",{\"_index\":780,\"name\":{\"2306\":{},\"4503\":{}},\"comment\":{}}],[\"getw\",{\"_index\":247,\"name\":{\"548\":{}},\"comment\":{}}],[\"getwidth\",{\"_index\":22,\"name\":{\"24\":{},\"107\":{},\"181\":{},\"317\":{},\"481\":{},\"708\":{},\"789\":{},\"918\":{},\"1067\":{},\"1196\":{},\"1760\":{},\"1916\":{},\"1997\":{},\"2029\":{},\"2174\":{},\"2394\":{},\"2466\":{},\"2632\":{},\"2719\":{},\"2851\":{},\"2923\":{},\"2994\":{},\"3220\":{},\"3314\":{},\"3463\":{},\"3546\":{},\"3610\":{},\"3927\":{},\"4027\":{},\"4132\":{},\"4371\":{},\"4594\":{},\"4683\":{},\"4740\":{},\"4805\":{},\"4863\":{},\"4984\":{},\"5199\":{},\"5282\":{},\"5358\":{},\"5690\":{},\"5838\":{},\"6120\":{},\"6319\":{},\"6401\":{},\"6496\":{},\"6531\":{},\"6628\":{},\"6750\":{},\"6819\":{},\"7074\":{}},\"comment\":{}}],[\"getwidthforcharacterinem\",{\"_index\":1252,\"name\":{\"6208\":{}},\"comment\":{}}],[\"getwidthforglyph\",{\"_index\":336,\"name\":{\"666\":{}},\"comment\":{}}],[\"getwidthfortextinem\",{\"_index\":1255,\"name\":{\"6211\":{}},\"comment\":{}}],[\"getwidthfortextinpx\",{\"_index\":1256,\"name\":{\"6212\":{}},\"comment\":{}}],[\"getx\",{\"_index\":174,\"name\":{\"320\":{},\"546\":{},\"797\":{},\"921\":{},\"1070\":{},\"1919\":{},\"2177\":{},\"2397\":{},\"2635\":{},\"2732\":{},\"2854\":{},\"3223\":{},\"3397\":{},\"3930\":{},\"4018\":{},\"4134\":{},\"4373\":{},\"4597\":{},\"4685\":{},\"4742\":{},\"4807\":{},\"4865\":{},\"4986\":{},\"5202\":{},\"5514\":{},\"5693\":{},\"5829\":{},\"6123\":{},\"6322\":{},\"6404\":{},\"6490\":{},\"6630\":{},\"6753\":{}},\"comment\":{}}],[\"getx1\",{\"_index\":257,\"name\":{\"559\":{}},\"comment\":{}}],[\"getxbase\",{\"_index\":1276,\"name\":{\"6492\":{}},\"comment\":{}}],[\"getxoffset\",{\"_index\":1278,\"name\":{\"6494\":{}},\"comment\":{}}],[\"getxs\",{\"_index\":843,\"name\":{\"3020\":{}},\"comment\":{}}],[\"getxshift\",{\"_index\":42,\"name\":{\"44\":{},\"125\":{},\"199\":{},\"319\":{},\"498\":{},\"728\":{},\"920\":{},\"1069\":{},\"1213\":{},\"1778\":{},\"1918\":{},\"2043\":{},\"2176\":{},\"2396\":{},\"2485\":{},\"2634\":{},\"2853\":{},\"2941\":{},\"3222\":{},\"3396\":{},\"3481\":{},\"3564\":{},\"3627\":{},\"3929\":{},\"4189\":{},\"4596\":{},\"5201\":{},\"5300\":{},\"5375\":{},\"5692\":{},\"6122\":{},\"6321\":{},\"6403\":{},\"6553\":{},\"6752\":{},\"6837\":{},\"7092\":{}},\"comment\":{}}],[\"getxshiftforglyph\",{\"_index\":338,\"name\":{\"668\":{}},\"comment\":{}}],[\"gety\",{\"_index\":246,\"name\":{\"547\":{},\"3317\":{},\"4022\":{},\"5516\":{},\"5833\":{}},\"comment\":{}}],[\"gety1\",{\"_index\":258,\"name\":{\"560\":{}},\"comment\":{}}],[\"getyforbottomtext\",{\"_index\":700,\"name\":{\"1846\":{},\"2285\":{},\"2568\":{},\"4045\":{},\"4482\":{},\"5127\":{},\"5626\":{},\"5856\":{}},\"comment\":{}}],[\"getyforcharacterinpx\",{\"_index\":1253,\"name\":{\"6209\":{}},\"comment\":{}}],[\"getyforglyphs\",{\"_index\":1027,\"name\":{\"4047\":{},\"5817\":{}},\"comment\":{}}],[\"getyforline\",{\"_index\":1024,\"name\":{\"4042\":{},\"5853\":{}},\"comment\":{}}],[\"getyfornote\",{\"_index\":1026,\"name\":{\"4046\":{},\"5857\":{}},\"comment\":{}}],[\"getyforstringinpx\",{\"_index\":1254,\"name\":{\"6210\":{}},\"comment\":{}}],[\"getyfortoptext\",{\"_index\":142,\"name\":{\"283\":{},\"884\":{},\"1033\":{},\"1845\":{},\"2140\":{},\"2284\":{},\"2567\":{},\"2817\":{},\"3186\":{},\"3362\":{},\"3893\":{},\"4044\":{},\"4481\":{},\"5126\":{},\"5625\":{},\"5855\":{},\"6086\":{},\"6285\":{},\"6716\":{}},\"comment\":{}}],[\"getyoffsetfortext\",{\"_index\":362,\"name\":{\"709\":{}},\"comment\":{}}],[\"getyposition\",{\"_index\":1342,\"name\":{\"6920\":{}},\"comment\":{}}],[\"getys\",{\"_index\":141,\"name\":{\"282\":{},\"883\":{},\"1032\":{},\"1884\":{},\"2139\":{},\"2371\":{},\"2606\":{},\"2816\":{},\"3185\":{},\"3361\":{},\"3892\":{},\"4571\":{},\"5167\":{},\"5664\":{},\"6085\":{},\"6284\":{},\"6715\":{}},\"comment\":{}}],[\"getyshift\",{\"_index\":738,\"name\":{\"2045\":{},\"6555\":{}},\"comment\":{}}],[\"getyshiftforglyph\",{\"_index\":337,\"name\":{\"667\":{}},\"comment\":{}}],[\"ghostnote\",{\"_index\":495,\"name\":{\"1435\":{},\"1499\":{},\"1814\":{},\"6985\":{}},\"comment\":{}}],[\"global\",{\"_index\":315,\"name\":{\"628\":{}},\"comment\":{}}],[\"globalobject\",{\"_index\":1355,\"name\":{\"7035\":{}},\"comment\":{}}],[\"globalsoftmax\",{\"_index\":633,\"name\":{\"1679\":{},\"5486\":{}},\"comment\":{}}],[\"glyph\",{\"_index\":309,\"name\":{\"622\":{},\"647\":{},\"1500\":{},\"2016\":{},\"2024\":{},\"6222\":{},\"6526\":{},\"6599\":{},\"6986\":{}},\"comment\":{}}],[\"glyph_code\",{\"_index\":900,\"name\":{\"3313\":{}},\"comment\":{}}],[\"glyph_font_scale\",{\"_index\":118,\"name\":{\"258\":{},\"859\":{},\"1008\":{},\"1862\":{},\"2116\":{},\"2241\":{},\"2351\":{},\"2584\":{},\"2792\":{},\"3161\":{},\"3288\":{},\"3338\":{},\"3869\":{},\"4443\":{},\"4551\":{},\"4795\":{},\"5143\":{},\"5569\":{},\"5642\":{},\"6061\":{},\"6260\":{},\"6691\":{}},\"comment\":{}}],[\"glyph_font_size\",{\"_index\":120,\"name\":{\"260\":{},\"861\":{},\"1010\":{},\"1864\":{},\"2118\":{},\"2353\":{},\"2586\":{},\"2794\":{},\"3163\":{},\"3340\":{},\"3871\":{},\"4553\":{},\"5145\":{},\"5644\":{},\"6063\":{},\"6262\":{},\"6693\":{}},\"comment\":{}}],[\"glyphmetrics\",{\"_index\":720,\"name\":{\"2000\":{}},\"comment\":{}}],[\"glyphnote\",{\"_index\":493,\"name\":{\"1433\":{},\"1501\":{},\"2093\":{},\"6987\":{}},\"comment\":{}}],[\"glyphnoteoptions\",{\"_index\":745,\"name\":{\"2090\":{}},\"comment\":{}}],[\"glyphoptions\",{\"_index\":719,\"name\":{\"1998\":{}},\"comment\":{}}],[\"glyphprops\",{\"_index\":109,\"name\":{\"246\":{},\"847\":{},\"996\":{},\"1850\":{},\"1975\":{},\"2104\":{},\"2339\":{},\"2572\":{},\"2780\":{},\"3149\":{},\"3326\":{},\"3857\":{},\"4539\":{},\"5131\":{},\"5630\":{},\"6049\":{},\"6248\":{},\"6679\":{}},\"comment\":{}}],[\"glyphpx\",{\"_index\":886,\"name\":{\"3124\":{},\"6481\":{}},\"comment\":{}}],[\"glyphs\",{\"_index\":323,\"name\":{\"637\":{},\"672\":{},\"1613\":{},\"1632\":{},\"3704\":{},\"6042\":{},\"6184\":{},\"6239\":{},\"6604\":{}},\"comment\":{}}],[\"glyphwidth\",{\"_index\":881,\"name\":{\"3119\":{},\"6476\":{}},\"comment\":{}}],[\"gracenote\",{\"_index\":500,\"name\":{\"1442\":{},\"1502\":{},\"2251\":{},\"6988\":{}},\"comment\":{}}],[\"gracenotegroup\",{\"_index\":501,\"name\":{\"1443\":{},\"1503\":{},\"2452\":{},\"6989\":{}},\"comment\":{}}],[\"gracenotestruct\",{\"_index\":749,\"name\":{\"2234\":{}},\"comment\":{}}],[\"gracetabnote\",{\"_index\":525,\"name\":{\"1504\":{},\"2521\":{},\"6990\":{}},\"comment\":{}}],[\"grammar\",{\"_index\":466,\"name\":{\"1346\":{},\"3687\":{}},\"comment\":{}}],[\"greaterthan\",{\"_index\":671,\"name\":{\"1734\":{}},\"comment\":{}}],[\"greaterthanequals\",{\"_index\":672,\"name\":{\"1735\":{}},\"comment\":{}}],[\"greateststring\",{\"_index\":794,\"name\":{\"2526\":{},\"5584\":{}},\"comment\":{}}],[\"groupattributes\",{\"_index\":973,\"name\":{\"3786\":{}},\"comment\":{}}],[\"groupedresults\",{\"_index\":937,\"name\":{\"3686\":{}},\"comment\":{}}],[\"groups\",{\"_index\":1191,\"name\":{\"5442\":{}},\"comment\":{}}],[\"h\",{\"_index\":243,\"name\":{\"538\":{},\"545\":{}},\"comment\":{}}],[\"ha\",{\"_index\":600,\"name\":{\"1638\":{},\"2008\":{}},\"comment\":{}}],[\"harsh\",{\"_index\":1374,\"name\":{\"7060\":{},\"7138\":{}},\"comment\":{}}],[\"hasbeam\",{\"_index\":153,\"name\":{\"294\":{},\"895\":{},\"1044\":{},\"1895\":{},\"2151\":{},\"2381\":{},\"2616\":{},\"2828\":{},\"3197\":{},\"3373\":{},\"3904\":{},\"4581\":{},\"5178\":{},\"5674\":{},\"6097\":{},\"6296\":{},\"6727\":{}},\"comment\":{}}],[\"hasclass\",{\"_index\":52,\"name\":{\"54\":{},\"135\":{},\"209\":{},\"351\":{},\"429\":{},\"508\":{},\"738\":{},\"812\":{},\"953\":{},\"1102\":{},\"1158\":{},\"1223\":{},\"1380\":{},\"1788\":{},\"1949\":{},\"2064\":{},\"2209\":{},\"2427\":{},\"2495\":{},\"2666\":{},\"2746\":{},\"2885\":{},\"2952\":{},\"3038\":{},\"3257\":{},\"3429\":{},\"3491\":{},\"3574\":{},\"3637\":{},\"3735\":{},\"3962\":{},\"4081\":{},\"4149\":{},\"4199\":{},\"4255\":{},\"4322\":{},\"4389\":{},\"4627\":{},\"4700\":{},\"4757\":{},\"4822\":{},\"4880\":{},\"4939\":{},\"5001\":{},\"5075\":{},\"5235\":{},\"5310\":{},\"5385\":{},\"5534\":{},\"5724\":{},\"5784\":{},\"5891\":{},\"5946\":{},\"6013\":{},\"6155\":{},\"6354\":{},\"6446\":{},\"6572\":{},\"6645\":{},\"6784\":{},\"6847\":{},\"6930\":{},\"7102\":{},\"7151\":{},\"7219\":{}},\"comment\":{}}],[\"hasdata\",{\"_index\":626,\"name\":{\"1672\":{}},\"comment\":{}}],[\"hasflag\",{\"_index\":701,\"name\":{\"1847\":{},\"2282\":{},\"2569\":{},\"4479\":{},\"5128\":{},\"5627\":{}},\"comment\":{}}],[\"haskeysignature\",{\"_index\":575,\"name\":{\"1595\":{}},\"comment\":{}}],[\"hasstem\",{\"_index\":149,\"name\":{\"290\":{},\"891\":{},\"1040\":{},\"1891\":{},\"2147\":{},\"2281\":{},\"2530\":{},\"2824\":{},\"3193\":{},\"3369\":{},\"3900\":{},\"4478\":{},\"5174\":{},\"5588\":{},\"6093\":{},\"6292\":{},\"6723\":{}},\"comment\":{}}],[\"height\",{\"_index\":259,\"name\":{\"562\":{},\"570\":{},\"981\":{},\"1415\":{},\"2002\":{},\"3785\":{},\"4230\":{},\"5047\":{},\"5430\":{},\"6196\":{}},\"comment\":{}}],[\"hide\",{\"_index\":1151,\"name\":{\"5034\":{}},\"comment\":{}}],[\"highest_displaced_line\",{\"_index\":1099,\"name\":{\"4422\":{}},\"comment\":{}}],[\"highest_line\",{\"_index\":1097,\"name\":{\"4420\":{}},\"comment\":{}}],[\"highest_non_displaced_line\",{\"_index\":1101,\"name\":{\"4424\":{}},\"comment\":{}}],[\"horizontaljustify\",{\"_index\":87,\"name\":{\"94\":{},\"657\":{}},\"comment\":{}}],[\"horizontaljustifystring\",{\"_index\":88,\"name\":{\"95\":{},\"658\":{}},\"comment\":{}}],[\"id\",{\"_index\":474,\"name\":{\"1358\":{},\"1474\":{},\"3762\":{}},\"comment\":{}}],[\"ignore_ticks\",{\"_index\":1258,\"name\":{\"6223\":{}},\"comment\":{}}],[\"ignoreticks\",{\"_index\":746,\"name\":{\"2091\":{}},\"comment\":{}}],[\"incrementpos\",{\"_index\":931,\"name\":{\"3680\":{}},\"comment\":{}}],[\"index\",{\"_index\":899,\"name\":{\"3300\":{}},\"comment\":{}}],[\"initrenderer\",{\"_index\":489,\"name\":{\"1425\":{}},\"comment\":{}}],[\"int_val\",{\"_index\":854,\"name\":{\"3079\":{}},\"comment\":{}}],[\"int_value\",{\"_index\":877,\"name\":{\"3111\":{}},\"comment\":{}}],[\"intervals\",{\"_index\":862,\"name\":{\"3088\":{}},\"comment\":{}}],[\"invert\",{\"_index\":392,\"name\":{\"1135\":{}},\"comment\":{}}],[\"is_displaced\",{\"_index\":1108,\"name\":{\"4435\":{}},\"comment\":{}}],[\"isaccidental\",{\"_index\":1344,\"name\":{\"6957\":{}},\"comment\":{}}],[\"isannotation\",{\"_index\":1345,\"name\":{\"6958\":{}},\"comment\":{}}],[\"isbarline\",{\"_index\":1346,\"name\":{\"6959\":{}},\"comment\":{}}],[\"isbold\",{\"_index\":615,\"name\":{\"1660\":{}},\"comment\":{}}],[\"iscategory\",{\"_index\":1343,\"name\":{\"6956\":{}},\"comment\":{}}],[\"iscenteraligned\",{\"_index\":178,\"name\":{\"324\":{},\"925\":{},\"1074\":{},\"1923\":{},\"2181\":{},\"2401\":{},\"2639\":{},\"2858\":{},\"3227\":{},\"3401\":{},\"3934\":{},\"4601\":{},\"5206\":{},\"5697\":{},\"6127\":{},\"6326\":{},\"6408\":{},\"6757\":{}},\"comment\":{}}],[\"ischord\",{\"_index\":768,\"name\":{\"2280\":{},\"4477\":{}},\"comment\":{}}],[\"iscomplete\",{\"_index\":1392,\"name\":{\"7203\":{}},\"comment\":{}}],[\"isdisplaced\",{\"_index\":769,\"name\":{\"2287\":{},\"3315\":{},\"4484\":{}},\"comment\":{}}],[\"isdot\",{\"_index\":1347,\"name\":{\"6960\":{}},\"comment\":{}}],[\"isdotted\",{\"_index\":148,\"name\":{\"289\":{},\"890\":{},\"1039\":{},\"1890\":{},\"2146\":{},\"2377\":{},\"2612\":{},\"2823\":{},\"3192\":{},\"3368\":{},\"3899\":{},\"4577\":{},\"5173\":{},\"5670\":{},\"6092\":{},\"6291\":{},\"6722\":{}},\"comment\":{}}],[\"isgracenote\",{\"_index\":1348,\"name\":{\"6961\":{}},\"comment\":{}}],[\"isgracenotegroup\",{\"_index\":1349,\"name\":{\"6962\":{}},\"comment\":{}}],[\"ishtmlcanvas\",{\"_index\":1396,\"name\":{\"7244\":{}},\"comment\":{}}],[\"ishtmldiv\",{\"_index\":1397,\"name\":{\"7245\":{}},\"comment\":{}}],[\"isitalic\",{\"_index\":616,\"name\":{\"1661\":{}},\"comment\":{}}],[\"isnote\",{\"_index\":1350,\"name\":{\"6963\":{}},\"comment\":{}}],[\"ispartial\",{\"_index\":398,\"name\":{\"1147\":{},\"4926\":{},\"5772\":{},\"5933\":{}},\"comment\":{}}],[\"isrendercontext\",{\"_index\":1351,\"name\":{\"6964\":{}},\"comment\":{}}],[\"isrendered\",{\"_index\":56,\"name\":{\"58\":{},\"139\":{},\"213\":{},\"355\":{},\"433\":{},\"512\":{},\"742\":{},\"816\":{},\"957\":{},\"1106\":{},\"1162\":{},\"1227\":{},\"1384\":{},\"1792\":{},\"1953\":{},\"2068\":{},\"2213\":{},\"2431\":{},\"2499\":{},\"2670\":{},\"2750\":{},\"2889\":{},\"2956\":{},\"3042\":{},\"3261\":{},\"3433\":{},\"3495\":{},\"3578\":{},\"3641\":{},\"3739\":{},\"3966\":{},\"4085\":{},\"4153\":{},\"4203\":{},\"4259\":{},\"4326\":{},\"4393\":{},\"4631\":{},\"4704\":{},\"4761\":{},\"4826\":{},\"4884\":{},\"4943\":{},\"5005\":{},\"5079\":{},\"5239\":{},\"5314\":{},\"5389\":{},\"5538\":{},\"5728\":{},\"5788\":{},\"5895\":{},\"5950\":{},\"6017\":{},\"6159\":{},\"6358\":{},\"6450\":{},\"6576\":{},\"6649\":{},\"6788\":{},\"6851\":{},\"6934\":{},\"7106\":{},\"7155\":{},\"7223\":{}},\"comment\":{}}],[\"isrest\",{\"_index\":125,\"name\":{\"266\":{},\"867\":{},\"1016\":{},\"1819\":{},\"2124\":{},\"2279\":{},\"2592\":{},\"2800\":{},\"3169\":{},\"3346\":{},\"3877\":{},\"4430\":{},\"4476\":{},\"5151\":{},\"5650\":{},\"6069\":{},\"6268\":{},\"6699\":{}},\"comment\":{}}],[\"isstavenote\",{\"_index\":1352,\"name\":{\"6965\":{}},\"comment\":{}}],[\"isstemlet\",{\"_index\":1150,\"name\":{\"5033\":{}},\"comment\":{}}],[\"isstemmablenote\",{\"_index\":1353,\"name\":{\"6966\":{}},\"comment\":{}}],[\"issubscript\",{\"_index\":341,\"name\":{\"679\":{}},\"comment\":{}}],[\"issuperscript\",{\"_index\":340,\"name\":{\"678\":{}},\"comment\":{}}],[\"istabnote\",{\"_index\":1354,\"name\":{\"6967\":{}},\"comment\":{}}],[\"italic\",{\"_index\":605,\"name\":{\"1648\":{},\"6187\":{}},\"comment\":{}}],[\"iterations\",{\"_index\":1263,\"name\":{\"6386\":{}},\"comment\":{}}],[\"joinvoices\",{\"_index\":659,\"name\":{\"1714\":{}},\"comment\":{}}],[\"justification\",{\"_index\":1260,\"name\":{\"6238\":{}},\"comment\":{}}],[\"kerningoffset\",{\"_index\":318,\"name\":{\"632\":{},\"671\":{}},\"comment\":{}}],[\"key\",{\"_index\":421,\"name\":{\"1272\":{},\"1292\":{},\"3077\":{},\"3108\":{}},\"comment\":{}}],[\"keymanager\",{\"_index\":526,\"name\":{\"1505\":{},\"2692\":{}},\"comment\":{}}],[\"keyparts\",{\"_index\":849,\"name\":{\"3070\":{}},\"comment\":{}}],[\"keyproperties\",{\"_index\":579,\"name\":{\"1600\":{}},\"comment\":{}}],[\"keyprops\",{\"_index\":111,\"name\":{\"248\":{},\"849\":{},\"998\":{},\"1852\":{},\"2106\":{},\"2341\":{},\"2574\":{},\"2782\":{},\"3105\":{},\"3151\":{},\"3328\":{},\"3859\":{},\"4541\":{},\"5133\":{},\"5632\":{},\"6051\":{},\"6250\":{},\"6681\":{}},\"comment\":{}}],[\"keys\",{\"_index\":110,\"name\":{\"247\":{},\"848\":{},\"997\":{},\"1851\":{},\"2105\":{},\"2244\":{},\"2340\":{},\"2573\":{},\"2781\":{},\"3137\":{},\"3150\":{},\"3301\":{},\"3327\":{},\"3858\":{},\"4446\":{},\"4540\":{},\"5132\":{},\"5572\":{},\"5631\":{},\"6050\":{},\"6228\":{},\"6249\":{},\"6680\":{}},\"comment\":{}}],[\"keysignature\",{\"_index\":527,\"name\":{\"1506\":{},\"1594\":{},\"2707\":{},\"6991\":{}},\"comment\":{}}],[\"keysignote\",{\"_index\":498,\"name\":{\"1440\":{},\"1507\":{},\"2772\":{},\"6992\":{}},\"comment\":{}}],[\"keyval\",{\"_index\":419,\"name\":{\"1270\":{}},\"comment\":{}}],[\"keyvals\",{\"_index\":418,\"name\":{\"1269\":{}},\"comment\":{}}],[\"keyvalue\",{\"_index\":850,\"name\":{\"3074\":{}},\"comment\":{}}],[\"last_indices\",{\"_index\":1075,\"name\":{\"4285\":{},\"4910\":{}},\"comment\":{}}],[\"last_note\",{\"_index\":1074,\"name\":{\"4284\":{},\"4908\":{}},\"comment\":{}}],[\"last_x_shift\",{\"_index\":1134,\"name\":{\"4918\":{},\"5764\":{},\"5925\":{}},\"comment\":{}}],[\"lastcontext\",{\"_index\":979,\"name\":{\"3838\":{}},\"comment\":{}}],[\"layoutmetrics\",{\"_index\":1087,\"name\":{\"4348\":{}},\"comment\":{}}],[\"lbracket\",{\"_index\":435,\"name\":{\"1288\":{}},\"comment\":{}}],[\"lcm\",{\"_index\":662,\"name\":{\"1721\":{}},\"comment\":{}}],[\"lcmm\",{\"_index\":663,\"name\":{\"1722\":{}},\"comment\":{}}],[\"leaststring\",{\"_index\":795,\"name\":{\"2527\":{},\"5585\":{}},\"comment\":{}}],[\"ledger_code_head\",{\"_index\":704,\"name\":{\"1977\":{}},\"comment\":{}}],[\"ledger_line_offset\",{\"_index\":756,\"name\":{\"2253\":{},\"4458\":{}},\"comment\":{}}],[\"left\",{\"_index\":79,\"name\":{\"81\":{},\"639\":{},\"2913\":{},\"3022\":{},\"4355\":{},\"6217\":{},\"6384\":{},\"6516\":{}},\"comment\":{}}],[\"left_bar\",{\"_index\":993,\"name\":{\"3996\":{}},\"comment\":{}}],[\"left_shift\",{\"_index\":820,\"name\":{\"2980\":{}},\"comment\":{}}],[\"left_shift_px\",{\"_index\":1064,\"name\":{\"4228\":{}},\"comment\":{}}],[\"left_shift_ticks\",{\"_index\":1063,\"name\":{\"4227\":{}},\"comment\":{}}],[\"leftdisplacedheadpx\",{\"_index\":885,\"name\":{\"3123\":{},\"6480\":{}},\"comment\":{}}],[\"leftpadding\",{\"_index\":1168,\"name\":{\"5264\":{}},\"comment\":{}}],[\"leftsidebearing\",{\"_index\":311,\"name\":{\"624\":{},\"1639\":{}},\"comment\":{}}],[\"lessthan\",{\"_index\":673,\"name\":{\"1736\":{}},\"comment\":{}}],[\"lessthanequals\",{\"_index\":674,\"name\":{\"1737\":{}},\"comment\":{}}],[\"line\",{\"_index\":0,\"name\":{\"0\":{},\"3\":{},\"649\":{},\"765\":{},\"770\":{},\"1255\":{},\"2013\":{},\"2092\":{},\"2246\":{},\"3010\":{},\"3110\":{},\"3139\":{},\"3287\":{},\"4427\":{},\"4448\":{},\"5574\":{},\"6230\":{},\"6600\":{}},\"comment\":{}}],[\"line_above\",{\"_index\":708,\"name\":{\"1982\":{}},\"comment\":{}}],[\"line_below\",{\"_index\":707,\"name\":{\"1981\":{}},\"comment\":{}}],[\"line_config\",{\"_index\":988,\"name\":{\"3991\":{}},\"comment\":{}}],[\"line_dash\",{\"_index\":1077,\"name\":{\"4300\":{}},\"comment\":{}}],[\"line_shift\",{\"_index\":578,\"name\":{\"1599\":{}},\"comment\":{}}],[\"line_style\",{\"_index\":237,\"name\":{\"475\":{}},\"comment\":{}}],[\"line_thickness\",{\"_index\":841,\"name\":{\"3013\":{}},\"comment\":{}}],[\"line_width\",{\"_index\":234,\"name\":{\"472\":{},\"4299\":{},\"5994\":{}},\"comment\":{}}],[\"lineendtype\",{\"_index\":978,\"name\":{\"3837\":{}},\"comment\":{}}],[\"lineshift\",{\"_index\":1294,\"name\":{\"6538\":{}},\"comment\":{}}],[\"lineto\",{\"_index\":289,\"name\":{\"597\":{},\"3807\":{},\"5466\":{}},\"comment\":{}}],[\"linewidth\",{\"_index\":479,\"name\":{\"1366\":{},\"5423\":{},\"5436\":{}},\"comment\":{}}],[\"list\",{\"_index\":640,\"name\":{\"1687\":{}},\"comment\":{}}],[\"load\",{\"_index\":621,\"name\":{\"1666\":{}},\"comment\":{}}],[\"loadmetrics\",{\"_index\":729,\"name\":{\"2025\":{},\"6527\":{}},\"comment\":{}}],[\"loadwebfont\",{\"_index\":619,\"name\":{\"1664\":{}},\"comment\":{}}],[\"loadwebfonts\",{\"_index\":620,\"name\":{\"1665\":{}},\"comment\":{}}],[\"localheightcache\",{\"_index\":1247,\"name\":{\"6203\":{}},\"comment\":{}}],[\"location\",{\"_index\":1316,\"name\":{\"6884\":{}},\"comment\":{}}],[\"location_bottom\",{\"_index\":1327,\"name\":{\"6900\":{}},\"comment\":{}}],[\"location_top\",{\"_index\":1326,\"name\":{\"6899\":{}},\"comment\":{}}],[\"log\",{\"_index\":1357,\"name\":{\"7037\":{}},\"comment\":{}}],[\"lookupbeamdirection\",{\"_index\":226,\"name\":{\"416\":{}},\"comment\":{}}],[\"lookupfontmetric\",{\"_index\":727,\"name\":{\"2020\":{},\"6522\":{}},\"comment\":{}}],[\"lookupglyph\",{\"_index\":728,\"name\":{\"2021\":{},\"6523\":{}},\"comment\":{}}],[\"lookupmetric\",{\"_index\":629,\"name\":{\"1675\":{}},\"comment\":{}}],[\"lowerkerningtext\",{\"_index\":319,\"name\":{\"633\":{},\"676\":{}},\"comment\":{}}],[\"lowest_displaced_line\",{\"_index\":1100,\"name\":{\"4423\":{}},\"comment\":{}}],[\"lowest_line\",{\"_index\":1098,\"name\":{\"4421\":{}},\"comment\":{}}],[\"lowest_non_displaced_line\",{\"_index\":1102,\"name\":{\"4425\":{}},\"comment\":{}}],[\"lparen\",{\"_index\":429,\"name\":{\"1281\":{}},\"comment\":{}}],[\"makeabs\",{\"_index\":677,\"name\":{\"1742\":{}},\"comment\":{}}],[\"maketimesignatureglyph\",{\"_index\":1300,\"name\":{\"6612\":{}},\"comment\":{}}],[\"map\",{\"_index\":641,\"name\":{\"1688\":{},\"1692\":{}},\"comment\":{}}],[\"match\",{\"_index\":916,\"name\":{\"3663\":{}},\"comment\":{}}],[\"matchedstring\",{\"_index\":932,\"name\":{\"3681\":{}},\"comment\":{}}],[\"matches\",{\"_index\":933,\"name\":{\"3682\":{}},\"comment\":{}}],[\"matchfail\",{\"_index\":938,\"name\":{\"3693\":{}},\"comment\":{}}],[\"matchsuccess\",{\"_index\":939,\"name\":{\"3694\":{}},\"comment\":{}}],[\"matchtoken\",{\"_index\":940,\"name\":{\"3695\":{}},\"comment\":{}}],[\"max_slope\",{\"_index\":207,\"name\":{\"395\":{}},\"comment\":{}}],[\"maxheight\",{\"_index\":1251,\"name\":{\"6207\":{}},\"comment\":{}}],[\"maxiterations\",{\"_index\":634,\"name\":{\"1680\":{},\"5487\":{}},\"comment\":{}}],[\"maxline\",{\"_index\":763,\"name\":{\"2269\":{},\"4428\":{},\"4466\":{}},\"comment\":{}}],[\"maxsizeglyph\",{\"_index\":1239,\"name\":{\"6189\":{}},\"comment\":{}}],[\"maybe\",{\"_index\":925,\"name\":{\"3674\":{}},\"comment\":{}}],[\"maybeslash\",{\"_index\":433,\"name\":{\"1286\":{}},\"comment\":{}}],[\"mean\",{\"_index\":1265,\"name\":{\"6390\":{}},\"comment\":{}}],[\"measuretext\",{\"_index\":296,\"name\":{\"604\":{},\"3820\":{},\"5473\":{}},\"comment\":{}}],[\"mergewith\",{\"_index\":255,\"name\":{\"556\":{}},\"comment\":{}}],[\"metrics\",{\"_index\":339,\"name\":{\"675\":{},\"1611\":{},\"2034\":{},\"5269\":{},\"6544\":{},\"6902\":{}},\"comment\":{}}],[\"microtones\",{\"_index\":427,\"name\":{\"1278\":{}},\"comment\":{}}],[\"mid\",{\"_index\":1142,\"name\":{\"4968\":{}},\"comment\":{}}],[\"midline\",{\"_index\":1359,\"name\":{\"7039\":{}},\"comment\":{}}],[\"min_flat_beam_offset\",{\"_index\":213,\"name\":{\"401\":{}},\"comment\":{}}],[\"min_slope\",{\"_index\":208,\"name\":{\"396\":{}},\"comment\":{}}],[\"minannotationpadding\",{\"_index\":91,\"name\":{\"98\":{}},\"comment\":{}}],[\"minline\",{\"_index\":762,\"name\":{\"2268\":{},\"4429\":{},\"4465\":{}},\"comment\":{}}],[\"minnoteheadpadding\",{\"_index\":759,\"name\":{\"2258\":{},\"4459\":{}},\"comment\":{}}],[\"minpadding\",{\"_index\":342,\"name\":{\"680\":{},\"3284\":{},\"3525\":{}},\"comment\":{}}],[\"mixed\",{\"_index\":945,\"name\":{\"3709\":{}},\"comment\":{}}],[\"mode\",{\"_index\":1383,\"name\":{\"7187\":{}},\"comment\":{}}],[\"modifier\",{\"_index\":528,\"name\":{\"1508\":{},\"2917\":{},\"6993\":{}},\"comment\":{}}],[\"modifiercontext\",{\"_index\":507,\"name\":{\"1453\":{},\"1509\":{},\"2987\":{}},\"comment\":{}}],[\"modifiercontextmember\",{\"_index\":824,\"name\":{\"2986\":{}},\"comment\":{}}],[\"modifiercontextmetrics\",{\"_index\":823,\"name\":{\"2983\":{}},\"comment\":{}}],[\"modifiercontextstate\",{\"_index\":818,\"name\":{\"2978\":{}},\"comment\":{}}],[\"modifierposition\",{\"_index\":548,\"name\":{\"1565\":{},\"2911\":{}},\"comment\":{}}],[\"modleftpx\",{\"_index\":883,\"name\":{\"3121\":{},\"6478\":{}},\"comment\":{}}],[\"modrightpx\",{\"_index\":884,\"name\":{\"3122\":{},\"6479\":{}},\"comment\":{}}],[\"monospaced\",{\"_index\":1238,\"name\":{\"6186\":{}},\"comment\":{}}],[\"move\",{\"_index\":253,\"name\":{\"554\":{},\"2012\":{}},\"comment\":{}}],[\"moveto\",{\"_index\":288,\"name\":{\"596\":{},\"3806\":{},\"5465\":{}},\"comment\":{}}],[\"multimeasurerest\",{\"_index\":508,\"name\":{\"1454\":{},\"1510\":{},\"3015\":{},\"6994\":{}},\"comment\":{}}],[\"multimeasurerestrenderoptions\",{\"_index\":830,\"name\":{\"3001\":{}},\"comment\":{}}],[\"multiply\",{\"_index\":669,\"name\":{\"1731\":{}},\"comment\":{}}],[\"music\",{\"_index\":529,\"name\":{\"1511\":{},\"3080\":{}},\"comment\":{}}],[\"music_font_stack\",{\"_index\":726,\"name\":{\"2019\":{},\"6521\":{}},\"comment\":{}}],[\"name\",{\"_index\":958,\"name\":{\"3763\":{},\"4787\":{}},\"comment\":{}}],[\"names\",{\"_index\":1307,\"name\":{\"6874\":{}},\"comment\":{}}],[\"near_head\",{\"_index\":394,\"name\":{\"1137\":{}},\"comment\":{}}],[\"near_top\",{\"_index\":395,\"name\":{\"1138\":{}},\"comment\":{}}],[\"nesting_offset\",{\"_index\":1328,\"name\":{\"6901\":{}},\"comment\":{}}],[\"newfromelementid\",{\"_index\":488,\"name\":{\"1421\":{}},\"comment\":{}}],[\"no_text_format\",{\"_index\":332,\"name\":{\"662\":{}},\"comment\":{}}],[\"nojustification\",{\"_index\":1200,\"name\":{\"5491\":{},\"5508\":{}},\"comment\":{}}],[\"non_displaced_x\",{\"_index\":1096,\"name\":{\"4419\":{}},\"comment\":{}}],[\"none\",{\"_index\":328,\"name\":{\"651\":{},\"3832\":{},\"4113\":{},\"4657\":{},\"4966\":{}},\"comment\":{}}],[\"nopadding\",{\"_index\":1205,\"name\":{\"5498\":{}},\"comment\":{}}],[\"normal\",{\"_index\":603,\"name\":{\"1644\":{},\"1647\":{}},\"comment\":{}}],[\"normalizeangle\",{\"_index\":1361,\"name\":{\"7041\":{}},\"comment\":{}}],[\"nospace\",{\"_index\":921,\"name\":{\"3670\":{}},\"comment\":{}}],[\"notation_font_scale\",{\"_index\":562,\"name\":{\"1579\":{}},\"comment\":{}}],[\"note\",{\"_index\":413,\"name\":{\"1262\":{},\"1512\":{},\"2699\":{},\"2704\":{},\"3065\":{},\"3144\":{},\"4436\":{},\"6995\":{}},\"comment\":{}}],[\"note_heads\",{\"_index\":786,\"name\":{\"2313\":{},\"4510\":{}},\"comment\":{}}],[\"note_type\",{\"_index\":898,\"name\":{\"3297\":{}},\"comment\":{}}],[\"noteaccidental\",{\"_index\":846,\"name\":{\"3064\":{}},\"comment\":{}}],[\"noteduration\",{\"_index\":888,\"name\":{\"3126\":{}},\"comment\":{}}],[\"notehead\",{\"_index\":530,\"name\":{\"1513\":{},\"1629\":{},\"3307\":{},\"6996\":{}},\"comment\":{}}],[\"noteheadmetrics\",{\"_index\":893,\"name\":{\"3283\":{}},\"comment\":{}}],[\"noteheadoffset\",{\"_index\":1322,\"name\":{\"6890\":{}},\"comment\":{}}],[\"noteheads\",{\"_index\":785,\"name\":{\"2312\":{},\"4509\":{}},\"comment\":{}}],[\"noteheadstruct\",{\"_index\":895,\"name\":{\"3286\":{}},\"comment\":{}}],[\"notemetrics\",{\"_index\":880,\"name\":{\"3117\":{}},\"comment\":{}}],[\"notename\",{\"_index\":424,\"name\":{\"1275\":{}},\"comment\":{}}],[\"noteparts\",{\"_index\":847,\"name\":{\"3067\":{}},\"comment\":{}}],[\"notepiece\",{\"_index\":438,\"name\":{\"1291\":{}},\"comment\":{}}],[\"notepx\",{\"_index\":882,\"name\":{\"3120\":{},\"6477\":{}},\"comment\":{}}],[\"notes\",{\"_index\":214,\"name\":{\"402\":{},\"1261\":{},\"1304\":{},\"1354\":{},\"6905\":{}},\"comment\":{}}],[\"notes_occupied\",{\"_index\":1317,\"name\":{\"6885\":{}},\"comment\":{}}],[\"notestruct\",{\"_index\":892,\"name\":{\"3136\":{}},\"comment\":{}}],[\"notesubgroup\",{\"_index\":517,\"name\":{\"1468\":{},\"1514\":{},\"3454\":{},\"6997\":{}},\"comment\":{}}],[\"notetointeger\",{\"_index\":1308,\"name\":{\"6876\":{}},\"comment\":{}}],[\"notevalues\",{\"_index\":865,\"name\":{\"3092\":{}},\"comment\":{}}],[\"num\",{\"_index\":1296,\"name\":{\"6601\":{}},\"comment\":{}}],[\"num_beats\",{\"_index\":571,\"name\":{\"1589\":{},\"7178\":{}},\"comment\":{}}],[\"num_lines\",{\"_index\":996,\"name\":{\"4000\":{}},\"comment\":{}}],[\"num_notes\",{\"_index\":1318,\"name\":{\"6886\":{}},\"comment\":{}}],[\"num_tones\",{\"_index\":855,\"name\":{\"3081\":{}},\"comment\":{}}],[\"numacc\",{\"_index\":5,\"name\":{\"6\":{}},\"comment\":{}}],[\"number_glyph_point\",{\"_index\":836,\"name\":{\"3007\":{}},\"comment\":{}}],[\"number_line\",{\"_index\":835,\"name\":{\"3006\":{}},\"comment\":{}}],[\"number_of_measures\",{\"_index\":831,\"name\":{\"3002\":{}},\"comment\":{}}],[\"numerator\",{\"_index\":664,\"name\":{\"1724\":{}},\"comment\":{}}],[\"nummatches\",{\"_index\":934,\"name\":{\"3683\":{}},\"comment\":{}}],[\"o\",{\"_index\":601,\"name\":{\"1641\":{}},\"comment\":{}}],[\"octave\",{\"_index\":425,\"name\":{\"1276\":{},\"1294\":{},\"3109\":{}},\"comment\":{}}],[\"octave_shift\",{\"_index\":753,\"name\":{\"2242\":{},\"4444\":{},\"5570\":{}},\"comment\":{}}],[\"oldvalue\",{\"_index\":959,\"name\":{\"3765\":{}},\"comment\":{}}],[\"oneormore\",{\"_index\":924,\"name\":{\"3673\":{}},\"comment\":{}}],[\"onregister\",{\"_index\":55,\"name\":{\"57\":{},\"138\":{},\"212\":{},\"354\":{},\"432\":{},\"511\":{},\"741\":{},\"815\":{},\"956\":{},\"1105\":{},\"1161\":{},\"1226\":{},\"1383\":{},\"1791\":{},\"1952\":{},\"2067\":{},\"2212\":{},\"2430\":{},\"2498\":{},\"2669\":{},\"2749\":{},\"2888\":{},\"2955\":{},\"3041\":{},\"3260\":{},\"3432\":{},\"3494\":{},\"3577\":{},\"3640\":{},\"3738\":{},\"3965\":{},\"4084\":{},\"4152\":{},\"4202\":{},\"4258\":{},\"4325\":{},\"4392\":{},\"4630\":{},\"4703\":{},\"4760\":{},\"4825\":{},\"4883\":{},\"4942\":{},\"5004\":{},\"5078\":{},\"5238\":{},\"5313\":{},\"5388\":{},\"5537\":{},\"5727\":{},\"5787\":{},\"5894\":{},\"5949\":{},\"6016\":{},\"6158\":{},\"6357\":{},\"6449\":{},\"6575\":{},\"6648\":{},\"6787\":{},\"6850\":{},\"6933\":{},\"7105\":{},\"7154\":{},\"7222\":{}},\"comment\":{}}],[\"onupdate\",{\"_index\":970,\"name\":{\"3779\":{}},\"comment\":{}}],[\"opengroup\",{\"_index\":272,\"name\":{\"579\":{},\"3817\":{},\"5445\":{}},\"comment\":{}}],[\"options\",{\"_index\":440,\"name\":{\"1301\":{},\"1313\":{},\"1343\":{},\"4008\":{},\"5492\":{},\"5819\":{}},\"comment\":{}}],[\"opts\",{\"_index\":417,\"name\":{\"1268\":{}},\"comment\":{}}],[\"or\",{\"_index\":926,\"name\":{\"3675\":{}},\"comment\":{}}],[\"ornament\",{\"_index\":502,\"name\":{\"1448\":{},\"1515\":{},\"1628\":{},\"3522\":{},\"6998\":{}},\"comment\":{}}],[\"ornamentalignwithnotehead\",{\"_index\":908,\"name\":{\"3529\":{}},\"comment\":{}}],[\"ornamentarticulation\",{\"_index\":910,\"name\":{\"3531\":{}},\"comment\":{}}],[\"ornamentattack\",{\"_index\":907,\"name\":{\"3528\":{}},\"comment\":{}}],[\"ornamentmetrics\",{\"_index\":902,\"name\":{\"3517\":{}},\"comment\":{}}],[\"ornamentnotetransition\",{\"_index\":906,\"name\":{\"3527\":{}},\"comment\":{}}],[\"ornamentrelease\",{\"_index\":909,\"name\":{\"3530\":{}},\"comment\":{}}],[\"outline\",{\"_index\":721,\"name\":{\"2009\":{}},\"comment\":{}}],[\"outlinecode\",{\"_index\":722,\"name\":{\"2011\":{}},\"comment\":{}}],[\"padding_left\",{\"_index\":837,\"name\":{\"3008\":{},\"4297\":{}},\"comment\":{}}],[\"padding_right\",{\"_index\":838,\"name\":{\"3009\":{},\"4298\":{}},\"comment\":{}}],[\"paddingleft\",{\"_index\":1090,\"name\":{\"4351\":{}},\"comment\":{}}],[\"paddingright\",{\"_index\":1091,\"name\":{\"4352\":{}},\"comment\":{}}],[\"params\",{\"_index\":410,\"name\":{\"1258\":{}},\"comment\":{}}],[\"parenleftpadding\",{\"_index\":19,\"name\":{\"21\":{}},\"comment\":{}}],[\"parenrightpadding\",{\"_index\":21,\"name\":{\"23\":{}},\"comment\":{}}],[\"parent\",{\"_index\":1190,\"name\":{\"5441\":{}},\"comment\":{}}],[\"parenthesis\",{\"_index\":531,\"name\":{\"1516\":{},\"3600\":{},\"6999\":{}},\"comment\":{}}],[\"parse\",{\"_index\":470,\"name\":{\"1351\":{},\"1746\":{},\"3692\":{}},\"comment\":{}}],[\"parsednote\",{\"_index\":889,\"name\":{\"3130\":{}},\"comment\":{}}],[\"parser\",{\"_index\":467,\"name\":{\"1347\":{},\"1517\":{},\"3689\":{}},\"comment\":{}}],[\"parsetimespec\",{\"_index\":1299,\"name\":{\"6611\":{}},\"comment\":{}}],[\"partial_beam_length\",{\"_index\":212,\"name\":{\"400\":{}},\"comment\":{}}],[\"partialbeamdirection\",{\"_index\":197,\"name\":{\"380\":{}},\"comment\":{}}],[\"path\",{\"_index\":1187,\"name\":{\"5431\":{}},\"comment\":{}}],[\"pedalmarking\",{\"_index\":516,\"name\":{\"1467\":{},\"1518\":{},\"1623\":{},\"3700\":{},\"7000\":{}},\"comment\":{}}],[\"pen\",{\"_index\":1188,\"name\":{\"5432\":{}},\"comment\":{}}],[\"piece\",{\"_index\":408,\"name\":{\"1256\":{},\"1295\":{},\"1314\":{}},\"comment\":{}}],[\"pieces\",{\"_index\":409,\"name\":{\"1257\":{}},\"comment\":{}}],[\"placeglyphonline\",{\"_index\":373,\"name\":{\"799\":{},\"2734\":{},\"4136\":{},\"4375\":{},\"4687\":{},\"4744\":{},\"4809\":{},\"4867\":{},\"4988\":{},\"6632\":{}},\"comment\":{}}],[\"plotdebugging\",{\"_index\":646,\"name\":{\"1698\":{}},\"comment\":{}}],[\"plotmetrics\",{\"_index\":104,\"name\":{\"238\":{},\"840\":{},\"988\":{},\"1816\":{},\"2095\":{},\"2261\":{},\"2523\":{},\"2774\":{},\"3146\":{},\"3310\":{},\"3848\":{},\"4462\":{},\"5102\":{},\"5581\":{},\"6043\":{},\"6240\":{},\"6673\":{}},\"comment\":{}}],[\"point\",{\"_index\":366,\"name\":{\"768\":{},\"776\":{},\"6608\":{}},\"comment\":{}}],[\"pointerbbox\",{\"_index\":974,\"name\":{\"3787\":{}},\"comment\":{}}],[\"pos\",{\"_index\":930,\"name\":{\"3679\":{}},\"comment\":{}}],[\"position\",{\"_index\":13,\"name\":{\"14\":{},\"100\":{},\"171\":{},\"467\":{},\"683\":{},\"783\":{},\"1133\":{},\"1141\":{},\"1189\":{},\"1752\":{},\"1979\":{},\"2456\":{},\"2710\":{},\"2919\":{},\"3457\":{},\"3532\":{},\"3604\":{},\"4118\":{},\"4363\":{},\"4670\":{},\"4729\":{},\"4791\":{},\"4851\":{},\"4975\":{},\"5271\":{},\"5349\":{},\"5977\":{},\"5985\":{},\"5999\":{},\"6605\":{},\"6812\":{},\"7066\":{}},\"comment\":{}}],[\"position_end\",{\"_index\":391,\"name\":{\"1134\":{}},\"comment\":{}}],[\"positions\",{\"_index\":1220,\"name\":{\"5563\":{},\"5987\":{}},\"comment\":{}}],[\"positionsstring\",{\"_index\":1231,\"name\":{\"5988\":{}},\"comment\":{}}],[\"positionstring\",{\"_index\":14,\"name\":{\"15\":{},\"101\":{},\"172\":{},\"468\":{},\"684\":{},\"1142\":{},\"1190\":{},\"1753\":{},\"2457\":{},\"2920\":{},\"3458\":{},\"3533\":{},\"3605\":{},\"5272\":{},\"5350\":{},\"5986\":{},\"6813\":{},\"7067\":{}},\"comment\":{}}],[\"postformat\",{\"_index\":187,\"name\":{\"333\":{},\"419\":{},\"935\":{},\"1084\":{},\"1713\":{},\"1848\":{},\"2191\":{},\"2260\":{},\"2338\":{},\"2570\":{},\"2867\":{},\"3000\":{},\"3238\":{},\"3411\":{},\"3944\":{},\"4461\":{},\"4538\":{},\"5129\":{},\"5628\":{},\"6137\":{},\"6336\":{},\"6423\":{},\"6511\":{},\"6766\":{}},\"comment\":{}}],[\"postformatted\",{\"_index\":188,\"name\":{\"334\":{},\"403\":{},\"936\":{},\"1085\":{},\"1932\":{},\"2192\":{},\"2411\":{},\"2649\":{},\"2868\":{},\"3239\":{},\"3412\":{},\"3945\":{},\"4611\":{},\"5217\":{},\"5707\":{},\"6138\":{},\"6337\":{},\"6424\":{},\"6767\":{}},\"comment\":{}}],[\"precalculatemintotalwidth\",{\"_index\":652,\"name\":{\"1705\":{}},\"comment\":{}}],[\"prefix\",{\"_index\":1360,\"name\":{\"7040\":{}},\"comment\":{}}],[\"preformat\",{\"_index\":108,\"name\":{\"244\":{},\"418\":{},\"845\":{},\"994\":{},\"1710\":{},\"1822\":{},\"2100\":{},\"2308\":{},\"2463\":{},\"2540\":{},\"2778\":{},\"2999\":{},\"3236\":{},\"3324\":{},\"3461\":{},\"3853\":{},\"4505\":{},\"5215\":{},\"5598\":{},\"6047\":{},\"6246\":{},\"6421\":{},\"6510\":{},\"6677\":{},\"7208\":{}},\"comment\":{}}],[\"preformatted\",{\"_index\":186,\"name\":{\"332\":{},\"934\":{},\"1083\":{},\"1931\":{},\"2190\":{},\"2410\":{},\"2648\":{},\"2866\":{},\"3237\":{},\"3410\":{},\"3943\":{},\"4610\":{},\"5216\":{},\"5706\":{},\"6136\":{},\"6335\":{},\"6422\":{},\"6765\":{}},\"comment\":{}}],[\"quadratic\",{\"_index\":723,\"name\":{\"2014\":{}},\"comment\":{}}],[\"quadraticcurveto\",{\"_index\":291,\"name\":{\"599\":{},\"3809\":{},\"5468\":{}},\"comment\":{}}],[\"quotient\",{\"_index\":675,\"name\":{\"1740\":{}},\"comment\":{}}],[\"rasquedo_down\",{\"_index\":1178,\"name\":{\"5344\":{}},\"comment\":{}}],[\"rasquedo_up\",{\"_index\":1179,\"name\":{\"5345\":{}},\"comment\":{}}],[\"ratioed\",{\"_index\":1319,\"name\":{\"6887\":{}},\"comment\":{}}],[\"rbracket\",{\"_index\":436,\"name\":{\"1289\":{}},\"comment\":{}}],[\"rect\",{\"_index\":284,\"name\":{\"592\":{},\"3801\":{},\"5461\":{}},\"comment\":{}}],[\"register\",{\"_index\":965,\"name\":{\"3774\":{}},\"comment\":{}}],[\"registerinfo\",{\"_index\":1246,\"name\":{\"6202\":{}},\"comment\":{}}],[\"registry\",{\"_index\":532,\"name\":{\"1519\":{},\"3766\":{}},\"comment\":{}}],[\"registryupdate\",{\"_index\":957,\"name\":{\"3761\":{}},\"comment\":{}}],[\"release_width\",{\"_index\":235,\"name\":{\"473\":{}},\"comment\":{}}],[\"remainder\",{\"_index\":676,\"name\":{\"1741\":{}},\"comment\":{}}],[\"removeclass\",{\"_index\":54,\"name\":{\"56\":{},\"137\":{},\"211\":{},\"353\":{},\"431\":{},\"510\":{},\"740\":{},\"814\":{},\"955\":{},\"1104\":{},\"1160\":{},\"1225\":{},\"1382\":{},\"1790\":{},\"1951\":{},\"2066\":{},\"2211\":{},\"2429\":{},\"2497\":{},\"2668\":{},\"2748\":{},\"2887\":{},\"2954\":{},\"3040\":{},\"3259\":{},\"3431\":{},\"3493\":{},\"3576\":{},\"3639\":{},\"3737\":{},\"3964\":{},\"4083\":{},\"4151\":{},\"4201\":{},\"4257\":{},\"4324\":{},\"4391\":{},\"4629\":{},\"4702\":{},\"4759\":{},\"4824\":{},\"4882\":{},\"4941\":{},\"5003\":{},\"5077\":{},\"5237\":{},\"5312\":{},\"5387\":{},\"5536\":{},\"5726\":{},\"5786\":{},\"5893\":{},\"5948\":{},\"6015\":{},\"6157\":{},\"6356\":{},\"6448\":{},\"6574\":{},\"6647\":{},\"6786\":{},\"6849\":{},\"6932\":{},\"7104\":{},\"7153\":{},\"7221\":{}},\"comment\":{}}],[\"render\",{\"_index\":743,\"name\":{\"2053\":{},\"6562\":{}},\"comment\":{}}],[\"render_options\",{\"_index\":18,\"name\":{\"19\":{},\"176\":{},\"249\":{},\"388\":{},\"470\":{},\"850\":{},\"999\":{},\"1145\":{},\"1853\":{},\"2107\":{},\"2342\":{},\"2460\":{},\"2575\":{},\"2783\":{},\"3019\":{},\"3152\":{},\"3329\":{},\"3536\":{},\"3715\":{},\"3860\":{},\"4241\":{},\"4295\":{},\"4542\":{},\"4793\":{},\"4915\":{},\"5134\":{},\"5352\":{},\"5633\":{},\"5761\":{},\"5922\":{},\"5990\":{},\"6052\":{},\"6251\":{},\"6682\":{},\"7070\":{},\"7133\":{}},\"comment\":{}}],[\"render_precision_places\",{\"_index\":560,\"name\":{\"1577\":{}},\"comment\":{}}],[\"rendercontext\",{\"_index\":533,\"name\":{\"1520\":{},\"3788\":{},\"7001\":{}},\"comment\":{}}],[\"rendercurve\",{\"_index\":399,\"name\":{\"1148\":{}},\"comment\":{}}],[\"renderer\",{\"_index\":484,\"name\":{\"1410\":{},\"1521\":{},\"3835\":{}},\"comment\":{}}],[\"rendererbackends\",{\"_index\":549,\"name\":{\"1566\":{},\"3828\":{}},\"comment\":{}}],[\"rendererlineendtype\",{\"_index\":550,\"name\":{\"1567\":{},\"3831\":{}},\"comment\":{}}],[\"renderglyph\",{\"_index\":730,\"name\":{\"2026\":{},\"6528\":{}},\"comment\":{}}],[\"renderhairpin\",{\"_index\":1070,\"name\":{\"4245\":{}},\"comment\":{}}],[\"renderoutline\",{\"_index\":731,\"name\":{\"2027\":{},\"6529\":{}},\"comment\":{}}],[\"rendertext\",{\"_index\":1141,\"name\":{\"4928\":{},\"5773\":{},\"5935\":{}},\"comment\":{}}],[\"rendertie\",{\"_index\":1140,\"name\":{\"4927\":{},\"5760\":{},\"5934\":{}},\"comment\":{}}],[\"rendertostave\",{\"_index\":744,\"name\":{\"2055\":{},\"6541\":{}},\"comment\":{}}],[\"rendervibrato\",{\"_index\":1376,\"name\":{\"7065\":{}},\"comment\":{}}],[\"repeat_begin\",{\"_index\":1052,\"name\":{\"4110\":{}},\"comment\":{}}],[\"repeat_both\",{\"_index\":1054,\"name\":{\"4112\":{}},\"comment\":{}}],[\"repeat_end\",{\"_index\":1053,\"name\":{\"4111\":{}},\"comment\":{}}],[\"repeatnote\",{\"_index\":494,\"name\":{\"1434\":{},\"1522\":{},\"3846\":{},\"7002\":{}},\"comment\":{}}],[\"repetition\",{\"_index\":534,\"name\":{\"1523\":{},\"4652\":{},\"7003\":{}},\"comment\":{}}],[\"reportedwidth\",{\"_index\":905,\"name\":{\"3521\":{}},\"comment\":{}}],[\"rerr\",{\"_index\":1369,\"name\":{\"7053\":{}},\"comment\":{}}],[\"reset\",{\"_index\":171,\"name\":{\"313\":{},\"914\":{},\"1063\":{},\"1317\":{},\"1423\":{},\"1912\":{},\"2047\":{},\"2170\":{},\"2270\":{},\"2528\":{},\"2696\":{},\"2847\":{},\"3216\":{},\"3391\":{},\"3923\":{},\"4467\":{},\"5195\":{},\"5586\":{},\"6116\":{},\"6315\":{},\"6396\":{},\"6557\":{},\"6746\":{}},\"comment\":{}}],[\"resetfont\",{\"_index\":69,\"name\":{\"71\":{},\"152\":{},\"226\":{},\"368\":{},\"446\":{},\"525\":{},\"754\":{},\"829\":{},\"970\":{},\"1119\":{},\"1175\":{},\"1240\":{},\"1397\":{},\"1805\":{},\"1966\":{},\"2081\":{},\"2225\":{},\"2443\":{},\"2512\":{},\"2683\":{},\"2763\":{},\"2902\":{},\"2969\":{},\"3055\":{},\"3274\":{},\"3445\":{},\"3508\":{},\"3591\":{},\"3654\":{},\"3752\":{},\"3978\":{},\"4097\":{},\"4166\":{},\"4216\":{},\"4272\":{},\"4339\":{},\"4406\":{},\"4643\":{},\"4717\":{},\"4774\":{},\"4839\":{},\"4897\":{},\"4956\":{},\"5018\":{},\"5091\":{},\"5252\":{},\"5327\":{},\"5402\":{},\"5550\":{},\"5741\":{},\"5801\":{},\"5907\":{},\"5963\":{},\"6030\":{},\"6172\":{},\"6371\":{},\"6463\":{},\"6589\":{},\"6662\":{},\"6801\":{},\"6864\":{},\"6947\":{},\"7119\":{},\"7168\":{},\"7235\":{}},\"comment\":{}}],[\"resetlines\",{\"_index\":1002,\"name\":{\"4012\":{},\"5823\":{}},\"comment\":{}}],[\"resetpiece\",{\"_index\":451,\"name\":{\"1321\":{}},\"comment\":{}}],[\"resettuplet\",{\"_index\":182,\"name\":{\"328\":{},\"929\":{},\"1078\":{},\"1927\":{},\"2185\":{},\"2405\":{},\"2643\":{},\"2862\":{},\"3231\":{},\"3405\":{},\"3938\":{},\"4605\":{},\"5210\":{},\"5701\":{},\"6131\":{},\"6330\":{},\"6414\":{},\"6761\":{}},\"comment\":{}}],[\"resize\",{\"_index\":283,\"name\":{\"591\":{},\"3802\":{},\"3844\":{},\"5456\":{}},\"comment\":{}}],[\"resolution\",{\"_index\":564,\"name\":{\"1581\":{},\"1591\":{},\"1615\":{},\"6183\":{},\"7180\":{}},\"comment\":{}}],[\"resolutionmultiplier\",{\"_index\":643,\"name\":{\"1690\":{},\"1694\":{}},\"comment\":{}}],[\"resolveglyphs\",{\"_index\":1340,\"name\":{\"6918\":{}},\"comment\":{}}],[\"rest\",{\"_index\":706,\"name\":{\"1980\":{}},\"comment\":{}}],[\"restore\",{\"_index\":299,\"name\":{\"607\":{},\"3816\":{},\"5476\":{}},\"comment\":{}}],[\"restorestyle\",{\"_index\":50,\"name\":{\"52\":{},\"133\":{},\"207\":{},\"349\":{},\"427\":{},\"506\":{},\"736\":{},\"810\":{},\"951\":{},\"1100\":{},\"1156\":{},\"1221\":{},\"1377\":{},\"1786\":{},\"1947\":{},\"2062\":{},\"2207\":{},\"2425\":{},\"2493\":{},\"2664\":{},\"2744\":{},\"2883\":{},\"2950\":{},\"3036\":{},\"3254\":{},\"3427\":{},\"3489\":{},\"3572\":{},\"3635\":{},\"3733\":{},\"3960\":{},\"4079\":{},\"4147\":{},\"4197\":{},\"4253\":{},\"4320\":{},\"4387\":{},\"4625\":{},\"4698\":{},\"4755\":{},\"4820\":{},\"4878\":{},\"4937\":{},\"4999\":{},\"5073\":{},\"5232\":{},\"5308\":{},\"5383\":{},\"5532\":{},\"5722\":{},\"5782\":{},\"5889\":{},\"5944\":{},\"6011\":{},\"6153\":{},\"6352\":{},\"6443\":{},\"6570\":{},\"6643\":{},\"6782\":{},\"6845\":{},\"6928\":{},\"7100\":{},\"7149\":{},\"7217\":{}},\"comment\":{}}],[\"result\",{\"_index\":928,\"name\":{\"3677\":{}},\"comment\":{}}],[\"results\",{\"_index\":935,\"name\":{\"3684\":{}},\"comment\":{}}],[\"reverse\",{\"_index\":381,\"name\":{\"980\":{}},\"comment\":{}}],[\"right\",{\"_index\":81,\"name\":{\"83\":{},\"641\":{},\"2914\":{},\"3023\":{},\"4356\":{},\"6219\":{},\"6385\":{},\"6517\":{}},\"comment\":{}}],[\"right_bar\",{\"_index\":994,\"name\":{\"3997\":{}},\"comment\":{}}],[\"right_shift\",{\"_index\":819,\"name\":{\"2979\":{}},\"comment\":{}}],[\"right_shift_px\",{\"_index\":1065,\"name\":{\"4229\":{}},\"comment\":{}}],[\"right_shift_ticks\",{\"_index\":1062,\"name\":{\"4226\":{}},\"comment\":{}}],[\"rightdisplacedheadpx\",{\"_index\":887,\"name\":{\"3125\":{},\"6482\":{}},\"comment\":{}}],[\"rightpadding\",{\"_index\":998,\"name\":{\"4005\":{},\"5265\":{},\"5814\":{}},\"comment\":{}}],[\"roll_down\",{\"_index\":1176,\"name\":{\"5342\":{}},\"comment\":{}}],[\"roll_up\",{\"_index\":1177,\"name\":{\"5343\":{}},\"comment\":{}}],[\"rollingduration\",{\"_index\":447,\"name\":{\"1316\":{}},\"comment\":{}}],[\"root\",{\"_index\":848,\"name\":{\"3068\":{},\"3071\":{}},\"comment\":{}}],[\"root_index\",{\"_index\":853,\"name\":{\"3078\":{}},\"comment\":{}}],[\"root_indices\",{\"_index\":858,\"name\":{\"3084\":{}},\"comment\":{}}],[\"root_values\",{\"_index\":857,\"name\":{\"3083\":{}},\"comment\":{}}],[\"roots\",{\"_index\":856,\"name\":{\"3082\":{}},\"comment\":{}}],[\"rootvalue\",{\"_index\":851,\"name\":{\"3075\":{}},\"comment\":{}}],[\"rounded_end\",{\"_index\":1078,\"name\":{\"4301\":{}},\"comment\":{}}],[\"rparen\",{\"_index\":430,\"name\":{\"1282\":{}},\"comment\":{}}],[\"rule\",{\"_index\":919,\"name\":{\"3668\":{}},\"comment\":{}}],[\"rulefunction\",{\"_index\":917,\"name\":{\"3664\":{}},\"comment\":{}}],[\"run\",{\"_index\":927,\"name\":{\"3676\":{}},\"comment\":{}}],[\"runtimeerror\",{\"_index\":1363,\"name\":{\"7043\":{},\"7054\":{}},\"comment\":{}}],[\"sanitizecanvasdims\",{\"_index\":267,\"name\":{\"572\":{}},\"comment\":{}}],[\"sans_serif\",{\"_index\":606,\"name\":{\"1650\":{}},\"comment\":{}}],[\"save\",{\"_index\":298,\"name\":{\"606\":{},\"3815\":{},\"5475\":{}},\"comment\":{}}],[\"scale\",{\"_index\":121,\"name\":{\"261\":{},\"590\":{},\"862\":{},\"1011\":{},\"1865\":{},\"2007\":{},\"2037\":{},\"2119\":{},\"2254\":{},\"2354\":{},\"2587\":{},\"2795\":{},\"3164\":{},\"3341\":{},\"3800\":{},\"3872\":{},\"4554\":{},\"5146\":{},\"5457\":{},\"5645\":{},\"6064\":{},\"6263\":{},\"6547\":{},\"6694\":{}},\"comment\":{}}],[\"scales\",{\"_index\":863,\"name\":{\"3089\":{}},\"comment\":{}}],[\"scalesize\",{\"_index\":614,\"name\":{\"1659\":{}},\"comment\":{}}],[\"scaletopxfrom\",{\"_index\":608,\"name\":{\"1653\":{}},\"comment\":{}}],[\"scaletypes\",{\"_index\":864,\"name\":{\"3090\":{}},\"comment\":{}}],[\"scalex\",{\"_index\":1183,\"name\":{\"5417\":{}},\"comment\":{}}],[\"scaley\",{\"_index\":1184,\"name\":{\"5418\":{}},\"comment\":{}}],[\"secondary_break_ticks\",{\"_index\":204,\"name\":{\"392\":{}},\"comment\":{}}],[\"segno_left\",{\"_index\":1112,\"name\":{\"4660\":{}},\"comment\":{}}],[\"segno_right\",{\"_index\":1113,\"name\":{\"4661\":{}},\"comment\":{}}],[\"selectnote\",{\"_index\":806,\"name\":{\"2702\":{}},\"comment\":{}}],[\"semibreve_rest_glyph_scale\",{\"_index\":840,\"name\":{\"3012\":{}},\"comment\":{}}],[\"serif\",{\"_index\":607,\"name\":{\"1651\":{}},\"comment\":{}}],[\"serif_thickness\",{\"_index\":842,\"name\":{\"3014\":{}},\"comment\":{}}],[\"serifs\",{\"_index\":1237,\"name\":{\"6185\":{}},\"comment\":{}}],[\"set\",{\"_index\":468,\"name\":{\"1348\":{},\"1726\":{}},\"comment\":{}}],[\"setascautionary\",{\"_index\":24,\"name\":{\"26\":{}},\"comment\":{}}],[\"setattribute\",{\"_index\":61,\"name\":{\"63\":{},\"144\":{},\"218\":{},\"360\":{},\"438\":{},\"517\":{},\"747\":{},\"821\":{},\"962\":{},\"1111\":{},\"1167\":{},\"1232\":{},\"1389\":{},\"1797\":{},\"1958\":{},\"2073\":{},\"2218\":{},\"2436\":{},\"2504\":{},\"2675\":{},\"2755\":{},\"2894\":{},\"2961\":{},\"3047\":{},\"3266\":{},\"3438\":{},\"3500\":{},\"3583\":{},\"3646\":{},\"3744\":{},\"3971\":{},\"4090\":{},\"4158\":{},\"4208\":{},\"4264\":{},\"4331\":{},\"4398\":{},\"4636\":{},\"4709\":{},\"4766\":{},\"4831\":{},\"4889\":{},\"4948\":{},\"5010\":{},\"5084\":{},\"5244\":{},\"5319\":{},\"5394\":{},\"5543\":{},\"5733\":{},\"5793\":{},\"5900\":{},\"5955\":{},\"6022\":{},\"6164\":{},\"6363\":{},\"6455\":{},\"6581\":{},\"6654\":{},\"6793\":{},\"6856\":{},\"6939\":{},\"7111\":{},\"7160\":{},\"7228\":{}},\"comment\":{}}],[\"setbackgroundfillstyle\",{\"_index\":276,\"name\":{\"583\":{},\"3793\":{},\"5449\":{}},\"comment\":{}}],[\"setbeam\",{\"_index\":154,\"name\":{\"295\":{},\"896\":{},\"1045\":{},\"1896\":{},\"2152\":{},\"2271\":{},\"2617\":{},\"2829\":{},\"3198\":{},\"3374\":{},\"3905\":{},\"4468\":{},\"5179\":{},\"5675\":{},\"6098\":{},\"6297\":{},\"6728\":{}},\"comment\":{}}],[\"setbeatsoccupied\",{\"_index\":1337,\"name\":{\"6915\":{}},\"comment\":{}}],[\"setbegbartype\",{\"_index\":1029,\"name\":{\"4050\":{},\"5860\":{}},\"comment\":{}}],[\"setbetweenlines\",{\"_index\":102,\"name\":{\"179\":{}},\"comment\":{}}],[\"setbracketed\",{\"_index\":1331,\"name\":{\"6908\":{}},\"comment\":{}}],[\"setcenteralignment\",{\"_index\":179,\"name\":{\"325\":{},\"926\":{},\"1075\":{},\"1924\":{},\"2182\":{},\"2402\":{},\"2640\":{},\"2859\":{},\"3228\":{},\"3402\":{},\"3935\":{},\"4602\":{},\"5207\":{},\"5698\":{},\"6128\":{},\"6327\":{},\"6409\":{},\"6758\":{}},\"comment\":{}}],[\"setcenterxshift\",{\"_index\":177,\"name\":{\"323\":{},\"924\":{},\"1073\":{},\"1922\":{},\"2180\":{},\"2400\":{},\"2638\":{},\"2857\":{},\"3226\":{},\"3400\":{},\"3933\":{},\"4600\":{},\"5205\":{},\"5696\":{},\"6126\":{},\"6325\":{},\"6407\":{},\"6756\":{}},\"comment\":{}}],[\"setclef\",{\"_index\":1031,\"name\":{\"4052\":{},\"5862\":{}},\"comment\":{}}],[\"setconfigforline\",{\"_index\":1047,\"name\":{\"4072\":{},\"5882\":{}},\"comment\":{}}],[\"setconfigforlines\",{\"_index\":1048,\"name\":{\"4073\":{},\"5883\":{}},\"comment\":{}}],[\"setcontext\",{\"_index\":64,\"name\":{\"66\":{},\"147\":{},\"221\":{},\"363\":{},\"441\":{},\"520\":{},\"750\":{},\"824\":{},\"965\":{},\"1114\":{},\"1170\":{},\"1235\":{},\"1350\":{},\"1392\":{},\"1427\":{},\"1800\":{},\"1961\":{},\"2076\":{},\"2220\":{},\"2438\":{},\"2507\":{},\"2678\":{},\"2758\":{},\"2897\":{},\"2964\":{},\"3050\":{},\"3269\":{},\"3440\":{},\"3503\":{},\"3586\":{},\"3649\":{},\"3747\":{},\"3973\":{},\"4092\":{},\"4161\":{},\"4211\":{},\"4267\":{},\"4334\":{},\"4401\":{},\"4638\":{},\"4712\":{},\"4769\":{},\"4834\":{},\"4892\":{},\"4951\":{},\"5013\":{},\"5086\":{},\"5247\":{},\"5322\":{},\"5397\":{},\"5520\":{},\"5736\":{},\"5796\":{},\"5902\":{},\"5958\":{},\"6025\":{},\"6167\":{},\"6366\":{},\"6458\":{},\"6584\":{},\"6657\":{},\"6796\":{},\"6859\":{},\"6942\":{},\"7114\":{},\"7163\":{},\"7230\":{}},\"comment\":{}}],[\"setcurrenttick\",{\"_index\":1289,\"name\":{\"6508\":{}},\"comment\":{}}],[\"setcustomtext\",{\"_index\":954,\"name\":{\"3722\":{}},\"comment\":{}}],[\"setdashed\",{\"_index\":1172,\"name\":{\"5279\":{},\"6003\":{}},\"comment\":{}}],[\"setdata\",{\"_index\":624,\"name\":{\"1670\":{}},\"comment\":{}}],[\"setdecrescendo\",{\"_index\":387,\"name\":{\"993\":{}},\"comment\":{}}],[\"setdefaultledgerlinestyle\",{\"_index\":1000,\"name\":{\"4009\":{},\"5820\":{}},\"comment\":{}}],[\"setdelayed\",{\"_index\":913,\"name\":{\"3542\":{}},\"comment\":{}}],[\"setdirection\",{\"_index\":1139,\"name\":{\"4924\":{},\"5052\":{},\"5770\":{},\"5931\":{}},\"comment\":{}}],[\"setdotshifty\",{\"_index\":403,\"name\":{\"1194\":{}},\"comment\":{}}],[\"setdrawcircle\",{\"_index\":1173,\"name\":{\"5280\":{}},\"comment\":{}}],[\"setduration\",{\"_index\":193,\"name\":{\"339\":{},\"941\":{},\"1090\":{},\"1937\":{},\"2197\":{},\"2416\":{},\"2654\":{},\"2873\":{},\"3244\":{},\"3417\":{},\"3950\":{},\"4616\":{},\"5222\":{},\"5712\":{},\"6143\":{},\"6342\":{},\"6429\":{},\"6772\":{}},\"comment\":{}}],[\"setenablekerning\",{\"_index\":357,\"name\":{\"703\":{}},\"comment\":{}}],[\"setendbartype\",{\"_index\":1030,\"name\":{\"4051\":{},\"5861\":{}},\"comment\":{}}],[\"setendclef\",{\"_index\":1032,\"name\":{\"4054\":{},\"5864\":{}},\"comment\":{}}],[\"setendkeysignature\",{\"_index\":1035,\"name\":{\"4057\":{},\"5867\":{}},\"comment\":{}}],[\"setendtimesignature\",{\"_index\":1037,\"name\":{\"4059\":{},\"5869\":{}},\"comment\":{}}],[\"setextension\",{\"_index\":1156,\"name\":{\"5053\":{}},\"comment\":{}}],[\"setfillstyle\",{\"_index\":275,\"name\":{\"582\":{},\"3792\":{},\"5448\":{}},\"comment\":{}}],[\"setflagstyle\",{\"_index\":775,\"name\":{\"2301\":{},\"4498\":{}},\"comment\":{}}],[\"setfont\",{\"_index\":67,\"name\":{\"69\":{},\"150\":{},\"224\":{},\"366\":{},\"444\":{},\"523\":{},\"610\":{},\"702\":{},\"827\":{},\"968\":{},\"1117\":{},\"1173\":{},\"1238\":{},\"1395\":{},\"1803\":{},\"1964\":{},\"2079\":{},\"2223\":{},\"2441\":{},\"2510\":{},\"2681\":{},\"2761\":{},\"2900\":{},\"2967\":{},\"3053\":{},\"3272\":{},\"3443\":{},\"3506\":{},\"3589\":{},\"3652\":{},\"3750\":{},\"3823\":{},\"3976\":{},\"4095\":{},\"4164\":{},\"4214\":{},\"4270\":{},\"4337\":{},\"4404\":{},\"4641\":{},\"4715\":{},\"4772\":{},\"4837\":{},\"4895\":{},\"4954\":{},\"5016\":{},\"5089\":{},\"5250\":{},\"5325\":{},\"5400\":{},\"5479\":{},\"5548\":{},\"5739\":{},\"5799\":{},\"5905\":{},\"5961\":{},\"6028\":{},\"6170\":{},\"6369\":{},\"6461\":{},\"6587\":{},\"6660\":{},\"6799\":{},\"6862\":{},\"6945\":{},\"7117\":{},\"7166\":{},\"7233\":{}},\"comment\":{}}],[\"setfontsize\",{\"_index\":71,\"name\":{\"73\":{},\"154\":{},\"228\":{},\"370\":{},\"448\":{},\"527\":{},\"756\":{},\"831\":{},\"972\":{},\"1121\":{},\"1177\":{},\"1242\":{},\"1399\":{},\"1807\":{},\"1968\":{},\"2083\":{},\"2227\":{},\"2445\":{},\"2514\":{},\"2685\":{},\"2765\":{},\"2904\":{},\"2971\":{},\"3057\":{},\"3276\":{},\"3447\":{},\"3510\":{},\"3593\":{},\"3656\":{},\"3754\":{},\"3980\":{},\"4099\":{},\"4168\":{},\"4218\":{},\"4274\":{},\"4341\":{},\"4408\":{},\"4645\":{},\"4719\":{},\"4776\":{},\"4841\":{},\"4899\":{},\"4958\":{},\"5020\":{},\"5093\":{},\"5254\":{},\"5329\":{},\"5404\":{},\"5552\":{},\"5743\":{},\"5803\":{},\"5909\":{},\"5965\":{},\"6032\":{},\"6174\":{},\"6213\":{},\"6373\":{},\"6465\":{},\"6591\":{},\"6664\":{},\"6803\":{},\"6866\":{},\"6949\":{},\"7121\":{},\"7170\":{},\"7237\":{}},\"comment\":{}}],[\"setfrethandfinger\",{\"_index\":680,\"name\":{\"1755\":{}},\"comment\":{}}],[\"setghost\",{\"_index\":796,\"name\":{\"2529\":{},\"5587\":{}},\"comment\":{}}],[\"setglyph\",{\"_index\":747,\"name\":{\"2098\":{},\"3851\":{},\"6619\":{}},\"comment\":{}}],[\"setgroupstyle\",{\"_index\":47,\"name\":{\"49\":{},\"130\":{},\"204\":{},\"346\":{},\"424\":{},\"503\":{},\"733\":{},\"807\":{},\"948\":{},\"1097\":{},\"1153\":{},\"1218\":{},\"1374\":{},\"1783\":{},\"1944\":{},\"2059\":{},\"2204\":{},\"2422\":{},\"2490\":{},\"2661\":{},\"2741\":{},\"2880\":{},\"2947\":{},\"3033\":{},\"3251\":{},\"3424\":{},\"3486\":{},\"3569\":{},\"3632\":{},\"3730\":{},\"3957\":{},\"4077\":{},\"4144\":{},\"4194\":{},\"4250\":{},\"4317\":{},\"4384\":{},\"4622\":{},\"4695\":{},\"4752\":{},\"4817\":{},\"4875\":{},\"4934\":{},\"4996\":{},\"5070\":{},\"5229\":{},\"5305\":{},\"5380\":{},\"5529\":{},\"5719\":{},\"5779\":{},\"5887\":{},\"5941\":{},\"6009\":{},\"6150\":{},\"6349\":{},\"6440\":{},\"6567\":{},\"6640\":{},\"6779\":{},\"6842\":{},\"6925\":{},\"7097\":{},\"7146\":{},\"7214\":{}},\"comment\":{}}],[\"seth\",{\"_index\":252,\"name\":{\"553\":{}},\"comment\":{}}],[\"setharsh\",{\"_index\":1377,\"name\":{\"7071\":{},\"7141\":{}},\"comment\":{}}],[\"setheight\",{\"_index\":386,\"name\":{\"992\":{}},\"comment\":{}}],[\"sethorizontal\",{\"_index\":360,\"name\":{\"706\":{}},\"comment\":{}}],[\"setignoreticks\",{\"_index\":173,\"name\":{\"315\":{},\"916\":{},\"1065\":{},\"1914\":{},\"2172\":{},\"2392\":{},\"2630\":{},\"2849\":{},\"3218\":{},\"3393\":{},\"3925\":{},\"4592\":{},\"5197\":{},\"5688\":{},\"6118\":{},\"6317\":{},\"6399\":{},\"6748\":{}},\"comment\":{}}],[\"setindex\",{\"_index\":31,\"name\":{\"33\":{},\"114\":{},\"188\":{},\"488\":{},\"717\":{},\"1202\":{},\"1767\":{},\"2474\":{},\"2930\":{},\"3470\":{},\"3553\":{},\"3616\":{},\"5289\":{},\"5365\":{},\"6826\":{},\"7081\":{}},\"comment\":{}}],[\"setindexvalue\",{\"_index\":963,\"name\":{\"3772\":{}},\"comment\":{}}],[\"setintrinsicticks\",{\"_index\":190,\"name\":{\"336\":{},\"938\":{},\"1087\":{},\"1934\":{},\"2194\":{},\"2413\":{},\"2651\":{},\"2870\":{},\"3241\":{},\"3414\":{},\"3947\":{},\"4613\":{},\"5219\":{},\"5709\":{},\"6140\":{},\"6339\":{},\"6426\":{},\"6769\":{}},\"comment\":{}}],[\"setisnumeric\",{\"_index\":1304,\"name\":{\"6621\":{}},\"comment\":{}}],[\"setjustification\",{\"_index\":94,\"name\":{\"105\":{},\"6242\":{}},\"comment\":{}}],[\"setkey\",{\"_index\":802,\"name\":{\"2694\":{}},\"comment\":{}}],[\"setkeyline\",{\"_index\":778,\"name\":{\"2304\":{},\"4501\":{}},\"comment\":{}}],[\"setkeysig\",{\"_index\":813,\"name\":{\"2720\":{}},\"comment\":{}}],[\"setkeysignature\",{\"_index\":1034,\"name\":{\"4056\":{},\"5866\":{}},\"comment\":{}}],[\"setkeystyle\",{\"_index\":777,\"name\":{\"2303\":{},\"4500\":{}},\"comment\":{}}],[\"setlastnote\",{\"_index\":1171,\"name\":{\"5278\":{}},\"comment\":{}}],[\"setlayoutmetrics\",{\"_index\":376,\"name\":{\"802\":{},\"2736\":{},\"4139\":{},\"4378\":{},\"4690\":{},\"4747\":{},\"4812\":{},\"4870\":{},\"4991\":{},\"6635\":{}},\"comment\":{}}],[\"setledgerlinestyle\",{\"_index\":773,\"name\":{\"2299\":{},\"4496\":{}},\"comment\":{}}],[\"setleftdisplacedheadpx\",{\"_index\":132,\"name\":{\"273\":{},\"874\":{},\"1023\":{},\"1875\":{},\"2131\":{},\"2364\":{},\"2598\":{},\"2807\":{},\"3176\":{},\"3352\":{},\"3884\":{},\"4564\":{},\"5158\":{},\"5656\":{},\"6076\":{},\"6275\":{},\"6706\":{}},\"comment\":{}}],[\"setline\",{\"_index\":385,\"name\":{\"991\":{},\"3320\":{},\"3723\":{},\"6004\":{},\"6046\":{},\"6243\":{},\"6617\":{},\"7140\":{}},\"comment\":{}}],[\"setlinecap\",{\"_index\":281,\"name\":{\"588\":{},\"3798\":{},\"5455\":{}},\"comment\":{}}],[\"setlinedash\",{\"_index\":282,\"name\":{\"589\":{},\"3799\":{},\"5454\":{}},\"comment\":{}}],[\"setlineendtype\",{\"_index\":1169,\"name\":{\"5274\":{}},\"comment\":{}}],[\"setlinewidth\",{\"_index\":280,\"name\":{\"587\":{},\"3797\":{},\"5453\":{}},\"comment\":{}}],[\"setloweraccidental\",{\"_index\":915,\"name\":{\"3544\":{}},\"comment\":{}}],[\"setmeasure\",{\"_index\":1012,\"name\":{\"4029\":{},\"5840\":{}},\"comment\":{}}],[\"setmetrics\",{\"_index\":625,\"name\":{\"1671\":{}},\"comment\":{}}],[\"setmode\",{\"_index\":1389,\"name\":{\"7196\":{}},\"comment\":{}}],[\"setmodifiercontext\",{\"_index\":34,\"name\":{\"36\":{},\"117\":{},\"191\":{},\"340\":{},\"491\":{},\"720\":{},\"942\":{},\"1091\":{},\"1205\":{},\"1770\":{},\"1938\":{},\"2198\":{},\"2417\":{},\"2477\":{},\"2655\":{},\"2874\":{},\"2933\":{},\"3245\":{},\"3418\":{},\"3473\":{},\"3556\":{},\"3619\":{},\"3951\":{},\"4617\":{},\"5223\":{},\"5292\":{},\"5368\":{},\"5713\":{},\"6144\":{},\"6343\":{},\"6431\":{},\"6773\":{},\"6829\":{},\"7084\":{}},\"comment\":{}}],[\"setmusicfont\",{\"_index\":557,\"name\":{\"1574\":{}},\"comment\":{}}],[\"setnote\",{\"_index\":23,\"name\":{\"25\":{},\"111\":{},\"185\":{},\"485\":{},\"714\":{},\"1193\":{},\"1764\":{},\"2471\":{},\"2927\":{},\"3467\":{},\"3550\":{},\"3608\":{},\"5286\":{},\"5362\":{},\"6823\":{},\"7078\":{}},\"comment\":{}}],[\"setnotedisplaced\",{\"_index\":770,\"name\":{\"2288\":{},\"4485\":{}},\"comment\":{}}],[\"setnotedots\",{\"_index\":452,\"name\":{\"1322\":{}},\"comment\":{}}],[\"setnoteduration\",{\"_index\":453,\"name\":{\"1323\":{}},\"comment\":{}}],[\"setnoteheadxbounds\",{\"_index\":1155,\"name\":{\"5051\":{}},\"comment\":{}}],[\"setnotes\",{\"_index\":397,\"name\":{\"1146\":{},\"4244\":{},\"4310\":{},\"4925\":{},\"5771\":{},\"5932\":{}},\"comment\":{}}],[\"setnotesoccupied\",{\"_index\":1339,\"name\":{\"6917\":{}},\"comment\":{}}],[\"setnotestartx\",{\"_index\":1003,\"name\":{\"4013\":{},\"5824\":{}},\"comment\":{}}],[\"setnotetype\",{\"_index\":454,\"name\":{\"1324\":{}},\"comment\":{}}],[\"setnumlines\",{\"_index\":1009,\"name\":{\"4020\":{},\"5831\":{}},\"comment\":{}}],[\"setoffsetx\",{\"_index\":682,\"name\":{\"1757\":{},\"5276\":{}},\"comment\":{}}],[\"setoffsety\",{\"_index\":683,\"name\":{\"1758\":{},\"5277\":{}},\"comment\":{}}],[\"setoptions\",{\"_index\":469,\"name\":{\"1349\":{},\"1424\":{},\"2040\":{},\"5050\":{},\"5513\":{},\"6550\":{}},\"comment\":{}}],[\"setorigin\",{\"_index\":742,\"name\":{\"2052\":{},\"6561\":{}},\"comment\":{}}],[\"setoriginx\",{\"_index\":740,\"name\":{\"2050\":{},\"6559\":{}},\"comment\":{}}],[\"setoriginy\",{\"_index\":741,\"name\":{\"2051\":{},\"6560\":{}},\"comment\":{}}],[\"setpadding\",{\"_index\":375,\"name\":{\"801\":{},\"2735\":{},\"4138\":{},\"4377\":{},\"4689\":{},\"4746\":{},\"4811\":{},\"4869\":{},\"4990\":{},\"6497\":{},\"6634\":{}},\"comment\":{}}],[\"setpartialbeamsideat\",{\"_index\":219,\"name\":{\"409\":{}},\"comment\":{}}],[\"setplaynote\",{\"_index\":124,\"name\":{\"265\":{},\"866\":{},\"1015\":{},\"1869\":{},\"2123\":{},\"2358\":{},\"2591\":{},\"2799\":{},\"3168\":{},\"3345\":{},\"3876\":{},\"4558\":{},\"5150\":{},\"5649\":{},\"6068\":{},\"6267\":{},\"6698\":{}},\"comment\":{}}],[\"setpoint\",{\"_index\":737,\"name\":{\"2041\":{},\"6551\":{}},\"comment\":{}}],[\"setposition\",{\"_index\":36,\"name\":{\"38\":{},\"119\":{},\"193\":{},\"493\":{},\"722\":{},\"793\":{},\"1207\":{},\"1772\":{},\"2479\":{},\"2727\":{},\"2935\":{},\"3475\":{},\"3558\":{},\"3621\":{},\"4128\":{},\"4242\":{},\"4367\":{},\"4679\":{},\"4736\":{},\"4801\":{},\"4859\":{},\"4980\":{},\"5294\":{},\"5369\":{},\"6624\":{},\"6831\":{},\"7086\":{}},\"comment\":{}}],[\"setratioed\",{\"_index\":1332,\"name\":{\"6909\":{}},\"comment\":{}}],[\"setrawfont\",{\"_index\":302,\"name\":{\"613\":{},\"3826\":{},\"5482\":{}},\"comment\":{}}],[\"setrendered\",{\"_index\":57,\"name\":{\"59\":{},\"140\":{},\"214\":{},\"356\":{},\"434\":{},\"513\":{},\"743\":{},\"817\":{},\"958\":{},\"1107\":{},\"1163\":{},\"1228\":{},\"1385\":{},\"1793\":{},\"1954\":{},\"2069\":{},\"2214\":{},\"2432\":{},\"2500\":{},\"2671\":{},\"2751\":{},\"2890\":{},\"2957\":{},\"3043\":{},\"3262\":{},\"3434\":{},\"3496\":{},\"3579\":{},\"3642\":{},\"3740\":{},\"3967\":{},\"4086\":{},\"4154\":{},\"4204\":{},\"4260\":{},\"4327\":{},\"4394\":{},\"4632\":{},\"4705\":{},\"4762\":{},\"4827\":{},\"4885\":{},\"4944\":{},\"5006\":{},\"5080\":{},\"5240\":{},\"5315\":{},\"5390\":{},\"5539\":{},\"5729\":{},\"5789\":{},\"5896\":{},\"5951\":{},\"6018\":{},\"6160\":{},\"6359\":{},\"6451\":{},\"6577\":{},\"6650\":{},\"6789\":{},\"6852\":{},\"6935\":{},\"7107\":{},\"7156\":{},\"7224\":{}},\"comment\":{}}],[\"setrenderoptions\",{\"_index\":1069,\"name\":{\"4243\":{}},\"comment\":{}}],[\"setrepetitiontype\",{\"_index\":1015,\"name\":{\"4032\":{},\"5843\":{}},\"comment\":{}}],[\"setreportwidth\",{\"_index\":343,\"name\":{\"688\":{}},\"comment\":{}}],[\"setrightdisplacedheadpx\",{\"_index\":133,\"name\":{\"274\":{},\"875\":{},\"1024\":{},\"1876\":{},\"2132\":{},\"2365\":{},\"2599\":{},\"2808\":{},\"3177\":{},\"3353\":{},\"3885\":{},\"4565\":{},\"5159\":{},\"5657\":{},\"6077\":{},\"6276\":{},\"6707\":{}},\"comment\":{}}],[\"setsection\",{\"_index\":1017,\"name\":{\"4034\":{},\"5845\":{}},\"comment\":{}}],[\"setshadowblur\",{\"_index\":279,\"name\":{\"586\":{},\"3796\":{},\"5452\":{}},\"comment\":{}}],[\"setshadowcolor\",{\"_index\":278,\"name\":{\"585\":{},\"3795\":{},\"5451\":{}},\"comment\":{}}],[\"setshiftx\",{\"_index\":1122,\"name\":{\"4672\":{},\"4732\":{},\"4797\":{},\"4854\":{}},\"comment\":{}}],[\"setshifty\",{\"_index\":1123,\"name\":{\"4673\":{},\"4733\":{},\"4798\":{},\"4855\":{},\"4977\":{}},\"comment\":{}}],[\"setsoftmaxfactor\",{\"_index\":1393,\"name\":{\"7204\":{}},\"comment\":{}}],[\"setspacingfromnextmodifier\",{\"_index\":39,\"name\":{\"41\":{},\"122\":{},\"196\":{},\"496\":{},\"725\":{},\"1210\":{},\"1775\":{},\"2482\":{},\"2938\":{},\"3478\":{},\"3561\":{},\"3624\":{},\"5297\":{},\"5372\":{},\"6834\":{},\"7089\":{}},\"comment\":{}}],[\"setstave\",{\"_index\":129,\"name\":{\"270\":{},\"790\":{},\"871\":{},\"1020\":{},\"1820\":{},\"2042\":{},\"2128\":{},\"2286\":{},\"2533\":{},\"2730\":{},\"2804\":{},\"3024\":{},\"3173\":{},\"3323\":{},\"3881\":{},\"4131\":{},\"4370\":{},\"4483\":{},\"4682\":{},\"4739\":{},\"4804\":{},\"4862\":{},\"4983\":{},\"5155\":{},\"5591\":{},\"6073\":{},\"6272\":{},\"6435\":{},\"6552\":{},\"6627\":{},\"6703\":{},\"7199\":{}},\"comment\":{}}],[\"setstavesection\",{\"_index\":1128,\"name\":{\"4731\":{}},\"comment\":{}}],[\"setstavetext\",{\"_index\":1131,\"name\":{\"4853\":{}},\"comment\":{}}],[\"setstem\",{\"_index\":687,\"name\":{\"1828\":{},\"2324\":{},\"2556\":{},\"4524\":{},\"5109\":{},\"5614\":{}},\"comment\":{}}],[\"setstemdirection\",{\"_index\":693,\"name\":{\"1836\":{},\"2331\":{},\"2564\":{},\"4531\":{},\"5117\":{},\"5622\":{}},\"comment\":{}}],[\"setstemlength\",{\"_index\":697,\"name\":{\"1840\":{},\"2333\":{},\"2566\":{},\"4533\":{},\"5121\":{},\"5624\":{}},\"comment\":{}}],[\"setstemlet\",{\"_index\":1161,\"name\":{\"5063\":{}},\"comment\":{}}],[\"setstemstyle\",{\"_index\":771,\"name\":{\"2297\":{},\"4494\":{}},\"comment\":{}}],[\"setstrict\",{\"_index\":1391,\"name\":{\"7202\":{}},\"comment\":{}}],[\"setstringnumber\",{\"_index\":1170,\"name\":{\"5275\":{}},\"comment\":{}}],[\"setstrokestyle\",{\"_index\":277,\"name\":{\"584\":{},\"3794\":{},\"5450\":{}},\"comment\":{}}],[\"setstyle\",{\"_index\":46,\"name\":{\"48\":{},\"129\":{},\"203\":{},\"345\":{},\"423\":{},\"502\":{},\"732\":{},\"806\":{},\"947\":{},\"1096\":{},\"1152\":{},\"1217\":{},\"1373\":{},\"1782\":{},\"1943\":{},\"2058\":{},\"2203\":{},\"2296\":{},\"2489\":{},\"2660\":{},\"2740\":{},\"2879\":{},\"2946\":{},\"3032\":{},\"3250\":{},\"3423\":{},\"3485\":{},\"3568\":{},\"3631\":{},\"3729\":{},\"3956\":{},\"4076\":{},\"4143\":{},\"4193\":{},\"4249\":{},\"4316\":{},\"4383\":{},\"4493\":{},\"4694\":{},\"4751\":{},\"4816\":{},\"4874\":{},\"4933\":{},\"4995\":{},\"5069\":{},\"5228\":{},\"5304\":{},\"5379\":{},\"5528\":{},\"5718\":{},\"5778\":{},\"5886\":{},\"5940\":{},\"6008\":{},\"6149\":{},\"6348\":{},\"6439\":{},\"6566\":{},\"6639\":{},\"6778\":{},\"6841\":{},\"6924\":{},\"7096\":{},\"7145\":{},\"7213\":{}},\"comment\":{}}],[\"settap\",{\"_index\":238,\"name\":{\"477\":{}},\"comment\":{}}],[\"settempo\",{\"_index\":1018,\"name\":{\"4035\":{},\"4796\":{},\"5846\":{}},\"comment\":{}}],[\"settext\",{\"_index\":1019,\"name\":{\"4036\":{},\"4187\":{},\"4309\":{},\"4856\":{},\"5847\":{}},\"comment\":{}}],[\"settextline\",{\"_index\":37,\"name\":{\"39\":{},\"120\":{},\"194\":{},\"494\":{},\"723\":{},\"1208\":{},\"1773\":{},\"2480\":{},\"2936\":{},\"3476\":{},\"3559\":{},\"3622\":{},\"5295\":{},\"5370\":{},\"6832\":{},\"7087\":{}},\"comment\":{}}],[\"settickcontext\",{\"_index\":146,\"name\":{\"287\":{},\"888\":{},\"1037\":{},\"1888\":{},\"2144\":{},\"2375\":{},\"2610\":{},\"2821\":{},\"3190\":{},\"3366\":{},\"3897\":{},\"4575\":{},\"5171\":{},\"5668\":{},\"6090\":{},\"6289\":{},\"6419\":{},\"6720\":{}},\"comment\":{}}],[\"settimesig\",{\"_index\":1301,\"name\":{\"6614\":{}},\"comment\":{}}],[\"settimesignature\",{\"_index\":1036,\"name\":{\"4058\":{},\"5868\":{}},\"comment\":{}}],[\"settuning\",{\"_index\":1309,\"name\":{\"6877\":{}},\"comment\":{}}],[\"settuplet\",{\"_index\":183,\"name\":{\"329\":{},\"930\":{},\"1079\":{},\"1928\":{},\"2186\":{},\"2406\":{},\"2644\":{},\"2863\":{},\"3232\":{},\"3406\":{},\"3939\":{},\"4606\":{},\"5211\":{},\"5702\":{},\"6132\":{},\"6331\":{},\"6415\":{},\"6762\":{}},\"comment\":{}}],[\"settupletlocation\",{\"_index\":1333,\"name\":{\"6910\":{}},\"comment\":{}}],[\"settype\",{\"_index\":106,\"name\":{\"242\":{},\"788\":{},\"843\":{},\"3721\":{},\"4122\":{},\"4185\":{}},\"comment\":{}}],[\"setupperaccidental\",{\"_index\":914,\"name\":{\"3543\":{}},\"comment\":{}}],[\"setvertical\",{\"_index\":358,\"name\":{\"704\":{}},\"comment\":{}}],[\"setverticaljustification\",{\"_index\":92,\"name\":{\"103\":{}},\"comment\":{}}],[\"setvibratowidth\",{\"_index\":1378,\"name\":{\"7072\":{}},\"comment\":{}}],[\"setviewbox\",{\"_index\":1194,\"name\":{\"5458\":{}},\"comment\":{}}],[\"setvisibility\",{\"_index\":1160,\"name\":{\"5062\":{}},\"comment\":{}}],[\"setvoice\",{\"_index\":144,\"name\":{\"285\":{},\"886\":{},\"1035\":{},\"1886\":{},\"2142\":{},\"2373\":{},\"2608\":{},\"2819\":{},\"3188\":{},\"3364\":{},\"3895\":{},\"4573\":{},\"5169\":{},\"5666\":{},\"6088\":{},\"6287\":{},\"6411\":{},\"6718\":{}},\"comment\":{}}],[\"setvoltatype\",{\"_index\":1016,\"name\":{\"4033\":{},\"5844\":{}},\"comment\":{}}],[\"setw\",{\"_index\":251,\"name\":{\"552\":{}},\"comment\":{}}],[\"setwidth\",{\"_index\":26,\"name\":{\"28\":{},\"108\":{},\"182\":{},\"316\":{},\"482\":{},\"711\":{},\"796\":{},\"917\":{},\"1066\":{},\"1197\":{},\"1761\":{},\"1915\":{},\"2173\":{},\"2393\":{},\"2465\":{},\"2631\":{},\"2731\":{},\"2850\":{},\"2924\":{},\"3219\":{},\"3394\":{},\"3462\":{},\"3547\":{},\"3611\":{},\"3926\":{},\"4026\":{},\"4133\":{},\"4372\":{},\"4593\":{},\"4684\":{},\"4741\":{},\"4806\":{},\"4864\":{},\"4985\":{},\"5198\":{},\"5283\":{},\"5359\":{},\"5689\":{},\"5837\":{},\"6119\":{},\"6318\":{},\"6400\":{},\"6629\":{},\"6749\":{},\"6820\":{},\"7075\":{}},\"comment\":{}}],[\"setx\",{\"_index\":249,\"name\":{\"550\":{},\"798\":{},\"2733\":{},\"3316\":{},\"4025\":{},\"4135\":{},\"4374\":{},\"4686\":{},\"4743\":{},\"4808\":{},\"4866\":{},\"4987\":{},\"5515\":{},\"5836\":{},\"6491\":{},\"6631\":{}},\"comment\":{}}],[\"setxbase\",{\"_index\":1277,\"name\":{\"6493\":{}},\"comment\":{}}],[\"setxoffset\",{\"_index\":1279,\"name\":{\"6495\":{}},\"comment\":{}}],[\"setxshift\",{\"_index\":41,\"name\":{\"43\":{},\"124\":{},\"198\":{},\"318\":{},\"476\":{},\"727\":{},\"919\":{},\"1068\":{},\"1212\":{},\"1777\":{},\"1917\":{},\"2044\":{},\"2175\":{},\"2395\":{},\"2484\":{},\"2633\":{},\"2852\":{},\"2940\":{},\"3221\":{},\"3395\":{},\"3480\":{},\"3563\":{},\"3626\":{},\"3928\":{},\"4188\":{},\"4595\":{},\"5200\":{},\"5299\":{},\"5374\":{},\"5691\":{},\"6121\":{},\"6320\":{},\"6402\":{},\"6554\":{},\"6751\":{},\"6836\":{},\"7091\":{}},\"comment\":{}}],[\"sety\",{\"_index\":250,\"name\":{\"551\":{},\"3318\":{},\"4021\":{},\"5517\":{},\"5832\":{}},\"comment\":{}}],[\"setybounds\",{\"_index\":1158,\"name\":{\"5055\":{}},\"comment\":{}}],[\"setys\",{\"_index\":140,\"name\":{\"281\":{},\"882\":{},\"1031\":{},\"1883\":{},\"2138\":{},\"2370\":{},\"2605\":{},\"2815\":{},\"3184\":{},\"3360\":{},\"3891\":{},\"4570\":{},\"5166\":{},\"5663\":{},\"6084\":{},\"6283\":{},\"6714\":{}},\"comment\":{}}],[\"setyshift\",{\"_index\":38,\"name\":{\"40\":{},\"121\":{},\"195\":{},\"495\":{},\"724\":{},\"1209\":{},\"1774\":{},\"2046\":{},\"2481\":{},\"2937\":{},\"3477\":{},\"3560\":{},\"3623\":{},\"5296\":{},\"5371\":{},\"6556\":{},\"6833\":{},\"7088\":{}},\"comment\":{}}],[\"shadow_attributes\",{\"_index\":1186,\"name\":{\"5422\":{},\"5438\":{}},\"comment\":{}}],[\"shadowblur\",{\"_index\":478,\"name\":{\"1363\":{}},\"comment\":{}}],[\"shadowcolor\",{\"_index\":477,\"name\":{\"1362\":{}},\"comment\":{}}],[\"shift_right\",{\"_index\":878,\"name\":{\"3115\":{}},\"comment\":{}}],[\"shift_y\",{\"_index\":718,\"name\":{\"1996\":{}},\"comment\":{}}],[\"shoulddrawflag\",{\"_index\":788,\"name\":{\"2316\":{},\"4513\":{}},\"comment\":{}}],[\"shouldignoreticks\",{\"_index\":134,\"name\":{\"275\":{},\"876\":{},\"1025\":{},\"1877\":{},\"2133\":{},\"2366\":{},\"2600\":{},\"2809\":{},\"3178\":{},\"3354\":{},\"3886\":{},\"4566\":{},\"5160\":{},\"5658\":{},\"6078\":{},\"6277\":{},\"6398\":{},\"6708\":{}},\"comment\":{}}],[\"show_bracket\",{\"_index\":1234,\"name\":{\"5996\":{}},\"comment\":{}}],[\"show_number\",{\"_index\":834,\"name\":{\"3005\":{}},\"comment\":{}}],[\"show_stemlets\",{\"_index\":205,\"name\":{\"393\":{}},\"comment\":{}}],[\"simpleformat\",{\"_index\":645,\"name\":{\"1697\":{}},\"comment\":{}}],[\"simplify\",{\"_index\":667,\"name\":{\"1728\":{}},\"comment\":{}}],[\"single\",{\"_index\":1049,\"name\":{\"4107\":{}},\"comment\":{}}],[\"singlenote\",{\"_index\":414,\"name\":{\"1263\":{}},\"comment\":{}}],[\"size\",{\"_index\":582,\"name\":{\"1605\":{},\"1652\":{},\"5414\":{}},\"comment\":{}}],[\"slash\",{\"_index\":432,\"name\":{\"1285\":{},\"2235\":{}},\"comment\":{}}],[\"slash_notehead_width\",{\"_index\":565,\"name\":{\"1582\":{}},\"comment\":{}}],[\"slashed\",{\"_index\":896,\"name\":{\"3289\":{}},\"comment\":{}}],[\"slide_down\",{\"_index\":1222,\"name\":{\"5754\":{}},\"comment\":{}}],[\"slide_up\",{\"_index\":1221,\"name\":{\"5753\":{}},\"comment\":{}}],[\"slope\",{\"_index\":215,\"name\":{\"404\":{}},\"comment\":{}}],[\"slope_cost\",{\"_index\":210,\"name\":{\"398\":{}},\"comment\":{}}],[\"slope_iterations\",{\"_index\":209,\"name\":{\"397\":{}},\"comment\":{}}],[\"slur_y_shift\",{\"_index\":791,\"name\":{\"2462\":{}},\"comment\":{}}],[\"smooth\",{\"_index\":1259,\"name\":{\"6224\":{}},\"comment\":{}}],[\"smufl\",{\"_index\":591,\"name\":{\"1618\":{}},\"comment\":{}}],[\"soft\",{\"_index\":1381,\"name\":{\"7183\":{}},\"comment\":{}}],[\"softmax\",{\"_index\":1394,\"name\":{\"7205\":{}},\"comment\":{}}],[\"softmax_factor\",{\"_index\":561,\"name\":{\"1578\":{}},\"comment\":{}}],[\"softmaxfactor\",{\"_index\":632,\"name\":{\"1678\":{},\"5485\":{}},\"comment\":{}}],[\"sortandunique\",{\"_index\":1365,\"name\":{\"7048\":{}},\"comment\":{}}],[\"sortbycategory\",{\"_index\":1044,\"name\":{\"4067\":{},\"5877\":{}},\"comment\":{}}],[\"space\",{\"_index\":483,\"name\":{\"1409\":{},\"4011\":{},\"5822\":{},\"6387\":{}},\"comment\":{}}],[\"space_above_staff_ln\",{\"_index\":990,\"name\":{\"3993\":{}},\"comment\":{}}],[\"space_below_staff_ln\",{\"_index\":989,\"name\":{\"3992\":{}},\"comment\":{}}],[\"spaceabove\",{\"_index\":1201,\"name\":{\"5493\":{}},\"comment\":{}}],[\"spacebelow\",{\"_index\":1202,\"name\":{\"5494\":{}},\"comment\":{}}],[\"spacebetweenstaves\",{\"_index\":1207,\"name\":{\"5500\":{}},\"comment\":{}}],[\"spacing\",{\"_index\":321,\"name\":{\"635\":{},\"2985\":{}},\"comment\":{}}],[\"spacing_between_lines_px\",{\"_index\":839,\"name\":{\"3011\":{},\"3998\":{}},\"comment\":{}}],[\"spacingbetweenblocks\",{\"_index\":335,\"name\":{\"665\":{}},\"comment\":{}}],[\"stacktrace\",{\"_index\":1368,\"name\":{\"7052\":{}},\"comment\":{}}],[\"start\",{\"_index\":1229,\"name\":{\"5973\":{},\"6000\":{}},\"comment\":{}}],[\"state\",{\"_index\":1185,\"name\":{\"5419\":{},\"5420\":{},\"5439\":{}},\"comment\":{}}],[\"state_stack\",{\"_index\":1189,\"name\":{\"5440\":{}},\"comment\":{}}],[\"stave\",{\"_index\":482,\"name\":{\"1407\":{},\"1430\":{},\"1524\":{},\"1619\":{},\"1683\":{},\"4001\":{},\"5490\":{},\"7004\":{}},\"comment\":{}}],[\"stave_line_distance\",{\"_index\":566,\"name\":{\"1583\":{}},\"comment\":{}}],[\"stave_line_thickness\",{\"_index\":567,\"name\":{\"1584\":{}},\"comment\":{}}],[\"staveconnector\",{\"_index\":509,\"name\":{\"1456\":{},\"1525\":{},\"4176\":{},\"7005\":{}},\"comment\":{}}],[\"staveconnectortype\",{\"_index\":1058,\"name\":{\"4175\":{}},\"comment\":{}}],[\"stavehairpin\",{\"_index\":535,\"name\":{\"1526\":{},\"4232\":{},\"7006\":{}},\"comment\":{}}],[\"stavehairpinrenderoptions\",{\"_index\":1061,\"name\":{\"4225\":{}},\"comment\":{}}],[\"staveline\",{\"_index\":512,\"name\":{\"1462\":{},\"1527\":{},\"4286\":{},\"7007\":{}},\"comment\":{}}],[\"stavelineconfig\",{\"_index\":984,\"name\":{\"3987\":{}},\"comment\":{}}],[\"stavelinenotes\",{\"_index\":1071,\"name\":{\"4281\":{}},\"comment\":{}}],[\"stavemodifier\",{\"_index\":536,\"name\":{\"1528\":{},\"4361\":{},\"7008\":{}},\"comment\":{}}],[\"stavemodifierposition\",{\"_index\":552,\"name\":{\"1569\":{},\"4353\":{}},\"comment\":{}}],[\"stavenote\",{\"_index\":492,\"name\":{\"1432\":{},\"1529\":{},\"4453\":{},\"7009\":{}},\"comment\":{}}],[\"stavenoteformatsettings\",{\"_index\":1103,\"name\":{\"4426\":{}},\"comment\":{}}],[\"stavenoteheadbounds\",{\"_index\":1092,\"name\":{\"4415\":{}},\"comment\":{}}],[\"stavenotestruct\",{\"_index\":1109,\"name\":{\"4437\":{}},\"comment\":{}}],[\"staveoptions\",{\"_index\":986,\"name\":{\"3989\":{}},\"comment\":{}}],[\"stavesection\",{\"_index\":1127,\"name\":{\"4726\":{},\"7010\":{}},\"comment\":{}}],[\"stavetempo\",{\"_index\":537,\"name\":{\"1530\":{},\"4788\":{},\"7011\":{}},\"comment\":{}}],[\"stavetempooptions\",{\"_index\":1129,\"name\":{\"4783\":{}},\"comment\":{}}],[\"stavetext\",{\"_index\":538,\"name\":{\"1531\":{},\"4848\":{},\"7012\":{}},\"comment\":{}}],[\"stavetie\",{\"_index\":511,\"name\":{\"1461\":{},\"1532\":{},\"4911\":{},\"7013\":{}},\"comment\":{}}],[\"stem\",{\"_index\":443,\"name\":{\"1307\":{},\"1338\":{},\"1533\":{},\"1825\":{},\"1986\":{},\"2321\":{},\"2553\":{},\"4521\":{},\"5041\":{},\"5106\":{},\"5611\":{},\"7014\":{}},\"comment\":{}}],[\"stem_beam_extension\",{\"_index\":709,\"name\":{\"1983\":{}},\"comment\":{}}],[\"stem_direction\",{\"_index\":684,\"name\":{\"1824\":{},\"2236\":{},\"2320\":{},\"2552\":{},\"3295\":{},\"4438\":{},\"4520\":{},\"5035\":{},\"5105\":{},\"5564\":{},\"5610\":{}},\"comment\":{}}],[\"stem_down\",{\"_index\":758,\"name\":{\"2257\":{},\"4457\":{}},\"comment\":{}}],[\"stem_down_extension\",{\"_index\":711,\"name\":{\"1985\":{}},\"comment\":{}}],[\"stem_down_x_offset\",{\"_index\":751,\"name\":{\"2238\":{},\"3106\":{},\"3291\":{},\"4440\":{},\"5566\":{}},\"comment\":{}}],[\"stem_down_y_base_offset\",{\"_index\":1145,\"name\":{\"5028\":{}},\"comment\":{}}],[\"stem_down_y_offset\",{\"_index\":1147,\"name\":{\"5030\":{}},\"comment\":{}}],[\"stem_extension\",{\"_index\":1152,\"name\":{\"5036\":{}},\"comment\":{}}],[\"stem_height\",{\"_index\":568,\"name\":{\"1585\":{}},\"comment\":{}}],[\"stem_up\",{\"_index\":757,\"name\":{\"2256\":{},\"4456\":{}},\"comment\":{}}],[\"stem_up_extension\",{\"_index\":710,\"name\":{\"1984\":{}},\"comment\":{}}],[\"stem_up_x_offset\",{\"_index\":752,\"name\":{\"2239\":{},\"3107\":{},\"3292\":{},\"4441\":{},\"5567\":{}},\"comment\":{}}],[\"stem_up_y_base_offset\",{\"_index\":1146,\"name\":{\"5029\":{}},\"comment\":{}}],[\"stem_up_y_offset\",{\"_index\":1148,\"name\":{\"5031\":{}},\"comment\":{}}],[\"stem_width\",{\"_index\":569,\"name\":{\"1586\":{}},\"comment\":{}}],[\"stemdirection\",{\"_index\":1104,\"name\":{\"4431\":{}},\"comment\":{}}],[\"stemlet_extension\",{\"_index\":211,\"name\":{\"399\":{}},\"comment\":{}}],[\"stemletheight\",{\"_index\":1149,\"name\":{\"5032\":{}},\"comment\":{}}],[\"stemmablenote\",{\"_index\":1164,\"name\":{\"5100\":{},\"7015\":{}},\"comment\":{}}],[\"stemmax\",{\"_index\":1105,\"name\":{\"4432\":{}},\"comment\":{}}],[\"stemmin\",{\"_index\":1106,\"name\":{\"4433\":{}},\"comment\":{}}],[\"stemoffset\",{\"_index\":1323,\"name\":{\"6891\":{}},\"comment\":{}}],[\"stemoptions\",{\"_index\":1144,\"name\":{\"5027\":{}},\"comment\":{}}],[\"stempadding\",{\"_index\":1167,\"name\":{\"5263\":{}},\"comment\":{}}],[\"stemupyoffset\",{\"_index\":904,\"name\":{\"3520\":{}},\"comment\":{}}],[\"stop\",{\"_index\":1230,\"name\":{\"5974\":{},\"6001\":{}},\"comment\":{}}],[\"str\",{\"_index\":1217,\"name\":{\"5560\":{}},\"comment\":{}}],[\"strict\",{\"_index\":1380,\"name\":{\"7182\":{}},\"comment\":{}}],[\"stringnumber\",{\"_index\":505,\"name\":{\"1451\":{},\"1534\":{},\"1630\":{},\"5266\":{},\"7016\":{}},\"comment\":{}}],[\"stringnumbermetrics\",{\"_index\":1165,\"name\":{\"5261\":{}},\"comment\":{}}],[\"stroke\",{\"_index\":294,\"name\":{\"602\":{},\"1535\":{},\"3114\":{},\"3812\":{},\"5336\":{},\"5472\":{},\"7017\":{}},\"comment\":{}}],[\"stroke_px\",{\"_index\":122,\"name\":{\"263\":{},\"864\":{},\"1013\":{},\"1867\":{},\"2121\":{},\"2240\":{},\"2356\":{},\"2589\":{},\"2797\":{},\"3166\":{},\"3343\":{},\"3874\":{},\"4442\":{},\"4556\":{},\"5148\":{},\"5568\":{},\"5647\":{},\"6066\":{},\"6265\":{},\"6696\":{}},\"comment\":{}}],[\"strokestyle\",{\"_index\":301,\"name\":{\"609\":{},\"1365\":{},\"3822\":{},\"5478\":{}},\"comment\":{}}],[\"style\",{\"_index\":584,\"name\":{\"1607\":{},\"3290\":{},\"5415\":{}},\"comment\":{}}],[\"subscript\",{\"_index\":329,\"name\":{\"652\":{},\"6226\":{}},\"comment\":{}}],[\"subscriptoffset\",{\"_index\":317,\"name\":{\"631\":{},\"670\":{},\"687\":{},\"6191\":{}},\"comment\":{}}],[\"subtract\",{\"_index\":668,\"name\":{\"1730\":{}},\"comment\":{}}],[\"success\",{\"_index\":929,\"name\":{\"3678\":{}},\"comment\":{}}],[\"sumarray\",{\"_index\":1362,\"name\":{\"7042\":{}},\"comment\":{}}],[\"superscript\",{\"_index\":330,\"name\":{\"653\":{},\"5976\":{},\"6227\":{}},\"comment\":{}}],[\"superscriptoffset\",{\"_index\":316,\"name\":{\"630\":{},\"669\":{},\"686\":{},\"6190\":{}},\"comment\":{}}],[\"supersubratio\",{\"_index\":322,\"name\":{\"636\":{},\"661\":{}},\"comment\":{}}],[\"sval\",{\"_index\":423,\"name\":{\"1274\":{}},\"comment\":{}}],[\"svg\",{\"_index\":976,\"name\":{\"3830\":{},\"5428\":{}},\"comment\":{}}],[\"svgcontext\",{\"_index\":539,\"name\":{\"1536\":{},\"5424\":{}},\"comment\":{}}],[\"symbol_spacing\",{\"_index\":833,\"name\":{\"3004\":{}},\"comment\":{}}],[\"symbolmodifier\",{\"_index\":305,\"name\":{\"617\":{}},\"comment\":{}}],[\"symbolmodifiers\",{\"_index\":327,\"name\":{\"650\":{},\"674\":{},\"1561\":{}},\"comment\":{}}],[\"symboltype\",{\"_index\":304,\"name\":{\"616\":{}},\"comment\":{}}],[\"symboltypes\",{\"_index\":326,\"name\":{\"646\":{},\"673\":{},\"1560\":{}},\"comment\":{}}],[\"system\",{\"_index\":515,\"name\":{\"1465\":{},\"1537\":{},\"5509\":{},\"7018\":{}},\"comment\":{}}],[\"systemformatteroptions\",{\"_index\":1196,\"name\":{\"5483\":{}},\"comment\":{}}],[\"systemoptions\",{\"_index\":1204,\"name\":{\"5496\":{}},\"comment\":{}}],[\"systemstave\",{\"_index\":1198,\"name\":{\"5488\":{}},\"comment\":{}}],[\"tablature_font_scale\",{\"_index\":563,\"name\":{\"1580\":{}},\"comment\":{}}],[\"tabnote\",{\"_index\":499,\"name\":{\"1441\":{},\"1538\":{},\"5579\":{},\"7019\":{}},\"comment\":{}}],[\"tabnote_stem_down_extension\",{\"_index\":715,\"name\":{\"1993\":{}},\"comment\":{}}],[\"tabnote_stem_up_extension\",{\"_index\":716,\"name\":{\"1994\":{}},\"comment\":{}}],[\"tabnoteposition\",{\"_index\":1216,\"name\":{\"5559\":{}},\"comment\":{}}],[\"tabnotestruct\",{\"_index\":1219,\"name\":{\"5562\":{}},\"comment\":{}}],[\"tabslide\",{\"_index\":540,\"name\":{\"1539\":{},\"5750\":{},\"7020\":{}},\"comment\":{}}],[\"tabstave\",{\"_index\":491,\"name\":{\"1431\":{},\"1540\":{},\"5810\":{},\"7021\":{}},\"comment\":{}}],[\"tabtie\",{\"_index\":541,\"name\":{\"1541\":{},\"5916\":{},\"7022\":{}},\"comment\":{}}],[\"tcontexts\",{\"_index\":1274,\"name\":{\"6488\":{}},\"comment\":{}}],[\"text\",{\"_index\":229,\"name\":{\"458\":{},\"615\":{},\"648\":{},\"1992\":{},\"3707\":{},\"5975\":{},\"6221\":{}},\"comment\":{}}],[\"text_font\",{\"_index\":15,\"name\":{\"16\":{},\"93\":{},\"173\":{},\"239\":{},\"386\":{},\"465\":{},\"682\":{},\"784\":{},\"841\":{},\"989\":{},\"1143\":{},\"1191\":{},\"1369\":{},\"1420\":{},\"1749\":{},\"1817\":{},\"2030\":{},\"2096\":{},\"2262\":{},\"2458\":{},\"2524\":{},\"2711\":{},\"2775\":{},\"2921\":{},\"3017\":{},\"3147\":{},\"3311\":{},\"3459\":{},\"3534\":{},\"3606\":{},\"3703\":{},\"3849\":{},\"4003\":{},\"4119\":{},\"4178\":{},\"4239\":{},\"4288\":{},\"4364\":{},\"4463\":{},\"4654\":{},\"4728\":{},\"4790\":{},\"4850\":{},\"4913\":{},\"4974\":{},\"5048\":{},\"5103\":{},\"5268\":{},\"5347\":{},\"5511\":{},\"5582\":{},\"5752\":{},\"5812\":{},\"5920\":{},\"5984\":{},\"6044\":{},\"6237\":{},\"6394\":{},\"6532\":{},\"6606\":{},\"6674\":{},\"6814\":{},\"6903\":{},\"7068\":{},\"7131\":{},\"7188\":{}},\"comment\":{}}],[\"text_justification\",{\"_index\":1084,\"name\":{\"4308\":{}},\"comment\":{}}],[\"text_line\",{\"_index\":821,\"name\":{\"2981\":{}},\"comment\":{}}],[\"text_margin_right\",{\"_index\":952,\"name\":{\"3719\":{}},\"comment\":{}}],[\"text_position_vertical\",{\"_index\":1083,\"name\":{\"4307\":{}},\"comment\":{}}],[\"text_shift_x\",{\"_index\":1138,\"name\":{\"4922\":{},\"5768\":{},\"5929\":{}},\"comment\":{}}],[\"textbracket\",{\"_index\":514,\"name\":{\"1464\":{},\"1542\":{},\"5981\":{},\"7023\":{}},\"comment\":{}}],[\"textbracketparams\",{\"_index\":1228,\"name\":{\"5972\":{}},\"comment\":{}}],[\"textbracketposition\",{\"_index\":554,\"name\":{\"1571\":{},\"5978\":{}},\"comment\":{}}],[\"textdynamics\",{\"_index\":503,\"name\":{\"1449\":{},\"1543\":{},\"6039\":{},\"7024\":{}},\"comment\":{}}],[\"textformatter\",{\"_index\":542,\"name\":{\"1544\":{},\"6197\":{}},\"comment\":{}}],[\"textformatterinfo\",{\"_index\":1236,\"name\":{\"6181\":{}},\"comment\":{}}],[\"textheight\",{\"_index\":270,\"name\":{\"577\":{}},\"comment\":{}}],[\"textjustification\",{\"_index\":555,\"name\":{\"1572\":{},\"4293\":{},\"6216\":{}},\"comment\":{}}],[\"textmeasure\",{\"_index\":972,\"name\":{\"3781\":{}},\"comment\":{}}],[\"textnote\",{\"_index\":496,\"name\":{\"1436\":{},\"1545\":{},\"6235\":{},\"7025\":{}},\"comment\":{}}],[\"textnotestruct\",{\"_index\":1257,\"name\":{\"6220\":{}},\"comment\":{}}],[\"textverticalposition\",{\"_index\":1076,\"name\":{\"4289\":{}},\"comment\":{}}],[\"thickness\",{\"_index\":390,\"name\":{\"1130\":{},\"4184\":{}},\"comment\":{}}],[\"throwonerror\",{\"_index\":461,\"name\":{\"1334\":{}},\"comment\":{}}],[\"tickable\",{\"_index\":1267,\"name\":{\"6392\":{},\"7026\":{}},\"comment\":{}}],[\"tickcontext\",{\"_index\":506,\"name\":{\"1452\":{},\"1546\":{},\"6485\":{}},\"comment\":{}}],[\"tickcontextmetrics\",{\"_index\":1268,\"name\":{\"6472\":{}},\"comment\":{}}],[\"tickcontextoptions\",{\"_index\":1271,\"name\":{\"6483\":{}},\"comment\":{}}],[\"tickid\",{\"_index\":1272,\"name\":{\"6484\":{}},\"comment\":{}}],[\"ticks\",{\"_index\":891,\"name\":{\"3135\":{}},\"comment\":{}}],[\"tie_spacing\",{\"_index\":1135,\"name\":{\"4919\":{},\"5765\":{},\"5926\":{}},\"comment\":{}}],[\"tienotes\",{\"_index\":1132,\"name\":{\"4906\":{}},\"comment\":{}}],[\"time\",{\"_index\":463,\"name\":{\"1337\":{}},\"comment\":{}}],[\"time4_4\",{\"_index\":570,\"name\":{\"1587\":{}},\"comment\":{}}],[\"timesignature\",{\"_index\":543,\"name\":{\"1547\":{},\"6534\":{},\"6602\":{},\"7027\":{}},\"comment\":{}}],[\"timesignatureglyph\",{\"_index\":1291,\"name\":{\"6518\":{}},\"comment\":{}}],[\"timesignatureinfo\",{\"_index\":1295,\"name\":{\"6598\":{}},\"comment\":{}}],[\"timesignote\",{\"_index\":497,\"name\":{\"1439\":{},\"1548\":{},\"6671\":{},\"7028\":{}},\"comment\":{}}],[\"to_coda\",{\"_index\":1121,\"name\":{\"4669\":{}},\"comment\":{}}],[\"tocssstring\",{\"_index\":613,\"name\":{\"1658\":{}},\"comment\":{}}],[\"token\",{\"_index\":920,\"name\":{\"3669\":{}},\"comment\":{}}],[\"tomixedstring\",{\"_index\":679,\"name\":{\"1745\":{}},\"comment\":{}}],[\"top\",{\"_index\":84,\"name\":{\"86\":{},\"644\":{},\"4291\":{},\"5979\":{},\"6896\":{}},\"comment\":{}}],[\"top_stave\",{\"_index\":1059,\"name\":{\"4182\":{}},\"comment\":{}}],[\"top_text_line\",{\"_index\":822,\"name\":{\"2982\":{}},\"comment\":{}}],[\"top_text_position\",{\"_index\":995,\"name\":{\"3999\":{}},\"comment\":{}}],[\"topglyphs\",{\"_index\":734,\"name\":{\"2035\":{},\"6545\":{}},\"comment\":{}}],[\"topline\",{\"_index\":1298,\"name\":{\"6610\":{}},\"comment\":{}}],[\"topmodifieroffset\",{\"_index\":1324,\"name\":{\"6893\":{}},\"comment\":{}}],[\"topstartx\",{\"_index\":1292,\"name\":{\"6535\":{}},\"comment\":{}}],[\"topy\",{\"_index\":698,\"name\":{\"1843\":{},\"2336\":{},\"2545\":{},\"4536\":{},\"5060\":{},\"5124\":{},\"5603\":{}},\"comment\":{}}],[\"tosimplifiedstring\",{\"_index\":678,\"name\":{\"1744\":{}},\"comment\":{}}],[\"tostring\",{\"_index\":630,\"name\":{\"1676\":{},\"1743\":{}},\"comment\":{}}],[\"totalleftpx\",{\"_index\":1269,\"name\":{\"6473\":{}},\"comment\":{}}],[\"totalrightpx\",{\"_index\":1270,\"name\":{\"6474\":{}},\"comment\":{}}],[\"tremolo\",{\"_index\":544,\"name\":{\"1549\":{},\"1626\":{},\"6810\":{},\"7029\":{}},\"comment\":{}}],[\"triggerfunction\",{\"_index\":918,\"name\":{\"3666\":{}},\"comment\":{}}],[\"tune\",{\"_index\":658,\"name\":{\"1712\":{}},\"comment\":{}}],[\"tuning\",{\"_index\":545,\"name\":{\"1550\":{},\"6873\":{}},\"comment\":{}}],[\"tuplet\",{\"_index\":471,\"name\":{\"1353\":{},\"1458\":{},\"1551\":{},\"1631\":{},\"6897\":{},\"7030\":{}},\"comment\":{}}],[\"tupletlocation\",{\"_index\":1325,\"name\":{\"6894\":{}},\"comment\":{}}],[\"tupletmetrics\",{\"_index\":1321,\"name\":{\"6889\":{}},\"comment\":{}}],[\"tupletoptions\",{\"_index\":1313,\"name\":{\"6881\":{}},\"comment\":{}}],[\"type\",{\"_index\":17,\"name\":{\"18\":{},\"175\":{},\"457\":{},\"1266\":{},\"1300\":{},\"1359\":{},\"2248\":{},\"3073\":{},\"3129\":{},\"3132\":{},\"3141\":{},\"3304\":{},\"3705\":{},\"4116\":{},\"4179\":{},\"4234\":{},\"4450\":{},\"4655\":{},\"4973\":{},\"5338\":{},\"5576\":{},\"6232\":{}},\"comment\":{}}],[\"types\",{\"_index\":370,\"name\":{\"780\":{},\"1280\":{}},\"comment\":{}}],[\"typestring\",{\"_index\":946,\"name\":{\"3710\":{},\"4117\":{},\"4180\":{}},\"comment\":{}}],[\"underline_superscript\",{\"_index\":1233,\"name\":{\"5995\":{}},\"comment\":{}}],[\"unicode\",{\"_index\":574,\"name\":{\"1593\":{}},\"comment\":{}}],[\"unsetpartialbeamsideat\",{\"_index\":220,\"name\":{\"410\":{}},\"comment\":{}}],[\"up\",{\"_index\":232,\"name\":{\"463\":{},\"3833\":{},\"5044\":{}},\"comment\":{}}],[\"updatecachekey\",{\"_index\":1249,\"name\":{\"6205\":{}},\"comment\":{}}],[\"updateindex\",{\"_index\":964,\"name\":{\"3773\":{}},\"comment\":{}}],[\"updatekerningadjustments\",{\"_index\":346,\"name\":{\"691\":{}},\"comment\":{}}],[\"updateoverbaradjustments\",{\"_index\":345,\"name\":{\"690\":{}},\"comment\":{}}],[\"updateparams\",{\"_index\":1248,\"name\":{\"6204\":{}},\"comment\":{}}],[\"updatewidth\",{\"_index\":797,\"name\":{\"2532\":{},\"5590\":{}},\"comment\":{}}],[\"upperkerningtext\",{\"_index\":320,\"name\":{\"634\":{},\"677\":{}},\"comment\":{}}],[\"use_symbols\",{\"_index\":832,\"name\":{\"3003\":{}},\"comment\":{}}],[\"used\",{\"_index\":1264,\"name\":{\"6389\":{}},\"comment\":{}}],[\"val\",{\"_index\":420,\"name\":{\"1271\":{}},\"comment\":{}}],[\"validate\",{\"_index\":611,\"name\":{\"1656\":{}},\"comment\":{}}],[\"valign\",{\"_index\":308,\"name\":{\"620\":{}},\"comment\":{}}],[\"value\",{\"_index\":666,\"name\":{\"1727\":{},\"3764\":{}},\"comment\":{}}],[\"version\",{\"_index\":520,\"name\":{\"1473\":{}},\"comment\":{}}],[\"vertical_bar_width\",{\"_index\":991,\"name\":{\"3994\":{}},\"comment\":{}}],[\"verticaljustify\",{\"_index\":89,\"name\":{\"96\":{},\"659\":{}},\"comment\":{}}],[\"verticaljustifystring\",{\"_index\":90,\"name\":{\"97\":{},\"660\":{}},\"comment\":{}}],[\"verticalpadding\",{\"_index\":1166,\"name\":{\"5262\":{}},\"comment\":{}}],[\"vex\",{\"_index\":1364,\"name\":{\"7046\":{}},\"comment\":{}}],[\"vibrato\",{\"_index\":546,\"name\":{\"1552\":{},\"7031\":{},\"7062\":{}},\"comment\":{}}],[\"vibrato_width\",{\"_index\":1373,\"name\":{\"7059\":{},\"7135\":{}},\"comment\":{}}],[\"vibratobracket\",{\"_index\":513,\"name\":{\"1463\":{},\"1553\":{},\"7032\":{},\"7128\":{}},\"comment\":{}}],[\"vibratorenderoptions\",{\"_index\":1370,\"name\":{\"7056\":{}},\"comment\":{}}],[\"visible\",{\"_index\":985,\"name\":{\"3988\":{}},\"comment\":{}}],[\"voice\",{\"_index\":472,\"name\":{\"1355\":{},\"1455\":{},\"1554\":{},\"7033\":{},\"7185\":{}},\"comment\":{}}],[\"voice_shift\",{\"_index\":1107,\"name\":{\"4434\":{}},\"comment\":{}}],[\"voicemode\",{\"_index\":556,\"name\":{\"1573\":{},\"7181\":{}},\"comment\":{}}],[\"voices\",{\"_index\":1199,\"name\":{\"5489\":{}},\"comment\":{}}],[\"voicetime\",{\"_index\":1379,\"name\":{\"7177\":{}},\"comment\":{}}],[\"volta\",{\"_index\":547,\"name\":{\"1555\":{},\"4971\":{},\"7034\":{}},\"comment\":{}}],[\"voltatype\",{\"_index\":553,\"name\":{\"1570\":{},\"4965\":{}},\"comment\":{}}],[\"w\",{\"_index\":242,\"name\":{\"537\":{},\"544\":{}},\"comment\":{}}],[\"warn\",{\"_index\":1358,\"name\":{\"7038\":{}},\"comment\":{}}],[\"wave_girth\",{\"_index\":1372,\"name\":{\"7058\":{},\"7137\":{}},\"comment\":{}}],[\"wave_height\",{\"_index\":1371,\"name\":{\"7057\":{},\"7136\":{}},\"comment\":{}}],[\"wave_width\",{\"_index\":1375,\"name\":{\"7061\":{},\"7139\":{}},\"comment\":{}}],[\"web_font_files\",{\"_index\":618,\"name\":{\"1663\":{}},\"comment\":{}}],[\"web_font_host\",{\"_index\":617,\"name\":{\"1662\":{}},\"comment\":{}}],[\"weight\",{\"_index\":583,\"name\":{\"1606\":{},\"5416\":{}},\"comment\":{}}],[\"width\",{\"_index\":6,\"name\":{\"7\":{},\"459\":{},\"561\":{},\"569\":{},\"621\":{},\"772\":{},\"1414\":{},\"1991\":{},\"2001\":{},\"2984\":{},\"3118\":{},\"3784\":{},\"5046\":{},\"5429\":{},\"5504\":{},\"6475\":{},\"6537\":{}},\"comment\":{}}],[\"x\",{\"_index\":158,\"name\":{\"300\":{},\"456\":{},\"535\":{},\"542\":{},\"901\":{},\"1050\":{},\"1901\":{},\"2157\":{},\"2294\":{},\"2537\":{},\"2834\":{},\"3203\":{},\"3298\":{},\"3379\":{},\"3782\":{},\"3910\":{},\"4491\":{},\"5184\":{},\"5434\":{},\"5503\":{},\"5595\":{},\"6103\":{},\"6302\":{},\"6733\":{}},\"comment\":{}}],[\"x_begin\",{\"_index\":1154,\"name\":{\"5040\":{}},\"comment\":{}}],[\"x_end\",{\"_index\":1153,\"name\":{\"5039\":{}},\"comment\":{}}],[\"x_max\",{\"_index\":597,\"name\":{\"1635\":{},\"2004\":{}},\"comment\":{}}],[\"x_min\",{\"_index\":596,\"name\":{\"1634\":{},\"2003\":{}},\"comment\":{}}],[\"x_shift\",{\"_index\":365,\"name\":{\"767\":{},\"1131\":{},\"2005\":{},\"3294\":{}},\"comment\":{}}],[\"xmax\",{\"_index\":1089,\"name\":{\"4350\":{}},\"comment\":{}}],[\"xmin\",{\"_index\":1088,\"name\":{\"4349\":{},\"6539\":{}},\"comment\":{}}],[\"xoffset\",{\"_index\":903,\"name\":{\"3518\":{}},\"comment\":{}}],[\"xshift\",{\"_index\":306,\"name\":{\"618\":{}},\"comment\":{}}],[\"y\",{\"_index\":159,\"name\":{\"301\":{},\"536\":{},\"543\":{},\"902\":{},\"982\":{},\"1051\":{},\"1902\":{},\"2158\":{},\"2295\":{},\"2538\":{},\"2835\":{},\"3204\":{},\"3299\":{},\"3380\":{},\"3783\":{},\"3911\":{},\"4492\":{},\"5185\":{},\"5435\":{},\"5505\":{},\"5596\":{},\"6104\":{},\"6303\":{},\"6734\":{}},\"comment\":{}}],[\"y_bottom\",{\"_index\":1094,\"name\":{\"4417\":{},\"5037\":{}},\"comment\":{}}],[\"y_max\",{\"_index\":599,\"name\":{\"1637\":{}},\"comment\":{}}],[\"y_min\",{\"_index\":598,\"name\":{\"1636\":{}},\"comment\":{}}],[\"y_offset\",{\"_index\":1320,\"name\":{\"6888\":{}},\"comment\":{}}],[\"y_shift\",{\"_index\":115,\"name\":{\"255\":{},\"856\":{},\"1005\":{},\"1132\":{},\"1859\":{},\"2006\":{},\"2113\":{},\"2348\":{},\"2581\":{},\"2789\":{},\"3158\":{},\"3335\":{},\"3866\":{},\"4231\":{},\"4548\":{},\"4923\":{},\"5140\":{},\"5639\":{},\"5769\":{},\"5930\":{},\"6058\":{},\"6257\":{},\"6688\":{}},\"comment\":{}}],[\"y_spacing_scale\",{\"_index\":1305,\"name\":{\"6816\":{}},\"comment\":{}}],[\"y_top\",{\"_index\":1093,\"name\":{\"4416\":{},\"5038\":{}},\"comment\":{}}],[\"yextent\",{\"_index\":1241,\"name\":{\"6193\":{}},\"comment\":{}}],[\"ymax\",{\"_index\":1243,\"name\":{\"6195\":{}},\"comment\":{}}],[\"ymin\",{\"_index\":1242,\"name\":{\"6194\":{}},\"comment\":{}}],[\"yoffset\",{\"_index\":313,\"name\":{\"626\":{},\"3519\":{}},\"comment\":{}}],[\"yshift\",{\"_index\":307,\"name\":{\"619\":{}},\"comment\":{}}],[\"zeroormore\",{\"_index\":923,\"name\":{\"3672\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file +window.searchData = JSON.parse("{\"rows\":[{\"kind\":4194304,\"name\":\"Line\",\"url\":\"types/Line.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Line.html#__type\",\"classes\":\"\",\"parent\":\"Line\"},{\"kind\":1024,\"name\":\"column\",\"url\":\"types/Line.html#__type.column\",\"classes\":\"\",\"parent\":\"Line.__type\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"types/Line.html#__type.line\",\"classes\":\"\",\"parent\":\"Line.__type\"},{\"kind\":1024,\"name\":\"flatLine\",\"url\":\"types/Line.html#__type.flatLine\",\"classes\":\"\",\"parent\":\"Line.__type\"},{\"kind\":1024,\"name\":\"dblSharpLine\",\"url\":\"types/Line.html#__type.dblSharpLine\",\"classes\":\"\",\"parent\":\"Line.__type\"},{\"kind\":1024,\"name\":\"numAcc\",\"url\":\"types/Line.html#__type.numAcc\",\"classes\":\"\",\"parent\":\"Line.__type\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"types/Line.html#__type.width\",\"classes\":\"\",\"parent\":\"Line.__type\"},{\"kind\":128,\"name\":\"Accidental\",\"url\":\"classes/Accidental.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/Accidental.html#DEBUG\",\"classes\":\"\",\"parent\":\"Accidental\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Accidental.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Accidental.html#format\",\"classes\":\"\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"checkCollision\",\"url\":\"classes/Accidental.html#checkCollision\",\"classes\":\"\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"applyAccidentals\",\"url\":\"classes/Accidental.html#applyAccidentals\",\"classes\":\"\",\"parent\":\"Accidental\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Accidental.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Accidental.html#PositionString\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Accidental.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Accidental.html#constructor\",\"classes\":\"\",\"parent\":\"Accidental\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Accidental.html#type\",\"classes\":\"\",\"parent\":\"Accidental\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/Accidental.html#render_options\",\"classes\":\"\",\"parent\":\"Accidental\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Accidental.html#render_options.__type\",\"classes\":\"\",\"parent\":\"Accidental.render_options\"},{\"kind\":1024,\"name\":\"parenLeftPadding\",\"url\":\"classes/Accidental.html#render_options.__type.parenLeftPadding\",\"classes\":\"\",\"parent\":\"Accidental.render_options.__type\"},{\"kind\":1024,\"name\":\"font_scale\",\"url\":\"classes/Accidental.html#render_options.__type.font_scale\",\"classes\":\"\",\"parent\":\"Accidental.render_options.__type\"},{\"kind\":1024,\"name\":\"parenRightPadding\",\"url\":\"classes/Accidental.html#render_options.__type.parenRightPadding\",\"classes\":\"\",\"parent\":\"Accidental.render_options.__type\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Accidental.html#getWidth\",\"classes\":\"\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Accidental.html#setNote\",\"classes\":\"\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setAsCautionary\",\"url\":\"classes/Accidental.html#setAsCautionary\",\"classes\":\"\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Accidental.html#draw\",\"classes\":\"\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Accidental.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Accidental.html#getNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Accidental.html#checkAttachedNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Accidental.html#getIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Accidental.html#checkIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Accidental.html#setIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Accidental.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Accidental.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Accidental.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Accidental.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Accidental.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Accidental.html#setTextLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Accidental.html#setYShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Accidental.html#setSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Accidental.html#getSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Accidental.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Accidental.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Accidental.html#alignSubNotesWithNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Accidental.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Accidental.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Accidental.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Accidental.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Accidental.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Accidental.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Accidental.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Accidental.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Accidental.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Accidental.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Accidental.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Accidental.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Accidental.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Accidental.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Accidental.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Accidental.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Accidental.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Accidental.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Accidental.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Accidental.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Accidental.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Accidental.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Accidental.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Accidental.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Accidental.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Accidental.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Accidental.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Accidental.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Accidental.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Accidental.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Accidental.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Accidental.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Accidental.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Accidental.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Accidental\"},{\"kind\":8,\"name\":\"AnnotationHorizontalJustify\",\"url\":\"enums/AnnotationHorizontalJustify.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"LEFT\",\"url\":\"enums/AnnotationHorizontalJustify.html#LEFT\",\"classes\":\"\",\"parent\":\"AnnotationHorizontalJustify\"},{\"kind\":16,\"name\":\"CENTER\",\"url\":\"enums/AnnotationHorizontalJustify.html#CENTER\",\"classes\":\"\",\"parent\":\"AnnotationHorizontalJustify\"},{\"kind\":16,\"name\":\"RIGHT\",\"url\":\"enums/AnnotationHorizontalJustify.html#RIGHT\",\"classes\":\"\",\"parent\":\"AnnotationHorizontalJustify\"},{\"kind\":16,\"name\":\"CENTER_STEM\",\"url\":\"enums/AnnotationHorizontalJustify.html#CENTER_STEM\",\"classes\":\"\",\"parent\":\"AnnotationHorizontalJustify\"},{\"kind\":8,\"name\":\"AnnotationVerticalJustify\",\"url\":\"enums/AnnotationVerticalJustify.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"TOP\",\"url\":\"enums/AnnotationVerticalJustify.html#TOP\",\"classes\":\"\",\"parent\":\"AnnotationVerticalJustify\"},{\"kind\":16,\"name\":\"CENTER\",\"url\":\"enums/AnnotationVerticalJustify.html#CENTER\",\"classes\":\"\",\"parent\":\"AnnotationVerticalJustify\"},{\"kind\":16,\"name\":\"BOTTOM\",\"url\":\"enums/AnnotationVerticalJustify.html#BOTTOM\",\"classes\":\"\",\"parent\":\"AnnotationVerticalJustify\"},{\"kind\":16,\"name\":\"CENTER_STEM\",\"url\":\"enums/AnnotationVerticalJustify.html#CENTER_STEM\",\"classes\":\"\",\"parent\":\"AnnotationVerticalJustify\"},{\"kind\":128,\"name\":\"Annotation\",\"url\":\"classes/Annotation.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/Annotation.html#DEBUG\",\"classes\":\"\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Annotation.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Annotation\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Annotation.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"Annotation\"},{\"kind\":1024,\"name\":\"HorizontalJustify\",\"url\":\"classes/Annotation.html#HorizontalJustify\",\"classes\":\"\",\"parent\":\"Annotation\"},{\"kind\":1024,\"name\":\"HorizontalJustifyString\",\"url\":\"classes/Annotation.html#HorizontalJustifyString\",\"classes\":\"\",\"parent\":\"Annotation\"},{\"kind\":1024,\"name\":\"VerticalJustify\",\"url\":\"classes/Annotation.html#VerticalJustify\",\"classes\":\"\",\"parent\":\"Annotation\"},{\"kind\":1024,\"name\":\"VerticalJustifyString\",\"url\":\"classes/Annotation.html#VerticalJustifyString\",\"classes\":\"\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"minAnnotationPadding\",\"url\":\"classes/Annotation.html#minAnnotationPadding\",\"classes\":\"\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Annotation.html#format\",\"classes\":\"\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Annotation.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Annotation.html#PositionString\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Annotation.html#constructor\",\"classes\":\"\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setVerticalJustification\",\"url\":\"classes/Annotation.html#setVerticalJustification\",\"classes\":\"\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getJustification\",\"url\":\"classes/Annotation.html#getJustification\",\"classes\":\"\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setJustification\",\"url\":\"classes/Annotation.html#setJustification\",\"classes\":\"\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Annotation.html#draw\",\"classes\":\"\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Annotation.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Annotation.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Annotation.html#getNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Annotation.html#checkAttachedNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Annotation.html#setNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Annotation.html#getIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Annotation.html#checkIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Annotation.html#setIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Annotation.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Annotation.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Annotation.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Annotation.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Annotation.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Annotation.html#setTextLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Annotation.html#setYShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Annotation.html#setSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Annotation.html#getSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Annotation.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Annotation.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Annotation.html#alignSubNotesWithNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Annotation.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Annotation.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Annotation.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Annotation.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Annotation.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Annotation.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Annotation.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Annotation.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Annotation.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Annotation.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Annotation.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Annotation.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Annotation.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Annotation.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Annotation.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Annotation.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Annotation.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Annotation.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Annotation.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Annotation.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Annotation.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Annotation.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Annotation.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Annotation.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Annotation.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Annotation.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Annotation.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Annotation.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Annotation.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Annotation.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Annotation.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Annotation.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Annotation.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Annotation.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Annotation\"},{\"kind\":256,\"name\":\"ArticulationStruct\",\"url\":\"interfaces/ArticulationStruct.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/ArticulationStruct.html#code\",\"classes\":\"\",\"parent\":\"ArticulationStruct\"},{\"kind\":1024,\"name\":\"aboveCode\",\"url\":\"interfaces/ArticulationStruct.html#aboveCode\",\"classes\":\"\",\"parent\":\"ArticulationStruct\"},{\"kind\":1024,\"name\":\"belowCode\",\"url\":\"interfaces/ArticulationStruct.html#belowCode\",\"classes\":\"\",\"parent\":\"ArticulationStruct\"},{\"kind\":1024,\"name\":\"between_lines\",\"url\":\"interfaces/ArticulationStruct.html#between_lines\",\"classes\":\"\",\"parent\":\"ArticulationStruct\"},{\"kind\":128,\"name\":\"Articulation\",\"url\":\"classes/Articulation.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/Articulation.html#DEBUG\",\"classes\":\"\",\"parent\":\"Articulation\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Articulation.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Articulation.html#format\",\"classes\":\"\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"easyScoreHook\",\"url\":\"classes/Articulation.html#easyScoreHook\",\"classes\":\"\",\"parent\":\"Articulation\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Articulation.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Articulation.html#PositionString\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Articulation.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Articulation.html#constructor\",\"classes\":\"\",\"parent\":\"Articulation\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Articulation.html#type\",\"classes\":\"\",\"parent\":\"Articulation\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/Articulation.html#render_options\",\"classes\":\"\",\"parent\":\"Articulation\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Articulation.html#render_options.__type\",\"classes\":\"\",\"parent\":\"Articulation.render_options\"},{\"kind\":1024,\"name\":\"font_scale\",\"url\":\"classes/Articulation.html#render_options.__type.font_scale\",\"classes\":\"\",\"parent\":\"Articulation.render_options.__type\"},{\"kind\":2048,\"name\":\"setBetweenLines\",\"url\":\"classes/Articulation.html#setBetweenLines\",\"classes\":\"\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Articulation.html#draw\",\"classes\":\"\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Articulation.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Articulation.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Articulation.html#getNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Articulation.html#checkAttachedNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Articulation.html#setNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Articulation.html#getIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Articulation.html#checkIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Articulation.html#setIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Articulation.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Articulation.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Articulation.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Articulation.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Articulation.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Articulation.html#setTextLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Articulation.html#setYShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Articulation.html#setSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Articulation.html#getSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Articulation.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Articulation.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Articulation.html#alignSubNotesWithNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Articulation.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Articulation.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Articulation.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Articulation.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Articulation.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Articulation.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Articulation.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Articulation.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Articulation.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Articulation.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Articulation.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Articulation.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Articulation.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Articulation.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Articulation.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Articulation.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Articulation.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Articulation.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Articulation.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Articulation.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Articulation.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Articulation.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Articulation.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Articulation.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Articulation.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Articulation.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Articulation.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Articulation.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Articulation.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Articulation.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Articulation.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Articulation.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Articulation.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Articulation.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Articulation\"},{\"kind\":128,\"name\":\"BarNote\",\"url\":\"classes/BarNote.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/BarNote.html#DEBUG\",\"classes\":\"\",\"parent\":\"BarNote\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/BarNote.html#CATEGORY\",\"classes\":\"\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/BarNote.html#plotMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getPoint\",\"url\":\"classes/BarNote.html#getPoint\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/BarNote.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BarNote.html#constructor\",\"classes\":\"\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getType\",\"url\":\"classes/BarNote.html#getType\",\"classes\":\"\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setType\",\"url\":\"classes/BarNote.html#setType\",\"classes\":\"\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/BarNote.html#addToModifierContext\",\"classes\":\"\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/BarNote.html#preFormat\",\"classes\":\"\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/BarNote.html#draw-1\",\"classes\":\"\",\"parent\":\"BarNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/BarNote.html#glyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/BarNote.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/BarNote.html#keyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/BarNote.html#render_options\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/BarNote.html#render_options.__type\",\"classes\":\"\",\"parent\":\"BarNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/BarNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/BarNote.html#render_options.__type.draw\",\"classes\":\"\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/BarNote.html#render_options.__type.draw_dots\",\"classes\":\"\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/BarNote.html#render_options.__type.draw_stem\",\"classes\":\"\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/BarNote.html#render_options.__type.y_shift\",\"classes\":\"\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/BarNote.html#render_options.__type.extend_left\",\"classes\":\"\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/BarNote.html#render_options.__type.extend_right\",\"classes\":\"\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/BarNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/BarNote.html#render_options.__type.annotation_spacing\",\"classes\":\"\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/BarNote.html#render_options.__type.glyph_font_size\",\"classes\":\"\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/BarNote.html#render_options.__type.scale\",\"classes\":\"\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/BarNote.html#render_options.__type.font\",\"classes\":\"\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/BarNote.html#render_options.__type.stroke_px\",\"classes\":\"\",\"parent\":\"BarNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/BarNote.html#getPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/BarNote.html#setPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/BarNote.html#isRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/BarNote.html#addStroke\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/BarNote.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/BarNote.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/BarNote.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/BarNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/BarNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/BarNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/BarNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/BarNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/BarNote.html#getLineNumber\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/BarNote.html#getLineForRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/BarNote.html#getGlyph\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/BarNote.html#getGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/BarNote.html#getGlyphWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/BarNote.html#setYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/BarNote.html#getYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/BarNote.html#getYForTopText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/BarNote.html#getVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/BarNote.html#setVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/BarNote.html#getTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/BarNote.html#setTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/BarNote.html#getDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/BarNote.html#isDotted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/BarNote.html#hasStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/BarNote.html#getNoteType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/BarNote.html#getBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/BarNote.html#checkBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/BarNote.html#hasBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/BarNote.html#setBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/BarNote.html#addModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/BarNote.html#getModifiersByType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/BarNote.html#getModifierStartXY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/BarNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"\",\"parent\":\"BarNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/BarNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"\",\"parent\":\"BarNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/BarNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"\",\"parent\":\"BarNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/BarNote.html#getRightParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/BarNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/BarNote.html#getFirstDotPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/BarNote.html#getMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/BarNote.html#getAbsoluteX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/BarNote.html#getStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/BarNote.html#getStemExtents\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/BarNote.html#getTieRightX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/BarNote.html#getTieLeftX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/BarNote.html#getKeys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/BarNote.html#getKeyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/BarNote.html#reset\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/BarNote.html#getTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/BarNote.html#setIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/BarNote.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/BarNote.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/BarNote.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/BarNote.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/BarNote.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/BarNote.html#getFormatterMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/BarNote.html#getCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/BarNote.html#setCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/BarNote.html#isCenterAligned\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/BarNote.html#setCenterAlignment\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/BarNote.html#getTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/BarNote.html#getTupletStack\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/BarNote.html#resetTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/BarNote.html#setTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/BarNote.html#getModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/BarNote.html#checkTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/BarNote.html#preFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/BarNote.html#postFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/BarNote.html#postFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/BarNote.html#getIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/BarNote.html#setIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/BarNote.html#getTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/BarNote.html#applyTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/BarNote.html#setDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/BarNote.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/BarNote.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/BarNote.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/BarNote.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/BarNote.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/BarNote.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/BarNote.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/BarNote.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/BarNote.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/BarNote.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/BarNote.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/BarNote.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/BarNote.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/BarNote.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/BarNote.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/BarNote.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/BarNote.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/BarNote.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/BarNote.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/BarNote.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/BarNote.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/BarNote.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/BarNote.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/BarNote.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/BarNote.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/BarNote.html#font-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/BarNote.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/BarNote.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/BarNote.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/BarNote.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/BarNote.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/BarNote.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/BarNote.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/BarNote.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/BarNote.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/BarNote.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/BarNote.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BarNote\"},{\"kind\":32,\"name\":\"BEAM_LEFT\",\"url\":\"variables/BEAM_LEFT.html\",\"classes\":\"\"},{\"kind\":32,\"name\":\"BEAM_RIGHT\",\"url\":\"variables/BEAM_RIGHT.html\",\"classes\":\"\"},{\"kind\":32,\"name\":\"BEAM_BOTH\",\"url\":\"variables/BEAM_BOTH.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"PartialBeamDirection\",\"url\":\"types/PartialBeamDirection.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"Beam\",\"url\":\"classes/Beam.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Beam.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getDefaultBeamGroups\",\"url\":\"classes/Beam.html#getDefaultBeamGroups\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"applyAndGetBeams\",\"url\":\"classes/Beam.html#applyAndGetBeams\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"generateBeams\",\"url\":\"classes/Beam.html#generateBeams\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Beam.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Beam.html#constructor\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/Beam.html#render_options\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Beam.html#render_options.__type\",\"classes\":\"\",\"parent\":\"Beam.render_options\"},{\"kind\":1024,\"name\":\"flat_beam_offset\",\"url\":\"classes/Beam.html#render_options.__type.flat_beam_offset\",\"classes\":\"\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"flat_beams\",\"url\":\"classes/Beam.html#render_options.__type.flat_beams\",\"classes\":\"\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"secondary_break_ticks\",\"url\":\"classes/Beam.html#render_options.__type.secondary_break_ticks\",\"classes\":\"\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"show_stemlets\",\"url\":\"classes/Beam.html#render_options.__type.show_stemlets\",\"classes\":\"\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"beam_width\",\"url\":\"classes/Beam.html#render_options.__type.beam_width\",\"classes\":\"\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"max_slope\",\"url\":\"classes/Beam.html#render_options.__type.max_slope\",\"classes\":\"\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"min_slope\",\"url\":\"classes/Beam.html#render_options.__type.min_slope\",\"classes\":\"\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"slope_iterations\",\"url\":\"classes/Beam.html#render_options.__type.slope_iterations\",\"classes\":\"\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"slope_cost\",\"url\":\"classes/Beam.html#render_options.__type.slope_cost\",\"classes\":\"\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"stemlet_extension\",\"url\":\"classes/Beam.html#render_options.__type.stemlet_extension\",\"classes\":\"\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"partial_beam_length\",\"url\":\"classes/Beam.html#render_options.__type.partial_beam_length\",\"classes\":\"\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"min_flat_beam_offset\",\"url\":\"classes/Beam.html#render_options.__type.min_flat_beam_offset\",\"classes\":\"\",\"parent\":\"Beam.render_options.__type\"},{\"kind\":1024,\"name\":\"notes\",\"url\":\"classes/Beam.html#notes\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":1024,\"name\":\"postFormatted\",\"url\":\"classes/Beam.html#postFormatted\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":1024,\"name\":\"slope\",\"url\":\"classes/Beam.html#slope\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/Beam.html#getStemDirection\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getNotes\",\"url\":\"classes/Beam.html#getNotes\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getBeamCount\",\"url\":\"classes/Beam.html#getBeamCount\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"breakSecondaryAt\",\"url\":\"classes/Beam.html#breakSecondaryAt\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"setPartialBeamSideAt\",\"url\":\"classes/Beam.html#setPartialBeamSideAt\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"unsetPartialBeamSideAt\",\"url\":\"classes/Beam.html#unsetPartialBeamSideAt\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getSlopeY\",\"url\":\"classes/Beam.html#getSlopeY\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"calculateSlope\",\"url\":\"classes/Beam.html#calculateSlope\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"calculateFlatSlope\",\"url\":\"classes/Beam.html#calculateFlatSlope\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getBeamYToDraw\",\"url\":\"classes/Beam.html#getBeamYToDraw\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"applyStemExtensions\",\"url\":\"classes/Beam.html#applyStemExtensions\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"lookupBeamDirection\",\"url\":\"classes/Beam.html#lookupBeamDirection\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getBeamLines\",\"url\":\"classes/Beam.html#getBeamLines\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/Beam.html#preFormat\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/Beam.html#postFormat\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Beam.html#draw\",\"classes\":\"\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Beam.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Beam.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Beam.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Beam.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Beam.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Beam.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Beam.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Beam.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Beam.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Beam.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Beam.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Beam.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Beam.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Beam.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Beam.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Beam.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Beam.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Beam.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Beam.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Beam.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Beam.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Beam.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Beam.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Beam.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Beam.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Beam.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Beam.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Beam.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Beam.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Beam.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Beam.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Beam.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Beam.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Beam.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Beam\"},{\"kind\":256,\"name\":\"BendPhrase\",\"url\":\"interfaces/BendPhrase.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"interfaces/BendPhrase.html#x\",\"classes\":\"\",\"parent\":\"BendPhrase\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/BendPhrase.html#type\",\"classes\":\"\",\"parent\":\"BendPhrase\"},{\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/BendPhrase.html#text\",\"classes\":\"\",\"parent\":\"BendPhrase\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/BendPhrase.html#width\",\"classes\":\"\",\"parent\":\"BendPhrase\"},{\"kind\":1024,\"name\":\"draw_width\",\"url\":\"interfaces/BendPhrase.html#draw_width\",\"classes\":\"\",\"parent\":\"BendPhrase\"},{\"kind\":128,\"name\":\"Bend\",\"url\":\"classes/Bend.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Bend.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"UP\",\"url\":\"classes/Bend.html#UP\",\"classes\":\"\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"DOWN\",\"url\":\"classes/Bend.html#DOWN\",\"classes\":\"\",\"parent\":\"Bend\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Bend.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Bend.html#format\",\"classes\":\"\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Bend.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Bend.html#PositionString\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Bend.html#constructor\",\"classes\":\"\",\"parent\":\"Bend\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/Bend.html#render_options\",\"classes\":\"\",\"parent\":\"Bend\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Bend.html#render_options.__type\",\"classes\":\"\",\"parent\":\"Bend.render_options\"},{\"kind\":1024,\"name\":\"line_width\",\"url\":\"classes/Bend.html#render_options.__type.line_width\",\"classes\":\"\",\"parent\":\"Bend.render_options.__type\"},{\"kind\":1024,\"name\":\"release_width\",\"url\":\"classes/Bend.html#render_options.__type.release_width\",\"classes\":\"\",\"parent\":\"Bend.render_options.__type\"},{\"kind\":1024,\"name\":\"bend_width\",\"url\":\"classes/Bend.html#render_options.__type.bend_width\",\"classes\":\"\",\"parent\":\"Bend.render_options.__type\"},{\"kind\":1024,\"name\":\"line_style\",\"url\":\"classes/Bend.html#render_options.__type.line_style\",\"classes\":\"\",\"parent\":\"Bend.render_options.__type\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Bend.html#setXShift\",\"classes\":\"\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setTap\",\"url\":\"classes/Bend.html#setTap\",\"classes\":\"\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getText\",\"url\":\"classes/Bend.html#getText\",\"classes\":\"\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getTextHeight\",\"url\":\"classes/Bend.html#getTextHeight\",\"classes\":\"\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Bend.html#draw\",\"classes\":\"\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Bend.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Bend.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Bend.html#getNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Bend.html#checkAttachedNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Bend.html#setNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Bend.html#getIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Bend.html#checkIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Bend.html#setIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Bend.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Bend.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Bend.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Bend.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Bend.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Bend.html#setTextLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Bend.html#setYShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Bend.html#setSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Bend.html#getSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Bend.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Bend.html#alignSubNotesWithNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Bend.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Bend.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Bend.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Bend.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Bend.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Bend.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Bend.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Bend.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Bend.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Bend.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Bend.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Bend.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Bend.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Bend.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Bend.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Bend.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Bend.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Bend.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Bend.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Bend.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Bend.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Bend.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Bend.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Bend.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Bend.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Bend.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Bend.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Bend.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Bend.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Bend.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Bend.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Bend.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Bend.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Bend.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Bend\"},{\"kind\":256,\"name\":\"Bounds\",\"url\":\"interfaces/Bounds.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"interfaces/Bounds.html#x\",\"classes\":\"\",\"parent\":\"Bounds\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"interfaces/Bounds.html#y\",\"classes\":\"\",\"parent\":\"Bounds\"},{\"kind\":1024,\"name\":\"w\",\"url\":\"interfaces/Bounds.html#w\",\"classes\":\"\",\"parent\":\"Bounds\"},{\"kind\":1024,\"name\":\"h\",\"url\":\"interfaces/Bounds.html#h\",\"classes\":\"\",\"parent\":\"Bounds\"},{\"kind\":128,\"name\":\"BoundingBox\",\"url\":\"classes/BoundingBox.html\",\"classes\":\"\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/BoundingBox.html#copy\",\"classes\":\"\",\"parent\":\"BoundingBox\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BoundingBox.html#constructor\",\"classes\":\"\",\"parent\":\"BoundingBox\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/BoundingBox.html#x\",\"classes\":\"\",\"parent\":\"BoundingBox\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/BoundingBox.html#y\",\"classes\":\"\",\"parent\":\"BoundingBox\"},{\"kind\":1024,\"name\":\"w\",\"url\":\"classes/BoundingBox.html#w\",\"classes\":\"\",\"parent\":\"BoundingBox\"},{\"kind\":1024,\"name\":\"h\",\"url\":\"classes/BoundingBox.html#h\",\"classes\":\"\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/BoundingBox.html#getX\",\"classes\":\"\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"getY\",\"url\":\"classes/BoundingBox.html#getY\",\"classes\":\"\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"getW\",\"url\":\"classes/BoundingBox.html#getW\",\"classes\":\"\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"getH\",\"url\":\"classes/BoundingBox.html#getH\",\"classes\":\"\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/BoundingBox.html#setX\",\"classes\":\"\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"setY\",\"url\":\"classes/BoundingBox.html#setY\",\"classes\":\"\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"setW\",\"url\":\"classes/BoundingBox.html#setW\",\"classes\":\"\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"setH\",\"url\":\"classes/BoundingBox.html#setH\",\"classes\":\"\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"move\",\"url\":\"classes/BoundingBox.html#move\",\"classes\":\"\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"clone\",\"url\":\"classes/BoundingBox.html#clone\",\"classes\":\"\",\"parent\":\"BoundingBox\"},{\"kind\":2048,\"name\":\"mergeWith\",\"url\":\"classes/BoundingBox.html#mergeWith\",\"classes\":\"\",\"parent\":\"BoundingBox\"},{\"kind\":128,\"name\":\"BoundingBoxComputation\",\"url\":\"classes/BoundingBoxComputation.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BoundingBoxComputation.html#constructor\",\"classes\":\"\",\"parent\":\"BoundingBoxComputation\"},{\"kind\":2048,\"name\":\"getX1\",\"url\":\"classes/BoundingBoxComputation.html#getX1\",\"classes\":\"\",\"parent\":\"BoundingBoxComputation\"},{\"kind\":2048,\"name\":\"getY1\",\"url\":\"classes/BoundingBoxComputation.html#getY1\",\"classes\":\"\",\"parent\":\"BoundingBoxComputation\"},{\"kind\":2048,\"name\":\"width\",\"url\":\"classes/BoundingBoxComputation.html#width\",\"classes\":\"\",\"parent\":\"BoundingBoxComputation\"},{\"kind\":2048,\"name\":\"height\",\"url\":\"classes/BoundingBoxComputation.html#height\",\"classes\":\"\",\"parent\":\"BoundingBoxComputation\"},{\"kind\":2048,\"name\":\"addPoint\",\"url\":\"classes/BoundingBoxComputation.html#addPoint\",\"classes\":\"\",\"parent\":\"BoundingBoxComputation\"},{\"kind\":2048,\"name\":\"addX\",\"url\":\"classes/BoundingBoxComputation.html#addX\",\"classes\":\"\",\"parent\":\"BoundingBoxComputation\"},{\"kind\":2048,\"name\":\"addY\",\"url\":\"classes/BoundingBoxComputation.html#addY\",\"classes\":\"\",\"parent\":\"BoundingBoxComputation\"},{\"kind\":2048,\"name\":\"addQuadraticCurve\",\"url\":\"classes/BoundingBoxComputation.html#addQuadraticCurve\",\"classes\":\"\",\"parent\":\"BoundingBoxComputation\"},{\"kind\":2048,\"name\":\"addBezierCurve\",\"url\":\"classes/BoundingBoxComputation.html#addBezierCurve\",\"classes\":\"\",\"parent\":\"BoundingBoxComputation\"},{\"kind\":128,\"name\":\"CanvasContext\",\"url\":\"classes/CanvasContext.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"WIDTH\",\"url\":\"classes/CanvasContext.html#WIDTH\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":262144,\"name\":\"HEIGHT\",\"url\":\"classes/CanvasContext.html#HEIGHT\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":262144,\"name\":\"CANVAS_BROWSER_SIZE_LIMIT\",\"url\":\"classes/CanvasContext.html#CANVAS_BROWSER_SIZE_LIMIT\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"sanitizeCanvasDims\",\"url\":\"classes/CanvasContext.html#sanitizeCanvasDims\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/CanvasContext.html#CATEGORY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"CanvasContext\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CanvasContext.html#constructor\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":1024,\"name\":\"context2D\",\"url\":\"classes/CanvasContext.html#context2D\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":1024,\"name\":\"canvas\",\"url\":\"classes/CanvasContext.html#canvas\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":1024,\"name\":\"textHeight\",\"url\":\"classes/CanvasContext.html#textHeight\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"clear\",\"url\":\"classes/CanvasContext.html#clear\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"openGroup\",\"url\":\"classes/CanvasContext.html#openGroup\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"closeGroup\",\"url\":\"classes/CanvasContext.html#closeGroup\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"add\",\"url\":\"classes/CanvasContext.html#add\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"setFillStyle\",\"url\":\"classes/CanvasContext.html#setFillStyle\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"setBackgroundFillStyle\",\"url\":\"classes/CanvasContext.html#setBackgroundFillStyle\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"setStrokeStyle\",\"url\":\"classes/CanvasContext.html#setStrokeStyle\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"setShadowColor\",\"url\":\"classes/CanvasContext.html#setShadowColor\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"setShadowBlur\",\"url\":\"classes/CanvasContext.html#setShadowBlur\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"setLineWidth\",\"url\":\"classes/CanvasContext.html#setLineWidth\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"setLineCap\",\"url\":\"classes/CanvasContext.html#setLineCap\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"setLineDash\",\"url\":\"classes/CanvasContext.html#setLineDash\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"scale\",\"url\":\"classes/CanvasContext.html#scale\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"resize\",\"url\":\"classes/CanvasContext.html#resize\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"rect\",\"url\":\"classes/CanvasContext.html#rect\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"fillRect\",\"url\":\"classes/CanvasContext.html#fillRect\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"clearRect\",\"url\":\"classes/CanvasContext.html#clearRect\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"beginPath\",\"url\":\"classes/CanvasContext.html#beginPath\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"moveTo\",\"url\":\"classes/CanvasContext.html#moveTo\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"lineTo\",\"url\":\"classes/CanvasContext.html#lineTo\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"bezierCurveTo\",\"url\":\"classes/CanvasContext.html#bezierCurveTo\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"quadraticCurveTo\",\"url\":\"classes/CanvasContext.html#quadraticCurveTo\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"arc\",\"url\":\"classes/CanvasContext.html#arc\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"fill\",\"url\":\"classes/CanvasContext.html#fill\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"stroke\",\"url\":\"classes/CanvasContext.html#stroke\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"closePath\",\"url\":\"classes/CanvasContext.html#closePath\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"measureText\",\"url\":\"classes/CanvasContext.html#measureText\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"fillText\",\"url\":\"classes/CanvasContext.html#fillText\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"save\",\"url\":\"classes/CanvasContext.html#save\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"restore\",\"url\":\"classes/CanvasContext.html#restore\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":262144,\"name\":\"fillStyle\",\"url\":\"classes/CanvasContext.html#fillStyle\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":262144,\"name\":\"strokeStyle\",\"url\":\"classes/CanvasContext.html#strokeStyle\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/CanvasContext.html#setFont\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/CanvasContext.html#getFont\",\"classes\":\"\",\"parent\":\"CanvasContext\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/CanvasContext.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"CanvasContext\"},{\"kind\":2048,\"name\":\"setRawFont\",\"url\":\"classes/CanvasContext.html#setRawFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"CanvasContext\"},{\"kind\":256,\"name\":\"ChordSymbolBlock\",\"url\":\"interfaces/ChordSymbolBlock.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/ChordSymbolBlock.html#text\",\"classes\":\"\",\"parent\":\"ChordSymbolBlock\"},{\"kind\":1024,\"name\":\"symbolType\",\"url\":\"interfaces/ChordSymbolBlock.html#symbolType\",\"classes\":\"\",\"parent\":\"ChordSymbolBlock\"},{\"kind\":1024,\"name\":\"symbolModifier\",\"url\":\"interfaces/ChordSymbolBlock.html#symbolModifier\",\"classes\":\"\",\"parent\":\"ChordSymbolBlock\"},{\"kind\":1024,\"name\":\"xShift\",\"url\":\"interfaces/ChordSymbolBlock.html#xShift\",\"classes\":\"\",\"parent\":\"ChordSymbolBlock\"},{\"kind\":1024,\"name\":\"yShift\",\"url\":\"interfaces/ChordSymbolBlock.html#yShift\",\"classes\":\"\",\"parent\":\"ChordSymbolBlock\"},{\"kind\":1024,\"name\":\"vAlign\",\"url\":\"interfaces/ChordSymbolBlock.html#vAlign\",\"classes\":\"\",\"parent\":\"ChordSymbolBlock\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/ChordSymbolBlock.html#width\",\"classes\":\"\",\"parent\":\"ChordSymbolBlock\"},{\"kind\":1024,\"name\":\"glyph\",\"url\":\"interfaces/ChordSymbolBlock.html#glyph\",\"classes\":\"\",\"parent\":\"ChordSymbolBlock\"},{\"kind\":256,\"name\":\"ChordSymbolGlyphMetrics\",\"url\":\"interfaces/ChordSymbolGlyphMetrics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"leftSideBearing\",\"url\":\"interfaces/ChordSymbolGlyphMetrics.html#leftSideBearing\",\"classes\":\"\",\"parent\":\"ChordSymbolGlyphMetrics\"},{\"kind\":1024,\"name\":\"advanceWidth\",\"url\":\"interfaces/ChordSymbolGlyphMetrics.html#advanceWidth\",\"classes\":\"\",\"parent\":\"ChordSymbolGlyphMetrics\"},{\"kind\":1024,\"name\":\"yOffset\",\"url\":\"interfaces/ChordSymbolGlyphMetrics.html#yOffset\",\"classes\":\"\",\"parent\":\"ChordSymbolGlyphMetrics\"},{\"kind\":256,\"name\":\"ChordSymbolMetrics\",\"url\":\"interfaces/ChordSymbolMetrics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"global\",\"url\":\"interfaces/ChordSymbolMetrics.html#global\",\"classes\":\"\",\"parent\":\"ChordSymbolMetrics\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ChordSymbolMetrics.html#global.__type\",\"classes\":\"\",\"parent\":\"ChordSymbolMetrics.global\"},{\"kind\":1024,\"name\":\"superscriptOffset\",\"url\":\"interfaces/ChordSymbolMetrics.html#global.__type.superscriptOffset\",\"classes\":\"\",\"parent\":\"ChordSymbolMetrics.global.__type\"},{\"kind\":1024,\"name\":\"subscriptOffset\",\"url\":\"interfaces/ChordSymbolMetrics.html#global.__type.subscriptOffset\",\"classes\":\"\",\"parent\":\"ChordSymbolMetrics.global.__type\"},{\"kind\":1024,\"name\":\"kerningOffset\",\"url\":\"interfaces/ChordSymbolMetrics.html#global.__type.kerningOffset\",\"classes\":\"\",\"parent\":\"ChordSymbolMetrics.global.__type\"},{\"kind\":1024,\"name\":\"lowerKerningText\",\"url\":\"interfaces/ChordSymbolMetrics.html#global.__type.lowerKerningText\",\"classes\":\"\",\"parent\":\"ChordSymbolMetrics.global.__type\"},{\"kind\":1024,\"name\":\"upperKerningText\",\"url\":\"interfaces/ChordSymbolMetrics.html#global.__type.upperKerningText\",\"classes\":\"\",\"parent\":\"ChordSymbolMetrics.global.__type\"},{\"kind\":1024,\"name\":\"spacing\",\"url\":\"interfaces/ChordSymbolMetrics.html#global.__type.spacing\",\"classes\":\"\",\"parent\":\"ChordSymbolMetrics.global.__type\"},{\"kind\":1024,\"name\":\"superSubRatio\",\"url\":\"interfaces/ChordSymbolMetrics.html#global.__type.superSubRatio\",\"classes\":\"\",\"parent\":\"ChordSymbolMetrics.global.__type\"},{\"kind\":1024,\"name\":\"glyphs\",\"url\":\"interfaces/ChordSymbolMetrics.html#glyphs\",\"classes\":\"\",\"parent\":\"ChordSymbolMetrics\"},{\"kind\":8,\"name\":\"ChordSymbolHorizontalJustify\",\"url\":\"enums/ChordSymbolHorizontalJustify.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"LEFT\",\"url\":\"enums/ChordSymbolHorizontalJustify.html#LEFT\",\"classes\":\"\",\"parent\":\"ChordSymbolHorizontalJustify\"},{\"kind\":16,\"name\":\"CENTER\",\"url\":\"enums/ChordSymbolHorizontalJustify.html#CENTER\",\"classes\":\"\",\"parent\":\"ChordSymbolHorizontalJustify\"},{\"kind\":16,\"name\":\"RIGHT\",\"url\":\"enums/ChordSymbolHorizontalJustify.html#RIGHT\",\"classes\":\"\",\"parent\":\"ChordSymbolHorizontalJustify\"},{\"kind\":16,\"name\":\"CENTER_STEM\",\"url\":\"enums/ChordSymbolHorizontalJustify.html#CENTER_STEM\",\"classes\":\"\",\"parent\":\"ChordSymbolHorizontalJustify\"},{\"kind\":8,\"name\":\"ChordSymbolVerticalJustify\",\"url\":\"enums/ChordSymbolVerticalJustify.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"TOP\",\"url\":\"enums/ChordSymbolVerticalJustify.html#TOP\",\"classes\":\"\",\"parent\":\"ChordSymbolVerticalJustify\"},{\"kind\":16,\"name\":\"BOTTOM\",\"url\":\"enums/ChordSymbolVerticalJustify.html#BOTTOM\",\"classes\":\"\",\"parent\":\"ChordSymbolVerticalJustify\"},{\"kind\":8,\"name\":\"SymbolTypes\",\"url\":\"enums/SymbolTypes.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"GLYPH\",\"url\":\"enums/SymbolTypes.html#GLYPH\",\"classes\":\"\",\"parent\":\"SymbolTypes\"},{\"kind\":16,\"name\":\"TEXT\",\"url\":\"enums/SymbolTypes.html#TEXT\",\"classes\":\"\",\"parent\":\"SymbolTypes\"},{\"kind\":16,\"name\":\"LINE\",\"url\":\"enums/SymbolTypes.html#LINE\",\"classes\":\"\",\"parent\":\"SymbolTypes\"},{\"kind\":8,\"name\":\"SymbolModifiers\",\"url\":\"enums/SymbolModifiers.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/SymbolModifiers.html#NONE\",\"classes\":\"\",\"parent\":\"SymbolModifiers\"},{\"kind\":16,\"name\":\"SUBSCRIPT\",\"url\":\"enums/SymbolModifiers.html#SUBSCRIPT\",\"classes\":\"\",\"parent\":\"SymbolModifiers\"},{\"kind\":16,\"name\":\"SUPERSCRIPT\",\"url\":\"enums/SymbolModifiers.html#SUPERSCRIPT\",\"classes\":\"\",\"parent\":\"SymbolModifiers\"},{\"kind\":128,\"name\":\"ChordSymbol\",\"url\":\"classes/ChordSymbol.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/ChordSymbol.html#DEBUG\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/ChordSymbol.html#CATEGORY\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":1024,\"name\":\"HorizontalJustify\",\"url\":\"classes/ChordSymbol.html#HorizontalJustify\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":1024,\"name\":\"HorizontalJustifyString\",\"url\":\"classes/ChordSymbol.html#HorizontalJustifyString\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":1024,\"name\":\"VerticalJustify\",\"url\":\"classes/ChordSymbol.html#VerticalJustify\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":1024,\"name\":\"VerticalJustifyString\",\"url\":\"classes/ChordSymbol.html#VerticalJustifyString\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"superSubRatio\",\"url\":\"classes/ChordSymbol.html#superSubRatio\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"NO_TEXT_FORMAT\",\"url\":\"classes/ChordSymbol.html#NO_TEXT_FORMAT\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getMetricForGlyph\",\"url\":\"classes/ChordSymbol.html#getMetricForGlyph\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"engravingFontResolution\",\"url\":\"classes/ChordSymbol.html#engravingFontResolution\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"spacingBetweenBlocks\",\"url\":\"classes/ChordSymbol.html#spacingBetweenBlocks\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getWidthForGlyph\",\"url\":\"classes/ChordSymbol.html#getWidthForGlyph\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getYShiftForGlyph\",\"url\":\"classes/ChordSymbol.html#getYShiftForGlyph\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getXShiftForGlyph\",\"url\":\"classes/ChordSymbol.html#getXShiftForGlyph\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"superscriptOffset\",\"url\":\"classes/ChordSymbol.html#superscriptOffset-2\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"subscriptOffset\",\"url\":\"classes/ChordSymbol.html#subscriptOffset-2\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"kerningOffset\",\"url\":\"classes/ChordSymbol.html#kerningOffset\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":1024,\"name\":\"glyphs\",\"url\":\"classes/ChordSymbol.html#glyphs\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":1024,\"name\":\"symbolTypes\",\"url\":\"classes/ChordSymbol.html#symbolTypes\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":1024,\"name\":\"symbolModifiers\",\"url\":\"classes/ChordSymbol.html#symbolModifiers\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"metrics\",\"url\":\"classes/ChordSymbol.html#metrics\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"lowerKerningText\",\"url\":\"classes/ChordSymbol.html#lowerKerningText\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"upperKerningText\",\"url\":\"classes/ChordSymbol.html#upperKerningText\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"isSuperscript\",\"url\":\"classes/ChordSymbol.html#isSuperscript\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"isSubscript\",\"url\":\"classes/ChordSymbol.html#isSubscript\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"minPadding\",\"url\":\"classes/ChordSymbol.html#minPadding\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/ChordSymbol.html#format\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"TEXT_FONT\",\"url\":\"classes/ChordSymbol.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/ChordSymbol.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/ChordSymbol.html#PositionString\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ChordSymbol.html#constructor\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"superscriptOffset\",\"url\":\"classes/ChordSymbol.html#superscriptOffset\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"subscriptOffset\",\"url\":\"classes/ChordSymbol.html#subscriptOffset\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setReportWidth\",\"url\":\"classes/ChordSymbol.html#setReportWidth\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getReportWidth\",\"url\":\"classes/ChordSymbol.html#getReportWidth\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"updateOverBarAdjustments\",\"url\":\"classes/ChordSymbol.html#updateOverBarAdjustments\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"updateKerningAdjustments\",\"url\":\"classes/ChordSymbol.html#updateKerningAdjustments\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getKerningAdjustment\",\"url\":\"classes/ChordSymbol.html#getKerningAdjustment\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getSymbolBlock\",\"url\":\"classes/ChordSymbol.html#getSymbolBlock\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"addSymbolBlock\",\"url\":\"classes/ChordSymbol.html#addSymbolBlock\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"addText\",\"url\":\"classes/ChordSymbol.html#addText\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"addTextSuperscript\",\"url\":\"classes/ChordSymbol.html#addTextSuperscript\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"addTextSubscript\",\"url\":\"classes/ChordSymbol.html#addTextSubscript\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"addGlyphSuperscript\",\"url\":\"classes/ChordSymbol.html#addGlyphSuperscript\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"addGlyph\",\"url\":\"classes/ChordSymbol.html#addGlyph\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"addGlyphOrText\",\"url\":\"classes/ChordSymbol.html#addGlyphOrText\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"addLine\",\"url\":\"classes/ChordSymbol.html#addLine\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/ChordSymbol.html#setFont\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setEnableKerning\",\"url\":\"classes/ChordSymbol.html#setEnableKerning\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setVertical\",\"url\":\"classes/ChordSymbol.html#setVertical\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getVertical\",\"url\":\"classes/ChordSymbol.html#getVertical\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setHorizontal\",\"url\":\"classes/ChordSymbol.html#setHorizontal\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getHorizontal\",\"url\":\"classes/ChordSymbol.html#getHorizontal\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/ChordSymbol.html#getWidth\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getYOffsetForText\",\"url\":\"classes/ChordSymbol.html#getYOffsetForText\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/ChordSymbol.html#draw\",\"classes\":\"\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/ChordSymbol.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/ChordSymbol.html#getNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/ChordSymbol.html#checkAttachedNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/ChordSymbol.html#setNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/ChordSymbol.html#getIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/ChordSymbol.html#checkIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/ChordSymbol.html#setIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/ChordSymbol.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/ChordSymbol.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/ChordSymbol.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/ChordSymbol.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/ChordSymbol.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/ChordSymbol.html#setTextLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/ChordSymbol.html#setYShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/ChordSymbol.html#setSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/ChordSymbol.html#getSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/ChordSymbol.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/ChordSymbol.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/ChordSymbol.html#alignSubNotesWithNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/ChordSymbol.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/ChordSymbol.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/ChordSymbol.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/ChordSymbol.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/ChordSymbol.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/ChordSymbol.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/ChordSymbol.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/ChordSymbol.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/ChordSymbol.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/ChordSymbol.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/ChordSymbol.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/ChordSymbol.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/ChordSymbol.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/ChordSymbol.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/ChordSymbol.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/ChordSymbol.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/ChordSymbol.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/ChordSymbol.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/ChordSymbol.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/ChordSymbol.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/ChordSymbol.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/ChordSymbol.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/ChordSymbol.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/ChordSymbol.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/ChordSymbol.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/ChordSymbol.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/ChordSymbol.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/ChordSymbol.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/ChordSymbol.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/ChordSymbol.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/ChordSymbol.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/ChordSymbol.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/ChordSymbol.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ChordSymbol\"},{\"kind\":256,\"name\":\"ClefType\",\"url\":\"interfaces/ClefType.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/ClefType.html#code\",\"classes\":\"\",\"parent\":\"ClefType\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/ClefType.html#line\",\"classes\":\"\",\"parent\":\"ClefType\"},{\"kind\":256,\"name\":\"ClefAnnotatiomType\",\"url\":\"interfaces/ClefAnnotatiomType.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"x_shift\",\"url\":\"interfaces/ClefAnnotatiomType.html#x_shift\",\"classes\":\"\",\"parent\":\"ClefAnnotatiomType\"},{\"kind\":1024,\"name\":\"point\",\"url\":\"interfaces/ClefAnnotatiomType.html#point\",\"classes\":\"\",\"parent\":\"ClefAnnotatiomType\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/ClefAnnotatiomType.html#code\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefAnnotatiomType\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/ClefAnnotatiomType.html#line\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefAnnotatiomType\"},{\"kind\":256,\"name\":\"ClefMetrics\",\"url\":\"interfaces/ClefMetrics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/ClefMetrics.html#width\",\"classes\":\"\",\"parent\":\"ClefMetrics\"},{\"kind\":1024,\"name\":\"annotations\",\"url\":\"interfaces/ClefMetrics.html#annotations\",\"classes\":\"\",\"parent\":\"ClefMetrics\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ClefMetrics.html#annotations.__type\",\"classes\":\"\",\"parent\":\"ClefMetrics.annotations\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ClefMetrics.html#annotations.__type.__index.__type-1\",\"classes\":\"\",\"parent\":\"ClefMetrics.annotations.__type.__index\"},{\"kind\":128,\"name\":\"Clef\",\"url\":\"classes/Clef.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/Clef.html#DEBUG\",\"classes\":\"\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Clef.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"types\",\"url\":\"classes/Clef.html#types\",\"classes\":\"\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"annotationSmufl\",\"url\":\"classes/Clef.html#annotationSmufl\",\"classes\":\"\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getPoint\",\"url\":\"classes/Clef.html#getPoint\",\"classes\":\"\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Clef.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Clef.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Clef.html#constructor\",\"classes\":\"\",\"parent\":\"Clef\"},{\"kind\":1024,\"name\":\"annotation\",\"url\":\"classes/Clef.html#annotation\",\"classes\":\"\",\"parent\":\"Clef\"},{\"kind\":1024,\"name\":\"clef\",\"url\":\"classes/Clef.html#clef\",\"classes\":\"\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setType\",\"url\":\"classes/Clef.html#setType\",\"classes\":\"\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Clef.html#getWidth\",\"classes\":\"\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/Clef.html#setStave\",\"classes\":\"\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Clef.html#draw\",\"classes\":\"\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Clef.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Clef.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/Clef.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/Clef.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Clef.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/Clef.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/Clef.html#setX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"placeGlyphOnLine\",\"url\":\"classes/Clef.html#placeGlyphOnLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getPadding\",\"url\":\"classes/Clef.html#getPadding\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/Clef.html#setPadding\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setLayoutMetrics\",\"url\":\"classes/Clef.html#setLayoutMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getLayoutMetrics\",\"url\":\"classes/Clef.html#getLayoutMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Clef.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Clef.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Clef.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Clef.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Clef.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Clef.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Clef.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Clef.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Clef.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Clef.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Clef.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Clef.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Clef.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Clef.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Clef.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Clef.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Clef.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Clef.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Clef.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Clef.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Clef.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Clef.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Clef.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Clef.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Clef.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Clef.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Clef.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Clef.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Clef.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Clef.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Clef.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Clef.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Clef.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Clef.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Clef\"},{\"kind\":128,\"name\":\"ClefNote\",\"url\":\"classes/ClefNote.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/ClefNote.html#CATEGORY\",\"classes\":\"\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/ClefNote.html#plotMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getPoint\",\"url\":\"classes/ClefNote.html#getPoint\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/ClefNote.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ClefNote.html#constructor\",\"classes\":\"\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setType\",\"url\":\"classes/ClefNote.html#setType\",\"classes\":\"\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getClef\",\"url\":\"classes/ClefNote.html#getClef\",\"classes\":\"\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/ClefNote.html#preFormat\",\"classes\":\"\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/ClefNote.html#draw-1\",\"classes\":\"\",\"parent\":\"ClefNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/ClefNote.html#glyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/ClefNote.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/ClefNote.html#keyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/ClefNote.html#render_options\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/ClefNote.html#render_options.__type\",\"classes\":\"\",\"parent\":\"ClefNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/ClefNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/ClefNote.html#render_options.__type.draw\",\"classes\":\"\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/ClefNote.html#render_options.__type.draw_dots\",\"classes\":\"\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/ClefNote.html#render_options.__type.draw_stem\",\"classes\":\"\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/ClefNote.html#render_options.__type.y_shift\",\"classes\":\"\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/ClefNote.html#render_options.__type.extend_left\",\"classes\":\"\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/ClefNote.html#render_options.__type.extend_right\",\"classes\":\"\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/ClefNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/ClefNote.html#render_options.__type.annotation_spacing\",\"classes\":\"\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/ClefNote.html#render_options.__type.glyph_font_size\",\"classes\":\"\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/ClefNote.html#render_options.__type.scale\",\"classes\":\"\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/ClefNote.html#render_options.__type.font\",\"classes\":\"\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/ClefNote.html#render_options.__type.stroke_px\",\"classes\":\"\",\"parent\":\"ClefNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/ClefNote.html#getPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/ClefNote.html#setPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/ClefNote.html#isRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/ClefNote.html#addStroke\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/ClefNote.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/ClefNote.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/ClefNote.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/ClefNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/ClefNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/ClefNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/ClefNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/ClefNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/ClefNote.html#getLineNumber\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/ClefNote.html#getLineForRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/ClefNote.html#getGlyph\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/ClefNote.html#getGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/ClefNote.html#getGlyphWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/ClefNote.html#setYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/ClefNote.html#getYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/ClefNote.html#getYForTopText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/ClefNote.html#getVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/ClefNote.html#setVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/ClefNote.html#getTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/ClefNote.html#setTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/ClefNote.html#getDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/ClefNote.html#isDotted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/ClefNote.html#hasStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/ClefNote.html#getNoteType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/ClefNote.html#getBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/ClefNote.html#checkBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/ClefNote.html#hasBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/ClefNote.html#setBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/ClefNote.html#addModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/ClefNote.html#getModifiersByType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/ClefNote.html#getModifierStartXY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/ClefNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"\",\"parent\":\"ClefNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/ClefNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"\",\"parent\":\"ClefNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/ClefNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"\",\"parent\":\"ClefNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/ClefNote.html#getRightParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/ClefNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/ClefNote.html#getFirstDotPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/ClefNote.html#getMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/ClefNote.html#getAbsoluteX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/ClefNote.html#getStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/ClefNote.html#getStemExtents\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/ClefNote.html#getTieRightX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/ClefNote.html#getTieLeftX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/ClefNote.html#getKeys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/ClefNote.html#getKeyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/ClefNote.html#reset\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/ClefNote.html#getTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/ClefNote.html#setIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/ClefNote.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/ClefNote.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/ClefNote.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/ClefNote.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/ClefNote.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/ClefNote.html#getFormatterMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/ClefNote.html#getCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/ClefNote.html#setCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/ClefNote.html#isCenterAligned\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/ClefNote.html#setCenterAlignment\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/ClefNote.html#getTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/ClefNote.html#getTupletStack\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/ClefNote.html#resetTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/ClefNote.html#setTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/ClefNote.html#addToModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/ClefNote.html#getModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/ClefNote.html#checkTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/ClefNote.html#preFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/ClefNote.html#postFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/ClefNote.html#postFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/ClefNote.html#getIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/ClefNote.html#setIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/ClefNote.html#getTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/ClefNote.html#applyTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/ClefNote.html#setDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/ClefNote.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/ClefNote.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/ClefNote.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/ClefNote.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/ClefNote.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/ClefNote.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/ClefNote.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/ClefNote.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/ClefNote.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/ClefNote.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/ClefNote.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/ClefNote.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/ClefNote.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/ClefNote.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/ClefNote.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/ClefNote.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/ClefNote.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/ClefNote.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/ClefNote.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/ClefNote.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/ClefNote.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/ClefNote.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/ClefNote.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/ClefNote.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/ClefNote.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/ClefNote.html#font-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/ClefNote.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/ClefNote.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/ClefNote.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/ClefNote.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/ClefNote.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/ClefNote.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/ClefNote.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/ClefNote.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/ClefNote.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/ClefNote.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/ClefNote.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClefNote\"},{\"kind\":256,\"name\":\"CrescendoParams\",\"url\":\"interfaces/CrescendoParams.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"reverse\",\"url\":\"interfaces/CrescendoParams.html#reverse\",\"classes\":\"\",\"parent\":\"CrescendoParams\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/CrescendoParams.html#height\",\"classes\":\"\",\"parent\":\"CrescendoParams\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"interfaces/CrescendoParams.html#y\",\"classes\":\"\",\"parent\":\"CrescendoParams\"},{\"kind\":1024,\"name\":\"end_x\",\"url\":\"interfaces/CrescendoParams.html#end_x\",\"classes\":\"\",\"parent\":\"CrescendoParams\"},{\"kind\":1024,\"name\":\"begin_x\",\"url\":\"interfaces/CrescendoParams.html#begin_x\",\"classes\":\"\",\"parent\":\"CrescendoParams\"},{\"kind\":128,\"name\":\"Crescendo\",\"url\":\"classes/Crescendo.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/Crescendo.html#DEBUG\",\"classes\":\"\",\"parent\":\"Crescendo\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Crescendo.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/Crescendo.html#plotMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getPoint\",\"url\":\"classes/Crescendo.html#getPoint\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Crescendo.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Crescendo.html#constructor\",\"classes\":\"\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setLine\",\"url\":\"classes/Crescendo.html#setLine\",\"classes\":\"\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setHeight\",\"url\":\"classes/Crescendo.html#setHeight\",\"classes\":\"\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setDecrescendo\",\"url\":\"classes/Crescendo.html#setDecrescendo\",\"classes\":\"\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/Crescendo.html#preFormat\",\"classes\":\"\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Crescendo.html#draw-1\",\"classes\":\"\",\"parent\":\"Crescendo\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/Crescendo.html#glyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/Crescendo.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/Crescendo.html#keyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/Crescendo.html#render_options\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Crescendo.html#render_options.__type\",\"classes\":\"\",\"parent\":\"Crescendo.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/Crescendo.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/Crescendo.html#render_options.__type.draw\",\"classes\":\"\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/Crescendo.html#render_options.__type.draw_dots\",\"classes\":\"\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/Crescendo.html#render_options.__type.draw_stem\",\"classes\":\"\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/Crescendo.html#render_options.__type.y_shift\",\"classes\":\"\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/Crescendo.html#render_options.__type.extend_left\",\"classes\":\"\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/Crescendo.html#render_options.__type.extend_right\",\"classes\":\"\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/Crescendo.html#render_options.__type.glyph_font_scale\",\"classes\":\"\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/Crescendo.html#render_options.__type.annotation_spacing\",\"classes\":\"\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/Crescendo.html#render_options.__type.glyph_font_size\",\"classes\":\"\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/Crescendo.html#render_options.__type.scale\",\"classes\":\"\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/Crescendo.html#render_options.__type.font\",\"classes\":\"\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/Crescendo.html#render_options.__type.stroke_px\",\"classes\":\"\",\"parent\":\"Crescendo.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/Crescendo.html#getPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/Crescendo.html#setPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/Crescendo.html#isRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/Crescendo.html#addStroke\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/Crescendo.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/Crescendo.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/Crescendo.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/Crescendo.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/Crescendo.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/Crescendo.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/Crescendo.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/Crescendo.html#shouldIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/Crescendo.html#getLineNumber\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/Crescendo.html#getLineForRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/Crescendo.html#getGlyph\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/Crescendo.html#getGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/Crescendo.html#getGlyphWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/Crescendo.html#setYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/Crescendo.html#getYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/Crescendo.html#getYForTopText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/Crescendo.html#getVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/Crescendo.html#setVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/Crescendo.html#getTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/Crescendo.html#setTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/Crescendo.html#getDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/Crescendo.html#isDotted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/Crescendo.html#hasStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/Crescendo.html#getNoteType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/Crescendo.html#getBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/Crescendo.html#checkBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/Crescendo.html#hasBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/Crescendo.html#setBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/Crescendo.html#addModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/Crescendo.html#getModifiersByType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/Crescendo.html#getModifierStartXY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Crescendo.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"\",\"parent\":\"Crescendo.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/Crescendo.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"\",\"parent\":\"Crescendo.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/Crescendo.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"\",\"parent\":\"Crescendo.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/Crescendo.html#getRightParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/Crescendo.html#getLeftParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/Crescendo.html#getFirstDotPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/Crescendo.html#getMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/Crescendo.html#getAbsoluteX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/Crescendo.html#getStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/Crescendo.html#getStemExtents\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/Crescendo.html#getTieRightX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/Crescendo.html#getTieLeftX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/Crescendo.html#getKeys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/Crescendo.html#getKeyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Crescendo.html#reset\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/Crescendo.html#getTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/Crescendo.html#setIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Crescendo.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Crescendo.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Crescendo.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Crescendo.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/Crescendo.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/Crescendo.html#getFormatterMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/Crescendo.html#getCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/Crescendo.html#setCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/Crescendo.html#isCenterAligned\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/Crescendo.html#setCenterAlignment\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/Crescendo.html#getTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/Crescendo.html#getTupletStack\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/Crescendo.html#resetTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/Crescendo.html#setTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/Crescendo.html#addToModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/Crescendo.html#getModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/Crescendo.html#checkTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/Crescendo.html#preFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/Crescendo.html#postFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/Crescendo.html#postFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/Crescendo.html#getIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/Crescendo.html#setIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/Crescendo.html#getTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/Crescendo.html#applyTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/Crescendo.html#setDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Crescendo.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Crescendo.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Crescendo.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Crescendo.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Crescendo.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Crescendo.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Crescendo.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Crescendo.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Crescendo.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Crescendo.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Crescendo.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Crescendo.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Crescendo.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Crescendo.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Crescendo.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Crescendo.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Crescendo.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Crescendo.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Crescendo.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Crescendo.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Crescendo.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Crescendo.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Crescendo.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Crescendo.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Crescendo.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Crescendo.html#font-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Crescendo.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Crescendo.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Crescendo.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Crescendo.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Crescendo.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Crescendo.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Crescendo.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Crescendo.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Crescendo.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Crescendo.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Crescendo.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Crescendo\"},{\"kind\":256,\"name\":\"CurveOptions\",\"url\":\"interfaces/CurveOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"cps\",\"url\":\"interfaces/CurveOptions.html#cps\",\"classes\":\"\",\"parent\":\"CurveOptions\"},{\"kind\":1024,\"name\":\"thickness\",\"url\":\"interfaces/CurveOptions.html#thickness\",\"classes\":\"\",\"parent\":\"CurveOptions\"},{\"kind\":1024,\"name\":\"x_shift\",\"url\":\"interfaces/CurveOptions.html#x_shift\",\"classes\":\"\",\"parent\":\"CurveOptions\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"interfaces/CurveOptions.html#y_shift\",\"classes\":\"\",\"parent\":\"CurveOptions\"},{\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/CurveOptions.html#position\",\"classes\":\"\",\"parent\":\"CurveOptions\"},{\"kind\":1024,\"name\":\"position_end\",\"url\":\"interfaces/CurveOptions.html#position_end\",\"classes\":\"\",\"parent\":\"CurveOptions\"},{\"kind\":1024,\"name\":\"invert\",\"url\":\"interfaces/CurveOptions.html#invert\",\"classes\":\"\",\"parent\":\"CurveOptions\"},{\"kind\":8,\"name\":\"CurvePosition\",\"url\":\"enums/CurvePosition.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"NEAR_HEAD\",\"url\":\"enums/CurvePosition.html#NEAR_HEAD\",\"classes\":\"\",\"parent\":\"CurvePosition\"},{\"kind\":16,\"name\":\"NEAR_TOP\",\"url\":\"enums/CurvePosition.html#NEAR_TOP\",\"classes\":\"\",\"parent\":\"CurvePosition\"},{\"kind\":128,\"name\":\"Curve\",\"url\":\"classes/Curve.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Curve.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Curve\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Curve.html#Position\",\"classes\":\"\",\"parent\":\"Curve\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Curve.html#PositionString\",\"classes\":\"\",\"parent\":\"Curve\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Curve.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Curve.html#constructor\",\"classes\":\"\",\"parent\":\"Curve\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/Curve.html#render_options\",\"classes\":\"\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"setNotes\",\"url\":\"classes/Curve.html#setNotes\",\"classes\":\"\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"isPartial\",\"url\":\"classes/Curve.html#isPartial\",\"classes\":\"\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"renderCurve\",\"url\":\"classes/Curve.html#renderCurve\",\"classes\":\"\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Curve.html#draw\",\"classes\":\"\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Curve.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Curve.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Curve.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Curve.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Curve.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Curve.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Curve.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Curve.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Curve.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Curve.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Curve.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Curve.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Curve.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Curve.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Curve.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Curve.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Curve.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Curve.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Curve.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Curve.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Curve.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Curve.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Curve.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Curve.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Curve.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Curve.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Curve.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Curve.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Curve.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Curve.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Curve.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Curve.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Curve.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Curve.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Curve\"},{\"kind\":128,\"name\":\"Dot\",\"url\":\"classes/Dot.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Dot.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getDots\",\"url\":\"classes/Dot.html#getDots\",\"classes\":\"\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"buildAndAttach\",\"url\":\"classes/Dot.html#buildAndAttach\",\"classes\":\"\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Dot.html#format\",\"classes\":\"\",\"parent\":\"Dot\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Dot.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Dot.html#PositionString\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Dot.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Dot.html#constructor\",\"classes\":\"\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Dot.html#setNote\",\"classes\":\"\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setDotShiftY\",\"url\":\"classes/Dot.html#setDotShiftY\",\"classes\":\"\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Dot.html#draw\",\"classes\":\"\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Dot.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Dot.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Dot.html#getNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Dot.html#checkAttachedNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Dot.html#getIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Dot.html#checkIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Dot.html#setIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Dot.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Dot.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Dot.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Dot.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Dot.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Dot.html#setTextLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Dot.html#setYShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Dot.html#setSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Dot.html#getSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Dot.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Dot.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Dot.html#alignSubNotesWithNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Dot.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Dot.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Dot.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Dot.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Dot.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Dot.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Dot.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Dot.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Dot.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Dot.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Dot.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Dot.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Dot.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Dot.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Dot.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Dot.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Dot.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Dot.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Dot.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Dot.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Dot.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Dot.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Dot.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Dot.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Dot.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Dot.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Dot.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Dot.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Dot.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Dot.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Dot.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Dot.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Dot.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Dot.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Dot\"},{\"kind\":4194304,\"name\":\"CommitHook\",\"url\":\"types/CommitHook.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/CommitHook.html#__type\",\"classes\":\"\",\"parent\":\"CommitHook\"},{\"kind\":128,\"name\":\"EasyScoreGrammar\",\"url\":\"classes/EasyScoreGrammar.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/EasyScoreGrammar.html#constructor\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":1024,\"name\":\"builder\",\"url\":\"classes/EasyScoreGrammar.html#builder\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"begin\",\"url\":\"classes/EasyScoreGrammar.html#begin\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"LINE\",\"url\":\"classes/EasyScoreGrammar.html#LINE\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"PIECE\",\"url\":\"classes/EasyScoreGrammar.html#PIECE\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"PIECES\",\"url\":\"classes/EasyScoreGrammar.html#PIECES\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"PARAMS\",\"url\":\"classes/EasyScoreGrammar.html#PARAMS\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"CHORDORNOTE\",\"url\":\"classes/EasyScoreGrammar.html#CHORDORNOTE\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"CHORD\",\"url\":\"classes/EasyScoreGrammar.html#CHORD\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"NOTES\",\"url\":\"classes/EasyScoreGrammar.html#NOTES\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"NOTE\",\"url\":\"classes/EasyScoreGrammar.html#NOTE\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"SINGLENOTE\",\"url\":\"classes/EasyScoreGrammar.html#SINGLENOTE\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"ACCIDENTAL\",\"url\":\"classes/EasyScoreGrammar.html#ACCIDENTAL\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"DOTS\",\"url\":\"classes/EasyScoreGrammar.html#DOTS\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"TYPE\",\"url\":\"classes/EasyScoreGrammar.html#TYPE\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"DURATION\",\"url\":\"classes/EasyScoreGrammar.html#DURATION\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"OPTS\",\"url\":\"classes/EasyScoreGrammar.html#OPTS\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"KEYVALS\",\"url\":\"classes/EasyScoreGrammar.html#KEYVALS\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"KEYVAL\",\"url\":\"classes/EasyScoreGrammar.html#KEYVAL\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"VAL\",\"url\":\"classes/EasyScoreGrammar.html#VAL\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"KEY\",\"url\":\"classes/EasyScoreGrammar.html#KEY\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"DVAL\",\"url\":\"classes/EasyScoreGrammar.html#DVAL\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"SVAL\",\"url\":\"classes/EasyScoreGrammar.html#SVAL\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"NOTENAME\",\"url\":\"classes/EasyScoreGrammar.html#NOTENAME\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"OCTAVE\",\"url\":\"classes/EasyScoreGrammar.html#OCTAVE\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"ACCIDENTALS\",\"url\":\"classes/EasyScoreGrammar.html#ACCIDENTALS\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"MICROTONES\",\"url\":\"classes/EasyScoreGrammar.html#MICROTONES\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"DURATIONS\",\"url\":\"classes/EasyScoreGrammar.html#DURATIONS\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"TYPES\",\"url\":\"classes/EasyScoreGrammar.html#TYPES\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"LPAREN\",\"url\":\"classes/EasyScoreGrammar.html#LPAREN\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"RPAREN\",\"url\":\"classes/EasyScoreGrammar.html#RPAREN\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"COMMA\",\"url\":\"classes/EasyScoreGrammar.html#COMMA\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"DOT\",\"url\":\"classes/EasyScoreGrammar.html#DOT\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"SLASH\",\"url\":\"classes/EasyScoreGrammar.html#SLASH\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"MAYBESLASH\",\"url\":\"classes/EasyScoreGrammar.html#MAYBESLASH\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"EQUALS\",\"url\":\"classes/EasyScoreGrammar.html#EQUALS\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"LBRACKET\",\"url\":\"classes/EasyScoreGrammar.html#LBRACKET\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"RBRACKET\",\"url\":\"classes/EasyScoreGrammar.html#RBRACKET\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":2048,\"name\":\"EOL\",\"url\":\"classes/EasyScoreGrammar.html#EOL\",\"classes\":\"\",\"parent\":\"EasyScoreGrammar\"},{\"kind\":256,\"name\":\"NotePiece\",\"url\":\"interfaces/NotePiece.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/NotePiece.html#key\",\"classes\":\"\",\"parent\":\"NotePiece\"},{\"kind\":1024,\"name\":\"accid\",\"url\":\"interfaces/NotePiece.html#accid\",\"classes\":\"\",\"parent\":\"NotePiece\"},{\"kind\":1024,\"name\":\"octave\",\"url\":\"interfaces/NotePiece.html#octave\",\"classes\":\"\",\"parent\":\"NotePiece\"},{\"kind\":128,\"name\":\"Piece\",\"url\":\"classes/Piece.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Piece.html#constructor\",\"classes\":\"\",\"parent\":\"Piece\"},{\"kind\":1024,\"name\":\"chord\",\"url\":\"classes/Piece.html#chord\",\"classes\":\"\",\"parent\":\"Piece\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"classes/Piece.html#duration\",\"classes\":\"\",\"parent\":\"Piece\"},{\"kind\":1024,\"name\":\"dots\",\"url\":\"classes/Piece.html#dots\",\"classes\":\"\",\"parent\":\"Piece\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Piece.html#type\",\"classes\":\"\",\"parent\":\"Piece\"},{\"kind\":1024,\"name\":\"options\",\"url\":\"classes/Piece.html#options\",\"classes\":\"\",\"parent\":\"Piece\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Piece.html#options.__type\",\"classes\":\"\",\"parent\":\"Piece.options\"},{\"kind\":256,\"name\":\"BuilderElements\",\"url\":\"interfaces/BuilderElements.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"notes\",\"url\":\"interfaces/BuilderElements.html#notes\",\"classes\":\"\",\"parent\":\"BuilderElements\"},{\"kind\":1024,\"name\":\"accidentals\",\"url\":\"interfaces/BuilderElements.html#accidentals\",\"classes\":\"\",\"parent\":\"BuilderElements\"},{\"kind\":256,\"name\":\"BuilderOptions\",\"url\":\"interfaces/BuilderOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"stem\",\"url\":\"interfaces/BuilderOptions.html#stem\",\"classes\":\"\",\"parent\":\"BuilderOptions\"},{\"kind\":1024,\"name\":\"clef\",\"url\":\"interfaces/BuilderOptions.html#clef\",\"classes\":\"\",\"parent\":\"BuilderOptions\"},{\"kind\":128,\"name\":\"Builder\",\"url\":\"classes/Builder.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Builder.html#constructor\",\"classes\":\"\",\"parent\":\"Builder\"},{\"kind\":1024,\"name\":\"factory\",\"url\":\"classes/Builder.html#factory\",\"classes\":\"\",\"parent\":\"Builder\"},{\"kind\":1024,\"name\":\"elements\",\"url\":\"classes/Builder.html#elements\",\"classes\":\"\",\"parent\":\"Builder\"},{\"kind\":1024,\"name\":\"options\",\"url\":\"classes/Builder.html#options\",\"classes\":\"\",\"parent\":\"Builder\"},{\"kind\":1024,\"name\":\"piece\",\"url\":\"classes/Builder.html#piece\",\"classes\":\"\",\"parent\":\"Builder\"},{\"kind\":1024,\"name\":\"commitHooks\",\"url\":\"classes/Builder.html#commitHooks\",\"classes\":\"\",\"parent\":\"Builder\"},{\"kind\":1024,\"name\":\"rollingDuration\",\"url\":\"classes/Builder.html#rollingDuration\",\"classes\":\"\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Builder.html#reset\",\"classes\":\"\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"getFactory\",\"url\":\"classes/Builder.html#getFactory\",\"classes\":\"\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"getElements\",\"url\":\"classes/Builder.html#getElements\",\"classes\":\"\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"addCommitHook\",\"url\":\"classes/Builder.html#addCommitHook\",\"classes\":\"\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"resetPiece\",\"url\":\"classes/Builder.html#resetPiece\",\"classes\":\"\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"setNoteDots\",\"url\":\"classes/Builder.html#setNoteDots\",\"classes\":\"\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"setNoteDuration\",\"url\":\"classes/Builder.html#setNoteDuration\",\"classes\":\"\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"setNoteType\",\"url\":\"classes/Builder.html#setNoteType\",\"classes\":\"\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"addNoteOption\",\"url\":\"classes/Builder.html#addNoteOption\",\"classes\":\"\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"addNote\",\"url\":\"classes/Builder.html#addNote\",\"classes\":\"\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"addSingleNote\",\"url\":\"classes/Builder.html#addSingleNote\",\"classes\":\"\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"addChord\",\"url\":\"classes/Builder.html#addChord\",\"classes\":\"\",\"parent\":\"Builder\"},{\"kind\":2048,\"name\":\"commitPiece\",\"url\":\"classes/Builder.html#commitPiece\",\"classes\":\"\",\"parent\":\"Builder\"},{\"kind\":256,\"name\":\"EasyScoreOptions\",\"url\":\"interfaces/EasyScoreOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"factory\",\"url\":\"interfaces/EasyScoreOptions.html#factory\",\"classes\":\"\",\"parent\":\"EasyScoreOptions\"},{\"kind\":1024,\"name\":\"builder\",\"url\":\"interfaces/EasyScoreOptions.html#builder\",\"classes\":\"\",\"parent\":\"EasyScoreOptions\"},{\"kind\":1024,\"name\":\"commitHooks\",\"url\":\"interfaces/EasyScoreOptions.html#commitHooks\",\"classes\":\"\",\"parent\":\"EasyScoreOptions\"},{\"kind\":1024,\"name\":\"throwOnError\",\"url\":\"interfaces/EasyScoreOptions.html#throwOnError\",\"classes\":\"\",\"parent\":\"EasyScoreOptions\"},{\"kind\":256,\"name\":\"EasyScoreDefaults\",\"url\":\"interfaces/EasyScoreDefaults.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"clef\",\"url\":\"interfaces/EasyScoreDefaults.html#clef\",\"classes\":\"\",\"parent\":\"EasyScoreDefaults\"},{\"kind\":1024,\"name\":\"time\",\"url\":\"interfaces/EasyScoreDefaults.html#time\",\"classes\":\"\",\"parent\":\"EasyScoreDefaults\"},{\"kind\":1024,\"name\":\"stem\",\"url\":\"interfaces/EasyScoreDefaults.html#stem\",\"classes\":\"\",\"parent\":\"EasyScoreDefaults\"},{\"kind\":128,\"name\":\"EasyScore\",\"url\":\"classes/EasyScore.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/EasyScore.html#DEBUG\",\"classes\":\"\",\"parent\":\"EasyScore\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/EasyScore.html#constructor\",\"classes\":\"\",\"parent\":\"EasyScore\"},{\"kind\":1024,\"name\":\"defaults\",\"url\":\"classes/EasyScore.html#defaults\",\"classes\":\"\",\"parent\":\"EasyScore\"},{\"kind\":1024,\"name\":\"options\",\"url\":\"classes/EasyScore.html#options\",\"classes\":\"\",\"parent\":\"EasyScore\"},{\"kind\":1024,\"name\":\"factory\",\"url\":\"classes/EasyScore.html#factory\",\"classes\":\"\",\"parent\":\"EasyScore\"},{\"kind\":1024,\"name\":\"builder\",\"url\":\"classes/EasyScore.html#builder\",\"classes\":\"\",\"parent\":\"EasyScore\"},{\"kind\":1024,\"name\":\"grammar\",\"url\":\"classes/EasyScore.html#grammar\",\"classes\":\"\",\"parent\":\"EasyScore\"},{\"kind\":1024,\"name\":\"parser\",\"url\":\"classes/EasyScore.html#parser\",\"classes\":\"\",\"parent\":\"EasyScore\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/EasyScore.html#set\",\"classes\":\"\",\"parent\":\"EasyScore\"},{\"kind\":2048,\"name\":\"setOptions\",\"url\":\"classes/EasyScore.html#setOptions\",\"classes\":\"\",\"parent\":\"EasyScore\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/EasyScore.html#setContext\",\"classes\":\"\",\"parent\":\"EasyScore\"},{\"kind\":2048,\"name\":\"parse\",\"url\":\"classes/EasyScore.html#parse\",\"classes\":\"\",\"parent\":\"EasyScore\"},{\"kind\":2048,\"name\":\"beam\",\"url\":\"classes/EasyScore.html#beam\",\"classes\":\"\",\"parent\":\"EasyScore\"},{\"kind\":2048,\"name\":\"tuplet\",\"url\":\"classes/EasyScore.html#tuplet\",\"classes\":\"\",\"parent\":\"EasyScore\"},{\"kind\":2048,\"name\":\"notes\",\"url\":\"classes/EasyScore.html#notes\",\"classes\":\"\",\"parent\":\"EasyScore\"},{\"kind\":2048,\"name\":\"voice\",\"url\":\"classes/EasyScore.html#voice\",\"classes\":\"\",\"parent\":\"EasyScore\"},{\"kind\":2048,\"name\":\"addCommitHook\",\"url\":\"classes/EasyScore.html#addCommitHook\",\"classes\":\"\",\"parent\":\"EasyScore\"},{\"kind\":256,\"name\":\"ElementAttributes\",\"url\":\"interfaces/ElementAttributes.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/ElementAttributes.html#id\",\"classes\":\"\",\"parent\":\"ElementAttributes\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/ElementAttributes.html#type\",\"classes\":\"\",\"parent\":\"ElementAttributes\"},{\"kind\":1024,\"name\":\"class\",\"url\":\"interfaces/ElementAttributes.html#class\",\"classes\":\"\",\"parent\":\"ElementAttributes\"},{\"kind\":256,\"name\":\"ElementStyle\",\"url\":\"interfaces/ElementStyle.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"shadowColor\",\"url\":\"interfaces/ElementStyle.html#shadowColor\",\"classes\":\"\",\"parent\":\"ElementStyle\"},{\"kind\":1024,\"name\":\"shadowBlur\",\"url\":\"interfaces/ElementStyle.html#shadowBlur\",\"classes\":\"\",\"parent\":\"ElementStyle\"},{\"kind\":1024,\"name\":\"fillStyle\",\"url\":\"interfaces/ElementStyle.html#fillStyle\",\"classes\":\"\",\"parent\":\"ElementStyle\"},{\"kind\":1024,\"name\":\"strokeStyle\",\"url\":\"interfaces/ElementStyle.html#strokeStyle\",\"classes\":\"\",\"parent\":\"ElementStyle\"},{\"kind\":1024,\"name\":\"lineWidth\",\"url\":\"interfaces/ElementStyle.html#lineWidth\",\"classes\":\"\",\"parent\":\"ElementStyle\"},{\"kind\":128,\"name\":\"Element\",\"url\":\"classes/Element.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Element.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Element.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Element.html#constructor\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Element.html#addChildElement\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Element.html#getCategory\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Element.html#setStyle\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Element.html#setGroupStyle\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Element.html#getStyle\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Element.html#applyStyle\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Element.html#restoreStyle\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Element.html#drawWithStyle\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Element.html#draw\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Element.html#hasClass\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Element.html#addClass\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Element.html#removeClass\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Element.html#onRegister\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Element.html#isRendered\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Element.html#setRendered\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Element.html#getAttributes\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Element.html#getAttribute\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Element.html#getSVGElement\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Element.html#setAttribute\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Element.html#getBoundingBox\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Element.html#getContext\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Element.html#setContext\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Element.html#checkContext\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Element.html#font\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Element.html#setFont\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Element.html#getFont\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Element.html#resetFont\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Element.html#fontInfo\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Element.html#setFontSize\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Element.html#getFontSize\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Element.html#fontSize\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Element.html#fontSizeInPoints\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Element.html#fontSizeInPixels\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Element.html#fontStyle\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Element.html#fontWeight\",\"classes\":\"\",\"parent\":\"Element\"},{\"kind\":256,\"name\":\"FactoryOptions\",\"url\":\"interfaces/FactoryOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"stave\",\"url\":\"interfaces/FactoryOptions.html#stave\",\"classes\":\"\",\"parent\":\"FactoryOptions\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/FactoryOptions.html#stave.__type-1\",\"classes\":\"\",\"parent\":\"FactoryOptions.stave\"},{\"kind\":1024,\"name\":\"space\",\"url\":\"interfaces/FactoryOptions.html#stave.__type-1.space\",\"classes\":\"\",\"parent\":\"FactoryOptions.stave.__type\"},{\"kind\":1024,\"name\":\"renderer\",\"url\":\"interfaces/FactoryOptions.html#renderer\",\"classes\":\"\",\"parent\":\"FactoryOptions\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/FactoryOptions.html#renderer.__type\",\"classes\":\"\",\"parent\":\"FactoryOptions.renderer\"},{\"kind\":1024,\"name\":\"elementId\",\"url\":\"interfaces/FactoryOptions.html#renderer.__type.elementId\",\"classes\":\"\",\"parent\":\"FactoryOptions.renderer.__type\"},{\"kind\":1024,\"name\":\"backend\",\"url\":\"interfaces/FactoryOptions.html#renderer.__type.backend\",\"classes\":\"\",\"parent\":\"FactoryOptions.renderer.__type\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/FactoryOptions.html#renderer.__type.width\",\"classes\":\"\",\"parent\":\"FactoryOptions.renderer.__type\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/FactoryOptions.html#renderer.__type.height\",\"classes\":\"\",\"parent\":\"FactoryOptions.renderer.__type\"},{\"kind\":1024,\"name\":\"background\",\"url\":\"interfaces/FactoryOptions.html#renderer.__type.background\",\"classes\":\"\",\"parent\":\"FactoryOptions.renderer.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"interfaces/FactoryOptions.html#font\",\"classes\":\"\",\"parent\":\"FactoryOptions\"},{\"kind\":128,\"name\":\"Factory\",\"url\":\"classes/Factory.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/Factory.html#DEBUG\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Factory.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"newFromElementId\",\"url\":\"classes/Factory.html#newFromElementId\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Factory.html#constructor\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Factory.html#reset\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"setOptions\",\"url\":\"classes/Factory.html#setOptions\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"initRenderer\",\"url\":\"classes/Factory.html#initRenderer\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Factory.html#getContext\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Factory.html#setContext\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/Factory.html#getStave\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"getVoices\",\"url\":\"classes/Factory.html#getVoices\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Stave\",\"url\":\"classes/Factory.html#Stave\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"TabStave\",\"url\":\"classes/Factory.html#TabStave\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"StaveNote\",\"url\":\"classes/Factory.html#StaveNote\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"GlyphNote\",\"url\":\"classes/Factory.html#GlyphNote\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"RepeatNote\",\"url\":\"classes/Factory.html#RepeatNote\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"GhostNote\",\"url\":\"classes/Factory.html#GhostNote\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"TextNote\",\"url\":\"classes/Factory.html#TextNote\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"BarNote\",\"url\":\"classes/Factory.html#BarNote\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"ClefNote\",\"url\":\"classes/Factory.html#ClefNote\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"TimeSigNote\",\"url\":\"classes/Factory.html#TimeSigNote\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"KeySigNote\",\"url\":\"classes/Factory.html#KeySigNote\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"TabNote\",\"url\":\"classes/Factory.html#TabNote\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"GraceNote\",\"url\":\"classes/Factory.html#GraceNote\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"GraceNoteGroup\",\"url\":\"classes/Factory.html#GraceNoteGroup\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Accidental\",\"url\":\"classes/Factory.html#Accidental\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Annotation\",\"url\":\"classes/Factory.html#Annotation\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"ChordSymbol\",\"url\":\"classes/Factory.html#ChordSymbol\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Articulation\",\"url\":\"classes/Factory.html#Articulation\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Ornament\",\"url\":\"classes/Factory.html#Ornament\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"TextDynamics\",\"url\":\"classes/Factory.html#TextDynamics\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Fingering\",\"url\":\"classes/Factory.html#Fingering\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"StringNumber\",\"url\":\"classes/Factory.html#StringNumber\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"TickContext\",\"url\":\"classes/Factory.html#TickContext\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"ModifierContext\",\"url\":\"classes/Factory.html#ModifierContext\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"MultiMeasureRest\",\"url\":\"classes/Factory.html#MultiMeasureRest\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Voice\",\"url\":\"classes/Factory.html#Voice\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"StaveConnector\",\"url\":\"classes/Factory.html#StaveConnector\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Formatter\",\"url\":\"classes/Factory.html#Formatter\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Tuplet\",\"url\":\"classes/Factory.html#Tuplet\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Beam\",\"url\":\"classes/Factory.html#Beam\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"Curve\",\"url\":\"classes/Factory.html#Curve\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"StaveTie\",\"url\":\"classes/Factory.html#StaveTie\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"StaveLine\",\"url\":\"classes/Factory.html#StaveLine\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"VibratoBracket\",\"url\":\"classes/Factory.html#VibratoBracket\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"TextBracket\",\"url\":\"classes/Factory.html#TextBracket\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"System\",\"url\":\"classes/Factory.html#System\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"EasyScore\",\"url\":\"classes/Factory.html#EasyScore\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"PedalMarking\",\"url\":\"classes/Factory.html#PedalMarking\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"NoteSubGroup\",\"url\":\"classes/Factory.html#NoteSubGroup\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Factory.html#draw\",\"classes\":\"\",\"parent\":\"Factory\"},{\"kind\":128,\"name\":\"Flow\",\"url\":\"classes/Flow.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"BUILD\",\"url\":\"classes/Flow.html#BUILD\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Flow.html#BUILD.BUILD-1.__type\",\"classes\":\"\",\"parent\":\"Flow.BUILD.BUILD\"},{\"kind\":1024,\"name\":\"VERSION\",\"url\":\"classes/Flow.html#BUILD.BUILD-1.__type.VERSION\",\"classes\":\"\",\"parent\":\"Flow.BUILD.BUILD.__type\"},{\"kind\":1024,\"name\":\"ID\",\"url\":\"classes/Flow.html#BUILD.BUILD-1.__type.ID\",\"classes\":\"\",\"parent\":\"Flow.BUILD.BUILD.__type\"},{\"kind\":1024,\"name\":\"DATE\",\"url\":\"classes/Flow.html#BUILD.BUILD-1.__type.DATE\",\"classes\":\"\",\"parent\":\"Flow.BUILD.BUILD.__type\"},{\"kind\":1024,\"name\":\"Accidental\",\"url\":\"classes/Flow.html#Accidental\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Annotation\",\"url\":\"classes/Flow.html#Annotation\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Articulation\",\"url\":\"classes/Flow.html#Articulation\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Barline\",\"url\":\"classes/Flow.html#Barline\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"BarNote\",\"url\":\"classes/Flow.html#BarNote\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Beam\",\"url\":\"classes/Flow.html#Beam\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Bend\",\"url\":\"classes/Flow.html#Bend\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"BoundingBox\",\"url\":\"classes/Flow.html#BoundingBox\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"BoundingBoxComputation\",\"url\":\"classes/Flow.html#BoundingBoxComputation\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"CanvasContext\",\"url\":\"classes/Flow.html#CanvasContext\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"ChordSymbol\",\"url\":\"classes/Flow.html#ChordSymbol\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Clef\",\"url\":\"classes/Flow.html#Clef\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"ClefNote\",\"url\":\"classes/Flow.html#ClefNote\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Crescendo\",\"url\":\"classes/Flow.html#Crescendo\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Curve\",\"url\":\"classes/Flow.html#Curve\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Dot\",\"url\":\"classes/Flow.html#Dot\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"EasyScore\",\"url\":\"classes/Flow.html#EasyScore\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Element\",\"url\":\"classes/Flow.html#Element\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Factory\",\"url\":\"classes/Flow.html#Factory\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Font\",\"url\":\"classes/Flow.html#Font\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Formatter\",\"url\":\"classes/Flow.html#Formatter\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Fraction\",\"url\":\"classes/Flow.html#Fraction\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"FretHandFinger\",\"url\":\"classes/Flow.html#FretHandFinger\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"GhostNote\",\"url\":\"classes/Flow.html#GhostNote\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Glyph\",\"url\":\"classes/Flow.html#Glyph\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"GlyphNote\",\"url\":\"classes/Flow.html#GlyphNote\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"GraceNote\",\"url\":\"classes/Flow.html#GraceNote\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"GraceNoteGroup\",\"url\":\"classes/Flow.html#GraceNoteGroup\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"GraceTabNote\",\"url\":\"classes/Flow.html#GraceTabNote\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"KeyManager\",\"url\":\"classes/Flow.html#KeyManager\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"KeySignature\",\"url\":\"classes/Flow.html#KeySignature\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"KeySigNote\",\"url\":\"classes/Flow.html#KeySigNote\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Modifier\",\"url\":\"classes/Flow.html#Modifier\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"ModifierContext\",\"url\":\"classes/Flow.html#ModifierContext\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"MultiMeasureRest\",\"url\":\"classes/Flow.html#MultiMeasureRest\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Music\",\"url\":\"classes/Flow.html#Music\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Note\",\"url\":\"classes/Flow.html#Note\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"NoteHead\",\"url\":\"classes/Flow.html#NoteHead\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"NoteSubGroup\",\"url\":\"classes/Flow.html#NoteSubGroup\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Ornament\",\"url\":\"classes/Flow.html#Ornament\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Parenthesis\",\"url\":\"classes/Flow.html#Parenthesis\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Parser\",\"url\":\"classes/Flow.html#Parser\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"PedalMarking\",\"url\":\"classes/Flow.html#PedalMarking\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Registry\",\"url\":\"classes/Flow.html#Registry\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"RenderContext\",\"url\":\"classes/Flow.html#RenderContext\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Renderer\",\"url\":\"classes/Flow.html#Renderer\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"RepeatNote\",\"url\":\"classes/Flow.html#RepeatNote\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Repetition\",\"url\":\"classes/Flow.html#Repetition\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Stave\",\"url\":\"classes/Flow.html#Stave\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"StaveConnector\",\"url\":\"classes/Flow.html#StaveConnector\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"StaveHairpin\",\"url\":\"classes/Flow.html#StaveHairpin\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"StaveLine\",\"url\":\"classes/Flow.html#StaveLine\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"StaveModifier\",\"url\":\"classes/Flow.html#StaveModifier\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"StaveNote\",\"url\":\"classes/Flow.html#StaveNote\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"StaveTempo\",\"url\":\"classes/Flow.html#StaveTempo\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"StaveText\",\"url\":\"classes/Flow.html#StaveText\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"StaveTie\",\"url\":\"classes/Flow.html#StaveTie\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Stem\",\"url\":\"classes/Flow.html#Stem\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"StringNumber\",\"url\":\"classes/Flow.html#StringNumber\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Stroke\",\"url\":\"classes/Flow.html#Stroke\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"SVGContext\",\"url\":\"classes/Flow.html#SVGContext\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"System\",\"url\":\"classes/Flow.html#System\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TabNote\",\"url\":\"classes/Flow.html#TabNote\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TabSlide\",\"url\":\"classes/Flow.html#TabSlide\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TabStave\",\"url\":\"classes/Flow.html#TabStave\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TabTie\",\"url\":\"classes/Flow.html#TabTie\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TextBracket\",\"url\":\"classes/Flow.html#TextBracket\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TextDynamics\",\"url\":\"classes/Flow.html#TextDynamics\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TextFormatter\",\"url\":\"classes/Flow.html#TextFormatter\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TextNote\",\"url\":\"classes/Flow.html#TextNote\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TickContext\",\"url\":\"classes/Flow.html#TickContext\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TimeSignature\",\"url\":\"classes/Flow.html#TimeSignature\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TimeSigNote\",\"url\":\"classes/Flow.html#TimeSigNote\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Tremolo\",\"url\":\"classes/Flow.html#Tremolo\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Tuning\",\"url\":\"classes/Flow.html#Tuning\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Tuplet\",\"url\":\"classes/Flow.html#Tuplet\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Vibrato\",\"url\":\"classes/Flow.html#Vibrato\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"VibratoBracket\",\"url\":\"classes/Flow.html#VibratoBracket\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Voice\",\"url\":\"classes/Flow.html#Voice\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"Volta\",\"url\":\"classes/Flow.html#Volta\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"AnnotationHorizontalJustify\",\"url\":\"classes/Flow.html#AnnotationHorizontalJustify\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"AnnotationVerticalJustify\",\"url\":\"classes/Flow.html#AnnotationVerticalJustify\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"ChordSymbolHorizontalJustify\",\"url\":\"classes/Flow.html#ChordSymbolHorizontalJustify\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"ChordSymbolVerticalJustify\",\"url\":\"classes/Flow.html#ChordSymbolVerticalJustify\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"SymbolTypes\",\"url\":\"classes/Flow.html#SymbolTypes\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"SymbolModifiers\",\"url\":\"classes/Flow.html#SymbolModifiers\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"CurvePosition\",\"url\":\"classes/Flow.html#CurvePosition\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"FontWeight\",\"url\":\"classes/Flow.html#FontWeight\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"FontStyle\",\"url\":\"classes/Flow.html#FontStyle\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"ModifierPosition\",\"url\":\"classes/Flow.html#ModifierPosition\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"RendererBackends\",\"url\":\"classes/Flow.html#RendererBackends\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"RendererLineEndType\",\"url\":\"classes/Flow.html#RendererLineEndType\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"BarlineType\",\"url\":\"classes/Flow.html#BarlineType\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"StaveModifierPosition\",\"url\":\"classes/Flow.html#StaveModifierPosition\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"VoltaType\",\"url\":\"classes/Flow.html#VoltaType\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TextBracketPosition\",\"url\":\"classes/Flow.html#TextBracketPosition\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"TextJustification\",\"url\":\"classes/Flow.html#TextJustification\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":1024,\"name\":\"VoiceMode\",\"url\":\"classes/Flow.html#VoiceMode\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":2048,\"name\":\"setMusicFont\",\"url\":\"classes/Flow.html#setMusicFont\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":2048,\"name\":\"fetchMusicFont\",\"url\":\"classes/Flow.html#fetchMusicFont\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":2048,\"name\":\"getMusicFont\",\"url\":\"classes/Flow.html#getMusicFont\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"RENDER_PRECISION_PLACES\",\"url\":\"classes/Flow.html#RENDER_PRECISION_PLACES\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"SOFTMAX_FACTOR\",\"url\":\"classes/Flow.html#SOFTMAX_FACTOR\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"NOTATION_FONT_SCALE\",\"url\":\"classes/Flow.html#NOTATION_FONT_SCALE\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"TABLATURE_FONT_SCALE\",\"url\":\"classes/Flow.html#TABLATURE_FONT_SCALE\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"RESOLUTION\",\"url\":\"classes/Flow.html#RESOLUTION\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"SLASH_NOTEHEAD_WIDTH\",\"url\":\"classes/Flow.html#SLASH_NOTEHEAD_WIDTH\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"STAVE_LINE_DISTANCE\",\"url\":\"classes/Flow.html#STAVE_LINE_DISTANCE\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"STAVE_LINE_THICKNESS\",\"url\":\"classes/Flow.html#STAVE_LINE_THICKNESS\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"STEM_HEIGHT\",\"url\":\"classes/Flow.html#STEM_HEIGHT\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"STEM_WIDTH\",\"url\":\"classes/Flow.html#STEM_WIDTH\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"TIME4_4\",\"url\":\"classes/Flow.html#TIME4_4\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Flow.html#TIME4_4.TIME4_4-1.__type-1\",\"classes\":\"\",\"parent\":\"Flow.TIME4_4.TIME4_4\"},{\"kind\":1024,\"name\":\"num_beats\",\"url\":\"classes/Flow.html#TIME4_4.TIME4_4-1.__type-1.num_beats\",\"classes\":\"\",\"parent\":\"Flow.TIME4_4.TIME4_4.__type\"},{\"kind\":1024,\"name\":\"beat_value\",\"url\":\"classes/Flow.html#TIME4_4.TIME4_4-1.__type-1.beat_value\",\"classes\":\"\",\"parent\":\"Flow.TIME4_4.TIME4_4.__type\"},{\"kind\":1024,\"name\":\"resolution\",\"url\":\"classes/Flow.html#TIME4_4.TIME4_4-1.__type-1.resolution-3\",\"classes\":\"\",\"parent\":\"Flow.TIME4_4.TIME4_4.__type\"},{\"kind\":262144,\"name\":\"accidentalMap\",\"url\":\"classes/Flow.html#accidentalMap\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":262144,\"name\":\"unicode\",\"url\":\"classes/Flow.html#unicode\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":2048,\"name\":\"keySignature\",\"url\":\"classes/Flow.html#keySignature-1\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":2048,\"name\":\"hasKeySignature\",\"url\":\"classes/Flow.html#hasKeySignature\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":2048,\"name\":\"getKeySignatures\",\"url\":\"classes/Flow.html#getKeySignatures\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":2048,\"name\":\"clefProperties\",\"url\":\"classes/Flow.html#clefProperties\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Flow.html#clefProperties.clefProperties-1.__type-2\",\"classes\":\"\",\"parent\":\"Flow.clefProperties.clefProperties\"},{\"kind\":1024,\"name\":\"line_shift\",\"url\":\"classes/Flow.html#clefProperties.clefProperties-1.__type-2.line_shift\",\"classes\":\"\",\"parent\":\"Flow.clefProperties.clefProperties.__type\"},{\"kind\":2048,\"name\":\"keyProperties\",\"url\":\"classes/Flow.html#keyProperties\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":2048,\"name\":\"durationToTicks\",\"url\":\"classes/Flow.html#durationToTicks\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Flow.html#constructor\",\"classes\":\"\",\"parent\":\"Flow\"},{\"kind\":256,\"name\":\"FontInfo\",\"url\":\"interfaces/FontInfo.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"family\",\"url\":\"interfaces/FontInfo.html#family\",\"classes\":\"\",\"parent\":\"FontInfo\"},{\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/FontInfo.html#size\",\"classes\":\"\",\"parent\":\"FontInfo\"},{\"kind\":1024,\"name\":\"weight\",\"url\":\"interfaces/FontInfo.html#weight\",\"classes\":\"\",\"parent\":\"FontInfo\"},{\"kind\":1024,\"name\":\"style\",\"url\":\"interfaces/FontInfo.html#style\",\"classes\":\"\",\"parent\":\"FontInfo\"},{\"kind\":4194304,\"name\":\"FontModule\",\"url\":\"types/FontModule.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/FontModule.html#__type\",\"classes\":\"\",\"parent\":\"FontModule\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"types/FontModule.html#__type.data\",\"classes\":\"\",\"parent\":\"FontModule.__type\"},{\"kind\":1024,\"name\":\"metrics\",\"url\":\"types/FontModule.html#__type.metrics\",\"classes\":\"\",\"parent\":\"FontModule.__type\"},{\"kind\":256,\"name\":\"FontData\",\"url\":\"interfaces/FontData.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"glyphs\",\"url\":\"interfaces/FontData.html#glyphs\",\"classes\":\"\",\"parent\":\"FontData\"},{\"kind\":1024,\"name\":\"fontFamily\",\"url\":\"interfaces/FontData.html#fontFamily\",\"classes\":\"\",\"parent\":\"FontData\"},{\"kind\":1024,\"name\":\"resolution\",\"url\":\"interfaces/FontData.html#resolution\",\"classes\":\"\",\"parent\":\"FontData\"},{\"kind\":1024,\"name\":\"generatedOn\",\"url\":\"interfaces/FontData.html#generatedOn\",\"classes\":\"\",\"parent\":\"FontData\"},{\"kind\":256,\"name\":\"FontMetrics\",\"url\":\"interfaces/FontMetrics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"smufl\",\"url\":\"interfaces/FontMetrics.html#smufl\",\"classes\":\"\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"stave\",\"url\":\"interfaces/FontMetrics.html#stave\",\"classes\":\"\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"accidental\",\"url\":\"interfaces/FontMetrics.html#accidental\",\"classes\":\"\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"clef_default\",\"url\":\"interfaces/FontMetrics.html#clef_default\",\"classes\":\"\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"clef_small\",\"url\":\"interfaces/FontMetrics.html#clef_small\",\"classes\":\"\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"pedalMarking\",\"url\":\"interfaces/FontMetrics.html#pedalMarking\",\"classes\":\"\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"digits\",\"url\":\"interfaces/FontMetrics.html#digits\",\"classes\":\"\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"articulation\",\"url\":\"interfaces/FontMetrics.html#articulation\",\"classes\":\"\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"tremolo\",\"url\":\"interfaces/FontMetrics.html#tremolo\",\"classes\":\"\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"chordSymbol\",\"url\":\"interfaces/FontMetrics.html#chordSymbol\",\"classes\":\"\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"ornament\",\"url\":\"interfaces/FontMetrics.html#ornament\",\"classes\":\"\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"noteHead\",\"url\":\"interfaces/FontMetrics.html#noteHead\",\"classes\":\"\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"stringNumber\",\"url\":\"interfaces/FontMetrics.html#stringNumber\",\"classes\":\"\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"tuplet\",\"url\":\"interfaces/FontMetrics.html#tuplet\",\"classes\":\"\",\"parent\":\"FontMetrics\"},{\"kind\":1024,\"name\":\"glyphs\",\"url\":\"interfaces/FontMetrics.html#glyphs\",\"classes\":\"\",\"parent\":\"FontMetrics\"},{\"kind\":256,\"name\":\"FontGlyph\",\"url\":\"interfaces/FontGlyph.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"x_min\",\"url\":\"interfaces/FontGlyph.html#x_min\",\"classes\":\"\",\"parent\":\"FontGlyph\"},{\"kind\":1024,\"name\":\"x_max\",\"url\":\"interfaces/FontGlyph.html#x_max\",\"classes\":\"\",\"parent\":\"FontGlyph\"},{\"kind\":1024,\"name\":\"y_min\",\"url\":\"interfaces/FontGlyph.html#y_min\",\"classes\":\"\",\"parent\":\"FontGlyph\"},{\"kind\":1024,\"name\":\"y_max\",\"url\":\"interfaces/FontGlyph.html#y_max\",\"classes\":\"\",\"parent\":\"FontGlyph\"},{\"kind\":1024,\"name\":\"ha\",\"url\":\"interfaces/FontGlyph.html#ha\",\"classes\":\"\",\"parent\":\"FontGlyph\"},{\"kind\":1024,\"name\":\"leftSideBearing\",\"url\":\"interfaces/FontGlyph.html#leftSideBearing\",\"classes\":\"\",\"parent\":\"FontGlyph\"},{\"kind\":1024,\"name\":\"advanceWidth\",\"url\":\"interfaces/FontGlyph.html#advanceWidth\",\"classes\":\"\",\"parent\":\"FontGlyph\"},{\"kind\":1024,\"name\":\"o\",\"url\":\"interfaces/FontGlyph.html#o\",\"classes\":\"\",\"parent\":\"FontGlyph\"},{\"kind\":1024,\"name\":\"cached_outline\",\"url\":\"interfaces/FontGlyph.html#cached_outline\",\"classes\":\"\",\"parent\":\"FontGlyph\"},{\"kind\":8,\"name\":\"FontWeight\",\"url\":\"enums/FontWeight.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"NORMAL\",\"url\":\"enums/FontWeight.html#NORMAL\",\"classes\":\"\",\"parent\":\"FontWeight\"},{\"kind\":16,\"name\":\"BOLD\",\"url\":\"enums/FontWeight.html#BOLD\",\"classes\":\"\",\"parent\":\"FontWeight\"},{\"kind\":8,\"name\":\"FontStyle\",\"url\":\"enums/FontStyle.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"NORMAL\",\"url\":\"enums/FontStyle.html#NORMAL\",\"classes\":\"\",\"parent\":\"FontStyle\"},{\"kind\":16,\"name\":\"ITALIC\",\"url\":\"enums/FontStyle.html#ITALIC\",\"classes\":\"\",\"parent\":\"FontStyle\"},{\"kind\":128,\"name\":\"Font\",\"url\":\"classes/Font.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"SANS_SERIF\",\"url\":\"classes/Font.html#SANS_SERIF\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":1024,\"name\":\"SERIF\",\"url\":\"classes/Font.html#SERIF\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":1024,\"name\":\"SIZE\",\"url\":\"classes/Font.html#SIZE\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":1024,\"name\":\"scaleToPxFrom\",\"url\":\"classes/Font.html#scaleToPxFrom\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"convertSizeToPixelValue\",\"url\":\"classes/Font.html#convertSizeToPixelValue\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"convertSizeToPointValue\",\"url\":\"classes/Font.html#convertSizeToPointValue\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"validate\",\"url\":\"classes/Font.html#validate\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"fromCSSString\",\"url\":\"classes/Font.html#fromCSSString\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"toCSSString\",\"url\":\"classes/Font.html#toCSSString\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"scaleSize\",\"url\":\"classes/Font.html#scaleSize\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"isBold\",\"url\":\"classes/Font.html#isBold\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"isItalic\",\"url\":\"classes/Font.html#isItalic\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":1024,\"name\":\"WEB_FONT_HOST\",\"url\":\"classes/Font.html#WEB_FONT_HOST\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":1024,\"name\":\"WEB_FONT_FILES\",\"url\":\"classes/Font.html#WEB_FONT_FILES\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"loadWebFont\",\"url\":\"classes/Font.html#loadWebFont\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"loadWebFonts\",\"url\":\"classes/Font.html#loadWebFonts\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"load\",\"url\":\"classes/Font.html#load\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"getName\",\"url\":\"classes/Font.html#getName\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"getData\",\"url\":\"classes/Font.html#getData\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/Font.html#getMetrics\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"setData\",\"url\":\"classes/Font.html#setData\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"setMetrics\",\"url\":\"classes/Font.html#setMetrics\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"hasData\",\"url\":\"classes/Font.html#hasData\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"getResolution\",\"url\":\"classes/Font.html#getResolution\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"getGlyphs\",\"url\":\"classes/Font.html#getGlyphs\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"lookupMetric\",\"url\":\"classes/Font.html#lookupMetric\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/Font.html#toString\",\"classes\":\"\",\"parent\":\"Font\"},{\"kind\":256,\"name\":\"FormatterOptions\",\"url\":\"interfaces/FormatterOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"softmaxFactor\",\"url\":\"interfaces/FormatterOptions.html#softmaxFactor\",\"classes\":\"\",\"parent\":\"FormatterOptions\"},{\"kind\":1024,\"name\":\"globalSoftmax\",\"url\":\"interfaces/FormatterOptions.html#globalSoftmax\",\"classes\":\"\",\"parent\":\"FormatterOptions\"},{\"kind\":1024,\"name\":\"maxIterations\",\"url\":\"interfaces/FormatterOptions.html#maxIterations\",\"classes\":\"\",\"parent\":\"FormatterOptions\"},{\"kind\":256,\"name\":\"FormatParams\",\"url\":\"interfaces/FormatParams.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"align_rests\",\"url\":\"interfaces/FormatParams.html#align_rests\",\"classes\":\"\",\"parent\":\"FormatParams\"},{\"kind\":1024,\"name\":\"stave\",\"url\":\"interfaces/FormatParams.html#stave\",\"classes\":\"\",\"parent\":\"FormatParams\"},{\"kind\":1024,\"name\":\"context\",\"url\":\"interfaces/FormatParams.html#context\",\"classes\":\"\",\"parent\":\"FormatParams\"},{\"kind\":1024,\"name\":\"auto_beam\",\"url\":\"interfaces/FormatParams.html#auto_beam\",\"classes\":\"\",\"parent\":\"FormatParams\"},{\"kind\":256,\"name\":\"AlignmentContexts\",\"url\":\"interfaces/AlignmentContexts.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"list\",\"url\":\"interfaces/AlignmentContexts.html#list\",\"classes\":\"\",\"parent\":\"AlignmentContexts\"},{\"kind\":1024,\"name\":\"map\",\"url\":\"interfaces/AlignmentContexts.html#map\",\"classes\":\"\",\"parent\":\"AlignmentContexts\"},{\"kind\":1024,\"name\":\"array\",\"url\":\"interfaces/AlignmentContexts.html#array\",\"classes\":\"\",\"parent\":\"AlignmentContexts\"},{\"kind\":1024,\"name\":\"resolutionMultiplier\",\"url\":\"interfaces/AlignmentContexts.html#resolutionMultiplier\",\"classes\":\"\",\"parent\":\"AlignmentContexts\"},{\"kind\":256,\"name\":\"AlignmentModifierContexts\",\"url\":\"interfaces/AlignmentModifierContexts.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"map\",\"url\":\"interfaces/AlignmentModifierContexts.html#map\",\"classes\":\"\",\"parent\":\"AlignmentModifierContexts\"},{\"kind\":1024,\"name\":\"array\",\"url\":\"interfaces/AlignmentModifierContexts.html#array\",\"classes\":\"\",\"parent\":\"AlignmentModifierContexts\"},{\"kind\":1024,\"name\":\"resolutionMultiplier\",\"url\":\"interfaces/AlignmentModifierContexts.html#resolutionMultiplier\",\"classes\":\"\",\"parent\":\"AlignmentModifierContexts\"},{\"kind\":128,\"name\":\"Formatter\",\"url\":\"classes/Formatter.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/Formatter.html#DEBUG\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"SimpleFormat\",\"url\":\"classes/Formatter.html#SimpleFormat\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"plotDebugging\",\"url\":\"classes/Formatter.html#plotDebugging\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"FormatAndDraw\",\"url\":\"classes/Formatter.html#FormatAndDraw\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"FormatAndDrawTab\",\"url\":\"classes/Formatter.html#FormatAndDrawTab\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"AlignRestsToNotes\",\"url\":\"classes/Formatter.html#AlignRestsToNotes\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"getResolutionMultiplier\",\"url\":\"classes/Formatter.html#getResolutionMultiplier\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Formatter.html#constructor\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"alignRests\",\"url\":\"classes/Formatter.html#alignRests\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"preCalculateMinTotalWidth\",\"url\":\"classes/Formatter.html#preCalculateMinTotalWidth\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"getMinTotalWidth\",\"url\":\"classes/Formatter.html#getMinTotalWidth\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"createModifierContexts\",\"url\":\"classes/Formatter.html#createModifierContexts\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"createTickContexts\",\"url\":\"classes/Formatter.html#createTickContexts\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"getTickContexts\",\"url\":\"classes/Formatter.html#getTickContexts\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/Formatter.html#preFormat\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"evaluate\",\"url\":\"classes/Formatter.html#evaluate\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"tune\",\"url\":\"classes/Formatter.html#tune\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/Formatter.html#postFormat\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"joinVoices\",\"url\":\"classes/Formatter.html#joinVoices\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Formatter.html#format\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"formatToStave\",\"url\":\"classes/Formatter.html#formatToStave\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/Formatter.html#getTickContext\",\"classes\":\"\",\"parent\":\"Formatter\"},{\"kind\":128,\"name\":\"Fraction\",\"url\":\"classes/Fraction.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Fraction.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"GCD\",\"url\":\"classes/Fraction.html#GCD\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"LCM\",\"url\":\"classes/Fraction.html#LCM\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"LCMM\",\"url\":\"classes/Fraction.html#LCMM\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Fraction.html#constructor\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":1024,\"name\":\"numerator\",\"url\":\"classes/Fraction.html#numerator\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":1024,\"name\":\"denominator\",\"url\":\"classes/Fraction.html#denominator\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/Fraction.html#set\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"value\",\"url\":\"classes/Fraction.html#value\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"simplify\",\"url\":\"classes/Fraction.html#simplify\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"add\",\"url\":\"classes/Fraction.html#add\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"subtract\",\"url\":\"classes/Fraction.html#subtract\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"multiply\",\"url\":\"classes/Fraction.html#multiply\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"divide\",\"url\":\"classes/Fraction.html#divide\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/Fraction.html#equals\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"greaterThan\",\"url\":\"classes/Fraction.html#greaterThan\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"greaterThanEquals\",\"url\":\"classes/Fraction.html#greaterThanEquals\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"lessThan\",\"url\":\"classes/Fraction.html#lessThan\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"lessThanEquals\",\"url\":\"classes/Fraction.html#lessThanEquals\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"clone\",\"url\":\"classes/Fraction.html#clone\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/Fraction.html#copy\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"quotient\",\"url\":\"classes/Fraction.html#quotient\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"remainder\",\"url\":\"classes/Fraction.html#remainder\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"makeAbs\",\"url\":\"classes/Fraction.html#makeAbs\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/Fraction.html#toString\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"toSimplifiedString\",\"url\":\"classes/Fraction.html#toSimplifiedString\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"toMixedString\",\"url\":\"classes/Fraction.html#toMixedString\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":2048,\"name\":\"parse\",\"url\":\"classes/Fraction.html#parse\",\"classes\":\"\",\"parent\":\"Fraction\"},{\"kind\":128,\"name\":\"FretHandFinger\",\"url\":\"classes/FretHandFinger.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/FretHandFinger.html#CATEGORY\",\"classes\":\"\",\"parent\":\"FretHandFinger\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/FretHandFinger.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/FretHandFinger.html#format\",\"classes\":\"\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"easyScoreHook\",\"url\":\"classes/FretHandFinger.html#easyScoreHook\",\"classes\":\"\",\"parent\":\"FretHandFinger\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/FretHandFinger.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/FretHandFinger.html#PositionString\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FretHandFinger.html#constructor\",\"classes\":\"\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setFretHandFinger\",\"url\":\"classes/FretHandFinger.html#setFretHandFinger\",\"classes\":\"\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getFretHandFinger\",\"url\":\"classes/FretHandFinger.html#getFretHandFinger\",\"classes\":\"\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setOffsetX\",\"url\":\"classes/FretHandFinger.html#setOffsetX\",\"classes\":\"\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setOffsetY\",\"url\":\"classes/FretHandFinger.html#setOffsetY\",\"classes\":\"\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/FretHandFinger.html#draw\",\"classes\":\"\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/FretHandFinger.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/FretHandFinger.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/FretHandFinger.html#getNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/FretHandFinger.html#checkAttachedNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/FretHandFinger.html#setNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/FretHandFinger.html#getIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/FretHandFinger.html#checkIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/FretHandFinger.html#setIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/FretHandFinger.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/FretHandFinger.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/FretHandFinger.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/FretHandFinger.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/FretHandFinger.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/FretHandFinger.html#setTextLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/FretHandFinger.html#setYShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/FretHandFinger.html#setSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/FretHandFinger.html#getSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/FretHandFinger.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/FretHandFinger.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/FretHandFinger.html#alignSubNotesWithNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/FretHandFinger.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/FretHandFinger.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/FretHandFinger.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/FretHandFinger.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/FretHandFinger.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/FretHandFinger.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/FretHandFinger.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/FretHandFinger.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/FretHandFinger.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/FretHandFinger.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/FretHandFinger.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/FretHandFinger.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/FretHandFinger.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/FretHandFinger.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/FretHandFinger.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/FretHandFinger.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/FretHandFinger.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/FretHandFinger.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/FretHandFinger.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/FretHandFinger.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/FretHandFinger.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/FretHandFinger.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/FretHandFinger.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/FretHandFinger.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/FretHandFinger.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/FretHandFinger.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/FretHandFinger.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/FretHandFinger.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/FretHandFinger.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/FretHandFinger.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/FretHandFinger.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/FretHandFinger.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/FretHandFinger.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/FretHandFinger.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FretHandFinger\"},{\"kind\":128,\"name\":\"GhostNote\",\"url\":\"classes/GhostNote.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/GhostNote.html#CATEGORY\",\"classes\":\"\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/GhostNote.html#plotMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getPoint\",\"url\":\"classes/GhostNote.html#getPoint\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/GhostNote.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GhostNote.html#constructor\",\"classes\":\"\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/GhostNote.html#isRest\",\"classes\":\"\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/GhostNote.html#setStave\",\"classes\":\"\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/GhostNote.html#addToModifierContext\",\"classes\":\"\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/GhostNote.html#preFormat\",\"classes\":\"\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/GhostNote.html#draw-1\",\"classes\":\"\",\"parent\":\"GhostNote\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"classes/GhostNote.html#stem_direction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":1024,\"name\":\"stem\",\"url\":\"classes/GhostNote.html#stem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getStem\",\"url\":\"classes/GhostNote.html#getStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"checkStem\",\"url\":\"classes/GhostNote.html#checkStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setStem\",\"url\":\"classes/GhostNote.html#setStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"buildStem\",\"url\":\"classes/GhostNote.html#buildStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"buildFlag\",\"url\":\"classes/GhostNote.html#buildFlag\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getBaseCustomNoteHeadGlyphProps\",\"url\":\"classes/GhostNote.html#getBaseCustomNoteHeadGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getStemLength\",\"url\":\"classes/GhostNote.html#getStemLength\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getBeamCount\",\"url\":\"classes/GhostNote.html#getBeamCount\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getStemMinimumLength\",\"url\":\"classes/GhostNote.html#getStemMinimumLength\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/GhostNote.html#getStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setStemDirection\",\"url\":\"classes/GhostNote.html#setStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getStemX\",\"url\":\"classes/GhostNote.html#getStemX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getCenterGlyphX\",\"url\":\"classes/GhostNote.html#getCenterGlyphX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getStemExtension\",\"url\":\"classes/GhostNote.html#getStemExtension\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setStemLength\",\"url\":\"classes/GhostNote.html#setStemLength\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/GhostNote.html#getStemExtents\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GhostNote.html#getStemExtents.getStemExtents-1.__type-2\",\"classes\":\"\",\"parent\":\"GhostNote.getStemExtents.getStemExtents\"},{\"kind\":1024,\"name\":\"topY\",\"url\":\"classes/GhostNote.html#getStemExtents.getStemExtents-1.__type-2.topY\",\"classes\":\"\",\"parent\":\"GhostNote.getStemExtents.getStemExtents.__type\"},{\"kind\":1024,\"name\":\"baseY\",\"url\":\"classes/GhostNote.html#getStemExtents.getStemExtents-1.__type-2.baseY\",\"classes\":\"\",\"parent\":\"GhostNote.getStemExtents.getStemExtents.__type\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/GhostNote.html#getYForTopText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getYForBottomText\",\"url\":\"classes/GhostNote.html#getYForBottomText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"hasFlag\",\"url\":\"classes/GhostNote.html#hasFlag\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/GhostNote.html#postFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"drawStem\",\"url\":\"classes/GhostNote.html#drawStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/GhostNote.html#glyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/GhostNote.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/GhostNote.html#keyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/GhostNote.html#render_options\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GhostNote.html#render_options.__type\",\"classes\":\"\",\"parent\":\"GhostNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/GhostNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/GhostNote.html#render_options.__type.draw\",\"classes\":\"\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/GhostNote.html#render_options.__type.draw_dots\",\"classes\":\"\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/GhostNote.html#render_options.__type.draw_stem\",\"classes\":\"\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/GhostNote.html#render_options.__type.y_shift\",\"classes\":\"\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/GhostNote.html#render_options.__type.extend_left\",\"classes\":\"\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/GhostNote.html#render_options.__type.extend_right\",\"classes\":\"\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/GhostNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/GhostNote.html#render_options.__type.annotation_spacing\",\"classes\":\"\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/GhostNote.html#render_options.__type.glyph_font_size\",\"classes\":\"\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/GhostNote.html#render_options.__type.scale\",\"classes\":\"\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/GhostNote.html#render_options.__type.font\",\"classes\":\"\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/GhostNote.html#render_options.__type.stroke_px\",\"classes\":\"\",\"parent\":\"GhostNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/GhostNote.html#getPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/GhostNote.html#setPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/GhostNote.html#addStroke\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/GhostNote.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/GhostNote.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/GhostNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/GhostNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/GhostNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/GhostNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/GhostNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/GhostNote.html#getLineNumber\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/GhostNote.html#getLineForRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/GhostNote.html#getGlyph\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/GhostNote.html#getGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/GhostNote.html#getGlyphWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/GhostNote.html#setYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/GhostNote.html#getYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/GhostNote.html#getVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/GhostNote.html#setVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/GhostNote.html#getTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/GhostNote.html#setTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/GhostNote.html#getDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/GhostNote.html#isDotted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/GhostNote.html#hasStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/GhostNote.html#getNoteType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/GhostNote.html#getBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/GhostNote.html#checkBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/GhostNote.html#hasBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/GhostNote.html#setBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/GhostNote.html#addModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/GhostNote.html#getModifiersByType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/GhostNote.html#getModifierStartXY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GhostNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"\",\"parent\":\"GhostNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/GhostNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"\",\"parent\":\"GhostNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/GhostNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"\",\"parent\":\"GhostNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/GhostNote.html#getRightParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/GhostNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/GhostNote.html#getFirstDotPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/GhostNote.html#getMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/GhostNote.html#getAbsoluteX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/GhostNote.html#getTieRightX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/GhostNote.html#getTieLeftX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/GhostNote.html#getKeys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/GhostNote.html#getKeyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/GhostNote.html#reset\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/GhostNote.html#getTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/GhostNote.html#setIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/GhostNote.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/GhostNote.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/GhostNote.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/GhostNote.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/GhostNote.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/GhostNote.html#getFormatterMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/GhostNote.html#getCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/GhostNote.html#setCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/GhostNote.html#isCenterAligned\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/GhostNote.html#setCenterAlignment\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/GhostNote.html#getTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/GhostNote.html#getTupletStack\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/GhostNote.html#resetTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/GhostNote.html#setTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/GhostNote.html#getModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/GhostNote.html#checkTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/GhostNote.html#preFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/GhostNote.html#postFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/GhostNote.html#getIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/GhostNote.html#setIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/GhostNote.html#getTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/GhostNote.html#applyTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/GhostNote.html#setDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/GhostNote.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/GhostNote.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/GhostNote.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/GhostNote.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/GhostNote.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/GhostNote.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/GhostNote.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/GhostNote.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/GhostNote.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/GhostNote.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/GhostNote.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/GhostNote.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/GhostNote.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/GhostNote.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/GhostNote.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/GhostNote.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/GhostNote.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/GhostNote.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/GhostNote.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/GhostNote.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/GhostNote.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/GhostNote.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/GhostNote.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/GhostNote.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/GhostNote.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/GhostNote.html#font-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/GhostNote.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/GhostNote.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/GhostNote.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/GhostNote.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/GhostNote.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/GhostNote.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/GhostNote.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/GhostNote.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/GhostNote.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/GhostNote.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/GhostNote.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GhostNote\"},{\"kind\":256,\"name\":\"GlyphProps\",\"url\":\"interfaces/GlyphProps.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"code_head\",\"url\":\"interfaces/GlyphProps.html#code_head\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"ledger_code_head\",\"url\":\"interfaces/GlyphProps.html#ledger_code_head\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"dot_shiftY\",\"url\":\"interfaces/GlyphProps.html#dot_shiftY\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/GlyphProps.html#position\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"rest\",\"url\":\"interfaces/GlyphProps.html#rest\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"line_below\",\"url\":\"interfaces/GlyphProps.html#line_below\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"line_above\",\"url\":\"interfaces/GlyphProps.html#line_above\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"stem_beam_extension\",\"url\":\"interfaces/GlyphProps.html#stem_beam_extension\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"stem_up_extension\",\"url\":\"interfaces/GlyphProps.html#stem_up_extension\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"stem_down_extension\",\"url\":\"interfaces/GlyphProps.html#stem_down_extension\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"stem\",\"url\":\"interfaces/GlyphProps.html#stem\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/GlyphProps.html#code\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"code_flag_upstem\",\"url\":\"interfaces/GlyphProps.html#code_flag_upstem\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"code_flag_downstem\",\"url\":\"interfaces/GlyphProps.html#code_flag_downstem\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"flag\",\"url\":\"interfaces/GlyphProps.html#flag\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/GlyphProps.html#width\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/GlyphProps.html#text\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"tabnote_stem_down_extension\",\"url\":\"interfaces/GlyphProps.html#tabnote_stem_down_extension\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"tabnote_stem_up_extension\",\"url\":\"interfaces/GlyphProps.html#tabnote_stem_up_extension\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"beam_count\",\"url\":\"interfaces/GlyphProps.html#beam_count\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":1024,\"name\":\"shift_y\",\"url\":\"interfaces/GlyphProps.html#shift_y\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"interfaces/GlyphProps.html#getWidth\",\"classes\":\"\",\"parent\":\"GlyphProps\"},{\"kind\":256,\"name\":\"GlyphOptions\",\"url\":\"interfaces/GlyphOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/GlyphOptions.html#category\",\"classes\":\"\",\"parent\":\"GlyphOptions\"},{\"kind\":256,\"name\":\"GlyphMetrics\",\"url\":\"interfaces/GlyphMetrics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/GlyphMetrics.html#width\",\"classes\":\"\",\"parent\":\"GlyphMetrics\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/GlyphMetrics.html#height\",\"classes\":\"\",\"parent\":\"GlyphMetrics\"},{\"kind\":1024,\"name\":\"x_min\",\"url\":\"interfaces/GlyphMetrics.html#x_min\",\"classes\":\"\",\"parent\":\"GlyphMetrics\"},{\"kind\":1024,\"name\":\"x_max\",\"url\":\"interfaces/GlyphMetrics.html#x_max\",\"classes\":\"\",\"parent\":\"GlyphMetrics\"},{\"kind\":1024,\"name\":\"x_shift\",\"url\":\"interfaces/GlyphMetrics.html#x_shift\",\"classes\":\"\",\"parent\":\"GlyphMetrics\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"interfaces/GlyphMetrics.html#y_shift\",\"classes\":\"\",\"parent\":\"GlyphMetrics\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"interfaces/GlyphMetrics.html#scale\",\"classes\":\"\",\"parent\":\"GlyphMetrics\"},{\"kind\":1024,\"name\":\"ha\",\"url\":\"interfaces/GlyphMetrics.html#ha\",\"classes\":\"\",\"parent\":\"GlyphMetrics\"},{\"kind\":1024,\"name\":\"outline\",\"url\":\"interfaces/GlyphMetrics.html#outline\",\"classes\":\"\",\"parent\":\"GlyphMetrics\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"interfaces/GlyphMetrics.html#font\",\"classes\":\"\",\"parent\":\"GlyphMetrics\"},{\"kind\":8,\"name\":\"OutlineCode\",\"url\":\"enums/OutlineCode.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"MOVE\",\"url\":\"enums/OutlineCode.html#MOVE\",\"classes\":\"\",\"parent\":\"OutlineCode\"},{\"kind\":16,\"name\":\"LINE\",\"url\":\"enums/OutlineCode.html#LINE\",\"classes\":\"\",\"parent\":\"OutlineCode\"},{\"kind\":16,\"name\":\"QUADRATIC\",\"url\":\"enums/OutlineCode.html#QUADRATIC\",\"classes\":\"\",\"parent\":\"OutlineCode\"},{\"kind\":16,\"name\":\"BEZIER\",\"url\":\"enums/OutlineCode.html#BEZIER\",\"classes\":\"\",\"parent\":\"OutlineCode\"},{\"kind\":128,\"name\":\"Glyph\",\"url\":\"classes/Glyph.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Glyph.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":1024,\"name\":\"CURRENT_CACHE_KEY\",\"url\":\"classes/Glyph.html#CURRENT_CACHE_KEY\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":1024,\"name\":\"MUSIC_FONT_STACK\",\"url\":\"classes/Glyph.html#MUSIC_FONT_STACK\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"lookupFontMetric\",\"url\":\"classes/Glyph.html#lookupFontMetric\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"lookupGlyph\",\"url\":\"classes/Glyph.html#lookupGlyph\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Glyph.html#lookupGlyph.lookupGlyph-1.__type\",\"classes\":\"\",\"parent\":\"Glyph.lookupGlyph.lookupGlyph\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/Glyph.html#lookupGlyph.lookupGlyph-1.__type.font-3\",\"classes\":\"\",\"parent\":\"Glyph.lookupGlyph.lookupGlyph.__type\"},{\"kind\":1024,\"name\":\"glyph\",\"url\":\"classes/Glyph.html#lookupGlyph.lookupGlyph-1.__type.glyph\",\"classes\":\"\",\"parent\":\"Glyph.lookupGlyph.lookupGlyph.__type\"},{\"kind\":2048,\"name\":\"loadMetrics\",\"url\":\"classes/Glyph.html#loadMetrics\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"renderGlyph\",\"url\":\"classes/Glyph.html#renderGlyph\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"renderOutline\",\"url\":\"classes/Glyph.html#renderOutline\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getOutlineBoundingBox\",\"url\":\"classes/Glyph.html#getOutlineBoundingBox\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Glyph.html#getWidth\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Glyph.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Glyph.html#constructor\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":1024,\"name\":\"bbox\",\"url\":\"classes/Glyph.html#bbox\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/Glyph.html#code\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":1024,\"name\":\"metrics\",\"url\":\"classes/Glyph.html#metrics\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":1024,\"name\":\"topGlyphs\",\"url\":\"classes/Glyph.html#topGlyphs\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":1024,\"name\":\"botGlyphs\",\"url\":\"classes/Glyph.html#botGlyphs\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/Glyph.html#scale\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Glyph.html#draw\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getCode\",\"url\":\"classes/Glyph.html#getCode\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setOptions\",\"url\":\"classes/Glyph.html#setOptions\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setPoint\",\"url\":\"classes/Glyph.html#setPoint\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/Glyph.html#setStave\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Glyph.html#getXShift\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Glyph.html#setXShift\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getYshift\",\"url\":\"classes/Glyph.html#getYshift\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Glyph.html#setYShift\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Glyph.html#reset\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"checkMetrics\",\"url\":\"classes/Glyph.html#checkMetrics\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/Glyph.html#getMetrics\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setOriginX\",\"url\":\"classes/Glyph.html#setOriginX\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setOriginY\",\"url\":\"classes/Glyph.html#setOriginY\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setOrigin\",\"url\":\"classes/Glyph.html#setOrigin\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/Glyph.html#render\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/Glyph.html#checkStave\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"renderToStave\",\"url\":\"classes/Glyph.html#renderToStave\",\"classes\":\"\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Glyph.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Glyph.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Glyph.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Glyph.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Glyph.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Glyph.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Glyph.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Glyph.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Glyph.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Glyph.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Glyph.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Glyph.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Glyph.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Glyph.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Glyph.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Glyph.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Glyph.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Glyph.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Glyph.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Glyph.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Glyph.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Glyph.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Glyph.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Glyph.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Glyph.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Glyph.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Glyph.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Glyph.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Glyph.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Glyph.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Glyph.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Glyph.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Glyph.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Glyph.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Glyph\"},{\"kind\":256,\"name\":\"GlyphNoteOptions\",\"url\":\"interfaces/GlyphNoteOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"ignoreTicks\",\"url\":\"interfaces/GlyphNoteOptions.html#ignoreTicks\",\"classes\":\"\",\"parent\":\"GlyphNoteOptions\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/GlyphNoteOptions.html#line\",\"classes\":\"\",\"parent\":\"GlyphNoteOptions\"},{\"kind\":128,\"name\":\"GlyphNote\",\"url\":\"classes/GlyphNote.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/GlyphNote.html#CATEGORY\",\"classes\":\"\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/GlyphNote.html#plotMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getPoint\",\"url\":\"classes/GlyphNote.html#getPoint\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/GlyphNote.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GlyphNote.html#constructor\",\"classes\":\"\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setGlyph\",\"url\":\"classes/GlyphNote.html#setGlyph\",\"classes\":\"\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/GlyphNote.html#getBoundingBox\",\"classes\":\"\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/GlyphNote.html#preFormat\",\"classes\":\"\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"drawModifiers\",\"url\":\"classes/GlyphNote.html#drawModifiers\",\"classes\":\"\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/GlyphNote.html#getGlyphWidth\",\"classes\":\"\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/GlyphNote.html#draw-1\",\"classes\":\"\",\"parent\":\"GlyphNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/GlyphNote.html#glyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/GlyphNote.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/GlyphNote.html#keyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/GlyphNote.html#render_options\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GlyphNote.html#render_options.__type\",\"classes\":\"\",\"parent\":\"GlyphNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/GlyphNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/GlyphNote.html#render_options.__type.draw\",\"classes\":\"\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/GlyphNote.html#render_options.__type.draw_dots\",\"classes\":\"\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/GlyphNote.html#render_options.__type.draw_stem\",\"classes\":\"\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/GlyphNote.html#render_options.__type.y_shift\",\"classes\":\"\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/GlyphNote.html#render_options.__type.extend_left\",\"classes\":\"\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/GlyphNote.html#render_options.__type.extend_right\",\"classes\":\"\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/GlyphNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/GlyphNote.html#render_options.__type.annotation_spacing\",\"classes\":\"\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/GlyphNote.html#render_options.__type.glyph_font_size\",\"classes\":\"\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/GlyphNote.html#render_options.__type.scale\",\"classes\":\"\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/GlyphNote.html#render_options.__type.font\",\"classes\":\"\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/GlyphNote.html#render_options.__type.stroke_px\",\"classes\":\"\",\"parent\":\"GlyphNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/GlyphNote.html#getPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/GlyphNote.html#setPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/GlyphNote.html#isRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/GlyphNote.html#addStroke\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/GlyphNote.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/GlyphNote.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/GlyphNote.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/GlyphNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/GlyphNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/GlyphNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/GlyphNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/GlyphNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/GlyphNote.html#getLineNumber\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/GlyphNote.html#getLineForRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/GlyphNote.html#getGlyph\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/GlyphNote.html#getGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/GlyphNote.html#setYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/GlyphNote.html#getYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/GlyphNote.html#getYForTopText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/GlyphNote.html#getVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/GlyphNote.html#setVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/GlyphNote.html#getTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/GlyphNote.html#setTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/GlyphNote.html#getDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/GlyphNote.html#isDotted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/GlyphNote.html#hasStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/GlyphNote.html#getNoteType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/GlyphNote.html#getBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/GlyphNote.html#checkBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/GlyphNote.html#hasBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/GlyphNote.html#setBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/GlyphNote.html#addModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/GlyphNote.html#getModifiersByType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/GlyphNote.html#getModifierStartXY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GlyphNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"\",\"parent\":\"GlyphNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/GlyphNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"\",\"parent\":\"GlyphNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/GlyphNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"\",\"parent\":\"GlyphNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/GlyphNote.html#getRightParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/GlyphNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/GlyphNote.html#getFirstDotPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/GlyphNote.html#getMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/GlyphNote.html#getAbsoluteX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/GlyphNote.html#getStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/GlyphNote.html#getStemExtents\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/GlyphNote.html#getTieRightX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/GlyphNote.html#getTieLeftX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/GlyphNote.html#getKeys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/GlyphNote.html#getKeyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/GlyphNote.html#reset\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/GlyphNote.html#getTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/GlyphNote.html#setIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/GlyphNote.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/GlyphNote.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/GlyphNote.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/GlyphNote.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/GlyphNote.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/GlyphNote.html#getFormatterMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/GlyphNote.html#getCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/GlyphNote.html#setCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/GlyphNote.html#isCenterAligned\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/GlyphNote.html#setCenterAlignment\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/GlyphNote.html#getTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/GlyphNote.html#getTupletStack\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/GlyphNote.html#resetTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/GlyphNote.html#setTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/GlyphNote.html#addToModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/GlyphNote.html#getModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/GlyphNote.html#checkTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/GlyphNote.html#preFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/GlyphNote.html#postFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/GlyphNote.html#postFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/GlyphNote.html#getIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/GlyphNote.html#setIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/GlyphNote.html#getTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/GlyphNote.html#applyTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/GlyphNote.html#setDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/GlyphNote.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/GlyphNote.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/GlyphNote.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/GlyphNote.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/GlyphNote.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/GlyphNote.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/GlyphNote.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/GlyphNote.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/GlyphNote.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/GlyphNote.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/GlyphNote.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/GlyphNote.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/GlyphNote.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/GlyphNote.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/GlyphNote.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/GlyphNote.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/GlyphNote.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/GlyphNote.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/GlyphNote.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/GlyphNote.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/GlyphNote.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/GlyphNote.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/GlyphNote.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/GlyphNote.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/GlyphNote.html#font-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/GlyphNote.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/GlyphNote.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/GlyphNote.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/GlyphNote.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/GlyphNote.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/GlyphNote.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/GlyphNote.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/GlyphNote.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/GlyphNote.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/GlyphNote.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/GlyphNote.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GlyphNote\"},{\"kind\":256,\"name\":\"GraceNoteStruct\",\"url\":\"interfaces/GraceNoteStruct.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"slash\",\"url\":\"interfaces/GraceNoteStruct.html#slash\",\"classes\":\"\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"interfaces/GraceNoteStruct.html#stem_direction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"auto_stem\",\"url\":\"interfaces/GraceNoteStruct.html#auto_stem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"stem_down_x_offset\",\"url\":\"interfaces/GraceNoteStruct.html#stem_down_x_offset\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"stem_up_x_offset\",\"url\":\"interfaces/GraceNoteStruct.html#stem_up_x_offset\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"interfaces/GraceNoteStruct.html#stroke_px\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"interfaces/GraceNoteStruct.html#glyph_font_scale\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"octave_shift\",\"url\":\"interfaces/GraceNoteStruct.html#octave_shift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"clef\",\"url\":\"interfaces/GraceNoteStruct.html#clef\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"interfaces/GraceNoteStruct.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/GraceNoteStruct.html#duration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/GraceNoteStruct.html#line\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"dots\",\"url\":\"interfaces/GraceNoteStruct.html#dots\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/GraceNoteStruct.html#type\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"align_center\",\"url\":\"interfaces/GraceNoteStruct.html#align_center\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":1024,\"name\":\"duration_override\",\"url\":\"interfaces/GraceNoteStruct.html#duration_override\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteStruct\"},{\"kind\":128,\"name\":\"GraceNote\",\"url\":\"classes/GraceNote.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/GraceNote.html#CATEGORY\",\"classes\":\"\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"LEDGER_LINE_OFFSET\",\"url\":\"classes/GraceNote.html#LEDGER_LINE_OFFSET\",\"classes\":\"\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"SCALE\",\"url\":\"classes/GraceNote.html#SCALE-1\",\"classes\":\"\",\"parent\":\"GraceNote\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/GraceNote.html#DEBUG\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"STEM_UP\",\"url\":\"classes/GraceNote.html#STEM_UP\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"STEM_DOWN\",\"url\":\"classes/GraceNote.html#STEM_DOWN\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"minNoteheadPadding\",\"url\":\"classes/GraceNote.html#minNoteheadPadding\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/GraceNote.html#format\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/GraceNote.html#postFormat-2\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/GraceNote.html#plotMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getPoint\",\"url\":\"classes/GraceNote.html#getPoint\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/GraceNote.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GraceNote.html#constructor\",\"classes\":\"\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStemExtension\",\"url\":\"classes/GraceNote.html#getStemExtension\",\"classes\":\"\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStaveNoteScale\",\"url\":\"classes/GraceNote.html#getStaveNoteScale\",\"classes\":\"\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/GraceNote.html#draw-1\",\"classes\":\"\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"calcBeamedNotesSlashBBox\",\"url\":\"classes/GraceNote.html#calcBeamedNotesSlashBBox\",\"classes\":\"\",\"parent\":\"GraceNote\"},{\"kind\":1024,\"name\":\"minLine\",\"url\":\"classes/GraceNote.html#minLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":1024,\"name\":\"maxLine\",\"url\":\"classes/GraceNote.html#maxLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/GraceNote.html#reset\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/GraceNote.html#setBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"buildStem\",\"url\":\"classes/GraceNote.html#buildStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"buildNoteHeads\",\"url\":\"classes/GraceNote.html#buildNoteHeads\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"autoStem\",\"url\":\"classes/GraceNote.html#autoStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"calculateOptimalStemDirection\",\"url\":\"classes/GraceNote.html#calculateOptimalStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"calculateKeyProps\",\"url\":\"classes/GraceNote.html#calculateKeyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/GraceNote.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/GraceNote.html#getLineNumber\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/GraceNote.html#isRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"isChord\",\"url\":\"classes/GraceNote.html#isChord\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/GraceNote.html#hasStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"hasFlag\",\"url\":\"classes/GraceNote.html#hasFlag\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStemX\",\"url\":\"classes/GraceNote.html#getStemX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/GraceNote.html#getYForTopText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getYForBottomText\",\"url\":\"classes/GraceNote.html#getYForBottomText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/GraceNote.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"isDisplaced\",\"url\":\"classes/GraceNote.html#isDisplaced\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setNoteDisplaced\",\"url\":\"classes/GraceNote.html#setNoteDisplaced\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/GraceNote.html#getTieRightX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/GraceNote.html#getTieLeftX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/GraceNote.html#getLineForRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/GraceNote.html#getModifierStartXY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GraceNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"\",\"parent\":\"GraceNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/GraceNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"\",\"parent\":\"GraceNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/GraceNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"\",\"parent\":\"GraceNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/GraceNote.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setStemStyle\",\"url\":\"classes/GraceNote.html#setStemStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStemStyle\",\"url\":\"classes/GraceNote.html#getStemStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setLedgerLineStyle\",\"url\":\"classes/GraceNote.html#setLedgerLineStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getLedgerLineStyle\",\"url\":\"classes/GraceNote.html#getLedgerLineStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setFlagStyle\",\"url\":\"classes/GraceNote.html#setFlagStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getFlagStyle\",\"url\":\"classes/GraceNote.html#getFlagStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setKeyStyle\",\"url\":\"classes/GraceNote.html#setKeyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setKeyLine\",\"url\":\"classes/GraceNote.html#setKeyLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getKeyLine\",\"url\":\"classes/GraceNote.html#getKeyLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getVoiceShiftWidth\",\"url\":\"classes/GraceNote.html#getVoiceShiftWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"calcNoteDisplacements\",\"url\":\"classes/GraceNote.html#calcNoteDisplacements\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/GraceNote.html#preFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getNoteHeadBounds\",\"url\":\"classes/GraceNote.html#getNoteHeadBounds\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getNoteHeadBeginX\",\"url\":\"classes/GraceNote.html#getNoteHeadBeginX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getNoteHeadEndX\",\"url\":\"classes/GraceNote.html#getNoteHeadEndX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"noteHeads\",\"url\":\"classes/GraceNote.html#noteHeads\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"note_heads\",\"url\":\"classes/GraceNote.html#note_heads\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"drawLedgerLines\",\"url\":\"classes/GraceNote.html#drawLedgerLines\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"drawModifiers\",\"url\":\"classes/GraceNote.html#drawModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"shouldDrawFlag\",\"url\":\"classes/GraceNote.html#shouldDrawFlag\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"drawFlag\",\"url\":\"classes/GraceNote.html#drawFlag\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"drawNoteHeads\",\"url\":\"classes/GraceNote.html#drawNoteHeads\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"drawStem\",\"url\":\"classes/GraceNote.html#drawStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"classes/GraceNote.html#stem_direction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":1024,\"name\":\"stem\",\"url\":\"classes/GraceNote.html#stem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStem\",\"url\":\"classes/GraceNote.html#getStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"checkStem\",\"url\":\"classes/GraceNote.html#checkStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setStem\",\"url\":\"classes/GraceNote.html#setStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"buildFlag\",\"url\":\"classes/GraceNote.html#buildFlag\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getBaseCustomNoteHeadGlyphProps\",\"url\":\"classes/GraceNote.html#getBaseCustomNoteHeadGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStemLength\",\"url\":\"classes/GraceNote.html#getStemLength\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getBeamCount\",\"url\":\"classes/GraceNote.html#getBeamCount\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStemMinimumLength\",\"url\":\"classes/GraceNote.html#getStemMinimumLength\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/GraceNote.html#getStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setStemDirection\",\"url\":\"classes/GraceNote.html#setStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getCenterGlyphX\",\"url\":\"classes/GraceNote.html#getCenterGlyphX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setStemLength\",\"url\":\"classes/GraceNote.html#setStemLength\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/GraceNote.html#getStemExtents\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GraceNote.html#getStemExtents.getStemExtents-1.__type-2\",\"classes\":\"\",\"parent\":\"GraceNote.getStemExtents.getStemExtents\"},{\"kind\":1024,\"name\":\"topY\",\"url\":\"classes/GraceNote.html#getStemExtents.getStemExtents-1.__type-2.topY\",\"classes\":\"\",\"parent\":\"GraceNote.getStemExtents.getStemExtents.__type\"},{\"kind\":1024,\"name\":\"baseY\",\"url\":\"classes/GraceNote.html#getStemExtents.getStemExtents-1.__type-2.baseY\",\"classes\":\"\",\"parent\":\"GraceNote.getStemExtents.getStemExtents.__type\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/GraceNote.html#postFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/GraceNote.html#glyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/GraceNote.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/GraceNote.html#keyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/GraceNote.html#render_options\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GraceNote.html#render_options.__type\",\"classes\":\"\",\"parent\":\"GraceNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/GraceNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/GraceNote.html#render_options.__type.draw\",\"classes\":\"\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/GraceNote.html#render_options.__type.draw_dots\",\"classes\":\"\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/GraceNote.html#render_options.__type.draw_stem\",\"classes\":\"\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/GraceNote.html#render_options.__type.y_shift\",\"classes\":\"\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/GraceNote.html#render_options.__type.extend_left\",\"classes\":\"\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/GraceNote.html#render_options.__type.extend_right\",\"classes\":\"\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/GraceNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/GraceNote.html#render_options.__type.annotation_spacing\",\"classes\":\"\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/GraceNote.html#render_options.__type.glyph_font_size\",\"classes\":\"\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/GraceNote.html#render_options.__type.scale\",\"classes\":\"\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/GraceNote.html#render_options.__type.font\",\"classes\":\"\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/GraceNote.html#render_options.__type.stroke_px\",\"classes\":\"\",\"parent\":\"GraceNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/GraceNote.html#getPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/GraceNote.html#setPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/GraceNote.html#addStroke\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/GraceNote.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/GraceNote.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/GraceNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/GraceNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/GraceNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/GraceNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/GraceNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/GraceNote.html#getGlyph\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/GraceNote.html#getGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/GraceNote.html#getGlyphWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/GraceNote.html#setYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/GraceNote.html#getYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/GraceNote.html#getVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/GraceNote.html#setVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/GraceNote.html#getTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/GraceNote.html#setTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/GraceNote.html#getDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/GraceNote.html#isDotted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/GraceNote.html#getNoteType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/GraceNote.html#getBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/GraceNote.html#checkBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/GraceNote.html#hasBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/GraceNote.html#addModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/GraceNote.html#getModifiersByType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/GraceNote.html#getRightParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/GraceNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/GraceNote.html#getFirstDotPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/GraceNote.html#getMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/GraceNote.html#getAbsoluteX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/GraceNote.html#getKeys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/GraceNote.html#getKeyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/GraceNote.html#getTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/GraceNote.html#setIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/GraceNote.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/GraceNote.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/GraceNote.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/GraceNote.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/GraceNote.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/GraceNote.html#getFormatterMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/GraceNote.html#getCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/GraceNote.html#setCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/GraceNote.html#isCenterAligned\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/GraceNote.html#setCenterAlignment\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/GraceNote.html#getTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/GraceNote.html#getTupletStack\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/GraceNote.html#resetTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/GraceNote.html#setTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/GraceNote.html#addToModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/GraceNote.html#getModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/GraceNote.html#checkTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/GraceNote.html#preFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/GraceNote.html#postFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/GraceNote.html#getIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/GraceNote.html#setIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/GraceNote.html#getTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/GraceNote.html#applyTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/GraceNote.html#setDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/GraceNote.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/GraceNote.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/GraceNote.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/GraceNote.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/GraceNote.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/GraceNote.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/GraceNote.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/GraceNote.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/GraceNote.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/GraceNote.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/GraceNote.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/GraceNote.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/GraceNote.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/GraceNote.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/GraceNote.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/GraceNote.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/GraceNote.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/GraceNote.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/GraceNote.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/GraceNote.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/GraceNote.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/GraceNote.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/GraceNote.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/GraceNote.html#font-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/GraceNote.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/GraceNote.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/GraceNote.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/GraceNote.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/GraceNote.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/GraceNote.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/GraceNote.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/GraceNote.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/GraceNote.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/GraceNote.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/GraceNote.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNote\"},{\"kind\":128,\"name\":\"GraceNoteGroup\",\"url\":\"classes/GraceNoteGroup.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/GraceNoteGroup.html#DEBUG\",\"classes\":\"\",\"parent\":\"GraceNoteGroup\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/GraceNoteGroup.html#CATEGORY\",\"classes\":\"\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/GraceNoteGroup.html#format\",\"classes\":\"\",\"parent\":\"GraceNoteGroup\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/GraceNoteGroup.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/GraceNoteGroup.html#PositionString\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/GraceNoteGroup.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GraceNoteGroup.html#constructor\",\"classes\":\"\",\"parent\":\"GraceNoteGroup\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/GraceNoteGroup.html#render_options\",\"classes\":\"\",\"parent\":\"GraceNoteGroup\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GraceNoteGroup.html#render_options.__type\",\"classes\":\"\",\"parent\":\"GraceNoteGroup.render_options\"},{\"kind\":1024,\"name\":\"slur_y_shift\",\"url\":\"classes/GraceNoteGroup.html#render_options.__type.slur_y_shift\",\"classes\":\"\",\"parent\":\"GraceNoteGroup.render_options.__type\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/GraceNoteGroup.html#preFormat\",\"classes\":\"\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"beamNotes\",\"url\":\"classes/GraceNoteGroup.html#beamNotes\",\"classes\":\"\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/GraceNoteGroup.html#setWidth\",\"classes\":\"\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/GraceNoteGroup.html#getWidth\",\"classes\":\"\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getGraceNotes\",\"url\":\"classes/GraceNoteGroup.html#getGraceNotes\",\"classes\":\"\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/GraceNoteGroup.html#draw\",\"classes\":\"\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/GraceNoteGroup.html#getNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/GraceNoteGroup.html#checkAttachedNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/GraceNoteGroup.html#setNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/GraceNoteGroup.html#getIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/GraceNoteGroup.html#checkIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/GraceNoteGroup.html#setIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/GraceNoteGroup.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/GraceNoteGroup.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/GraceNoteGroup.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/GraceNoteGroup.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/GraceNoteGroup.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/GraceNoteGroup.html#setTextLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/GraceNoteGroup.html#setYShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/GraceNoteGroup.html#setSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/GraceNoteGroup.html#getSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/GraceNoteGroup.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/GraceNoteGroup.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/GraceNoteGroup.html#alignSubNotesWithNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/GraceNoteGroup.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/GraceNoteGroup.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/GraceNoteGroup.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/GraceNoteGroup.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/GraceNoteGroup.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/GraceNoteGroup.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/GraceNoteGroup.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/GraceNoteGroup.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/GraceNoteGroup.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/GraceNoteGroup.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/GraceNoteGroup.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/GraceNoteGroup.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/GraceNoteGroup.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/GraceNoteGroup.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/GraceNoteGroup.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/GraceNoteGroup.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/GraceNoteGroup.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/GraceNoteGroup.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/GraceNoteGroup.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/GraceNoteGroup.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/GraceNoteGroup.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/GraceNoteGroup.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/GraceNoteGroup.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/GraceNoteGroup.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/GraceNoteGroup.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/GraceNoteGroup.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/GraceNoteGroup.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/GraceNoteGroup.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/GraceNoteGroup.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/GraceNoteGroup.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/GraceNoteGroup.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/GraceNoteGroup.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/GraceNoteGroup.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/GraceNoteGroup.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceNoteGroup\"},{\"kind\":128,\"name\":\"GraceTabNote\",\"url\":\"classes/GraceTabNote.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/GraceTabNote.html#CATEGORY\",\"classes\":\"\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/GraceTabNote.html#plotMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getPoint\",\"url\":\"classes/GraceTabNote.html#getPoint\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/GraceTabNote.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GraceTabNote.html#constructor\",\"classes\":\"\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"greatestString\",\"url\":\"classes/GraceTabNote.html#greatestString\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"leastString\",\"url\":\"classes/GraceTabNote.html#leastString\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/GraceTabNote.html#reset\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setGhost\",\"url\":\"classes/GraceTabNote.html#setGhost\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/GraceTabNote.html#hasStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getStemExtension\",\"url\":\"classes/GraceTabNote.html#getStemExtension\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"updateWidth\",\"url\":\"classes/GraceTabNote.html#updateWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/GraceTabNote.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getPositions\",\"url\":\"classes/GraceTabNote.html#getPositions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/GraceTabNote.html#getModifierStartXY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GraceTabNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"\",\"parent\":\"GraceTabNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/GraceTabNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"\",\"parent\":\"GraceTabNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/GraceTabNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"\",\"parent\":\"GraceTabNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/GraceTabNote.html#getLineForRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/GraceTabNote.html#preFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getStemX\",\"url\":\"classes/GraceTabNote.html#getStemX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getStemY\",\"url\":\"classes/GraceTabNote.html#getStemY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/GraceTabNote.html#getStemExtents\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GraceTabNote.html#getStemExtents.getStemExtents-1.__type-2\",\"classes\":\"\",\"parent\":\"GraceTabNote.getStemExtents.getStemExtents\"},{\"kind\":1024,\"name\":\"topY\",\"url\":\"classes/GraceTabNote.html#getStemExtents.getStemExtents-1.__type-2.topY\",\"classes\":\"\",\"parent\":\"GraceTabNote.getStemExtents.getStemExtents.__type\"},{\"kind\":1024,\"name\":\"baseY\",\"url\":\"classes/GraceTabNote.html#getStemExtents.getStemExtents-1.__type-2.baseY\",\"classes\":\"\",\"parent\":\"GraceTabNote.getStemExtents.getStemExtents.__type\"},{\"kind\":2048,\"name\":\"drawFlag\",\"url\":\"classes/GraceTabNote.html#drawFlag\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"drawModifiers\",\"url\":\"classes/GraceTabNote.html#drawModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"drawStemThrough\",\"url\":\"classes/GraceTabNote.html#drawStemThrough\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"drawPositions\",\"url\":\"classes/GraceTabNote.html#drawPositions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/GraceTabNote.html#draw-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"classes/GraceTabNote.html#stem_direction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":1024,\"name\":\"stem\",\"url\":\"classes/GraceTabNote.html#stem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getStem\",\"url\":\"classes/GraceTabNote.html#getStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"checkStem\",\"url\":\"classes/GraceTabNote.html#checkStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setStem\",\"url\":\"classes/GraceTabNote.html#setStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"buildStem\",\"url\":\"classes/GraceTabNote.html#buildStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"buildFlag\",\"url\":\"classes/GraceTabNote.html#buildFlag\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getBaseCustomNoteHeadGlyphProps\",\"url\":\"classes/GraceTabNote.html#getBaseCustomNoteHeadGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getStemLength\",\"url\":\"classes/GraceTabNote.html#getStemLength\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getBeamCount\",\"url\":\"classes/GraceTabNote.html#getBeamCount\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getStemMinimumLength\",\"url\":\"classes/GraceTabNote.html#getStemMinimumLength\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/GraceTabNote.html#getStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setStemDirection\",\"url\":\"classes/GraceTabNote.html#setStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getCenterGlyphX\",\"url\":\"classes/GraceTabNote.html#getCenterGlyphX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setStemLength\",\"url\":\"classes/GraceTabNote.html#setStemLength\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/GraceTabNote.html#getYForTopText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getYForBottomText\",\"url\":\"classes/GraceTabNote.html#getYForBottomText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"hasFlag\",\"url\":\"classes/GraceTabNote.html#hasFlag\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/GraceTabNote.html#postFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"drawStem\",\"url\":\"classes/GraceTabNote.html#drawStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/GraceTabNote.html#glyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/GraceTabNote.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/GraceTabNote.html#keyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/GraceTabNote.html#render_options\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GraceTabNote.html#render_options.__type\",\"classes\":\"\",\"parent\":\"GraceTabNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/GraceTabNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/GraceTabNote.html#render_options.__type.draw\",\"classes\":\"\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/GraceTabNote.html#render_options.__type.draw_dots\",\"classes\":\"\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/GraceTabNote.html#render_options.__type.draw_stem\",\"classes\":\"\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/GraceTabNote.html#render_options.__type.y_shift\",\"classes\":\"\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/GraceTabNote.html#render_options.__type.extend_left\",\"classes\":\"\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/GraceTabNote.html#render_options.__type.extend_right\",\"classes\":\"\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/GraceTabNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/GraceTabNote.html#render_options.__type.annotation_spacing\",\"classes\":\"\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/GraceTabNote.html#render_options.__type.glyph_font_size\",\"classes\":\"\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/GraceTabNote.html#render_options.__type.scale\",\"classes\":\"\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/GraceTabNote.html#render_options.__type.font\",\"classes\":\"\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/GraceTabNote.html#render_options.__type.stroke_px\",\"classes\":\"\",\"parent\":\"GraceTabNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/GraceTabNote.html#getPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/GraceTabNote.html#setPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/GraceTabNote.html#isRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/GraceTabNote.html#addStroke\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/GraceTabNote.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/GraceTabNote.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/GraceTabNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/GraceTabNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/GraceTabNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/GraceTabNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/GraceTabNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/GraceTabNote.html#getLineNumber\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/GraceTabNote.html#getGlyph\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/GraceTabNote.html#getGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/GraceTabNote.html#getGlyphWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/GraceTabNote.html#setYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/GraceTabNote.html#getYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/GraceTabNote.html#getVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/GraceTabNote.html#setVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/GraceTabNote.html#getTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/GraceTabNote.html#setTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/GraceTabNote.html#getDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/GraceTabNote.html#isDotted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/GraceTabNote.html#getNoteType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/GraceTabNote.html#getBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/GraceTabNote.html#checkBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/GraceTabNote.html#hasBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/GraceTabNote.html#setBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/GraceTabNote.html#addModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/GraceTabNote.html#getModifiersByType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/GraceTabNote.html#getRightParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/GraceTabNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/GraceTabNote.html#getFirstDotPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/GraceTabNote.html#getMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/GraceTabNote.html#getAbsoluteX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/GraceTabNote.html#getTieRightX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/GraceTabNote.html#getTieLeftX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/GraceTabNote.html#getKeys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/GraceTabNote.html#getKeyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/GraceTabNote.html#getTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/GraceTabNote.html#setIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/GraceTabNote.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/GraceTabNote.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/GraceTabNote.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/GraceTabNote.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/GraceTabNote.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/GraceTabNote.html#getFormatterMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/GraceTabNote.html#getCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/GraceTabNote.html#setCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/GraceTabNote.html#isCenterAligned\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/GraceTabNote.html#setCenterAlignment\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/GraceTabNote.html#getTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/GraceTabNote.html#getTupletStack\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/GraceTabNote.html#resetTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/GraceTabNote.html#setTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/GraceTabNote.html#addToModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/GraceTabNote.html#getModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/GraceTabNote.html#checkTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/GraceTabNote.html#preFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/GraceTabNote.html#postFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/GraceTabNote.html#getIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/GraceTabNote.html#setIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/GraceTabNote.html#getTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/GraceTabNote.html#applyTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/GraceTabNote.html#setDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/GraceTabNote.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/GraceTabNote.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/GraceTabNote.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/GraceTabNote.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/GraceTabNote.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/GraceTabNote.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/GraceTabNote.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/GraceTabNote.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/GraceTabNote.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/GraceTabNote.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/GraceTabNote.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/GraceTabNote.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/GraceTabNote.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/GraceTabNote.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/GraceTabNote.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/GraceTabNote.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/GraceTabNote.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/GraceTabNote.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/GraceTabNote.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/GraceTabNote.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/GraceTabNote.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/GraceTabNote.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/GraceTabNote.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/GraceTabNote.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/GraceTabNote.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/GraceTabNote.html#font-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/GraceTabNote.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/GraceTabNote.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/GraceTabNote.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/GraceTabNote.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/GraceTabNote.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/GraceTabNote.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/GraceTabNote.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/GraceTabNote.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/GraceTabNote.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/GraceTabNote.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/GraceTabNote.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"GraceTabNote\"},{\"kind\":128,\"name\":\"KeyManager\",\"url\":\"classes/KeyManager.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/KeyManager.html#constructor\",\"classes\":\"\",\"parent\":\"KeyManager\"},{\"kind\":2048,\"name\":\"setKey\",\"url\":\"classes/KeyManager.html#setKey\",\"classes\":\"\",\"parent\":\"KeyManager\"},{\"kind\":2048,\"name\":\"getKey\",\"url\":\"classes/KeyManager.html#getKey\",\"classes\":\"\",\"parent\":\"KeyManager\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/KeyManager.html#reset\",\"classes\":\"\",\"parent\":\"KeyManager\"},{\"kind\":2048,\"name\":\"getAccidental\",\"url\":\"classes/KeyManager.html#getAccidental\",\"classes\":\"\",\"parent\":\"KeyManager\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/KeyManager.html#getAccidental.getAccidental-1.__type\",\"classes\":\"\",\"parent\":\"KeyManager.getAccidental.getAccidental\"},{\"kind\":1024,\"name\":\"note\",\"url\":\"classes/KeyManager.html#getAccidental.getAccidental-1.__type.note\",\"classes\":\"\",\"parent\":\"KeyManager.getAccidental.getAccidental.__type\"},{\"kind\":1024,\"name\":\"accidental\",\"url\":\"classes/KeyManager.html#getAccidental.getAccidental-1.__type.accidental\",\"classes\":\"\",\"parent\":\"KeyManager.getAccidental.getAccidental.__type\"},{\"kind\":1024,\"name\":\"change\",\"url\":\"classes/KeyManager.html#getAccidental.getAccidental-1.__type.change\",\"classes\":\"\",\"parent\":\"KeyManager.getAccidental.getAccidental.__type\"},{\"kind\":2048,\"name\":\"selectNote\",\"url\":\"classes/KeyManager.html#selectNote\",\"classes\":\"\",\"parent\":\"KeyManager\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/KeyManager.html#selectNote.selectNote-1.__type-1\",\"classes\":\"\",\"parent\":\"KeyManager.selectNote.selectNote\"},{\"kind\":1024,\"name\":\"note\",\"url\":\"classes/KeyManager.html#selectNote.selectNote-1.__type-1.note-1\",\"classes\":\"\",\"parent\":\"KeyManager.selectNote.selectNote.__type\"},{\"kind\":1024,\"name\":\"accidental\",\"url\":\"classes/KeyManager.html#selectNote.selectNote-1.__type-1.accidental-1\",\"classes\":\"\",\"parent\":\"KeyManager.selectNote.selectNote.__type\"},{\"kind\":1024,\"name\":\"change\",\"url\":\"classes/KeyManager.html#selectNote.selectNote-1.__type-1.change-1\",\"classes\":\"\",\"parent\":\"KeyManager.selectNote.selectNote.__type\"},{\"kind\":128,\"name\":\"KeySignature\",\"url\":\"classes/KeySignature.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/KeySignature.html#CATEGORY\",\"classes\":\"\",\"parent\":\"KeySignature\"},{\"kind\":1024,\"name\":\"accidentalSpacing\",\"url\":\"classes/KeySignature.html#accidentalSpacing\",\"classes\":\"\",\"parent\":\"KeySignature\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/KeySignature.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/KeySignature.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/KeySignature.html#constructor\",\"classes\":\"\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"convertToGlyph\",\"url\":\"classes/KeySignature.html#convertToGlyph\",\"classes\":\"\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"cancelKey\",\"url\":\"classes/KeySignature.html#cancelKey\",\"classes\":\"\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"convertToCancelAccList\",\"url\":\"classes/KeySignature.html#convertToCancelAccList\",\"classes\":\"\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"addToStave\",\"url\":\"classes/KeySignature.html#addToStave\",\"classes\":\"\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"convertAccLines\",\"url\":\"classes/KeySignature.html#convertAccLines\",\"classes\":\"\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getPadding\",\"url\":\"classes/KeySignature.html#getPadding\",\"classes\":\"\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/KeySignature.html#getWidth\",\"classes\":\"\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setKeySig\",\"url\":\"classes/KeySignature.html#setKeySig\",\"classes\":\"\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"alterKey\",\"url\":\"classes/KeySignature.html#alterKey\",\"classes\":\"\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"convertToAlterAccList\",\"url\":\"classes/KeySignature.html#convertToAlterAccList\",\"classes\":\"\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/KeySignature.html#format\",\"classes\":\"\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getGlyphs\",\"url\":\"classes/KeySignature.html#getGlyphs\",\"classes\":\"\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/KeySignature.html#draw\",\"classes\":\"\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/KeySignature.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/KeySignature.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/KeySignature.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/KeySignature.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/KeySignature.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/KeySignature.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/KeySignature.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/KeySignature.html#setX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"placeGlyphOnLine\",\"url\":\"classes/KeySignature.html#placeGlyphOnLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/KeySignature.html#setPadding\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setLayoutMetrics\",\"url\":\"classes/KeySignature.html#setLayoutMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getLayoutMetrics\",\"url\":\"classes/KeySignature.html#getLayoutMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/KeySignature.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/KeySignature.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/KeySignature.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/KeySignature.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/KeySignature.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/KeySignature.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/KeySignature.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/KeySignature.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/KeySignature.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/KeySignature.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/KeySignature.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/KeySignature.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/KeySignature.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/KeySignature.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/KeySignature.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/KeySignature.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/KeySignature.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/KeySignature.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/KeySignature.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/KeySignature.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/KeySignature.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/KeySignature.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/KeySignature.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/KeySignature.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/KeySignature.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/KeySignature.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/KeySignature.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/KeySignature.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/KeySignature.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/KeySignature.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/KeySignature.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/KeySignature.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/KeySignature.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/KeySignature.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySignature\"},{\"kind\":128,\"name\":\"KeySigNote\",\"url\":\"classes/KeySigNote.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/KeySigNote.html#CATEGORY\",\"classes\":\"\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/KeySigNote.html#plotMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getPoint\",\"url\":\"classes/KeySigNote.html#getPoint\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/KeySigNote.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/KeySigNote.html#constructor\",\"classes\":\"\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/KeySigNote.html#addToModifierContext\",\"classes\":\"\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/KeySigNote.html#preFormat\",\"classes\":\"\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/KeySigNote.html#draw-1\",\"classes\":\"\",\"parent\":\"KeySigNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/KeySigNote.html#glyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/KeySigNote.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/KeySigNote.html#keyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/KeySigNote.html#render_options\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/KeySigNote.html#render_options.__type\",\"classes\":\"\",\"parent\":\"KeySigNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/KeySigNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/KeySigNote.html#render_options.__type.draw\",\"classes\":\"\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/KeySigNote.html#render_options.__type.draw_dots\",\"classes\":\"\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/KeySigNote.html#render_options.__type.draw_stem\",\"classes\":\"\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/KeySigNote.html#render_options.__type.y_shift\",\"classes\":\"\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/KeySigNote.html#render_options.__type.extend_left\",\"classes\":\"\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/KeySigNote.html#render_options.__type.extend_right\",\"classes\":\"\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/KeySigNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/KeySigNote.html#render_options.__type.annotation_spacing\",\"classes\":\"\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/KeySigNote.html#render_options.__type.glyph_font_size\",\"classes\":\"\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/KeySigNote.html#render_options.__type.scale\",\"classes\":\"\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/KeySigNote.html#render_options.__type.font\",\"classes\":\"\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/KeySigNote.html#render_options.__type.stroke_px\",\"classes\":\"\",\"parent\":\"KeySigNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/KeySigNote.html#getPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/KeySigNote.html#setPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/KeySigNote.html#isRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/KeySigNote.html#addStroke\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/KeySigNote.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/KeySigNote.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/KeySigNote.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/KeySigNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/KeySigNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/KeySigNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/KeySigNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/KeySigNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/KeySigNote.html#getLineNumber\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/KeySigNote.html#getLineForRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/KeySigNote.html#getGlyph\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/KeySigNote.html#getGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/KeySigNote.html#getGlyphWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/KeySigNote.html#setYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/KeySigNote.html#getYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/KeySigNote.html#getYForTopText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/KeySigNote.html#getVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/KeySigNote.html#setVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/KeySigNote.html#getTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/KeySigNote.html#setTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/KeySigNote.html#getDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/KeySigNote.html#isDotted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/KeySigNote.html#hasStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/KeySigNote.html#getNoteType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/KeySigNote.html#getBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/KeySigNote.html#checkBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/KeySigNote.html#hasBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/KeySigNote.html#setBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/KeySigNote.html#addModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/KeySigNote.html#getModifiersByType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/KeySigNote.html#getModifierStartXY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/KeySigNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"\",\"parent\":\"KeySigNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/KeySigNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"\",\"parent\":\"KeySigNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/KeySigNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"\",\"parent\":\"KeySigNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/KeySigNote.html#getRightParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/KeySigNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/KeySigNote.html#getFirstDotPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/KeySigNote.html#getMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/KeySigNote.html#getAbsoluteX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/KeySigNote.html#getStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/KeySigNote.html#getStemExtents\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/KeySigNote.html#getTieRightX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/KeySigNote.html#getTieLeftX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/KeySigNote.html#getKeys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/KeySigNote.html#getKeyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/KeySigNote.html#reset\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/KeySigNote.html#getTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/KeySigNote.html#setIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/KeySigNote.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/KeySigNote.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/KeySigNote.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/KeySigNote.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/KeySigNote.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/KeySigNote.html#getFormatterMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/KeySigNote.html#getCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/KeySigNote.html#setCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/KeySigNote.html#isCenterAligned\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/KeySigNote.html#setCenterAlignment\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/KeySigNote.html#getTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/KeySigNote.html#getTupletStack\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/KeySigNote.html#resetTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/KeySigNote.html#setTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/KeySigNote.html#getModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/KeySigNote.html#checkTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/KeySigNote.html#preFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/KeySigNote.html#postFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/KeySigNote.html#postFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/KeySigNote.html#getIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/KeySigNote.html#setIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/KeySigNote.html#getTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/KeySigNote.html#applyTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/KeySigNote.html#setDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/KeySigNote.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/KeySigNote.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/KeySigNote.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/KeySigNote.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/KeySigNote.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/KeySigNote.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/KeySigNote.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/KeySigNote.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/KeySigNote.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/KeySigNote.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/KeySigNote.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/KeySigNote.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/KeySigNote.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/KeySigNote.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/KeySigNote.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/KeySigNote.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/KeySigNote.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/KeySigNote.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/KeySigNote.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/KeySigNote.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/KeySigNote.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/KeySigNote.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/KeySigNote.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/KeySigNote.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/KeySigNote.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/KeySigNote.html#font-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/KeySigNote.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/KeySigNote.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/KeySigNote.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/KeySigNote.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/KeySigNote.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/KeySigNote.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/KeySigNote.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/KeySigNote.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/KeySigNote.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/KeySigNote.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/KeySigNote.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"KeySigNote\"},{\"kind\":8,\"name\":\"ModifierPosition\",\"url\":\"enums/ModifierPosition.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"CENTER\",\"url\":\"enums/ModifierPosition.html#CENTER\",\"classes\":\"\",\"parent\":\"ModifierPosition\"},{\"kind\":16,\"name\":\"LEFT\",\"url\":\"enums/ModifierPosition.html#LEFT\",\"classes\":\"\",\"parent\":\"ModifierPosition\"},{\"kind\":16,\"name\":\"RIGHT\",\"url\":\"enums/ModifierPosition.html#RIGHT\",\"classes\":\"\",\"parent\":\"ModifierPosition\"},{\"kind\":16,\"name\":\"ABOVE\",\"url\":\"enums/ModifierPosition.html#ABOVE\",\"classes\":\"\",\"parent\":\"ModifierPosition\"},{\"kind\":16,\"name\":\"BELOW\",\"url\":\"enums/ModifierPosition.html#BELOW\",\"classes\":\"\",\"parent\":\"ModifierPosition\"},{\"kind\":128,\"name\":\"Modifier\",\"url\":\"classes/Modifier.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Modifier.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Modifier.html#Position\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Modifier.html#PositionString\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Modifier.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Modifier.html#constructor\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Modifier.html#getWidth\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Modifier.html#setWidth\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Modifier.html#getNote\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Modifier.html#checkAttachedNote\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Modifier.html#setNote\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Modifier.html#getIndex\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Modifier.html#checkIndex\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Modifier.html#setIndex\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Modifier.html#getModifierContext\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Modifier.html#checkModifierContext\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Modifier.html#setModifierContext\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Modifier.html#getPosition\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Modifier.html#setPosition\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Modifier.html#setTextLine\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Modifier.html#setYShift\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Modifier.html#setSpacingFromNextModifier\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Modifier.html#getSpacingFromNextModifier\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Modifier.html#setXShift\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Modifier.html#getXShift\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Modifier.html#draw\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Modifier.html#alignSubNotesWithNote\",\"classes\":\"\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Modifier.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Modifier.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Modifier.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Modifier.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Modifier.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Modifier.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Modifier.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Modifier.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Modifier.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Modifier.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Modifier.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Modifier.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Modifier.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Modifier.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Modifier.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Modifier.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Modifier.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Modifier.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Modifier.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Modifier.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Modifier.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Modifier.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Modifier.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Modifier.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Modifier.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Modifier.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Modifier.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Modifier.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Modifier.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Modifier.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Modifier.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Modifier.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Modifier.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Modifier.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Modifier\"},{\"kind\":256,\"name\":\"ModifierContextState\",\"url\":\"interfaces/ModifierContextState.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"right_shift\",\"url\":\"interfaces/ModifierContextState.html#right_shift\",\"classes\":\"\",\"parent\":\"ModifierContextState\"},{\"kind\":1024,\"name\":\"left_shift\",\"url\":\"interfaces/ModifierContextState.html#left_shift\",\"classes\":\"\",\"parent\":\"ModifierContextState\"},{\"kind\":1024,\"name\":\"text_line\",\"url\":\"interfaces/ModifierContextState.html#text_line\",\"classes\":\"\",\"parent\":\"ModifierContextState\"},{\"kind\":1024,\"name\":\"top_text_line\",\"url\":\"interfaces/ModifierContextState.html#top_text_line\",\"classes\":\"\",\"parent\":\"ModifierContextState\"},{\"kind\":256,\"name\":\"ModifierContextMetrics\",\"url\":\"interfaces/ModifierContextMetrics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/ModifierContextMetrics.html#width\",\"classes\":\"\",\"parent\":\"ModifierContextMetrics\"},{\"kind\":1024,\"name\":\"spacing\",\"url\":\"interfaces/ModifierContextMetrics.html#spacing\",\"classes\":\"\",\"parent\":\"ModifierContextMetrics\"},{\"kind\":4194304,\"name\":\"ModifierContextMember\",\"url\":\"types/ModifierContextMember.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"ModifierContext\",\"url\":\"classes/ModifierContext.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/ModifierContext.html#DEBUG\",\"classes\":\"\",\"parent\":\"ModifierContext\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ModifierContext.html#constructor\",\"classes\":\"\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/ModifierContext.html#addModifier\",\"classes\":\"\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"addMember\",\"url\":\"classes/ModifierContext.html#addMember\",\"classes\":\"\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/ModifierContext.html#getModifiers\",\"classes\":\"\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"getMembers\",\"url\":\"classes/ModifierContext.html#getMembers\",\"classes\":\"\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/ModifierContext.html#getWidth\",\"classes\":\"\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"getLeftShift\",\"url\":\"classes/ModifierContext.html#getLeftShift\",\"classes\":\"\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"getRightShift\",\"url\":\"classes/ModifierContext.html#getRightShift\",\"classes\":\"\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"getState\",\"url\":\"classes/ModifierContext.html#getState\",\"classes\":\"\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/ModifierContext.html#getMetrics\",\"classes\":\"\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/ModifierContext.html#preFormat\",\"classes\":\"\",\"parent\":\"ModifierContext\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/ModifierContext.html#postFormat\",\"classes\":\"\",\"parent\":\"ModifierContext\"},{\"kind\":256,\"name\":\"MultimeasureRestRenderOptions\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"number_of_measures\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#number_of_measures\",\"classes\":\"\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"use_symbols\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#use_symbols\",\"classes\":\"\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"symbol_spacing\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#symbol_spacing\",\"classes\":\"\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"show_number\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#show_number\",\"classes\":\"\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"number_line\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#number_line\",\"classes\":\"\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"number_glyph_point\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#number_glyph_point\",\"classes\":\"\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"padding_left\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#padding_left\",\"classes\":\"\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"padding_right\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#padding_right\",\"classes\":\"\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#line\",\"classes\":\"\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"spacing_between_lines_px\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#spacing_between_lines_px\",\"classes\":\"\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"semibreve_rest_glyph_scale\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#semibreve_rest_glyph_scale\",\"classes\":\"\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"line_thickness\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#line_thickness\",\"classes\":\"\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":1024,\"name\":\"serif_thickness\",\"url\":\"interfaces/MultimeasureRestRenderOptions.html#serif_thickness\",\"classes\":\"\",\"parent\":\"MultimeasureRestRenderOptions\"},{\"kind\":128,\"name\":\"MultiMeasureRest\",\"url\":\"classes/MultiMeasureRest.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/MultiMeasureRest.html#CATEGORY\",\"classes\":\"\",\"parent\":\"MultiMeasureRest\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/MultiMeasureRest.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MultiMeasureRest.html#constructor\",\"classes\":\"\",\"parent\":\"MultiMeasureRest\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/MultiMeasureRest.html#render_options\",\"classes\":\"\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getXs\",\"url\":\"classes/MultiMeasureRest.html#getXs\",\"classes\":\"\",\"parent\":\"MultiMeasureRest\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MultiMeasureRest.html#getXs.getXs-1.__type\",\"classes\":\"\",\"parent\":\"MultiMeasureRest.getXs.getXs\"},{\"kind\":1024,\"name\":\"left\",\"url\":\"classes/MultiMeasureRest.html#getXs.getXs-1.__type.left\",\"classes\":\"\",\"parent\":\"MultiMeasureRest.getXs.getXs.__type\"},{\"kind\":1024,\"name\":\"right\",\"url\":\"classes/MultiMeasureRest.html#getXs.getXs-1.__type.right\",\"classes\":\"\",\"parent\":\"MultiMeasureRest.getXs.getXs.__type\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/MultiMeasureRest.html#setStave\",\"classes\":\"\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/MultiMeasureRest.html#getStave\",\"classes\":\"\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/MultiMeasureRest.html#checkStave\",\"classes\":\"\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"drawLine\",\"url\":\"classes/MultiMeasureRest.html#drawLine\",\"classes\":\"\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"drawSymbols\",\"url\":\"classes/MultiMeasureRest.html#drawSymbols\",\"classes\":\"\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/MultiMeasureRest.html#draw\",\"classes\":\"\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/MultiMeasureRest.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/MultiMeasureRest.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/MultiMeasureRest.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/MultiMeasureRest.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/MultiMeasureRest.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/MultiMeasureRest.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/MultiMeasureRest.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/MultiMeasureRest.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/MultiMeasureRest.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/MultiMeasureRest.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/MultiMeasureRest.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/MultiMeasureRest.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/MultiMeasureRest.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/MultiMeasureRest.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/MultiMeasureRest.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/MultiMeasureRest.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/MultiMeasureRest.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/MultiMeasureRest.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/MultiMeasureRest.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/MultiMeasureRest.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/MultiMeasureRest.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/MultiMeasureRest.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/MultiMeasureRest.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/MultiMeasureRest.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/MultiMeasureRest.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/MultiMeasureRest.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/MultiMeasureRest.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/MultiMeasureRest.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/MultiMeasureRest.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/MultiMeasureRest.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/MultiMeasureRest.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/MultiMeasureRest.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/MultiMeasureRest.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/MultiMeasureRest.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MultiMeasureRest\"},{\"kind\":256,\"name\":\"NoteAccidental\",\"url\":\"interfaces/NoteAccidental.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"note\",\"url\":\"interfaces/NoteAccidental.html#note\",\"classes\":\"\",\"parent\":\"NoteAccidental\"},{\"kind\":1024,\"name\":\"accidental\",\"url\":\"interfaces/NoteAccidental.html#accidental\",\"classes\":\"\",\"parent\":\"NoteAccidental\"},{\"kind\":256,\"name\":\"NoteParts\",\"url\":\"interfaces/NoteParts.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"root\",\"url\":\"interfaces/NoteParts.html#root\",\"classes\":\"\",\"parent\":\"NoteParts\"},{\"kind\":1024,\"name\":\"accidental\",\"url\":\"interfaces/NoteParts.html#accidental\",\"classes\":\"\",\"parent\":\"NoteParts\"},{\"kind\":256,\"name\":\"KeyParts\",\"url\":\"interfaces/KeyParts.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"root\",\"url\":\"interfaces/KeyParts.html#root\",\"classes\":\"\",\"parent\":\"KeyParts\"},{\"kind\":1024,\"name\":\"accidental\",\"url\":\"interfaces/KeyParts.html#accidental\",\"classes\":\"\",\"parent\":\"KeyParts\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/KeyParts.html#type\",\"classes\":\"\",\"parent\":\"KeyParts\"},{\"kind\":4194304,\"name\":\"KeyValue\",\"url\":\"types/KeyValue.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"RootValue\",\"url\":\"types/RootValue.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"AccidentalValue\",\"url\":\"types/AccidentalValue.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"Key\",\"url\":\"interfaces/Key.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"root_index\",\"url\":\"interfaces/Key.html#root_index\",\"classes\":\"\",\"parent\":\"Key\"},{\"kind\":1024,\"name\":\"int_val\",\"url\":\"interfaces/Key.html#int_val\",\"classes\":\"\",\"parent\":\"Key\"},{\"kind\":128,\"name\":\"Music\",\"url\":\"classes/Music.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"NUM_TONES\",\"url\":\"classes/Music.html#NUM_TONES\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"roots\",\"url\":\"classes/Music.html#roots\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"root_values\",\"url\":\"classes/Music.html#root_values\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"root_indices\",\"url\":\"classes/Music.html#root_indices\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"canonical_notes\",\"url\":\"classes/Music.html#canonical_notes\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"diatonic_intervals\",\"url\":\"classes/Music.html#diatonic_intervals\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"diatonic_accidentals\",\"url\":\"classes/Music.html#diatonic_accidentals\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"intervals\",\"url\":\"classes/Music.html#intervals\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"scales\",\"url\":\"classes/Music.html#scales\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"scaleTypes\",\"url\":\"classes/Music.html#scaleTypes\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"accidentals\",\"url\":\"classes/Music.html#accidentals\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":262144,\"name\":\"noteValues\",\"url\":\"classes/Music.html#noteValues\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Music.html#constructor\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"getNoteParts\",\"url\":\"classes/Music.html#getNoteParts\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"getKeyParts\",\"url\":\"classes/Music.html#getKeyParts\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"getNoteValue\",\"url\":\"classes/Music.html#getNoteValue\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"getIntervalValue\",\"url\":\"classes/Music.html#getIntervalValue\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"getCanonicalNoteName\",\"url\":\"classes/Music.html#getCanonicalNoteName\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"getCanonicalIntervalName\",\"url\":\"classes/Music.html#getCanonicalIntervalName\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"getRelativeNoteValue\",\"url\":\"classes/Music.html#getRelativeNoteValue\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"getRelativeNoteName\",\"url\":\"classes/Music.html#getRelativeNoteName\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"getScaleTones\",\"url\":\"classes/Music.html#getScaleTones\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"getIntervalBetween\",\"url\":\"classes/Music.html#getIntervalBetween\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":2048,\"name\":\"createScaleMap\",\"url\":\"classes/Music.html#createScaleMap\",\"classes\":\"\",\"parent\":\"Music\"},{\"kind\":256,\"name\":\"KeyProps\",\"url\":\"interfaces/KeyProps.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"stem_down_x_offset\",\"url\":\"interfaces/KeyProps.html#stem_down_x_offset\",\"classes\":\"\",\"parent\":\"KeyProps\"},{\"kind\":1024,\"name\":\"stem_up_x_offset\",\"url\":\"interfaces/KeyProps.html#stem_up_x_offset\",\"classes\":\"\",\"parent\":\"KeyProps\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/KeyProps.html#key\",\"classes\":\"\",\"parent\":\"KeyProps\"},{\"kind\":1024,\"name\":\"octave\",\"url\":\"interfaces/KeyProps.html#octave\",\"classes\":\"\",\"parent\":\"KeyProps\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/KeyProps.html#line\",\"classes\":\"\",\"parent\":\"KeyProps\"},{\"kind\":1024,\"name\":\"int_value\",\"url\":\"interfaces/KeyProps.html#int_value\",\"classes\":\"\",\"parent\":\"KeyProps\"},{\"kind\":1024,\"name\":\"accidental\",\"url\":\"interfaces/KeyProps.html#accidental\",\"classes\":\"\",\"parent\":\"KeyProps\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/KeyProps.html#code\",\"classes\":\"\",\"parent\":\"KeyProps\"},{\"kind\":1024,\"name\":\"stroke\",\"url\":\"interfaces/KeyProps.html#stroke\",\"classes\":\"\",\"parent\":\"KeyProps\"},{\"kind\":1024,\"name\":\"shift_right\",\"url\":\"interfaces/KeyProps.html#shift_right\",\"classes\":\"\",\"parent\":\"KeyProps\"},{\"kind\":1024,\"name\":\"displaced\",\"url\":\"interfaces/KeyProps.html#displaced\",\"classes\":\"\",\"parent\":\"KeyProps\"},{\"kind\":256,\"name\":\"NoteMetrics\",\"url\":\"interfaces/NoteMetrics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/NoteMetrics.html#width\",\"classes\":\"\",\"parent\":\"NoteMetrics\"},{\"kind\":1024,\"name\":\"glyphWidth\",\"url\":\"interfaces/NoteMetrics.html#glyphWidth\",\"classes\":\"\",\"parent\":\"NoteMetrics\"},{\"kind\":1024,\"name\":\"notePx\",\"url\":\"interfaces/NoteMetrics.html#notePx\",\"classes\":\"\",\"parent\":\"NoteMetrics\"},{\"kind\":1024,\"name\":\"modLeftPx\",\"url\":\"interfaces/NoteMetrics.html#modLeftPx\",\"classes\":\"\",\"parent\":\"NoteMetrics\"},{\"kind\":1024,\"name\":\"modRightPx\",\"url\":\"interfaces/NoteMetrics.html#modRightPx\",\"classes\":\"\",\"parent\":\"NoteMetrics\"},{\"kind\":1024,\"name\":\"leftDisplacedHeadPx\",\"url\":\"interfaces/NoteMetrics.html#leftDisplacedHeadPx\",\"classes\":\"\",\"parent\":\"NoteMetrics\"},{\"kind\":1024,\"name\":\"glyphPx\",\"url\":\"interfaces/NoteMetrics.html#glyphPx\",\"classes\":\"\",\"parent\":\"NoteMetrics\"},{\"kind\":1024,\"name\":\"rightDisplacedHeadPx\",\"url\":\"interfaces/NoteMetrics.html#rightDisplacedHeadPx\",\"classes\":\"\",\"parent\":\"NoteMetrics\"},{\"kind\":256,\"name\":\"NoteDuration\",\"url\":\"interfaces/NoteDuration.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/NoteDuration.html#duration\",\"classes\":\"\",\"parent\":\"NoteDuration\"},{\"kind\":1024,\"name\":\"dots\",\"url\":\"interfaces/NoteDuration.html#dots\",\"classes\":\"\",\"parent\":\"NoteDuration\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/NoteDuration.html#type\",\"classes\":\"\",\"parent\":\"NoteDuration\"},{\"kind\":256,\"name\":\"ParsedNote\",\"url\":\"interfaces/ParsedNote.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/ParsedNote.html#duration\",\"classes\":\"\",\"parent\":\"ParsedNote\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/ParsedNote.html#type\",\"classes\":\"\",\"parent\":\"ParsedNote\"},{\"kind\":1024,\"name\":\"customTypes\",\"url\":\"interfaces/ParsedNote.html#customTypes\",\"classes\":\"\",\"parent\":\"ParsedNote\"},{\"kind\":1024,\"name\":\"dots\",\"url\":\"interfaces/ParsedNote.html#dots\",\"classes\":\"\",\"parent\":\"ParsedNote\"},{\"kind\":1024,\"name\":\"ticks\",\"url\":\"interfaces/ParsedNote.html#ticks\",\"classes\":\"\",\"parent\":\"ParsedNote\"},{\"kind\":256,\"name\":\"NoteStruct\",\"url\":\"interfaces/NoteStruct.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"interfaces/NoteStruct.html#keys\",\"classes\":\"\",\"parent\":\"NoteStruct\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/NoteStruct.html#duration\",\"classes\":\"\",\"parent\":\"NoteStruct\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/NoteStruct.html#line\",\"classes\":\"\",\"parent\":\"NoteStruct\"},{\"kind\":1024,\"name\":\"dots\",\"url\":\"interfaces/NoteStruct.html#dots\",\"classes\":\"\",\"parent\":\"NoteStruct\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/NoteStruct.html#type\",\"classes\":\"\",\"parent\":\"NoteStruct\"},{\"kind\":1024,\"name\":\"align_center\",\"url\":\"interfaces/NoteStruct.html#align_center\",\"classes\":\"\",\"parent\":\"NoteStruct\"},{\"kind\":1024,\"name\":\"duration_override\",\"url\":\"interfaces/NoteStruct.html#duration_override\",\"classes\":\"\",\"parent\":\"NoteStruct\"},{\"kind\":128,\"name\":\"Note\",\"url\":\"classes/Note.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Note.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/Note.html#plotMetrics\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getPoint\",\"url\":\"classes/Note.html#getPoint\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Note.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Note.html#constructor\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/Note.html#glyphProps\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/Note.html#keys\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/Note.html#keyProps\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/Note.html#render_options\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Note.html#render_options.__type\",\"classes\":\"\",\"parent\":\"Note.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/Note.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/Note.html#render_options.__type.draw\",\"classes\":\"\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/Note.html#render_options.__type.draw_dots\",\"classes\":\"\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/Note.html#render_options.__type.draw_stem\",\"classes\":\"\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/Note.html#render_options.__type.y_shift\",\"classes\":\"\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/Note.html#render_options.__type.extend_left\",\"classes\":\"\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/Note.html#render_options.__type.extend_right\",\"classes\":\"\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/Note.html#render_options.__type.glyph_font_scale\",\"classes\":\"\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/Note.html#render_options.__type.annotation_spacing\",\"classes\":\"\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/Note.html#render_options.__type.glyph_font_size\",\"classes\":\"\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/Note.html#render_options.__type.scale\",\"classes\":\"\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/Note.html#render_options.__type.font\",\"classes\":\"\",\"parent\":\"Note.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/Note.html#render_options.__type.stroke_px\",\"classes\":\"\",\"parent\":\"Note.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/Note.html#getPlayNote\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/Note.html#setPlayNote\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/Note.html#isRest\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/Note.html#addStroke\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/Note.html#getStave\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/Note.html#checkStave\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/Note.html#setStave\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/Note.html#getLeftDisplacedHeadPx\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/Note.html#getRightDisplacedHeadPx\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/Note.html#setLeftDisplacedHeadPx\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/Note.html#setRightDisplacedHeadPx\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/Note.html#shouldIgnoreTicks\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/Note.html#getLineNumber\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/Note.html#getLineForRest\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/Note.html#getGlyph\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/Note.html#getGlyphProps\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/Note.html#getGlyphWidth\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/Note.html#setYs\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/Note.html#getYs\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/Note.html#getYForTopText\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/Note.html#getVoice\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/Note.html#setVoice\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/Note.html#getTickContext\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/Note.html#setTickContext\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/Note.html#getDuration\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/Note.html#isDotted\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/Note.html#hasStem\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/Note.html#getNoteType\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/Note.html#getBeam\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/Note.html#checkBeam\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/Note.html#hasBeam\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/Note.html#setBeam\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/Note.html#addModifier\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/Note.html#getModifiersByType\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/Note.html#getModifierStartXY\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Note.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"\",\"parent\":\"Note.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/Note.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"\",\"parent\":\"Note.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/Note.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"\",\"parent\":\"Note.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/Note.html#getRightParenthesisPx\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/Note.html#getLeftParenthesisPx\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/Note.html#getFirstDotPx\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/Note.html#getMetrics\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/Note.html#getAbsoluteX\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/Note.html#getStemDirection\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/Note.html#getStemExtents\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/Note.html#getTieRightX\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/Note.html#getTieLeftX\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/Note.html#getKeys\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/Note.html#getKeyProps\",\"classes\":\"\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Note.html#reset\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/Note.html#getTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/Note.html#setIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Note.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Note.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Note.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Note.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/Note.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/Note.html#getFormatterMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/Note.html#getCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/Note.html#setCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/Note.html#isCenterAligned\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/Note.html#setCenterAlignment\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/Note.html#getTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/Note.html#getTupletStack\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/Note.html#resetTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/Note.html#setTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/Note.html#addToModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/Note.html#getModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/Note.html#checkTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/Note.html#preFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/Note.html#preFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/Note.html#postFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/Note.html#postFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/Note.html#getIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/Note.html#setIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/Note.html#getTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/Note.html#applyTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/Note.html#setDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Note.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Note.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Note.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Note.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Note.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Note.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Note.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Note.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Note.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Note.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Note.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Note.html#draw-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Note.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Note.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Note.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Note.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Note.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Note.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Note.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Note.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Note.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Note.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Note.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Note.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Note.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Note.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Note.html#font-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Note.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Note.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Note.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Note.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Note.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Note.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Note.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Note.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Note.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Note.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Note.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Note\"},{\"kind\":256,\"name\":\"NoteHeadMetrics\",\"url\":\"interfaces/NoteHeadMetrics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"minPadding\",\"url\":\"interfaces/NoteHeadMetrics.html#minPadding\",\"classes\":\"\",\"parent\":\"NoteHeadMetrics\"},{\"kind\":1024,\"name\":\"displacedShiftX\",\"url\":\"interfaces/NoteHeadMetrics.html#displacedShiftX\",\"classes\":\"\",\"parent\":\"NoteHeadMetrics\"},{\"kind\":256,\"name\":\"NoteHeadStruct\",\"url\":\"interfaces/NoteHeadStruct.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/NoteHeadStruct.html#line\",\"classes\":\"\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"interfaces/NoteHeadStruct.html#glyph_font_scale\",\"classes\":\"\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"slashed\",\"url\":\"interfaces/NoteHeadStruct.html#slashed\",\"classes\":\"\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"style\",\"url\":\"interfaces/NoteHeadStruct.html#style\",\"classes\":\"\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"stem_down_x_offset\",\"url\":\"interfaces/NoteHeadStruct.html#stem_down_x_offset\",\"classes\":\"\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"stem_up_x_offset\",\"url\":\"interfaces/NoteHeadStruct.html#stem_up_x_offset\",\"classes\":\"\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"custom_glyph_code\",\"url\":\"interfaces/NoteHeadStruct.html#custom_glyph_code\",\"classes\":\"\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"x_shift\",\"url\":\"interfaces/NoteHeadStruct.html#x_shift\",\"classes\":\"\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"interfaces/NoteHeadStruct.html#stem_direction\",\"classes\":\"\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"displaced\",\"url\":\"interfaces/NoteHeadStruct.html#displaced\",\"classes\":\"\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"note_type\",\"url\":\"interfaces/NoteHeadStruct.html#note_type\",\"classes\":\"\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"interfaces/NoteHeadStruct.html#x\",\"classes\":\"\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"interfaces/NoteHeadStruct.html#y\",\"classes\":\"\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"index\",\"url\":\"interfaces/NoteHeadStruct.html#index\",\"classes\":\"\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"interfaces/NoteHeadStruct.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/NoteHeadStruct.html#duration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"dots\",\"url\":\"interfaces/NoteHeadStruct.html#dots\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/NoteHeadStruct.html#type\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"align_center\",\"url\":\"interfaces/NoteHeadStruct.html#align_center\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHeadStruct\"},{\"kind\":1024,\"name\":\"duration_override\",\"url\":\"interfaces/NoteHeadStruct.html#duration_override\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHeadStruct\"},{\"kind\":128,\"name\":\"NoteHead\",\"url\":\"classes/NoteHead.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/NoteHead.html#DEBUG\",\"classes\":\"\",\"parent\":\"NoteHead\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/NoteHead.html#CATEGORY\",\"classes\":\"\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/NoteHead.html#plotMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getPoint\",\"url\":\"classes/NoteHead.html#getPoint\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/NoteHead.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/NoteHead.html#constructor\",\"classes\":\"\",\"parent\":\"NoteHead\"},{\"kind\":1024,\"name\":\"glyph_code\",\"url\":\"classes/NoteHead.html#glyph_code\",\"classes\":\"\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/NoteHead.html#getWidth\",\"classes\":\"\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"isDisplaced\",\"url\":\"classes/NoteHead.html#isDisplaced\",\"classes\":\"\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/NoteHead.html#setX\",\"classes\":\"\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getY\",\"url\":\"classes/NoteHead.html#getY\",\"classes\":\"\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setY\",\"url\":\"classes/NoteHead.html#setY\",\"classes\":\"\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getLine\",\"url\":\"classes/NoteHead.html#getLine\",\"classes\":\"\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setLine\",\"url\":\"classes/NoteHead.html#setLine\",\"classes\":\"\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/NoteHead.html#getAbsoluteX\",\"classes\":\"\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/NoteHead.html#getBoundingBox\",\"classes\":\"\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/NoteHead.html#setStave\",\"classes\":\"\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/NoteHead.html#preFormat\",\"classes\":\"\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/NoteHead.html#draw-1\",\"classes\":\"\",\"parent\":\"NoteHead\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/NoteHead.html#glyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/NoteHead.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/NoteHead.html#keyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/NoteHead.html#render_options\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/NoteHead.html#render_options.__type\",\"classes\":\"\",\"parent\":\"NoteHead.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/NoteHead.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/NoteHead.html#render_options.__type.draw\",\"classes\":\"\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/NoteHead.html#render_options.__type.draw_dots\",\"classes\":\"\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/NoteHead.html#render_options.__type.draw_stem\",\"classes\":\"\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/NoteHead.html#render_options.__type.y_shift\",\"classes\":\"\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/NoteHead.html#render_options.__type.extend_left\",\"classes\":\"\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/NoteHead.html#render_options.__type.extend_right\",\"classes\":\"\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/NoteHead.html#render_options.__type.glyph_font_scale\",\"classes\":\"\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/NoteHead.html#render_options.__type.annotation_spacing\",\"classes\":\"\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/NoteHead.html#render_options.__type.glyph_font_size\",\"classes\":\"\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/NoteHead.html#render_options.__type.scale\",\"classes\":\"\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/NoteHead.html#render_options.__type.font\",\"classes\":\"\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/NoteHead.html#render_options.__type.stroke_px\",\"classes\":\"\",\"parent\":\"NoteHead.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/NoteHead.html#getPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/NoteHead.html#setPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/NoteHead.html#isRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/NoteHead.html#addStroke\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/NoteHead.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/NoteHead.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/NoteHead.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/NoteHead.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/NoteHead.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/NoteHead.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/NoteHead.html#shouldIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/NoteHead.html#getLineNumber\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/NoteHead.html#getLineForRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/NoteHead.html#getGlyph\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/NoteHead.html#getGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/NoteHead.html#getGlyphWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/NoteHead.html#setYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/NoteHead.html#getYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/NoteHead.html#getYForTopText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/NoteHead.html#getVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/NoteHead.html#setVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/NoteHead.html#getTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/NoteHead.html#setTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/NoteHead.html#getDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/NoteHead.html#isDotted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/NoteHead.html#hasStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/NoteHead.html#getNoteType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/NoteHead.html#getBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/NoteHead.html#checkBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/NoteHead.html#hasBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/NoteHead.html#setBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/NoteHead.html#addModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/NoteHead.html#getModifiersByType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/NoteHead.html#getModifierStartXY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/NoteHead.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"\",\"parent\":\"NoteHead.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/NoteHead.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"\",\"parent\":\"NoteHead.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/NoteHead.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"\",\"parent\":\"NoteHead.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/NoteHead.html#getRightParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/NoteHead.html#getLeftParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/NoteHead.html#getFirstDotPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/NoteHead.html#getMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/NoteHead.html#getStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/NoteHead.html#getStemExtents\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/NoteHead.html#getTieRightX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/NoteHead.html#getTieLeftX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/NoteHead.html#getKeys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/NoteHead.html#getKeyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/NoteHead.html#reset\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/NoteHead.html#getTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/NoteHead.html#setIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/NoteHead.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/NoteHead.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/NoteHead.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/NoteHead.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/NoteHead.html#getFormatterMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/NoteHead.html#getCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/NoteHead.html#setCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/NoteHead.html#isCenterAligned\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/NoteHead.html#setCenterAlignment\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/NoteHead.html#getTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/NoteHead.html#getTupletStack\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/NoteHead.html#resetTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/NoteHead.html#setTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/NoteHead.html#addToModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/NoteHead.html#getModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/NoteHead.html#checkTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/NoteHead.html#preFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/NoteHead.html#postFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/NoteHead.html#postFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/NoteHead.html#getIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/NoteHead.html#setIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/NoteHead.html#getTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/NoteHead.html#applyTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/NoteHead.html#setDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/NoteHead.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/NoteHead.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/NoteHead.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/NoteHead.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/NoteHead.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/NoteHead.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/NoteHead.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/NoteHead.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/NoteHead.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/NoteHead.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/NoteHead.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/NoteHead.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/NoteHead.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/NoteHead.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/NoteHead.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/NoteHead.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/NoteHead.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/NoteHead.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/NoteHead.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/NoteHead.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/NoteHead.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/NoteHead.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/NoteHead.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/NoteHead.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/NoteHead.html#font-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/NoteHead.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/NoteHead.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/NoteHead.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/NoteHead.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/NoteHead.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/NoteHead.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/NoteHead.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/NoteHead.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/NoteHead.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/NoteHead.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/NoteHead.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteHead\"},{\"kind\":128,\"name\":\"NoteSubGroup\",\"url\":\"classes/NoteSubGroup.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/NoteSubGroup.html#CATEGORY\",\"classes\":\"\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/NoteSubGroup.html#format\",\"classes\":\"\",\"parent\":\"NoteSubGroup\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/NoteSubGroup.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/NoteSubGroup.html#PositionString\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/NoteSubGroup.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/NoteSubGroup.html#constructor\",\"classes\":\"\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/NoteSubGroup.html#preFormat\",\"classes\":\"\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/NoteSubGroup.html#setWidth\",\"classes\":\"\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/NoteSubGroup.html#getWidth\",\"classes\":\"\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/NoteSubGroup.html#draw\",\"classes\":\"\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/NoteSubGroup.html#getNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/NoteSubGroup.html#checkAttachedNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/NoteSubGroup.html#setNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/NoteSubGroup.html#getIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/NoteSubGroup.html#checkIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/NoteSubGroup.html#setIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/NoteSubGroup.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/NoteSubGroup.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/NoteSubGroup.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/NoteSubGroup.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/NoteSubGroup.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/NoteSubGroup.html#setTextLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/NoteSubGroup.html#setYShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/NoteSubGroup.html#setSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/NoteSubGroup.html#getSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/NoteSubGroup.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/NoteSubGroup.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/NoteSubGroup.html#alignSubNotesWithNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/NoteSubGroup.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/NoteSubGroup.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/NoteSubGroup.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/NoteSubGroup.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/NoteSubGroup.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/NoteSubGroup.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/NoteSubGroup.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/NoteSubGroup.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/NoteSubGroup.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/NoteSubGroup.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/NoteSubGroup.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/NoteSubGroup.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/NoteSubGroup.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/NoteSubGroup.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/NoteSubGroup.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/NoteSubGroup.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/NoteSubGroup.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/NoteSubGroup.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/NoteSubGroup.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/NoteSubGroup.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/NoteSubGroup.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/NoteSubGroup.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/NoteSubGroup.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/NoteSubGroup.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/NoteSubGroup.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/NoteSubGroup.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/NoteSubGroup.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/NoteSubGroup.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/NoteSubGroup.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/NoteSubGroup.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/NoteSubGroup.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/NoteSubGroup.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/NoteSubGroup.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/NoteSubGroup.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"NoteSubGroup\"},{\"kind\":256,\"name\":\"OrnamentMetrics\",\"url\":\"interfaces/OrnamentMetrics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"xOffset\",\"url\":\"interfaces/OrnamentMetrics.html#xOffset\",\"classes\":\"\",\"parent\":\"OrnamentMetrics\"},{\"kind\":1024,\"name\":\"yOffset\",\"url\":\"interfaces/OrnamentMetrics.html#yOffset\",\"classes\":\"\",\"parent\":\"OrnamentMetrics\"},{\"kind\":1024,\"name\":\"stemUpYOffset\",\"url\":\"interfaces/OrnamentMetrics.html#stemUpYOffset\",\"classes\":\"\",\"parent\":\"OrnamentMetrics\"},{\"kind\":1024,\"name\":\"reportedWidth\",\"url\":\"interfaces/OrnamentMetrics.html#reportedWidth\",\"classes\":\"\",\"parent\":\"OrnamentMetrics\"},{\"kind\":128,\"name\":\"Ornament\",\"url\":\"classes/Ornament.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/Ornament.html#DEBUG\",\"classes\":\"\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Ornament.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"minPadding\",\"url\":\"classes/Ornament.html#minPadding\",\"classes\":\"\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Ornament.html#format\",\"classes\":\"\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"ornamentNoteTransition\",\"url\":\"classes/Ornament.html#ornamentNoteTransition\",\"classes\":\"\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"ornamentAttack\",\"url\":\"classes/Ornament.html#ornamentAttack\",\"classes\":\"\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"ornamentAlignWithNoteHead\",\"url\":\"classes/Ornament.html#ornamentAlignWithNoteHead\",\"classes\":\"\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"ornamentRelease\",\"url\":\"classes/Ornament.html#ornamentRelease\",\"classes\":\"\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"ornamentArticulation\",\"url\":\"classes/Ornament.html#ornamentArticulation\",\"classes\":\"\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Ornament.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Ornament.html#PositionString\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Ornament.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Ornament.html#constructor\",\"classes\":\"\",\"parent\":\"Ornament\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/Ornament.html#render_options\",\"classes\":\"\",\"parent\":\"Ornament\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Ornament.html#render_options.__type\",\"classes\":\"\",\"parent\":\"Ornament.render_options\"},{\"kind\":1024,\"name\":\"accidentalUpperPadding\",\"url\":\"classes/Ornament.html#render_options.__type.accidentalUpperPadding\",\"classes\":\"\",\"parent\":\"Ornament.render_options.__type\"},{\"kind\":1024,\"name\":\"accidentalLowerPadding\",\"url\":\"classes/Ornament.html#render_options.__type.accidentalLowerPadding\",\"classes\":\"\",\"parent\":\"Ornament.render_options.__type\"},{\"kind\":1024,\"name\":\"font_scale\",\"url\":\"classes/Ornament.html#render_options.__type.font_scale\",\"classes\":\"\",\"parent\":\"Ornament.render_options.__type\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/Ornament.html#getMetrics\",\"classes\":\"\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setDelayed\",\"url\":\"classes/Ornament.html#setDelayed\",\"classes\":\"\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setUpperAccidental\",\"url\":\"classes/Ornament.html#setUpperAccidental\",\"classes\":\"\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setLowerAccidental\",\"url\":\"classes/Ornament.html#setLowerAccidental\",\"classes\":\"\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Ornament.html#draw\",\"classes\":\"\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Ornament.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Ornament.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Ornament.html#getNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Ornament.html#checkAttachedNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Ornament.html#setNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Ornament.html#getIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Ornament.html#checkIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Ornament.html#setIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Ornament.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Ornament.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Ornament.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Ornament.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Ornament.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Ornament.html#setTextLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Ornament.html#setYShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Ornament.html#setSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Ornament.html#getSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Ornament.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Ornament.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Ornament.html#alignSubNotesWithNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Ornament.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Ornament.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Ornament.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Ornament.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Ornament.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Ornament.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Ornament.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Ornament.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Ornament.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Ornament.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Ornament.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Ornament.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Ornament.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Ornament.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Ornament.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Ornament.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Ornament.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Ornament.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Ornament.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Ornament.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Ornament.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Ornament.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Ornament.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Ornament.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Ornament.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Ornament.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Ornament.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Ornament.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Ornament.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Ornament.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Ornament.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Ornament.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Ornament.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Ornament.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Ornament\"},{\"kind\":128,\"name\":\"Parenthesis\",\"url\":\"classes/Parenthesis.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Parenthesis.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"buildAndAttach\",\"url\":\"classes/Parenthesis.html#buildAndAttach\",\"classes\":\"\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Parenthesis.html#format\",\"classes\":\"\",\"parent\":\"Parenthesis\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Parenthesis.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Parenthesis.html#PositionString\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Parenthesis.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Parenthesis.html#constructor\",\"classes\":\"\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Parenthesis.html#setNote\",\"classes\":\"\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Parenthesis.html#draw\",\"classes\":\"\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Parenthesis.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Parenthesis.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Parenthesis.html#getNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Parenthesis.html#checkAttachedNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Parenthesis.html#getIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Parenthesis.html#checkIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Parenthesis.html#setIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Parenthesis.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Parenthesis.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Parenthesis.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Parenthesis.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Parenthesis.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Parenthesis.html#setTextLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Parenthesis.html#setYShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Parenthesis.html#setSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Parenthesis.html#getSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Parenthesis.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Parenthesis.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Parenthesis.html#alignSubNotesWithNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Parenthesis.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Parenthesis.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Parenthesis.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Parenthesis.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Parenthesis.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Parenthesis.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Parenthesis.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Parenthesis.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Parenthesis.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Parenthesis.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Parenthesis.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Parenthesis.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Parenthesis.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Parenthesis.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Parenthesis.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Parenthesis.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Parenthesis.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Parenthesis.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Parenthesis.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Parenthesis.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Parenthesis.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Parenthesis.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Parenthesis.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Parenthesis.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Parenthesis.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Parenthesis.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Parenthesis.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Parenthesis.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Parenthesis.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Parenthesis.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Parenthesis.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Parenthesis.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Parenthesis.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Parenthesis.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Parenthesis\"},{\"kind\":4194304,\"name\":\"Match\",\"url\":\"types/Match.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"RuleFunction\",\"url\":\"types/RuleFunction.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/RuleFunction.html#__type\",\"classes\":\"\",\"parent\":\"RuleFunction\"},{\"kind\":4194304,\"name\":\"TriggerFunction\",\"url\":\"types/TriggerFunction.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/TriggerFunction.html#__type\",\"classes\":\"\",\"parent\":\"TriggerFunction\"},{\"kind\":256,\"name\":\"Rule\",\"url\":\"interfaces/Rule.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"token\",\"url\":\"interfaces/Rule.html#token\",\"classes\":\"\",\"parent\":\"Rule\"},{\"kind\":1024,\"name\":\"noSpace\",\"url\":\"interfaces/Rule.html#noSpace\",\"classes\":\"\",\"parent\":\"Rule\"},{\"kind\":1024,\"name\":\"expect\",\"url\":\"interfaces/Rule.html#expect\",\"classes\":\"\",\"parent\":\"Rule\"},{\"kind\":1024,\"name\":\"zeroOrMore\",\"url\":\"interfaces/Rule.html#zeroOrMore\",\"classes\":\"\",\"parent\":\"Rule\"},{\"kind\":1024,\"name\":\"oneOrMore\",\"url\":\"interfaces/Rule.html#oneOrMore\",\"classes\":\"\",\"parent\":\"Rule\"},{\"kind\":1024,\"name\":\"maybe\",\"url\":\"interfaces/Rule.html#maybe\",\"classes\":\"\",\"parent\":\"Rule\"},{\"kind\":1024,\"name\":\"or\",\"url\":\"interfaces/Rule.html#or\",\"classes\":\"\",\"parent\":\"Rule\"},{\"kind\":1024,\"name\":\"run\",\"url\":\"interfaces/Rule.html#run\",\"classes\":\"\",\"parent\":\"Rule\"},{\"kind\":256,\"name\":\"Result\",\"url\":\"interfaces/Result.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"success\",\"url\":\"interfaces/Result.html#success\",\"classes\":\"\",\"parent\":\"Result\"},{\"kind\":1024,\"name\":\"pos\",\"url\":\"interfaces/Result.html#pos\",\"classes\":\"\",\"parent\":\"Result\"},{\"kind\":1024,\"name\":\"incrementPos\",\"url\":\"interfaces/Result.html#incrementPos\",\"classes\":\"\",\"parent\":\"Result\"},{\"kind\":1024,\"name\":\"matchedString\",\"url\":\"interfaces/Result.html#matchedString\",\"classes\":\"\",\"parent\":\"Result\"},{\"kind\":1024,\"name\":\"matches\",\"url\":\"interfaces/Result.html#matches\",\"classes\":\"\",\"parent\":\"Result\"},{\"kind\":1024,\"name\":\"numMatches\",\"url\":\"interfaces/Result.html#numMatches\",\"classes\":\"\",\"parent\":\"Result\"},{\"kind\":1024,\"name\":\"results\",\"url\":\"interfaces/Result.html#results\",\"classes\":\"\",\"parent\":\"Result\"},{\"kind\":1024,\"name\":\"errorPos\",\"url\":\"interfaces/Result.html#errorPos\",\"classes\":\"\",\"parent\":\"Result\"},{\"kind\":4194304,\"name\":\"GroupedResults\",\"url\":\"types/GroupedResults.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"Grammar\",\"url\":\"interfaces/Grammar.html\",\"classes\":\"\"},{\"kind\":2048,\"name\":\"begin\",\"url\":\"interfaces/Grammar.html#begin\",\"classes\":\"\",\"parent\":\"Grammar\"},{\"kind\":128,\"name\":\"Parser\",\"url\":\"classes/Parser.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/Parser.html#DEBUG\",\"classes\":\"\",\"parent\":\"Parser\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Parser.html#constructor\",\"classes\":\"\",\"parent\":\"Parser\"},{\"kind\":2048,\"name\":\"parse\",\"url\":\"classes/Parser.html#parse\",\"classes\":\"\",\"parent\":\"Parser\"},{\"kind\":2048,\"name\":\"matchFail\",\"url\":\"classes/Parser.html#matchFail\",\"classes\":\"\",\"parent\":\"Parser\"},{\"kind\":2048,\"name\":\"matchSuccess\",\"url\":\"classes/Parser.html#matchSuccess\",\"classes\":\"\",\"parent\":\"Parser\"},{\"kind\":2048,\"name\":\"matchToken\",\"url\":\"classes/Parser.html#matchToken\",\"classes\":\"\",\"parent\":\"Parser\"},{\"kind\":2048,\"name\":\"expectOne\",\"url\":\"classes/Parser.html#expectOne\",\"classes\":\"\",\"parent\":\"Parser\"},{\"kind\":2048,\"name\":\"expectOneOrMore\",\"url\":\"classes/Parser.html#expectOneOrMore\",\"classes\":\"\",\"parent\":\"Parser\"},{\"kind\":2048,\"name\":\"expectZeroOrMore\",\"url\":\"classes/Parser.html#expectZeroOrMore\",\"classes\":\"\",\"parent\":\"Parser\"},{\"kind\":2048,\"name\":\"expect\",\"url\":\"classes/Parser.html#expect\",\"classes\":\"\",\"parent\":\"Parser\"},{\"kind\":128,\"name\":\"PedalMarking\",\"url\":\"classes/PedalMarking.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/PedalMarking.html#DEBUG\",\"classes\":\"\",\"parent\":\"PedalMarking\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/PedalMarking.html#CATEGORY\",\"classes\":\"\",\"parent\":\"PedalMarking\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/PedalMarking.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"PedalMarking\"},{\"kind\":1024,\"name\":\"GLYPHS\",\"url\":\"classes/PedalMarking.html#GLYPHS\",\"classes\":\"\",\"parent\":\"PedalMarking\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/PedalMarking.html#type\",\"classes\":\"\",\"parent\":\"PedalMarking\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/PedalMarking.html#type.__type-1\",\"classes\":\"\",\"parent\":\"PedalMarking.type\"},{\"kind\":1024,\"name\":\"TEXT\",\"url\":\"classes/PedalMarking.html#type.__type-1.TEXT\",\"classes\":\"\",\"parent\":\"PedalMarking.type.__type\"},{\"kind\":1024,\"name\":\"BRACKET\",\"url\":\"classes/PedalMarking.html#type.__type-1.BRACKET\",\"classes\":\"\",\"parent\":\"PedalMarking.type.__type\"},{\"kind\":1024,\"name\":\"MIXED\",\"url\":\"classes/PedalMarking.html#type.__type-1.MIXED\",\"classes\":\"\",\"parent\":\"PedalMarking.type.__type\"},{\"kind\":1024,\"name\":\"typeString\",\"url\":\"classes/PedalMarking.html#typeString\",\"classes\":\"\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"createSustain\",\"url\":\"classes/PedalMarking.html#createSustain\",\"classes\":\"\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"createSostenuto\",\"url\":\"classes/PedalMarking.html#createSostenuto\",\"classes\":\"\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"createUnaCorda\",\"url\":\"classes/PedalMarking.html#createUnaCorda\",\"classes\":\"\",\"parent\":\"PedalMarking\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PedalMarking.html#constructor\",\"classes\":\"\",\"parent\":\"PedalMarking\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/PedalMarking.html#render_options\",\"classes\":\"\",\"parent\":\"PedalMarking\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/PedalMarking.html#render_options.__type\",\"classes\":\"\",\"parent\":\"PedalMarking.render_options\"},{\"kind\":1024,\"name\":\"color\",\"url\":\"classes/PedalMarking.html#render_options.__type.color\",\"classes\":\"\",\"parent\":\"PedalMarking.render_options.__type\"},{\"kind\":1024,\"name\":\"bracket_height\",\"url\":\"classes/PedalMarking.html#render_options.__type.bracket_height\",\"classes\":\"\",\"parent\":\"PedalMarking.render_options.__type\"},{\"kind\":1024,\"name\":\"text_margin_right\",\"url\":\"classes/PedalMarking.html#render_options.__type.text_margin_right\",\"classes\":\"\",\"parent\":\"PedalMarking.render_options.__type\"},{\"kind\":1024,\"name\":\"bracket_line_width\",\"url\":\"classes/PedalMarking.html#render_options.__type.bracket_line_width\",\"classes\":\"\",\"parent\":\"PedalMarking.render_options.__type\"},{\"kind\":2048,\"name\":\"setType\",\"url\":\"classes/PedalMarking.html#setType\",\"classes\":\"\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"setCustomText\",\"url\":\"classes/PedalMarking.html#setCustomText\",\"classes\":\"\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"setLine\",\"url\":\"classes/PedalMarking.html#setLine\",\"classes\":\"\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"drawBracketed\",\"url\":\"classes/PedalMarking.html#drawBracketed\",\"classes\":\"\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"drawText\",\"url\":\"classes/PedalMarking.html#drawText\",\"classes\":\"\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/PedalMarking.html#draw\",\"classes\":\"\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/PedalMarking.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/PedalMarking.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/PedalMarking.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/PedalMarking.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/PedalMarking.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/PedalMarking.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/PedalMarking.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/PedalMarking.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/PedalMarking.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/PedalMarking.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/PedalMarking.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/PedalMarking.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/PedalMarking.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/PedalMarking.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/PedalMarking.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/PedalMarking.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/PedalMarking.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/PedalMarking.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/PedalMarking.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/PedalMarking.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/PedalMarking.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/PedalMarking.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/PedalMarking.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/PedalMarking.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/PedalMarking.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/PedalMarking.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/PedalMarking.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/PedalMarking.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/PedalMarking.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/PedalMarking.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/PedalMarking.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/PedalMarking.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/PedalMarking.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/PedalMarking.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"PedalMarking\"},{\"kind\":256,\"name\":\"RegistryUpdate\",\"url\":\"interfaces/RegistryUpdate.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/RegistryUpdate.html#id\",\"classes\":\"\",\"parent\":\"RegistryUpdate\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/RegistryUpdate.html#name\",\"classes\":\"\",\"parent\":\"RegistryUpdate\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/RegistryUpdate.html#value\",\"classes\":\"\",\"parent\":\"RegistryUpdate\"},{\"kind\":1024,\"name\":\"oldValue\",\"url\":\"interfaces/RegistryUpdate.html#oldValue\",\"classes\":\"\",\"parent\":\"RegistryUpdate\"},{\"kind\":128,\"name\":\"Registry\",\"url\":\"classes/Registry.html\",\"classes\":\"\"},{\"kind\":2048,\"name\":\"getDefaultRegistry\",\"url\":\"classes/Registry.html#getDefaultRegistry\",\"classes\":\"\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"enableDefaultRegistry\",\"url\":\"classes/Registry.html#enableDefaultRegistry\",\"classes\":\"\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"disableDefaultRegistry\",\"url\":\"classes/Registry.html#disableDefaultRegistry\",\"classes\":\"\",\"parent\":\"Registry\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Registry.html#constructor\",\"classes\":\"\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"clear\",\"url\":\"classes/Registry.html#clear\",\"classes\":\"\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"setIndexValue\",\"url\":\"classes/Registry.html#setIndexValue\",\"classes\":\"\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"updateIndex\",\"url\":\"classes/Registry.html#updateIndex\",\"classes\":\"\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"register\",\"url\":\"classes/Registry.html#register\",\"classes\":\"\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"getElementById\",\"url\":\"classes/Registry.html#getElementById\",\"classes\":\"\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"getElementsByAttribute\",\"url\":\"classes/Registry.html#getElementsByAttribute\",\"classes\":\"\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"getElementsByType\",\"url\":\"classes/Registry.html#getElementsByType\",\"classes\":\"\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"getElementsByClass\",\"url\":\"classes/Registry.html#getElementsByClass\",\"classes\":\"\",\"parent\":\"Registry\"},{\"kind\":2048,\"name\":\"onUpdate\",\"url\":\"classes/Registry.html#onUpdate\",\"classes\":\"\",\"parent\":\"Registry\"},{\"kind\":64,\"name\":\"drawDot\",\"url\":\"functions/drawDot.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"TextMeasure\",\"url\":\"interfaces/TextMeasure.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"interfaces/TextMeasure.html#x\",\"classes\":\"\",\"parent\":\"TextMeasure\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"interfaces/TextMeasure.html#y\",\"classes\":\"\",\"parent\":\"TextMeasure\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/TextMeasure.html#width\",\"classes\":\"\",\"parent\":\"TextMeasure\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/TextMeasure.html#height\",\"classes\":\"\",\"parent\":\"TextMeasure\"},{\"kind\":256,\"name\":\"GroupAttributes\",\"url\":\"interfaces/GroupAttributes.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"pointerBBox\",\"url\":\"interfaces/GroupAttributes.html#pointerBBox\",\"classes\":\"\",\"parent\":\"GroupAttributes\"},{\"kind\":128,\"name\":\"RenderContext\",\"url\":\"classes/RenderContext.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/RenderContext.html#CATEGORY\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RenderContext.html#constructor\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"clear\",\"url\":\"classes/RenderContext.html#clear\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"setFillStyle\",\"url\":\"classes/RenderContext.html#setFillStyle\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"setBackgroundFillStyle\",\"url\":\"classes/RenderContext.html#setBackgroundFillStyle\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"setStrokeStyle\",\"url\":\"classes/RenderContext.html#setStrokeStyle\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"setShadowColor\",\"url\":\"classes/RenderContext.html#setShadowColor\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"setShadowBlur\",\"url\":\"classes/RenderContext.html#setShadowBlur\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"setLineWidth\",\"url\":\"classes/RenderContext.html#setLineWidth\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"setLineCap\",\"url\":\"classes/RenderContext.html#setLineCap\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"setLineDash\",\"url\":\"classes/RenderContext.html#setLineDash\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"scale\",\"url\":\"classes/RenderContext.html#scale\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"rect\",\"url\":\"classes/RenderContext.html#rect\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"resize\",\"url\":\"classes/RenderContext.html#resize\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"fillRect\",\"url\":\"classes/RenderContext.html#fillRect\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"clearRect\",\"url\":\"classes/RenderContext.html#clearRect\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"beginPath\",\"url\":\"classes/RenderContext.html#beginPath\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"moveTo\",\"url\":\"classes/RenderContext.html#moveTo\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"lineTo\",\"url\":\"classes/RenderContext.html#lineTo\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"bezierCurveTo\",\"url\":\"classes/RenderContext.html#bezierCurveTo\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"quadraticCurveTo\",\"url\":\"classes/RenderContext.html#quadraticCurveTo\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"arc\",\"url\":\"classes/RenderContext.html#arc\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"fill\",\"url\":\"classes/RenderContext.html#fill\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"stroke\",\"url\":\"classes/RenderContext.html#stroke\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"closePath\",\"url\":\"classes/RenderContext.html#closePath\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"fillText\",\"url\":\"classes/RenderContext.html#fillText\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"save\",\"url\":\"classes/RenderContext.html#save\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"restore\",\"url\":\"classes/RenderContext.html#restore\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"openGroup\",\"url\":\"classes/RenderContext.html#openGroup\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"closeGroup\",\"url\":\"classes/RenderContext.html#closeGroup\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"add\",\"url\":\"classes/RenderContext.html#add\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"measureText\",\"url\":\"classes/RenderContext.html#measureText\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":262144,\"name\":\"fillStyle\",\"url\":\"classes/RenderContext.html#fillStyle\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":262144,\"name\":\"strokeStyle\",\"url\":\"classes/RenderContext.html#strokeStyle\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/RenderContext.html#setFont\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/RenderContext.html#getFont\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/RenderContext.html#font\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":2048,\"name\":\"setRawFont\",\"url\":\"classes/RenderContext.html#setRawFont\",\"classes\":\"\",\"parent\":\"RenderContext\"},{\"kind\":4194304,\"name\":\"ContextBuilder\",\"url\":\"types/ContextBuilder.html\",\"classes\":\"\"},{\"kind\":8,\"name\":\"RendererBackends\",\"url\":\"enums/RendererBackends.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"CANVAS\",\"url\":\"enums/RendererBackends.html#CANVAS\",\"classes\":\"\",\"parent\":\"RendererBackends\"},{\"kind\":16,\"name\":\"SVG\",\"url\":\"enums/RendererBackends.html#SVG\",\"classes\":\"\",\"parent\":\"RendererBackends\"},{\"kind\":8,\"name\":\"RendererLineEndType\",\"url\":\"enums/RendererLineEndType.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/RendererLineEndType.html#NONE\",\"classes\":\"\",\"parent\":\"RendererLineEndType\"},{\"kind\":16,\"name\":\"UP\",\"url\":\"enums/RendererLineEndType.html#UP\",\"classes\":\"\",\"parent\":\"RendererLineEndType\"},{\"kind\":16,\"name\":\"DOWN\",\"url\":\"enums/RendererLineEndType.html#DOWN\",\"classes\":\"\",\"parent\":\"RendererLineEndType\"},{\"kind\":128,\"name\":\"Renderer\",\"url\":\"classes/Renderer.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"Backends\",\"url\":\"classes/Renderer.html#Backends\",\"classes\":\"\",\"parent\":\"Renderer\"},{\"kind\":1024,\"name\":\"LineEndType\",\"url\":\"classes/Renderer.html#LineEndType\",\"classes\":\"\",\"parent\":\"Renderer\"},{\"kind\":1024,\"name\":\"lastContext\",\"url\":\"classes/Renderer.html#lastContext\",\"classes\":\"\",\"parent\":\"Renderer\"},{\"kind\":2048,\"name\":\"buildContext\",\"url\":\"classes/Renderer.html#buildContext\",\"classes\":\"\",\"parent\":\"Renderer\"},{\"kind\":2048,\"name\":\"getCanvasContext\",\"url\":\"classes/Renderer.html#getCanvasContext\",\"classes\":\"\",\"parent\":\"Renderer\"},{\"kind\":2048,\"name\":\"getSVGContext\",\"url\":\"classes/Renderer.html#getSVGContext\",\"classes\":\"\",\"parent\":\"Renderer\"},{\"kind\":2048,\"name\":\"drawDashedLine\",\"url\":\"classes/Renderer.html#drawDashedLine\",\"classes\":\"\",\"parent\":\"Renderer\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Renderer.html#constructor\",\"classes\":\"\",\"parent\":\"Renderer\"},{\"kind\":2048,\"name\":\"resize\",\"url\":\"classes/Renderer.html#resize\",\"classes\":\"\",\"parent\":\"Renderer\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Renderer.html#getContext\",\"classes\":\"\",\"parent\":\"Renderer\"},{\"kind\":128,\"name\":\"RepeatNote\",\"url\":\"classes/RepeatNote.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/RepeatNote.html#CATEGORY\",\"classes\":\"\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/RepeatNote.html#plotMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getPoint\",\"url\":\"classes/RepeatNote.html#getPoint\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/RepeatNote.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RepeatNote.html#constructor\",\"classes\":\"\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setGlyph\",\"url\":\"classes/RepeatNote.html#setGlyph\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/RepeatNote.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/RepeatNote.html#preFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"drawModifiers\",\"url\":\"classes/RepeatNote.html#drawModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/RepeatNote.html#getGlyphWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/RepeatNote.html#draw-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/RepeatNote.html#glyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/RepeatNote.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/RepeatNote.html#keyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/RepeatNote.html#render_options\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/RepeatNote.html#render_options.__type\",\"classes\":\"\",\"parent\":\"RepeatNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/RepeatNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/RepeatNote.html#render_options.__type.draw\",\"classes\":\"\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/RepeatNote.html#render_options.__type.draw_dots\",\"classes\":\"\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/RepeatNote.html#render_options.__type.draw_stem\",\"classes\":\"\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/RepeatNote.html#render_options.__type.y_shift\",\"classes\":\"\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/RepeatNote.html#render_options.__type.extend_left\",\"classes\":\"\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/RepeatNote.html#render_options.__type.extend_right\",\"classes\":\"\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/RepeatNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/RepeatNote.html#render_options.__type.annotation_spacing\",\"classes\":\"\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/RepeatNote.html#render_options.__type.glyph_font_size\",\"classes\":\"\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/RepeatNote.html#render_options.__type.scale\",\"classes\":\"\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/RepeatNote.html#render_options.__type.font\",\"classes\":\"\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/RepeatNote.html#render_options.__type.stroke_px\",\"classes\":\"\",\"parent\":\"RepeatNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/RepeatNote.html#getPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/RepeatNote.html#setPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/RepeatNote.html#isRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/RepeatNote.html#addStroke\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/RepeatNote.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/RepeatNote.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/RepeatNote.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/RepeatNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/RepeatNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/RepeatNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/RepeatNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/RepeatNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/RepeatNote.html#getLineNumber\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/RepeatNote.html#getLineForRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/RepeatNote.html#getGlyph\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/RepeatNote.html#getGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/RepeatNote.html#setYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/RepeatNote.html#getYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/RepeatNote.html#getYForTopText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/RepeatNote.html#getVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/RepeatNote.html#setVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/RepeatNote.html#getTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/RepeatNote.html#setTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/RepeatNote.html#getDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/RepeatNote.html#isDotted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/RepeatNote.html#hasStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/RepeatNote.html#getNoteType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/RepeatNote.html#getBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/RepeatNote.html#checkBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/RepeatNote.html#hasBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/RepeatNote.html#setBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/RepeatNote.html#addModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/RepeatNote.html#getModifiersByType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/RepeatNote.html#getModifierStartXY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/RepeatNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"\",\"parent\":\"RepeatNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/RepeatNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"\",\"parent\":\"RepeatNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/RepeatNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"\",\"parent\":\"RepeatNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/RepeatNote.html#getRightParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/RepeatNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/RepeatNote.html#getFirstDotPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/RepeatNote.html#getMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/RepeatNote.html#getAbsoluteX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/RepeatNote.html#getStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/RepeatNote.html#getStemExtents\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/RepeatNote.html#getTieRightX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/RepeatNote.html#getTieLeftX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/RepeatNote.html#getKeys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/RepeatNote.html#getKeyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/RepeatNote.html#reset\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/RepeatNote.html#getTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/RepeatNote.html#setIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/RepeatNote.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/RepeatNote.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/RepeatNote.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/RepeatNote.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/RepeatNote.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/RepeatNote.html#getFormatterMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/RepeatNote.html#getCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/RepeatNote.html#setCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/RepeatNote.html#isCenterAligned\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/RepeatNote.html#setCenterAlignment\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/RepeatNote.html#getTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/RepeatNote.html#getTupletStack\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/RepeatNote.html#resetTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/RepeatNote.html#setTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/RepeatNote.html#addToModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/RepeatNote.html#getModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/RepeatNote.html#checkTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/RepeatNote.html#preFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/RepeatNote.html#postFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/RepeatNote.html#postFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/RepeatNote.html#getIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/RepeatNote.html#setIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/RepeatNote.html#getTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/RepeatNote.html#applyTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/RepeatNote.html#setDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/RepeatNote.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/RepeatNote.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/RepeatNote.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/RepeatNote.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/RepeatNote.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/RepeatNote.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/RepeatNote.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/RepeatNote.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/RepeatNote.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/RepeatNote.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/RepeatNote.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/RepeatNote.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/RepeatNote.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/RepeatNote.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/RepeatNote.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/RepeatNote.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/RepeatNote.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/RepeatNote.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/RepeatNote.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/RepeatNote.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/RepeatNote.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/RepeatNote.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/RepeatNote.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/RepeatNote.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/RepeatNote.html#font-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/RepeatNote.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/RepeatNote.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/RepeatNote.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/RepeatNote.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/RepeatNote.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/RepeatNote.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/RepeatNote.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/RepeatNote.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/RepeatNote.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/RepeatNote.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/RepeatNote.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RepeatNote\"},{\"kind\":256,\"name\":\"StaveLineConfig\",\"url\":\"interfaces/StaveLineConfig.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"visible\",\"url\":\"interfaces/StaveLineConfig.html#visible\",\"classes\":\"\",\"parent\":\"StaveLineConfig\"},{\"kind\":256,\"name\":\"StaveOptions\",\"url\":\"interfaces/StaveOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"bottom_text_position\",\"url\":\"interfaces/StaveOptions.html#bottom_text_position\",\"classes\":\"\",\"parent\":\"StaveOptions\"},{\"kind\":1024,\"name\":\"line_config\",\"url\":\"interfaces/StaveOptions.html#line_config\",\"classes\":\"\",\"parent\":\"StaveOptions\"},{\"kind\":1024,\"name\":\"space_below_staff_ln\",\"url\":\"interfaces/StaveOptions.html#space_below_staff_ln\",\"classes\":\"\",\"parent\":\"StaveOptions\"},{\"kind\":1024,\"name\":\"space_above_staff_ln\",\"url\":\"interfaces/StaveOptions.html#space_above_staff_ln\",\"classes\":\"\",\"parent\":\"StaveOptions\"},{\"kind\":1024,\"name\":\"vertical_bar_width\",\"url\":\"interfaces/StaveOptions.html#vertical_bar_width\",\"classes\":\"\",\"parent\":\"StaveOptions\"},{\"kind\":1024,\"name\":\"fill_style\",\"url\":\"interfaces/StaveOptions.html#fill_style\",\"classes\":\"\",\"parent\":\"StaveOptions\"},{\"kind\":1024,\"name\":\"left_bar\",\"url\":\"interfaces/StaveOptions.html#left_bar\",\"classes\":\"\",\"parent\":\"StaveOptions\"},{\"kind\":1024,\"name\":\"right_bar\",\"url\":\"interfaces/StaveOptions.html#right_bar\",\"classes\":\"\",\"parent\":\"StaveOptions\"},{\"kind\":1024,\"name\":\"spacing_between_lines_px\",\"url\":\"interfaces/StaveOptions.html#spacing_between_lines_px\",\"classes\":\"\",\"parent\":\"StaveOptions\"},{\"kind\":1024,\"name\":\"top_text_position\",\"url\":\"interfaces/StaveOptions.html#top_text_position\",\"classes\":\"\",\"parent\":\"StaveOptions\"},{\"kind\":1024,\"name\":\"num_lines\",\"url\":\"interfaces/StaveOptions.html#num_lines\",\"classes\":\"\",\"parent\":\"StaveOptions\"},{\"kind\":128,\"name\":\"Stave\",\"url\":\"classes/Stave.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Stave.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Stave.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":262144,\"name\":\"defaultPadding\",\"url\":\"classes/Stave.html#defaultPadding\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":262144,\"name\":\"rightPadding\",\"url\":\"classes/Stave.html#rightPadding\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"formatBegModifiers\",\"url\":\"classes/Stave.html#formatBegModifiers\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Stave.html#constructor\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":1024,\"name\":\"options\",\"url\":\"classes/Stave.html#options\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setDefaultLedgerLineStyle\",\"url\":\"classes/Stave.html#setDefaultLedgerLineStyle\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getDefaultLedgerLineStyle\",\"url\":\"classes/Stave.html#getDefaultLedgerLineStyle\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"space\",\"url\":\"classes/Stave.html#space\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"resetLines\",\"url\":\"classes/Stave.html#resetLines\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setNoteStartX\",\"url\":\"classes/Stave.html#setNoteStartX\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getNoteStartX\",\"url\":\"classes/Stave.html#getNoteStartX\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getNoteEndX\",\"url\":\"classes/Stave.html#getNoteEndX\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getTieStartX\",\"url\":\"classes/Stave.html#getTieStartX\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getTieEndX\",\"url\":\"classes/Stave.html#getTieEndX\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/Stave.html#getX\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getNumLines\",\"url\":\"classes/Stave.html#getNumLines\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setNumLines\",\"url\":\"classes/Stave.html#setNumLines\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setY\",\"url\":\"classes/Stave.html#setY\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getY\",\"url\":\"classes/Stave.html#getY\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getTopLineTopY\",\"url\":\"classes/Stave.html#getTopLineTopY\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getBottomLineBottomY\",\"url\":\"classes/Stave.html#getBottomLineBottomY\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/Stave.html#setX\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Stave.html#setWidth\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Stave.html#getWidth\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Stave.html#getStyle\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setMeasure\",\"url\":\"classes/Stave.html#setMeasure\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getMeasure\",\"url\":\"classes/Stave.html#getMeasure\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getModifierXShift\",\"url\":\"classes/Stave.html#getModifierXShift\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setRepetitionType\",\"url\":\"classes/Stave.html#setRepetitionType\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setVoltaType\",\"url\":\"classes/Stave.html#setVoltaType\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setSection\",\"url\":\"classes/Stave.html#setSection\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setTempo\",\"url\":\"classes/Stave.html#setTempo\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setText\",\"url\":\"classes/Stave.html#setText\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getHeight\",\"url\":\"classes/Stave.html#getHeight\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getSpacingBetweenLines\",\"url\":\"classes/Stave.html#getSpacingBetweenLines\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Stave.html#getBoundingBox\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getBottomY\",\"url\":\"classes/Stave.html#getBottomY\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getBottomLineY\",\"url\":\"classes/Stave.html#getBottomLineY\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getYForLine\",\"url\":\"classes/Stave.html#getYForLine\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getLineForY\",\"url\":\"classes/Stave.html#getLineForY\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/Stave.html#getYForTopText\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getYForBottomText\",\"url\":\"classes/Stave.html#getYForBottomText\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getYForNote\",\"url\":\"classes/Stave.html#getYForNote\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getYForGlyphs\",\"url\":\"classes/Stave.html#getYForGlyphs\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/Stave.html#addModifier\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"addEndModifier\",\"url\":\"classes/Stave.html#addEndModifier\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setBegBarType\",\"url\":\"classes/Stave.html#setBegBarType\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setEndBarType\",\"url\":\"classes/Stave.html#setEndBarType\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setClef\",\"url\":\"classes/Stave.html#setClef\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getClef\",\"url\":\"classes/Stave.html#getClef\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setEndClef\",\"url\":\"classes/Stave.html#setEndClef\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getEndClef\",\"url\":\"classes/Stave.html#getEndClef\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setKeySignature\",\"url\":\"classes/Stave.html#setKeySignature\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setEndKeySignature\",\"url\":\"classes/Stave.html#setEndKeySignature\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setTimeSignature\",\"url\":\"classes/Stave.html#setTimeSignature\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setEndTimeSignature\",\"url\":\"classes/Stave.html#setEndTimeSignature\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"addKeySignature\",\"url\":\"classes/Stave.html#addKeySignature\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"addClef\",\"url\":\"classes/Stave.html#addClef\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"addEndClef\",\"url\":\"classes/Stave.html#addEndClef\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"addTimeSignature\",\"url\":\"classes/Stave.html#addTimeSignature\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"addEndTimeSignature\",\"url\":\"classes/Stave.html#addEndTimeSignature\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"addTrebleGlyph\",\"url\":\"classes/Stave.html#addTrebleGlyph\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/Stave.html#getModifiers\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"sortByCategory\",\"url\":\"classes/Stave.html#sortByCategory\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Stave.html#format\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Stave.html#draw\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getVerticalBarWidth\",\"url\":\"classes/Stave.html#getVerticalBarWidth\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getConfigForLines\",\"url\":\"classes/Stave.html#getConfigForLines\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setConfigForLine\",\"url\":\"classes/Stave.html#setConfigForLine\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setConfigForLines\",\"url\":\"classes/Stave.html#setConfigForLines\",\"classes\":\"\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Stave.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Stave.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Stave.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Stave.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Stave.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Stave.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Stave.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Stave.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Stave.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Stave.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Stave.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Stave.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Stave.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Stave.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Stave.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Stave.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Stave.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Stave.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Stave.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Stave.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Stave.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Stave.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Stave.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Stave.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Stave.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Stave.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Stave.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Stave.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Stave.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Stave.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Stave.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Stave.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stave\"},{\"kind\":8,\"name\":\"BarlineType\",\"url\":\"enums/BarlineType.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"SINGLE\",\"url\":\"enums/BarlineType.html#SINGLE\",\"classes\":\"\",\"parent\":\"BarlineType\"},{\"kind\":16,\"name\":\"DOUBLE\",\"url\":\"enums/BarlineType.html#DOUBLE\",\"classes\":\"\",\"parent\":\"BarlineType\"},{\"kind\":16,\"name\":\"END\",\"url\":\"enums/BarlineType.html#END\",\"classes\":\"\",\"parent\":\"BarlineType\"},{\"kind\":16,\"name\":\"REPEAT_BEGIN\",\"url\":\"enums/BarlineType.html#REPEAT_BEGIN\",\"classes\":\"\",\"parent\":\"BarlineType\"},{\"kind\":16,\"name\":\"REPEAT_END\",\"url\":\"enums/BarlineType.html#REPEAT_END\",\"classes\":\"\",\"parent\":\"BarlineType\"},{\"kind\":16,\"name\":\"REPEAT_BOTH\",\"url\":\"enums/BarlineType.html#REPEAT_BOTH\",\"classes\":\"\",\"parent\":\"BarlineType\"},{\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/BarlineType.html#NONE\",\"classes\":\"\",\"parent\":\"BarlineType\"},{\"kind\":128,\"name\":\"Barline\",\"url\":\"classes/Barline.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Barline.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Barline\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/Barline.html#type\",\"classes\":\"\",\"parent\":\"Barline\"},{\"kind\":262144,\"name\":\"typeString\",\"url\":\"classes/Barline.html#typeString\",\"classes\":\"\",\"parent\":\"Barline\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Barline.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Barline.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Barline.html#constructor\",\"classes\":\"\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getType\",\"url\":\"classes/Barline.html#getType\",\"classes\":\"\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setType\",\"url\":\"classes/Barline.html#setType\",\"classes\":\"\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Barline.html#draw\",\"classes\":\"\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"drawVerticalBar\",\"url\":\"classes/Barline.html#drawVerticalBar\",\"classes\":\"\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"drawVerticalEndBar\",\"url\":\"classes/Barline.html#drawVerticalEndBar\",\"classes\":\"\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"drawRepeatBar\",\"url\":\"classes/Barline.html#drawRepeatBar\",\"classes\":\"\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Barline.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Barline.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/Barline.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/Barline.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/Barline.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Barline.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Barline.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/Barline.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/Barline.html#setX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"placeGlyphOnLine\",\"url\":\"classes/Barline.html#placeGlyphOnLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getPadding\",\"url\":\"classes/Barline.html#getPadding\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/Barline.html#setPadding\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setLayoutMetrics\",\"url\":\"classes/Barline.html#setLayoutMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getLayoutMetrics\",\"url\":\"classes/Barline.html#getLayoutMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Barline.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Barline.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Barline.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Barline.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Barline.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Barline.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Barline.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Barline.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Barline.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Barline.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Barline.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Barline.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Barline.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Barline.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Barline.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Barline.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Barline.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Barline.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Barline.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Barline.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Barline.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Barline.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Barline.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Barline.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Barline.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Barline.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Barline.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Barline.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Barline.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Barline.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Barline.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Barline.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Barline.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Barline.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Barline\"},{\"kind\":4194304,\"name\":\"StaveConnectorType\",\"url\":\"types/StaveConnectorType.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"StaveConnector\",\"url\":\"classes/StaveConnector.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StaveConnector.html#CATEGORY\",\"classes\":\"\",\"parent\":\"StaveConnector\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StaveConnector.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"StaveConnector\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/StaveConnector.html#type\",\"classes\":\"\",\"parent\":\"StaveConnector\"},{\"kind\":1024,\"name\":\"typeString\",\"url\":\"classes/StaveConnector.html#typeString\",\"classes\":\"\",\"parent\":\"StaveConnector\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaveConnector.html#constructor\",\"classes\":\"\",\"parent\":\"StaveConnector\"},{\"kind\":1024,\"name\":\"top_stave\",\"url\":\"classes/StaveConnector.html#top_stave\",\"classes\":\"\",\"parent\":\"StaveConnector\"},{\"kind\":1024,\"name\":\"bottom_stave\",\"url\":\"classes/StaveConnector.html#bottom_stave\",\"classes\":\"\",\"parent\":\"StaveConnector\"},{\"kind\":1024,\"name\":\"thickness\",\"url\":\"classes/StaveConnector.html#thickness\",\"classes\":\"\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"setType\",\"url\":\"classes/StaveConnector.html#setType\",\"classes\":\"\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getType\",\"url\":\"classes/StaveConnector.html#getType\",\"classes\":\"\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"setText\",\"url\":\"classes/StaveConnector.html#setText\",\"classes\":\"\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/StaveConnector.html#setXShift\",\"classes\":\"\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/StaveConnector.html#getXShift\",\"classes\":\"\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StaveConnector.html#draw\",\"classes\":\"\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StaveConnector.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StaveConnector.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StaveConnector.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StaveConnector.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StaveConnector.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StaveConnector.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StaveConnector.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StaveConnector.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StaveConnector.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StaveConnector.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StaveConnector.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StaveConnector.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StaveConnector.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StaveConnector.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StaveConnector.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StaveConnector.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StaveConnector.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StaveConnector.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StaveConnector.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StaveConnector.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StaveConnector.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StaveConnector.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StaveConnector.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StaveConnector.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StaveConnector.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StaveConnector.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StaveConnector.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StaveConnector.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StaveConnector.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StaveConnector.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StaveConnector.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StaveConnector.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StaveConnector.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StaveConnector.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveConnector\"},{\"kind\":256,\"name\":\"StaveHairpinRenderOptions\",\"url\":\"interfaces/StaveHairpinRenderOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"right_shift_ticks\",\"url\":\"interfaces/StaveHairpinRenderOptions.html#right_shift_ticks\",\"classes\":\"\",\"parent\":\"StaveHairpinRenderOptions\"},{\"kind\":1024,\"name\":\"left_shift_ticks\",\"url\":\"interfaces/StaveHairpinRenderOptions.html#left_shift_ticks\",\"classes\":\"\",\"parent\":\"StaveHairpinRenderOptions\"},{\"kind\":1024,\"name\":\"left_shift_px\",\"url\":\"interfaces/StaveHairpinRenderOptions.html#left_shift_px\",\"classes\":\"\",\"parent\":\"StaveHairpinRenderOptions\"},{\"kind\":1024,\"name\":\"right_shift_px\",\"url\":\"interfaces/StaveHairpinRenderOptions.html#right_shift_px\",\"classes\":\"\",\"parent\":\"StaveHairpinRenderOptions\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/StaveHairpinRenderOptions.html#height\",\"classes\":\"\",\"parent\":\"StaveHairpinRenderOptions\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"interfaces/StaveHairpinRenderOptions.html#y_shift\",\"classes\":\"\",\"parent\":\"StaveHairpinRenderOptions\"},{\"kind\":128,\"name\":\"StaveHairpin\",\"url\":\"classes/StaveHairpin.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StaveHairpin.html#CATEGORY\",\"classes\":\"\",\"parent\":\"StaveHairpin\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/StaveHairpin.html#type\",\"classes\":\"\",\"parent\":\"StaveHairpin\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StaveHairpin.html#type.__type\",\"classes\":\"\",\"parent\":\"StaveHairpin.type\"},{\"kind\":1024,\"name\":\"CRESC\",\"url\":\"classes/StaveHairpin.html#type.__type.CRESC\",\"classes\":\"\",\"parent\":\"StaveHairpin.type.__type\"},{\"kind\":1024,\"name\":\"DECRESC\",\"url\":\"classes/StaveHairpin.html#type.__type.DECRESC\",\"classes\":\"\",\"parent\":\"StaveHairpin.type.__type\"},{\"kind\":2048,\"name\":\"FormatByTicksAndDraw\",\"url\":\"classes/StaveHairpin.html#FormatByTicksAndDraw\",\"classes\":\"\",\"parent\":\"StaveHairpin\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StaveHairpin.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaveHairpin.html#constructor\",\"classes\":\"\",\"parent\":\"StaveHairpin\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/StaveHairpin.html#render_options\",\"classes\":\"\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/StaveHairpin.html#setPosition\",\"classes\":\"\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"setRenderOptions\",\"url\":\"classes/StaveHairpin.html#setRenderOptions\",\"classes\":\"\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"setNotes\",\"url\":\"classes/StaveHairpin.html#setNotes\",\"classes\":\"\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"renderHairpin\",\"url\":\"classes/StaveHairpin.html#renderHairpin\",\"classes\":\"\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StaveHairpin.html#draw\",\"classes\":\"\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StaveHairpin.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StaveHairpin.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StaveHairpin.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StaveHairpin.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StaveHairpin.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StaveHairpin.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StaveHairpin.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StaveHairpin.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StaveHairpin.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StaveHairpin.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StaveHairpin.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StaveHairpin.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StaveHairpin.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StaveHairpin.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StaveHairpin.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StaveHairpin.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StaveHairpin.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StaveHairpin.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StaveHairpin.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StaveHairpin.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StaveHairpin.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StaveHairpin.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StaveHairpin.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StaveHairpin.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StaveHairpin.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StaveHairpin.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StaveHairpin.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StaveHairpin.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StaveHairpin.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StaveHairpin.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StaveHairpin.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StaveHairpin.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StaveHairpin.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StaveHairpin.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveHairpin\"},{\"kind\":256,\"name\":\"StaveLineNotes\",\"url\":\"interfaces/StaveLineNotes.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"first_note\",\"url\":\"interfaces/StaveLineNotes.html#first_note\",\"classes\":\"\",\"parent\":\"StaveLineNotes\"},{\"kind\":1024,\"name\":\"first_indices\",\"url\":\"interfaces/StaveLineNotes.html#first_indices\",\"classes\":\"\",\"parent\":\"StaveLineNotes\"},{\"kind\":1024,\"name\":\"last_note\",\"url\":\"interfaces/StaveLineNotes.html#last_note\",\"classes\":\"\",\"parent\":\"StaveLineNotes\"},{\"kind\":1024,\"name\":\"last_indices\",\"url\":\"interfaces/StaveLineNotes.html#last_indices\",\"classes\":\"\",\"parent\":\"StaveLineNotes\"},{\"kind\":128,\"name\":\"StaveLine\",\"url\":\"classes/StaveLine.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StaveLine.html#CATEGORY\",\"classes\":\"\",\"parent\":\"StaveLine\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StaveLine.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"StaveLine\"},{\"kind\":1024,\"name\":\"TextVerticalPosition\",\"url\":\"classes/StaveLine.html#TextVerticalPosition\",\"classes\":\"\",\"parent\":\"StaveLine\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StaveLine.html#TextVerticalPosition.__type-1\",\"classes\":\"\",\"parent\":\"StaveLine.TextVerticalPosition\"},{\"kind\":1024,\"name\":\"TOP\",\"url\":\"classes/StaveLine.html#TextVerticalPosition.__type-1.TOP\",\"classes\":\"\",\"parent\":\"StaveLine.TextVerticalPosition.__type\"},{\"kind\":1024,\"name\":\"BOTTOM\",\"url\":\"classes/StaveLine.html#TextVerticalPosition.__type-1.BOTTOM\",\"classes\":\"\",\"parent\":\"StaveLine.TextVerticalPosition.__type\"},{\"kind\":1024,\"name\":\"TextJustification\",\"url\":\"classes/StaveLine.html#TextJustification\",\"classes\":\"\",\"parent\":\"StaveLine\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaveLine.html#constructor\",\"classes\":\"\",\"parent\":\"StaveLine\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/StaveLine.html#render_options\",\"classes\":\"\",\"parent\":\"StaveLine\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StaveLine.html#render_options.__type\",\"classes\":\"\",\"parent\":\"StaveLine.render_options\"},{\"kind\":1024,\"name\":\"padding_left\",\"url\":\"classes/StaveLine.html#render_options.__type.padding_left\",\"classes\":\"\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"padding_right\",\"url\":\"classes/StaveLine.html#render_options.__type.padding_right\",\"classes\":\"\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"line_width\",\"url\":\"classes/StaveLine.html#render_options.__type.line_width\",\"classes\":\"\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"line_dash\",\"url\":\"classes/StaveLine.html#render_options.__type.line_dash\",\"classes\":\"\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"rounded_end\",\"url\":\"classes/StaveLine.html#render_options.__type.rounded_end\",\"classes\":\"\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"color\",\"url\":\"classes/StaveLine.html#render_options.__type.color\",\"classes\":\"\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_start_arrow\",\"url\":\"classes/StaveLine.html#render_options.__type.draw_start_arrow\",\"classes\":\"\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_end_arrow\",\"url\":\"classes/StaveLine.html#render_options.__type.draw_end_arrow\",\"classes\":\"\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"arrowhead_length\",\"url\":\"classes/StaveLine.html#render_options.__type.arrowhead_length\",\"classes\":\"\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"arrowhead_angle\",\"url\":\"classes/StaveLine.html#render_options.__type.arrowhead_angle\",\"classes\":\"\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"text_position_vertical\",\"url\":\"classes/StaveLine.html#render_options.__type.text_position_vertical\",\"classes\":\"\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":1024,\"name\":\"text_justification\",\"url\":\"classes/StaveLine.html#render_options.__type.text_justification\",\"classes\":\"\",\"parent\":\"StaveLine.render_options.__type\"},{\"kind\":2048,\"name\":\"setText\",\"url\":\"classes/StaveLine.html#setText\",\"classes\":\"\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"setNotes\",\"url\":\"classes/StaveLine.html#setNotes\",\"classes\":\"\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"applyLineStyle\",\"url\":\"classes/StaveLine.html#applyLineStyle\",\"classes\":\"\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"applyFontStyle\",\"url\":\"classes/StaveLine.html#applyFontStyle\",\"classes\":\"\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StaveLine.html#draw\",\"classes\":\"\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StaveLine.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StaveLine.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StaveLine.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StaveLine.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StaveLine.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StaveLine.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StaveLine.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StaveLine.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StaveLine.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StaveLine.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StaveLine.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StaveLine.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StaveLine.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StaveLine.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StaveLine.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StaveLine.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StaveLine.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StaveLine.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StaveLine.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StaveLine.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StaveLine.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StaveLine.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StaveLine.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StaveLine.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StaveLine.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StaveLine.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StaveLine.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StaveLine.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StaveLine.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StaveLine.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StaveLine.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StaveLine.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StaveLine.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StaveLine.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveLine\"},{\"kind\":256,\"name\":\"LayoutMetrics\",\"url\":\"interfaces/LayoutMetrics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"xMin\",\"url\":\"interfaces/LayoutMetrics.html#xMin\",\"classes\":\"\",\"parent\":\"LayoutMetrics\"},{\"kind\":1024,\"name\":\"xMax\",\"url\":\"interfaces/LayoutMetrics.html#xMax\",\"classes\":\"\",\"parent\":\"LayoutMetrics\"},{\"kind\":1024,\"name\":\"paddingLeft\",\"url\":\"interfaces/LayoutMetrics.html#paddingLeft\",\"classes\":\"\",\"parent\":\"LayoutMetrics\"},{\"kind\":1024,\"name\":\"paddingRight\",\"url\":\"interfaces/LayoutMetrics.html#paddingRight\",\"classes\":\"\",\"parent\":\"LayoutMetrics\"},{\"kind\":8,\"name\":\"StaveModifierPosition\",\"url\":\"enums/StaveModifierPosition.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"CENTER\",\"url\":\"enums/StaveModifierPosition.html#CENTER\",\"classes\":\"\",\"parent\":\"StaveModifierPosition\"},{\"kind\":16,\"name\":\"LEFT\",\"url\":\"enums/StaveModifierPosition.html#LEFT\",\"classes\":\"\",\"parent\":\"StaveModifierPosition\"},{\"kind\":16,\"name\":\"RIGHT\",\"url\":\"enums/StaveModifierPosition.html#RIGHT\",\"classes\":\"\",\"parent\":\"StaveModifierPosition\"},{\"kind\":16,\"name\":\"ABOVE\",\"url\":\"enums/StaveModifierPosition.html#ABOVE\",\"classes\":\"\",\"parent\":\"StaveModifierPosition\"},{\"kind\":16,\"name\":\"BELOW\",\"url\":\"enums/StaveModifierPosition.html#BELOW\",\"classes\":\"\",\"parent\":\"StaveModifierPosition\"},{\"kind\":16,\"name\":\"BEGIN\",\"url\":\"enums/StaveModifierPosition.html#BEGIN\",\"classes\":\"\",\"parent\":\"StaveModifierPosition\"},{\"kind\":16,\"name\":\"END\",\"url\":\"enums/StaveModifierPosition.html#END\",\"classes\":\"\",\"parent\":\"StaveModifierPosition\"},{\"kind\":128,\"name\":\"StaveModifier\",\"url\":\"classes/StaveModifier.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StaveModifier.html#CATEGORY\",\"classes\":\"\",\"parent\":\"StaveModifier\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/StaveModifier.html#Position\",\"classes\":\"\",\"parent\":\"StaveModifier\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StaveModifier.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaveModifier.html#constructor\",\"classes\":\"\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/StaveModifier.html#getPosition\",\"classes\":\"\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/StaveModifier.html#setPosition\",\"classes\":\"\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/StaveModifier.html#getStave\",\"classes\":\"\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/StaveModifier.html#checkStave\",\"classes\":\"\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/StaveModifier.html#setStave\",\"classes\":\"\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/StaveModifier.html#getWidth\",\"classes\":\"\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/StaveModifier.html#setWidth\",\"classes\":\"\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/StaveModifier.html#getX\",\"classes\":\"\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/StaveModifier.html#setX\",\"classes\":\"\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"placeGlyphOnLine\",\"url\":\"classes/StaveModifier.html#placeGlyphOnLine\",\"classes\":\"\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getPadding\",\"url\":\"classes/StaveModifier.html#getPadding\",\"classes\":\"\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/StaveModifier.html#setPadding\",\"classes\":\"\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setLayoutMetrics\",\"url\":\"classes/StaveModifier.html#setLayoutMetrics\",\"classes\":\"\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getLayoutMetrics\",\"url\":\"classes/StaveModifier.html#getLayoutMetrics\",\"classes\":\"\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StaveModifier.html#draw\",\"classes\":\"\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StaveModifier.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StaveModifier.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StaveModifier.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StaveModifier.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StaveModifier.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StaveModifier.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StaveModifier.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StaveModifier.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StaveModifier.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StaveModifier.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StaveModifier.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StaveModifier.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StaveModifier.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StaveModifier.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StaveModifier.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StaveModifier.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StaveModifier.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StaveModifier.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StaveModifier.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StaveModifier.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StaveModifier.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StaveModifier.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StaveModifier.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StaveModifier.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StaveModifier.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StaveModifier.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StaveModifier.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StaveModifier.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StaveModifier.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StaveModifier.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StaveModifier.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StaveModifier.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StaveModifier.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StaveModifier.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveModifier\"},{\"kind\":256,\"name\":\"StaveNoteHeadBounds\",\"url\":\"interfaces/StaveNoteHeadBounds.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"y_top\",\"url\":\"interfaces/StaveNoteHeadBounds.html#y_top\",\"classes\":\"\",\"parent\":\"StaveNoteHeadBounds\"},{\"kind\":1024,\"name\":\"y_bottom\",\"url\":\"interfaces/StaveNoteHeadBounds.html#y_bottom\",\"classes\":\"\",\"parent\":\"StaveNoteHeadBounds\"},{\"kind\":1024,\"name\":\"displaced_x\",\"url\":\"interfaces/StaveNoteHeadBounds.html#displaced_x\",\"classes\":\"\",\"parent\":\"StaveNoteHeadBounds\"},{\"kind\":1024,\"name\":\"non_displaced_x\",\"url\":\"interfaces/StaveNoteHeadBounds.html#non_displaced_x\",\"classes\":\"\",\"parent\":\"StaveNoteHeadBounds\"},{\"kind\":1024,\"name\":\"highest_line\",\"url\":\"interfaces/StaveNoteHeadBounds.html#highest_line\",\"classes\":\"\",\"parent\":\"StaveNoteHeadBounds\"},{\"kind\":1024,\"name\":\"lowest_line\",\"url\":\"interfaces/StaveNoteHeadBounds.html#lowest_line\",\"classes\":\"\",\"parent\":\"StaveNoteHeadBounds\"},{\"kind\":1024,\"name\":\"highest_displaced_line\",\"url\":\"interfaces/StaveNoteHeadBounds.html#highest_displaced_line\",\"classes\":\"\",\"parent\":\"StaveNoteHeadBounds\"},{\"kind\":1024,\"name\":\"lowest_displaced_line\",\"url\":\"interfaces/StaveNoteHeadBounds.html#lowest_displaced_line\",\"classes\":\"\",\"parent\":\"StaveNoteHeadBounds\"},{\"kind\":1024,\"name\":\"highest_non_displaced_line\",\"url\":\"interfaces/StaveNoteHeadBounds.html#highest_non_displaced_line\",\"classes\":\"\",\"parent\":\"StaveNoteHeadBounds\"},{\"kind\":1024,\"name\":\"lowest_non_displaced_line\",\"url\":\"interfaces/StaveNoteHeadBounds.html#lowest_non_displaced_line\",\"classes\":\"\",\"parent\":\"StaveNoteHeadBounds\"},{\"kind\":256,\"name\":\"StaveNoteFormatSettings\",\"url\":\"interfaces/StaveNoteFormatSettings.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/StaveNoteFormatSettings.html#line\",\"classes\":\"\",\"parent\":\"StaveNoteFormatSettings\"},{\"kind\":1024,\"name\":\"maxLine\",\"url\":\"interfaces/StaveNoteFormatSettings.html#maxLine\",\"classes\":\"\",\"parent\":\"StaveNoteFormatSettings\"},{\"kind\":1024,\"name\":\"minLine\",\"url\":\"interfaces/StaveNoteFormatSettings.html#minLine\",\"classes\":\"\",\"parent\":\"StaveNoteFormatSettings\"},{\"kind\":1024,\"name\":\"isrest\",\"url\":\"interfaces/StaveNoteFormatSettings.html#isrest\",\"classes\":\"\",\"parent\":\"StaveNoteFormatSettings\"},{\"kind\":1024,\"name\":\"stemDirection\",\"url\":\"interfaces/StaveNoteFormatSettings.html#stemDirection\",\"classes\":\"\",\"parent\":\"StaveNoteFormatSettings\"},{\"kind\":1024,\"name\":\"stemMax\",\"url\":\"interfaces/StaveNoteFormatSettings.html#stemMax\",\"classes\":\"\",\"parent\":\"StaveNoteFormatSettings\"},{\"kind\":1024,\"name\":\"stemMin\",\"url\":\"interfaces/StaveNoteFormatSettings.html#stemMin\",\"classes\":\"\",\"parent\":\"StaveNoteFormatSettings\"},{\"kind\":1024,\"name\":\"voice_shift\",\"url\":\"interfaces/StaveNoteFormatSettings.html#voice_shift\",\"classes\":\"\",\"parent\":\"StaveNoteFormatSettings\"},{\"kind\":1024,\"name\":\"is_displaced\",\"url\":\"interfaces/StaveNoteFormatSettings.html#is_displaced\",\"classes\":\"\",\"parent\":\"StaveNoteFormatSettings\"},{\"kind\":1024,\"name\":\"note\",\"url\":\"interfaces/StaveNoteFormatSettings.html#note\",\"classes\":\"\",\"parent\":\"StaveNoteFormatSettings\"},{\"kind\":256,\"name\":\"StaveNoteStruct\",\"url\":\"interfaces/StaveNoteStruct.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"interfaces/StaveNoteStruct.html#stem_direction\",\"classes\":\"\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"auto_stem\",\"url\":\"interfaces/StaveNoteStruct.html#auto_stem\",\"classes\":\"\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"stem_down_x_offset\",\"url\":\"interfaces/StaveNoteStruct.html#stem_down_x_offset\",\"classes\":\"\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"stem_up_x_offset\",\"url\":\"interfaces/StaveNoteStruct.html#stem_up_x_offset\",\"classes\":\"\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"interfaces/StaveNoteStruct.html#stroke_px\",\"classes\":\"\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"interfaces/StaveNoteStruct.html#glyph_font_scale\",\"classes\":\"\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"octave_shift\",\"url\":\"interfaces/StaveNoteStruct.html#octave_shift\",\"classes\":\"\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"clef\",\"url\":\"interfaces/StaveNoteStruct.html#clef\",\"classes\":\"\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"interfaces/StaveNoteStruct.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/StaveNoteStruct.html#duration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/StaveNoteStruct.html#line\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"dots\",\"url\":\"interfaces/StaveNoteStruct.html#dots\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/StaveNoteStruct.html#type\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"align_center\",\"url\":\"interfaces/StaveNoteStruct.html#align_center\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNoteStruct\"},{\"kind\":1024,\"name\":\"duration_override\",\"url\":\"interfaces/StaveNoteStruct.html#duration_override\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNoteStruct\"},{\"kind\":128,\"name\":\"StaveNote\",\"url\":\"classes/StaveNote.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/StaveNote.html#DEBUG\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StaveNote.html#CATEGORY\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"STEM_UP\",\"url\":\"classes/StaveNote.html#STEM_UP\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"STEM_DOWN\",\"url\":\"classes/StaveNote.html#STEM_DOWN\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"LEDGER_LINE_OFFSET\",\"url\":\"classes/StaveNote.html#LEDGER_LINE_OFFSET\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"minNoteheadPadding\",\"url\":\"classes/StaveNote.html#minNoteheadPadding\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/StaveNote.html#format\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/StaveNote.html#postFormat-2\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/StaveNote.html#plotMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getPoint\",\"url\":\"classes/StaveNote.html#getPoint\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StaveNote.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaveNote.html#constructor\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":1024,\"name\":\"minLine\",\"url\":\"classes/StaveNote.html#minLine\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":1024,\"name\":\"maxLine\",\"url\":\"classes/StaveNote.html#maxLine\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/StaveNote.html#reset\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/StaveNote.html#setBeam\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"buildStem\",\"url\":\"classes/StaveNote.html#buildStem\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"buildNoteHeads\",\"url\":\"classes/StaveNote.html#buildNoteHeads\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"autoStem\",\"url\":\"classes/StaveNote.html#autoStem\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"calculateOptimalStemDirection\",\"url\":\"classes/StaveNote.html#calculateOptimalStemDirection\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"calculateKeyProps\",\"url\":\"classes/StaveNote.html#calculateKeyProps\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StaveNote.html#getBoundingBox\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/StaveNote.html#getLineNumber\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/StaveNote.html#isRest\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"isChord\",\"url\":\"classes/StaveNote.html#isChord\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/StaveNote.html#hasStem\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"hasFlag\",\"url\":\"classes/StaveNote.html#hasFlag\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStemX\",\"url\":\"classes/StaveNote.html#getStemX\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/StaveNote.html#getYForTopText\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getYForBottomText\",\"url\":\"classes/StaveNote.html#getYForBottomText\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/StaveNote.html#setStave\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"isDisplaced\",\"url\":\"classes/StaveNote.html#isDisplaced\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setNoteDisplaced\",\"url\":\"classes/StaveNote.html#setNoteDisplaced\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/StaveNote.html#getTieRightX\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/StaveNote.html#getTieLeftX\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/StaveNote.html#getLineForRest\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/StaveNote.html#getModifierStartXY\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StaveNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"\",\"parent\":\"StaveNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/StaveNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"\",\"parent\":\"StaveNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/StaveNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"\",\"parent\":\"StaveNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StaveNote.html#setStyle\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setStemStyle\",\"url\":\"classes/StaveNote.html#setStemStyle\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStemStyle\",\"url\":\"classes/StaveNote.html#getStemStyle\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setLedgerLineStyle\",\"url\":\"classes/StaveNote.html#setLedgerLineStyle\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getLedgerLineStyle\",\"url\":\"classes/StaveNote.html#getLedgerLineStyle\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setFlagStyle\",\"url\":\"classes/StaveNote.html#setFlagStyle\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getFlagStyle\",\"url\":\"classes/StaveNote.html#getFlagStyle\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setKeyStyle\",\"url\":\"classes/StaveNote.html#setKeyStyle\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setKeyLine\",\"url\":\"classes/StaveNote.html#setKeyLine\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getKeyLine\",\"url\":\"classes/StaveNote.html#getKeyLine\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getVoiceShiftWidth\",\"url\":\"classes/StaveNote.html#getVoiceShiftWidth\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"calcNoteDisplacements\",\"url\":\"classes/StaveNote.html#calcNoteDisplacements\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/StaveNote.html#preFormat\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getNoteHeadBounds\",\"url\":\"classes/StaveNote.html#getNoteHeadBounds\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getNoteHeadBeginX\",\"url\":\"classes/StaveNote.html#getNoteHeadBeginX\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getNoteHeadEndX\",\"url\":\"classes/StaveNote.html#getNoteHeadEndX\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"noteHeads\",\"url\":\"classes/StaveNote.html#noteHeads\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"note_heads\",\"url\":\"classes/StaveNote.html#note_heads\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"drawLedgerLines\",\"url\":\"classes/StaveNote.html#drawLedgerLines\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"drawModifiers\",\"url\":\"classes/StaveNote.html#drawModifiers\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"shouldDrawFlag\",\"url\":\"classes/StaveNote.html#shouldDrawFlag\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"drawFlag\",\"url\":\"classes/StaveNote.html#drawFlag\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"drawNoteHeads\",\"url\":\"classes/StaveNote.html#drawNoteHeads\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"drawStem\",\"url\":\"classes/StaveNote.html#drawStem\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStaveNoteScale\",\"url\":\"classes/StaveNote.html#getStaveNoteScale\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStemExtension\",\"url\":\"classes/StaveNote.html#getStemExtension\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StaveNote.html#draw-1\",\"classes\":\"\",\"parent\":\"StaveNote\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"classes/StaveNote.html#stem_direction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":1024,\"name\":\"stem\",\"url\":\"classes/StaveNote.html#stem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStem\",\"url\":\"classes/StaveNote.html#getStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"checkStem\",\"url\":\"classes/StaveNote.html#checkStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setStem\",\"url\":\"classes/StaveNote.html#setStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"buildFlag\",\"url\":\"classes/StaveNote.html#buildFlag\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getBaseCustomNoteHeadGlyphProps\",\"url\":\"classes/StaveNote.html#getBaseCustomNoteHeadGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStemLength\",\"url\":\"classes/StaveNote.html#getStemLength\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getBeamCount\",\"url\":\"classes/StaveNote.html#getBeamCount\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStemMinimumLength\",\"url\":\"classes/StaveNote.html#getStemMinimumLength\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/StaveNote.html#getStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setStemDirection\",\"url\":\"classes/StaveNote.html#setStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getCenterGlyphX\",\"url\":\"classes/StaveNote.html#getCenterGlyphX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setStemLength\",\"url\":\"classes/StaveNote.html#setStemLength\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/StaveNote.html#getStemExtents\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StaveNote.html#getStemExtents.getStemExtents-1.__type-2\",\"classes\":\"\",\"parent\":\"StaveNote.getStemExtents.getStemExtents\"},{\"kind\":1024,\"name\":\"topY\",\"url\":\"classes/StaveNote.html#getStemExtents.getStemExtents-1.__type-2.topY\",\"classes\":\"\",\"parent\":\"StaveNote.getStemExtents.getStemExtents.__type\"},{\"kind\":1024,\"name\":\"baseY\",\"url\":\"classes/StaveNote.html#getStemExtents.getStemExtents-1.__type-2.baseY\",\"classes\":\"\",\"parent\":\"StaveNote.getStemExtents.getStemExtents.__type\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/StaveNote.html#postFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/StaveNote.html#glyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/StaveNote.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/StaveNote.html#keyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/StaveNote.html#render_options\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StaveNote.html#render_options.__type\",\"classes\":\"\",\"parent\":\"StaveNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/StaveNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/StaveNote.html#render_options.__type.draw\",\"classes\":\"\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/StaveNote.html#render_options.__type.draw_dots\",\"classes\":\"\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/StaveNote.html#render_options.__type.draw_stem\",\"classes\":\"\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/StaveNote.html#render_options.__type.y_shift\",\"classes\":\"\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/StaveNote.html#render_options.__type.extend_left\",\"classes\":\"\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/StaveNote.html#render_options.__type.extend_right\",\"classes\":\"\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/StaveNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/StaveNote.html#render_options.__type.annotation_spacing\",\"classes\":\"\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/StaveNote.html#render_options.__type.glyph_font_size\",\"classes\":\"\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/StaveNote.html#render_options.__type.scale\",\"classes\":\"\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/StaveNote.html#render_options.__type.font\",\"classes\":\"\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/StaveNote.html#render_options.__type.stroke_px\",\"classes\":\"\",\"parent\":\"StaveNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/StaveNote.html#getPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/StaveNote.html#setPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/StaveNote.html#addStroke\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/StaveNote.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/StaveNote.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/StaveNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/StaveNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/StaveNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/StaveNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/StaveNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/StaveNote.html#getGlyph\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/StaveNote.html#getGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/StaveNote.html#getGlyphWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/StaveNote.html#setYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/StaveNote.html#getYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/StaveNote.html#getVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/StaveNote.html#setVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/StaveNote.html#getTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/StaveNote.html#setTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/StaveNote.html#getDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/StaveNote.html#isDotted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/StaveNote.html#getNoteType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/StaveNote.html#getBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/StaveNote.html#checkBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/StaveNote.html#hasBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/StaveNote.html#addModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/StaveNote.html#getModifiersByType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/StaveNote.html#getRightParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/StaveNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/StaveNote.html#getFirstDotPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/StaveNote.html#getMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/StaveNote.html#getAbsoluteX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/StaveNote.html#getKeys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/StaveNote.html#getKeyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/StaveNote.html#getTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/StaveNote.html#setIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/StaveNote.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/StaveNote.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/StaveNote.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/StaveNote.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/StaveNote.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/StaveNote.html#getFormatterMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/StaveNote.html#getCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/StaveNote.html#setCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/StaveNote.html#isCenterAligned\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/StaveNote.html#setCenterAlignment\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/StaveNote.html#getTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/StaveNote.html#getTupletStack\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/StaveNote.html#resetTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/StaveNote.html#setTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/StaveNote.html#addToModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/StaveNote.html#getModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/StaveNote.html#checkTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/StaveNote.html#preFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/StaveNote.html#postFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/StaveNote.html#getIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/StaveNote.html#setIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/StaveNote.html#getTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/StaveNote.html#applyTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/StaveNote.html#setDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/StaveNote.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/StaveNote.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/StaveNote.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StaveNote.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StaveNote.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StaveNote.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StaveNote.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StaveNote.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StaveNote.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StaveNote.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StaveNote.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StaveNote.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StaveNote.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StaveNote.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StaveNote.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StaveNote.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StaveNote.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StaveNote.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StaveNote.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StaveNote.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StaveNote.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StaveNote.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StaveNote.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StaveNote.html#font-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StaveNote.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StaveNote.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StaveNote.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StaveNote.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StaveNote.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StaveNote.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StaveNote.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StaveNote.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StaveNote.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StaveNote.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StaveNote.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveNote\"},{\"kind\":128,\"name\":\"Repetition\",\"url\":\"classes/Repetition.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Repetition.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Repetition\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Repetition.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"Repetition\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/Repetition.html#type\",\"classes\":\"\",\"parent\":\"Repetition\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Repetition.html#type.__type\",\"classes\":\"\",\"parent\":\"Repetition.type\"},{\"kind\":1024,\"name\":\"NONE\",\"url\":\"classes/Repetition.html#type.__type.NONE\",\"classes\":\"\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"CODA_LEFT\",\"url\":\"classes/Repetition.html#type.__type.CODA_LEFT\",\"classes\":\"\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"CODA_RIGHT\",\"url\":\"classes/Repetition.html#type.__type.CODA_RIGHT\",\"classes\":\"\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"SEGNO_LEFT\",\"url\":\"classes/Repetition.html#type.__type.SEGNO_LEFT\",\"classes\":\"\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"SEGNO_RIGHT\",\"url\":\"classes/Repetition.html#type.__type.SEGNO_RIGHT\",\"classes\":\"\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"DC\",\"url\":\"classes/Repetition.html#type.__type.DC\",\"classes\":\"\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"DC_AL_CODA\",\"url\":\"classes/Repetition.html#type.__type.DC_AL_CODA\",\"classes\":\"\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"DC_AL_FINE\",\"url\":\"classes/Repetition.html#type.__type.DC_AL_FINE\",\"classes\":\"\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"DS\",\"url\":\"classes/Repetition.html#type.__type.DS\",\"classes\":\"\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"DS_AL_CODA\",\"url\":\"classes/Repetition.html#type.__type.DS_AL_CODA\",\"classes\":\"\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"DS_AL_FINE\",\"url\":\"classes/Repetition.html#type.__type.DS_AL_FINE\",\"classes\":\"\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"FINE\",\"url\":\"classes/Repetition.html#type.__type.FINE\",\"classes\":\"\",\"parent\":\"Repetition.type.__type\"},{\"kind\":1024,\"name\":\"TO_CODA\",\"url\":\"classes/Repetition.html#type.__type.TO_CODA\",\"classes\":\"\",\"parent\":\"Repetition.type.__type\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Repetition.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Repetition.html#constructor\",\"classes\":\"\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setShiftX\",\"url\":\"classes/Repetition.html#setShiftX\",\"classes\":\"\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setShiftY\",\"url\":\"classes/Repetition.html#setShiftY\",\"classes\":\"\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Repetition.html#draw\",\"classes\":\"\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"drawCodaFixed\",\"url\":\"classes/Repetition.html#drawCodaFixed\",\"classes\":\"\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"drawSignoFixed\",\"url\":\"classes/Repetition.html#drawSignoFixed\",\"classes\":\"\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"drawSymbolText\",\"url\":\"classes/Repetition.html#drawSymbolText\",\"classes\":\"\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Repetition.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Repetition.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/Repetition.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/Repetition.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/Repetition.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Repetition.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Repetition.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/Repetition.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/Repetition.html#setX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"placeGlyphOnLine\",\"url\":\"classes/Repetition.html#placeGlyphOnLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getPadding\",\"url\":\"classes/Repetition.html#getPadding\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/Repetition.html#setPadding\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setLayoutMetrics\",\"url\":\"classes/Repetition.html#setLayoutMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getLayoutMetrics\",\"url\":\"classes/Repetition.html#getLayoutMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Repetition.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Repetition.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Repetition.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Repetition.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Repetition.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Repetition.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Repetition.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Repetition.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Repetition.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Repetition.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Repetition.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Repetition.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Repetition.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Repetition.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Repetition.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Repetition.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Repetition.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Repetition.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Repetition.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Repetition.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Repetition.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Repetition.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Repetition.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Repetition.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Repetition.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Repetition.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Repetition.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Repetition.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Repetition.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Repetition.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Repetition.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Repetition.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Repetition.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Repetition.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Repetition\"},{\"kind\":128,\"name\":\"StaveSection\",\"url\":\"classes/StaveSection.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StaveSection.html#CATEGORY\",\"classes\":\"\",\"parent\":\"StaveSection\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StaveSection.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"StaveSection\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/StaveSection.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaveSection.html#constructor\",\"classes\":\"\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setStaveSection\",\"url\":\"classes/StaveSection.html#setStaveSection\",\"classes\":\"\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setShiftX\",\"url\":\"classes/StaveSection.html#setShiftX\",\"classes\":\"\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setShiftY\",\"url\":\"classes/StaveSection.html#setShiftY\",\"classes\":\"\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StaveSection.html#draw\",\"classes\":\"\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/StaveSection.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/StaveSection.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/StaveSection.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/StaveSection.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/StaveSection.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/StaveSection.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/StaveSection.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/StaveSection.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/StaveSection.html#setX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"placeGlyphOnLine\",\"url\":\"classes/StaveSection.html#placeGlyphOnLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getPadding\",\"url\":\"classes/StaveSection.html#getPadding\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/StaveSection.html#setPadding\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setLayoutMetrics\",\"url\":\"classes/StaveSection.html#setLayoutMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getLayoutMetrics\",\"url\":\"classes/StaveSection.html#getLayoutMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StaveSection.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StaveSection.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StaveSection.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StaveSection.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StaveSection.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StaveSection.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StaveSection.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StaveSection.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StaveSection.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StaveSection.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StaveSection.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StaveSection.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StaveSection.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StaveSection.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StaveSection.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StaveSection.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StaveSection.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StaveSection.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StaveSection.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StaveSection.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StaveSection.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StaveSection.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StaveSection.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StaveSection.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StaveSection.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StaveSection.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StaveSection.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StaveSection.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StaveSection.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StaveSection.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StaveSection.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StaveSection.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StaveSection.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StaveSection.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveSection\"},{\"kind\":256,\"name\":\"StaveTempoOptions\",\"url\":\"interfaces/StaveTempoOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"bpm\",\"url\":\"interfaces/StaveTempoOptions.html#bpm\",\"classes\":\"\",\"parent\":\"StaveTempoOptions\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/StaveTempoOptions.html#duration\",\"classes\":\"\",\"parent\":\"StaveTempoOptions\"},{\"kind\":1024,\"name\":\"dots\",\"url\":\"interfaces/StaveTempoOptions.html#dots\",\"classes\":\"\",\"parent\":\"StaveTempoOptions\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/StaveTempoOptions.html#name\",\"classes\":\"\",\"parent\":\"StaveTempoOptions\"},{\"kind\":128,\"name\":\"StaveTempo\",\"url\":\"classes/StaveTempo.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StaveTempo.html#CATEGORY\",\"classes\":\"\",\"parent\":\"StaveTempo\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StaveTempo.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"StaveTempo\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/StaveTempo.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaveTempo.html#constructor\",\"classes\":\"\",\"parent\":\"StaveTempo\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/StaveTempo.html#render_options\",\"classes\":\"\",\"parent\":\"StaveTempo\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StaveTempo.html#render_options.__type\",\"classes\":\"\",\"parent\":\"StaveTempo.render_options\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/StaveTempo.html#render_options.__type.glyph_font_scale\",\"classes\":\"\",\"parent\":\"StaveTempo.render_options.__type\"},{\"kind\":2048,\"name\":\"setTempo\",\"url\":\"classes/StaveTempo.html#setTempo\",\"classes\":\"\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setShiftX\",\"url\":\"classes/StaveTempo.html#setShiftX\",\"classes\":\"\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setShiftY\",\"url\":\"classes/StaveTempo.html#setShiftY\",\"classes\":\"\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StaveTempo.html#draw\",\"classes\":\"\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/StaveTempo.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/StaveTempo.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/StaveTempo.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/StaveTempo.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/StaveTempo.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/StaveTempo.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/StaveTempo.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/StaveTempo.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/StaveTempo.html#setX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"placeGlyphOnLine\",\"url\":\"classes/StaveTempo.html#placeGlyphOnLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getPadding\",\"url\":\"classes/StaveTempo.html#getPadding\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/StaveTempo.html#setPadding\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setLayoutMetrics\",\"url\":\"classes/StaveTempo.html#setLayoutMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getLayoutMetrics\",\"url\":\"classes/StaveTempo.html#getLayoutMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StaveTempo.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StaveTempo.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StaveTempo.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StaveTempo.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StaveTempo.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StaveTempo.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StaveTempo.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StaveTempo.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StaveTempo.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StaveTempo.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StaveTempo.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StaveTempo.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StaveTempo.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StaveTempo.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StaveTempo.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StaveTempo.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StaveTempo.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StaveTempo.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StaveTempo.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StaveTempo.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StaveTempo.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StaveTempo.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StaveTempo.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StaveTempo.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StaveTempo.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StaveTempo.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StaveTempo.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StaveTempo.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StaveTempo.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StaveTempo.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StaveTempo.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StaveTempo.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StaveTempo.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StaveTempo.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTempo\"},{\"kind\":128,\"name\":\"StaveText\",\"url\":\"classes/StaveText.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StaveText.html#CATEGORY\",\"classes\":\"\",\"parent\":\"StaveText\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StaveText.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"StaveText\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/StaveText.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaveText.html#constructor\",\"classes\":\"\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setStaveText\",\"url\":\"classes/StaveText.html#setStaveText\",\"classes\":\"\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setShiftX\",\"url\":\"classes/StaveText.html#setShiftX\",\"classes\":\"\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setShiftY\",\"url\":\"classes/StaveText.html#setShiftY\",\"classes\":\"\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setText\",\"url\":\"classes/StaveText.html#setText\",\"classes\":\"\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StaveText.html#draw\",\"classes\":\"\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/StaveText.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/StaveText.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/StaveText.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/StaveText.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/StaveText.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/StaveText.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/StaveText.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/StaveText.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/StaveText.html#setX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"placeGlyphOnLine\",\"url\":\"classes/StaveText.html#placeGlyphOnLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getPadding\",\"url\":\"classes/StaveText.html#getPadding\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/StaveText.html#setPadding\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setLayoutMetrics\",\"url\":\"classes/StaveText.html#setLayoutMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getLayoutMetrics\",\"url\":\"classes/StaveText.html#getLayoutMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StaveText.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StaveText.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StaveText.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StaveText.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StaveText.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StaveText.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StaveText.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StaveText.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StaveText.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StaveText.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StaveText.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StaveText.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StaveText.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StaveText.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StaveText.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StaveText.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StaveText.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StaveText.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StaveText.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StaveText.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StaveText.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StaveText.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StaveText.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StaveText.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StaveText.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StaveText.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StaveText.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StaveText.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StaveText.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StaveText.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StaveText.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StaveText.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StaveText.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StaveText.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveText\"},{\"kind\":256,\"name\":\"TieNotes\",\"url\":\"interfaces/TieNotes.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"first_note\",\"url\":\"interfaces/TieNotes.html#first_note\",\"classes\":\"\",\"parent\":\"TieNotes\"},{\"kind\":1024,\"name\":\"last_note\",\"url\":\"interfaces/TieNotes.html#last_note\",\"classes\":\"\",\"parent\":\"TieNotes\"},{\"kind\":1024,\"name\":\"first_indices\",\"url\":\"interfaces/TieNotes.html#first_indices\",\"classes\":\"\",\"parent\":\"TieNotes\"},{\"kind\":1024,\"name\":\"last_indices\",\"url\":\"interfaces/TieNotes.html#last_indices\",\"classes\":\"\",\"parent\":\"TieNotes\"},{\"kind\":128,\"name\":\"StaveTie\",\"url\":\"classes/StaveTie.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StaveTie.html#CATEGORY\",\"classes\":\"\",\"parent\":\"StaveTie\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StaveTie.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"StaveTie\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StaveTie.html#constructor\",\"classes\":\"\",\"parent\":\"StaveTie\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/StaveTie.html#render_options\",\"classes\":\"\",\"parent\":\"StaveTie\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StaveTie.html#render_options.__type\",\"classes\":\"\",\"parent\":\"StaveTie.render_options\"},{\"kind\":1024,\"name\":\"cp2\",\"url\":\"classes/StaveTie.html#render_options.__type.cp2\",\"classes\":\"\",\"parent\":\"StaveTie.render_options.__type\"},{\"kind\":1024,\"name\":\"last_x_shift\",\"url\":\"classes/StaveTie.html#render_options.__type.last_x_shift\",\"classes\":\"\",\"parent\":\"StaveTie.render_options.__type\"},{\"kind\":1024,\"name\":\"tie_spacing\",\"url\":\"classes/StaveTie.html#render_options.__type.tie_spacing\",\"classes\":\"\",\"parent\":\"StaveTie.render_options.__type\"},{\"kind\":1024,\"name\":\"cp1\",\"url\":\"classes/StaveTie.html#render_options.__type.cp1\",\"classes\":\"\",\"parent\":\"StaveTie.render_options.__type\"},{\"kind\":1024,\"name\":\"first_x_shift\",\"url\":\"classes/StaveTie.html#render_options.__type.first_x_shift\",\"classes\":\"\",\"parent\":\"StaveTie.render_options.__type\"},{\"kind\":1024,\"name\":\"text_shift_x\",\"url\":\"classes/StaveTie.html#render_options.__type.text_shift_x\",\"classes\":\"\",\"parent\":\"StaveTie.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/StaveTie.html#render_options.__type.y_shift\",\"classes\":\"\",\"parent\":\"StaveTie.render_options.__type\"},{\"kind\":2048,\"name\":\"setDirection\",\"url\":\"classes/StaveTie.html#setDirection\",\"classes\":\"\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"setNotes\",\"url\":\"classes/StaveTie.html#setNotes\",\"classes\":\"\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"isPartial\",\"url\":\"classes/StaveTie.html#isPartial\",\"classes\":\"\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"renderTie\",\"url\":\"classes/StaveTie.html#renderTie\",\"classes\":\"\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"renderText\",\"url\":\"classes/StaveTie.html#renderText\",\"classes\":\"\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"getNotes\",\"url\":\"classes/StaveTie.html#getNotes\",\"classes\":\"\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StaveTie.html#draw\",\"classes\":\"\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StaveTie.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StaveTie.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StaveTie.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StaveTie.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StaveTie.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StaveTie.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StaveTie.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StaveTie.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StaveTie.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StaveTie.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StaveTie.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StaveTie.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StaveTie.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StaveTie.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StaveTie.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StaveTie.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StaveTie.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StaveTie.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StaveTie.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StaveTie.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StaveTie.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StaveTie.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StaveTie.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StaveTie.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StaveTie.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StaveTie.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StaveTie.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StaveTie.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StaveTie.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StaveTie.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StaveTie.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StaveTie.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StaveTie.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StaveTie.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StaveTie\"},{\"kind\":8,\"name\":\"VoltaType\",\"url\":\"enums/VoltaType.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"NONE\",\"url\":\"enums/VoltaType.html#NONE\",\"classes\":\"\",\"parent\":\"VoltaType\"},{\"kind\":16,\"name\":\"BEGIN\",\"url\":\"enums/VoltaType.html#BEGIN\",\"classes\":\"\",\"parent\":\"VoltaType\"},{\"kind\":16,\"name\":\"MID\",\"url\":\"enums/VoltaType.html#MID\",\"classes\":\"\",\"parent\":\"VoltaType\"},{\"kind\":16,\"name\":\"END\",\"url\":\"enums/VoltaType.html#END\",\"classes\":\"\",\"parent\":\"VoltaType\"},{\"kind\":16,\"name\":\"BEGIN_END\",\"url\":\"enums/VoltaType.html#BEGIN_END\",\"classes\":\"\",\"parent\":\"VoltaType\"},{\"kind\":128,\"name\":\"Volta\",\"url\":\"classes/Volta.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Volta.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Volta\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/Volta.html#type\",\"classes\":\"\",\"parent\":\"Volta\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Volta.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"Volta\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Volta.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Volta.html#constructor\",\"classes\":\"\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setShiftY\",\"url\":\"classes/Volta.html#setShiftY\",\"classes\":\"\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Volta.html#draw\",\"classes\":\"\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Volta.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Volta.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/Volta.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/Volta.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/Volta.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Volta.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Volta.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/Volta.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/Volta.html#setX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"placeGlyphOnLine\",\"url\":\"classes/Volta.html#placeGlyphOnLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getPadding\",\"url\":\"classes/Volta.html#getPadding\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/Volta.html#setPadding\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setLayoutMetrics\",\"url\":\"classes/Volta.html#setLayoutMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getLayoutMetrics\",\"url\":\"classes/Volta.html#getLayoutMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Volta.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Volta.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Volta.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Volta.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Volta.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Volta.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Volta.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Volta.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Volta.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Volta.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Volta.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Volta.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Volta.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Volta.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Volta.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Volta.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Volta.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Volta.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Volta.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Volta.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Volta.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Volta.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Volta.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Volta.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Volta.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Volta.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Volta.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Volta.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Volta.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Volta.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Volta.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Volta.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Volta.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Volta.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Volta\"},{\"kind\":256,\"name\":\"StemOptions\",\"url\":\"interfaces/StemOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"stem_down_y_base_offset\",\"url\":\"interfaces/StemOptions.html#stem_down_y_base_offset\",\"classes\":\"\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"stem_up_y_base_offset\",\"url\":\"interfaces/StemOptions.html#stem_up_y_base_offset\",\"classes\":\"\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"stem_down_y_offset\",\"url\":\"interfaces/StemOptions.html#stem_down_y_offset\",\"classes\":\"\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"stem_up_y_offset\",\"url\":\"interfaces/StemOptions.html#stem_up_y_offset\",\"classes\":\"\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"stemletHeight\",\"url\":\"interfaces/StemOptions.html#stemletHeight\",\"classes\":\"\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"isStemlet\",\"url\":\"interfaces/StemOptions.html#isStemlet\",\"classes\":\"\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"hide\",\"url\":\"interfaces/StemOptions.html#hide\",\"classes\":\"\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"interfaces/StemOptions.html#stem_direction\",\"classes\":\"\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"stem_extension\",\"url\":\"interfaces/StemOptions.html#stem_extension\",\"classes\":\"\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"y_bottom\",\"url\":\"interfaces/StemOptions.html#y_bottom\",\"classes\":\"\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"y_top\",\"url\":\"interfaces/StemOptions.html#y_top\",\"classes\":\"\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"x_end\",\"url\":\"interfaces/StemOptions.html#x_end\",\"classes\":\"\",\"parent\":\"StemOptions\"},{\"kind\":1024,\"name\":\"x_begin\",\"url\":\"interfaces/StemOptions.html#x_begin\",\"classes\":\"\",\"parent\":\"StemOptions\"},{\"kind\":128,\"name\":\"Stem\",\"url\":\"classes/Stem.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/Stem.html#DEBUG\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Stem.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"UP\",\"url\":\"classes/Stem.html#UP\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"DOWN\",\"url\":\"classes/Stem.html#DOWN\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"WIDTH\",\"url\":\"classes/Stem.html#WIDTH\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"HEIGHT\",\"url\":\"classes/Stem.html#HEIGHT\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Stem.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Stem.html#constructor\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setOptions\",\"url\":\"classes/Stem.html#setOptions\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setNoteHeadXBounds\",\"url\":\"classes/Stem.html#setNoteHeadXBounds\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setDirection\",\"url\":\"classes/Stem.html#setDirection\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setExtension\",\"url\":\"classes/Stem.html#setExtension\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getExtension\",\"url\":\"classes/Stem.html#getExtension\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setYBounds\",\"url\":\"classes/Stem.html#setYBounds\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getHeight\",\"url\":\"classes/Stem.html#getHeight\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Stem.html#getBoundingBox\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getExtents\",\"url\":\"classes/Stem.html#getExtents\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Stem.html#getExtents.getExtents-1.__type\",\"classes\":\"\",\"parent\":\"Stem.getExtents.getExtents\"},{\"kind\":1024,\"name\":\"topY\",\"url\":\"classes/Stem.html#getExtents.getExtents-1.__type.topY\",\"classes\":\"\",\"parent\":\"Stem.getExtents.getExtents.__type\"},{\"kind\":1024,\"name\":\"baseY\",\"url\":\"classes/Stem.html#getExtents.getExtents-1.__type.baseY\",\"classes\":\"\",\"parent\":\"Stem.getExtents.getExtents.__type\"},{\"kind\":2048,\"name\":\"setVisibility\",\"url\":\"classes/Stem.html#setVisibility\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setStemlet\",\"url\":\"classes/Stem.html#setStemlet\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"adjustHeightForFlag\",\"url\":\"classes/Stem.html#adjustHeightForFlag\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"adjustHeightForBeam\",\"url\":\"classes/Stem.html#adjustHeightForBeam\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Stem.html#draw\",\"classes\":\"\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Stem.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Stem.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Stem.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Stem.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Stem.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Stem.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Stem.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Stem.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Stem.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Stem.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Stem.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Stem.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Stem.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Stem.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Stem.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Stem.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Stem.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Stem.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Stem.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Stem.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Stem.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Stem.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Stem.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Stem.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Stem.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Stem.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Stem.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Stem.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Stem.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Stem.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Stem.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Stem.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Stem.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stem\"},{\"kind\":128,\"name\":\"StemmableNote\",\"url\":\"classes/StemmableNote.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StemmableNote.html#CATEGORY\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/StemmableNote.html#plotMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getPoint\",\"url\":\"classes/StemmableNote.html#getPoint\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StemmableNote.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StemmableNote.html#constructor\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"classes/StemmableNote.html#stem_direction\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":1024,\"name\":\"stem\",\"url\":\"classes/StemmableNote.html#stem\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getStem\",\"url\":\"classes/StemmableNote.html#getStem\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"checkStem\",\"url\":\"classes/StemmableNote.html#checkStem\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setStem\",\"url\":\"classes/StemmableNote.html#setStem\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"buildStem\",\"url\":\"classes/StemmableNote.html#buildStem\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"buildFlag\",\"url\":\"classes/StemmableNote.html#buildFlag\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getBaseCustomNoteHeadGlyphProps\",\"url\":\"classes/StemmableNote.html#getBaseCustomNoteHeadGlyphProps\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getStemLength\",\"url\":\"classes/StemmableNote.html#getStemLength\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getBeamCount\",\"url\":\"classes/StemmableNote.html#getBeamCount\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getStemMinimumLength\",\"url\":\"classes/StemmableNote.html#getStemMinimumLength\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/StemmableNote.html#getStemDirection\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setStemDirection\",\"url\":\"classes/StemmableNote.html#setStemDirection\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getStemX\",\"url\":\"classes/StemmableNote.html#getStemX\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getCenterGlyphX\",\"url\":\"classes/StemmableNote.html#getCenterGlyphX\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getStemExtension\",\"url\":\"classes/StemmableNote.html#getStemExtension\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setStemLength\",\"url\":\"classes/StemmableNote.html#setStemLength\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/StemmableNote.html#getStemExtents\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StemmableNote.html#getStemExtents.getStemExtents-1.__type-2\",\"classes\":\"\",\"parent\":\"StemmableNote.getStemExtents.getStemExtents\"},{\"kind\":1024,\"name\":\"topY\",\"url\":\"classes/StemmableNote.html#getStemExtents.getStemExtents-1.__type-2.topY\",\"classes\":\"\",\"parent\":\"StemmableNote.getStemExtents.getStemExtents.__type\"},{\"kind\":1024,\"name\":\"baseY\",\"url\":\"classes/StemmableNote.html#getStemExtents.getStemExtents-1.__type-2.baseY\",\"classes\":\"\",\"parent\":\"StemmableNote.getStemExtents.getStemExtents.__type\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/StemmableNote.html#getYForTopText\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getYForBottomText\",\"url\":\"classes/StemmableNote.html#getYForBottomText\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"hasFlag\",\"url\":\"classes/StemmableNote.html#hasFlag\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/StemmableNote.html#postFormat\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"drawStem\",\"url\":\"classes/StemmableNote.html#drawStem\",\"classes\":\"\",\"parent\":\"StemmableNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/StemmableNote.html#glyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/StemmableNote.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/StemmableNote.html#keyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/StemmableNote.html#render_options\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StemmableNote.html#render_options.__type\",\"classes\":\"\",\"parent\":\"StemmableNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/StemmableNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/StemmableNote.html#render_options.__type.draw\",\"classes\":\"\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/StemmableNote.html#render_options.__type.draw_dots\",\"classes\":\"\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/StemmableNote.html#render_options.__type.draw_stem\",\"classes\":\"\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/StemmableNote.html#render_options.__type.y_shift\",\"classes\":\"\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/StemmableNote.html#render_options.__type.extend_left\",\"classes\":\"\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/StemmableNote.html#render_options.__type.extend_right\",\"classes\":\"\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/StemmableNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/StemmableNote.html#render_options.__type.annotation_spacing\",\"classes\":\"\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/StemmableNote.html#render_options.__type.glyph_font_size\",\"classes\":\"\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/StemmableNote.html#render_options.__type.scale\",\"classes\":\"\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/StemmableNote.html#render_options.__type.font\",\"classes\":\"\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/StemmableNote.html#render_options.__type.stroke_px\",\"classes\":\"\",\"parent\":\"StemmableNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/StemmableNote.html#getPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/StemmableNote.html#setPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/StemmableNote.html#isRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/StemmableNote.html#addStroke\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/StemmableNote.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/StemmableNote.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/StemmableNote.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/StemmableNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/StemmableNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/StemmableNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/StemmableNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/StemmableNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/StemmableNote.html#getLineNumber\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/StemmableNote.html#getLineForRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/StemmableNote.html#getGlyph\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/StemmableNote.html#getGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/StemmableNote.html#getGlyphWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/StemmableNote.html#setYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/StemmableNote.html#getYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/StemmableNote.html#getVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/StemmableNote.html#setVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/StemmableNote.html#getTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/StemmableNote.html#setTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/StemmableNote.html#getDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/StemmableNote.html#isDotted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/StemmableNote.html#hasStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/StemmableNote.html#getNoteType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/StemmableNote.html#getBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/StemmableNote.html#checkBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/StemmableNote.html#hasBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/StemmableNote.html#setBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/StemmableNote.html#addModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/StemmableNote.html#getModifiersByType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/StemmableNote.html#getModifierStartXY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StemmableNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"\",\"parent\":\"StemmableNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/StemmableNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"\",\"parent\":\"StemmableNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/StemmableNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"\",\"parent\":\"StemmableNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/StemmableNote.html#getRightParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/StemmableNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/StemmableNote.html#getFirstDotPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/StemmableNote.html#getMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/StemmableNote.html#getAbsoluteX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/StemmableNote.html#getTieRightX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/StemmableNote.html#getTieLeftX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/StemmableNote.html#getKeys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/StemmableNote.html#getKeyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/StemmableNote.html#reset\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/StemmableNote.html#getTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/StemmableNote.html#setIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/StemmableNote.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/StemmableNote.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/StemmableNote.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/StemmableNote.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/StemmableNote.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/StemmableNote.html#getFormatterMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/StemmableNote.html#getCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/StemmableNote.html#setCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/StemmableNote.html#isCenterAligned\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/StemmableNote.html#setCenterAlignment\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/StemmableNote.html#getTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/StemmableNote.html#getTupletStack\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/StemmableNote.html#resetTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/StemmableNote.html#setTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/StemmableNote.html#addToModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/StemmableNote.html#getModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/StemmableNote.html#checkTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/StemmableNote.html#preFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/StemmableNote.html#preFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/StemmableNote.html#postFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/StemmableNote.html#getIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/StemmableNote.html#setIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/StemmableNote.html#getTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/StemmableNote.html#applyTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/StemmableNote.html#setDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/StemmableNote.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/StemmableNote.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/StemmableNote.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StemmableNote.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StemmableNote.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StemmableNote.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StemmableNote.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StemmableNote.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StemmableNote.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StemmableNote.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StemmableNote.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StemmableNote.html#draw-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StemmableNote.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StemmableNote.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StemmableNote.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StemmableNote.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StemmableNote.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StemmableNote.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StemmableNote.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StemmableNote.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StemmableNote.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StemmableNote.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StemmableNote.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StemmableNote.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StemmableNote.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StemmableNote.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StemmableNote.html#font-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StemmableNote.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StemmableNote.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StemmableNote.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StemmableNote.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StemmableNote.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StemmableNote.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StemmableNote.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StemmableNote.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StemmableNote.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StemmableNote.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StemmableNote.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StemmableNote\"},{\"kind\":256,\"name\":\"StringNumberMetrics\",\"url\":\"interfaces/StringNumberMetrics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"verticalPadding\",\"url\":\"interfaces/StringNumberMetrics.html#verticalPadding\",\"classes\":\"\",\"parent\":\"StringNumberMetrics\"},{\"kind\":1024,\"name\":\"stemPadding\",\"url\":\"interfaces/StringNumberMetrics.html#stemPadding\",\"classes\":\"\",\"parent\":\"StringNumberMetrics\"},{\"kind\":1024,\"name\":\"leftPadding\",\"url\":\"interfaces/StringNumberMetrics.html#leftPadding\",\"classes\":\"\",\"parent\":\"StringNumberMetrics\"},{\"kind\":1024,\"name\":\"rightPadding\",\"url\":\"interfaces/StringNumberMetrics.html#rightPadding\",\"classes\":\"\",\"parent\":\"StringNumberMetrics\"},{\"kind\":128,\"name\":\"StringNumber\",\"url\":\"classes/StringNumber.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/StringNumber.html#CATEGORY\",\"classes\":\"\",\"parent\":\"StringNumber\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/StringNumber.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"StringNumber\"},{\"kind\":262144,\"name\":\"metrics\",\"url\":\"classes/StringNumber.html#metrics\",\"classes\":\"\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/StringNumber.html#format\",\"classes\":\"\",\"parent\":\"StringNumber\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/StringNumber.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/StringNumber.html#PositionString\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StringNumber.html#constructor\",\"classes\":\"\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setLineEndType\",\"url\":\"classes/StringNumber.html#setLineEndType\",\"classes\":\"\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setStringNumber\",\"url\":\"classes/StringNumber.html#setStringNumber\",\"classes\":\"\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setOffsetX\",\"url\":\"classes/StringNumber.html#setOffsetX\",\"classes\":\"\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setOffsetY\",\"url\":\"classes/StringNumber.html#setOffsetY\",\"classes\":\"\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setLastNote\",\"url\":\"classes/StringNumber.html#setLastNote\",\"classes\":\"\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setDashed\",\"url\":\"classes/StringNumber.html#setDashed\",\"classes\":\"\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setDrawCircle\",\"url\":\"classes/StringNumber.html#setDrawCircle\",\"classes\":\"\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/StringNumber.html#draw\",\"classes\":\"\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/StringNumber.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/StringNumber.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/StringNumber.html#getNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/StringNumber.html#checkAttachedNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/StringNumber.html#setNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/StringNumber.html#getIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/StringNumber.html#checkIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/StringNumber.html#setIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/StringNumber.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/StringNumber.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/StringNumber.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/StringNumber.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/StringNumber.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/StringNumber.html#setTextLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/StringNumber.html#setYShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/StringNumber.html#setSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/StringNumber.html#getSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/StringNumber.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/StringNumber.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/StringNumber.html#alignSubNotesWithNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/StringNumber.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/StringNumber.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/StringNumber.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/StringNumber.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/StringNumber.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/StringNumber.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/StringNumber.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/StringNumber.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/StringNumber.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/StringNumber.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/StringNumber.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/StringNumber.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/StringNumber.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/StringNumber.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/StringNumber.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/StringNumber.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/StringNumber.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/StringNumber.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/StringNumber.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/StringNumber.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/StringNumber.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/StringNumber.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/StringNumber.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/StringNumber.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/StringNumber.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/StringNumber.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/StringNumber.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/StringNumber.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/StringNumber.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/StringNumber.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/StringNumber.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/StringNumber.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/StringNumber.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/StringNumber.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StringNumber\"},{\"kind\":128,\"name\":\"Stroke\",\"url\":\"classes/Stroke.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Stroke.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Stroke\"},{\"kind\":1024,\"name\":\"Type\",\"url\":\"classes/Stroke.html#Type\",\"classes\":\"\",\"parent\":\"Stroke\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Stroke.html#Type.__type-1\",\"classes\":\"\",\"parent\":\"Stroke.Type\"},{\"kind\":1024,\"name\":\"BRUSH_DOWN\",\"url\":\"classes/Stroke.html#Type.__type-1.BRUSH_DOWN\",\"classes\":\"\",\"parent\":\"Stroke.Type.__type\"},{\"kind\":1024,\"name\":\"BRUSH_UP\",\"url\":\"classes/Stroke.html#Type.__type-1.BRUSH_UP\",\"classes\":\"\",\"parent\":\"Stroke.Type.__type\"},{\"kind\":1024,\"name\":\"ROLL_DOWN\",\"url\":\"classes/Stroke.html#Type.__type-1.ROLL_DOWN\",\"classes\":\"\",\"parent\":\"Stroke.Type.__type\"},{\"kind\":1024,\"name\":\"ROLL_UP\",\"url\":\"classes/Stroke.html#Type.__type-1.ROLL_UP\",\"classes\":\"\",\"parent\":\"Stroke.Type.__type\"},{\"kind\":1024,\"name\":\"RASQUEDO_DOWN\",\"url\":\"classes/Stroke.html#Type.__type-1.RASQUEDO_DOWN\",\"classes\":\"\",\"parent\":\"Stroke.Type.__type\"},{\"kind\":1024,\"name\":\"RASQUEDO_UP\",\"url\":\"classes/Stroke.html#Type.__type-1.RASQUEDO_UP\",\"classes\":\"\",\"parent\":\"Stroke.Type.__type\"},{\"kind\":1024,\"name\":\"ARPEGGIO_DIRECTIONLESS\",\"url\":\"classes/Stroke.html#Type.__type-1.ARPEGGIO_DIRECTIONLESS\",\"classes\":\"\",\"parent\":\"Stroke.Type.__type\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Stroke.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Stroke.html#format\",\"classes\":\"\",\"parent\":\"Stroke\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Stroke.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Stroke.html#PositionString\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Stroke.html#constructor\",\"classes\":\"\",\"parent\":\"Stroke\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/Stroke.html#render_options\",\"classes\":\"\",\"parent\":\"Stroke\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Stroke.html#render_options.__type\",\"classes\":\"\",\"parent\":\"Stroke.render_options\"},{\"kind\":1024,\"name\":\"font_scale\",\"url\":\"classes/Stroke.html#render_options.__type.font_scale\",\"classes\":\"\",\"parent\":\"Stroke.render_options.__type\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Stroke.html#getPosition\",\"classes\":\"\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"addEndNote\",\"url\":\"classes/Stroke.html#addEndNote\",\"classes\":\"\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Stroke.html#draw\",\"classes\":\"\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Stroke.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Stroke.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Stroke.html#getNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Stroke.html#checkAttachedNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Stroke.html#setNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Stroke.html#getIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Stroke.html#checkIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Stroke.html#setIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Stroke.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Stroke.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Stroke.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Stroke.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Stroke.html#setTextLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Stroke.html#setYShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Stroke.html#setSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Stroke.html#getSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Stroke.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Stroke.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Stroke.html#alignSubNotesWithNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Stroke.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Stroke.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Stroke.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Stroke.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Stroke.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Stroke.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Stroke.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Stroke.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Stroke.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Stroke.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Stroke.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Stroke.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Stroke.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Stroke.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Stroke.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Stroke.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Stroke.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Stroke.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Stroke.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Stroke.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Stroke.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Stroke.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Stroke.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Stroke.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Stroke.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Stroke.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Stroke.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Stroke.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Stroke.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Stroke.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Stroke.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Stroke.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Stroke.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Stroke.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Stroke\"},{\"kind\":4194304,\"name\":\"Attributes\",\"url\":\"types/Attributes.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Attributes.html#__type\",\"classes\":\"\",\"parent\":\"Attributes\"},{\"kind\":1024,\"name\":\"font-family\",\"url\":\"types/Attributes.html#__type.font_family\",\"classes\":\"\",\"parent\":\"Attributes.__type\"},{\"kind\":1024,\"name\":\"font-size\",\"url\":\"types/Attributes.html#__type.font_size\",\"classes\":\"\",\"parent\":\"Attributes.__type\"},{\"kind\":1024,\"name\":\"font-style\",\"url\":\"types/Attributes.html#__type.font_style\",\"classes\":\"\",\"parent\":\"Attributes.__type\"},{\"kind\":1024,\"name\":\"font-weight\",\"url\":\"types/Attributes.html#__type.font_weight\",\"classes\":\"\",\"parent\":\"Attributes.__type\"},{\"kind\":1024,\"name\":\"scaleX\",\"url\":\"types/Attributes.html#__type.scaleX\",\"classes\":\"\",\"parent\":\"Attributes.__type\"},{\"kind\":1024,\"name\":\"scaleY\",\"url\":\"types/Attributes.html#__type.scaleY\",\"classes\":\"\",\"parent\":\"Attributes.__type\"},{\"kind\":256,\"name\":\"State\",\"url\":\"interfaces/State.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"interfaces/State.html#state\",\"classes\":\"\",\"parent\":\"State\"},{\"kind\":1024,\"name\":\"attributes\",\"url\":\"interfaces/State.html#attributes\",\"classes\":\"\",\"parent\":\"State\"},{\"kind\":1024,\"name\":\"shadow_attributes\",\"url\":\"interfaces/State.html#shadow_attributes\",\"classes\":\"\",\"parent\":\"State\"},{\"kind\":1024,\"name\":\"lineWidth\",\"url\":\"interfaces/State.html#lineWidth\",\"classes\":\"\",\"parent\":\"State\"},{\"kind\":128,\"name\":\"SVGContext\",\"url\":\"classes/SVGContext.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/SVGContext.html#CATEGORY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SVGContext\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SVGContext.html#constructor\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"element\",\"url\":\"classes/SVGContext.html#element\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"svg\",\"url\":\"classes/SVGContext.html#svg\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"classes/SVGContext.html#width\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"classes/SVGContext.html#height\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"path\",\"url\":\"classes/SVGContext.html#path\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"pen\",\"url\":\"classes/SVGContext.html#pen\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/SVGContext.html#pen.__type\",\"classes\":\"\",\"parent\":\"SVGContext.pen\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/SVGContext.html#pen.__type.x\",\"classes\":\"\",\"parent\":\"SVGContext.pen.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/SVGContext.html#pen.__type.y\",\"classes\":\"\",\"parent\":\"SVGContext.pen.__type\"},{\"kind\":1024,\"name\":\"lineWidth\",\"url\":\"classes/SVGContext.html#lineWidth\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"attributes\",\"url\":\"classes/SVGContext.html#attributes\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"shadow_attributes\",\"url\":\"classes/SVGContext.html#shadow_attributes\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"classes/SVGContext.html#state\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"state_stack\",\"url\":\"classes/SVGContext.html#state_stack\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"parent\",\"url\":\"classes/SVGContext.html#parent\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"groups\",\"url\":\"classes/SVGContext.html#groups\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":1024,\"name\":\"backgroundFillStyle\",\"url\":\"classes/SVGContext.html#backgroundFillStyle\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"create\",\"url\":\"classes/SVGContext.html#create\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"openGroup\",\"url\":\"classes/SVGContext.html#openGroup\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"closeGroup\",\"url\":\"classes/SVGContext.html#closeGroup\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"add\",\"url\":\"classes/SVGContext.html#add\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setFillStyle\",\"url\":\"classes/SVGContext.html#setFillStyle\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setBackgroundFillStyle\",\"url\":\"classes/SVGContext.html#setBackgroundFillStyle\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setStrokeStyle\",\"url\":\"classes/SVGContext.html#setStrokeStyle\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setShadowColor\",\"url\":\"classes/SVGContext.html#setShadowColor\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setShadowBlur\",\"url\":\"classes/SVGContext.html#setShadowBlur\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setLineWidth\",\"url\":\"classes/SVGContext.html#setLineWidth\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setLineDash\",\"url\":\"classes/SVGContext.html#setLineDash\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setLineCap\",\"url\":\"classes/SVGContext.html#setLineCap\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"resize\",\"url\":\"classes/SVGContext.html#resize\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"scale\",\"url\":\"classes/SVGContext.html#scale\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setViewBox\",\"url\":\"classes/SVGContext.html#setViewBox\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"applyAttributes\",\"url\":\"classes/SVGContext.html#applyAttributes\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"clear\",\"url\":\"classes/SVGContext.html#clear\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"rect\",\"url\":\"classes/SVGContext.html#rect\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"fillRect\",\"url\":\"classes/SVGContext.html#fillRect\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"clearRect\",\"url\":\"classes/SVGContext.html#clearRect\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"beginPath\",\"url\":\"classes/SVGContext.html#beginPath\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"moveTo\",\"url\":\"classes/SVGContext.html#moveTo\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"lineTo\",\"url\":\"classes/SVGContext.html#lineTo\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"bezierCurveTo\",\"url\":\"classes/SVGContext.html#bezierCurveTo\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"quadraticCurveTo\",\"url\":\"classes/SVGContext.html#quadraticCurveTo\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"arc\",\"url\":\"classes/SVGContext.html#arc\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"closePath\",\"url\":\"classes/SVGContext.html#closePath\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"fill\",\"url\":\"classes/SVGContext.html#fill\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"stroke\",\"url\":\"classes/SVGContext.html#stroke\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"measureText\",\"url\":\"classes/SVGContext.html#measureText\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"fillText\",\"url\":\"classes/SVGContext.html#fillText\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"save\",\"url\":\"classes/SVGContext.html#save\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"restore\",\"url\":\"classes/SVGContext.html#restore\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":262144,\"name\":\"fillStyle\",\"url\":\"classes/SVGContext.html#fillStyle\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":262144,\"name\":\"strokeStyle\",\"url\":\"classes/SVGContext.html#strokeStyle\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/SVGContext.html#setFont\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/SVGContext.html#getFont\",\"classes\":\"\",\"parent\":\"SVGContext\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/SVGContext.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SVGContext\"},{\"kind\":2048,\"name\":\"setRawFont\",\"url\":\"classes/SVGContext.html#setRawFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SVGContext\"},{\"kind\":256,\"name\":\"SystemFormatterOptions\",\"url\":\"interfaces/SystemFormatterOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"alpha\",\"url\":\"interfaces/SystemFormatterOptions.html#alpha\",\"classes\":\"\",\"parent\":\"SystemFormatterOptions\"},{\"kind\":1024,\"name\":\"softmaxFactor\",\"url\":\"interfaces/SystemFormatterOptions.html#softmaxFactor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SystemFormatterOptions\"},{\"kind\":1024,\"name\":\"globalSoftmax\",\"url\":\"interfaces/SystemFormatterOptions.html#globalSoftmax\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SystemFormatterOptions\"},{\"kind\":1024,\"name\":\"maxIterations\",\"url\":\"interfaces/SystemFormatterOptions.html#maxIterations\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SystemFormatterOptions\"},{\"kind\":256,\"name\":\"SystemStave\",\"url\":\"interfaces/SystemStave.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"voices\",\"url\":\"interfaces/SystemStave.html#voices\",\"classes\":\"\",\"parent\":\"SystemStave\"},{\"kind\":1024,\"name\":\"stave\",\"url\":\"interfaces/SystemStave.html#stave\",\"classes\":\"\",\"parent\":\"SystemStave\"},{\"kind\":1024,\"name\":\"noJustification\",\"url\":\"interfaces/SystemStave.html#noJustification\",\"classes\":\"\",\"parent\":\"SystemStave\"},{\"kind\":1024,\"name\":\"options\",\"url\":\"interfaces/SystemStave.html#options\",\"classes\":\"\",\"parent\":\"SystemStave\"},{\"kind\":1024,\"name\":\"spaceAbove\",\"url\":\"interfaces/SystemStave.html#spaceAbove\",\"classes\":\"\",\"parent\":\"SystemStave\"},{\"kind\":1024,\"name\":\"spaceBelow\",\"url\":\"interfaces/SystemStave.html#spaceBelow\",\"classes\":\"\",\"parent\":\"SystemStave\"},{\"kind\":1024,\"name\":\"debugNoteMetrics\",\"url\":\"interfaces/SystemStave.html#debugNoteMetrics\",\"classes\":\"\",\"parent\":\"SystemStave\"},{\"kind\":256,\"name\":\"SystemOptions\",\"url\":\"interfaces/SystemOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"factory\",\"url\":\"interfaces/SystemOptions.html#factory\",\"classes\":\"\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"noPadding\",\"url\":\"interfaces/SystemOptions.html#noPadding\",\"classes\":\"\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"debugFormatter\",\"url\":\"interfaces/SystemOptions.html#debugFormatter\",\"classes\":\"\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"spaceBetweenStaves\",\"url\":\"interfaces/SystemOptions.html#spaceBetweenStaves\",\"classes\":\"\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"formatIterations\",\"url\":\"interfaces/SystemOptions.html#formatIterations\",\"classes\":\"\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"autoWidth\",\"url\":\"interfaces/SystemOptions.html#autoWidth\",\"classes\":\"\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"interfaces/SystemOptions.html#x\",\"classes\":\"\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/SystemOptions.html#width\",\"classes\":\"\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"interfaces/SystemOptions.html#y\",\"classes\":\"\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"details\",\"url\":\"interfaces/SystemOptions.html#details\",\"classes\":\"\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"formatOptions\",\"url\":\"interfaces/SystemOptions.html#formatOptions\",\"classes\":\"\",\"parent\":\"SystemOptions\"},{\"kind\":1024,\"name\":\"noJustification\",\"url\":\"interfaces/SystemOptions.html#noJustification\",\"classes\":\"\",\"parent\":\"SystemOptions\"},{\"kind\":128,\"name\":\"System\",\"url\":\"classes/System.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/System.html#CATEGORY\",\"classes\":\"\",\"parent\":\"System\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/System.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/System.html#constructor\",\"classes\":\"\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"setOptions\",\"url\":\"classes/System.html#setOptions\",\"classes\":\"\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/System.html#getX\",\"classes\":\"\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/System.html#setX\",\"classes\":\"\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getY\",\"url\":\"classes/System.html#getY\",\"classes\":\"\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"setY\",\"url\":\"classes/System.html#setY\",\"classes\":\"\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getStaves\",\"url\":\"classes/System.html#getStaves\",\"classes\":\"\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getVoices\",\"url\":\"classes/System.html#getVoices\",\"classes\":\"\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/System.html#setContext\",\"classes\":\"\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"addConnector\",\"url\":\"classes/System.html#addConnector\",\"classes\":\"\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"addStave\",\"url\":\"classes/System.html#addStave\",\"classes\":\"\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"addVoices\",\"url\":\"classes/System.html#addVoices\",\"classes\":\"\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/System.html#format\",\"classes\":\"\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/System.html#draw\",\"classes\":\"\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/System.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/System.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/System.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/System.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/System.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/System.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/System.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/System.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/System.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/System.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/System.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/System.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/System.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/System.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/System.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/System.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/System.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/System.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/System.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/System.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/System.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/System.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/System.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/System.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/System.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/System.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/System.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/System.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/System.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/System.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/System.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/System.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/System.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"System\"},{\"kind\":256,\"name\":\"TabNotePosition\",\"url\":\"interfaces/TabNotePosition.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"str\",\"url\":\"interfaces/TabNotePosition.html#str\",\"classes\":\"\",\"parent\":\"TabNotePosition\"},{\"kind\":1024,\"name\":\"fret\",\"url\":\"interfaces/TabNotePosition.html#fret\",\"classes\":\"\",\"parent\":\"TabNotePosition\"},{\"kind\":256,\"name\":\"TabNoteStruct\",\"url\":\"interfaces/TabNoteStruct.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"positions\",\"url\":\"interfaces/TabNoteStruct.html#positions\",\"classes\":\"\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"interfaces/TabNoteStruct.html#stem_direction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"auto_stem\",\"url\":\"interfaces/TabNoteStruct.html#auto_stem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"stem_down_x_offset\",\"url\":\"interfaces/TabNoteStruct.html#stem_down_x_offset\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"stem_up_x_offset\",\"url\":\"interfaces/TabNoteStruct.html#stem_up_x_offset\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"interfaces/TabNoteStruct.html#stroke_px\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"interfaces/TabNoteStruct.html#glyph_font_scale\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"octave_shift\",\"url\":\"interfaces/TabNoteStruct.html#octave_shift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"clef\",\"url\":\"interfaces/TabNoteStruct.html#clef\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"interfaces/TabNoteStruct.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/TabNoteStruct.html#duration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/TabNoteStruct.html#line\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"dots\",\"url\":\"interfaces/TabNoteStruct.html#dots\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/TabNoteStruct.html#type\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"align_center\",\"url\":\"interfaces/TabNoteStruct.html#align_center\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":1024,\"name\":\"duration_override\",\"url\":\"interfaces/TabNoteStruct.html#duration_override\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNoteStruct\"},{\"kind\":128,\"name\":\"TabNote\",\"url\":\"classes/TabNote.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/TabNote.html#CATEGORY\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/TabNote.html#plotMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getPoint\",\"url\":\"classes/TabNote.html#getPoint\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/TabNote.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TabNote.html#constructor\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"greatestString\",\"url\":\"classes/TabNote.html#greatestString\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"leastString\",\"url\":\"classes/TabNote.html#leastString\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/TabNote.html#reset\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setGhost\",\"url\":\"classes/TabNote.html#setGhost\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/TabNote.html#hasStem\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getStemExtension\",\"url\":\"classes/TabNote.html#getStemExtension\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"updateWidth\",\"url\":\"classes/TabNote.html#updateWidth\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/TabNote.html#setStave\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getPositions\",\"url\":\"classes/TabNote.html#getPositions\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/TabNote.html#getModifierStartXY\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TabNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"\",\"parent\":\"TabNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/TabNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"\",\"parent\":\"TabNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/TabNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"\",\"parent\":\"TabNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/TabNote.html#getLineForRest\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/TabNote.html#preFormat\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getStemX\",\"url\":\"classes/TabNote.html#getStemX\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getStemY\",\"url\":\"classes/TabNote.html#getStemY\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/TabNote.html#getStemExtents\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TabNote.html#getStemExtents.getStemExtents-1.__type-2\",\"classes\":\"\",\"parent\":\"TabNote.getStemExtents.getStemExtents\"},{\"kind\":1024,\"name\":\"topY\",\"url\":\"classes/TabNote.html#getStemExtents.getStemExtents-1.__type-2.topY\",\"classes\":\"\",\"parent\":\"TabNote.getStemExtents.getStemExtents.__type\"},{\"kind\":1024,\"name\":\"baseY\",\"url\":\"classes/TabNote.html#getStemExtents.getStemExtents-1.__type-2.baseY\",\"classes\":\"\",\"parent\":\"TabNote.getStemExtents.getStemExtents.__type\"},{\"kind\":2048,\"name\":\"drawFlag\",\"url\":\"classes/TabNote.html#drawFlag\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"drawModifiers\",\"url\":\"classes/TabNote.html#drawModifiers\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"drawStemThrough\",\"url\":\"classes/TabNote.html#drawStemThrough\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"drawPositions\",\"url\":\"classes/TabNote.html#drawPositions\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/TabNote.html#draw-1\",\"classes\":\"\",\"parent\":\"TabNote\"},{\"kind\":1024,\"name\":\"stem_direction\",\"url\":\"classes/TabNote.html#stem_direction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":1024,\"name\":\"stem\",\"url\":\"classes/TabNote.html#stem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getStem\",\"url\":\"classes/TabNote.html#getStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"checkStem\",\"url\":\"classes/TabNote.html#checkStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setStem\",\"url\":\"classes/TabNote.html#setStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"buildStem\",\"url\":\"classes/TabNote.html#buildStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"buildFlag\",\"url\":\"classes/TabNote.html#buildFlag\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getBaseCustomNoteHeadGlyphProps\",\"url\":\"classes/TabNote.html#getBaseCustomNoteHeadGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getStemLength\",\"url\":\"classes/TabNote.html#getStemLength\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getBeamCount\",\"url\":\"classes/TabNote.html#getBeamCount\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getStemMinimumLength\",\"url\":\"classes/TabNote.html#getStemMinimumLength\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/TabNote.html#getStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setStemDirection\",\"url\":\"classes/TabNote.html#setStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getCenterGlyphX\",\"url\":\"classes/TabNote.html#getCenterGlyphX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setStemLength\",\"url\":\"classes/TabNote.html#setStemLength\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/TabNote.html#getYForTopText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getYForBottomText\",\"url\":\"classes/TabNote.html#getYForBottomText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"hasFlag\",\"url\":\"classes/TabNote.html#hasFlag\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/TabNote.html#postFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"drawStem\",\"url\":\"classes/TabNote.html#drawStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/TabNote.html#glyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/TabNote.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/TabNote.html#keyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/TabNote.html#render_options\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TabNote.html#render_options.__type\",\"classes\":\"\",\"parent\":\"TabNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/TabNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/TabNote.html#render_options.__type.draw\",\"classes\":\"\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/TabNote.html#render_options.__type.draw_dots\",\"classes\":\"\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/TabNote.html#render_options.__type.draw_stem\",\"classes\":\"\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/TabNote.html#render_options.__type.y_shift\",\"classes\":\"\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/TabNote.html#render_options.__type.extend_left\",\"classes\":\"\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/TabNote.html#render_options.__type.extend_right\",\"classes\":\"\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/TabNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/TabNote.html#render_options.__type.annotation_spacing\",\"classes\":\"\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/TabNote.html#render_options.__type.glyph_font_size\",\"classes\":\"\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/TabNote.html#render_options.__type.scale\",\"classes\":\"\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/TabNote.html#render_options.__type.font\",\"classes\":\"\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/TabNote.html#render_options.__type.stroke_px\",\"classes\":\"\",\"parent\":\"TabNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/TabNote.html#getPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/TabNote.html#setPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/TabNote.html#isRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/TabNote.html#addStroke\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/TabNote.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/TabNote.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/TabNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/TabNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/TabNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/TabNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/TabNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/TabNote.html#getLineNumber\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/TabNote.html#getGlyph\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/TabNote.html#getGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/TabNote.html#getGlyphWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/TabNote.html#setYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/TabNote.html#getYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/TabNote.html#getVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/TabNote.html#setVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/TabNote.html#getTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/TabNote.html#setTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/TabNote.html#getDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/TabNote.html#isDotted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/TabNote.html#getNoteType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/TabNote.html#getBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/TabNote.html#checkBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/TabNote.html#hasBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/TabNote.html#setBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/TabNote.html#addModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/TabNote.html#getModifiersByType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/TabNote.html#getRightParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/TabNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/TabNote.html#getFirstDotPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/TabNote.html#getMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/TabNote.html#getAbsoluteX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/TabNote.html#getTieRightX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/TabNote.html#getTieLeftX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/TabNote.html#getKeys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/TabNote.html#getKeyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/TabNote.html#getTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/TabNote.html#setIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/TabNote.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/TabNote.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/TabNote.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/TabNote.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/TabNote.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/TabNote.html#getFormatterMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/TabNote.html#getCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/TabNote.html#setCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/TabNote.html#isCenterAligned\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/TabNote.html#setCenterAlignment\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/TabNote.html#getTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/TabNote.html#getTupletStack\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/TabNote.html#resetTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/TabNote.html#setTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/TabNote.html#addToModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/TabNote.html#getModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/TabNote.html#checkTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/TabNote.html#preFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/TabNote.html#postFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/TabNote.html#getIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/TabNote.html#setIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/TabNote.html#getTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/TabNote.html#applyTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/TabNote.html#setDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/TabNote.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/TabNote.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/TabNote.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TabNote.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/TabNote.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/TabNote.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/TabNote.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/TabNote.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/TabNote.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/TabNote.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/TabNote.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/TabNote.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/TabNote.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/TabNote.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/TabNote.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/TabNote.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/TabNote.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/TabNote.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/TabNote.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/TabNote.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/TabNote.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/TabNote.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/TabNote.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/TabNote.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/TabNote.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/TabNote.html#font-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/TabNote.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/TabNote.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/TabNote.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/TabNote.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TabNote.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/TabNote.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/TabNote.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/TabNote.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TabNote.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/TabNote.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/TabNote.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabNote\"},{\"kind\":128,\"name\":\"TabSlide\",\"url\":\"classes/TabSlide.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/TabSlide.html#CATEGORY\",\"classes\":\"\",\"parent\":\"TabSlide\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/TabSlide.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"TabSlide\"},{\"kind\":262144,\"name\":\"SLIDE_UP\",\"url\":\"classes/TabSlide.html#SLIDE_UP\",\"classes\":\"\",\"parent\":\"TabSlide\"},{\"kind\":262144,\"name\":\"SLIDE_DOWN\",\"url\":\"classes/TabSlide.html#SLIDE_DOWN\",\"classes\":\"\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"createSlideUp\",\"url\":\"classes/TabSlide.html#createSlideUp\",\"classes\":\"\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"createSlideDown\",\"url\":\"classes/TabSlide.html#createSlideDown\",\"classes\":\"\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"createHammeron\",\"url\":\"classes/TabSlide.html#createHammeron\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"createPulloff\",\"url\":\"classes/TabSlide.html#createPulloff\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TabSlide.html#constructor\",\"classes\":\"\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"renderTie\",\"url\":\"classes/TabSlide.html#renderTie\",\"classes\":\"\",\"parent\":\"TabSlide\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/TabSlide.html#render_options\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TabSlide.html#render_options.__type\",\"classes\":\"\",\"parent\":\"TabSlide.render_options\"},{\"kind\":1024,\"name\":\"cp2\",\"url\":\"classes/TabSlide.html#render_options.__type.cp2\",\"classes\":\"\",\"parent\":\"TabSlide.render_options.__type\"},{\"kind\":1024,\"name\":\"last_x_shift\",\"url\":\"classes/TabSlide.html#render_options.__type.last_x_shift\",\"classes\":\"\",\"parent\":\"TabSlide.render_options.__type\"},{\"kind\":1024,\"name\":\"tie_spacing\",\"url\":\"classes/TabSlide.html#render_options.__type.tie_spacing\",\"classes\":\"\",\"parent\":\"TabSlide.render_options.__type\"},{\"kind\":1024,\"name\":\"cp1\",\"url\":\"classes/TabSlide.html#render_options.__type.cp1\",\"classes\":\"\",\"parent\":\"TabSlide.render_options.__type\"},{\"kind\":1024,\"name\":\"first_x_shift\",\"url\":\"classes/TabSlide.html#render_options.__type.first_x_shift\",\"classes\":\"\",\"parent\":\"TabSlide.render_options.__type\"},{\"kind\":1024,\"name\":\"text_shift_x\",\"url\":\"classes/TabSlide.html#render_options.__type.text_shift_x\",\"classes\":\"\",\"parent\":\"TabSlide.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/TabSlide.html#render_options.__type.y_shift\",\"classes\":\"\",\"parent\":\"TabSlide.render_options.__type\"},{\"kind\":2048,\"name\":\"setDirection\",\"url\":\"classes/TabSlide.html#setDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"setNotes\",\"url\":\"classes/TabSlide.html#setNotes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"isPartial\",\"url\":\"classes/TabSlide.html#isPartial\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"renderText\",\"url\":\"classes/TabSlide.html#renderText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"getNotes\",\"url\":\"classes/TabSlide.html#getNotes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/TabSlide.html#draw\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TabSlide.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/TabSlide.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/TabSlide.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/TabSlide.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/TabSlide.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/TabSlide.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/TabSlide.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/TabSlide.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/TabSlide.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/TabSlide.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/TabSlide.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/TabSlide.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/TabSlide.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/TabSlide.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/TabSlide.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/TabSlide.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/TabSlide.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/TabSlide.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/TabSlide.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/TabSlide.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/TabSlide.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/TabSlide.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/TabSlide.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/TabSlide.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/TabSlide.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/TabSlide.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/TabSlide.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TabSlide.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/TabSlide.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/TabSlide.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/TabSlide.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TabSlide.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/TabSlide.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/TabSlide.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabSlide\"},{\"kind\":128,\"name\":\"TabStave\",\"url\":\"classes/TabStave.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/TabStave.html#CATEGORY\",\"classes\":\"\",\"parent\":\"TabStave\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/TabStave.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":262144,\"name\":\"defaultPadding\",\"url\":\"classes/TabStave.html#defaultPadding\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":262144,\"name\":\"rightPadding\",\"url\":\"classes/TabStave.html#rightPadding\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"formatBegModifiers\",\"url\":\"classes/TabStave.html#formatBegModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TabStave.html#constructor\",\"classes\":\"\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getYForGlyphs\",\"url\":\"classes/TabStave.html#getYForGlyphs\",\"classes\":\"\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addTabGlyph\",\"url\":\"classes/TabStave.html#addTabGlyph\",\"classes\":\"\",\"parent\":\"TabStave\"},{\"kind\":1024,\"name\":\"options\",\"url\":\"classes/TabStave.html#options\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setDefaultLedgerLineStyle\",\"url\":\"classes/TabStave.html#setDefaultLedgerLineStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getDefaultLedgerLineStyle\",\"url\":\"classes/TabStave.html#getDefaultLedgerLineStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"space\",\"url\":\"classes/TabStave.html#space\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"resetLines\",\"url\":\"classes/TabStave.html#resetLines\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setNoteStartX\",\"url\":\"classes/TabStave.html#setNoteStartX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getNoteStartX\",\"url\":\"classes/TabStave.html#getNoteStartX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getNoteEndX\",\"url\":\"classes/TabStave.html#getNoteEndX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getTieStartX\",\"url\":\"classes/TabStave.html#getTieStartX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getTieEndX\",\"url\":\"classes/TabStave.html#getTieEndX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/TabStave.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getNumLines\",\"url\":\"classes/TabStave.html#getNumLines\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setNumLines\",\"url\":\"classes/TabStave.html#setNumLines\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setY\",\"url\":\"classes/TabStave.html#setY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getY\",\"url\":\"classes/TabStave.html#getY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getTopLineTopY\",\"url\":\"classes/TabStave.html#getTopLineTopY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getBottomLineBottomY\",\"url\":\"classes/TabStave.html#getBottomLineBottomY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/TabStave.html#setX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/TabStave.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/TabStave.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/TabStave.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setMeasure\",\"url\":\"classes/TabStave.html#setMeasure\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getMeasure\",\"url\":\"classes/TabStave.html#getMeasure\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getModifierXShift\",\"url\":\"classes/TabStave.html#getModifierXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setRepetitionType\",\"url\":\"classes/TabStave.html#setRepetitionType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setVoltaType\",\"url\":\"classes/TabStave.html#setVoltaType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setSection\",\"url\":\"classes/TabStave.html#setSection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setTempo\",\"url\":\"classes/TabStave.html#setTempo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setText\",\"url\":\"classes/TabStave.html#setText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getHeight\",\"url\":\"classes/TabStave.html#getHeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getSpacingBetweenLines\",\"url\":\"classes/TabStave.html#getSpacingBetweenLines\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/TabStave.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getBottomY\",\"url\":\"classes/TabStave.html#getBottomY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getBottomLineY\",\"url\":\"classes/TabStave.html#getBottomLineY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getYForLine\",\"url\":\"classes/TabStave.html#getYForLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getLineForY\",\"url\":\"classes/TabStave.html#getLineForY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/TabStave.html#getYForTopText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getYForBottomText\",\"url\":\"classes/TabStave.html#getYForBottomText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getYForNote\",\"url\":\"classes/TabStave.html#getYForNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/TabStave.html#addModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addEndModifier\",\"url\":\"classes/TabStave.html#addEndModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setBegBarType\",\"url\":\"classes/TabStave.html#setBegBarType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setEndBarType\",\"url\":\"classes/TabStave.html#setEndBarType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setClef\",\"url\":\"classes/TabStave.html#setClef\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getClef\",\"url\":\"classes/TabStave.html#getClef\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setEndClef\",\"url\":\"classes/TabStave.html#setEndClef\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getEndClef\",\"url\":\"classes/TabStave.html#getEndClef\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setKeySignature\",\"url\":\"classes/TabStave.html#setKeySignature\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setEndKeySignature\",\"url\":\"classes/TabStave.html#setEndKeySignature\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setTimeSignature\",\"url\":\"classes/TabStave.html#setTimeSignature\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setEndTimeSignature\",\"url\":\"classes/TabStave.html#setEndTimeSignature\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addKeySignature\",\"url\":\"classes/TabStave.html#addKeySignature\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addClef\",\"url\":\"classes/TabStave.html#addClef\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addEndClef\",\"url\":\"classes/TabStave.html#addEndClef\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addTimeSignature\",\"url\":\"classes/TabStave.html#addTimeSignature\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addEndTimeSignature\",\"url\":\"classes/TabStave.html#addEndTimeSignature\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addTrebleGlyph\",\"url\":\"classes/TabStave.html#addTrebleGlyph\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/TabStave.html#getModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"sortByCategory\",\"url\":\"classes/TabStave.html#sortByCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/TabStave.html#format\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/TabStave.html#draw\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getVerticalBarWidth\",\"url\":\"classes/TabStave.html#getVerticalBarWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getConfigForLines\",\"url\":\"classes/TabStave.html#getConfigForLines\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setConfigForLine\",\"url\":\"classes/TabStave.html#setConfigForLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setConfigForLines\",\"url\":\"classes/TabStave.html#setConfigForLines\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TabStave.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/TabStave.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/TabStave.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/TabStave.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/TabStave.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/TabStave.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/TabStave.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/TabStave.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/TabStave.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/TabStave.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/TabStave.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/TabStave.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/TabStave.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/TabStave.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/TabStave.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/TabStave.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/TabStave.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/TabStave.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/TabStave.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/TabStave.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/TabStave.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/TabStave.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/TabStave.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/TabStave.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/TabStave.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TabStave.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/TabStave.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/TabStave.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/TabStave.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TabStave.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/TabStave.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/TabStave.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabStave\"},{\"kind\":128,\"name\":\"TabTie\",\"url\":\"classes/TabTie.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/TabTie.html#CATEGORY\",\"classes\":\"\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"createHammeron\",\"url\":\"classes/TabTie.html#createHammeron\",\"classes\":\"\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"createPulloff\",\"url\":\"classes/TabTie.html#createPulloff\",\"classes\":\"\",\"parent\":\"TabTie\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/TabTie.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TabTie.html#constructor\",\"classes\":\"\",\"parent\":\"TabTie\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/TabTie.html#render_options\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TabTie.html#render_options.__type\",\"classes\":\"\",\"parent\":\"TabTie.render_options\"},{\"kind\":1024,\"name\":\"cp2\",\"url\":\"classes/TabTie.html#render_options.__type.cp2\",\"classes\":\"\",\"parent\":\"TabTie.render_options.__type\"},{\"kind\":1024,\"name\":\"last_x_shift\",\"url\":\"classes/TabTie.html#render_options.__type.last_x_shift\",\"classes\":\"\",\"parent\":\"TabTie.render_options.__type\"},{\"kind\":1024,\"name\":\"tie_spacing\",\"url\":\"classes/TabTie.html#render_options.__type.tie_spacing\",\"classes\":\"\",\"parent\":\"TabTie.render_options.__type\"},{\"kind\":1024,\"name\":\"cp1\",\"url\":\"classes/TabTie.html#render_options.__type.cp1\",\"classes\":\"\",\"parent\":\"TabTie.render_options.__type\"},{\"kind\":1024,\"name\":\"first_x_shift\",\"url\":\"classes/TabTie.html#render_options.__type.first_x_shift\",\"classes\":\"\",\"parent\":\"TabTie.render_options.__type\"},{\"kind\":1024,\"name\":\"text_shift_x\",\"url\":\"classes/TabTie.html#render_options.__type.text_shift_x\",\"classes\":\"\",\"parent\":\"TabTie.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/TabTie.html#render_options.__type.y_shift\",\"classes\":\"\",\"parent\":\"TabTie.render_options.__type\"},{\"kind\":2048,\"name\":\"setDirection\",\"url\":\"classes/TabTie.html#setDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"setNotes\",\"url\":\"classes/TabTie.html#setNotes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"isPartial\",\"url\":\"classes/TabTie.html#isPartial\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"renderTie\",\"url\":\"classes/TabTie.html#renderTie\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"renderText\",\"url\":\"classes/TabTie.html#renderText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"getNotes\",\"url\":\"classes/TabTie.html#getNotes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/TabTie.html#draw\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TabTie.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/TabTie.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/TabTie.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/TabTie.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/TabTie.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/TabTie.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/TabTie.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/TabTie.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/TabTie.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/TabTie.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/TabTie.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/TabTie.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/TabTie.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/TabTie.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/TabTie.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/TabTie.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/TabTie.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/TabTie.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/TabTie.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/TabTie.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/TabTie.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/TabTie.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/TabTie.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/TabTie.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/TabTie.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/TabTie.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/TabTie.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TabTie.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/TabTie.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/TabTie.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/TabTie.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TabTie.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/TabTie.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/TabTie.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TabTie\"},{\"kind\":256,\"name\":\"TextBracketParams\",\"url\":\"interfaces/TextBracketParams.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"start\",\"url\":\"interfaces/TextBracketParams.html#start\",\"classes\":\"\",\"parent\":\"TextBracketParams\"},{\"kind\":1024,\"name\":\"stop\",\"url\":\"interfaces/TextBracketParams.html#stop\",\"classes\":\"\",\"parent\":\"TextBracketParams\"},{\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/TextBracketParams.html#text\",\"classes\":\"\",\"parent\":\"TextBracketParams\"},{\"kind\":1024,\"name\":\"superscript\",\"url\":\"interfaces/TextBracketParams.html#superscript\",\"classes\":\"\",\"parent\":\"TextBracketParams\"},{\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/TextBracketParams.html#position\",\"classes\":\"\",\"parent\":\"TextBracketParams\"},{\"kind\":8,\"name\":\"TextBracketPosition\",\"url\":\"enums/TextBracketPosition.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"TOP\",\"url\":\"enums/TextBracketPosition.html#TOP\",\"classes\":\"\",\"parent\":\"TextBracketPosition\"},{\"kind\":16,\"name\":\"BOTTOM\",\"url\":\"enums/TextBracketPosition.html#BOTTOM\",\"classes\":\"\",\"parent\":\"TextBracketPosition\"},{\"kind\":128,\"name\":\"TextBracket\",\"url\":\"classes/TextBracket.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/TextBracket.html#DEBUG\",\"classes\":\"\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/TextBracket.html#CATEGORY\",\"classes\":\"\",\"parent\":\"TextBracket\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/TextBracket.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/TextBracket.html#Position-1\",\"classes\":\"\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/TextBracket.html#PositionString\",\"classes\":\"\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"Positions\",\"url\":\"classes/TextBracket.html#Positions\",\"classes\":\"\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"PositionsString\",\"url\":\"classes/TextBracket.html#PositionsString\",\"classes\":\"\",\"parent\":\"TextBracket\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TextBracket.html#constructor\",\"classes\":\"\",\"parent\":\"TextBracket\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/TextBracket.html#render_options\",\"classes\":\"\",\"parent\":\"TextBracket\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TextBracket.html#render_options.__type\",\"classes\":\"\",\"parent\":\"TextBracket.render_options\"},{\"kind\":1024,\"name\":\"dashed\",\"url\":\"classes/TextBracket.html#render_options.__type.dashed\",\"classes\":\"\",\"parent\":\"TextBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"color\",\"url\":\"classes/TextBracket.html#render_options.__type.color\",\"classes\":\"\",\"parent\":\"TextBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"line_width\",\"url\":\"classes/TextBracket.html#render_options.__type.line_width\",\"classes\":\"\",\"parent\":\"TextBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"underline_superscript\",\"url\":\"classes/TextBracket.html#render_options.__type.underline_superscript\",\"classes\":\"\",\"parent\":\"TextBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"show_bracket\",\"url\":\"classes/TextBracket.html#render_options.__type.show_bracket\",\"classes\":\"\",\"parent\":\"TextBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"dash\",\"url\":\"classes/TextBracket.html#render_options.__type.dash\",\"classes\":\"\",\"parent\":\"TextBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"bracket_height\",\"url\":\"classes/TextBracket.html#render_options.__type.bracket_height\",\"classes\":\"\",\"parent\":\"TextBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"position\",\"url\":\"classes/TextBracket.html#position\",\"classes\":\"\",\"parent\":\"TextBracket\"},{\"kind\":1024,\"name\":\"start\",\"url\":\"classes/TextBracket.html#start\",\"classes\":\"\",\"parent\":\"TextBracket\"},{\"kind\":1024,\"name\":\"stop\",\"url\":\"classes/TextBracket.html#stop\",\"classes\":\"\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/TextBracket.html#applyStyle\",\"classes\":\"\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"setDashed\",\"url\":\"classes/TextBracket.html#setDashed\",\"classes\":\"\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"setLine\",\"url\":\"classes/TextBracket.html#setLine\",\"classes\":\"\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/TextBracket.html#draw\",\"classes\":\"\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TextBracket.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/TextBracket.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/TextBracket.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/TextBracket.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/TextBracket.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/TextBracket.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/TextBracket.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/TextBracket.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/TextBracket.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/TextBracket.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/TextBracket.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/TextBracket.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/TextBracket.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/TextBracket.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/TextBracket.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/TextBracket.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/TextBracket.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/TextBracket.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/TextBracket.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/TextBracket.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/TextBracket.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/TextBracket.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/TextBracket.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/TextBracket.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/TextBracket.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/TextBracket.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TextBracket.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/TextBracket.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/TextBracket.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/TextBracket.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TextBracket.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/TextBracket.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/TextBracket.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextBracket\"},{\"kind\":128,\"name\":\"TextDynamics\",\"url\":\"classes/TextDynamics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/TextDynamics.html#DEBUG\",\"classes\":\"\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/TextDynamics.html#CATEGORY\",\"classes\":\"\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"GLYPHS\",\"url\":\"classes/TextDynamics.html#GLYPHS\",\"classes\":\"\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/TextDynamics.html#plotMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getPoint\",\"url\":\"classes/TextDynamics.html#getPoint\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/TextDynamics.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TextDynamics.html#constructor\",\"classes\":\"\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setLine\",\"url\":\"classes/TextDynamics.html#setLine\",\"classes\":\"\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/TextDynamics.html#preFormat\",\"classes\":\"\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/TextDynamics.html#draw-1\",\"classes\":\"\",\"parent\":\"TextDynamics\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/TextDynamics.html#glyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/TextDynamics.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/TextDynamics.html#keyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/TextDynamics.html#render_options\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TextDynamics.html#render_options.__type\",\"classes\":\"\",\"parent\":\"TextDynamics.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/TextDynamics.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/TextDynamics.html#render_options.__type.draw\",\"classes\":\"\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/TextDynamics.html#render_options.__type.draw_dots\",\"classes\":\"\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/TextDynamics.html#render_options.__type.draw_stem\",\"classes\":\"\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/TextDynamics.html#render_options.__type.y_shift\",\"classes\":\"\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/TextDynamics.html#render_options.__type.extend_left\",\"classes\":\"\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/TextDynamics.html#render_options.__type.extend_right\",\"classes\":\"\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/TextDynamics.html#render_options.__type.glyph_font_scale\",\"classes\":\"\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/TextDynamics.html#render_options.__type.annotation_spacing\",\"classes\":\"\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/TextDynamics.html#render_options.__type.glyph_font_size\",\"classes\":\"\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/TextDynamics.html#render_options.__type.scale\",\"classes\":\"\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/TextDynamics.html#render_options.__type.font\",\"classes\":\"\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/TextDynamics.html#render_options.__type.stroke_px\",\"classes\":\"\",\"parent\":\"TextDynamics.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/TextDynamics.html#getPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/TextDynamics.html#setPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/TextDynamics.html#isRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/TextDynamics.html#addStroke\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/TextDynamics.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/TextDynamics.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/TextDynamics.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/TextDynamics.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/TextDynamics.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/TextDynamics.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/TextDynamics.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/TextDynamics.html#shouldIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/TextDynamics.html#getLineNumber\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/TextDynamics.html#getLineForRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/TextDynamics.html#getGlyph\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/TextDynamics.html#getGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/TextDynamics.html#getGlyphWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/TextDynamics.html#setYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/TextDynamics.html#getYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/TextDynamics.html#getYForTopText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/TextDynamics.html#getVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/TextDynamics.html#setVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/TextDynamics.html#getTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/TextDynamics.html#setTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/TextDynamics.html#getDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/TextDynamics.html#isDotted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/TextDynamics.html#hasStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/TextDynamics.html#getNoteType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/TextDynamics.html#getBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/TextDynamics.html#checkBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/TextDynamics.html#hasBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/TextDynamics.html#setBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/TextDynamics.html#addModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/TextDynamics.html#getModifiersByType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/TextDynamics.html#getModifierStartXY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TextDynamics.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"\",\"parent\":\"TextDynamics.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/TextDynamics.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"\",\"parent\":\"TextDynamics.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/TextDynamics.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"\",\"parent\":\"TextDynamics.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/TextDynamics.html#getRightParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/TextDynamics.html#getLeftParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/TextDynamics.html#getFirstDotPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/TextDynamics.html#getMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/TextDynamics.html#getAbsoluteX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/TextDynamics.html#getStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/TextDynamics.html#getStemExtents\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/TextDynamics.html#getTieRightX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/TextDynamics.html#getTieLeftX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/TextDynamics.html#getKeys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/TextDynamics.html#getKeyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/TextDynamics.html#reset\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/TextDynamics.html#getTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/TextDynamics.html#setIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/TextDynamics.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/TextDynamics.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/TextDynamics.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/TextDynamics.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/TextDynamics.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/TextDynamics.html#getFormatterMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/TextDynamics.html#getCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/TextDynamics.html#setCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/TextDynamics.html#isCenterAligned\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/TextDynamics.html#setCenterAlignment\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/TextDynamics.html#getTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/TextDynamics.html#getTupletStack\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/TextDynamics.html#resetTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/TextDynamics.html#setTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/TextDynamics.html#addToModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/TextDynamics.html#getModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/TextDynamics.html#checkTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/TextDynamics.html#preFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/TextDynamics.html#postFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/TextDynamics.html#postFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/TextDynamics.html#getIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/TextDynamics.html#setIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/TextDynamics.html#getTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/TextDynamics.html#applyTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/TextDynamics.html#setDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/TextDynamics.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/TextDynamics.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/TextDynamics.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TextDynamics.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/TextDynamics.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/TextDynamics.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/TextDynamics.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/TextDynamics.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/TextDynamics.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/TextDynamics.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/TextDynamics.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/TextDynamics.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/TextDynamics.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/TextDynamics.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/TextDynamics.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/TextDynamics.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/TextDynamics.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/TextDynamics.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/TextDynamics.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/TextDynamics.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/TextDynamics.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/TextDynamics.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/TextDynamics.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/TextDynamics.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/TextDynamics.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/TextDynamics.html#font-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/TextDynamics.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/TextDynamics.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/TextDynamics.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/TextDynamics.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TextDynamics.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/TextDynamics.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/TextDynamics.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/TextDynamics.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TextDynamics.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/TextDynamics.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/TextDynamics.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextDynamics\"},{\"kind\":256,\"name\":\"TextFormatterInfo\",\"url\":\"interfaces/TextFormatterInfo.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"family\",\"url\":\"interfaces/TextFormatterInfo.html#family\",\"classes\":\"\",\"parent\":\"TextFormatterInfo\"},{\"kind\":1024,\"name\":\"resolution\",\"url\":\"interfaces/TextFormatterInfo.html#resolution\",\"classes\":\"\",\"parent\":\"TextFormatterInfo\"},{\"kind\":1024,\"name\":\"glyphs\",\"url\":\"interfaces/TextFormatterInfo.html#glyphs\",\"classes\":\"\",\"parent\":\"TextFormatterInfo\"},{\"kind\":1024,\"name\":\"serifs\",\"url\":\"interfaces/TextFormatterInfo.html#serifs\",\"classes\":\"\",\"parent\":\"TextFormatterInfo\"},{\"kind\":1024,\"name\":\"monospaced\",\"url\":\"interfaces/TextFormatterInfo.html#monospaced\",\"classes\":\"\",\"parent\":\"TextFormatterInfo\"},{\"kind\":1024,\"name\":\"italic\",\"url\":\"interfaces/TextFormatterInfo.html#italic\",\"classes\":\"\",\"parent\":\"TextFormatterInfo\"},{\"kind\":1024,\"name\":\"bold\",\"url\":\"interfaces/TextFormatterInfo.html#bold\",\"classes\":\"\",\"parent\":\"TextFormatterInfo\"},{\"kind\":1024,\"name\":\"maxSizeGlyph\",\"url\":\"interfaces/TextFormatterInfo.html#maxSizeGlyph\",\"classes\":\"\",\"parent\":\"TextFormatterInfo\"},{\"kind\":1024,\"name\":\"superscriptOffset\",\"url\":\"interfaces/TextFormatterInfo.html#superscriptOffset\",\"classes\":\"\",\"parent\":\"TextFormatterInfo\"},{\"kind\":1024,\"name\":\"subscriptOffset\",\"url\":\"interfaces/TextFormatterInfo.html#subscriptOffset\",\"classes\":\"\",\"parent\":\"TextFormatterInfo\"},{\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/TextFormatterInfo.html#description\",\"classes\":\"\",\"parent\":\"TextFormatterInfo\"},{\"kind\":256,\"name\":\"yExtent\",\"url\":\"interfaces/yExtent.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"yMin\",\"url\":\"interfaces/yExtent.html#yMin\",\"classes\":\"\",\"parent\":\"yExtent\"},{\"kind\":1024,\"name\":\"yMax\",\"url\":\"interfaces/yExtent.html#yMax\",\"classes\":\"\",\"parent\":\"yExtent\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/yExtent.html#height\",\"classes\":\"\",\"parent\":\"yExtent\"},{\"kind\":128,\"name\":\"TextFormatter\",\"url\":\"classes/TextFormatter.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/TextFormatter.html#DEBUG\",\"classes\":\"\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"getFontFamilies\",\"url\":\"classes/TextFormatter.html#getFontFamilies\",\"classes\":\"\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"create\",\"url\":\"classes/TextFormatter.html#create\",\"classes\":\"\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"getInfo\",\"url\":\"classes/TextFormatter.html#getInfo\",\"classes\":\"\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"registerInfo\",\"url\":\"classes/TextFormatter.html#registerInfo\",\"classes\":\"\",\"parent\":\"TextFormatter\"},{\"kind\":262144,\"name\":\"localHeightCache\",\"url\":\"classes/TextFormatter.html#localHeightCache\",\"classes\":\"\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"updateParams\",\"url\":\"classes/TextFormatter.html#updateParams\",\"classes\":\"\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"updateCacheKey\",\"url\":\"classes/TextFormatter.html#updateCacheKey\",\"classes\":\"\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"getGlyphMetrics\",\"url\":\"classes/TextFormatter.html#getGlyphMetrics\",\"classes\":\"\",\"parent\":\"TextFormatter\"},{\"kind\":262144,\"name\":\"maxHeight\",\"url\":\"classes/TextFormatter.html#maxHeight\",\"classes\":\"\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"getWidthForCharacterInEm\",\"url\":\"classes/TextFormatter.html#getWidthForCharacterInEm\",\"classes\":\"\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"getYForCharacterInPx\",\"url\":\"classes/TextFormatter.html#getYForCharacterInPx\",\"classes\":\"\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"getYForStringInPx\",\"url\":\"classes/TextFormatter.html#getYForStringInPx\",\"classes\":\"\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"getWidthForTextInEm\",\"url\":\"classes/TextFormatter.html#getWidthForTextInEm\",\"classes\":\"\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"getWidthForTextInPx\",\"url\":\"classes/TextFormatter.html#getWidthForTextInPx\",\"classes\":\"\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TextFormatter.html#setFontSize\",\"classes\":\"\",\"parent\":\"TextFormatter\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TextFormatter.html#fontSizeInPixels\",\"classes\":\"\",\"parent\":\"TextFormatter\"},{\"kind\":2048,\"name\":\"getResolution\",\"url\":\"classes/TextFormatter.html#getResolution\",\"classes\":\"\",\"parent\":\"TextFormatter\"},{\"kind\":8,\"name\":\"TextJustification\",\"url\":\"enums/TextJustification.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"LEFT\",\"url\":\"enums/TextJustification.html#LEFT\",\"classes\":\"\",\"parent\":\"TextJustification\"},{\"kind\":16,\"name\":\"CENTER\",\"url\":\"enums/TextJustification.html#CENTER\",\"classes\":\"\",\"parent\":\"TextJustification\"},{\"kind\":16,\"name\":\"RIGHT\",\"url\":\"enums/TextJustification.html#RIGHT\",\"classes\":\"\",\"parent\":\"TextJustification\"},{\"kind\":256,\"name\":\"TextNoteStruct\",\"url\":\"interfaces/TextNoteStruct.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/TextNoteStruct.html#text\",\"classes\":\"\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"glyph\",\"url\":\"interfaces/TextNoteStruct.html#glyph\",\"classes\":\"\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"ignore_ticks\",\"url\":\"interfaces/TextNoteStruct.html#ignore_ticks\",\"classes\":\"\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"smooth\",\"url\":\"interfaces/TextNoteStruct.html#smooth\",\"classes\":\"\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"interfaces/TextNoteStruct.html#font\",\"classes\":\"\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"subscript\",\"url\":\"interfaces/TextNoteStruct.html#subscript\",\"classes\":\"\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"superscript\",\"url\":\"interfaces/TextNoteStruct.html#superscript\",\"classes\":\"\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"interfaces/TextNoteStruct.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/TextNoteStruct.html#duration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/TextNoteStruct.html#line\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"dots\",\"url\":\"interfaces/TextNoteStruct.html#dots\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/TextNoteStruct.html#type\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"align_center\",\"url\":\"interfaces/TextNoteStruct.html#align_center\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNoteStruct\"},{\"kind\":1024,\"name\":\"duration_override\",\"url\":\"interfaces/TextNoteStruct.html#duration_override\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNoteStruct\"},{\"kind\":128,\"name\":\"TextNote\",\"url\":\"classes/TextNote.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/TextNote.html#CATEGORY\",\"classes\":\"\",\"parent\":\"TextNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/TextNote.html#TEXT_FONT\",\"classes\":\"\",\"parent\":\"TextNote\"},{\"kind\":1024,\"name\":\"Justification\",\"url\":\"classes/TextNote.html#Justification\",\"classes\":\"\",\"parent\":\"TextNote\"},{\"kind\":262144,\"name\":\"GLYPHS\",\"url\":\"classes/TextNote.html#GLYPHS\",\"classes\":\"\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/TextNote.html#plotMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getPoint\",\"url\":\"classes/TextNote.html#getPoint\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TextNote.html#constructor\",\"classes\":\"\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setJustification\",\"url\":\"classes/TextNote.html#setJustification\",\"classes\":\"\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setLine\",\"url\":\"classes/TextNote.html#setLine\",\"classes\":\"\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getLine\",\"url\":\"classes/TextNote.html#getLine\",\"classes\":\"\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getText\",\"url\":\"classes/TextNote.html#getText\",\"classes\":\"\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/TextNote.html#preFormat\",\"classes\":\"\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/TextNote.html#draw-1\",\"classes\":\"\",\"parent\":\"TextNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/TextNote.html#glyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/TextNote.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/TextNote.html#keyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/TextNote.html#render_options\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TextNote.html#render_options.__type\",\"classes\":\"\",\"parent\":\"TextNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/TextNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/TextNote.html#render_options.__type.draw\",\"classes\":\"\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/TextNote.html#render_options.__type.draw_dots\",\"classes\":\"\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/TextNote.html#render_options.__type.draw_stem\",\"classes\":\"\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/TextNote.html#render_options.__type.y_shift\",\"classes\":\"\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/TextNote.html#render_options.__type.extend_left\",\"classes\":\"\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/TextNote.html#render_options.__type.extend_right\",\"classes\":\"\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/TextNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/TextNote.html#render_options.__type.annotation_spacing\",\"classes\":\"\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/TextNote.html#render_options.__type.glyph_font_size\",\"classes\":\"\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/TextNote.html#render_options.__type.scale\",\"classes\":\"\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/TextNote.html#render_options.__type.font\",\"classes\":\"\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/TextNote.html#render_options.__type.stroke_px\",\"classes\":\"\",\"parent\":\"TextNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/TextNote.html#getPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/TextNote.html#setPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/TextNote.html#isRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/TextNote.html#addStroke\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/TextNote.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/TextNote.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/TextNote.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/TextNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/TextNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/TextNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/TextNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/TextNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/TextNote.html#getLineNumber\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/TextNote.html#getLineForRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/TextNote.html#getGlyph\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/TextNote.html#getGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/TextNote.html#getGlyphWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/TextNote.html#setYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/TextNote.html#getYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/TextNote.html#getYForTopText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/TextNote.html#getVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/TextNote.html#setVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/TextNote.html#getTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/TextNote.html#setTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/TextNote.html#getDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/TextNote.html#isDotted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/TextNote.html#hasStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/TextNote.html#getNoteType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/TextNote.html#getBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/TextNote.html#checkBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/TextNote.html#hasBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/TextNote.html#setBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/TextNote.html#addModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/TextNote.html#getModifiersByType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/TextNote.html#getModifierStartXY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TextNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"\",\"parent\":\"TextNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/TextNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"\",\"parent\":\"TextNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/TextNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"\",\"parent\":\"TextNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/TextNote.html#getRightParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/TextNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/TextNote.html#getFirstDotPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/TextNote.html#getMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/TextNote.html#getAbsoluteX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/TextNote.html#getStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/TextNote.html#getStemExtents\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/TextNote.html#getTieRightX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/TextNote.html#getTieLeftX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/TextNote.html#getKeys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/TextNote.html#getKeyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/TextNote.html#reset\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/TextNote.html#getTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/TextNote.html#setIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/TextNote.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/TextNote.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/TextNote.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/TextNote.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/TextNote.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/TextNote.html#getFormatterMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/TextNote.html#getCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/TextNote.html#setCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/TextNote.html#isCenterAligned\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/TextNote.html#setCenterAlignment\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/TextNote.html#getTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/TextNote.html#getTupletStack\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/TextNote.html#resetTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/TextNote.html#setTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/TextNote.html#addToModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/TextNote.html#getModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/TextNote.html#checkTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/TextNote.html#preFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/TextNote.html#postFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/TextNote.html#postFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/TextNote.html#getIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/TextNote.html#setIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/TextNote.html#getTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/TextNote.html#applyTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/TextNote.html#setDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/TextNote.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/TextNote.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/TextNote.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TextNote.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/TextNote.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/TextNote.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/TextNote.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/TextNote.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/TextNote.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/TextNote.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/TextNote.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/TextNote.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/TextNote.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/TextNote.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/TextNote.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/TextNote.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/TextNote.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/TextNote.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/TextNote.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/TextNote.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/TextNote.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/TextNote.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/TextNote.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/TextNote.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/TextNote.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/TextNote.html#font-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/TextNote.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/TextNote.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/TextNote.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/TextNote.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TextNote.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/TextNote.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/TextNote.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/TextNote.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TextNote.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/TextNote.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/TextNote.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TextNote\"},{\"kind\":256,\"name\":\"FormatterMetrics\",\"url\":\"interfaces/FormatterMetrics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/FormatterMetrics.html#duration\",\"classes\":\"\",\"parent\":\"FormatterMetrics\"},{\"kind\":1024,\"name\":\"freedom\",\"url\":\"interfaces/FormatterMetrics.html#freedom\",\"classes\":\"\",\"parent\":\"FormatterMetrics\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/FormatterMetrics.html#freedom.__type\",\"classes\":\"\",\"parent\":\"FormatterMetrics.freedom\"},{\"kind\":1024,\"name\":\"left\",\"url\":\"interfaces/FormatterMetrics.html#freedom.__type.left\",\"classes\":\"\",\"parent\":\"FormatterMetrics.freedom.__type\"},{\"kind\":1024,\"name\":\"right\",\"url\":\"interfaces/FormatterMetrics.html#freedom.__type.right\",\"classes\":\"\",\"parent\":\"FormatterMetrics.freedom.__type\"},{\"kind\":1024,\"name\":\"iterations\",\"url\":\"interfaces/FormatterMetrics.html#iterations\",\"classes\":\"\",\"parent\":\"FormatterMetrics\"},{\"kind\":1024,\"name\":\"space\",\"url\":\"interfaces/FormatterMetrics.html#space\",\"classes\":\"\",\"parent\":\"FormatterMetrics\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/FormatterMetrics.html#space.__type-1\",\"classes\":\"\",\"parent\":\"FormatterMetrics.space\"},{\"kind\":1024,\"name\":\"used\",\"url\":\"interfaces/FormatterMetrics.html#space.__type-1.used\",\"classes\":\"\",\"parent\":\"FormatterMetrics.space.__type\"},{\"kind\":1024,\"name\":\"mean\",\"url\":\"interfaces/FormatterMetrics.html#space.__type-1.mean\",\"classes\":\"\",\"parent\":\"FormatterMetrics.space.__type\"},{\"kind\":1024,\"name\":\"deviation\",\"url\":\"interfaces/FormatterMetrics.html#space.__type-1.deviation\",\"classes\":\"\",\"parent\":\"FormatterMetrics.space.__type\"},{\"kind\":128,\"name\":\"Tickable\",\"url\":\"classes/Tickable.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Tickable.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Tickable.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Tickable.html#constructor\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Tickable.html#reset\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/Tickable.html#getTicks\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/Tickable.html#shouldIgnoreTicks\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/Tickable.html#setIgnoreTicks\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Tickable.html#setWidth\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Tickable.html#getWidth\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Tickable.html#setXShift\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Tickable.html#getXShift\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/Tickable.html#getX\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/Tickable.html#getFormatterMetrics\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/Tickable.html#getCenterXShift\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/Tickable.html#setCenterXShift\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/Tickable.html#isCenterAligned\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/Tickable.html#setCenterAlignment\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/Tickable.html#getVoice\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/Tickable.html#setVoice\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/Tickable.html#getTuplet\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/Tickable.html#getTupletStack\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/Tickable.html#resetTuplet\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/Tickable.html#setTuplet\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/Tickable.html#addToModifierContext\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/Tickable.html#addModifier\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/Tickable.html#getModifiers\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/Tickable.html#setTickContext\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/Tickable.html#checkTickContext\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/Tickable.html#preFormat\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/Tickable.html#preFormatted\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/Tickable.html#postFormat\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/Tickable.html#postFormatted\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/Tickable.html#getIntrinsicTicks\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/Tickable.html#setIntrinsicTicks\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/Tickable.html#getTickMultiplier\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/Tickable.html#applyTickMultiplier\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/Tickable.html#setDuration\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/Tickable.html#getAbsoluteX\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Tickable.html#setModifierContext\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Tickable.html#getModifierContext\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Tickable.html#checkModifierContext\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/Tickable.html#getStave\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/Tickable.html#setStave\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/Tickable.html#getMetrics\",\"classes\":\"\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Tickable.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Tickable.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Tickable.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Tickable.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Tickable.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Tickable.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Tickable.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Tickable.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Tickable.html#draw\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Tickable.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Tickable.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Tickable.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Tickable.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Tickable.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Tickable.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Tickable.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Tickable.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Tickable.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Tickable.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Tickable.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Tickable.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Tickable.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Tickable.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Tickable.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Tickable.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Tickable.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Tickable.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Tickable.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Tickable.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Tickable.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Tickable.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Tickable.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Tickable.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Tickable.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Tickable.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tickable\"},{\"kind\":256,\"name\":\"TickContextMetrics\",\"url\":\"interfaces/TickContextMetrics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"totalLeftPx\",\"url\":\"interfaces/TickContextMetrics.html#totalLeftPx\",\"classes\":\"\",\"parent\":\"TickContextMetrics\"},{\"kind\":1024,\"name\":\"totalRightPx\",\"url\":\"interfaces/TickContextMetrics.html#totalRightPx\",\"classes\":\"\",\"parent\":\"TickContextMetrics\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/TickContextMetrics.html#width\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TickContextMetrics\"},{\"kind\":1024,\"name\":\"glyphWidth\",\"url\":\"interfaces/TickContextMetrics.html#glyphWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TickContextMetrics\"},{\"kind\":1024,\"name\":\"notePx\",\"url\":\"interfaces/TickContextMetrics.html#notePx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TickContextMetrics\"},{\"kind\":1024,\"name\":\"modLeftPx\",\"url\":\"interfaces/TickContextMetrics.html#modLeftPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TickContextMetrics\"},{\"kind\":1024,\"name\":\"modRightPx\",\"url\":\"interfaces/TickContextMetrics.html#modRightPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TickContextMetrics\"},{\"kind\":1024,\"name\":\"leftDisplacedHeadPx\",\"url\":\"interfaces/TickContextMetrics.html#leftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TickContextMetrics\"},{\"kind\":1024,\"name\":\"glyphPx\",\"url\":\"interfaces/TickContextMetrics.html#glyphPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TickContextMetrics\"},{\"kind\":1024,\"name\":\"rightDisplacedHeadPx\",\"url\":\"interfaces/TickContextMetrics.html#rightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TickContextMetrics\"},{\"kind\":256,\"name\":\"TickContextOptions\",\"url\":\"interfaces/TickContextOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"tickID\",\"url\":\"interfaces/TickContextOptions.html#tickID\",\"classes\":\"\",\"parent\":\"TickContextOptions\"},{\"kind\":128,\"name\":\"TickContext\",\"url\":\"classes/TickContext.html\",\"classes\":\"\"},{\"kind\":2048,\"name\":\"getNextContext\",\"url\":\"classes/TickContext.html#getNextContext\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TickContext.html#constructor\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":1024,\"name\":\"tContexts\",\"url\":\"classes/TickContext.html#tContexts\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getTickID\",\"url\":\"classes/TickContext.html#getTickID\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/TickContext.html#getX\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/TickContext.html#setX\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getXBase\",\"url\":\"classes/TickContext.html#getXBase\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"setXBase\",\"url\":\"classes/TickContext.html#setXBase\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getXOffset\",\"url\":\"classes/TickContext.html#getXOffset\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"setXOffset\",\"url\":\"classes/TickContext.html#setXOffset\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/TickContext.html#getWidth\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/TickContext.html#setPadding\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getMaxTicks\",\"url\":\"classes/TickContext.html#getMaxTicks\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getMinTicks\",\"url\":\"classes/TickContext.html#getMinTicks\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getMaxTickable\",\"url\":\"classes/TickContext.html#getMaxTickable\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getMinTickable\",\"url\":\"classes/TickContext.html#getMinTickable\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getTickables\",\"url\":\"classes/TickContext.html#getTickables\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getTickableForVoice\",\"url\":\"classes/TickContext.html#getTickableForVoice\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getTickablesByVoice\",\"url\":\"classes/TickContext.html#getTickablesByVoice\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getCenterAlignedTickables\",\"url\":\"classes/TickContext.html#getCenterAlignedTickables\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/TickContext.html#getMetrics\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getCurrentTick\",\"url\":\"classes/TickContext.html#getCurrentTick\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"setCurrentTick\",\"url\":\"classes/TickContext.html#setCurrentTick\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"addTickable\",\"url\":\"classes/TickContext.html#addTickable\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/TickContext.html#preFormat\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/TickContext.html#postFormat\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/TickContext.html#getFormatterMetrics\",\"classes\":\"\",\"parent\":\"TickContext\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TickContext.html#getFormatterMetrics.getFormatterMetrics-1.__type\",\"classes\":\"\",\"parent\":\"TickContext.getFormatterMetrics.getFormatterMetrics\"},{\"kind\":1024,\"name\":\"freedom\",\"url\":\"classes/TickContext.html#getFormatterMetrics.getFormatterMetrics-1.__type.freedom\",\"classes\":\"\",\"parent\":\"TickContext.getFormatterMetrics.getFormatterMetrics.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TickContext.html#getFormatterMetrics.getFormatterMetrics-1.__type.freedom.__type-1\",\"classes\":\"\",\"parent\":\"TickContext.getFormatterMetrics.getFormatterMetrics.__type.freedom\"},{\"kind\":1024,\"name\":\"left\",\"url\":\"classes/TickContext.html#getFormatterMetrics.getFormatterMetrics-1.__type.freedom.__type-1.left\",\"classes\":\"\",\"parent\":\"TickContext.getFormatterMetrics.getFormatterMetrics.__type.freedom.__type\"},{\"kind\":1024,\"name\":\"right\",\"url\":\"classes/TickContext.html#getFormatterMetrics.getFormatterMetrics-1.__type.freedom.__type-1.right\",\"classes\":\"\",\"parent\":\"TickContext.getFormatterMetrics.getFormatterMetrics.__type.freedom.__type\"},{\"kind\":128,\"name\":\"TimeSignatureGlyph\",\"url\":\"classes/TimeSignatureGlyph.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/TimeSignatureGlyph.html#CATEGORY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"CURRENT_CACHE_KEY\",\"url\":\"classes/TimeSignatureGlyph.html#CURRENT_CACHE_KEY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"MUSIC_FONT_STACK\",\"url\":\"classes/TimeSignatureGlyph.html#MUSIC_FONT_STACK\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"lookupFontMetric\",\"url\":\"classes/TimeSignatureGlyph.html#lookupFontMetric\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"lookupGlyph\",\"url\":\"classes/TimeSignatureGlyph.html#lookupGlyph\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TimeSignatureGlyph.html#lookupGlyph.lookupGlyph-1.__type\",\"classes\":\"\",\"parent\":\"TimeSignatureGlyph.lookupGlyph.lookupGlyph\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/TimeSignatureGlyph.html#lookupGlyph.lookupGlyph-1.__type.font-3\",\"classes\":\"\",\"parent\":\"TimeSignatureGlyph.lookupGlyph.lookupGlyph.__type\"},{\"kind\":1024,\"name\":\"glyph\",\"url\":\"classes/TimeSignatureGlyph.html#lookupGlyph.lookupGlyph-1.__type.glyph\",\"classes\":\"\",\"parent\":\"TimeSignatureGlyph.lookupGlyph.lookupGlyph.__type\"},{\"kind\":2048,\"name\":\"loadMetrics\",\"url\":\"classes/TimeSignatureGlyph.html#loadMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"renderGlyph\",\"url\":\"classes/TimeSignatureGlyph.html#renderGlyph\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"renderOutline\",\"url\":\"classes/TimeSignatureGlyph.html#renderOutline\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getOutlineBoundingBox\",\"url\":\"classes/TimeSignatureGlyph.html#getOutlineBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/TimeSignatureGlyph.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/TimeSignatureGlyph.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TimeSignatureGlyph.html#constructor\",\"classes\":\"\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"timeSignature\",\"url\":\"classes/TimeSignatureGlyph.html#timeSignature\",\"classes\":\"\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"topStartX\",\"url\":\"classes/TimeSignatureGlyph.html#topStartX\",\"classes\":\"\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"botStartX\",\"url\":\"classes/TimeSignatureGlyph.html#botStartX\",\"classes\":\"\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"classes/TimeSignatureGlyph.html#width\",\"classes\":\"\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"lineShift\",\"url\":\"classes/TimeSignatureGlyph.html#lineShift\",\"classes\":\"\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"xMin\",\"url\":\"classes/TimeSignatureGlyph.html#xMin\",\"classes\":\"\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/TimeSignatureGlyph.html#getMetrics\",\"classes\":\"\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"renderToStave\",\"url\":\"classes/TimeSignatureGlyph.html#renderToStave\",\"classes\":\"\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"bbox\",\"url\":\"classes/TimeSignatureGlyph.html#bbox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/TimeSignatureGlyph.html#code\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"metrics\",\"url\":\"classes/TimeSignatureGlyph.html#metrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"topGlyphs\",\"url\":\"classes/TimeSignatureGlyph.html#topGlyphs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"botGlyphs\",\"url\":\"classes/TimeSignatureGlyph.html#botGlyphs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/TimeSignatureGlyph.html#scale\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/TimeSignatureGlyph.html#draw\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getCode\",\"url\":\"classes/TimeSignatureGlyph.html#getCode\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setOptions\",\"url\":\"classes/TimeSignatureGlyph.html#setOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setPoint\",\"url\":\"classes/TimeSignatureGlyph.html#setPoint\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/TimeSignatureGlyph.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/TimeSignatureGlyph.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/TimeSignatureGlyph.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getYshift\",\"url\":\"classes/TimeSignatureGlyph.html#getYshift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/TimeSignatureGlyph.html#setYShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/TimeSignatureGlyph.html#reset\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"checkMetrics\",\"url\":\"classes/TimeSignatureGlyph.html#checkMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setOriginX\",\"url\":\"classes/TimeSignatureGlyph.html#setOriginX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setOriginY\",\"url\":\"classes/TimeSignatureGlyph.html#setOriginY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setOrigin\",\"url\":\"classes/TimeSignatureGlyph.html#setOrigin\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/TimeSignatureGlyph.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/TimeSignatureGlyph.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TimeSignatureGlyph.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/TimeSignatureGlyph.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/TimeSignatureGlyph.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/TimeSignatureGlyph.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/TimeSignatureGlyph.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/TimeSignatureGlyph.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/TimeSignatureGlyph.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/TimeSignatureGlyph.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/TimeSignatureGlyph.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/TimeSignatureGlyph.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/TimeSignatureGlyph.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/TimeSignatureGlyph.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/TimeSignatureGlyph.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/TimeSignatureGlyph.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/TimeSignatureGlyph.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/TimeSignatureGlyph.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/TimeSignatureGlyph.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/TimeSignatureGlyph.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/TimeSignatureGlyph.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/TimeSignatureGlyph.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/TimeSignatureGlyph.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/TimeSignatureGlyph.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/TimeSignatureGlyph.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/TimeSignatureGlyph.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/TimeSignatureGlyph.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/TimeSignatureGlyph.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/TimeSignatureGlyph.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TimeSignatureGlyph.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/TimeSignatureGlyph.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/TimeSignatureGlyph.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/TimeSignatureGlyph.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TimeSignatureGlyph.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/TimeSignatureGlyph.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/TimeSignatureGlyph.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignatureGlyph\"},{\"kind\":256,\"name\":\"TimeSignatureInfo\",\"url\":\"interfaces/TimeSignatureInfo.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"glyph\",\"url\":\"interfaces/TimeSignatureInfo.html#glyph\",\"classes\":\"\",\"parent\":\"TimeSignatureInfo\"},{\"kind\":1024,\"name\":\"line\",\"url\":\"interfaces/TimeSignatureInfo.html#line\",\"classes\":\"\",\"parent\":\"TimeSignatureInfo\"},{\"kind\":1024,\"name\":\"num\",\"url\":\"interfaces/TimeSignatureInfo.html#num\",\"classes\":\"\",\"parent\":\"TimeSignatureInfo\"},{\"kind\":128,\"name\":\"TimeSignature\",\"url\":\"classes/TimeSignature.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/TimeSignature.html#CATEGORY\",\"classes\":\"\",\"parent\":\"TimeSignature\"},{\"kind\":262144,\"name\":\"glyphs\",\"url\":\"classes/TimeSignature.html#glyphs\",\"classes\":\"\",\"parent\":\"TimeSignature\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/TimeSignature.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/TimeSignature.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TimeSignature.html#constructor\",\"classes\":\"\",\"parent\":\"TimeSignature\"},{\"kind\":1024,\"name\":\"point\",\"url\":\"classes/TimeSignature.html#point\",\"classes\":\"\",\"parent\":\"TimeSignature\"},{\"kind\":1024,\"name\":\"bottomLine\",\"url\":\"classes/TimeSignature.html#bottomLine\",\"classes\":\"\",\"parent\":\"TimeSignature\"},{\"kind\":1024,\"name\":\"topLine\",\"url\":\"classes/TimeSignature.html#topLine\",\"classes\":\"\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"parseTimeSpec\",\"url\":\"classes/TimeSignature.html#parseTimeSpec\",\"classes\":\"\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"makeTimeSignatureGlyph\",\"url\":\"classes/TimeSignature.html#makeTimeSignatureGlyph\",\"classes\":\"\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getInfo\",\"url\":\"classes/TimeSignature.html#getInfo\",\"classes\":\"\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setTimeSig\",\"url\":\"classes/TimeSignature.html#setTimeSig\",\"classes\":\"\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getTimeSpec\",\"url\":\"classes/TimeSignature.html#getTimeSpec\",\"classes\":\"\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getLine\",\"url\":\"classes/TimeSignature.html#getLine\",\"classes\":\"\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setLine\",\"url\":\"classes/TimeSignature.html#setLine\",\"classes\":\"\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/TimeSignature.html#getGlyph\",\"classes\":\"\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setGlyph\",\"url\":\"classes/TimeSignature.html#setGlyph\",\"classes\":\"\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getIsNumeric\",\"url\":\"classes/TimeSignature.html#getIsNumeric\",\"classes\":\"\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setIsNumeric\",\"url\":\"classes/TimeSignature.html#setIsNumeric\",\"classes\":\"\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/TimeSignature.html#draw\",\"classes\":\"\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/TimeSignature.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/TimeSignature.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/TimeSignature.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/TimeSignature.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/TimeSignature.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/TimeSignature.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/TimeSignature.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/TimeSignature.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setX\",\"url\":\"classes/TimeSignature.html#setX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"placeGlyphOnLine\",\"url\":\"classes/TimeSignature.html#placeGlyphOnLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getPadding\",\"url\":\"classes/TimeSignature.html#getPadding\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setPadding\",\"url\":\"classes/TimeSignature.html#setPadding\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setLayoutMetrics\",\"url\":\"classes/TimeSignature.html#setLayoutMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getLayoutMetrics\",\"url\":\"classes/TimeSignature.html#getLayoutMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TimeSignature.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/TimeSignature.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/TimeSignature.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/TimeSignature.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/TimeSignature.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/TimeSignature.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/TimeSignature.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/TimeSignature.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/TimeSignature.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/TimeSignature.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/TimeSignature.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/TimeSignature.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/TimeSignature.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/TimeSignature.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/TimeSignature.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/TimeSignature.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/TimeSignature.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/TimeSignature.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/TimeSignature.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/TimeSignature.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/TimeSignature.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/TimeSignature.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/TimeSignature.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/TimeSignature.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/TimeSignature.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/TimeSignature.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/TimeSignature.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TimeSignature.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/TimeSignature.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/TimeSignature.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/TimeSignature.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TimeSignature.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/TimeSignature.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/TimeSignature.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSignature\"},{\"kind\":128,\"name\":\"TimeSigNote\",\"url\":\"classes/TimeSigNote.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/TimeSigNote.html#CATEGORY\",\"classes\":\"\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"plotMetrics\",\"url\":\"classes/TimeSigNote.html#plotMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getPoint\",\"url\":\"classes/TimeSigNote.html#getPoint\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/TimeSigNote.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TimeSigNote.html#constructor\",\"classes\":\"\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"addToModifierContext\",\"url\":\"classes/TimeSigNote.html#addToModifierContext\",\"classes\":\"\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/TimeSigNote.html#preFormat\",\"classes\":\"\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/TimeSigNote.html#draw-1\",\"classes\":\"\",\"parent\":\"TimeSigNote\"},{\"kind\":1024,\"name\":\"glyphProps\",\"url\":\"classes/TimeSigNote.html#glyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/TimeSigNote.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":1024,\"name\":\"keyProps\",\"url\":\"classes/TimeSigNote.html#keyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/TimeSigNote.html#render_options\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TimeSigNote.html#render_options.__type\",\"classes\":\"\",\"parent\":\"TimeSigNote.render_options\"},{\"kind\":1024,\"name\":\"draw_stem_through_stave\",\"url\":\"classes/TimeSigNote.html#render_options.__type.draw_stem_through_stave\",\"classes\":\"\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw\",\"url\":\"classes/TimeSigNote.html#render_options.__type.draw\",\"classes\":\"\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_dots\",\"url\":\"classes/TimeSigNote.html#render_options.__type.draw_dots\",\"classes\":\"\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"draw_stem\",\"url\":\"classes/TimeSigNote.html#render_options.__type.draw_stem\",\"classes\":\"\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"y_shift\",\"url\":\"classes/TimeSigNote.html#render_options.__type.y_shift\",\"classes\":\"\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_left\",\"url\":\"classes/TimeSigNote.html#render_options.__type.extend_left\",\"classes\":\"\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"extend_right\",\"url\":\"classes/TimeSigNote.html#render_options.__type.extend_right\",\"classes\":\"\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_scale\",\"url\":\"classes/TimeSigNote.html#render_options.__type.glyph_font_scale\",\"classes\":\"\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"annotation_spacing\",\"url\":\"classes/TimeSigNote.html#render_options.__type.annotation_spacing\",\"classes\":\"\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"glyph_font_size\",\"url\":\"classes/TimeSigNote.html#render_options.__type.glyph_font_size\",\"classes\":\"\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"classes/TimeSigNote.html#render_options.__type.scale\",\"classes\":\"\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"font\",\"url\":\"classes/TimeSigNote.html#render_options.__type.font\",\"classes\":\"\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":1024,\"name\":\"stroke_px\",\"url\":\"classes/TimeSigNote.html#render_options.__type.stroke_px\",\"classes\":\"\",\"parent\":\"TimeSigNote.render_options.__type\"},{\"kind\":2048,\"name\":\"getPlayNote\",\"url\":\"classes/TimeSigNote.html#getPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setPlayNote\",\"url\":\"classes/TimeSigNote.html#setPlayNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"isRest\",\"url\":\"classes/TimeSigNote.html#isRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"addStroke\",\"url\":\"classes/TimeSigNote.html#addStroke\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/TimeSigNote.html#getStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/TimeSigNote.html#checkStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/TimeSigNote.html#setStave\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getLeftDisplacedHeadPx\",\"url\":\"classes/TimeSigNote.html#getLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getRightDisplacedHeadPx\",\"url\":\"classes/TimeSigNote.html#getRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setLeftDisplacedHeadPx\",\"url\":\"classes/TimeSigNote.html#setLeftDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setRightDisplacedHeadPx\",\"url\":\"classes/TimeSigNote.html#setRightDisplacedHeadPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"shouldIgnoreTicks\",\"url\":\"classes/TimeSigNote.html#shouldIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getLineNumber\",\"url\":\"classes/TimeSigNote.html#getLineNumber\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getLineForRest\",\"url\":\"classes/TimeSigNote.html#getLineForRest\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getGlyph\",\"url\":\"classes/TimeSigNote.html#getGlyph\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getGlyphProps\",\"url\":\"classes/TimeSigNote.html#getGlyphProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getGlyphWidth\",\"url\":\"classes/TimeSigNote.html#getGlyphWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setYs\",\"url\":\"classes/TimeSigNote.html#setYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getYs\",\"url\":\"classes/TimeSigNote.html#getYs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getYForTopText\",\"url\":\"classes/TimeSigNote.html#getYForTopText\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getVoice\",\"url\":\"classes/TimeSigNote.html#getVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setVoice\",\"url\":\"classes/TimeSigNote.html#setVoice\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getTickContext\",\"url\":\"classes/TimeSigNote.html#getTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setTickContext\",\"url\":\"classes/TimeSigNote.html#setTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getDuration\",\"url\":\"classes/TimeSigNote.html#getDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"isDotted\",\"url\":\"classes/TimeSigNote.html#isDotted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"hasStem\",\"url\":\"classes/TimeSigNote.html#hasStem\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getNoteType\",\"url\":\"classes/TimeSigNote.html#getNoteType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getBeam\",\"url\":\"classes/TimeSigNote.html#getBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"checkBeam\",\"url\":\"classes/TimeSigNote.html#checkBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"hasBeam\",\"url\":\"classes/TimeSigNote.html#hasBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setBeam\",\"url\":\"classes/TimeSigNote.html#setBeam\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"addModifier\",\"url\":\"classes/TimeSigNote.html#addModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getModifiersByType\",\"url\":\"classes/TimeSigNote.html#getModifiersByType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getModifierStartXY\",\"url\":\"classes/TimeSigNote.html#getModifierStartXY\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/TimeSigNote.html#getModifierStartXY.getModifierStartXY-1.__type-1\",\"classes\":\"\",\"parent\":\"TimeSigNote.getModifierStartXY.getModifierStartXY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/TimeSigNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.x\",\"classes\":\"\",\"parent\":\"TimeSigNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/TimeSigNote.html#getModifierStartXY.getModifierStartXY-1.__type-1.y\",\"classes\":\"\",\"parent\":\"TimeSigNote.getModifierStartXY.getModifierStartXY.__type\"},{\"kind\":2048,\"name\":\"getRightParenthesisPx\",\"url\":\"classes/TimeSigNote.html#getRightParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getLeftParenthesisPx\",\"url\":\"classes/TimeSigNote.html#getLeftParenthesisPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getFirstDotPx\",\"url\":\"classes/TimeSigNote.html#getFirstDotPx\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getMetrics\",\"url\":\"classes/TimeSigNote.html#getMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getAbsoluteX\",\"url\":\"classes/TimeSigNote.html#getAbsoluteX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getStemDirection\",\"url\":\"classes/TimeSigNote.html#getStemDirection\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getStemExtents\",\"url\":\"classes/TimeSigNote.html#getStemExtents\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getTieRightX\",\"url\":\"classes/TimeSigNote.html#getTieRightX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getTieLeftX\",\"url\":\"classes/TimeSigNote.html#getTieLeftX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/TimeSigNote.html#getKeys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getKeyProps\",\"url\":\"classes/TimeSigNote.html#getKeyProps\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/TimeSigNote.html#reset\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getTicks\",\"url\":\"classes/TimeSigNote.html#getTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setIgnoreTicks\",\"url\":\"classes/TimeSigNote.html#setIgnoreTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/TimeSigNote.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/TimeSigNote.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/TimeSigNote.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/TimeSigNote.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getX\",\"url\":\"classes/TimeSigNote.html#getX\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getFormatterMetrics\",\"url\":\"classes/TimeSigNote.html#getFormatterMetrics\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getCenterXShift\",\"url\":\"classes/TimeSigNote.html#getCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setCenterXShift\",\"url\":\"classes/TimeSigNote.html#setCenterXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"isCenterAligned\",\"url\":\"classes/TimeSigNote.html#isCenterAligned\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setCenterAlignment\",\"url\":\"classes/TimeSigNote.html#setCenterAlignment\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getTuplet\",\"url\":\"classes/TimeSigNote.html#getTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getTupletStack\",\"url\":\"classes/TimeSigNote.html#getTupletStack\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"resetTuplet\",\"url\":\"classes/TimeSigNote.html#resetTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setTuplet\",\"url\":\"classes/TimeSigNote.html#setTuplet\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getModifiers\",\"url\":\"classes/TimeSigNote.html#getModifiers\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"checkTickContext\",\"url\":\"classes/TimeSigNote.html#checkTickContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":262144,\"name\":\"preFormatted\",\"url\":\"classes/TimeSigNote.html#preFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"postFormat\",\"url\":\"classes/TimeSigNote.html#postFormat\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":262144,\"name\":\"postFormatted\",\"url\":\"classes/TimeSigNote.html#postFormatted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getIntrinsicTicks\",\"url\":\"classes/TimeSigNote.html#getIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setIntrinsicTicks\",\"url\":\"classes/TimeSigNote.html#setIntrinsicTicks\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getTickMultiplier\",\"url\":\"classes/TimeSigNote.html#getTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"applyTickMultiplier\",\"url\":\"classes/TimeSigNote.html#applyTickMultiplier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setDuration\",\"url\":\"classes/TimeSigNote.html#setDuration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/TimeSigNote.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/TimeSigNote.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/TimeSigNote.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/TimeSigNote.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/TimeSigNote.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/TimeSigNote.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/TimeSigNote.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/TimeSigNote.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/TimeSigNote.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/TimeSigNote.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/TimeSigNote.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/TimeSigNote.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/TimeSigNote.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/TimeSigNote.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/TimeSigNote.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/TimeSigNote.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/TimeSigNote.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/TimeSigNote.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/TimeSigNote.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/TimeSigNote.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/TimeSigNote.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/TimeSigNote.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/TimeSigNote.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/TimeSigNote.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/TimeSigNote.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/TimeSigNote.html#font-1\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/TimeSigNote.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/TimeSigNote.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/TimeSigNote.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/TimeSigNote.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/TimeSigNote.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/TimeSigNote.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/TimeSigNote.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/TimeSigNote.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/TimeSigNote.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/TimeSigNote.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/TimeSigNote.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"TimeSigNote\"},{\"kind\":128,\"name\":\"Tremolo\",\"url\":\"classes/Tremolo.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Tremolo.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Tremolo\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Tremolo.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Tremolo.html#PositionString\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Tremolo.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Tremolo.html#constructor\",\"classes\":\"\",\"parent\":\"Tremolo\"},{\"kind\":1024,\"name\":\"y_spacing_scale\",\"url\":\"classes/Tremolo.html#y_spacing_scale\",\"classes\":\"\",\"parent\":\"Tremolo\"},{\"kind\":1024,\"name\":\"extra_stroke_scale\",\"url\":\"classes/Tremolo.html#extra_stroke_scale\",\"classes\":\"\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Tremolo.html#draw\",\"classes\":\"\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Tremolo.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Tremolo.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Tremolo.html#getNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Tremolo.html#checkAttachedNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Tremolo.html#setNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Tremolo.html#getIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Tremolo.html#checkIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Tremolo.html#setIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Tremolo.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Tremolo.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Tremolo.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Tremolo.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Tremolo.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Tremolo.html#setTextLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Tremolo.html#setYShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Tremolo.html#setSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Tremolo.html#getSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Tremolo.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Tremolo.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Tremolo.html#alignSubNotesWithNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Tremolo.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Tremolo.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Tremolo.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Tremolo.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Tremolo.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Tremolo.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Tremolo.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Tremolo.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Tremolo.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Tremolo.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Tremolo.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Tremolo.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Tremolo.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Tremolo.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Tremolo.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Tremolo.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Tremolo.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Tremolo.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Tremolo.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Tremolo.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Tremolo.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Tremolo.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Tremolo.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Tremolo.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Tremolo.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Tremolo.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Tremolo.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Tremolo.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Tremolo.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Tremolo.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Tremolo.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Tremolo.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Tremolo.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Tremolo.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tremolo\"},{\"kind\":128,\"name\":\"Tuning\",\"url\":\"classes/Tuning.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"names\",\"url\":\"classes/Tuning.html#names\",\"classes\":\"\",\"parent\":\"Tuning\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Tuning.html#constructor\",\"classes\":\"\",\"parent\":\"Tuning\"},{\"kind\":2048,\"name\":\"noteToInteger\",\"url\":\"classes/Tuning.html#noteToInteger\",\"classes\":\"\",\"parent\":\"Tuning\"},{\"kind\":2048,\"name\":\"setTuning\",\"url\":\"classes/Tuning.html#setTuning\",\"classes\":\"\",\"parent\":\"Tuning\"},{\"kind\":2048,\"name\":\"getValueForString\",\"url\":\"classes/Tuning.html#getValueForString\",\"classes\":\"\",\"parent\":\"Tuning\"},{\"kind\":2048,\"name\":\"getValueForFret\",\"url\":\"classes/Tuning.html#getValueForFret\",\"classes\":\"\",\"parent\":\"Tuning\"},{\"kind\":2048,\"name\":\"getNoteForFret\",\"url\":\"classes/Tuning.html#getNoteForFret\",\"classes\":\"\",\"parent\":\"Tuning\"},{\"kind\":256,\"name\":\"TupletOptions\",\"url\":\"interfaces/TupletOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"beats_occupied\",\"url\":\"interfaces/TupletOptions.html#beats_occupied\",\"classes\":\"\",\"parent\":\"TupletOptions\"},{\"kind\":1024,\"name\":\"bracketed\",\"url\":\"interfaces/TupletOptions.html#bracketed\",\"classes\":\"\",\"parent\":\"TupletOptions\"},{\"kind\":1024,\"name\":\"location\",\"url\":\"interfaces/TupletOptions.html#location\",\"classes\":\"\",\"parent\":\"TupletOptions\"},{\"kind\":1024,\"name\":\"notes_occupied\",\"url\":\"interfaces/TupletOptions.html#notes_occupied\",\"classes\":\"\",\"parent\":\"TupletOptions\"},{\"kind\":1024,\"name\":\"num_notes\",\"url\":\"interfaces/TupletOptions.html#num_notes\",\"classes\":\"\",\"parent\":\"TupletOptions\"},{\"kind\":1024,\"name\":\"ratioed\",\"url\":\"interfaces/TupletOptions.html#ratioed\",\"classes\":\"\",\"parent\":\"TupletOptions\"},{\"kind\":1024,\"name\":\"y_offset\",\"url\":\"interfaces/TupletOptions.html#y_offset\",\"classes\":\"\",\"parent\":\"TupletOptions\"},{\"kind\":256,\"name\":\"TupletMetrics\",\"url\":\"interfaces/TupletMetrics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"noteHeadOffset\",\"url\":\"interfaces/TupletMetrics.html#noteHeadOffset\",\"classes\":\"\",\"parent\":\"TupletMetrics\"},{\"kind\":1024,\"name\":\"stemOffset\",\"url\":\"interfaces/TupletMetrics.html#stemOffset\",\"classes\":\"\",\"parent\":\"TupletMetrics\"},{\"kind\":1024,\"name\":\"bottomLine\",\"url\":\"interfaces/TupletMetrics.html#bottomLine\",\"classes\":\"\",\"parent\":\"TupletMetrics\"},{\"kind\":1024,\"name\":\"topModifierOffset\",\"url\":\"interfaces/TupletMetrics.html#topModifierOffset\",\"classes\":\"\",\"parent\":\"TupletMetrics\"},{\"kind\":8,\"name\":\"TupletLocation\",\"url\":\"enums/TupletLocation.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"BOTTOM\",\"url\":\"enums/TupletLocation.html#BOTTOM\",\"classes\":\"\",\"parent\":\"TupletLocation\"},{\"kind\":16,\"name\":\"TOP\",\"url\":\"enums/TupletLocation.html#TOP\",\"classes\":\"\",\"parent\":\"TupletLocation\"},{\"kind\":128,\"name\":\"Tuplet\",\"url\":\"classes/Tuplet.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Tuplet.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"LOCATION_TOP\",\"url\":\"classes/Tuplet.html#LOCATION_TOP\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"LOCATION_BOTTOM\",\"url\":\"classes/Tuplet.html#LOCATION_BOTTOM\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"NESTING_OFFSET\",\"url\":\"classes/Tuplet.html#NESTING_OFFSET\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"metrics\",\"url\":\"classes/Tuplet.html#metrics\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Tuplet.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Tuplet.html#constructor\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":1024,\"name\":\"notes\",\"url\":\"classes/Tuplet.html#notes\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"attach\",\"url\":\"classes/Tuplet.html#attach\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"detach\",\"url\":\"classes/Tuplet.html#detach\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setBracketed\",\"url\":\"classes/Tuplet.html#setBracketed\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setRatioed\",\"url\":\"classes/Tuplet.html#setRatioed\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setTupletLocation\",\"url\":\"classes/Tuplet.html#setTupletLocation\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getNotes\",\"url\":\"classes/Tuplet.html#getNotes\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getNoteCount\",\"url\":\"classes/Tuplet.html#getNoteCount\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"beatsOccupiedDeprecationWarning\",\"url\":\"classes/Tuplet.html#beatsOccupiedDeprecationWarning\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getBeatsOccupied\",\"url\":\"classes/Tuplet.html#getBeatsOccupied\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setBeatsOccupied\",\"url\":\"classes/Tuplet.html#setBeatsOccupied\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getNotesOccupied\",\"url\":\"classes/Tuplet.html#getNotesOccupied\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setNotesOccupied\",\"url\":\"classes/Tuplet.html#setNotesOccupied\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"resolveGlyphs\",\"url\":\"classes/Tuplet.html#resolveGlyphs\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getNestedTupletCount\",\"url\":\"classes/Tuplet.html#getNestedTupletCount\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getYPosition\",\"url\":\"classes/Tuplet.html#getYPosition\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Tuplet.html#draw\",\"classes\":\"\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Tuplet.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Tuplet.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Tuplet.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Tuplet.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Tuplet.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Tuplet.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Tuplet.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Tuplet.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Tuplet.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Tuplet.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Tuplet.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Tuplet.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Tuplet.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Tuplet.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Tuplet.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Tuplet.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Tuplet.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Tuplet.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Tuplet.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Tuplet.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Tuplet.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Tuplet.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Tuplet.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Tuplet.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Tuplet.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Tuplet.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Tuplet.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Tuplet.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Tuplet.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Tuplet.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Tuplet.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Tuplet.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Tuplet.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Tuplet.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Tuplet\"},{\"kind\":64,\"name\":\"isCategory\",\"url\":\"functions/isCategory.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"isAccidental\",\"url\":\"functions/isAccidental.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"isAnnotation\",\"url\":\"functions/isAnnotation.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"isBarline\",\"url\":\"functions/isBarline.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"isDot\",\"url\":\"functions/isDot.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"isGraceNote\",\"url\":\"functions/isGraceNote.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"isGraceNoteGroup\",\"url\":\"functions/isGraceNoteGroup.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"isNote\",\"url\":\"functions/isNote.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"isRenderContext\",\"url\":\"functions/isRenderContext.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"isStaveNote\",\"url\":\"functions/isStaveNote.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"isStemmableNote\",\"url\":\"functions/isStemmableNote.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"isTabNote\",\"url\":\"functions/isTabNote.html\",\"classes\":\"\"},{\"kind\":8,\"name\":\"Category\",\"url\":\"enums/Category.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"Accidental\",\"url\":\"enums/Category.html#Accidental\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Annotation\",\"url\":\"enums/Category.html#Annotation\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Articulation\",\"url\":\"enums/Category.html#Articulation\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Barline\",\"url\":\"enums/Category.html#Barline\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"BarNote\",\"url\":\"enums/Category.html#BarNote\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Beam\",\"url\":\"enums/Category.html#Beam\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Bend\",\"url\":\"enums/Category.html#Bend\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"ChordSymbol\",\"url\":\"enums/Category.html#ChordSymbol\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Clef\",\"url\":\"enums/Category.html#Clef\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"ClefNote\",\"url\":\"enums/Category.html#ClefNote\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Crescendo\",\"url\":\"enums/Category.html#Crescendo\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Curve\",\"url\":\"enums/Category.html#Curve\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Dot\",\"url\":\"enums/Category.html#Dot\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Element\",\"url\":\"enums/Category.html#Element\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Fraction\",\"url\":\"enums/Category.html#Fraction\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"FretHandFinger\",\"url\":\"enums/Category.html#FretHandFinger\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"GhostNote\",\"url\":\"enums/Category.html#GhostNote\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Glyph\",\"url\":\"enums/Category.html#Glyph\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"GlyphNote\",\"url\":\"enums/Category.html#GlyphNote\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"GraceNote\",\"url\":\"enums/Category.html#GraceNote\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"GraceNoteGroup\",\"url\":\"enums/Category.html#GraceNoteGroup\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"GraceTabNote\",\"url\":\"enums/Category.html#GraceTabNote\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"KeySignature\",\"url\":\"enums/Category.html#KeySignature\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"KeySigNote\",\"url\":\"enums/Category.html#KeySigNote\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Modifier\",\"url\":\"enums/Category.html#Modifier\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"MultiMeasureRest\",\"url\":\"enums/Category.html#MultiMeasureRest\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Note\",\"url\":\"enums/Category.html#Note\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"NoteHead\",\"url\":\"enums/Category.html#NoteHead\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"NoteSubGroup\",\"url\":\"enums/Category.html#NoteSubGroup\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Ornament\",\"url\":\"enums/Category.html#Ornament\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Parenthesis\",\"url\":\"enums/Category.html#Parenthesis\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"PedalMarking\",\"url\":\"enums/Category.html#PedalMarking\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"RenderContext\",\"url\":\"enums/Category.html#RenderContext\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"RepeatNote\",\"url\":\"enums/Category.html#RepeatNote\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Repetition\",\"url\":\"enums/Category.html#Repetition\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Stave\",\"url\":\"enums/Category.html#Stave\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StaveConnector\",\"url\":\"enums/Category.html#StaveConnector\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StaveHairpin\",\"url\":\"enums/Category.html#StaveHairpin\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StaveLine\",\"url\":\"enums/Category.html#StaveLine\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StaveModifier\",\"url\":\"enums/Category.html#StaveModifier\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StaveNote\",\"url\":\"enums/Category.html#StaveNote\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StaveSection\",\"url\":\"enums/Category.html#StaveSection\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StaveTempo\",\"url\":\"enums/Category.html#StaveTempo\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StaveText\",\"url\":\"enums/Category.html#StaveText\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StaveTie\",\"url\":\"enums/Category.html#StaveTie\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Stem\",\"url\":\"enums/Category.html#Stem\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StemmableNote\",\"url\":\"enums/Category.html#StemmableNote\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"StringNumber\",\"url\":\"enums/Category.html#StringNumber\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Stroke\",\"url\":\"enums/Category.html#Stroke\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"System\",\"url\":\"enums/Category.html#System\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"TabNote\",\"url\":\"enums/Category.html#TabNote\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"TabSlide\",\"url\":\"enums/Category.html#TabSlide\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"TabStave\",\"url\":\"enums/Category.html#TabStave\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"TabTie\",\"url\":\"enums/Category.html#TabTie\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"TextBracket\",\"url\":\"enums/Category.html#TextBracket\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"TextDynamics\",\"url\":\"enums/Category.html#TextDynamics\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"TextNote\",\"url\":\"enums/Category.html#TextNote\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Tickable\",\"url\":\"enums/Category.html#Tickable\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"TimeSignature\",\"url\":\"enums/Category.html#TimeSignature\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"TimeSigNote\",\"url\":\"enums/Category.html#TimeSigNote\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Tremolo\",\"url\":\"enums/Category.html#Tremolo\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Tuplet\",\"url\":\"enums/Category.html#Tuplet\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Vibrato\",\"url\":\"enums/Category.html#Vibrato\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"VibratoBracket\",\"url\":\"enums/Category.html#VibratoBracket\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Voice\",\"url\":\"enums/Category.html#Voice\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":16,\"name\":\"Volta\",\"url\":\"enums/Category.html#Volta\",\"classes\":\"\",\"parent\":\"Category\"},{\"kind\":64,\"name\":\"globalObject\",\"url\":\"functions/globalObject.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"defined\",\"url\":\"functions/defined.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"log\",\"url\":\"functions/log.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"warn\",\"url\":\"functions/warn.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"midLine\",\"url\":\"functions/midLine.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"prefix\",\"url\":\"functions/prefix.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"normalizeAngle\",\"url\":\"functions/normalizeAngle.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"sumArray\",\"url\":\"functions/sumArray.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"RuntimeError\",\"url\":\"classes/RuntimeError.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RuntimeError.html#constructor\",\"classes\":\"\",\"parent\":\"RuntimeError\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/RuntimeError.html#code\",\"classes\":\"\",\"parent\":\"RuntimeError\"},{\"kind\":128,\"name\":\"Vex\",\"url\":\"classes/Vex.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"Flow\",\"url\":\"classes/Vex.html#Flow\",\"classes\":\"\",\"parent\":\"Vex\"},{\"kind\":2048,\"name\":\"sortAndUnique\",\"url\":\"classes/Vex.html#sortAndUnique\",\"classes\":\"\",\"parent\":\"Vex\"},{\"kind\":2048,\"name\":\"contains\",\"url\":\"classes/Vex.html#contains\",\"classes\":\"\",\"parent\":\"Vex\"},{\"kind\":2048,\"name\":\"getCanvasContext\",\"url\":\"classes/Vex.html#getCanvasContext\",\"classes\":\"\",\"parent\":\"Vex\"},{\"kind\":2048,\"name\":\"benchmark\",\"url\":\"classes/Vex.html#benchmark\",\"classes\":\"\",\"parent\":\"Vex\"},{\"kind\":2048,\"name\":\"stackTrace\",\"url\":\"classes/Vex.html#stackTrace\",\"classes\":\"\",\"parent\":\"Vex\"},{\"kind\":1024,\"name\":\"RERR\",\"url\":\"classes/Vex.html#RERR\",\"classes\":\"\",\"parent\":\"Vex\"},{\"kind\":1024,\"name\":\"RuntimeError\",\"url\":\"classes/Vex.html#RuntimeError\",\"classes\":\"\",\"parent\":\"Vex\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Vex.html#constructor\",\"classes\":\"\",\"parent\":\"Vex\"},{\"kind\":256,\"name\":\"VibratoRenderOptions\",\"url\":\"interfaces/VibratoRenderOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"wave_height\",\"url\":\"interfaces/VibratoRenderOptions.html#wave_height\",\"classes\":\"\",\"parent\":\"VibratoRenderOptions\"},{\"kind\":1024,\"name\":\"wave_girth\",\"url\":\"interfaces/VibratoRenderOptions.html#wave_girth\",\"classes\":\"\",\"parent\":\"VibratoRenderOptions\"},{\"kind\":1024,\"name\":\"vibrato_width\",\"url\":\"interfaces/VibratoRenderOptions.html#vibrato_width\",\"classes\":\"\",\"parent\":\"VibratoRenderOptions\"},{\"kind\":1024,\"name\":\"harsh\",\"url\":\"interfaces/VibratoRenderOptions.html#harsh\",\"classes\":\"\",\"parent\":\"VibratoRenderOptions\"},{\"kind\":1024,\"name\":\"wave_width\",\"url\":\"interfaces/VibratoRenderOptions.html#wave_width\",\"classes\":\"\",\"parent\":\"VibratoRenderOptions\"},{\"kind\":128,\"name\":\"Vibrato\",\"url\":\"classes/Vibrato.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Vibrato.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"format\",\"url\":\"classes/Vibrato.html#format\",\"classes\":\"\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"renderVibrato\",\"url\":\"classes/Vibrato.html#renderVibrato\",\"classes\":\"\",\"parent\":\"Vibrato\"},{\"kind\":262144,\"name\":\"Position\",\"url\":\"classes/Vibrato.html#Position\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":262144,\"name\":\"PositionString\",\"url\":\"classes/Vibrato.html#PositionString\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Vibrato.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Vibrato.html#constructor\",\"classes\":\"\",\"parent\":\"Vibrato\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/Vibrato.html#render_options\",\"classes\":\"\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setHarsh\",\"url\":\"classes/Vibrato.html#setHarsh\",\"classes\":\"\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setVibratoWidth\",\"url\":\"classes/Vibrato.html#setVibratoWidth\",\"classes\":\"\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Vibrato.html#draw\",\"classes\":\"\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getWidth\",\"url\":\"classes/Vibrato.html#getWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setWidth\",\"url\":\"classes/Vibrato.html#setWidth\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getNote\",\"url\":\"classes/Vibrato.html#getNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"checkAttachedNote\",\"url\":\"classes/Vibrato.html#checkAttachedNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setNote\",\"url\":\"classes/Vibrato.html#setNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getIndex\",\"url\":\"classes/Vibrato.html#getIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"checkIndex\",\"url\":\"classes/Vibrato.html#checkIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setIndex\",\"url\":\"classes/Vibrato.html#setIndex\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getModifierContext\",\"url\":\"classes/Vibrato.html#getModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"checkModifierContext\",\"url\":\"classes/Vibrato.html#checkModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setModifierContext\",\"url\":\"classes/Vibrato.html#setModifierContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/Vibrato.html#getPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setPosition\",\"url\":\"classes/Vibrato.html#setPosition\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setTextLine\",\"url\":\"classes/Vibrato.html#setTextLine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setYShift\",\"url\":\"classes/Vibrato.html#setYShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setSpacingFromNextModifier\",\"url\":\"classes/Vibrato.html#setSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getSpacingFromNextModifier\",\"url\":\"classes/Vibrato.html#getSpacingFromNextModifier\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setXShift\",\"url\":\"classes/Vibrato.html#setXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getXShift\",\"url\":\"classes/Vibrato.html#getXShift\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"alignSubNotesWithNote\",\"url\":\"classes/Vibrato.html#alignSubNotesWithNote\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Vibrato.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Vibrato.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Vibrato.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Vibrato.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Vibrato.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Vibrato.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Vibrato.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Vibrato.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Vibrato.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Vibrato.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Vibrato.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Vibrato.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Vibrato.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Vibrato.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Vibrato.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Vibrato.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Vibrato.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Vibrato.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Vibrato.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Vibrato.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Vibrato.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Vibrato.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Vibrato.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Vibrato.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Vibrato.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Vibrato.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Vibrato.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Vibrato.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Vibrato.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Vibrato.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Vibrato.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Vibrato.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Vibrato.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Vibrato.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Vibrato\"},{\"kind\":128,\"name\":\"VibratoBracket\",\"url\":\"classes/VibratoBracket.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"DEBUG\",\"url\":\"classes/VibratoBracket.html#DEBUG\",\"classes\":\"\",\"parent\":\"VibratoBracket\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/VibratoBracket.html#CATEGORY\",\"classes\":\"\",\"parent\":\"VibratoBracket\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/VibratoBracket.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VibratoBracket.html#constructor\",\"classes\":\"\",\"parent\":\"VibratoBracket\"},{\"kind\":1024,\"name\":\"render_options\",\"url\":\"classes/VibratoBracket.html#render_options\",\"classes\":\"\",\"parent\":\"VibratoBracket\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/VibratoBracket.html#render_options.__type\",\"classes\":\"\",\"parent\":\"VibratoBracket.render_options\"},{\"kind\":1024,\"name\":\"vibrato_width\",\"url\":\"classes/VibratoBracket.html#render_options.__type.vibrato_width\",\"classes\":\"\",\"parent\":\"VibratoBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"wave_height\",\"url\":\"classes/VibratoBracket.html#render_options.__type.wave_height\",\"classes\":\"\",\"parent\":\"VibratoBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"wave_girth\",\"url\":\"classes/VibratoBracket.html#render_options.__type.wave_girth\",\"classes\":\"\",\"parent\":\"VibratoBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"harsh\",\"url\":\"classes/VibratoBracket.html#render_options.__type.harsh\",\"classes\":\"\",\"parent\":\"VibratoBracket.render_options.__type\"},{\"kind\":1024,\"name\":\"wave_width\",\"url\":\"classes/VibratoBracket.html#render_options.__type.wave_width\",\"classes\":\"\",\"parent\":\"VibratoBracket.render_options.__type\"},{\"kind\":2048,\"name\":\"setLine\",\"url\":\"classes/VibratoBracket.html#setLine\",\"classes\":\"\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"setHarsh\",\"url\":\"classes/VibratoBracket.html#setHarsh\",\"classes\":\"\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/VibratoBracket.html#draw\",\"classes\":\"\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/VibratoBracket.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/VibratoBracket.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/VibratoBracket.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/VibratoBracket.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/VibratoBracket.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/VibratoBracket.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/VibratoBracket.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/VibratoBracket.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/VibratoBracket.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/VibratoBracket.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/VibratoBracket.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/VibratoBracket.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/VibratoBracket.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/VibratoBracket.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/VibratoBracket.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/VibratoBracket.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/VibratoBracket.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/VibratoBracket.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/VibratoBracket.html#getBoundingBox\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/VibratoBracket.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/VibratoBracket.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/VibratoBracket.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/VibratoBracket.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/VibratoBracket.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/VibratoBracket.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/VibratoBracket.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/VibratoBracket.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/VibratoBracket.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/VibratoBracket.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/VibratoBracket.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/VibratoBracket.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/VibratoBracket.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/VibratoBracket.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/VibratoBracket.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VibratoBracket\"},{\"kind\":256,\"name\":\"VoiceTime\",\"url\":\"interfaces/VoiceTime.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"num_beats\",\"url\":\"interfaces/VoiceTime.html#num_beats\",\"classes\":\"\",\"parent\":\"VoiceTime\"},{\"kind\":1024,\"name\":\"beat_value\",\"url\":\"interfaces/VoiceTime.html#beat_value\",\"classes\":\"\",\"parent\":\"VoiceTime\"},{\"kind\":1024,\"name\":\"resolution\",\"url\":\"interfaces/VoiceTime.html#resolution\",\"classes\":\"\",\"parent\":\"VoiceTime\"},{\"kind\":8,\"name\":\"VoiceMode\",\"url\":\"enums/VoiceMode.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"STRICT\",\"url\":\"enums/VoiceMode.html#STRICT\",\"classes\":\"\",\"parent\":\"VoiceMode\"},{\"kind\":16,\"name\":\"SOFT\",\"url\":\"enums/VoiceMode.html#SOFT\",\"classes\":\"\",\"parent\":\"VoiceMode\"},{\"kind\":16,\"name\":\"FULL\",\"url\":\"enums/VoiceMode.html#FULL\",\"classes\":\"\",\"parent\":\"VoiceMode\"},{\"kind\":128,\"name\":\"Voice\",\"url\":\"classes/Voice.html\",\"classes\":\"\"},{\"kind\":262144,\"name\":\"CATEGORY\",\"url\":\"classes/Voice.html#CATEGORY\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":262144,\"name\":\"Mode\",\"url\":\"classes/Voice.html#Mode\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":1024,\"name\":\"TEXT_FONT\",\"url\":\"classes/Voice.html#TEXT_FONT\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Voice.html#constructor\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getTotalTicks\",\"url\":\"classes/Voice.html#getTotalTicks\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getTicksUsed\",\"url\":\"classes/Voice.html#getTicksUsed\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getLargestTickWidth\",\"url\":\"classes/Voice.html#getLargestTickWidth\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getSmallestTickCount\",\"url\":\"classes/Voice.html#getSmallestTickCount\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getTickables\",\"url\":\"classes/Voice.html#getTickables\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getMode\",\"url\":\"classes/Voice.html#getMode\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setMode\",\"url\":\"classes/Voice.html#setMode\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getResolutionMultiplier\",\"url\":\"classes/Voice.html#getResolutionMultiplier\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getActualResolution\",\"url\":\"classes/Voice.html#getActualResolution\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setStave\",\"url\":\"classes/Voice.html#setStave\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getStave\",\"url\":\"classes/Voice.html#getStave\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getBoundingBox\",\"url\":\"classes/Voice.html#getBoundingBox\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setStrict\",\"url\":\"classes/Voice.html#setStrict\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"isComplete\",\"url\":\"classes/Voice.html#isComplete\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setSoftmaxFactor\",\"url\":\"classes/Voice.html#setSoftmaxFactor\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"softmax\",\"url\":\"classes/Voice.html#softmax\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"addTickable\",\"url\":\"classes/Voice.html#addTickable\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"addTickables\",\"url\":\"classes/Voice.html#addTickables\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"preFormat\",\"url\":\"classes/Voice.html#preFormat\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"checkStave\",\"url\":\"classes/Voice.html#checkStave\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"draw\",\"url\":\"classes/Voice.html#draw\",\"classes\":\"\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"addChildElement\",\"url\":\"classes/Voice.html#addChildElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getCategory\",\"url\":\"classes/Voice.html#getCategory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setStyle\",\"url\":\"classes/Voice.html#setStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setGroupStyle\",\"url\":\"classes/Voice.html#setGroupStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getStyle\",\"url\":\"classes/Voice.html#getStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"applyStyle\",\"url\":\"classes/Voice.html#applyStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"restoreStyle\",\"url\":\"classes/Voice.html#restoreStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"drawWithStyle\",\"url\":\"classes/Voice.html#drawWithStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"hasClass\",\"url\":\"classes/Voice.html#hasClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"addClass\",\"url\":\"classes/Voice.html#addClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"removeClass\",\"url\":\"classes/Voice.html#removeClass\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"onRegister\",\"url\":\"classes/Voice.html#onRegister\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"isRendered\",\"url\":\"classes/Voice.html#isRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setRendered\",\"url\":\"classes/Voice.html#setRendered\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getAttributes\",\"url\":\"classes/Voice.html#getAttributes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getAttribute\",\"url\":\"classes/Voice.html#getAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getSVGElement\",\"url\":\"classes/Voice.html#getSVGElement\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setAttribute\",\"url\":\"classes/Voice.html#setAttribute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getContext\",\"url\":\"classes/Voice.html#getContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setContext\",\"url\":\"classes/Voice.html#setContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"checkContext\",\"url\":\"classes/Voice.html#checkContext\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":262144,\"name\":\"font\",\"url\":\"classes/Voice.html#font\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setFont\",\"url\":\"classes/Voice.html#setFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getFont\",\"url\":\"classes/Voice.html#getFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"resetFont\",\"url\":\"classes/Voice.html#resetFont\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":262144,\"name\":\"fontInfo\",\"url\":\"classes/Voice.html#fontInfo\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"setFontSize\",\"url\":\"classes/Voice.html#setFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":2048,\"name\":\"getFontSize\",\"url\":\"classes/Voice.html#getFontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":262144,\"name\":\"fontSize\",\"url\":\"classes/Voice.html#fontSize\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":262144,\"name\":\"fontSizeInPoints\",\"url\":\"classes/Voice.html#fontSizeInPoints\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":262144,\"name\":\"fontSizeInPixels\",\"url\":\"classes/Voice.html#fontSizeInPixels\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":262144,\"name\":\"fontStyle\",\"url\":\"classes/Voice.html#fontStyle\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":262144,\"name\":\"fontWeight\",\"url\":\"classes/Voice.html#fontWeight\",\"classes\":\"tsd-is-inherited\",\"parent\":\"Voice\"},{\"kind\":64,\"name\":\"isHTMLCanvas\",\"url\":\"functions/isHTMLCanvas.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"isHTMLDiv\",\"url\":\"functions/isHTMLDiv.html\",\"classes\":\"\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,59.741]],[\"comment/0\",[]],[\"name/1\",[1,44.314]],[\"comment/1\",[]],[\"name/2\",[2,84.87]],[\"comment/2\",[]],[\"name/3\",[0,59.741]],[\"comment/3\",[]],[\"name/4\",[3,84.87]],[\"comment/4\",[]],[\"name/5\",[4,84.87]],[\"comment/5\",[]],[\"name/6\",[5,84.87]],[\"comment/6\",[]],[\"name/7\",[6,60.297]],[\"comment/7\",[]],[\"name/8\",[7,63.663]],[\"comment/8\",[]],[\"name/9\",[8,57.348]],[\"comment/9\",[]],[\"name/10\",[9,46.219]],[\"comment/10\",[]],[\"name/11\",[10,58.238]],[\"comment/11\",[]],[\"name/12\",[11,84.87]],[\"comment/12\",[]],[\"name/13\",[12,84.87]],[\"comment/13\",[]],[\"name/14\",[13,54.105]],[\"comment/14\",[]],[\"name/15\",[14,59.741]],[\"comment/15\",[]],[\"name/16\",[15,46.944]],[\"comment/16\",[]],[\"name/17\",[16,44.085]],[\"comment/17\",[]],[\"name/18\",[17,57.783]],[\"comment/18\",[]],[\"name/19\",[18,52.944]],[\"comment/19\",[]],[\"name/20\",[1,44.314]],[\"comment/20\",[]],[\"name/21\",[19,84.87]],[\"comment/21\",[]],[\"name/22\",[20,73.881]],[\"comment/22\",[]],[\"name/23\",[21,84.87]],[\"comment/23\",[]],[\"name/24\",[22,49.501]],[\"comment/24\",[]],[\"name/25\",[23,60.886]],[\"comment/25\",[]],[\"name/26\",[24,84.87]],[\"comment/26\",[]],[\"name/27\",[25,44.667]],[\"comment/27\",[]],[\"name/28\",[26,50.522]],[\"comment/28\",[]],[\"name/29\",[27,60.886]],[\"comment/29\",[]],[\"name/30\",[28,60.886]],[\"comment/30\",[]],[\"name/31\",[29,60.886]],[\"comment/31\",[]],[\"name/32\",[30,60.886]],[\"comment/32\",[]],[\"name/33\",[31,60.886]],[\"comment/33\",[]],[\"name/34\",[32,53.508]],[\"comment/34\",[]],[\"name/35\",[33,53.508]],[\"comment/35\",[]],[\"name/36\",[34,53.508]],[\"comment/36\",[]],[\"name/37\",[35,56.147]],[\"comment/37\",[]],[\"name/38\",[36,55.776]],[\"comment/38\",[]],[\"name/39\",[37,60.886]],[\"comment/39\",[]],[\"name/40\",[38,59.741]],[\"comment/40\",[]],[\"name/41\",[39,60.886]],[\"comment/41\",[]],[\"name/42\",[40,60.886]],[\"comment/42\",[]],[\"name/43\",[41,52.674]],[\"comment/43\",[]],[\"name/44\",[42,52.674]],[\"comment/44\",[]],[\"name/45\",[43,60.886]],[\"comment/45\",[]],[\"name/46\",[44,47.096]],[\"comment/46\",[]],[\"name/47\",[45,47.096]],[\"comment/47\",[]],[\"name/48\",[46,47.096]],[\"comment/48\",[]],[\"name/49\",[47,47.096]],[\"comment/49\",[]],[\"name/50\",[48,47.096]],[\"comment/50\",[]],[\"name/51\",[49,47.096]],[\"comment/51\",[]],[\"name/52\",[50,47.096]],[\"comment/52\",[]],[\"name/53\",[51,47.096]],[\"comment/53\",[]],[\"name/54\",[52,47.096]],[\"comment/54\",[]],[\"name/55\",[53,47.096]],[\"comment/55\",[]],[\"name/56\",[54,47.096]],[\"comment/56\",[]],[\"name/57\",[55,47.096]],[\"comment/57\",[]],[\"name/58\",[56,47.096]],[\"comment/58\",[]],[\"name/59\",[57,47.096]],[\"comment/59\",[]],[\"name/60\",[58,47.096]],[\"comment/60\",[]],[\"name/61\",[59,47.096]],[\"comment/61\",[]],[\"name/62\",[60,47.096]],[\"comment/62\",[]],[\"name/63\",[61,47.096]],[\"comment/63\",[]],[\"name/64\",[62,47.096]],[\"comment/64\",[]],[\"name/65\",[63,46.795]],[\"comment/65\",[]],[\"name/66\",[64,46.795]],[\"comment/66\",[]],[\"name/67\",[65,47.096]],[\"comment/67\",[]],[\"name/68\",[66,43.22]],[\"comment/68\",[]],[\"name/69\",[67,46.648]],[\"comment/69\",[]],[\"name/70\",[68,46.648]],[\"comment/70\",[]],[\"name/71\",[69,47.096]],[\"comment/71\",[]],[\"name/72\",[70,46.944]],[\"comment/72\",[]],[\"name/73\",[71,46.944]],[\"comment/73\",[]],[\"name/74\",[72,47.096]],[\"comment/74\",[]],[\"name/75\",[73,47.096]],[\"comment/75\",[]],[\"name/76\",[74,47.096]],[\"comment/76\",[]],[\"name/77\",[75,46.944]],[\"comment/77\",[]],[\"name/78\",[76,46.795]],[\"comment/78\",[]],[\"name/79\",[77,46.795]],[\"comment/79\",[]],[\"name/80\",[78,79.761]],[\"comment/80\",[]],[\"name/81\",[79,67.52]],[\"comment/81\",[]],[\"name/82\",[80,70.203]],[\"comment/82\",[]],[\"name/83\",[81,67.52]],[\"comment/83\",[]],[\"name/84\",[82,76.395]],[\"comment/84\",[]],[\"name/85\",[83,79.761]],[\"comment/85\",[]],[\"name/86\",[84,71.874]],[\"comment/86\",[]],[\"name/87\",[80,70.203]],[\"comment/87\",[]],[\"name/88\",[85,71.874]],[\"comment/88\",[]],[\"name/89\",[82,76.395]],[\"comment/89\",[]],[\"name/90\",[86,71.874]],[\"comment/90\",[]],[\"name/91\",[8,57.348]],[\"comment/91\",[]],[\"name/92\",[9,46.219]],[\"comment/92\",[]],[\"name/93\",[15,46.944]],[\"comment/93\",[]],[\"name/94\",[87,79.761]],[\"comment/94\",[]],[\"name/95\",[88,79.761]],[\"comment/95\",[]],[\"name/96\",[89,79.761]],[\"comment/96\",[]],[\"name/97\",[90,79.761]],[\"comment/97\",[]],[\"name/98\",[91,84.87]],[\"comment/98\",[]],[\"name/99\",[10,58.238]],[\"comment/99\",[]],[\"name/100\",[13,54.105]],[\"comment/100\",[]],[\"name/101\",[14,59.741]],[\"comment/101\",[]],[\"name/102\",[16,44.085]],[\"comment/102\",[]],[\"name/103\",[92,84.87]],[\"comment/103\",[]],[\"name/104\",[93,84.87]],[\"comment/104\",[]],[\"name/105\",[94,79.761]],[\"comment/105\",[]],[\"name/106\",[25,44.667]],[\"comment/106\",[]],[\"name/107\",[22,49.501]],[\"comment/107\",[]],[\"name/108\",[26,50.522]],[\"comment/108\",[]],[\"name/109\",[27,60.886]],[\"comment/109\",[]],[\"name/110\",[28,60.886]],[\"comment/110\",[]],[\"name/111\",[23,60.886]],[\"comment/111\",[]],[\"name/112\",[29,60.886]],[\"comment/112\",[]],[\"name/113\",[30,60.886]],[\"comment/113\",[]],[\"name/114\",[31,60.886]],[\"comment/114\",[]],[\"name/115\",[32,53.508]],[\"comment/115\",[]],[\"name/116\",[33,53.508]],[\"comment/116\",[]],[\"name/117\",[34,53.508]],[\"comment/117\",[]],[\"name/118\",[35,56.147]],[\"comment/118\",[]],[\"name/119\",[36,55.776]],[\"comment/119\",[]],[\"name/120\",[37,60.886]],[\"comment/120\",[]],[\"name/121\",[38,59.741]],[\"comment/121\",[]],[\"name/122\",[39,60.886]],[\"comment/122\",[]],[\"name/123\",[40,60.886]],[\"comment/123\",[]],[\"name/124\",[41,52.674]],[\"comment/124\",[]],[\"name/125\",[42,52.674]],[\"comment/125\",[]],[\"name/126\",[43,60.886]],[\"comment/126\",[]],[\"name/127\",[44,47.096]],[\"comment/127\",[]],[\"name/128\",[45,47.096]],[\"comment/128\",[]],[\"name/129\",[46,47.096]],[\"comment/129\",[]],[\"name/130\",[47,47.096]],[\"comment/130\",[]],[\"name/131\",[48,47.096]],[\"comment/131\",[]],[\"name/132\",[49,47.096]],[\"comment/132\",[]],[\"name/133\",[50,47.096]],[\"comment/133\",[]],[\"name/134\",[51,47.096]],[\"comment/134\",[]],[\"name/135\",[52,47.096]],[\"comment/135\",[]],[\"name/136\",[53,47.096]],[\"comment/136\",[]],[\"name/137\",[54,47.096]],[\"comment/137\",[]],[\"name/138\",[55,47.096]],[\"comment/138\",[]],[\"name/139\",[56,47.096]],[\"comment/139\",[]],[\"name/140\",[57,47.096]],[\"comment/140\",[]],[\"name/141\",[58,47.096]],[\"comment/141\",[]],[\"name/142\",[59,47.096]],[\"comment/142\",[]],[\"name/143\",[60,47.096]],[\"comment/143\",[]],[\"name/144\",[61,47.096]],[\"comment/144\",[]],[\"name/145\",[62,47.096]],[\"comment/145\",[]],[\"name/146\",[63,46.795]],[\"comment/146\",[]],[\"name/147\",[64,46.795]],[\"comment/147\",[]],[\"name/148\",[65,47.096]],[\"comment/148\",[]],[\"name/149\",[66,43.22]],[\"comment/149\",[]],[\"name/150\",[67,46.648]],[\"comment/150\",[]],[\"name/151\",[68,46.648]],[\"comment/151\",[]],[\"name/152\",[69,47.096]],[\"comment/152\",[]],[\"name/153\",[70,46.944]],[\"comment/153\",[]],[\"name/154\",[71,46.944]],[\"comment/154\",[]],[\"name/155\",[72,47.096]],[\"comment/155\",[]],[\"name/156\",[73,47.096]],[\"comment/156\",[]],[\"name/157\",[74,47.096]],[\"comment/157\",[]],[\"name/158\",[75,46.944]],[\"comment/158\",[]],[\"name/159\",[76,46.795]],[\"comment/159\",[]],[\"name/160\",[77,46.795]],[\"comment/160\",[]],[\"name/161\",[95,84.87]],[\"comment/161\",[]],[\"name/162\",[96,67.52]],[\"comment/162\",[]],[\"name/163\",[97,84.87]],[\"comment/163\",[]],[\"name/164\",[98,84.87]],[\"comment/164\",[]],[\"name/165\",[99,84.87]],[\"comment/165\",[]],[\"name/166\",[100,71.874]],[\"comment/166\",[]],[\"name/167\",[8,57.348]],[\"comment/167\",[]],[\"name/168\",[9,46.219]],[\"comment/168\",[]],[\"name/169\",[10,58.238]],[\"comment/169\",[]],[\"name/170\",[101,79.761]],[\"comment/170\",[]],[\"name/171\",[13,54.105]],[\"comment/171\",[]],[\"name/172\",[14,59.741]],[\"comment/172\",[]],[\"name/173\",[15,46.944]],[\"comment/173\",[]],[\"name/174\",[16,44.085]],[\"comment/174\",[]],[\"name/175\",[17,57.783]],[\"comment/175\",[]],[\"name/176\",[18,52.944]],[\"comment/176\",[]],[\"name/177\",[1,44.314]],[\"comment/177\",[]],[\"name/178\",[20,73.881]],[\"comment/178\",[]],[\"name/179\",[102,84.87]],[\"comment/179\",[]],[\"name/180\",[25,44.667]],[\"comment/180\",[]],[\"name/181\",[22,49.501]],[\"comment/181\",[]],[\"name/182\",[26,50.522]],[\"comment/182\",[]],[\"name/183\",[27,60.886]],[\"comment/183\",[]],[\"name/184\",[28,60.886]],[\"comment/184\",[]],[\"name/185\",[23,60.886]],[\"comment/185\",[]],[\"name/186\",[29,60.886]],[\"comment/186\",[]],[\"name/187\",[30,60.886]],[\"comment/187\",[]],[\"name/188\",[31,60.886]],[\"comment/188\",[]],[\"name/189\",[32,53.508]],[\"comment/189\",[]],[\"name/190\",[33,53.508]],[\"comment/190\",[]],[\"name/191\",[34,53.508]],[\"comment/191\",[]],[\"name/192\",[35,56.147]],[\"comment/192\",[]],[\"name/193\",[36,55.776]],[\"comment/193\",[]],[\"name/194\",[37,60.886]],[\"comment/194\",[]],[\"name/195\",[38,59.741]],[\"comment/195\",[]],[\"name/196\",[39,60.886]],[\"comment/196\",[]],[\"name/197\",[40,60.886]],[\"comment/197\",[]],[\"name/198\",[41,52.674]],[\"comment/198\",[]],[\"name/199\",[42,52.674]],[\"comment/199\",[]],[\"name/200\",[43,60.886]],[\"comment/200\",[]],[\"name/201\",[44,47.096]],[\"comment/201\",[]],[\"name/202\",[45,47.096]],[\"comment/202\",[]],[\"name/203\",[46,47.096]],[\"comment/203\",[]],[\"name/204\",[47,47.096]],[\"comment/204\",[]],[\"name/205\",[48,47.096]],[\"comment/205\",[]],[\"name/206\",[49,47.096]],[\"comment/206\",[]],[\"name/207\",[50,47.096]],[\"comment/207\",[]],[\"name/208\",[51,47.096]],[\"comment/208\",[]],[\"name/209\",[52,47.096]],[\"comment/209\",[]],[\"name/210\",[53,47.096]],[\"comment/210\",[]],[\"name/211\",[54,47.096]],[\"comment/211\",[]],[\"name/212\",[55,47.096]],[\"comment/212\",[]],[\"name/213\",[56,47.096]],[\"comment/213\",[]],[\"name/214\",[57,47.096]],[\"comment/214\",[]],[\"name/215\",[58,47.096]],[\"comment/215\",[]],[\"name/216\",[59,47.096]],[\"comment/216\",[]],[\"name/217\",[60,47.096]],[\"comment/217\",[]],[\"name/218\",[61,47.096]],[\"comment/218\",[]],[\"name/219\",[62,47.096]],[\"comment/219\",[]],[\"name/220\",[63,46.795]],[\"comment/220\",[]],[\"name/221\",[64,46.795]],[\"comment/221\",[]],[\"name/222\",[65,47.096]],[\"comment/222\",[]],[\"name/223\",[66,43.22]],[\"comment/223\",[]],[\"name/224\",[67,46.648]],[\"comment/224\",[]],[\"name/225\",[68,46.648]],[\"comment/225\",[]],[\"name/226\",[69,47.096]],[\"comment/226\",[]],[\"name/227\",[70,46.944]],[\"comment/227\",[]],[\"name/228\",[71,46.944]],[\"comment/228\",[]],[\"name/229\",[72,47.096]],[\"comment/229\",[]],[\"name/230\",[73,47.096]],[\"comment/230\",[]],[\"name/231\",[74,47.096]],[\"comment/231\",[]],[\"name/232\",[75,46.944]],[\"comment/232\",[]],[\"name/233\",[76,46.795]],[\"comment/233\",[]],[\"name/234\",[77,46.795]],[\"comment/234\",[]],[\"name/235\",[103,73.881]],[\"comment/235\",[]],[\"name/236\",[8,57.348]],[\"comment/236\",[]],[\"name/237\",[9,46.219]],[\"comment/237\",[]],[\"name/238\",[104,60.297]],[\"comment/238\",[]],[\"name/239\",[105,59.741]],[\"comment/239\",[]],[\"name/240\",[15,46.944]],[\"comment/240\",[]],[\"name/241\",[16,44.085]],[\"comment/241\",[]],[\"name/242\",[106,76.395]],[\"comment/242\",[]],[\"name/243\",[107,70.203]],[\"comment/243\",[]],[\"name/244\",[108,59.741]],[\"comment/244\",[]],[\"name/245\",[109,56.531]],[\"comment/245\",[]],[\"name/246\",[25,44.667]],[\"comment/246\",[]],[\"name/247\",[110,59.741]],[\"comment/247\",[]],[\"name/248\",[111,57.348]],[\"comment/248\",[]],[\"name/249\",[112,59.741]],[\"comment/249\",[]],[\"name/250\",[18,52.944]],[\"comment/250\",[]],[\"name/251\",[1,44.314]],[\"comment/251\",[]],[\"name/252\",[113,60.297]],[\"comment/252\",[]],[\"name/253\",[25,44.667]],[\"comment/253\",[]],[\"name/254\",[114,60.297]],[\"comment/254\",[]],[\"name/255\",[115,60.297]],[\"comment/255\",[]],[\"name/256\",[116,57.348]],[\"comment/256\",[]],[\"name/257\",[117,60.297]],[\"comment/257\",[]],[\"name/258\",[118,60.297]],[\"comment/258\",[]],[\"name/259\",[119,57.783]],[\"comment/259\",[]],[\"name/260\",[120,60.297]],[\"comment/260\",[]],[\"name/261\",[121,60.297]],[\"comment/261\",[]],[\"name/262\",[122,56.932]],[\"comment/262\",[]],[\"name/263\",[66,43.22]],[\"comment/263\",[]],[\"name/264\",[123,58.714]],[\"comment/264\",[]],[\"name/265\",[124,60.297]],[\"comment/265\",[]],[\"name/266\",[125,60.297]],[\"comment/266\",[]],[\"name/267\",[126,59.741]],[\"comment/267\",[]],[\"name/268\",[127,60.297]],[\"comment/268\",[]],[\"name/269\",[128,54.418]],[\"comment/269\",[]],[\"name/270\",[129,54.418]],[\"comment/270\",[]],[\"name/271\",[130,54.105]],[\"comment/271\",[]],[\"name/272\",[131,60.297]],[\"comment/272\",[]],[\"name/273\",[132,60.297]],[\"comment/273\",[]],[\"name/274\",[133,60.297]],[\"comment/274\",[]],[\"name/275\",[134,60.297]],[\"comment/275\",[]],[\"name/276\",[135,59.741]],[\"comment/276\",[]],[\"name/277\",[136,60.297]],[\"comment/277\",[]],[\"name/278\",[137,60.297]],[\"comment/278\",[]],[\"name/279\",[138,59.741]],[\"comment/279\",[]],[\"name/280\",[139,60.297]],[\"comment/280\",[]],[\"name/281\",[140,60.297]],[\"comment/281\",[]],[\"name/282\",[141,60.297]],[\"comment/282\",[]],[\"name/283\",[142,60.297]],[\"comment/283\",[]],[\"name/284\",[143,59.215]],[\"comment/284\",[]],[\"name/285\",[144,59.741]],[\"comment/285\",[]],[\"name/286\",[145,59.741]],[\"comment/286\",[]],[\"name/287\",[146,59.741]],[\"comment/287\",[]],[\"name/288\",[147,59.741]],[\"comment/288\",[]],[\"name/289\",[148,60.297]],[\"comment/289\",[]],[\"name/290\",[149,60.297]],[\"comment/290\",[]],[\"name/291\",[150,60.297]],[\"comment/291\",[]],[\"name/292\",[151,60.297]],[\"comment/292\",[]],[\"name/293\",[152,60.297]],[\"comment/293\",[]],[\"name/294\",[153,60.297]],[\"comment/294\",[]],[\"name/295\",[154,60.297]],[\"comment/295\",[]],[\"name/296\",[155,60.297]],[\"comment/296\",[]],[\"name/297\",[156,58.238]],[\"comment/297\",[]],[\"name/298\",[157,60.297]],[\"comment/298\",[]],[\"name/299\",[158,60.297]],[\"comment/299\",[]],[\"name/300\",[1,44.314]],[\"comment/300\",[]],[\"name/301\",[159,56.932]],[\"comment/301\",[]],[\"name/302\",[160,56.932]],[\"comment/302\",[]],[\"name/303\",[161,60.297]],[\"comment/303\",[]],[\"name/304\",[162,60.297]],[\"comment/304\",[]],[\"name/305\",[163,60.297]],[\"comment/305\",[]],[\"name/306\",[164,56.932]],[\"comment/306\",[]],[\"name/307\",[165,59.741]],[\"comment/307\",[]],[\"name/308\",[166,59.741]],[\"comment/308\",[]],[\"name/309\",[167,60.297]],[\"comment/309\",[]],[\"name/310\",[168,60.297]],[\"comment/310\",[]],[\"name/311\",[169,60.297]],[\"comment/311\",[]],[\"name/312\",[170,60.297]],[\"comment/312\",[]],[\"name/313\",[171,60.297]],[\"comment/313\",[]],[\"name/314\",[172,57.348]],[\"comment/314\",[]],[\"name/315\",[173,59.741]],[\"comment/315\",[]],[\"name/316\",[174,59.741]],[\"comment/316\",[]],[\"name/317\",[26,50.522]],[\"comment/317\",[]],[\"name/318\",[22,49.501]],[\"comment/318\",[]],[\"name/319\",[41,52.674]],[\"comment/319\",[]],[\"name/320\",[42,52.674]],[\"comment/320\",[]],[\"name/321\",[175,53.802]],[\"comment/321\",[]],[\"name/322\",[176,59.215]],[\"comment/322\",[]],[\"name/323\",[177,59.741]],[\"comment/323\",[]],[\"name/324\",[178,59.741]],[\"comment/324\",[]],[\"name/325\",[179,59.741]],[\"comment/325\",[]],[\"name/326\",[180,59.741]],[\"comment/326\",[]],[\"name/327\",[181,59.741]],[\"comment/327\",[]],[\"name/328\",[182,59.741]],[\"comment/328\",[]],[\"name/329\",[183,59.741]],[\"comment/329\",[]],[\"name/330\",[184,59.741]],[\"comment/330\",[]],[\"name/331\",[185,58.238]],[\"comment/331\",[]],[\"name/332\",[186,59.741]],[\"comment/332\",[]],[\"name/333\",[187,59.741]],[\"comment/333\",[]],[\"name/334\",[188,56.932]],[\"comment/334\",[]],[\"name/335\",[189,59.215]],[\"comment/335\",[]],[\"name/336\",[190,59.741]],[\"comment/336\",[]],[\"name/337\",[191,59.741]],[\"comment/337\",[]],[\"name/338\",[192,59.741]],[\"comment/338\",[]],[\"name/339\",[193,59.741]],[\"comment/339\",[]],[\"name/340\",[194,59.741]],[\"comment/340\",[]],[\"name/341\",[34,53.508]],[\"comment/341\",[]],[\"name/342\",[32,53.508]],[\"comment/342\",[]],[\"name/343\",[33,53.508]],[\"comment/343\",[]],[\"name/344\",[44,47.096]],[\"comment/344\",[]],[\"name/345\",[45,47.096]],[\"comment/345\",[]],[\"name/346\",[46,47.096]],[\"comment/346\",[]],[\"name/347\",[47,47.096]],[\"comment/347\",[]],[\"name/348\",[48,47.096]],[\"comment/348\",[]],[\"name/349\",[49,47.096]],[\"comment/349\",[]],[\"name/350\",[50,47.096]],[\"comment/350\",[]],[\"name/351\",[51,47.096]],[\"comment/351\",[]],[\"name/352\",[52,47.096]],[\"comment/352\",[]],[\"name/353\",[53,47.096]],[\"comment/353\",[]],[\"name/354\",[54,47.096]],[\"comment/354\",[]],[\"name/355\",[55,47.096]],[\"comment/355\",[]],[\"name/356\",[56,47.096]],[\"comment/356\",[]],[\"name/357\",[57,47.096]],[\"comment/357\",[]],[\"name/358\",[58,47.096]],[\"comment/358\",[]],[\"name/359\",[59,47.096]],[\"comment/359\",[]],[\"name/360\",[60,47.096]],[\"comment/360\",[]],[\"name/361\",[61,47.096]],[\"comment/361\",[]],[\"name/362\",[62,47.096]],[\"comment/362\",[]],[\"name/363\",[63,46.795]],[\"comment/363\",[]],[\"name/364\",[64,46.795]],[\"comment/364\",[]],[\"name/365\",[65,47.096]],[\"comment/365\",[]],[\"name/366\",[66,43.22]],[\"comment/366\",[]],[\"name/367\",[67,46.648]],[\"comment/367\",[]],[\"name/368\",[68,46.648]],[\"comment/368\",[]],[\"name/369\",[69,47.096]],[\"comment/369\",[]],[\"name/370\",[70,46.944]],[\"comment/370\",[]],[\"name/371\",[71,46.944]],[\"comment/371\",[]],[\"name/372\",[72,47.096]],[\"comment/372\",[]],[\"name/373\",[73,47.096]],[\"comment/373\",[]],[\"name/374\",[74,47.096]],[\"comment/374\",[]],[\"name/375\",[75,46.944]],[\"comment/375\",[]],[\"name/376\",[76,46.795]],[\"comment/376\",[]],[\"name/377\",[77,46.795]],[\"comment/377\",[]],[\"name/378\",[195,84.87]],[\"comment/378\",[]],[\"name/379\",[196,84.87]],[\"comment/379\",[]],[\"name/380\",[197,84.87]],[\"comment/380\",[]],[\"name/381\",[198,84.87]],[\"comment/381\",[]],[\"name/382\",[199,71.874]],[\"comment/382\",[]],[\"name/383\",[9,46.219]],[\"comment/383\",[]],[\"name/384\",[200,84.87]],[\"comment/384\",[]],[\"name/385\",[201,84.87]],[\"comment/385\",[]],[\"name/386\",[202,84.87]],[\"comment/386\",[]],[\"name/387\",[15,46.944]],[\"comment/387\",[]],[\"name/388\",[16,44.085]],[\"comment/388\",[]],[\"name/389\",[18,52.944]],[\"comment/389\",[]],[\"name/390\",[1,44.314]],[\"comment/390\",[]],[\"name/391\",[203,84.87]],[\"comment/391\",[]],[\"name/392\",[204,84.87]],[\"comment/392\",[]],[\"name/393\",[205,84.87]],[\"comment/393\",[]],[\"name/394\",[206,84.87]],[\"comment/394\",[]],[\"name/395\",[207,84.87]],[\"comment/395\",[]],[\"name/396\",[208,84.87]],[\"comment/396\",[]],[\"name/397\",[209,84.87]],[\"comment/397\",[]],[\"name/398\",[210,84.87]],[\"comment/398\",[]],[\"name/399\",[211,84.87]],[\"comment/399\",[]],[\"name/400\",[212,84.87]],[\"comment/400\",[]],[\"name/401\",[213,84.87]],[\"comment/401\",[]],[\"name/402\",[214,84.87]],[\"comment/402\",[]],[\"name/403\",[215,71.874]],[\"comment/403\",[]],[\"name/404\",[189,59.215]],[\"comment/404\",[]],[\"name/405\",[216,84.87]],[\"comment/405\",[]],[\"name/406\",[166,59.741]],[\"comment/406\",[]],[\"name/407\",[217,71.874]],[\"comment/407\",[]],[\"name/408\",[218,68.772]],[\"comment/408\",[]],[\"name/409\",[219,84.87]],[\"comment/409\",[]],[\"name/410\",[220,84.87]],[\"comment/410\",[]],[\"name/411\",[221,84.87]],[\"comment/411\",[]],[\"name/412\",[222,84.87]],[\"comment/412\",[]],[\"name/413\",[223,84.87]],[\"comment/413\",[]],[\"name/414\",[224,84.87]],[\"comment/414\",[]],[\"name/415\",[225,84.87]],[\"comment/415\",[]],[\"name/416\",[226,84.87]],[\"comment/416\",[]],[\"name/417\",[227,84.87]],[\"comment/417\",[]],[\"name/418\",[228,84.87]],[\"comment/418\",[]],[\"name/419\",[109,56.531]],[\"comment/419\",[]],[\"name/420\",[188,56.932]],[\"comment/420\",[]],[\"name/421\",[25,44.667]],[\"comment/421\",[]],[\"name/422\",[44,47.096]],[\"comment/422\",[]],[\"name/423\",[45,47.096]],[\"comment/423\",[]],[\"name/424\",[46,47.096]],[\"comment/424\",[]],[\"name/425\",[47,47.096]],[\"comment/425\",[]],[\"name/426\",[48,47.096]],[\"comment/426\",[]],[\"name/427\",[49,47.096]],[\"comment/427\",[]],[\"name/428\",[50,47.096]],[\"comment/428\",[]],[\"name/429\",[51,47.096]],[\"comment/429\",[]],[\"name/430\",[52,47.096]],[\"comment/430\",[]],[\"name/431\",[53,47.096]],[\"comment/431\",[]],[\"name/432\",[54,47.096]],[\"comment/432\",[]],[\"name/433\",[55,47.096]],[\"comment/433\",[]],[\"name/434\",[56,47.096]],[\"comment/434\",[]],[\"name/435\",[57,47.096]],[\"comment/435\",[]],[\"name/436\",[58,47.096]],[\"comment/436\",[]],[\"name/437\",[59,47.096]],[\"comment/437\",[]],[\"name/438\",[60,47.096]],[\"comment/438\",[]],[\"name/439\",[61,47.096]],[\"comment/439\",[]],[\"name/440\",[62,47.096]],[\"comment/440\",[]],[\"name/441\",[63,46.795]],[\"comment/441\",[]],[\"name/442\",[64,46.795]],[\"comment/442\",[]],[\"name/443\",[65,47.096]],[\"comment/443\",[]],[\"name/444\",[66,43.22]],[\"comment/444\",[]],[\"name/445\",[67,46.648]],[\"comment/445\",[]],[\"name/446\",[68,46.648]],[\"comment/446\",[]],[\"name/447\",[69,47.096]],[\"comment/447\",[]],[\"name/448\",[70,46.944]],[\"comment/448\",[]],[\"name/449\",[71,46.944]],[\"comment/449\",[]],[\"name/450\",[72,47.096]],[\"comment/450\",[]],[\"name/451\",[73,47.096]],[\"comment/451\",[]],[\"name/452\",[74,47.096]],[\"comment/452\",[]],[\"name/453\",[75,46.944]],[\"comment/453\",[]],[\"name/454\",[76,46.795]],[\"comment/454\",[]],[\"name/455\",[77,46.795]],[\"comment/455\",[]],[\"name/456\",[229,84.87]],[\"comment/456\",[]],[\"name/457\",[159,56.932]],[\"comment/457\",[]],[\"name/458\",[17,57.783]],[\"comment/458\",[]],[\"name/459\",[230,68.772]],[\"comment/459\",[]],[\"name/460\",[6,60.297]],[\"comment/460\",[]],[\"name/461\",[231,84.87]],[\"comment/461\",[]],[\"name/462\",[232,76.395]],[\"comment/462\",[]],[\"name/463\",[9,46.219]],[\"comment/463\",[]],[\"name/464\",[233,76.395]],[\"comment/464\",[]],[\"name/465\",[234,76.395]],[\"comment/465\",[]],[\"name/466\",[15,46.944]],[\"comment/466\",[]],[\"name/467\",[10,58.238]],[\"comment/467\",[]],[\"name/468\",[13,54.105]],[\"comment/468\",[]],[\"name/469\",[14,59.741]],[\"comment/469\",[]],[\"name/470\",[16,44.085]],[\"comment/470\",[]],[\"name/471\",[18,52.944]],[\"comment/471\",[]],[\"name/472\",[1,44.314]],[\"comment/472\",[]],[\"name/473\",[235,76.395]],[\"comment/473\",[]],[\"name/474\",[236,84.87]],[\"comment/474\",[]],[\"name/475\",[237,84.87]],[\"comment/475\",[]],[\"name/476\",[238,84.87]],[\"comment/476\",[]],[\"name/477\",[41,52.674]],[\"comment/477\",[]],[\"name/478\",[239,84.87]],[\"comment/478\",[]],[\"name/479\",[240,79.761]],[\"comment/479\",[]],[\"name/480\",[241,84.87]],[\"comment/480\",[]],[\"name/481\",[25,44.667]],[\"comment/481\",[]],[\"name/482\",[22,49.501]],[\"comment/482\",[]],[\"name/483\",[26,50.522]],[\"comment/483\",[]],[\"name/484\",[27,60.886]],[\"comment/484\",[]],[\"name/485\",[28,60.886]],[\"comment/485\",[]],[\"name/486\",[23,60.886]],[\"comment/486\",[]],[\"name/487\",[29,60.886]],[\"comment/487\",[]],[\"name/488\",[30,60.886]],[\"comment/488\",[]],[\"name/489\",[31,60.886]],[\"comment/489\",[]],[\"name/490\",[32,53.508]],[\"comment/490\",[]],[\"name/491\",[33,53.508]],[\"comment/491\",[]],[\"name/492\",[34,53.508]],[\"comment/492\",[]],[\"name/493\",[35,56.147]],[\"comment/493\",[]],[\"name/494\",[36,55.776]],[\"comment/494\",[]],[\"name/495\",[37,60.886]],[\"comment/495\",[]],[\"name/496\",[38,59.741]],[\"comment/496\",[]],[\"name/497\",[39,60.886]],[\"comment/497\",[]],[\"name/498\",[40,60.886]],[\"comment/498\",[]],[\"name/499\",[42,52.674]],[\"comment/499\",[]],[\"name/500\",[43,60.886]],[\"comment/500\",[]],[\"name/501\",[44,47.096]],[\"comment/501\",[]],[\"name/502\",[45,47.096]],[\"comment/502\",[]],[\"name/503\",[46,47.096]],[\"comment/503\",[]],[\"name/504\",[47,47.096]],[\"comment/504\",[]],[\"name/505\",[48,47.096]],[\"comment/505\",[]],[\"name/506\",[49,47.096]],[\"comment/506\",[]],[\"name/507\",[50,47.096]],[\"comment/507\",[]],[\"name/508\",[51,47.096]],[\"comment/508\",[]],[\"name/509\",[52,47.096]],[\"comment/509\",[]],[\"name/510\",[53,47.096]],[\"comment/510\",[]],[\"name/511\",[54,47.096]],[\"comment/511\",[]],[\"name/512\",[55,47.096]],[\"comment/512\",[]],[\"name/513\",[56,47.096]],[\"comment/513\",[]],[\"name/514\",[57,47.096]],[\"comment/514\",[]],[\"name/515\",[58,47.096]],[\"comment/515\",[]],[\"name/516\",[59,47.096]],[\"comment/516\",[]],[\"name/517\",[60,47.096]],[\"comment/517\",[]],[\"name/518\",[61,47.096]],[\"comment/518\",[]],[\"name/519\",[62,47.096]],[\"comment/519\",[]],[\"name/520\",[63,46.795]],[\"comment/520\",[]],[\"name/521\",[64,46.795]],[\"comment/521\",[]],[\"name/522\",[65,47.096]],[\"comment/522\",[]],[\"name/523\",[66,43.22]],[\"comment/523\",[]],[\"name/524\",[67,46.648]],[\"comment/524\",[]],[\"name/525\",[68,46.648]],[\"comment/525\",[]],[\"name/526\",[69,47.096]],[\"comment/526\",[]],[\"name/527\",[70,46.944]],[\"comment/527\",[]],[\"name/528\",[71,46.944]],[\"comment/528\",[]],[\"name/529\",[72,47.096]],[\"comment/529\",[]],[\"name/530\",[73,47.096]],[\"comment/530\",[]],[\"name/531\",[74,47.096]],[\"comment/531\",[]],[\"name/532\",[75,46.944]],[\"comment/532\",[]],[\"name/533\",[76,46.795]],[\"comment/533\",[]],[\"name/534\",[77,46.795]],[\"comment/534\",[]],[\"name/535\",[242,84.87]],[\"comment/535\",[]],[\"name/536\",[159,56.932]],[\"comment/536\",[]],[\"name/537\",[160,56.932]],[\"comment/537\",[]],[\"name/538\",[243,79.761]],[\"comment/538\",[]],[\"name/539\",[244,79.761]],[\"comment/539\",[]],[\"name/540\",[245,79.761]],[\"comment/540\",[]],[\"name/541\",[246,79.761]],[\"comment/541\",[]],[\"name/542\",[16,44.085]],[\"comment/542\",[]],[\"name/543\",[159,56.932]],[\"comment/543\",[]],[\"name/544\",[160,56.932]],[\"comment/544\",[]],[\"name/545\",[243,79.761]],[\"comment/545\",[]],[\"name/546\",[244,79.761]],[\"comment/546\",[]],[\"name/547\",[175,53.802]],[\"comment/547\",[]],[\"name/548\",[247,71.874]],[\"comment/548\",[]],[\"name/549\",[248,84.87]],[\"comment/549\",[]],[\"name/550\",[249,84.87]],[\"comment/550\",[]],[\"name/551\",[250,60.886]],[\"comment/551\",[]],[\"name/552\",[251,71.874]],[\"comment/552\",[]],[\"name/553\",[252,84.87]],[\"comment/553\",[]],[\"name/554\",[253,84.87]],[\"comment/554\",[]],[\"name/555\",[254,79.761]],[\"comment/555\",[]],[\"name/556\",[255,79.761]],[\"comment/556\",[]],[\"name/557\",[256,84.87]],[\"comment/557\",[]],[\"name/558\",[257,79.761]],[\"comment/558\",[]],[\"name/559\",[16,44.085]],[\"comment/559\",[]],[\"name/560\",[258,84.87]],[\"comment/560\",[]],[\"name/561\",[259,84.87]],[\"comment/561\",[]],[\"name/562\",[6,60.297]],[\"comment/562\",[]],[\"name/563\",[260,65.406]],[\"comment/563\",[]],[\"name/564\",[261,84.87]],[\"comment/564\",[]],[\"name/565\",[262,84.87]],[\"comment/565\",[]],[\"name/566\",[263,84.87]],[\"comment/566\",[]],[\"name/567\",[264,84.87]],[\"comment/567\",[]],[\"name/568\",[265,84.87]],[\"comment/568\",[]],[\"name/569\",[266,79.761]],[\"comment/569\",[]],[\"name/570\",[6,60.297]],[\"comment/570\",[]],[\"name/571\",[260,65.406]],[\"comment/571\",[]],[\"name/572\",[267,84.87]],[\"comment/572\",[]],[\"name/573\",[268,84.87]],[\"comment/573\",[]],[\"name/574\",[9,46.219]],[\"comment/574\",[]],[\"name/575\",[16,44.085]],[\"comment/575\",[]],[\"name/576\",[269,84.87]],[\"comment/576\",[]],[\"name/577\",[270,79.761]],[\"comment/577\",[]],[\"name/578\",[271,84.87]],[\"comment/578\",[]],[\"name/579\",[272,73.881]],[\"comment/579\",[]],[\"name/580\",[273,76.395]],[\"comment/580\",[]],[\"name/581\",[274,76.395]],[\"comment/581\",[]],[\"name/582\",[275,73.881]],[\"comment/582\",[]],[\"name/583\",[276,76.395]],[\"comment/583\",[]],[\"name/584\",[277,76.395]],[\"comment/584\",[]],[\"name/585\",[278,76.395]],[\"comment/585\",[]],[\"name/586\",[279,76.395]],[\"comment/586\",[]],[\"name/587\",[280,76.395]],[\"comment/587\",[]],[\"name/588\",[281,76.395]],[\"comment/588\",[]],[\"name/589\",[282,76.395]],[\"comment/589\",[]],[\"name/590\",[283,76.395]],[\"comment/590\",[]],[\"name/591\",[122,56.932]],[\"comment/591\",[]],[\"name/592\",[284,73.881]],[\"comment/592\",[]],[\"name/593\",[285,76.395]],[\"comment/593\",[]],[\"name/594\",[286,76.395]],[\"comment/594\",[]],[\"name/595\",[287,76.395]],[\"comment/595\",[]],[\"name/596\",[288,76.395]],[\"comment/596\",[]],[\"name/597\",[289,76.395]],[\"comment/597\",[]],[\"name/598\",[290,76.395]],[\"comment/598\",[]],[\"name/599\",[291,76.395]],[\"comment/599\",[]],[\"name/600\",[292,76.395]],[\"comment/600\",[]],[\"name/601\",[293,76.395]],[\"comment/601\",[]],[\"name/602\",[294,76.395]],[\"comment/602\",[]],[\"name/603\",[295,68.772]],[\"comment/603\",[]],[\"name/604\",[296,76.395]],[\"comment/604\",[]],[\"name/605\",[297,76.395]],[\"comment/605\",[]],[\"name/606\",[298,76.395]],[\"comment/606\",[]],[\"name/607\",[299,76.395]],[\"comment/607\",[]],[\"name/608\",[300,76.395]],[\"comment/608\",[]],[\"name/609\",[301,73.881]],[\"comment/609\",[]],[\"name/610\",[302,73.881]],[\"comment/610\",[]],[\"name/611\",[67,46.648]],[\"comment/611\",[]],[\"name/612\",[68,46.648]],[\"comment/612\",[]],[\"name/613\",[66,43.22]],[\"comment/613\",[]],[\"name/614\",[303,76.395]],[\"comment/614\",[]],[\"name/615\",[304,84.87]],[\"comment/615\",[]],[\"name/616\",[230,68.772]],[\"comment/616\",[]],[\"name/617\",[305,84.87]],[\"comment/617\",[]],[\"name/618\",[306,84.87]],[\"comment/618\",[]],[\"name/619\",[307,84.87]],[\"comment/619\",[]],[\"name/620\",[308,84.87]],[\"comment/620\",[]],[\"name/621\",[309,84.87]],[\"comment/621\",[]],[\"name/622\",[6,60.297]],[\"comment/622\",[]],[\"name/623\",[310,66.408]],[\"comment/623\",[]],[\"name/624\",[311,84.87]],[\"comment/624\",[]],[\"name/625\",[312,79.761]],[\"comment/625\",[]],[\"name/626\",[313,79.761]],[\"comment/626\",[]],[\"name/627\",[314,79.761]],[\"comment/627\",[]],[\"name/628\",[315,84.87]],[\"comment/628\",[]],[\"name/629\",[316,84.87]],[\"comment/629\",[]],[\"name/630\",[1,44.314]],[\"comment/630\",[]],[\"name/631\",[317,73.881]],[\"comment/631\",[]],[\"name/632\",[318,73.881]],[\"comment/632\",[]],[\"name/633\",[319,79.761]],[\"comment/633\",[]],[\"name/634\",[320,79.761]],[\"comment/634\",[]],[\"name/635\",[321,79.761]],[\"comment/635\",[]],[\"name/636\",[322,79.761]],[\"comment/636\",[]],[\"name/637\",[323,79.761]],[\"comment/637\",[]],[\"name/638\",[324,66.408]],[\"comment/638\",[]],[\"name/639\",[325,79.761]],[\"comment/639\",[]],[\"name/640\",[79,67.52]],[\"comment/640\",[]],[\"name/641\",[80,70.203]],[\"comment/641\",[]],[\"name/642\",[81,67.52]],[\"comment/642\",[]],[\"name/643\",[82,76.395]],[\"comment/643\",[]],[\"name/644\",[326,79.761]],[\"comment/644\",[]],[\"name/645\",[84,71.874]],[\"comment/645\",[]],[\"name/646\",[85,71.874]],[\"comment/646\",[]],[\"name/647\",[327,76.395]],[\"comment/647\",[]],[\"name/648\",[310,66.408]],[\"comment/648\",[]],[\"name/649\",[230,68.772]],[\"comment/649\",[]],[\"name/650\",[0,59.741]],[\"comment/650\",[]],[\"name/651\",[328,76.395]],[\"comment/651\",[]],[\"name/652\",[329,71.874]],[\"comment/652\",[]],[\"name/653\",[330,79.761]],[\"comment/653\",[]],[\"name/654\",[331,76.395]],[\"comment/654\",[]],[\"name/655\",[332,71.874]],[\"comment/655\",[]],[\"name/656\",[8,57.348]],[\"comment/656\",[]],[\"name/657\",[9,46.219]],[\"comment/657\",[]],[\"name/658\",[87,79.761]],[\"comment/658\",[]],[\"name/659\",[88,79.761]],[\"comment/659\",[]],[\"name/660\",[89,79.761]],[\"comment/660\",[]],[\"name/661\",[90,79.761]],[\"comment/661\",[]],[\"name/662\",[323,79.761]],[\"comment/662\",[]],[\"name/663\",[333,84.87]],[\"comment/663\",[]],[\"name/664\",[334,84.87]],[\"comment/664\",[]],[\"name/665\",[335,84.87]],[\"comment/665\",[]],[\"name/666\",[336,84.87]],[\"comment/666\",[]],[\"name/667\",[337,84.87]],[\"comment/667\",[]],[\"name/668\",[338,84.87]],[\"comment/668\",[]],[\"name/669\",[339,84.87]],[\"comment/669\",[]],[\"name/670\",[317,73.881]],[\"comment/670\",[]],[\"name/671\",[318,73.881]],[\"comment/671\",[]],[\"name/672\",[319,79.761]],[\"comment/672\",[]],[\"name/673\",[324,66.408]],[\"comment/673\",[]],[\"name/674\",[327,76.395]],[\"comment/674\",[]],[\"name/675\",[328,76.395]],[\"comment/675\",[]],[\"name/676\",[340,70.203]],[\"comment/676\",[]],[\"name/677\",[320,79.761]],[\"comment/677\",[]],[\"name/678\",[321,79.761]],[\"comment/678\",[]],[\"name/679\",[341,84.87]],[\"comment/679\",[]],[\"name/680\",[342,84.87]],[\"comment/680\",[]],[\"name/681\",[343,76.395]],[\"comment/681\",[]],[\"name/682\",[10,58.238]],[\"comment/682\",[]],[\"name/683\",[15,46.944]],[\"comment/683\",[]],[\"name/684\",[13,54.105]],[\"comment/684\",[]],[\"name/685\",[14,59.741]],[\"comment/685\",[]],[\"name/686\",[16,44.085]],[\"comment/686\",[]],[\"name/687\",[317,73.881]],[\"comment/687\",[]],[\"name/688\",[318,73.881]],[\"comment/688\",[]],[\"name/689\",[344,84.87]],[\"comment/689\",[]],[\"name/690\",[345,84.87]],[\"comment/690\",[]],[\"name/691\",[346,84.87]],[\"comment/691\",[]],[\"name/692\",[347,84.87]],[\"comment/692\",[]],[\"name/693\",[348,84.87]],[\"comment/693\",[]],[\"name/694\",[349,84.87]],[\"comment/694\",[]],[\"name/695\",[350,84.87]],[\"comment/695\",[]],[\"name/696\",[351,84.87]],[\"comment/696\",[]],[\"name/697\",[352,84.87]],[\"comment/697\",[]],[\"name/698\",[353,84.87]],[\"comment/698\",[]],[\"name/699\",[354,84.87]],[\"comment/699\",[]],[\"name/700\",[355,84.87]],[\"comment/700\",[]],[\"name/701\",[356,84.87]],[\"comment/701\",[]],[\"name/702\",[357,84.87]],[\"comment/702\",[]],[\"name/703\",[67,46.648]],[\"comment/703\",[]],[\"name/704\",[358,84.87]],[\"comment/704\",[]],[\"name/705\",[359,84.87]],[\"comment/705\",[]],[\"name/706\",[360,84.87]],[\"comment/706\",[]],[\"name/707\",[361,84.87]],[\"comment/707\",[]],[\"name/708\",[362,84.87]],[\"comment/708\",[]],[\"name/709\",[22,49.501]],[\"comment/709\",[]],[\"name/710\",[363,84.87]],[\"comment/710\",[]],[\"name/711\",[25,44.667]],[\"comment/711\",[]],[\"name/712\",[26,50.522]],[\"comment/712\",[]],[\"name/713\",[27,60.886]],[\"comment/713\",[]],[\"name/714\",[28,60.886]],[\"comment/714\",[]],[\"name/715\",[23,60.886]],[\"comment/715\",[]],[\"name/716\",[29,60.886]],[\"comment/716\",[]],[\"name/717\",[30,60.886]],[\"comment/717\",[]],[\"name/718\",[31,60.886]],[\"comment/718\",[]],[\"name/719\",[32,53.508]],[\"comment/719\",[]],[\"name/720\",[33,53.508]],[\"comment/720\",[]],[\"name/721\",[34,53.508]],[\"comment/721\",[]],[\"name/722\",[35,56.147]],[\"comment/722\",[]],[\"name/723\",[36,55.776]],[\"comment/723\",[]],[\"name/724\",[37,60.886]],[\"comment/724\",[]],[\"name/725\",[38,59.741]],[\"comment/725\",[]],[\"name/726\",[39,60.886]],[\"comment/726\",[]],[\"name/727\",[40,60.886]],[\"comment/727\",[]],[\"name/728\",[41,52.674]],[\"comment/728\",[]],[\"name/729\",[42,52.674]],[\"comment/729\",[]],[\"name/730\",[43,60.886]],[\"comment/730\",[]],[\"name/731\",[44,47.096]],[\"comment/731\",[]],[\"name/732\",[45,47.096]],[\"comment/732\",[]],[\"name/733\",[46,47.096]],[\"comment/733\",[]],[\"name/734\",[47,47.096]],[\"comment/734\",[]],[\"name/735\",[48,47.096]],[\"comment/735\",[]],[\"name/736\",[49,47.096]],[\"comment/736\",[]],[\"name/737\",[50,47.096]],[\"comment/737\",[]],[\"name/738\",[51,47.096]],[\"comment/738\",[]],[\"name/739\",[52,47.096]],[\"comment/739\",[]],[\"name/740\",[53,47.096]],[\"comment/740\",[]],[\"name/741\",[54,47.096]],[\"comment/741\",[]],[\"name/742\",[55,47.096]],[\"comment/742\",[]],[\"name/743\",[56,47.096]],[\"comment/743\",[]],[\"name/744\",[57,47.096]],[\"comment/744\",[]],[\"name/745\",[58,47.096]],[\"comment/745\",[]],[\"name/746\",[59,47.096]],[\"comment/746\",[]],[\"name/747\",[60,47.096]],[\"comment/747\",[]],[\"name/748\",[61,47.096]],[\"comment/748\",[]],[\"name/749\",[62,47.096]],[\"comment/749\",[]],[\"name/750\",[63,46.795]],[\"comment/750\",[]],[\"name/751\",[64,46.795]],[\"comment/751\",[]],[\"name/752\",[65,47.096]],[\"comment/752\",[]],[\"name/753\",[66,43.22]],[\"comment/753\",[]],[\"name/754\",[68,46.648]],[\"comment/754\",[]],[\"name/755\",[69,47.096]],[\"comment/755\",[]],[\"name/756\",[70,46.944]],[\"comment/756\",[]],[\"name/757\",[71,46.944]],[\"comment/757\",[]],[\"name/758\",[72,47.096]],[\"comment/758\",[]],[\"name/759\",[73,47.096]],[\"comment/759\",[]],[\"name/760\",[74,47.096]],[\"comment/760\",[]],[\"name/761\",[75,46.944]],[\"comment/761\",[]],[\"name/762\",[76,46.795]],[\"comment/762\",[]],[\"name/763\",[77,46.795]],[\"comment/763\",[]],[\"name/764\",[364,84.87]],[\"comment/764\",[]],[\"name/765\",[96,67.52]],[\"comment/765\",[]],[\"name/766\",[0,59.741]],[\"comment/766\",[]],[\"name/767\",[365,84.87]],[\"comment/767\",[]],[\"name/768\",[366,73.881]],[\"comment/768\",[]],[\"name/769\",[367,79.761]],[\"comment/769\",[]],[\"name/770\",[96,67.52]],[\"comment/770\",[]],[\"name/771\",[0,59.741]],[\"comment/771\",[]],[\"name/772\",[368,84.87]],[\"comment/772\",[]],[\"name/773\",[6,60.297]],[\"comment/773\",[]],[\"name/774\",[369,84.87]],[\"comment/774\",[]],[\"name/775\",[1,44.314]],[\"comment/775\",[]],[\"name/776\",[1,44.314]],[\"comment/776\",[]],[\"name/777\",[370,66.408]],[\"comment/777\",[]],[\"name/778\",[8,57.348]],[\"comment/778\",[]],[\"name/779\",[9,46.219]],[\"comment/779\",[]],[\"name/780\",[371,79.761]],[\"comment/780\",[]],[\"name/781\",[372,84.87]],[\"comment/781\",[]],[\"name/782\",[105,59.741]],[\"comment/782\",[]],[\"name/783\",[13,54.105]],[\"comment/783\",[]],[\"name/784\",[15,46.944]],[\"comment/784\",[]],[\"name/785\",[16,44.085]],[\"comment/785\",[]],[\"name/786\",[86,71.874]],[\"comment/786\",[]],[\"name/787\",[370,66.408]],[\"comment/787\",[]],[\"name/788\",[107,70.203]],[\"comment/788\",[]],[\"name/789\",[22,49.501]],[\"comment/789\",[]],[\"name/790\",[130,54.105]],[\"comment/790\",[]],[\"name/791\",[25,44.667]],[\"comment/791\",[]],[\"name/792\",[35,56.147]],[\"comment/792\",[]],[\"name/793\",[36,55.776]],[\"comment/793\",[]],[\"name/794\",[128,54.418]],[\"comment/794\",[]],[\"name/795\",[129,54.418]],[\"comment/795\",[]],[\"name/796\",[26,50.522]],[\"comment/796\",[]],[\"name/797\",[175,53.802]],[\"comment/797\",[]],[\"name/798\",[250,60.886]],[\"comment/798\",[]],[\"name/799\",[373,65.406]],[\"comment/799\",[]],[\"name/800\",[374,65.406]],[\"comment/800\",[]],[\"name/801\",[375,64.497]],[\"comment/801\",[]],[\"name/802\",[376,65.406]],[\"comment/802\",[]],[\"name/803\",[377,65.406]],[\"comment/803\",[]],[\"name/804\",[44,47.096]],[\"comment/804\",[]],[\"name/805\",[45,47.096]],[\"comment/805\",[]],[\"name/806\",[46,47.096]],[\"comment/806\",[]],[\"name/807\",[47,47.096]],[\"comment/807\",[]],[\"name/808\",[48,47.096]],[\"comment/808\",[]],[\"name/809\",[49,47.096]],[\"comment/809\",[]],[\"name/810\",[50,47.096]],[\"comment/810\",[]],[\"name/811\",[51,47.096]],[\"comment/811\",[]],[\"name/812\",[52,47.096]],[\"comment/812\",[]],[\"name/813\",[53,47.096]],[\"comment/813\",[]],[\"name/814\",[54,47.096]],[\"comment/814\",[]],[\"name/815\",[55,47.096]],[\"comment/815\",[]],[\"name/816\",[56,47.096]],[\"comment/816\",[]],[\"name/817\",[57,47.096]],[\"comment/817\",[]],[\"name/818\",[58,47.096]],[\"comment/818\",[]],[\"name/819\",[59,47.096]],[\"comment/819\",[]],[\"name/820\",[60,47.096]],[\"comment/820\",[]],[\"name/821\",[61,47.096]],[\"comment/821\",[]],[\"name/822\",[62,47.096]],[\"comment/822\",[]],[\"name/823\",[63,46.795]],[\"comment/823\",[]],[\"name/824\",[64,46.795]],[\"comment/824\",[]],[\"name/825\",[65,47.096]],[\"comment/825\",[]],[\"name/826\",[66,43.22]],[\"comment/826\",[]],[\"name/827\",[67,46.648]],[\"comment/827\",[]],[\"name/828\",[68,46.648]],[\"comment/828\",[]],[\"name/829\",[69,47.096]],[\"comment/829\",[]],[\"name/830\",[70,46.944]],[\"comment/830\",[]],[\"name/831\",[71,46.944]],[\"comment/831\",[]],[\"name/832\",[72,47.096]],[\"comment/832\",[]],[\"name/833\",[73,47.096]],[\"comment/833\",[]],[\"name/834\",[74,47.096]],[\"comment/834\",[]],[\"name/835\",[75,46.944]],[\"comment/835\",[]],[\"name/836\",[76,46.795]],[\"comment/836\",[]],[\"name/837\",[77,46.795]],[\"comment/837\",[]],[\"name/838\",[378,73.881]],[\"comment/838\",[]],[\"name/839\",[9,46.219]],[\"comment/839\",[]],[\"name/840\",[104,60.297]],[\"comment/840\",[]],[\"name/841\",[105,59.741]],[\"comment/841\",[]],[\"name/842\",[15,46.944]],[\"comment/842\",[]],[\"name/843\",[16,44.085]],[\"comment/843\",[]],[\"name/844\",[107,70.203]],[\"comment/844\",[]],[\"name/845\",[379,76.395]],[\"comment/845\",[]],[\"name/846\",[109,56.531]],[\"comment/846\",[]],[\"name/847\",[25,44.667]],[\"comment/847\",[]],[\"name/848\",[110,59.741]],[\"comment/848\",[]],[\"name/849\",[111,57.348]],[\"comment/849\",[]],[\"name/850\",[112,59.741]],[\"comment/850\",[]],[\"name/851\",[18,52.944]],[\"comment/851\",[]],[\"name/852\",[1,44.314]],[\"comment/852\",[]],[\"name/853\",[113,60.297]],[\"comment/853\",[]],[\"name/854\",[25,44.667]],[\"comment/854\",[]],[\"name/855\",[114,60.297]],[\"comment/855\",[]],[\"name/856\",[115,60.297]],[\"comment/856\",[]],[\"name/857\",[116,57.348]],[\"comment/857\",[]],[\"name/858\",[117,60.297]],[\"comment/858\",[]],[\"name/859\",[118,60.297]],[\"comment/859\",[]],[\"name/860\",[119,57.783]],[\"comment/860\",[]],[\"name/861\",[120,60.297]],[\"comment/861\",[]],[\"name/862\",[121,60.297]],[\"comment/862\",[]],[\"name/863\",[122,56.932]],[\"comment/863\",[]],[\"name/864\",[66,43.22]],[\"comment/864\",[]],[\"name/865\",[123,58.714]],[\"comment/865\",[]],[\"name/866\",[124,60.297]],[\"comment/866\",[]],[\"name/867\",[125,60.297]],[\"comment/867\",[]],[\"name/868\",[126,59.741]],[\"comment/868\",[]],[\"name/869\",[127,60.297]],[\"comment/869\",[]],[\"name/870\",[128,54.418]],[\"comment/870\",[]],[\"name/871\",[129,54.418]],[\"comment/871\",[]],[\"name/872\",[130,54.105]],[\"comment/872\",[]],[\"name/873\",[131,60.297]],[\"comment/873\",[]],[\"name/874\",[132,60.297]],[\"comment/874\",[]],[\"name/875\",[133,60.297]],[\"comment/875\",[]],[\"name/876\",[134,60.297]],[\"comment/876\",[]],[\"name/877\",[135,59.741]],[\"comment/877\",[]],[\"name/878\",[136,60.297]],[\"comment/878\",[]],[\"name/879\",[137,60.297]],[\"comment/879\",[]],[\"name/880\",[138,59.741]],[\"comment/880\",[]],[\"name/881\",[139,60.297]],[\"comment/881\",[]],[\"name/882\",[140,60.297]],[\"comment/882\",[]],[\"name/883\",[141,60.297]],[\"comment/883\",[]],[\"name/884\",[142,60.297]],[\"comment/884\",[]],[\"name/885\",[143,59.215]],[\"comment/885\",[]],[\"name/886\",[144,59.741]],[\"comment/886\",[]],[\"name/887\",[145,59.741]],[\"comment/887\",[]],[\"name/888\",[146,59.741]],[\"comment/888\",[]],[\"name/889\",[147,59.741]],[\"comment/889\",[]],[\"name/890\",[148,60.297]],[\"comment/890\",[]],[\"name/891\",[149,60.297]],[\"comment/891\",[]],[\"name/892\",[150,60.297]],[\"comment/892\",[]],[\"name/893\",[151,60.297]],[\"comment/893\",[]],[\"name/894\",[152,60.297]],[\"comment/894\",[]],[\"name/895\",[153,60.297]],[\"comment/895\",[]],[\"name/896\",[154,60.297]],[\"comment/896\",[]],[\"name/897\",[155,60.297]],[\"comment/897\",[]],[\"name/898\",[156,58.238]],[\"comment/898\",[]],[\"name/899\",[157,60.297]],[\"comment/899\",[]],[\"name/900\",[158,60.297]],[\"comment/900\",[]],[\"name/901\",[1,44.314]],[\"comment/901\",[]],[\"name/902\",[159,56.932]],[\"comment/902\",[]],[\"name/903\",[160,56.932]],[\"comment/903\",[]],[\"name/904\",[161,60.297]],[\"comment/904\",[]],[\"name/905\",[162,60.297]],[\"comment/905\",[]],[\"name/906\",[163,60.297]],[\"comment/906\",[]],[\"name/907\",[164,56.932]],[\"comment/907\",[]],[\"name/908\",[165,59.741]],[\"comment/908\",[]],[\"name/909\",[166,59.741]],[\"comment/909\",[]],[\"name/910\",[167,60.297]],[\"comment/910\",[]],[\"name/911\",[168,60.297]],[\"comment/911\",[]],[\"name/912\",[169,60.297]],[\"comment/912\",[]],[\"name/913\",[170,60.297]],[\"comment/913\",[]],[\"name/914\",[171,60.297]],[\"comment/914\",[]],[\"name/915\",[172,57.348]],[\"comment/915\",[]],[\"name/916\",[173,59.741]],[\"comment/916\",[]],[\"name/917\",[174,59.741]],[\"comment/917\",[]],[\"name/918\",[26,50.522]],[\"comment/918\",[]],[\"name/919\",[22,49.501]],[\"comment/919\",[]],[\"name/920\",[41,52.674]],[\"comment/920\",[]],[\"name/921\",[42,52.674]],[\"comment/921\",[]],[\"name/922\",[175,53.802]],[\"comment/922\",[]],[\"name/923\",[176,59.215]],[\"comment/923\",[]],[\"name/924\",[177,59.741]],[\"comment/924\",[]],[\"name/925\",[178,59.741]],[\"comment/925\",[]],[\"name/926\",[179,59.741]],[\"comment/926\",[]],[\"name/927\",[180,59.741]],[\"comment/927\",[]],[\"name/928\",[181,59.741]],[\"comment/928\",[]],[\"name/929\",[182,59.741]],[\"comment/929\",[]],[\"name/930\",[183,59.741]],[\"comment/930\",[]],[\"name/931\",[184,59.741]],[\"comment/931\",[]],[\"name/932\",[108,59.741]],[\"comment/932\",[]],[\"name/933\",[185,58.238]],[\"comment/933\",[]],[\"name/934\",[186,59.741]],[\"comment/934\",[]],[\"name/935\",[187,59.741]],[\"comment/935\",[]],[\"name/936\",[188,56.932]],[\"comment/936\",[]],[\"name/937\",[189,59.215]],[\"comment/937\",[]],[\"name/938\",[190,59.741]],[\"comment/938\",[]],[\"name/939\",[191,59.741]],[\"comment/939\",[]],[\"name/940\",[192,59.741]],[\"comment/940\",[]],[\"name/941\",[193,59.741]],[\"comment/941\",[]],[\"name/942\",[194,59.741]],[\"comment/942\",[]],[\"name/943\",[34,53.508]],[\"comment/943\",[]],[\"name/944\",[32,53.508]],[\"comment/944\",[]],[\"name/945\",[33,53.508]],[\"comment/945\",[]],[\"name/946\",[44,47.096]],[\"comment/946\",[]],[\"name/947\",[45,47.096]],[\"comment/947\",[]],[\"name/948\",[46,47.096]],[\"comment/948\",[]],[\"name/949\",[47,47.096]],[\"comment/949\",[]],[\"name/950\",[48,47.096]],[\"comment/950\",[]],[\"name/951\",[49,47.096]],[\"comment/951\",[]],[\"name/952\",[50,47.096]],[\"comment/952\",[]],[\"name/953\",[51,47.096]],[\"comment/953\",[]],[\"name/954\",[52,47.096]],[\"comment/954\",[]],[\"name/955\",[53,47.096]],[\"comment/955\",[]],[\"name/956\",[54,47.096]],[\"comment/956\",[]],[\"name/957\",[55,47.096]],[\"comment/957\",[]],[\"name/958\",[56,47.096]],[\"comment/958\",[]],[\"name/959\",[57,47.096]],[\"comment/959\",[]],[\"name/960\",[58,47.096]],[\"comment/960\",[]],[\"name/961\",[59,47.096]],[\"comment/961\",[]],[\"name/962\",[60,47.096]],[\"comment/962\",[]],[\"name/963\",[61,47.096]],[\"comment/963\",[]],[\"name/964\",[62,47.096]],[\"comment/964\",[]],[\"name/965\",[63,46.795]],[\"comment/965\",[]],[\"name/966\",[64,46.795]],[\"comment/966\",[]],[\"name/967\",[65,47.096]],[\"comment/967\",[]],[\"name/968\",[66,43.22]],[\"comment/968\",[]],[\"name/969\",[67,46.648]],[\"comment/969\",[]],[\"name/970\",[68,46.648]],[\"comment/970\",[]],[\"name/971\",[69,47.096]],[\"comment/971\",[]],[\"name/972\",[70,46.944]],[\"comment/972\",[]],[\"name/973\",[71,46.944]],[\"comment/973\",[]],[\"name/974\",[72,47.096]],[\"comment/974\",[]],[\"name/975\",[73,47.096]],[\"comment/975\",[]],[\"name/976\",[74,47.096]],[\"comment/976\",[]],[\"name/977\",[75,46.944]],[\"comment/977\",[]],[\"name/978\",[76,46.795]],[\"comment/978\",[]],[\"name/979\",[77,46.795]],[\"comment/979\",[]],[\"name/980\",[380,84.87]],[\"comment/980\",[]],[\"name/981\",[381,84.87]],[\"comment/981\",[]],[\"name/982\",[260,65.406]],[\"comment/982\",[]],[\"name/983\",[160,56.932]],[\"comment/983\",[]],[\"name/984\",[382,84.87]],[\"comment/984\",[]],[\"name/985\",[383,84.87]],[\"comment/985\",[]],[\"name/986\",[384,76.395]],[\"comment/986\",[]],[\"name/987\",[8,57.348]],[\"comment/987\",[]],[\"name/988\",[9,46.219]],[\"comment/988\",[]],[\"name/989\",[104,60.297]],[\"comment/989\",[]],[\"name/990\",[105,59.741]],[\"comment/990\",[]],[\"name/991\",[15,46.944]],[\"comment/991\",[]],[\"name/992\",[16,44.085]],[\"comment/992\",[]],[\"name/993\",[385,67.52]],[\"comment/993\",[]],[\"name/994\",[386,84.87]],[\"comment/994\",[]],[\"name/995\",[387,84.87]],[\"comment/995\",[]],[\"name/996\",[109,56.531]],[\"comment/996\",[]],[\"name/997\",[25,44.667]],[\"comment/997\",[]],[\"name/998\",[110,59.741]],[\"comment/998\",[]],[\"name/999\",[111,57.348]],[\"comment/999\",[]],[\"name/1000\",[112,59.741]],[\"comment/1000\",[]],[\"name/1001\",[18,52.944]],[\"comment/1001\",[]],[\"name/1002\",[1,44.314]],[\"comment/1002\",[]],[\"name/1003\",[113,60.297]],[\"comment/1003\",[]],[\"name/1004\",[25,44.667]],[\"comment/1004\",[]],[\"name/1005\",[114,60.297]],[\"comment/1005\",[]],[\"name/1006\",[115,60.297]],[\"comment/1006\",[]],[\"name/1007\",[116,57.348]],[\"comment/1007\",[]],[\"name/1008\",[117,60.297]],[\"comment/1008\",[]],[\"name/1009\",[118,60.297]],[\"comment/1009\",[]],[\"name/1010\",[119,57.783]],[\"comment/1010\",[]],[\"name/1011\",[120,60.297]],[\"comment/1011\",[]],[\"name/1012\",[121,60.297]],[\"comment/1012\",[]],[\"name/1013\",[122,56.932]],[\"comment/1013\",[]],[\"name/1014\",[66,43.22]],[\"comment/1014\",[]],[\"name/1015\",[123,58.714]],[\"comment/1015\",[]],[\"name/1016\",[124,60.297]],[\"comment/1016\",[]],[\"name/1017\",[125,60.297]],[\"comment/1017\",[]],[\"name/1018\",[126,59.741]],[\"comment/1018\",[]],[\"name/1019\",[127,60.297]],[\"comment/1019\",[]],[\"name/1020\",[128,54.418]],[\"comment/1020\",[]],[\"name/1021\",[129,54.418]],[\"comment/1021\",[]],[\"name/1022\",[130,54.105]],[\"comment/1022\",[]],[\"name/1023\",[131,60.297]],[\"comment/1023\",[]],[\"name/1024\",[132,60.297]],[\"comment/1024\",[]],[\"name/1025\",[133,60.297]],[\"comment/1025\",[]],[\"name/1026\",[134,60.297]],[\"comment/1026\",[]],[\"name/1027\",[135,59.741]],[\"comment/1027\",[]],[\"name/1028\",[136,60.297]],[\"comment/1028\",[]],[\"name/1029\",[137,60.297]],[\"comment/1029\",[]],[\"name/1030\",[138,59.741]],[\"comment/1030\",[]],[\"name/1031\",[139,60.297]],[\"comment/1031\",[]],[\"name/1032\",[140,60.297]],[\"comment/1032\",[]],[\"name/1033\",[141,60.297]],[\"comment/1033\",[]],[\"name/1034\",[142,60.297]],[\"comment/1034\",[]],[\"name/1035\",[143,59.215]],[\"comment/1035\",[]],[\"name/1036\",[144,59.741]],[\"comment/1036\",[]],[\"name/1037\",[145,59.741]],[\"comment/1037\",[]],[\"name/1038\",[146,59.741]],[\"comment/1038\",[]],[\"name/1039\",[147,59.741]],[\"comment/1039\",[]],[\"name/1040\",[148,60.297]],[\"comment/1040\",[]],[\"name/1041\",[149,60.297]],[\"comment/1041\",[]],[\"name/1042\",[150,60.297]],[\"comment/1042\",[]],[\"name/1043\",[151,60.297]],[\"comment/1043\",[]],[\"name/1044\",[152,60.297]],[\"comment/1044\",[]],[\"name/1045\",[153,60.297]],[\"comment/1045\",[]],[\"name/1046\",[154,60.297]],[\"comment/1046\",[]],[\"name/1047\",[155,60.297]],[\"comment/1047\",[]],[\"name/1048\",[156,58.238]],[\"comment/1048\",[]],[\"name/1049\",[157,60.297]],[\"comment/1049\",[]],[\"name/1050\",[158,60.297]],[\"comment/1050\",[]],[\"name/1051\",[1,44.314]],[\"comment/1051\",[]],[\"name/1052\",[159,56.932]],[\"comment/1052\",[]],[\"name/1053\",[160,56.932]],[\"comment/1053\",[]],[\"name/1054\",[161,60.297]],[\"comment/1054\",[]],[\"name/1055\",[162,60.297]],[\"comment/1055\",[]],[\"name/1056\",[163,60.297]],[\"comment/1056\",[]],[\"name/1057\",[164,56.932]],[\"comment/1057\",[]],[\"name/1058\",[165,59.741]],[\"comment/1058\",[]],[\"name/1059\",[166,59.741]],[\"comment/1059\",[]],[\"name/1060\",[167,60.297]],[\"comment/1060\",[]],[\"name/1061\",[168,60.297]],[\"comment/1061\",[]],[\"name/1062\",[169,60.297]],[\"comment/1062\",[]],[\"name/1063\",[170,60.297]],[\"comment/1063\",[]],[\"name/1064\",[171,60.297]],[\"comment/1064\",[]],[\"name/1065\",[172,57.348]],[\"comment/1065\",[]],[\"name/1066\",[173,59.741]],[\"comment/1066\",[]],[\"name/1067\",[174,59.741]],[\"comment/1067\",[]],[\"name/1068\",[26,50.522]],[\"comment/1068\",[]],[\"name/1069\",[22,49.501]],[\"comment/1069\",[]],[\"name/1070\",[41,52.674]],[\"comment/1070\",[]],[\"name/1071\",[42,52.674]],[\"comment/1071\",[]],[\"name/1072\",[175,53.802]],[\"comment/1072\",[]],[\"name/1073\",[176,59.215]],[\"comment/1073\",[]],[\"name/1074\",[177,59.741]],[\"comment/1074\",[]],[\"name/1075\",[178,59.741]],[\"comment/1075\",[]],[\"name/1076\",[179,59.741]],[\"comment/1076\",[]],[\"name/1077\",[180,59.741]],[\"comment/1077\",[]],[\"name/1078\",[181,59.741]],[\"comment/1078\",[]],[\"name/1079\",[182,59.741]],[\"comment/1079\",[]],[\"name/1080\",[183,59.741]],[\"comment/1080\",[]],[\"name/1081\",[184,59.741]],[\"comment/1081\",[]],[\"name/1082\",[108,59.741]],[\"comment/1082\",[]],[\"name/1083\",[185,58.238]],[\"comment/1083\",[]],[\"name/1084\",[186,59.741]],[\"comment/1084\",[]],[\"name/1085\",[187,59.741]],[\"comment/1085\",[]],[\"name/1086\",[188,56.932]],[\"comment/1086\",[]],[\"name/1087\",[189,59.215]],[\"comment/1087\",[]],[\"name/1088\",[190,59.741]],[\"comment/1088\",[]],[\"name/1089\",[191,59.741]],[\"comment/1089\",[]],[\"name/1090\",[192,59.741]],[\"comment/1090\",[]],[\"name/1091\",[193,59.741]],[\"comment/1091\",[]],[\"name/1092\",[194,59.741]],[\"comment/1092\",[]],[\"name/1093\",[34,53.508]],[\"comment/1093\",[]],[\"name/1094\",[32,53.508]],[\"comment/1094\",[]],[\"name/1095\",[33,53.508]],[\"comment/1095\",[]],[\"name/1096\",[44,47.096]],[\"comment/1096\",[]],[\"name/1097\",[45,47.096]],[\"comment/1097\",[]],[\"name/1098\",[46,47.096]],[\"comment/1098\",[]],[\"name/1099\",[47,47.096]],[\"comment/1099\",[]],[\"name/1100\",[48,47.096]],[\"comment/1100\",[]],[\"name/1101\",[49,47.096]],[\"comment/1101\",[]],[\"name/1102\",[50,47.096]],[\"comment/1102\",[]],[\"name/1103\",[51,47.096]],[\"comment/1103\",[]],[\"name/1104\",[52,47.096]],[\"comment/1104\",[]],[\"name/1105\",[53,47.096]],[\"comment/1105\",[]],[\"name/1106\",[54,47.096]],[\"comment/1106\",[]],[\"name/1107\",[55,47.096]],[\"comment/1107\",[]],[\"name/1108\",[56,47.096]],[\"comment/1108\",[]],[\"name/1109\",[57,47.096]],[\"comment/1109\",[]],[\"name/1110\",[58,47.096]],[\"comment/1110\",[]],[\"name/1111\",[59,47.096]],[\"comment/1111\",[]],[\"name/1112\",[60,47.096]],[\"comment/1112\",[]],[\"name/1113\",[61,47.096]],[\"comment/1113\",[]],[\"name/1114\",[62,47.096]],[\"comment/1114\",[]],[\"name/1115\",[63,46.795]],[\"comment/1115\",[]],[\"name/1116\",[64,46.795]],[\"comment/1116\",[]],[\"name/1117\",[65,47.096]],[\"comment/1117\",[]],[\"name/1118\",[66,43.22]],[\"comment/1118\",[]],[\"name/1119\",[67,46.648]],[\"comment/1119\",[]],[\"name/1120\",[68,46.648]],[\"comment/1120\",[]],[\"name/1121\",[69,47.096]],[\"comment/1121\",[]],[\"name/1122\",[70,46.944]],[\"comment/1122\",[]],[\"name/1123\",[71,46.944]],[\"comment/1123\",[]],[\"name/1124\",[72,47.096]],[\"comment/1124\",[]],[\"name/1125\",[73,47.096]],[\"comment/1125\",[]],[\"name/1126\",[74,47.096]],[\"comment/1126\",[]],[\"name/1127\",[75,46.944]],[\"comment/1127\",[]],[\"name/1128\",[76,46.795]],[\"comment/1128\",[]],[\"name/1129\",[77,46.795]],[\"comment/1129\",[]],[\"name/1130\",[388,84.87]],[\"comment/1130\",[]],[\"name/1131\",[389,84.87]],[\"comment/1131\",[]],[\"name/1132\",[390,79.761]],[\"comment/1132\",[]],[\"name/1133\",[366,73.881]],[\"comment/1133\",[]],[\"name/1134\",[116,57.348]],[\"comment/1134\",[]],[\"name/1135\",[13,54.105]],[\"comment/1135\",[]],[\"name/1136\",[391,84.87]],[\"comment/1136\",[]],[\"name/1137\",[392,84.87]],[\"comment/1137\",[]],[\"name/1138\",[393,79.761]],[\"comment/1138\",[]],[\"name/1139\",[394,84.87]],[\"comment/1139\",[]],[\"name/1140\",[395,84.87]],[\"comment/1140\",[]],[\"name/1141\",[396,73.881]],[\"comment/1141\",[]],[\"name/1142\",[9,46.219]],[\"comment/1142\",[]],[\"name/1143\",[13,54.105]],[\"comment/1143\",[]],[\"name/1144\",[14,59.741]],[\"comment/1144\",[]],[\"name/1145\",[15,46.944]],[\"comment/1145\",[]],[\"name/1146\",[16,44.085]],[\"comment/1146\",[]],[\"name/1147\",[18,52.944]],[\"comment/1147\",[]],[\"name/1148\",[397,70.203]],[\"comment/1148\",[]],[\"name/1149\",[398,73.881]],[\"comment/1149\",[]],[\"name/1150\",[399,84.87]],[\"comment/1150\",[]],[\"name/1151\",[25,44.667]],[\"comment/1151\",[]],[\"name/1152\",[44,47.096]],[\"comment/1152\",[]],[\"name/1153\",[45,47.096]],[\"comment/1153\",[]],[\"name/1154\",[46,47.096]],[\"comment/1154\",[]],[\"name/1155\",[47,47.096]],[\"comment/1155\",[]],[\"name/1156\",[48,47.096]],[\"comment/1156\",[]],[\"name/1157\",[49,47.096]],[\"comment/1157\",[]],[\"name/1158\",[50,47.096]],[\"comment/1158\",[]],[\"name/1159\",[51,47.096]],[\"comment/1159\",[]],[\"name/1160\",[52,47.096]],[\"comment/1160\",[]],[\"name/1161\",[53,47.096]],[\"comment/1161\",[]],[\"name/1162\",[54,47.096]],[\"comment/1162\",[]],[\"name/1163\",[55,47.096]],[\"comment/1163\",[]],[\"name/1164\",[56,47.096]],[\"comment/1164\",[]],[\"name/1165\",[57,47.096]],[\"comment/1165\",[]],[\"name/1166\",[58,47.096]],[\"comment/1166\",[]],[\"name/1167\",[59,47.096]],[\"comment/1167\",[]],[\"name/1168\",[60,47.096]],[\"comment/1168\",[]],[\"name/1169\",[61,47.096]],[\"comment/1169\",[]],[\"name/1170\",[62,47.096]],[\"comment/1170\",[]],[\"name/1171\",[63,46.795]],[\"comment/1171\",[]],[\"name/1172\",[64,46.795]],[\"comment/1172\",[]],[\"name/1173\",[65,47.096]],[\"comment/1173\",[]],[\"name/1174\",[66,43.22]],[\"comment/1174\",[]],[\"name/1175\",[67,46.648]],[\"comment/1175\",[]],[\"name/1176\",[68,46.648]],[\"comment/1176\",[]],[\"name/1177\",[69,47.096]],[\"comment/1177\",[]],[\"name/1178\",[70,46.944]],[\"comment/1178\",[]],[\"name/1179\",[71,46.944]],[\"comment/1179\",[]],[\"name/1180\",[72,47.096]],[\"comment/1180\",[]],[\"name/1181\",[73,47.096]],[\"comment/1181\",[]],[\"name/1182\",[74,47.096]],[\"comment/1182\",[]],[\"name/1183\",[75,46.944]],[\"comment/1183\",[]],[\"name/1184\",[76,46.795]],[\"comment/1184\",[]],[\"name/1185\",[77,46.795]],[\"comment/1185\",[]],[\"name/1186\",[400,73.881]],[\"comment/1186\",[]],[\"name/1187\",[9,46.219]],[\"comment/1187\",[]],[\"name/1188\",[401,84.87]],[\"comment/1188\",[]],[\"name/1189\",[402,79.761]],[\"comment/1189\",[]],[\"name/1190\",[10,58.238]],[\"comment/1190\",[]],[\"name/1191\",[13,54.105]],[\"comment/1191\",[]],[\"name/1192\",[14,59.741]],[\"comment/1192\",[]],[\"name/1193\",[15,46.944]],[\"comment/1193\",[]],[\"name/1194\",[16,44.085]],[\"comment/1194\",[]],[\"name/1195\",[23,60.886]],[\"comment/1195\",[]],[\"name/1196\",[403,84.87]],[\"comment/1196\",[]],[\"name/1197\",[25,44.667]],[\"comment/1197\",[]],[\"name/1198\",[22,49.501]],[\"comment/1198\",[]],[\"name/1199\",[26,50.522]],[\"comment/1199\",[]],[\"name/1200\",[27,60.886]],[\"comment/1200\",[]],[\"name/1201\",[28,60.886]],[\"comment/1201\",[]],[\"name/1202\",[29,60.886]],[\"comment/1202\",[]],[\"name/1203\",[30,60.886]],[\"comment/1203\",[]],[\"name/1204\",[31,60.886]],[\"comment/1204\",[]],[\"name/1205\",[32,53.508]],[\"comment/1205\",[]],[\"name/1206\",[33,53.508]],[\"comment/1206\",[]],[\"name/1207\",[34,53.508]],[\"comment/1207\",[]],[\"name/1208\",[35,56.147]],[\"comment/1208\",[]],[\"name/1209\",[36,55.776]],[\"comment/1209\",[]],[\"name/1210\",[37,60.886]],[\"comment/1210\",[]],[\"name/1211\",[38,59.741]],[\"comment/1211\",[]],[\"name/1212\",[39,60.886]],[\"comment/1212\",[]],[\"name/1213\",[40,60.886]],[\"comment/1213\",[]],[\"name/1214\",[41,52.674]],[\"comment/1214\",[]],[\"name/1215\",[42,52.674]],[\"comment/1215\",[]],[\"name/1216\",[43,60.886]],[\"comment/1216\",[]],[\"name/1217\",[44,47.096]],[\"comment/1217\",[]],[\"name/1218\",[45,47.096]],[\"comment/1218\",[]],[\"name/1219\",[46,47.096]],[\"comment/1219\",[]],[\"name/1220\",[47,47.096]],[\"comment/1220\",[]],[\"name/1221\",[48,47.096]],[\"comment/1221\",[]],[\"name/1222\",[49,47.096]],[\"comment/1222\",[]],[\"name/1223\",[50,47.096]],[\"comment/1223\",[]],[\"name/1224\",[51,47.096]],[\"comment/1224\",[]],[\"name/1225\",[52,47.096]],[\"comment/1225\",[]],[\"name/1226\",[53,47.096]],[\"comment/1226\",[]],[\"name/1227\",[54,47.096]],[\"comment/1227\",[]],[\"name/1228\",[55,47.096]],[\"comment/1228\",[]],[\"name/1229\",[56,47.096]],[\"comment/1229\",[]],[\"name/1230\",[57,47.096]],[\"comment/1230\",[]],[\"name/1231\",[58,47.096]],[\"comment/1231\",[]],[\"name/1232\",[59,47.096]],[\"comment/1232\",[]],[\"name/1233\",[60,47.096]],[\"comment/1233\",[]],[\"name/1234\",[61,47.096]],[\"comment/1234\",[]],[\"name/1235\",[62,47.096]],[\"comment/1235\",[]],[\"name/1236\",[63,46.795]],[\"comment/1236\",[]],[\"name/1237\",[64,46.795]],[\"comment/1237\",[]],[\"name/1238\",[65,47.096]],[\"comment/1238\",[]],[\"name/1239\",[66,43.22]],[\"comment/1239\",[]],[\"name/1240\",[67,46.648]],[\"comment/1240\",[]],[\"name/1241\",[68,46.648]],[\"comment/1241\",[]],[\"name/1242\",[69,47.096]],[\"comment/1242\",[]],[\"name/1243\",[70,46.944]],[\"comment/1243\",[]],[\"name/1244\",[71,46.944]],[\"comment/1244\",[]],[\"name/1245\",[72,47.096]],[\"comment/1245\",[]],[\"name/1246\",[73,47.096]],[\"comment/1246\",[]],[\"name/1247\",[74,47.096]],[\"comment/1247\",[]],[\"name/1248\",[75,46.944]],[\"comment/1248\",[]],[\"name/1249\",[76,46.795]],[\"comment/1249\",[]],[\"name/1250\",[77,46.795]],[\"comment/1250\",[]],[\"name/1251\",[404,84.87]],[\"comment/1251\",[]],[\"name/1252\",[1,44.314]],[\"comment/1252\",[]],[\"name/1253\",[405,84.87]],[\"comment/1253\",[]],[\"name/1254\",[16,44.085]],[\"comment/1254\",[]],[\"name/1255\",[406,73.881]],[\"comment/1255\",[]],[\"name/1256\",[407,73.881]],[\"comment/1256\",[]],[\"name/1257\",[0,59.741]],[\"comment/1257\",[]],[\"name/1258\",[408,76.395]],[\"comment/1258\",[]],[\"name/1259\",[409,84.87]],[\"comment/1259\",[]],[\"name/1260\",[410,84.87]],[\"comment/1260\",[]],[\"name/1261\",[411,84.87]],[\"comment/1261\",[]],[\"name/1262\",[412,79.761]],[\"comment/1262\",[]],[\"name/1263\",[215,71.874]],[\"comment/1263\",[]],[\"name/1264\",[413,67.52]],[\"comment/1264\",[]],[\"name/1265\",[414,84.87]],[\"comment/1265\",[]],[\"name/1266\",[7,63.663]],[\"comment/1266\",[]],[\"name/1267\",[415,64.497]],[\"comment/1267\",[]],[\"name/1268\",[17,57.783]],[\"comment/1268\",[]],[\"name/1269\",[416,63.663]],[\"comment/1269\",[]],[\"name/1270\",[417,84.87]],[\"comment/1270\",[]],[\"name/1271\",[418,84.87]],[\"comment/1271\",[]],[\"name/1272\",[419,84.87]],[\"comment/1272\",[]],[\"name/1273\",[420,84.87]],[\"comment/1273\",[]],[\"name/1274\",[421,73.881]],[\"comment/1274\",[]],[\"name/1275\",[422,84.87]],[\"comment/1275\",[]],[\"name/1276\",[423,84.87]],[\"comment/1276\",[]],[\"name/1277\",[424,84.87]],[\"comment/1277\",[]],[\"name/1278\",[425,76.395]],[\"comment/1278\",[]],[\"name/1279\",[426,76.395]],[\"comment/1279\",[]],[\"name/1280\",[427,84.87]],[\"comment/1280\",[]],[\"name/1281\",[428,84.87]],[\"comment/1281\",[]],[\"name/1282\",[371,79.761]],[\"comment/1282\",[]],[\"name/1283\",[429,84.87]],[\"comment/1283\",[]],[\"name/1284\",[430,84.87]],[\"comment/1284\",[]],[\"name/1285\",[431,84.87]],[\"comment/1285\",[]],[\"name/1286\",[400,73.881]],[\"comment/1286\",[]],[\"name/1287\",[432,79.761]],[\"comment/1287\",[]],[\"name/1288\",[433,84.87]],[\"comment/1288\",[]],[\"name/1289\",[434,79.761]],[\"comment/1289\",[]],[\"name/1290\",[435,84.87]],[\"comment/1290\",[]],[\"name/1291\",[436,84.87]],[\"comment/1291\",[]],[\"name/1292\",[437,84.87]],[\"comment/1292\",[]],[\"name/1293\",[438,84.87]],[\"comment/1293\",[]],[\"name/1294\",[421,73.881]],[\"comment/1294\",[]],[\"name/1295\",[439,84.87]],[\"comment/1295\",[]],[\"name/1296\",[425,76.395]],[\"comment/1296\",[]],[\"name/1297\",[408,76.395]],[\"comment/1297\",[]],[\"name/1298\",[16,44.085]],[\"comment/1298\",[]],[\"name/1299\",[412,79.761]],[\"comment/1299\",[]],[\"name/1300\",[416,63.663]],[\"comment/1300\",[]],[\"name/1301\",[415,64.497]],[\"comment/1301\",[]],[\"name/1302\",[17,57.783]],[\"comment/1302\",[]],[\"name/1303\",[440,70.203]],[\"comment/1303\",[]],[\"name/1304\",[1,44.314]],[\"comment/1304\",[]],[\"name/1305\",[441,84.87]],[\"comment/1305\",[]],[\"name/1306\",[215,71.874]],[\"comment/1306\",[]],[\"name/1307\",[426,76.395]],[\"comment/1307\",[]],[\"name/1308\",[442,84.87]],[\"comment/1308\",[]],[\"name/1309\",[443,63.663]],[\"comment/1309\",[]],[\"name/1310\",[370,66.408]],[\"comment/1310\",[]],[\"name/1311\",[406,73.881]],[\"comment/1311\",[]],[\"name/1312\",[16,44.085]],[\"comment/1312\",[]],[\"name/1313\",[444,70.203]],[\"comment/1313\",[]],[\"name/1314\",[445,84.87]],[\"comment/1314\",[]],[\"name/1315\",[440,70.203]],[\"comment/1315\",[]],[\"name/1316\",[408,76.395]],[\"comment/1316\",[]],[\"name/1317\",[446,79.761]],[\"comment/1317\",[]],[\"name/1318\",[447,84.87]],[\"comment/1318\",[]],[\"name/1319\",[172,57.348]],[\"comment/1319\",[]],[\"name/1320\",[448,84.87]],[\"comment/1320\",[]],[\"name/1321\",[449,84.87]],[\"comment/1321\",[]],[\"name/1322\",[450,79.761]],[\"comment/1322\",[]],[\"name/1323\",[451,84.87]],[\"comment/1323\",[]],[\"name/1324\",[452,84.87]],[\"comment/1324\",[]],[\"name/1325\",[453,84.87]],[\"comment/1325\",[]],[\"name/1326\",[454,84.87]],[\"comment/1326\",[]],[\"name/1327\",[455,84.87]],[\"comment/1327\",[]],[\"name/1328\",[456,84.87]],[\"comment/1328\",[]],[\"name/1329\",[457,84.87]],[\"comment/1329\",[]],[\"name/1330\",[458,84.87]],[\"comment/1330\",[]],[\"name/1331\",[459,84.87]],[\"comment/1331\",[]],[\"name/1332\",[460,84.87]],[\"comment/1332\",[]],[\"name/1333\",[444,70.203]],[\"comment/1333\",[]],[\"name/1334\",[406,73.881]],[\"comment/1334\",[]],[\"name/1335\",[446,79.761]],[\"comment/1335\",[]],[\"name/1336\",[461,84.87]],[\"comment/1336\",[]],[\"name/1337\",[462,84.87]],[\"comment/1337\",[]],[\"name/1338\",[370,66.408]],[\"comment/1338\",[]],[\"name/1339\",[463,84.87]],[\"comment/1339\",[]],[\"name/1340\",[443,63.663]],[\"comment/1340\",[]],[\"name/1341\",[464,76.395]],[\"comment/1341\",[]],[\"name/1342\",[8,57.348]],[\"comment/1342\",[]],[\"name/1343\",[16,44.085]],[\"comment/1343\",[]],[\"name/1344\",[465,84.87]],[\"comment/1344\",[]],[\"name/1345\",[440,70.203]],[\"comment/1345\",[]],[\"name/1346\",[444,70.203]],[\"comment/1346\",[]],[\"name/1347\",[406,73.881]],[\"comment/1347\",[]],[\"name/1348\",[466,79.761]],[\"comment/1348\",[]],[\"name/1349\",[467,76.395]],[\"comment/1349\",[]],[\"name/1350\",[468,79.761]],[\"comment/1350\",[]],[\"name/1351\",[469,70.203]],[\"comment/1351\",[]],[\"name/1352\",[64,46.795]],[\"comment/1352\",[]],[\"name/1353\",[470,76.395]],[\"comment/1353\",[]],[\"name/1354\",[199,71.874]],[\"comment/1354\",[]],[\"name/1355\",[471,70.203]],[\"comment/1355\",[]],[\"name/1356\",[215,71.874]],[\"comment/1356\",[]],[\"name/1357\",[472,71.874]],[\"comment/1357\",[]],[\"name/1358\",[450,79.761]],[\"comment/1358\",[]],[\"name/1359\",[473,84.87]],[\"comment/1359\",[]],[\"name/1360\",[474,76.395]],[\"comment/1360\",[]],[\"name/1361\",[17,57.783]],[\"comment/1361\",[]],[\"name/1362\",[475,84.87]],[\"comment/1362\",[]],[\"name/1363\",[476,84.87]],[\"comment/1363\",[]],[\"name/1364\",[477,84.87]],[\"comment/1364\",[]],[\"name/1365\",[478,84.87]],[\"comment/1365\",[]],[\"name/1366\",[301,73.881]],[\"comment/1366\",[]],[\"name/1367\",[302,73.881]],[\"comment/1367\",[]],[\"name/1368\",[479,76.395]],[\"comment/1368\",[]],[\"name/1369\",[480,73.881]],[\"comment/1369\",[]],[\"name/1370\",[9,46.219]],[\"comment/1370\",[]],[\"name/1371\",[15,46.944]],[\"comment/1371\",[]],[\"name/1372\",[16,44.085]],[\"comment/1372\",[]],[\"name/1373\",[44,47.096]],[\"comment/1373\",[]],[\"name/1374\",[45,47.096]],[\"comment/1374\",[]],[\"name/1375\",[46,47.096]],[\"comment/1375\",[]],[\"name/1376\",[47,47.096]],[\"comment/1376\",[]],[\"name/1377\",[48,47.096]],[\"comment/1377\",[]],[\"name/1378\",[49,47.096]],[\"comment/1378\",[]],[\"name/1379\",[50,47.096]],[\"comment/1379\",[]],[\"name/1380\",[51,47.096]],[\"comment/1380\",[]],[\"name/1381\",[25,44.667]],[\"comment/1381\",[]],[\"name/1382\",[52,47.096]],[\"comment/1382\",[]],[\"name/1383\",[53,47.096]],[\"comment/1383\",[]],[\"name/1384\",[54,47.096]],[\"comment/1384\",[]],[\"name/1385\",[55,47.096]],[\"comment/1385\",[]],[\"name/1386\",[56,47.096]],[\"comment/1386\",[]],[\"name/1387\",[57,47.096]],[\"comment/1387\",[]],[\"name/1388\",[58,47.096]],[\"comment/1388\",[]],[\"name/1389\",[59,47.096]],[\"comment/1389\",[]],[\"name/1390\",[60,47.096]],[\"comment/1390\",[]],[\"name/1391\",[61,47.096]],[\"comment/1391\",[]],[\"name/1392\",[62,47.096]],[\"comment/1392\",[]],[\"name/1393\",[63,46.795]],[\"comment/1393\",[]],[\"name/1394\",[64,46.795]],[\"comment/1394\",[]],[\"name/1395\",[65,47.096]],[\"comment/1395\",[]],[\"name/1396\",[66,43.22]],[\"comment/1396\",[]],[\"name/1397\",[67,46.648]],[\"comment/1397\",[]],[\"name/1398\",[68,46.648]],[\"comment/1398\",[]],[\"name/1399\",[69,47.096]],[\"comment/1399\",[]],[\"name/1400\",[70,46.944]],[\"comment/1400\",[]],[\"name/1401\",[71,46.944]],[\"comment/1401\",[]],[\"name/1402\",[72,47.096]],[\"comment/1402\",[]],[\"name/1403\",[73,47.096]],[\"comment/1403\",[]],[\"name/1404\",[74,47.096]],[\"comment/1404\",[]],[\"name/1405\",[75,46.944]],[\"comment/1405\",[]],[\"name/1406\",[76,46.795]],[\"comment/1406\",[]],[\"name/1407\",[77,46.795]],[\"comment/1407\",[]],[\"name/1408\",[481,84.87]],[\"comment/1408\",[]],[\"name/1409\",[482,67.52]],[\"comment/1409\",[]],[\"name/1410\",[1,44.314]],[\"comment/1410\",[]],[\"name/1411\",[483,73.881]],[\"comment/1411\",[]],[\"name/1412\",[484,76.395]],[\"comment/1412\",[]],[\"name/1413\",[1,44.314]],[\"comment/1413\",[]],[\"name/1414\",[485,84.87]],[\"comment/1414\",[]],[\"name/1415\",[486,84.87]],[\"comment/1415\",[]],[\"name/1416\",[6,60.297]],[\"comment/1416\",[]],[\"name/1417\",[260,65.406]],[\"comment/1417\",[]],[\"name/1418\",[487,84.87]],[\"comment/1418\",[]],[\"name/1419\",[66,43.22]],[\"comment/1419\",[]],[\"name/1420\",[444,70.203]],[\"comment/1420\",[]],[\"name/1421\",[8,57.348]],[\"comment/1421\",[]],[\"name/1422\",[15,46.944]],[\"comment/1422\",[]],[\"name/1423\",[488,84.87]],[\"comment/1423\",[]],[\"name/1424\",[16,44.085]],[\"comment/1424\",[]],[\"name/1425\",[172,57.348]],[\"comment/1425\",[]],[\"name/1426\",[469,70.203]],[\"comment/1426\",[]],[\"name/1427\",[489,84.87]],[\"comment/1427\",[]],[\"name/1428\",[63,46.795]],[\"comment/1428\",[]],[\"name/1429\",[64,46.795]],[\"comment/1429\",[]],[\"name/1430\",[128,54.418]],[\"comment/1430\",[]],[\"name/1431\",[490,79.761]],[\"comment/1431\",[]],[\"name/1432\",[482,67.52]],[\"comment/1432\",[]],[\"name/1433\",[491,73.881]],[\"comment/1433\",[]],[\"name/1434\",[492,73.881]],[\"comment/1434\",[]],[\"name/1435\",[493,73.881]],[\"comment/1435\",[]],[\"name/1436\",[494,73.881]],[\"comment/1436\",[]],[\"name/1437\",[495,73.881]],[\"comment/1437\",[]],[\"name/1438\",[496,73.881]],[\"comment/1438\",[]],[\"name/1439\",[103,73.881]],[\"comment/1439\",[]],[\"name/1440\",[378,73.881]],[\"comment/1440\",[]],[\"name/1441\",[497,73.881]],[\"comment/1441\",[]],[\"name/1442\",[498,73.881]],[\"comment/1442\",[]],[\"name/1443\",[499,73.881]],[\"comment/1443\",[]],[\"name/1444\",[500,73.881]],[\"comment/1444\",[]],[\"name/1445\",[501,73.881]],[\"comment/1445\",[]],[\"name/1446\",[7,63.663]],[\"comment/1446\",[]],[\"name/1447\",[86,71.874]],[\"comment/1447\",[]],[\"name/1448\",[332,71.874]],[\"comment/1448\",[]],[\"name/1449\",[100,71.874]],[\"comment/1449\",[]],[\"name/1450\",[502,71.874]],[\"comment/1450\",[]],[\"name/1451\",[503,73.881]],[\"comment/1451\",[]],[\"name/1452\",[504,84.87]],[\"comment/1452\",[]],[\"name/1453\",[505,71.874]],[\"comment/1453\",[]],[\"name/1454\",[506,76.395]],[\"comment/1454\",[]],[\"name/1455\",[507,76.395]],[\"comment/1455\",[]],[\"name/1456\",[508,73.881]],[\"comment/1456\",[]],[\"name/1457\",[472,71.874]],[\"comment/1457\",[]],[\"name/1458\",[509,73.881]],[\"comment/1458\",[]],[\"name/1459\",[510,76.395]],[\"comment/1459\",[]],[\"name/1460\",[471,70.203]],[\"comment/1460\",[]],[\"name/1461\",[199,71.874]],[\"comment/1461\",[]],[\"name/1462\",[396,73.881]],[\"comment/1462\",[]],[\"name/1463\",[511,73.881]],[\"comment/1463\",[]],[\"name/1464\",[512,73.881]],[\"comment/1464\",[]],[\"name/1465\",[513,73.881]],[\"comment/1465\",[]],[\"name/1466\",[514,73.881]],[\"comment/1466\",[]],[\"name/1467\",[515,73.881]],[\"comment/1467\",[]],[\"name/1468\",[464,76.395]],[\"comment/1468\",[]],[\"name/1469\",[516,71.874]],[\"comment/1469\",[]],[\"name/1470\",[517,73.881]],[\"comment/1470\",[]],[\"name/1471\",[25,44.667]],[\"comment/1471\",[]],[\"name/1472\",[518,79.761]],[\"comment/1472\",[]],[\"name/1473\",[519,84.87]],[\"comment/1473\",[]],[\"name/1474\",[1,44.314]],[\"comment/1474\",[]],[\"name/1475\",[520,84.87]],[\"comment/1475\",[]],[\"name/1476\",[474,76.395]],[\"comment/1476\",[]],[\"name/1477\",[521,84.87]],[\"comment/1477\",[]],[\"name/1478\",[7,63.663]],[\"comment/1478\",[]],[\"name/1479\",[86,71.874]],[\"comment/1479\",[]],[\"name/1480\",[100,71.874]],[\"comment/1480\",[]],[\"name/1481\",[522,76.395]],[\"comment/1481\",[]],[\"name/1482\",[103,73.881]],[\"comment/1482\",[]],[\"name/1483\",[199,71.874]],[\"comment/1483\",[]],[\"name/1484\",[232,76.395]],[\"comment/1484\",[]],[\"name/1485\",[245,79.761]],[\"comment/1485\",[]],[\"name/1486\",[257,79.761]],[\"comment/1486\",[]],[\"name/1487\",[266,79.761]],[\"comment/1487\",[]],[\"name/1488\",[332,71.874]],[\"comment/1488\",[]],[\"name/1489\",[370,66.408]],[\"comment/1489\",[]],[\"name/1490\",[378,73.881]],[\"comment/1490\",[]],[\"name/1491\",[384,76.395]],[\"comment/1491\",[]],[\"name/1492\",[396,73.881]],[\"comment/1492\",[]],[\"name/1493\",[400,73.881]],[\"comment/1493\",[]],[\"name/1494\",[464,76.395]],[\"comment/1494\",[]],[\"name/1495\",[480,73.881]],[\"comment/1495\",[]],[\"name/1496\",[444,70.203]],[\"comment/1496\",[]],[\"name/1497\",[66,43.22]],[\"comment/1497\",[]],[\"name/1498\",[510,76.395]],[\"comment/1498\",[]],[\"name/1499\",[523,76.395]],[\"comment/1499\",[]],[\"name/1500\",[524,76.395]],[\"comment/1500\",[]],[\"name/1501\",[495,73.881]],[\"comment/1501\",[]],[\"name/1502\",[310,66.408]],[\"comment/1502\",[]],[\"name/1503\",[493,73.881]],[\"comment/1503\",[]],[\"name/1504\",[500,73.881]],[\"comment/1504\",[]],[\"name/1505\",[501,73.881]],[\"comment/1505\",[]],[\"name/1506\",[525,76.395]],[\"comment/1506\",[]],[\"name/1507\",[526,79.761]],[\"comment/1507\",[]],[\"name/1508\",[527,73.881]],[\"comment/1508\",[]],[\"name/1509\",[498,73.881]],[\"comment/1509\",[]],[\"name/1510\",[528,76.395]],[\"comment/1510\",[]],[\"name/1511\",[507,76.395]],[\"comment/1511\",[]],[\"name/1512\",[508,73.881]],[\"comment/1512\",[]],[\"name/1513\",[529,79.761]],[\"comment/1513\",[]],[\"name/1514\",[413,67.52]],[\"comment/1514\",[]],[\"name/1515\",[530,73.881]],[\"comment/1515\",[]],[\"name/1516\",[517,73.881]],[\"comment/1516\",[]],[\"name/1517\",[502,71.874]],[\"comment/1517\",[]],[\"name/1518\",[531,76.395]],[\"comment/1518\",[]],[\"name/1519\",[467,76.395]],[\"comment/1519\",[]],[\"name/1520\",[516,71.874]],[\"comment/1520\",[]],[\"name/1521\",[532,79.761]],[\"comment/1521\",[]],[\"name/1522\",[533,76.395]],[\"comment/1522\",[]],[\"name/1523\",[484,76.395]],[\"comment/1523\",[]],[\"name/1524\",[494,73.881]],[\"comment/1524\",[]],[\"name/1525\",[534,76.395]],[\"comment/1525\",[]],[\"name/1526\",[482,67.52]],[\"comment/1526\",[]],[\"name/1527\",[509,73.881]],[\"comment/1527\",[]],[\"name/1528\",[535,76.395]],[\"comment/1528\",[]],[\"name/1529\",[512,73.881]],[\"comment/1529\",[]],[\"name/1530\",[536,76.395]],[\"comment/1530\",[]],[\"name/1531\",[492,73.881]],[\"comment/1531\",[]],[\"name/1532\",[537,76.395]],[\"comment/1532\",[]],[\"name/1533\",[538,76.395]],[\"comment/1533\",[]],[\"name/1534\",[511,73.881]],[\"comment/1534\",[]],[\"name/1535\",[443,63.663]],[\"comment/1535\",[]],[\"name/1536\",[505,71.874]],[\"comment/1536\",[]],[\"name/1537\",[295,68.772]],[\"comment/1537\",[]],[\"name/1538\",[539,79.761]],[\"comment/1538\",[]],[\"name/1539\",[515,73.881]],[\"comment/1539\",[]],[\"name/1540\",[499,73.881]],[\"comment/1540\",[]],[\"name/1541\",[540,76.395]],[\"comment/1541\",[]],[\"name/1542\",[491,73.881]],[\"comment/1542\",[]],[\"name/1543\",[541,76.395]],[\"comment/1543\",[]],[\"name/1544\",[514,73.881]],[\"comment/1544\",[]],[\"name/1545\",[503,73.881]],[\"comment/1545\",[]],[\"name/1546\",[542,79.761]],[\"comment/1546\",[]],[\"name/1547\",[496,73.881]],[\"comment/1547\",[]],[\"name/1548\",[506,76.395]],[\"comment/1548\",[]],[\"name/1549\",[543,73.881]],[\"comment/1549\",[]],[\"name/1550\",[497,73.881]],[\"comment/1550\",[]],[\"name/1551\",[544,73.881]],[\"comment/1551\",[]],[\"name/1552\",[545,79.761]],[\"comment/1552\",[]],[\"name/1553\",[471,70.203]],[\"comment/1553\",[]],[\"name/1554\",[546,76.395]],[\"comment/1554\",[]],[\"name/1555\",[513,73.881]],[\"comment/1555\",[]],[\"name/1556\",[472,71.874]],[\"comment/1556\",[]],[\"name/1557\",[547,76.395]],[\"comment/1557\",[]],[\"name/1558\",[78,79.761]],[\"comment/1558\",[]],[\"name/1559\",[83,79.761]],[\"comment/1559\",[]],[\"name/1560\",[325,79.761]],[\"comment/1560\",[]],[\"name/1561\",[326,79.761]],[\"comment/1561\",[]],[\"name/1562\",[327,76.395]],[\"comment/1562\",[]],[\"name/1563\",[328,76.395]],[\"comment/1563\",[]],[\"name/1564\",[393,79.761]],[\"comment/1564\",[]],[\"name/1565\",[77,46.795]],[\"comment/1565\",[]],[\"name/1566\",[76,46.795]],[\"comment/1566\",[]],[\"name/1567\",[548,79.761]],[\"comment/1567\",[]],[\"name/1568\",[549,79.761]],[\"comment/1568\",[]],[\"name/1569\",[550,79.761]],[\"comment/1569\",[]],[\"name/1570\",[551,79.761]],[\"comment/1570\",[]],[\"name/1571\",[552,79.761]],[\"comment/1571\",[]],[\"name/1572\",[553,79.761]],[\"comment/1572\",[]],[\"name/1573\",[554,79.761]],[\"comment/1573\",[]],[\"name/1574\",[555,76.395]],[\"comment/1574\",[]],[\"name/1575\",[556,79.761]],[\"comment/1575\",[]],[\"name/1576\",[557,84.87]],[\"comment/1576\",[]],[\"name/1577\",[558,84.87]],[\"comment/1577\",[]],[\"name/1578\",[559,84.87]],[\"comment/1578\",[]],[\"name/1579\",[560,84.87]],[\"comment/1579\",[]],[\"name/1580\",[561,84.87]],[\"comment/1580\",[]],[\"name/1581\",[562,84.87]],[\"comment/1581\",[]],[\"name/1582\",[563,84.87]],[\"comment/1582\",[]],[\"name/1583\",[564,71.874]],[\"comment/1583\",[]],[\"name/1584\",[565,84.87]],[\"comment/1584\",[]],[\"name/1585\",[566,84.87]],[\"comment/1585\",[]],[\"name/1586\",[567,84.87]],[\"comment/1586\",[]],[\"name/1587\",[568,84.87]],[\"comment/1587\",[]],[\"name/1588\",[569,84.87]],[\"comment/1588\",[]],[\"name/1589\",[570,84.87]],[\"comment/1589\",[]],[\"name/1590\",[1,44.314]],[\"comment/1590\",[]],[\"name/1591\",[571,79.761]],[\"comment/1591\",[]],[\"name/1592\",[572,79.761]],[\"comment/1592\",[]],[\"name/1593\",[564,71.874]],[\"comment/1593\",[]],[\"name/1594\",[573,84.87]],[\"comment/1594\",[]],[\"name/1595\",[574,84.87]],[\"comment/1595\",[]],[\"name/1596\",[527,73.881]],[\"comment/1596\",[]],[\"name/1597\",[575,84.87]],[\"comment/1597\",[]],[\"name/1598\",[576,84.87]],[\"comment/1598\",[]],[\"name/1599\",[577,84.87]],[\"comment/1599\",[]],[\"name/1600\",[1,44.314]],[\"comment/1600\",[]],[\"name/1601\",[578,84.87]],[\"comment/1601\",[]],[\"name/1602\",[579,84.87]],[\"comment/1602\",[]],[\"name/1603\",[580,84.87]],[\"comment/1603\",[]],[\"name/1604\",[16,44.085]],[\"comment/1604\",[]],[\"name/1605\",[70,46.944]],[\"comment/1605\",[]],[\"name/1606\",[581,76.395]],[\"comment/1606\",[]],[\"name/1607\",[582,76.395]],[\"comment/1607\",[]],[\"name/1608\",[583,79.761]],[\"comment/1608\",[]],[\"name/1609\",[584,76.395]],[\"comment/1609\",[]],[\"name/1610\",[585,84.87]],[\"comment/1610\",[]],[\"name/1611\",[1,44.314]],[\"comment/1611\",[]],[\"name/1612\",[586,84.87]],[\"comment/1612\",[]],[\"name/1613\",[340,70.203]],[\"comment/1613\",[]],[\"name/1614\",[587,84.87]],[\"comment/1614\",[]],[\"name/1615\",[324,66.408]],[\"comment/1615\",[]],[\"name/1616\",[588,84.87]],[\"comment/1616\",[]],[\"name/1617\",[564,71.874]],[\"comment/1617\",[]],[\"name/1618\",[589,84.87]],[\"comment/1618\",[]],[\"name/1619\",[590,84.87]],[\"comment/1619\",[]],[\"name/1620\",[591,84.87]],[\"comment/1620\",[]],[\"name/1621\",[482,67.52]],[\"comment/1621\",[]],[\"name/1622\",[7,63.663]],[\"comment/1622\",[]],[\"name/1623\",[592,84.87]],[\"comment/1623\",[]],[\"name/1624\",[593,84.87]],[\"comment/1624\",[]],[\"name/1625\",[516,71.874]],[\"comment/1625\",[]],[\"name/1626\",[594,84.87]],[\"comment/1626\",[]],[\"name/1627\",[100,71.874]],[\"comment/1627\",[]],[\"name/1628\",[544,73.881]],[\"comment/1628\",[]],[\"name/1629\",[332,71.874]],[\"comment/1629\",[]],[\"name/1630\",[502,71.874]],[\"comment/1630\",[]],[\"name/1631\",[530,73.881]],[\"comment/1631\",[]],[\"name/1632\",[505,71.874]],[\"comment/1632\",[]],[\"name/1633\",[471,70.203]],[\"comment/1633\",[]],[\"name/1634\",[324,66.408]],[\"comment/1634\",[]],[\"name/1635\",[595,84.87]],[\"comment/1635\",[]],[\"name/1636\",[596,79.761]],[\"comment/1636\",[]],[\"name/1637\",[597,79.761]],[\"comment/1637\",[]],[\"name/1638\",[598,84.87]],[\"comment/1638\",[]],[\"name/1639\",[599,84.87]],[\"comment/1639\",[]],[\"name/1640\",[600,79.761]],[\"comment/1640\",[]],[\"name/1641\",[312,79.761]],[\"comment/1641\",[]],[\"name/1642\",[313,79.761]],[\"comment/1642\",[]],[\"name/1643\",[601,84.87]],[\"comment/1643\",[]],[\"name/1644\",[602,84.87]],[\"comment/1644\",[]],[\"name/1645\",[77,46.795]],[\"comment/1645\",[]],[\"name/1646\",[603,79.761]],[\"comment/1646\",[]],[\"name/1647\",[604,79.761]],[\"comment/1647\",[]],[\"name/1648\",[76,46.795]],[\"comment/1648\",[]],[\"name/1649\",[603,79.761]],[\"comment/1649\",[]],[\"name/1650\",[605,79.761]],[\"comment/1650\",[]],[\"name/1651\",[66,43.22]],[\"comment/1651\",[]],[\"name/1652\",[606,84.87]],[\"comment/1652\",[]],[\"name/1653\",[607,84.87]],[\"comment/1653\",[]],[\"name/1654\",[582,76.395]],[\"comment/1654\",[]],[\"name/1655\",[608,84.87]],[\"comment/1655\",[]],[\"name/1656\",[609,84.87]],[\"comment/1656\",[]],[\"name/1657\",[610,84.87]],[\"comment/1657\",[]],[\"name/1658\",[611,84.87]],[\"comment/1658\",[]],[\"name/1659\",[612,84.87]],[\"comment/1659\",[]],[\"name/1660\",[613,84.87]],[\"comment/1660\",[]],[\"name/1661\",[614,84.87]],[\"comment/1661\",[]],[\"name/1662\",[615,84.87]],[\"comment/1662\",[]],[\"name/1663\",[616,84.87]],[\"comment/1663\",[]],[\"name/1664\",[617,84.87]],[\"comment/1664\",[]],[\"name/1665\",[618,84.87]],[\"comment/1665\",[]],[\"name/1666\",[619,84.87]],[\"comment/1666\",[]],[\"name/1667\",[620,84.87]],[\"comment/1667\",[]],[\"name/1668\",[621,84.87]],[\"comment/1668\",[]],[\"name/1669\",[622,84.87]],[\"comment/1669\",[]],[\"name/1670\",[623,84.87]],[\"comment/1670\",[]],[\"name/1671\",[164,56.932]],[\"comment/1671\",[]],[\"name/1672\",[624,84.87]],[\"comment/1672\",[]],[\"name/1673\",[625,84.87]],[\"comment/1673\",[]],[\"name/1674\",[626,84.87]],[\"comment/1674\",[]],[\"name/1675\",[627,79.761]],[\"comment/1675\",[]],[\"name/1676\",[628,79.761]],[\"comment/1676\",[]],[\"name/1677\",[629,84.87]],[\"comment/1677\",[]],[\"name/1678\",[630,79.761]],[\"comment/1678\",[]],[\"name/1679\",[631,84.87]],[\"comment/1679\",[]],[\"name/1680\",[632,79.761]],[\"comment/1680\",[]],[\"name/1681\",[633,79.761]],[\"comment/1681\",[]],[\"name/1682\",[634,79.761]],[\"comment/1682\",[]],[\"name/1683\",[635,84.87]],[\"comment/1683\",[]],[\"name/1684\",[636,84.87]],[\"comment/1684\",[]],[\"name/1685\",[482,67.52]],[\"comment/1685\",[]],[\"name/1686\",[637,84.87]],[\"comment/1686\",[]],[\"name/1687\",[638,84.87]],[\"comment/1687\",[]],[\"name/1688\",[639,84.87]],[\"comment/1688\",[]],[\"name/1689\",[640,84.87]],[\"comment/1689\",[]],[\"name/1690\",[641,79.761]],[\"comment/1690\",[]],[\"name/1691\",[642,79.761]],[\"comment/1691\",[]],[\"name/1692\",[643,79.761]],[\"comment/1692\",[]],[\"name/1693\",[644,84.87]],[\"comment/1693\",[]],[\"name/1694\",[641,79.761]],[\"comment/1694\",[]],[\"name/1695\",[642,79.761]],[\"comment/1695\",[]],[\"name/1696\",[643,79.761]],[\"comment/1696\",[]],[\"name/1697\",[510,76.395]],[\"comment/1697\",[]],[\"name/1698\",[8,57.348]],[\"comment/1698\",[]],[\"name/1699\",[645,84.87]],[\"comment/1699\",[]],[\"name/1700\",[646,84.87]],[\"comment/1700\",[]],[\"name/1701\",[647,84.87]],[\"comment/1701\",[]],[\"name/1702\",[648,84.87]],[\"comment/1702\",[]],[\"name/1703\",[649,84.87]],[\"comment/1703\",[]],[\"name/1704\",[650,79.761]],[\"comment/1704\",[]],[\"name/1705\",[16,44.085]],[\"comment/1705\",[]],[\"name/1706\",[651,84.87]],[\"comment/1706\",[]],[\"name/1707\",[652,84.87]],[\"comment/1707\",[]],[\"name/1708\",[653,84.87]],[\"comment/1708\",[]],[\"name/1709\",[654,84.87]],[\"comment/1709\",[]],[\"name/1710\",[655,84.87]],[\"comment/1710\",[]],[\"name/1711\",[656,84.87]],[\"comment/1711\",[]],[\"name/1712\",[109,56.531]],[\"comment/1712\",[]],[\"name/1713\",[657,84.87]],[\"comment/1713\",[]],[\"name/1714\",[658,84.87]],[\"comment/1714\",[]],[\"name/1715\",[188,56.932]],[\"comment/1715\",[]],[\"name/1716\",[659,84.87]],[\"comment/1716\",[]],[\"name/1717\",[10,58.238]],[\"comment/1717\",[]],[\"name/1718\",[660,84.87]],[\"comment/1718\",[]],[\"name/1719\",[146,59.741]],[\"comment/1719\",[]],[\"name/1720\",[523,76.395]],[\"comment/1720\",[]],[\"name/1721\",[9,46.219]],[\"comment/1721\",[]],[\"name/1722\",[661,84.87]],[\"comment/1722\",[]],[\"name/1723\",[662,84.87]],[\"comment/1723\",[]],[\"name/1724\",[663,84.87]],[\"comment/1724\",[]],[\"name/1725\",[16,44.085]],[\"comment/1725\",[]],[\"name/1726\",[664,84.87]],[\"comment/1726\",[]],[\"name/1727\",[665,84.87]],[\"comment/1727\",[]],[\"name/1728\",[468,79.761]],[\"comment/1728\",[]],[\"name/1729\",[666,79.761]],[\"comment/1729\",[]],[\"name/1730\",[667,84.87]],[\"comment/1730\",[]],[\"name/1731\",[275,73.881]],[\"comment/1731\",[]],[\"name/1732\",[668,84.87]],[\"comment/1732\",[]],[\"name/1733\",[669,84.87]],[\"comment/1733\",[]],[\"name/1734\",[670,84.87]],[\"comment/1734\",[]],[\"name/1735\",[434,79.761]],[\"comment/1735\",[]],[\"name/1736\",[671,84.87]],[\"comment/1736\",[]],[\"name/1737\",[672,84.87]],[\"comment/1737\",[]],[\"name/1738\",[673,84.87]],[\"comment/1738\",[]],[\"name/1739\",[674,84.87]],[\"comment/1739\",[]],[\"name/1740\",[255,79.761]],[\"comment/1740\",[]],[\"name/1741\",[246,79.761]],[\"comment/1741\",[]],[\"name/1742\",[675,84.87]],[\"comment/1742\",[]],[\"name/1743\",[676,84.87]],[\"comment/1743\",[]],[\"name/1744\",[677,84.87]],[\"comment/1744\",[]],[\"name/1745\",[630,79.761]],[\"comment/1745\",[]],[\"name/1746\",[678,84.87]],[\"comment/1746\",[]],[\"name/1747\",[679,84.87]],[\"comment/1747\",[]],[\"name/1748\",[470,76.395]],[\"comment/1748\",[]],[\"name/1749\",[524,76.395]],[\"comment/1749\",[]],[\"name/1750\",[9,46.219]],[\"comment/1750\",[]],[\"name/1751\",[15,46.944]],[\"comment/1751\",[]],[\"name/1752\",[10,58.238]],[\"comment/1752\",[]],[\"name/1753\",[101,79.761]],[\"comment/1753\",[]],[\"name/1754\",[13,54.105]],[\"comment/1754\",[]],[\"name/1755\",[14,59.741]],[\"comment/1755\",[]],[\"name/1756\",[16,44.085]],[\"comment/1756\",[]],[\"name/1757\",[680,84.87]],[\"comment/1757\",[]],[\"name/1758\",[681,84.87]],[\"comment/1758\",[]],[\"name/1759\",[682,79.761]],[\"comment/1759\",[]],[\"name/1760\",[683,79.761]],[\"comment/1760\",[]],[\"name/1761\",[25,44.667]],[\"comment/1761\",[]],[\"name/1762\",[22,49.501]],[\"comment/1762\",[]],[\"name/1763\",[26,50.522]],[\"comment/1763\",[]],[\"name/1764\",[27,60.886]],[\"comment/1764\",[]],[\"name/1765\",[28,60.886]],[\"comment/1765\",[]],[\"name/1766\",[23,60.886]],[\"comment/1766\",[]],[\"name/1767\",[29,60.886]],[\"comment/1767\",[]],[\"name/1768\",[30,60.886]],[\"comment/1768\",[]],[\"name/1769\",[31,60.886]],[\"comment/1769\",[]],[\"name/1770\",[32,53.508]],[\"comment/1770\",[]],[\"name/1771\",[33,53.508]],[\"comment/1771\",[]],[\"name/1772\",[34,53.508]],[\"comment/1772\",[]],[\"name/1773\",[35,56.147]],[\"comment/1773\",[]],[\"name/1774\",[36,55.776]],[\"comment/1774\",[]],[\"name/1775\",[37,60.886]],[\"comment/1775\",[]],[\"name/1776\",[38,59.741]],[\"comment/1776\",[]],[\"name/1777\",[39,60.886]],[\"comment/1777\",[]],[\"name/1778\",[40,60.886]],[\"comment/1778\",[]],[\"name/1779\",[41,52.674]],[\"comment/1779\",[]],[\"name/1780\",[42,52.674]],[\"comment/1780\",[]],[\"name/1781\",[43,60.886]],[\"comment/1781\",[]],[\"name/1782\",[44,47.096]],[\"comment/1782\",[]],[\"name/1783\",[45,47.096]],[\"comment/1783\",[]],[\"name/1784\",[46,47.096]],[\"comment/1784\",[]],[\"name/1785\",[47,47.096]],[\"comment/1785\",[]],[\"name/1786\",[48,47.096]],[\"comment/1786\",[]],[\"name/1787\",[49,47.096]],[\"comment/1787\",[]],[\"name/1788\",[50,47.096]],[\"comment/1788\",[]],[\"name/1789\",[51,47.096]],[\"comment/1789\",[]],[\"name/1790\",[52,47.096]],[\"comment/1790\",[]],[\"name/1791\",[53,47.096]],[\"comment/1791\",[]],[\"name/1792\",[54,47.096]],[\"comment/1792\",[]],[\"name/1793\",[55,47.096]],[\"comment/1793\",[]],[\"name/1794\",[56,47.096]],[\"comment/1794\",[]],[\"name/1795\",[57,47.096]],[\"comment/1795\",[]],[\"name/1796\",[58,47.096]],[\"comment/1796\",[]],[\"name/1797\",[59,47.096]],[\"comment/1797\",[]],[\"name/1798\",[60,47.096]],[\"comment/1798\",[]],[\"name/1799\",[61,47.096]],[\"comment/1799\",[]],[\"name/1800\",[62,47.096]],[\"comment/1800\",[]],[\"name/1801\",[63,46.795]],[\"comment/1801\",[]],[\"name/1802\",[64,46.795]],[\"comment/1802\",[]],[\"name/1803\",[65,47.096]],[\"comment/1803\",[]],[\"name/1804\",[66,43.22]],[\"comment/1804\",[]],[\"name/1805\",[67,46.648]],[\"comment/1805\",[]],[\"name/1806\",[68,46.648]],[\"comment/1806\",[]],[\"name/1807\",[69,47.096]],[\"comment/1807\",[]],[\"name/1808\",[70,46.944]],[\"comment/1808\",[]],[\"name/1809\",[71,46.944]],[\"comment/1809\",[]],[\"name/1810\",[72,47.096]],[\"comment/1810\",[]],[\"name/1811\",[73,47.096]],[\"comment/1811\",[]],[\"name/1812\",[74,47.096]],[\"comment/1812\",[]],[\"name/1813\",[75,46.944]],[\"comment/1813\",[]],[\"name/1814\",[76,46.795]],[\"comment/1814\",[]],[\"name/1815\",[77,46.795]],[\"comment/1815\",[]],[\"name/1816\",[495,73.881]],[\"comment/1816\",[]],[\"name/1817\",[9,46.219]],[\"comment/1817\",[]],[\"name/1818\",[104,60.297]],[\"comment/1818\",[]],[\"name/1819\",[105,59.741]],[\"comment/1819\",[]],[\"name/1820\",[15,46.944]],[\"comment/1820\",[]],[\"name/1821\",[16,44.085]],[\"comment/1821\",[]],[\"name/1822\",[126,59.741]],[\"comment/1822\",[]],[\"name/1823\",[130,54.105]],[\"comment/1823\",[]],[\"name/1824\",[108,59.741]],[\"comment/1824\",[]],[\"name/1825\",[109,56.531]],[\"comment/1825\",[]],[\"name/1826\",[25,44.667]],[\"comment/1826\",[]],[\"name/1827\",[684,64.497]],[\"comment/1827\",[]],[\"name/1828\",[443,63.663]],[\"comment/1828\",[]],[\"name/1829\",[685,70.203]],[\"comment/1829\",[]],[\"name/1830\",[686,70.203]],[\"comment/1830\",[]],[\"name/1831\",[687,70.203]],[\"comment/1831\",[]],[\"name/1832\",[688,70.203]],[\"comment/1832\",[]],[\"name/1833\",[689,70.203]],[\"comment/1833\",[]],[\"name/1834\",[690,70.203]],[\"comment/1834\",[]],[\"name/1835\",[691,70.203]],[\"comment/1835\",[]],[\"name/1836\",[218,68.772]],[\"comment/1836\",[]],[\"name/1837\",[692,70.203]],[\"comment/1837\",[]],[\"name/1838\",[166,59.741]],[\"comment/1838\",[]],[\"name/1839\",[693,70.203]],[\"comment/1839\",[]],[\"name/1840\",[694,70.203]],[\"comment/1840\",[]],[\"name/1841\",[695,70.203]],[\"comment/1841\",[]],[\"name/1842\",[696,70.203]],[\"comment/1842\",[]],[\"name/1843\",[697,70.203]],[\"comment/1843\",[]],[\"name/1844\",[167,60.297]],[\"comment/1844\",[]],[\"name/1845\",[1,44.314]],[\"comment/1845\",[]],[\"name/1846\",[698,68.772]],[\"comment/1846\",[]],[\"name/1847\",[699,68.772]],[\"comment/1847\",[]],[\"name/1848\",[143,59.215]],[\"comment/1848\",[]],[\"name/1849\",[700,67.52]],[\"comment/1849\",[]],[\"name/1850\",[701,70.203]],[\"comment/1850\",[]],[\"name/1851\",[188,56.932]],[\"comment/1851\",[]],[\"name/1852\",[702,70.203]],[\"comment/1852\",[]],[\"name/1853\",[110,59.741]],[\"comment/1853\",[]],[\"name/1854\",[111,57.348]],[\"comment/1854\",[]],[\"name/1855\",[112,59.741]],[\"comment/1855\",[]],[\"name/1856\",[18,52.944]],[\"comment/1856\",[]],[\"name/1857\",[1,44.314]],[\"comment/1857\",[]],[\"name/1858\",[113,60.297]],[\"comment/1858\",[]],[\"name/1859\",[25,44.667]],[\"comment/1859\",[]],[\"name/1860\",[114,60.297]],[\"comment/1860\",[]],[\"name/1861\",[115,60.297]],[\"comment/1861\",[]],[\"name/1862\",[116,57.348]],[\"comment/1862\",[]],[\"name/1863\",[117,60.297]],[\"comment/1863\",[]],[\"name/1864\",[118,60.297]],[\"comment/1864\",[]],[\"name/1865\",[119,57.783]],[\"comment/1865\",[]],[\"name/1866\",[120,60.297]],[\"comment/1866\",[]],[\"name/1867\",[121,60.297]],[\"comment/1867\",[]],[\"name/1868\",[122,56.932]],[\"comment/1868\",[]],[\"name/1869\",[66,43.22]],[\"comment/1869\",[]],[\"name/1870\",[123,58.714]],[\"comment/1870\",[]],[\"name/1871\",[124,60.297]],[\"comment/1871\",[]],[\"name/1872\",[125,60.297]],[\"comment/1872\",[]],[\"name/1873\",[127,60.297]],[\"comment/1873\",[]],[\"name/1874\",[128,54.418]],[\"comment/1874\",[]],[\"name/1875\",[129,54.418]],[\"comment/1875\",[]],[\"name/1876\",[131,60.297]],[\"comment/1876\",[]],[\"name/1877\",[132,60.297]],[\"comment/1877\",[]],[\"name/1878\",[133,60.297]],[\"comment/1878\",[]],[\"name/1879\",[134,60.297]],[\"comment/1879\",[]],[\"name/1880\",[135,59.741]],[\"comment/1880\",[]],[\"name/1881\",[136,60.297]],[\"comment/1881\",[]],[\"name/1882\",[137,60.297]],[\"comment/1882\",[]],[\"name/1883\",[138,59.741]],[\"comment/1883\",[]],[\"name/1884\",[139,60.297]],[\"comment/1884\",[]],[\"name/1885\",[140,60.297]],[\"comment/1885\",[]],[\"name/1886\",[141,60.297]],[\"comment/1886\",[]],[\"name/1887\",[142,60.297]],[\"comment/1887\",[]],[\"name/1888\",[144,59.741]],[\"comment/1888\",[]],[\"name/1889\",[145,59.741]],[\"comment/1889\",[]],[\"name/1890\",[146,59.741]],[\"comment/1890\",[]],[\"name/1891\",[147,59.741]],[\"comment/1891\",[]],[\"name/1892\",[148,60.297]],[\"comment/1892\",[]],[\"name/1893\",[149,60.297]],[\"comment/1893\",[]],[\"name/1894\",[150,60.297]],[\"comment/1894\",[]],[\"name/1895\",[151,60.297]],[\"comment/1895\",[]],[\"name/1896\",[152,60.297]],[\"comment/1896\",[]],[\"name/1897\",[153,60.297]],[\"comment/1897\",[]],[\"name/1898\",[154,60.297]],[\"comment/1898\",[]],[\"name/1899\",[155,60.297]],[\"comment/1899\",[]],[\"name/1900\",[156,58.238]],[\"comment/1900\",[]],[\"name/1901\",[157,60.297]],[\"comment/1901\",[]],[\"name/1902\",[158,60.297]],[\"comment/1902\",[]],[\"name/1903\",[1,44.314]],[\"comment/1903\",[]],[\"name/1904\",[159,56.932]],[\"comment/1904\",[]],[\"name/1905\",[160,56.932]],[\"comment/1905\",[]],[\"name/1906\",[161,60.297]],[\"comment/1906\",[]],[\"name/1907\",[162,60.297]],[\"comment/1907\",[]],[\"name/1908\",[163,60.297]],[\"comment/1908\",[]],[\"name/1909\",[164,56.932]],[\"comment/1909\",[]],[\"name/1910\",[165,59.741]],[\"comment/1910\",[]],[\"name/1911\",[168,60.297]],[\"comment/1911\",[]],[\"name/1912\",[169,60.297]],[\"comment/1912\",[]],[\"name/1913\",[170,60.297]],[\"comment/1913\",[]],[\"name/1914\",[171,60.297]],[\"comment/1914\",[]],[\"name/1915\",[172,57.348]],[\"comment/1915\",[]],[\"name/1916\",[173,59.741]],[\"comment/1916\",[]],[\"name/1917\",[174,59.741]],[\"comment/1917\",[]],[\"name/1918\",[26,50.522]],[\"comment/1918\",[]],[\"name/1919\",[22,49.501]],[\"comment/1919\",[]],[\"name/1920\",[41,52.674]],[\"comment/1920\",[]],[\"name/1921\",[42,52.674]],[\"comment/1921\",[]],[\"name/1922\",[175,53.802]],[\"comment/1922\",[]],[\"name/1923\",[176,59.215]],[\"comment/1923\",[]],[\"name/1924\",[177,59.741]],[\"comment/1924\",[]],[\"name/1925\",[178,59.741]],[\"comment/1925\",[]],[\"name/1926\",[179,59.741]],[\"comment/1926\",[]],[\"name/1927\",[180,59.741]],[\"comment/1927\",[]],[\"name/1928\",[181,59.741]],[\"comment/1928\",[]],[\"name/1929\",[182,59.741]],[\"comment/1929\",[]],[\"name/1930\",[183,59.741]],[\"comment/1930\",[]],[\"name/1931\",[184,59.741]],[\"comment/1931\",[]],[\"name/1932\",[185,58.238]],[\"comment/1932\",[]],[\"name/1933\",[186,59.741]],[\"comment/1933\",[]],[\"name/1934\",[187,59.741]],[\"comment/1934\",[]],[\"name/1935\",[189,59.215]],[\"comment/1935\",[]],[\"name/1936\",[190,59.741]],[\"comment/1936\",[]],[\"name/1937\",[191,59.741]],[\"comment/1937\",[]],[\"name/1938\",[192,59.741]],[\"comment/1938\",[]],[\"name/1939\",[193,59.741]],[\"comment/1939\",[]],[\"name/1940\",[194,59.741]],[\"comment/1940\",[]],[\"name/1941\",[34,53.508]],[\"comment/1941\",[]],[\"name/1942\",[32,53.508]],[\"comment/1942\",[]],[\"name/1943\",[33,53.508]],[\"comment/1943\",[]],[\"name/1944\",[44,47.096]],[\"comment/1944\",[]],[\"name/1945\",[45,47.096]],[\"comment/1945\",[]],[\"name/1946\",[46,47.096]],[\"comment/1946\",[]],[\"name/1947\",[47,47.096]],[\"comment/1947\",[]],[\"name/1948\",[48,47.096]],[\"comment/1948\",[]],[\"name/1949\",[49,47.096]],[\"comment/1949\",[]],[\"name/1950\",[50,47.096]],[\"comment/1950\",[]],[\"name/1951\",[51,47.096]],[\"comment/1951\",[]],[\"name/1952\",[52,47.096]],[\"comment/1952\",[]],[\"name/1953\",[53,47.096]],[\"comment/1953\",[]],[\"name/1954\",[54,47.096]],[\"comment/1954\",[]],[\"name/1955\",[55,47.096]],[\"comment/1955\",[]],[\"name/1956\",[56,47.096]],[\"comment/1956\",[]],[\"name/1957\",[57,47.096]],[\"comment/1957\",[]],[\"name/1958\",[58,47.096]],[\"comment/1958\",[]],[\"name/1959\",[59,47.096]],[\"comment/1959\",[]],[\"name/1960\",[60,47.096]],[\"comment/1960\",[]],[\"name/1961\",[61,47.096]],[\"comment/1961\",[]],[\"name/1962\",[62,47.096]],[\"comment/1962\",[]],[\"name/1963\",[63,46.795]],[\"comment/1963\",[]],[\"name/1964\",[64,46.795]],[\"comment/1964\",[]],[\"name/1965\",[65,47.096]],[\"comment/1965\",[]],[\"name/1966\",[66,43.22]],[\"comment/1966\",[]],[\"name/1967\",[67,46.648]],[\"comment/1967\",[]],[\"name/1968\",[68,46.648]],[\"comment/1968\",[]],[\"name/1969\",[69,47.096]],[\"comment/1969\",[]],[\"name/1970\",[70,46.944]],[\"comment/1970\",[]],[\"name/1971\",[71,46.944]],[\"comment/1971\",[]],[\"name/1972\",[72,47.096]],[\"comment/1972\",[]],[\"name/1973\",[73,47.096]],[\"comment/1973\",[]],[\"name/1974\",[74,47.096]],[\"comment/1974\",[]],[\"name/1975\",[75,46.944]],[\"comment/1975\",[]],[\"name/1976\",[76,46.795]],[\"comment/1976\",[]],[\"name/1977\",[77,46.795]],[\"comment/1977\",[]],[\"name/1978\",[110,59.741]],[\"comment/1978\",[]],[\"name/1979\",[703,84.87]],[\"comment/1979\",[]],[\"name/1980\",[704,84.87]],[\"comment/1980\",[]],[\"name/1981\",[705,84.87]],[\"comment/1981\",[]],[\"name/1982\",[13,54.105]],[\"comment/1982\",[]],[\"name/1983\",[706,84.87]],[\"comment/1983\",[]],[\"name/1984\",[707,84.87]],[\"comment/1984\",[]],[\"name/1985\",[708,84.87]],[\"comment/1985\",[]],[\"name/1986\",[709,84.87]],[\"comment/1986\",[]],[\"name/1987\",[710,84.87]],[\"comment/1987\",[]],[\"name/1988\",[711,84.87]],[\"comment/1988\",[]],[\"name/1989\",[443,63.663]],[\"comment/1989\",[]],[\"name/1990\",[96,67.52]],[\"comment/1990\",[]],[\"name/1991\",[712,84.87]],[\"comment/1991\",[]],[\"name/1992\",[713,84.87]],[\"comment/1992\",[]],[\"name/1993\",[714,84.87]],[\"comment/1993\",[]],[\"name/1994\",[6,60.297]],[\"comment/1994\",[]],[\"name/1995\",[230,68.772]],[\"comment/1995\",[]],[\"name/1996\",[715,84.87]],[\"comment/1996\",[]],[\"name/1997\",[716,84.87]],[\"comment/1997\",[]],[\"name/1998\",[717,84.87]],[\"comment/1998\",[]],[\"name/1999\",[718,84.87]],[\"comment/1999\",[]],[\"name/2000\",[22,49.501]],[\"comment/2000\",[]],[\"name/2001\",[719,84.87]],[\"comment/2001\",[]],[\"name/2002\",[9,46.219]],[\"comment/2002\",[]],[\"name/2003\",[720,84.87]],[\"comment/2003\",[]],[\"name/2004\",[6,60.297]],[\"comment/2004\",[]],[\"name/2005\",[260,65.406]],[\"comment/2005\",[]],[\"name/2006\",[596,79.761]],[\"comment/2006\",[]],[\"name/2007\",[597,79.761]],[\"comment/2007\",[]],[\"name/2008\",[366,73.881]],[\"comment/2008\",[]],[\"name/2009\",[116,57.348]],[\"comment/2009\",[]],[\"name/2010\",[122,56.932]],[\"comment/2010\",[]],[\"name/2011\",[600,79.761]],[\"comment/2011\",[]],[\"name/2012\",[721,84.87]],[\"comment/2012\",[]],[\"name/2013\",[66,43.22]],[\"comment/2013\",[]],[\"name/2014\",[722,84.87]],[\"comment/2014\",[]],[\"name/2015\",[254,79.761]],[\"comment/2015\",[]],[\"name/2016\",[0,59.741]],[\"comment/2016\",[]],[\"name/2017\",[723,84.87]],[\"comment/2017\",[]],[\"name/2018\",[724,84.87]],[\"comment/2018\",[]],[\"name/2019\",[310,66.408]],[\"comment/2019\",[]],[\"name/2020\",[9,46.219]],[\"comment/2020\",[]],[\"name/2021\",[725,79.761]],[\"comment/2021\",[]],[\"name/2022\",[726,79.761]],[\"comment/2022\",[]],[\"name/2023\",[727,79.761]],[\"comment/2023\",[]],[\"name/2024\",[728,79.761]],[\"comment/2024\",[]],[\"name/2025\",[1,44.314]],[\"comment/2025\",[]],[\"name/2026\",[66,43.22]],[\"comment/2026\",[]],[\"name/2027\",[310,66.408]],[\"comment/2027\",[]],[\"name/2028\",[729,79.761]],[\"comment/2028\",[]],[\"name/2029\",[730,79.761]],[\"comment/2029\",[]],[\"name/2030\",[731,79.761]],[\"comment/2030\",[]],[\"name/2031\",[732,79.761]],[\"comment/2031\",[]],[\"name/2032\",[22,49.501]],[\"comment/2032\",[]],[\"name/2033\",[15,46.944]],[\"comment/2033\",[]],[\"name/2034\",[16,44.085]],[\"comment/2034\",[]],[\"name/2035\",[733,79.761]],[\"comment/2035\",[]],[\"name/2036\",[96,67.52]],[\"comment/2036\",[]],[\"name/2037\",[340,70.203]],[\"comment/2037\",[]],[\"name/2038\",[734,79.761]],[\"comment/2038\",[]],[\"name/2039\",[735,79.761]],[\"comment/2039\",[]],[\"name/2040\",[122,56.932]],[\"comment/2040\",[]],[\"name/2041\",[25,44.667]],[\"comment/2041\",[]],[\"name/2042\",[736,79.761]],[\"comment/2042\",[]],[\"name/2043\",[469,70.203]],[\"comment/2043\",[]],[\"name/2044\",[737,79.761]],[\"comment/2044\",[]],[\"name/2045\",[130,54.105]],[\"comment/2045\",[]],[\"name/2046\",[42,52.674]],[\"comment/2046\",[]],[\"name/2047\",[41,52.674]],[\"comment/2047\",[]],[\"name/2048\",[738,79.761]],[\"comment/2048\",[]],[\"name/2049\",[38,59.741]],[\"comment/2049\",[]],[\"name/2050\",[172,57.348]],[\"comment/2050\",[]],[\"name/2051\",[739,79.761]],[\"comment/2051\",[]],[\"name/2052\",[164,56.932]],[\"comment/2052\",[]],[\"name/2053\",[740,79.761]],[\"comment/2053\",[]],[\"name/2054\",[741,79.761]],[\"comment/2054\",[]],[\"name/2055\",[742,79.761]],[\"comment/2055\",[]],[\"name/2056\",[743,79.761]],[\"comment/2056\",[]],[\"name/2057\",[129,54.418]],[\"comment/2057\",[]],[\"name/2058\",[744,79.761]],[\"comment/2058\",[]],[\"name/2059\",[44,47.096]],[\"comment/2059\",[]],[\"name/2060\",[45,47.096]],[\"comment/2060\",[]],[\"name/2061\",[46,47.096]],[\"comment/2061\",[]],[\"name/2062\",[47,47.096]],[\"comment/2062\",[]],[\"name/2063\",[48,47.096]],[\"comment/2063\",[]],[\"name/2064\",[49,47.096]],[\"comment/2064\",[]],[\"name/2065\",[50,47.096]],[\"comment/2065\",[]],[\"name/2066\",[51,47.096]],[\"comment/2066\",[]],[\"name/2067\",[52,47.096]],[\"comment/2067\",[]],[\"name/2068\",[53,47.096]],[\"comment/2068\",[]],[\"name/2069\",[54,47.096]],[\"comment/2069\",[]],[\"name/2070\",[55,47.096]],[\"comment/2070\",[]],[\"name/2071\",[56,47.096]],[\"comment/2071\",[]],[\"name/2072\",[57,47.096]],[\"comment/2072\",[]],[\"name/2073\",[58,47.096]],[\"comment/2073\",[]],[\"name/2074\",[59,47.096]],[\"comment/2074\",[]],[\"name/2075\",[60,47.096]],[\"comment/2075\",[]],[\"name/2076\",[61,47.096]],[\"comment/2076\",[]],[\"name/2077\",[62,47.096]],[\"comment/2077\",[]],[\"name/2078\",[63,46.795]],[\"comment/2078\",[]],[\"name/2079\",[64,46.795]],[\"comment/2079\",[]],[\"name/2080\",[65,47.096]],[\"comment/2080\",[]],[\"name/2081\",[66,43.22]],[\"comment/2081\",[]],[\"name/2082\",[67,46.648]],[\"comment/2082\",[]],[\"name/2083\",[68,46.648]],[\"comment/2083\",[]],[\"name/2084\",[69,47.096]],[\"comment/2084\",[]],[\"name/2085\",[70,46.944]],[\"comment/2085\",[]],[\"name/2086\",[71,46.944]],[\"comment/2086\",[]],[\"name/2087\",[72,47.096]],[\"comment/2087\",[]],[\"name/2088\",[73,47.096]],[\"comment/2088\",[]],[\"name/2089\",[74,47.096]],[\"comment/2089\",[]],[\"name/2090\",[75,46.944]],[\"comment/2090\",[]],[\"name/2091\",[76,46.795]],[\"comment/2091\",[]],[\"name/2092\",[77,46.795]],[\"comment/2092\",[]],[\"name/2093\",[745,84.87]],[\"comment/2093\",[]],[\"name/2094\",[746,84.87]],[\"comment/2094\",[]],[\"name/2095\",[0,59.741]],[\"comment/2095\",[]],[\"name/2096\",[493,73.881]],[\"comment/2096\",[]],[\"name/2097\",[9,46.219]],[\"comment/2097\",[]],[\"name/2098\",[104,60.297]],[\"comment/2098\",[]],[\"name/2099\",[105,59.741]],[\"comment/2099\",[]],[\"name/2100\",[15,46.944]],[\"comment/2100\",[]],[\"name/2101\",[16,44.085]],[\"comment/2101\",[]],[\"name/2102\",[747,76.395]],[\"comment/2102\",[]],[\"name/2103\",[62,47.096]],[\"comment/2103\",[]],[\"name/2104\",[109,56.531]],[\"comment/2104\",[]],[\"name/2105\",[748,70.203]],[\"comment/2105\",[]],[\"name/2106\",[140,60.297]],[\"comment/2106\",[]],[\"name/2107\",[25,44.667]],[\"comment/2107\",[]],[\"name/2108\",[110,59.741]],[\"comment/2108\",[]],[\"name/2109\",[111,57.348]],[\"comment/2109\",[]],[\"name/2110\",[112,59.741]],[\"comment/2110\",[]],[\"name/2111\",[18,52.944]],[\"comment/2111\",[]],[\"name/2112\",[1,44.314]],[\"comment/2112\",[]],[\"name/2113\",[113,60.297]],[\"comment/2113\",[]],[\"name/2114\",[25,44.667]],[\"comment/2114\",[]],[\"name/2115\",[114,60.297]],[\"comment/2115\",[]],[\"name/2116\",[115,60.297]],[\"comment/2116\",[]],[\"name/2117\",[116,57.348]],[\"comment/2117\",[]],[\"name/2118\",[117,60.297]],[\"comment/2118\",[]],[\"name/2119\",[118,60.297]],[\"comment/2119\",[]],[\"name/2120\",[119,57.783]],[\"comment/2120\",[]],[\"name/2121\",[120,60.297]],[\"comment/2121\",[]],[\"name/2122\",[121,60.297]],[\"comment/2122\",[]],[\"name/2123\",[122,56.932]],[\"comment/2123\",[]],[\"name/2124\",[66,43.22]],[\"comment/2124\",[]],[\"name/2125\",[123,58.714]],[\"comment/2125\",[]],[\"name/2126\",[124,60.297]],[\"comment/2126\",[]],[\"name/2127\",[125,60.297]],[\"comment/2127\",[]],[\"name/2128\",[126,59.741]],[\"comment/2128\",[]],[\"name/2129\",[127,60.297]],[\"comment/2129\",[]],[\"name/2130\",[128,54.418]],[\"comment/2130\",[]],[\"name/2131\",[129,54.418]],[\"comment/2131\",[]],[\"name/2132\",[130,54.105]],[\"comment/2132\",[]],[\"name/2133\",[131,60.297]],[\"comment/2133\",[]],[\"name/2134\",[132,60.297]],[\"comment/2134\",[]],[\"name/2135\",[133,60.297]],[\"comment/2135\",[]],[\"name/2136\",[134,60.297]],[\"comment/2136\",[]],[\"name/2137\",[135,59.741]],[\"comment/2137\",[]],[\"name/2138\",[136,60.297]],[\"comment/2138\",[]],[\"name/2139\",[137,60.297]],[\"comment/2139\",[]],[\"name/2140\",[138,59.741]],[\"comment/2140\",[]],[\"name/2141\",[139,60.297]],[\"comment/2141\",[]],[\"name/2142\",[141,60.297]],[\"comment/2142\",[]],[\"name/2143\",[142,60.297]],[\"comment/2143\",[]],[\"name/2144\",[143,59.215]],[\"comment/2144\",[]],[\"name/2145\",[144,59.741]],[\"comment/2145\",[]],[\"name/2146\",[145,59.741]],[\"comment/2146\",[]],[\"name/2147\",[146,59.741]],[\"comment/2147\",[]],[\"name/2148\",[147,59.741]],[\"comment/2148\",[]],[\"name/2149\",[148,60.297]],[\"comment/2149\",[]],[\"name/2150\",[149,60.297]],[\"comment/2150\",[]],[\"name/2151\",[150,60.297]],[\"comment/2151\",[]],[\"name/2152\",[151,60.297]],[\"comment/2152\",[]],[\"name/2153\",[152,60.297]],[\"comment/2153\",[]],[\"name/2154\",[153,60.297]],[\"comment/2154\",[]],[\"name/2155\",[154,60.297]],[\"comment/2155\",[]],[\"name/2156\",[155,60.297]],[\"comment/2156\",[]],[\"name/2157\",[156,58.238]],[\"comment/2157\",[]],[\"name/2158\",[157,60.297]],[\"comment/2158\",[]],[\"name/2159\",[158,60.297]],[\"comment/2159\",[]],[\"name/2160\",[1,44.314]],[\"comment/2160\",[]],[\"name/2161\",[159,56.932]],[\"comment/2161\",[]],[\"name/2162\",[160,56.932]],[\"comment/2162\",[]],[\"name/2163\",[161,60.297]],[\"comment/2163\",[]],[\"name/2164\",[162,60.297]],[\"comment/2164\",[]],[\"name/2165\",[163,60.297]],[\"comment/2165\",[]],[\"name/2166\",[164,56.932]],[\"comment/2166\",[]],[\"name/2167\",[165,59.741]],[\"comment/2167\",[]],[\"name/2168\",[166,59.741]],[\"comment/2168\",[]],[\"name/2169\",[167,60.297]],[\"comment/2169\",[]],[\"name/2170\",[168,60.297]],[\"comment/2170\",[]],[\"name/2171\",[169,60.297]],[\"comment/2171\",[]],[\"name/2172\",[170,60.297]],[\"comment/2172\",[]],[\"name/2173\",[171,60.297]],[\"comment/2173\",[]],[\"name/2174\",[172,57.348]],[\"comment/2174\",[]],[\"name/2175\",[173,59.741]],[\"comment/2175\",[]],[\"name/2176\",[174,59.741]],[\"comment/2176\",[]],[\"name/2177\",[26,50.522]],[\"comment/2177\",[]],[\"name/2178\",[22,49.501]],[\"comment/2178\",[]],[\"name/2179\",[41,52.674]],[\"comment/2179\",[]],[\"name/2180\",[42,52.674]],[\"comment/2180\",[]],[\"name/2181\",[175,53.802]],[\"comment/2181\",[]],[\"name/2182\",[176,59.215]],[\"comment/2182\",[]],[\"name/2183\",[177,59.741]],[\"comment/2183\",[]],[\"name/2184\",[178,59.741]],[\"comment/2184\",[]],[\"name/2185\",[179,59.741]],[\"comment/2185\",[]],[\"name/2186\",[180,59.741]],[\"comment/2186\",[]],[\"name/2187\",[181,59.741]],[\"comment/2187\",[]],[\"name/2188\",[182,59.741]],[\"comment/2188\",[]],[\"name/2189\",[183,59.741]],[\"comment/2189\",[]],[\"name/2190\",[184,59.741]],[\"comment/2190\",[]],[\"name/2191\",[108,59.741]],[\"comment/2191\",[]],[\"name/2192\",[185,58.238]],[\"comment/2192\",[]],[\"name/2193\",[186,59.741]],[\"comment/2193\",[]],[\"name/2194\",[187,59.741]],[\"comment/2194\",[]],[\"name/2195\",[188,56.932]],[\"comment/2195\",[]],[\"name/2196\",[189,59.215]],[\"comment/2196\",[]],[\"name/2197\",[190,59.741]],[\"comment/2197\",[]],[\"name/2198\",[191,59.741]],[\"comment/2198\",[]],[\"name/2199\",[192,59.741]],[\"comment/2199\",[]],[\"name/2200\",[193,59.741]],[\"comment/2200\",[]],[\"name/2201\",[194,59.741]],[\"comment/2201\",[]],[\"name/2202\",[34,53.508]],[\"comment/2202\",[]],[\"name/2203\",[32,53.508]],[\"comment/2203\",[]],[\"name/2204\",[33,53.508]],[\"comment/2204\",[]],[\"name/2205\",[44,47.096]],[\"comment/2205\",[]],[\"name/2206\",[45,47.096]],[\"comment/2206\",[]],[\"name/2207\",[46,47.096]],[\"comment/2207\",[]],[\"name/2208\",[47,47.096]],[\"comment/2208\",[]],[\"name/2209\",[48,47.096]],[\"comment/2209\",[]],[\"name/2210\",[49,47.096]],[\"comment/2210\",[]],[\"name/2211\",[50,47.096]],[\"comment/2211\",[]],[\"name/2212\",[51,47.096]],[\"comment/2212\",[]],[\"name/2213\",[52,47.096]],[\"comment/2213\",[]],[\"name/2214\",[53,47.096]],[\"comment/2214\",[]],[\"name/2215\",[54,47.096]],[\"comment/2215\",[]],[\"name/2216\",[55,47.096]],[\"comment/2216\",[]],[\"name/2217\",[56,47.096]],[\"comment/2217\",[]],[\"name/2218\",[57,47.096]],[\"comment/2218\",[]],[\"name/2219\",[58,47.096]],[\"comment/2219\",[]],[\"name/2220\",[59,47.096]],[\"comment/2220\",[]],[\"name/2221\",[60,47.096]],[\"comment/2221\",[]],[\"name/2222\",[61,47.096]],[\"comment/2222\",[]],[\"name/2223\",[63,46.795]],[\"comment/2223\",[]],[\"name/2224\",[64,46.795]],[\"comment/2224\",[]],[\"name/2225\",[65,47.096]],[\"comment/2225\",[]],[\"name/2226\",[66,43.22]],[\"comment/2226\",[]],[\"name/2227\",[67,46.648]],[\"comment/2227\",[]],[\"name/2228\",[68,46.648]],[\"comment/2228\",[]],[\"name/2229\",[69,47.096]],[\"comment/2229\",[]],[\"name/2230\",[70,46.944]],[\"comment/2230\",[]],[\"name/2231\",[71,46.944]],[\"comment/2231\",[]],[\"name/2232\",[72,47.096]],[\"comment/2232\",[]],[\"name/2233\",[73,47.096]],[\"comment/2233\",[]],[\"name/2234\",[74,47.096]],[\"comment/2234\",[]],[\"name/2235\",[75,46.944]],[\"comment/2235\",[]],[\"name/2236\",[76,46.795]],[\"comment/2236\",[]],[\"name/2237\",[77,46.795]],[\"comment/2237\",[]],[\"name/2238\",[749,84.87]],[\"comment/2238\",[]],[\"name/2239\",[432,79.761]],[\"comment/2239\",[]],[\"name/2240\",[684,64.497]],[\"comment/2240\",[]],[\"name/2241\",[750,76.395]],[\"comment/2241\",[]],[\"name/2242\",[751,71.874]],[\"comment/2242\",[]],[\"name/2243\",[752,71.874]],[\"comment/2243\",[]],[\"name/2244\",[123,58.714]],[\"comment/2244\",[]],[\"name/2245\",[119,57.783]],[\"comment/2245\",[]],[\"name/2246\",[753,76.395]],[\"comment/2246\",[]],[\"name/2247\",[370,66.408]],[\"comment/2247\",[]],[\"name/2248\",[111,57.348]],[\"comment/2248\",[]],[\"name/2249\",[416,63.663]],[\"comment/2249\",[]],[\"name/2250\",[0,59.741]],[\"comment/2250\",[]],[\"name/2251\",[415,64.497]],[\"comment/2251\",[]],[\"name/2252\",[17,57.783]],[\"comment/2252\",[]],[\"name/2253\",[754,70.203]],[\"comment/2253\",[]],[\"name/2254\",[755,70.203]],[\"comment/2254\",[]],[\"name/2255\",[500,73.881]],[\"comment/2255\",[]],[\"name/2256\",[9,46.219]],[\"comment/2256\",[]],[\"name/2257\",[756,79.761]],[\"comment/2257\",[]],[\"name/2258\",[122,56.932]],[\"comment/2258\",[]],[\"name/2259\",[8,57.348]],[\"comment/2259\",[]],[\"name/2260\",[757,79.761]],[\"comment/2260\",[]],[\"name/2261\",[758,79.761]],[\"comment/2261\",[]],[\"name/2262\",[759,79.761]],[\"comment/2262\",[]],[\"name/2263\",[10,58.238]],[\"comment/2263\",[]],[\"name/2264\",[188,56.932]],[\"comment/2264\",[]],[\"name/2265\",[104,60.297]],[\"comment/2265\",[]],[\"name/2266\",[105,59.741]],[\"comment/2266\",[]],[\"name/2267\",[15,46.944]],[\"comment/2267\",[]],[\"name/2268\",[16,44.085]],[\"comment/2268\",[]],[\"name/2269\",[696,70.203]],[\"comment/2269\",[]],[\"name/2270\",[760,79.761]],[\"comment/2270\",[]],[\"name/2271\",[25,44.667]],[\"comment/2271\",[]],[\"name/2272\",[761,84.87]],[\"comment/2272\",[]],[\"name/2273\",[762,76.395]],[\"comment/2273\",[]],[\"name/2274\",[763,76.395]],[\"comment/2274\",[]],[\"name/2275\",[172,57.348]],[\"comment/2275\",[]],[\"name/2276\",[155,60.297]],[\"comment/2276\",[]],[\"name/2277\",[688,70.203]],[\"comment/2277\",[]],[\"name/2278\",[764,79.761]],[\"comment/2278\",[]],[\"name/2279\",[765,79.761]],[\"comment/2279\",[]],[\"name/2280\",[766,79.761]],[\"comment/2280\",[]],[\"name/2281\",[767,79.761]],[\"comment/2281\",[]],[\"name/2282\",[62,47.096]],[\"comment/2282\",[]],[\"name/2283\",[136,60.297]],[\"comment/2283\",[]],[\"name/2284\",[126,59.741]],[\"comment/2284\",[]],[\"name/2285\",[768,79.761]],[\"comment/2285\",[]],[\"name/2286\",[150,60.297]],[\"comment/2286\",[]],[\"name/2287\",[701,70.203]],[\"comment/2287\",[]],[\"name/2288\",[694,70.203]],[\"comment/2288\",[]],[\"name/2289\",[143,59.215]],[\"comment/2289\",[]],[\"name/2290\",[700,67.52]],[\"comment/2290\",[]],[\"name/2291\",[130,54.105]],[\"comment/2291\",[]],[\"name/2292\",[769,76.395]],[\"comment/2292\",[]],[\"name/2293\",[770,79.761]],[\"comment/2293\",[]],[\"name/2294\",[168,60.297]],[\"comment/2294\",[]],[\"name/2295\",[169,60.297]],[\"comment/2295\",[]],[\"name/2296\",[137,60.297]],[\"comment/2296\",[]],[\"name/2297\",[158,60.297]],[\"comment/2297\",[]],[\"name/2298\",[1,44.314]],[\"comment/2298\",[]],[\"name/2299\",[159,56.932]],[\"comment/2299\",[]],[\"name/2300\",[160,56.932]],[\"comment/2300\",[]],[\"name/2301\",[46,47.096]],[\"comment/2301\",[]],[\"name/2302\",[771,79.761]],[\"comment/2302\",[]],[\"name/2303\",[772,79.761]],[\"comment/2303\",[]],[\"name/2304\",[773,79.761]],[\"comment/2304\",[]],[\"name/2305\",[774,79.761]],[\"comment/2305\",[]],[\"name/2306\",[775,79.761]],[\"comment/2306\",[]],[\"name/2307\",[776,79.761]],[\"comment/2307\",[]],[\"name/2308\",[777,79.761]],[\"comment/2308\",[]],[\"name/2309\",[778,79.761]],[\"comment/2309\",[]],[\"name/2310\",[779,79.761]],[\"comment/2310\",[]],[\"name/2311\",[780,79.761]],[\"comment/2311\",[]],[\"name/2312\",[781,79.761]],[\"comment/2312\",[]],[\"name/2313\",[109,56.531]],[\"comment/2313\",[]],[\"name/2314\",[782,79.761]],[\"comment/2314\",[]],[\"name/2315\",[783,79.761]],[\"comment/2315\",[]],[\"name/2316\",[784,79.761]],[\"comment/2316\",[]],[\"name/2317\",[785,79.761]],[\"comment/2317\",[]],[\"name/2318\",[786,79.761]],[\"comment/2318\",[]],[\"name/2319\",[787,79.761]],[\"comment/2319\",[]],[\"name/2320\",[748,70.203]],[\"comment/2320\",[]],[\"name/2321\",[788,79.761]],[\"comment/2321\",[]],[\"name/2322\",[789,73.881]],[\"comment/2322\",[]],[\"name/2323\",[790,79.761]],[\"comment/2323\",[]],[\"name/2324\",[702,70.203]],[\"comment/2324\",[]],[\"name/2325\",[684,64.497]],[\"comment/2325\",[]],[\"name/2326\",[443,63.663]],[\"comment/2326\",[]],[\"name/2327\",[685,70.203]],[\"comment/2327\",[]],[\"name/2328\",[686,70.203]],[\"comment/2328\",[]],[\"name/2329\",[687,70.203]],[\"comment/2329\",[]],[\"name/2330\",[689,70.203]],[\"comment/2330\",[]],[\"name/2331\",[690,70.203]],[\"comment/2331\",[]],[\"name/2332\",[691,70.203]],[\"comment/2332\",[]],[\"name/2333\",[218,68.772]],[\"comment/2333\",[]],[\"name/2334\",[692,70.203]],[\"comment/2334\",[]],[\"name/2335\",[166,59.741]],[\"comment/2335\",[]],[\"name/2336\",[693,70.203]],[\"comment/2336\",[]],[\"name/2337\",[695,70.203]],[\"comment/2337\",[]],[\"name/2338\",[697,70.203]],[\"comment/2338\",[]],[\"name/2339\",[167,60.297]],[\"comment/2339\",[]],[\"name/2340\",[1,44.314]],[\"comment/2340\",[]],[\"name/2341\",[698,68.772]],[\"comment/2341\",[]],[\"name/2342\",[699,68.772]],[\"comment/2342\",[]],[\"name/2343\",[188,56.932]],[\"comment/2343\",[]],[\"name/2344\",[110,59.741]],[\"comment/2344\",[]],[\"name/2345\",[111,57.348]],[\"comment/2345\",[]],[\"name/2346\",[112,59.741]],[\"comment/2346\",[]],[\"name/2347\",[18,52.944]],[\"comment/2347\",[]],[\"name/2348\",[1,44.314]],[\"comment/2348\",[]],[\"name/2349\",[113,60.297]],[\"comment/2349\",[]],[\"name/2350\",[25,44.667]],[\"comment/2350\",[]],[\"name/2351\",[114,60.297]],[\"comment/2351\",[]],[\"name/2352\",[115,60.297]],[\"comment/2352\",[]],[\"name/2353\",[116,57.348]],[\"comment/2353\",[]],[\"name/2354\",[117,60.297]],[\"comment/2354\",[]],[\"name/2355\",[118,60.297]],[\"comment/2355\",[]],[\"name/2356\",[119,57.783]],[\"comment/2356\",[]],[\"name/2357\",[120,60.297]],[\"comment/2357\",[]],[\"name/2358\",[121,60.297]],[\"comment/2358\",[]],[\"name/2359\",[122,56.932]],[\"comment/2359\",[]],[\"name/2360\",[66,43.22]],[\"comment/2360\",[]],[\"name/2361\",[123,58.714]],[\"comment/2361\",[]],[\"name/2362\",[124,60.297]],[\"comment/2362\",[]],[\"name/2363\",[125,60.297]],[\"comment/2363\",[]],[\"name/2364\",[127,60.297]],[\"comment/2364\",[]],[\"name/2365\",[128,54.418]],[\"comment/2365\",[]],[\"name/2366\",[129,54.418]],[\"comment/2366\",[]],[\"name/2367\",[131,60.297]],[\"comment/2367\",[]],[\"name/2368\",[132,60.297]],[\"comment/2368\",[]],[\"name/2369\",[133,60.297]],[\"comment/2369\",[]],[\"name/2370\",[134,60.297]],[\"comment/2370\",[]],[\"name/2371\",[135,59.741]],[\"comment/2371\",[]],[\"name/2372\",[138,59.741]],[\"comment/2372\",[]],[\"name/2373\",[139,60.297]],[\"comment/2373\",[]],[\"name/2374\",[140,60.297]],[\"comment/2374\",[]],[\"name/2375\",[141,60.297]],[\"comment/2375\",[]],[\"name/2376\",[142,60.297]],[\"comment/2376\",[]],[\"name/2377\",[144,59.741]],[\"comment/2377\",[]],[\"name/2378\",[145,59.741]],[\"comment/2378\",[]],[\"name/2379\",[146,59.741]],[\"comment/2379\",[]],[\"name/2380\",[147,59.741]],[\"comment/2380\",[]],[\"name/2381\",[148,60.297]],[\"comment/2381\",[]],[\"name/2382\",[149,60.297]],[\"comment/2382\",[]],[\"name/2383\",[151,60.297]],[\"comment/2383\",[]],[\"name/2384\",[152,60.297]],[\"comment/2384\",[]],[\"name/2385\",[153,60.297]],[\"comment/2385\",[]],[\"name/2386\",[154,60.297]],[\"comment/2386\",[]],[\"name/2387\",[156,58.238]],[\"comment/2387\",[]],[\"name/2388\",[157,60.297]],[\"comment/2388\",[]],[\"name/2389\",[161,60.297]],[\"comment/2389\",[]],[\"name/2390\",[162,60.297]],[\"comment/2390\",[]],[\"name/2391\",[163,60.297]],[\"comment/2391\",[]],[\"name/2392\",[164,56.932]],[\"comment/2392\",[]],[\"name/2393\",[165,59.741]],[\"comment/2393\",[]],[\"name/2394\",[170,60.297]],[\"comment/2394\",[]],[\"name/2395\",[171,60.297]],[\"comment/2395\",[]],[\"name/2396\",[173,59.741]],[\"comment/2396\",[]],[\"name/2397\",[174,59.741]],[\"comment/2397\",[]],[\"name/2398\",[26,50.522]],[\"comment/2398\",[]],[\"name/2399\",[22,49.501]],[\"comment/2399\",[]],[\"name/2400\",[41,52.674]],[\"comment/2400\",[]],[\"name/2401\",[42,52.674]],[\"comment/2401\",[]],[\"name/2402\",[175,53.802]],[\"comment/2402\",[]],[\"name/2403\",[176,59.215]],[\"comment/2403\",[]],[\"name/2404\",[177,59.741]],[\"comment/2404\",[]],[\"name/2405\",[178,59.741]],[\"comment/2405\",[]],[\"name/2406\",[179,59.741]],[\"comment/2406\",[]],[\"name/2407\",[180,59.741]],[\"comment/2407\",[]],[\"name/2408\",[181,59.741]],[\"comment/2408\",[]],[\"name/2409\",[182,59.741]],[\"comment/2409\",[]],[\"name/2410\",[183,59.741]],[\"comment/2410\",[]],[\"name/2411\",[184,59.741]],[\"comment/2411\",[]],[\"name/2412\",[108,59.741]],[\"comment/2412\",[]],[\"name/2413\",[185,58.238]],[\"comment/2413\",[]],[\"name/2414\",[186,59.741]],[\"comment/2414\",[]],[\"name/2415\",[187,59.741]],[\"comment/2415\",[]],[\"name/2416\",[189,59.215]],[\"comment/2416\",[]],[\"name/2417\",[190,59.741]],[\"comment/2417\",[]],[\"name/2418\",[191,59.741]],[\"comment/2418\",[]],[\"name/2419\",[192,59.741]],[\"comment/2419\",[]],[\"name/2420\",[193,59.741]],[\"comment/2420\",[]],[\"name/2421\",[194,59.741]],[\"comment/2421\",[]],[\"name/2422\",[34,53.508]],[\"comment/2422\",[]],[\"name/2423\",[32,53.508]],[\"comment/2423\",[]],[\"name/2424\",[33,53.508]],[\"comment/2424\",[]],[\"name/2425\",[44,47.096]],[\"comment/2425\",[]],[\"name/2426\",[45,47.096]],[\"comment/2426\",[]],[\"name/2427\",[47,47.096]],[\"comment/2427\",[]],[\"name/2428\",[48,47.096]],[\"comment/2428\",[]],[\"name/2429\",[49,47.096]],[\"comment/2429\",[]],[\"name/2430\",[50,47.096]],[\"comment/2430\",[]],[\"name/2431\",[51,47.096]],[\"comment/2431\",[]],[\"name/2432\",[52,47.096]],[\"comment/2432\",[]],[\"name/2433\",[53,47.096]],[\"comment/2433\",[]],[\"name/2434\",[54,47.096]],[\"comment/2434\",[]],[\"name/2435\",[55,47.096]],[\"comment/2435\",[]],[\"name/2436\",[56,47.096]],[\"comment/2436\",[]],[\"name/2437\",[57,47.096]],[\"comment/2437\",[]],[\"name/2438\",[58,47.096]],[\"comment/2438\",[]],[\"name/2439\",[59,47.096]],[\"comment/2439\",[]],[\"name/2440\",[60,47.096]],[\"comment/2440\",[]],[\"name/2441\",[61,47.096]],[\"comment/2441\",[]],[\"name/2442\",[63,46.795]],[\"comment/2442\",[]],[\"name/2443\",[64,46.795]],[\"comment/2443\",[]],[\"name/2444\",[65,47.096]],[\"comment/2444\",[]],[\"name/2445\",[66,43.22]],[\"comment/2445\",[]],[\"name/2446\",[67,46.648]],[\"comment/2446\",[]],[\"name/2447\",[68,46.648]],[\"comment/2447\",[]],[\"name/2448\",[69,47.096]],[\"comment/2448\",[]],[\"name/2449\",[70,46.944]],[\"comment/2449\",[]],[\"name/2450\",[71,46.944]],[\"comment/2450\",[]],[\"name/2451\",[72,47.096]],[\"comment/2451\",[]],[\"name/2452\",[73,47.096]],[\"comment/2452\",[]],[\"name/2453\",[74,47.096]],[\"comment/2453\",[]],[\"name/2454\",[75,46.944]],[\"comment/2454\",[]],[\"name/2455\",[76,46.795]],[\"comment/2455\",[]],[\"name/2456\",[77,46.795]],[\"comment/2456\",[]],[\"name/2457\",[501,73.881]],[\"comment/2457\",[]],[\"name/2458\",[8,57.348]],[\"comment/2458\",[]],[\"name/2459\",[9,46.219]],[\"comment/2459\",[]],[\"name/2460\",[10,58.238]],[\"comment/2460\",[]],[\"name/2461\",[13,54.105]],[\"comment/2461\",[]],[\"name/2462\",[14,59.741]],[\"comment/2462\",[]],[\"name/2463\",[15,46.944]],[\"comment/2463\",[]],[\"name/2464\",[16,44.085]],[\"comment/2464\",[]],[\"name/2465\",[18,52.944]],[\"comment/2465\",[]],[\"name/2466\",[1,44.314]],[\"comment/2466\",[]],[\"name/2467\",[791,84.87]],[\"comment/2467\",[]],[\"name/2468\",[109,56.531]],[\"comment/2468\",[]],[\"name/2469\",[792,84.87]],[\"comment/2469\",[]],[\"name/2470\",[26,50.522]],[\"comment/2470\",[]],[\"name/2471\",[22,49.501]],[\"comment/2471\",[]],[\"name/2472\",[793,84.87]],[\"comment/2472\",[]],[\"name/2473\",[25,44.667]],[\"comment/2473\",[]],[\"name/2474\",[27,60.886]],[\"comment/2474\",[]],[\"name/2475\",[28,60.886]],[\"comment/2475\",[]],[\"name/2476\",[23,60.886]],[\"comment/2476\",[]],[\"name/2477\",[29,60.886]],[\"comment/2477\",[]],[\"name/2478\",[30,60.886]],[\"comment/2478\",[]],[\"name/2479\",[31,60.886]],[\"comment/2479\",[]],[\"name/2480\",[32,53.508]],[\"comment/2480\",[]],[\"name/2481\",[33,53.508]],[\"comment/2481\",[]],[\"name/2482\",[34,53.508]],[\"comment/2482\",[]],[\"name/2483\",[35,56.147]],[\"comment/2483\",[]],[\"name/2484\",[36,55.776]],[\"comment/2484\",[]],[\"name/2485\",[37,60.886]],[\"comment/2485\",[]],[\"name/2486\",[38,59.741]],[\"comment/2486\",[]],[\"name/2487\",[39,60.886]],[\"comment/2487\",[]],[\"name/2488\",[40,60.886]],[\"comment/2488\",[]],[\"name/2489\",[41,52.674]],[\"comment/2489\",[]],[\"name/2490\",[42,52.674]],[\"comment/2490\",[]],[\"name/2491\",[43,60.886]],[\"comment/2491\",[]],[\"name/2492\",[44,47.096]],[\"comment/2492\",[]],[\"name/2493\",[45,47.096]],[\"comment/2493\",[]],[\"name/2494\",[46,47.096]],[\"comment/2494\",[]],[\"name/2495\",[47,47.096]],[\"comment/2495\",[]],[\"name/2496\",[48,47.096]],[\"comment/2496\",[]],[\"name/2497\",[49,47.096]],[\"comment/2497\",[]],[\"name/2498\",[50,47.096]],[\"comment/2498\",[]],[\"name/2499\",[51,47.096]],[\"comment/2499\",[]],[\"name/2500\",[52,47.096]],[\"comment/2500\",[]],[\"name/2501\",[53,47.096]],[\"comment/2501\",[]],[\"name/2502\",[54,47.096]],[\"comment/2502\",[]],[\"name/2503\",[55,47.096]],[\"comment/2503\",[]],[\"name/2504\",[56,47.096]],[\"comment/2504\",[]],[\"name/2505\",[57,47.096]],[\"comment/2505\",[]],[\"name/2506\",[58,47.096]],[\"comment/2506\",[]],[\"name/2507\",[59,47.096]],[\"comment/2507\",[]],[\"name/2508\",[60,47.096]],[\"comment/2508\",[]],[\"name/2509\",[61,47.096]],[\"comment/2509\",[]],[\"name/2510\",[62,47.096]],[\"comment/2510\",[]],[\"name/2511\",[63,46.795]],[\"comment/2511\",[]],[\"name/2512\",[64,46.795]],[\"comment/2512\",[]],[\"name/2513\",[65,47.096]],[\"comment/2513\",[]],[\"name/2514\",[66,43.22]],[\"comment/2514\",[]],[\"name/2515\",[67,46.648]],[\"comment/2515\",[]],[\"name/2516\",[68,46.648]],[\"comment/2516\",[]],[\"name/2517\",[69,47.096]],[\"comment/2517\",[]],[\"name/2518\",[70,46.944]],[\"comment/2518\",[]],[\"name/2519\",[71,46.944]],[\"comment/2519\",[]],[\"name/2520\",[72,47.096]],[\"comment/2520\",[]],[\"name/2521\",[73,47.096]],[\"comment/2521\",[]],[\"name/2522\",[74,47.096]],[\"comment/2522\",[]],[\"name/2523\",[75,46.944]],[\"comment/2523\",[]],[\"name/2524\",[76,46.795]],[\"comment/2524\",[]],[\"name/2525\",[77,46.795]],[\"comment/2525\",[]],[\"name/2526\",[525,76.395]],[\"comment/2526\",[]],[\"name/2527\",[9,46.219]],[\"comment/2527\",[]],[\"name/2528\",[104,60.297]],[\"comment/2528\",[]],[\"name/2529\",[105,59.741]],[\"comment/2529\",[]],[\"name/2530\",[15,46.944]],[\"comment/2530\",[]],[\"name/2531\",[16,44.085]],[\"comment/2531\",[]],[\"name/2532\",[794,79.761]],[\"comment/2532\",[]],[\"name/2533\",[795,79.761]],[\"comment/2533\",[]],[\"name/2534\",[172,57.348]],[\"comment/2534\",[]],[\"name/2535\",[796,79.761]],[\"comment/2535\",[]],[\"name/2536\",[150,60.297]],[\"comment/2536\",[]],[\"name/2537\",[696,70.203]],[\"comment/2537\",[]],[\"name/2538\",[797,79.761]],[\"comment/2538\",[]],[\"name/2539\",[130,54.105]],[\"comment/2539\",[]],[\"name/2540\",[798,79.761]],[\"comment/2540\",[]],[\"name/2541\",[158,60.297]],[\"comment/2541\",[]],[\"name/2542\",[1,44.314]],[\"comment/2542\",[]],[\"name/2543\",[159,56.932]],[\"comment/2543\",[]],[\"name/2544\",[160,56.932]],[\"comment/2544\",[]],[\"name/2545\",[137,60.297]],[\"comment/2545\",[]],[\"name/2546\",[109,56.531]],[\"comment/2546\",[]],[\"name/2547\",[694,70.203]],[\"comment/2547\",[]],[\"name/2548\",[799,79.761]],[\"comment/2548\",[]],[\"name/2549\",[167,60.297]],[\"comment/2549\",[]],[\"name/2550\",[1,44.314]],[\"comment/2550\",[]],[\"name/2551\",[698,68.772]],[\"comment/2551\",[]],[\"name/2552\",[699,68.772]],[\"comment/2552\",[]],[\"name/2553\",[789,73.881]],[\"comment/2553\",[]],[\"name/2554\",[748,70.203]],[\"comment/2554\",[]],[\"name/2555\",[800,79.761]],[\"comment/2555\",[]],[\"name/2556\",[801,79.761]],[\"comment/2556\",[]],[\"name/2557\",[25,44.667]],[\"comment/2557\",[]],[\"name/2558\",[684,64.497]],[\"comment/2558\",[]],[\"name/2559\",[443,63.663]],[\"comment/2559\",[]],[\"name/2560\",[685,70.203]],[\"comment/2560\",[]],[\"name/2561\",[686,70.203]],[\"comment/2561\",[]],[\"name/2562\",[687,70.203]],[\"comment/2562\",[]],[\"name/2563\",[688,70.203]],[\"comment/2563\",[]],[\"name/2564\",[689,70.203]],[\"comment/2564\",[]],[\"name/2565\",[690,70.203]],[\"comment/2565\",[]],[\"name/2566\",[691,70.203]],[\"comment/2566\",[]],[\"name/2567\",[218,68.772]],[\"comment/2567\",[]],[\"name/2568\",[692,70.203]],[\"comment/2568\",[]],[\"name/2569\",[166,59.741]],[\"comment/2569\",[]],[\"name/2570\",[693,70.203]],[\"comment/2570\",[]],[\"name/2571\",[695,70.203]],[\"comment/2571\",[]],[\"name/2572\",[697,70.203]],[\"comment/2572\",[]],[\"name/2573\",[143,59.215]],[\"comment/2573\",[]],[\"name/2574\",[700,67.52]],[\"comment/2574\",[]],[\"name/2575\",[701,70.203]],[\"comment/2575\",[]],[\"name/2576\",[188,56.932]],[\"comment/2576\",[]],[\"name/2577\",[702,70.203]],[\"comment/2577\",[]],[\"name/2578\",[110,59.741]],[\"comment/2578\",[]],[\"name/2579\",[111,57.348]],[\"comment/2579\",[]],[\"name/2580\",[112,59.741]],[\"comment/2580\",[]],[\"name/2581\",[18,52.944]],[\"comment/2581\",[]],[\"name/2582\",[1,44.314]],[\"comment/2582\",[]],[\"name/2583\",[113,60.297]],[\"comment/2583\",[]],[\"name/2584\",[25,44.667]],[\"comment/2584\",[]],[\"name/2585\",[114,60.297]],[\"comment/2585\",[]],[\"name/2586\",[115,60.297]],[\"comment/2586\",[]],[\"name/2587\",[116,57.348]],[\"comment/2587\",[]],[\"name/2588\",[117,60.297]],[\"comment/2588\",[]],[\"name/2589\",[118,60.297]],[\"comment/2589\",[]],[\"name/2590\",[119,57.783]],[\"comment/2590\",[]],[\"name/2591\",[120,60.297]],[\"comment/2591\",[]],[\"name/2592\",[121,60.297]],[\"comment/2592\",[]],[\"name/2593\",[122,56.932]],[\"comment/2593\",[]],[\"name/2594\",[66,43.22]],[\"comment/2594\",[]],[\"name/2595\",[123,58.714]],[\"comment/2595\",[]],[\"name/2596\",[124,60.297]],[\"comment/2596\",[]],[\"name/2597\",[125,60.297]],[\"comment/2597\",[]],[\"name/2598\",[126,59.741]],[\"comment/2598\",[]],[\"name/2599\",[127,60.297]],[\"comment/2599\",[]],[\"name/2600\",[128,54.418]],[\"comment/2600\",[]],[\"name/2601\",[129,54.418]],[\"comment/2601\",[]],[\"name/2602\",[131,60.297]],[\"comment/2602\",[]],[\"name/2603\",[132,60.297]],[\"comment/2603\",[]],[\"name/2604\",[133,60.297]],[\"comment/2604\",[]],[\"name/2605\",[134,60.297]],[\"comment/2605\",[]],[\"name/2606\",[135,59.741]],[\"comment/2606\",[]],[\"name/2607\",[136,60.297]],[\"comment/2607\",[]],[\"name/2608\",[138,59.741]],[\"comment/2608\",[]],[\"name/2609\",[139,60.297]],[\"comment/2609\",[]],[\"name/2610\",[140,60.297]],[\"comment/2610\",[]],[\"name/2611\",[141,60.297]],[\"comment/2611\",[]],[\"name/2612\",[142,60.297]],[\"comment/2612\",[]],[\"name/2613\",[144,59.741]],[\"comment/2613\",[]],[\"name/2614\",[145,59.741]],[\"comment/2614\",[]],[\"name/2615\",[146,59.741]],[\"comment/2615\",[]],[\"name/2616\",[147,59.741]],[\"comment/2616\",[]],[\"name/2617\",[148,60.297]],[\"comment/2617\",[]],[\"name/2618\",[149,60.297]],[\"comment/2618\",[]],[\"name/2619\",[151,60.297]],[\"comment/2619\",[]],[\"name/2620\",[152,60.297]],[\"comment/2620\",[]],[\"name/2621\",[153,60.297]],[\"comment/2621\",[]],[\"name/2622\",[154,60.297]],[\"comment/2622\",[]],[\"name/2623\",[155,60.297]],[\"comment/2623\",[]],[\"name/2624\",[156,58.238]],[\"comment/2624\",[]],[\"name/2625\",[157,60.297]],[\"comment/2625\",[]],[\"name/2626\",[161,60.297]],[\"comment/2626\",[]],[\"name/2627\",[162,60.297]],[\"comment/2627\",[]],[\"name/2628\",[163,60.297]],[\"comment/2628\",[]],[\"name/2629\",[164,56.932]],[\"comment/2629\",[]],[\"name/2630\",[165,59.741]],[\"comment/2630\",[]],[\"name/2631\",[168,60.297]],[\"comment/2631\",[]],[\"name/2632\",[169,60.297]],[\"comment/2632\",[]],[\"name/2633\",[170,60.297]],[\"comment/2633\",[]],[\"name/2634\",[171,60.297]],[\"comment/2634\",[]],[\"name/2635\",[173,59.741]],[\"comment/2635\",[]],[\"name/2636\",[174,59.741]],[\"comment/2636\",[]],[\"name/2637\",[26,50.522]],[\"comment/2637\",[]],[\"name/2638\",[22,49.501]],[\"comment/2638\",[]],[\"name/2639\",[41,52.674]],[\"comment/2639\",[]],[\"name/2640\",[42,52.674]],[\"comment/2640\",[]],[\"name/2641\",[175,53.802]],[\"comment/2641\",[]],[\"name/2642\",[176,59.215]],[\"comment/2642\",[]],[\"name/2643\",[177,59.741]],[\"comment/2643\",[]],[\"name/2644\",[178,59.741]],[\"comment/2644\",[]],[\"name/2645\",[179,59.741]],[\"comment/2645\",[]],[\"name/2646\",[180,59.741]],[\"comment/2646\",[]],[\"name/2647\",[181,59.741]],[\"comment/2647\",[]],[\"name/2648\",[182,59.741]],[\"comment/2648\",[]],[\"name/2649\",[183,59.741]],[\"comment/2649\",[]],[\"name/2650\",[184,59.741]],[\"comment/2650\",[]],[\"name/2651\",[108,59.741]],[\"comment/2651\",[]],[\"name/2652\",[185,58.238]],[\"comment/2652\",[]],[\"name/2653\",[186,59.741]],[\"comment/2653\",[]],[\"name/2654\",[187,59.741]],[\"comment/2654\",[]],[\"name/2655\",[189,59.215]],[\"comment/2655\",[]],[\"name/2656\",[190,59.741]],[\"comment/2656\",[]],[\"name/2657\",[191,59.741]],[\"comment/2657\",[]],[\"name/2658\",[192,59.741]],[\"comment/2658\",[]],[\"name/2659\",[193,59.741]],[\"comment/2659\",[]],[\"name/2660\",[194,59.741]],[\"comment/2660\",[]],[\"name/2661\",[34,53.508]],[\"comment/2661\",[]],[\"name/2662\",[32,53.508]],[\"comment/2662\",[]],[\"name/2663\",[33,53.508]],[\"comment/2663\",[]],[\"name/2664\",[44,47.096]],[\"comment/2664\",[]],[\"name/2665\",[45,47.096]],[\"comment/2665\",[]],[\"name/2666\",[46,47.096]],[\"comment/2666\",[]],[\"name/2667\",[47,47.096]],[\"comment/2667\",[]],[\"name/2668\",[48,47.096]],[\"comment/2668\",[]],[\"name/2669\",[49,47.096]],[\"comment/2669\",[]],[\"name/2670\",[50,47.096]],[\"comment/2670\",[]],[\"name/2671\",[51,47.096]],[\"comment/2671\",[]],[\"name/2672\",[52,47.096]],[\"comment/2672\",[]],[\"name/2673\",[53,47.096]],[\"comment/2673\",[]],[\"name/2674\",[54,47.096]],[\"comment/2674\",[]],[\"name/2675\",[55,47.096]],[\"comment/2675\",[]],[\"name/2676\",[56,47.096]],[\"comment/2676\",[]],[\"name/2677\",[57,47.096]],[\"comment/2677\",[]],[\"name/2678\",[58,47.096]],[\"comment/2678\",[]],[\"name/2679\",[59,47.096]],[\"comment/2679\",[]],[\"name/2680\",[60,47.096]],[\"comment/2680\",[]],[\"name/2681\",[61,47.096]],[\"comment/2681\",[]],[\"name/2682\",[62,47.096]],[\"comment/2682\",[]],[\"name/2683\",[63,46.795]],[\"comment/2683\",[]],[\"name/2684\",[64,46.795]],[\"comment/2684\",[]],[\"name/2685\",[65,47.096]],[\"comment/2685\",[]],[\"name/2686\",[66,43.22]],[\"comment/2686\",[]],[\"name/2687\",[67,46.648]],[\"comment/2687\",[]],[\"name/2688\",[68,46.648]],[\"comment/2688\",[]],[\"name/2689\",[69,47.096]],[\"comment/2689\",[]],[\"name/2690\",[70,46.944]],[\"comment/2690\",[]],[\"name/2691\",[71,46.944]],[\"comment/2691\",[]],[\"name/2692\",[72,47.096]],[\"comment/2692\",[]],[\"name/2693\",[73,47.096]],[\"comment/2693\",[]],[\"name/2694\",[74,47.096]],[\"comment/2694\",[]],[\"name/2695\",[75,46.944]],[\"comment/2695\",[]],[\"name/2696\",[76,46.795]],[\"comment/2696\",[]],[\"name/2697\",[77,46.795]],[\"comment/2697\",[]],[\"name/2698\",[526,79.761]],[\"comment/2698\",[]],[\"name/2699\",[16,44.085]],[\"comment/2699\",[]],[\"name/2700\",[802,84.87]],[\"comment/2700\",[]],[\"name/2701\",[803,84.87]],[\"comment/2701\",[]],[\"name/2702\",[172,57.348]],[\"comment/2702\",[]],[\"name/2703\",[804,84.87]],[\"comment/2703\",[]],[\"name/2704\",[1,44.314]],[\"comment/2704\",[]],[\"name/2705\",[413,67.52]],[\"comment/2705\",[]],[\"name/2706\",[7,63.663]],[\"comment/2706\",[]],[\"name/2707\",[805,79.761]],[\"comment/2707\",[]],[\"name/2708\",[806,84.87]],[\"comment/2708\",[]],[\"name/2709\",[1,44.314]],[\"comment/2709\",[]],[\"name/2710\",[413,67.52]],[\"comment/2710\",[]],[\"name/2711\",[7,63.663]],[\"comment/2711\",[]],[\"name/2712\",[805,79.761]],[\"comment/2712\",[]],[\"name/2713\",[527,73.881]],[\"comment/2713\",[]],[\"name/2714\",[9,46.219]],[\"comment/2714\",[]],[\"name/2715\",[807,84.87]],[\"comment/2715\",[]],[\"name/2716\",[13,54.105]],[\"comment/2716\",[]],[\"name/2717\",[15,46.944]],[\"comment/2717\",[]],[\"name/2718\",[16,44.085]],[\"comment/2718\",[]],[\"name/2719\",[808,84.87]],[\"comment/2719\",[]],[\"name/2720\",[809,84.87]],[\"comment/2720\",[]],[\"name/2721\",[810,84.87]],[\"comment/2721\",[]],[\"name/2722\",[811,84.87]],[\"comment/2722\",[]],[\"name/2723\",[812,84.87]],[\"comment/2723\",[]],[\"name/2724\",[374,65.406]],[\"comment/2724\",[]],[\"name/2725\",[22,49.501]],[\"comment/2725\",[]],[\"name/2726\",[813,84.87]],[\"comment/2726\",[]],[\"name/2727\",[814,84.87]],[\"comment/2727\",[]],[\"name/2728\",[815,84.87]],[\"comment/2728\",[]],[\"name/2729\",[10,58.238]],[\"comment/2729\",[]],[\"name/2730\",[628,79.761]],[\"comment/2730\",[]],[\"name/2731\",[25,44.667]],[\"comment/2731\",[]],[\"name/2732\",[35,56.147]],[\"comment/2732\",[]],[\"name/2733\",[36,55.776]],[\"comment/2733\",[]],[\"name/2734\",[128,54.418]],[\"comment/2734\",[]],[\"name/2735\",[129,54.418]],[\"comment/2735\",[]],[\"name/2736\",[130,54.105]],[\"comment/2736\",[]],[\"name/2737\",[26,50.522]],[\"comment/2737\",[]],[\"name/2738\",[175,53.802]],[\"comment/2738\",[]],[\"name/2739\",[250,60.886]],[\"comment/2739\",[]],[\"name/2740\",[373,65.406]],[\"comment/2740\",[]],[\"name/2741\",[375,64.497]],[\"comment/2741\",[]],[\"name/2742\",[376,65.406]],[\"comment/2742\",[]],[\"name/2743\",[377,65.406]],[\"comment/2743\",[]],[\"name/2744\",[44,47.096]],[\"comment/2744\",[]],[\"name/2745\",[45,47.096]],[\"comment/2745\",[]],[\"name/2746\",[46,47.096]],[\"comment/2746\",[]],[\"name/2747\",[47,47.096]],[\"comment/2747\",[]],[\"name/2748\",[48,47.096]],[\"comment/2748\",[]],[\"name/2749\",[49,47.096]],[\"comment/2749\",[]],[\"name/2750\",[50,47.096]],[\"comment/2750\",[]],[\"name/2751\",[51,47.096]],[\"comment/2751\",[]],[\"name/2752\",[52,47.096]],[\"comment/2752\",[]],[\"name/2753\",[53,47.096]],[\"comment/2753\",[]],[\"name/2754\",[54,47.096]],[\"comment/2754\",[]],[\"name/2755\",[55,47.096]],[\"comment/2755\",[]],[\"name/2756\",[56,47.096]],[\"comment/2756\",[]],[\"name/2757\",[57,47.096]],[\"comment/2757\",[]],[\"name/2758\",[58,47.096]],[\"comment/2758\",[]],[\"name/2759\",[59,47.096]],[\"comment/2759\",[]],[\"name/2760\",[60,47.096]],[\"comment/2760\",[]],[\"name/2761\",[61,47.096]],[\"comment/2761\",[]],[\"name/2762\",[62,47.096]],[\"comment/2762\",[]],[\"name/2763\",[63,46.795]],[\"comment/2763\",[]],[\"name/2764\",[64,46.795]],[\"comment/2764\",[]],[\"name/2765\",[65,47.096]],[\"comment/2765\",[]],[\"name/2766\",[66,43.22]],[\"comment/2766\",[]],[\"name/2767\",[67,46.648]],[\"comment/2767\",[]],[\"name/2768\",[68,46.648]],[\"comment/2768\",[]],[\"name/2769\",[69,47.096]],[\"comment/2769\",[]],[\"name/2770\",[70,46.944]],[\"comment/2770\",[]],[\"name/2771\",[71,46.944]],[\"comment/2771\",[]],[\"name/2772\",[72,47.096]],[\"comment/2772\",[]],[\"name/2773\",[73,47.096]],[\"comment/2773\",[]],[\"name/2774\",[74,47.096]],[\"comment/2774\",[]],[\"name/2775\",[75,46.944]],[\"comment/2775\",[]],[\"name/2776\",[76,46.795]],[\"comment/2776\",[]],[\"name/2777\",[77,46.795]],[\"comment/2777\",[]],[\"name/2778\",[498,73.881]],[\"comment/2778\",[]],[\"name/2779\",[9,46.219]],[\"comment/2779\",[]],[\"name/2780\",[104,60.297]],[\"comment/2780\",[]],[\"name/2781\",[105,59.741]],[\"comment/2781\",[]],[\"name/2782\",[15,46.944]],[\"comment/2782\",[]],[\"name/2783\",[16,44.085]],[\"comment/2783\",[]],[\"name/2784\",[108,59.741]],[\"comment/2784\",[]],[\"name/2785\",[109,56.531]],[\"comment/2785\",[]],[\"name/2786\",[25,44.667]],[\"comment/2786\",[]],[\"name/2787\",[110,59.741]],[\"comment/2787\",[]],[\"name/2788\",[111,57.348]],[\"comment/2788\",[]],[\"name/2789\",[112,59.741]],[\"comment/2789\",[]],[\"name/2790\",[18,52.944]],[\"comment/2790\",[]],[\"name/2791\",[1,44.314]],[\"comment/2791\",[]],[\"name/2792\",[113,60.297]],[\"comment/2792\",[]],[\"name/2793\",[25,44.667]],[\"comment/2793\",[]],[\"name/2794\",[114,60.297]],[\"comment/2794\",[]],[\"name/2795\",[115,60.297]],[\"comment/2795\",[]],[\"name/2796\",[116,57.348]],[\"comment/2796\",[]],[\"name/2797\",[117,60.297]],[\"comment/2797\",[]],[\"name/2798\",[118,60.297]],[\"comment/2798\",[]],[\"name/2799\",[119,57.783]],[\"comment/2799\",[]],[\"name/2800\",[120,60.297]],[\"comment/2800\",[]],[\"name/2801\",[121,60.297]],[\"comment/2801\",[]],[\"name/2802\",[122,56.932]],[\"comment/2802\",[]],[\"name/2803\",[66,43.22]],[\"comment/2803\",[]],[\"name/2804\",[123,58.714]],[\"comment/2804\",[]],[\"name/2805\",[124,60.297]],[\"comment/2805\",[]],[\"name/2806\",[125,60.297]],[\"comment/2806\",[]],[\"name/2807\",[126,59.741]],[\"comment/2807\",[]],[\"name/2808\",[127,60.297]],[\"comment/2808\",[]],[\"name/2809\",[128,54.418]],[\"comment/2809\",[]],[\"name/2810\",[129,54.418]],[\"comment/2810\",[]],[\"name/2811\",[130,54.105]],[\"comment/2811\",[]],[\"name/2812\",[131,60.297]],[\"comment/2812\",[]],[\"name/2813\",[132,60.297]],[\"comment/2813\",[]],[\"name/2814\",[133,60.297]],[\"comment/2814\",[]],[\"name/2815\",[134,60.297]],[\"comment/2815\",[]],[\"name/2816\",[135,59.741]],[\"comment/2816\",[]],[\"name/2817\",[136,60.297]],[\"comment/2817\",[]],[\"name/2818\",[137,60.297]],[\"comment/2818\",[]],[\"name/2819\",[138,59.741]],[\"comment/2819\",[]],[\"name/2820\",[139,60.297]],[\"comment/2820\",[]],[\"name/2821\",[140,60.297]],[\"comment/2821\",[]],[\"name/2822\",[141,60.297]],[\"comment/2822\",[]],[\"name/2823\",[142,60.297]],[\"comment/2823\",[]],[\"name/2824\",[143,59.215]],[\"comment/2824\",[]],[\"name/2825\",[144,59.741]],[\"comment/2825\",[]],[\"name/2826\",[145,59.741]],[\"comment/2826\",[]],[\"name/2827\",[146,59.741]],[\"comment/2827\",[]],[\"name/2828\",[147,59.741]],[\"comment/2828\",[]],[\"name/2829\",[148,60.297]],[\"comment/2829\",[]],[\"name/2830\",[149,60.297]],[\"comment/2830\",[]],[\"name/2831\",[150,60.297]],[\"comment/2831\",[]],[\"name/2832\",[151,60.297]],[\"comment/2832\",[]],[\"name/2833\",[152,60.297]],[\"comment/2833\",[]],[\"name/2834\",[153,60.297]],[\"comment/2834\",[]],[\"name/2835\",[154,60.297]],[\"comment/2835\",[]],[\"name/2836\",[155,60.297]],[\"comment/2836\",[]],[\"name/2837\",[156,58.238]],[\"comment/2837\",[]],[\"name/2838\",[157,60.297]],[\"comment/2838\",[]],[\"name/2839\",[158,60.297]],[\"comment/2839\",[]],[\"name/2840\",[1,44.314]],[\"comment/2840\",[]],[\"name/2841\",[159,56.932]],[\"comment/2841\",[]],[\"name/2842\",[160,56.932]],[\"comment/2842\",[]],[\"name/2843\",[161,60.297]],[\"comment/2843\",[]],[\"name/2844\",[162,60.297]],[\"comment/2844\",[]],[\"name/2845\",[163,60.297]],[\"comment/2845\",[]],[\"name/2846\",[164,56.932]],[\"comment/2846\",[]],[\"name/2847\",[165,59.741]],[\"comment/2847\",[]],[\"name/2848\",[166,59.741]],[\"comment/2848\",[]],[\"name/2849\",[167,60.297]],[\"comment/2849\",[]],[\"name/2850\",[168,60.297]],[\"comment/2850\",[]],[\"name/2851\",[169,60.297]],[\"comment/2851\",[]],[\"name/2852\",[170,60.297]],[\"comment/2852\",[]],[\"name/2853\",[171,60.297]],[\"comment/2853\",[]],[\"name/2854\",[172,57.348]],[\"comment/2854\",[]],[\"name/2855\",[173,59.741]],[\"comment/2855\",[]],[\"name/2856\",[174,59.741]],[\"comment/2856\",[]],[\"name/2857\",[26,50.522]],[\"comment/2857\",[]],[\"name/2858\",[22,49.501]],[\"comment/2858\",[]],[\"name/2859\",[41,52.674]],[\"comment/2859\",[]],[\"name/2860\",[42,52.674]],[\"comment/2860\",[]],[\"name/2861\",[175,53.802]],[\"comment/2861\",[]],[\"name/2862\",[176,59.215]],[\"comment/2862\",[]],[\"name/2863\",[177,59.741]],[\"comment/2863\",[]],[\"name/2864\",[178,59.741]],[\"comment/2864\",[]],[\"name/2865\",[179,59.741]],[\"comment/2865\",[]],[\"name/2866\",[180,59.741]],[\"comment/2866\",[]],[\"name/2867\",[181,59.741]],[\"comment/2867\",[]],[\"name/2868\",[182,59.741]],[\"comment/2868\",[]],[\"name/2869\",[183,59.741]],[\"comment/2869\",[]],[\"name/2870\",[184,59.741]],[\"comment/2870\",[]],[\"name/2871\",[185,58.238]],[\"comment/2871\",[]],[\"name/2872\",[186,59.741]],[\"comment/2872\",[]],[\"name/2873\",[187,59.741]],[\"comment/2873\",[]],[\"name/2874\",[188,56.932]],[\"comment/2874\",[]],[\"name/2875\",[189,59.215]],[\"comment/2875\",[]],[\"name/2876\",[190,59.741]],[\"comment/2876\",[]],[\"name/2877\",[191,59.741]],[\"comment/2877\",[]],[\"name/2878\",[192,59.741]],[\"comment/2878\",[]],[\"name/2879\",[193,59.741]],[\"comment/2879\",[]],[\"name/2880\",[194,59.741]],[\"comment/2880\",[]],[\"name/2881\",[34,53.508]],[\"comment/2881\",[]],[\"name/2882\",[32,53.508]],[\"comment/2882\",[]],[\"name/2883\",[33,53.508]],[\"comment/2883\",[]],[\"name/2884\",[44,47.096]],[\"comment/2884\",[]],[\"name/2885\",[45,47.096]],[\"comment/2885\",[]],[\"name/2886\",[46,47.096]],[\"comment/2886\",[]],[\"name/2887\",[47,47.096]],[\"comment/2887\",[]],[\"name/2888\",[48,47.096]],[\"comment/2888\",[]],[\"name/2889\",[49,47.096]],[\"comment/2889\",[]],[\"name/2890\",[50,47.096]],[\"comment/2890\",[]],[\"name/2891\",[51,47.096]],[\"comment/2891\",[]],[\"name/2892\",[52,47.096]],[\"comment/2892\",[]],[\"name/2893\",[53,47.096]],[\"comment/2893\",[]],[\"name/2894\",[54,47.096]],[\"comment/2894\",[]],[\"name/2895\",[55,47.096]],[\"comment/2895\",[]],[\"name/2896\",[56,47.096]],[\"comment/2896\",[]],[\"name/2897\",[57,47.096]],[\"comment/2897\",[]],[\"name/2898\",[58,47.096]],[\"comment/2898\",[]],[\"name/2899\",[59,47.096]],[\"comment/2899\",[]],[\"name/2900\",[60,47.096]],[\"comment/2900\",[]],[\"name/2901\",[61,47.096]],[\"comment/2901\",[]],[\"name/2902\",[62,47.096]],[\"comment/2902\",[]],[\"name/2903\",[63,46.795]],[\"comment/2903\",[]],[\"name/2904\",[64,46.795]],[\"comment/2904\",[]],[\"name/2905\",[65,47.096]],[\"comment/2905\",[]],[\"name/2906\",[66,43.22]],[\"comment/2906\",[]],[\"name/2907\",[67,46.648]],[\"comment/2907\",[]],[\"name/2908\",[68,46.648]],[\"comment/2908\",[]],[\"name/2909\",[69,47.096]],[\"comment/2909\",[]],[\"name/2910\",[70,46.944]],[\"comment/2910\",[]],[\"name/2911\",[71,46.944]],[\"comment/2911\",[]],[\"name/2912\",[72,47.096]],[\"comment/2912\",[]],[\"name/2913\",[73,47.096]],[\"comment/2913\",[]],[\"name/2914\",[74,47.096]],[\"comment/2914\",[]],[\"name/2915\",[75,46.944]],[\"comment/2915\",[]],[\"name/2916\",[76,46.795]],[\"comment/2916\",[]],[\"name/2917\",[77,46.795]],[\"comment/2917\",[]],[\"name/2918\",[548,79.761]],[\"comment/2918\",[]],[\"name/2919\",[80,70.203]],[\"comment/2919\",[]],[\"name/2920\",[79,67.52]],[\"comment/2920\",[]],[\"name/2921\",[81,67.52]],[\"comment/2921\",[]],[\"name/2922\",[816,79.761]],[\"comment/2922\",[]],[\"name/2923\",[817,79.761]],[\"comment/2923\",[]],[\"name/2924\",[528,76.395]],[\"comment/2924\",[]],[\"name/2925\",[9,46.219]],[\"comment/2925\",[]],[\"name/2926\",[13,54.105]],[\"comment/2926\",[]],[\"name/2927\",[14,59.741]],[\"comment/2927\",[]],[\"name/2928\",[15,46.944]],[\"comment/2928\",[]],[\"name/2929\",[16,44.085]],[\"comment/2929\",[]],[\"name/2930\",[22,49.501]],[\"comment/2930\",[]],[\"name/2931\",[26,50.522]],[\"comment/2931\",[]],[\"name/2932\",[27,60.886]],[\"comment/2932\",[]],[\"name/2933\",[28,60.886]],[\"comment/2933\",[]],[\"name/2934\",[23,60.886]],[\"comment/2934\",[]],[\"name/2935\",[29,60.886]],[\"comment/2935\",[]],[\"name/2936\",[30,60.886]],[\"comment/2936\",[]],[\"name/2937\",[31,60.886]],[\"comment/2937\",[]],[\"name/2938\",[32,53.508]],[\"comment/2938\",[]],[\"name/2939\",[33,53.508]],[\"comment/2939\",[]],[\"name/2940\",[34,53.508]],[\"comment/2940\",[]],[\"name/2941\",[35,56.147]],[\"comment/2941\",[]],[\"name/2942\",[36,55.776]],[\"comment/2942\",[]],[\"name/2943\",[37,60.886]],[\"comment/2943\",[]],[\"name/2944\",[38,59.741]],[\"comment/2944\",[]],[\"name/2945\",[39,60.886]],[\"comment/2945\",[]],[\"name/2946\",[40,60.886]],[\"comment/2946\",[]],[\"name/2947\",[41,52.674]],[\"comment/2947\",[]],[\"name/2948\",[42,52.674]],[\"comment/2948\",[]],[\"name/2949\",[25,44.667]],[\"comment/2949\",[]],[\"name/2950\",[43,60.886]],[\"comment/2950\",[]],[\"name/2951\",[44,47.096]],[\"comment/2951\",[]],[\"name/2952\",[45,47.096]],[\"comment/2952\",[]],[\"name/2953\",[46,47.096]],[\"comment/2953\",[]],[\"name/2954\",[47,47.096]],[\"comment/2954\",[]],[\"name/2955\",[48,47.096]],[\"comment/2955\",[]],[\"name/2956\",[49,47.096]],[\"comment/2956\",[]],[\"name/2957\",[50,47.096]],[\"comment/2957\",[]],[\"name/2958\",[51,47.096]],[\"comment/2958\",[]],[\"name/2959\",[52,47.096]],[\"comment/2959\",[]],[\"name/2960\",[53,47.096]],[\"comment/2960\",[]],[\"name/2961\",[54,47.096]],[\"comment/2961\",[]],[\"name/2962\",[55,47.096]],[\"comment/2962\",[]],[\"name/2963\",[56,47.096]],[\"comment/2963\",[]],[\"name/2964\",[57,47.096]],[\"comment/2964\",[]],[\"name/2965\",[58,47.096]],[\"comment/2965\",[]],[\"name/2966\",[59,47.096]],[\"comment/2966\",[]],[\"name/2967\",[60,47.096]],[\"comment/2967\",[]],[\"name/2968\",[61,47.096]],[\"comment/2968\",[]],[\"name/2969\",[62,47.096]],[\"comment/2969\",[]],[\"name/2970\",[63,46.795]],[\"comment/2970\",[]],[\"name/2971\",[64,46.795]],[\"comment/2971\",[]],[\"name/2972\",[65,47.096]],[\"comment/2972\",[]],[\"name/2973\",[66,43.22]],[\"comment/2973\",[]],[\"name/2974\",[67,46.648]],[\"comment/2974\",[]],[\"name/2975\",[68,46.648]],[\"comment/2975\",[]],[\"name/2976\",[69,47.096]],[\"comment/2976\",[]],[\"name/2977\",[70,46.944]],[\"comment/2977\",[]],[\"name/2978\",[71,46.944]],[\"comment/2978\",[]],[\"name/2979\",[72,47.096]],[\"comment/2979\",[]],[\"name/2980\",[73,47.096]],[\"comment/2980\",[]],[\"name/2981\",[74,47.096]],[\"comment/2981\",[]],[\"name/2982\",[75,46.944]],[\"comment/2982\",[]],[\"name/2983\",[76,46.795]],[\"comment/2983\",[]],[\"name/2984\",[77,46.795]],[\"comment/2984\",[]],[\"name/2985\",[818,84.87]],[\"comment/2985\",[]],[\"name/2986\",[819,84.87]],[\"comment/2986\",[]],[\"name/2987\",[820,84.87]],[\"comment/2987\",[]],[\"name/2988\",[821,84.87]],[\"comment/2988\",[]],[\"name/2989\",[822,84.87]],[\"comment/2989\",[]],[\"name/2990\",[823,84.87]],[\"comment/2990\",[]],[\"name/2991\",[6,60.297]],[\"comment/2991\",[]],[\"name/2992\",[322,79.761]],[\"comment/2992\",[]],[\"name/2993\",[824,84.87]],[\"comment/2993\",[]],[\"name/2994\",[507,76.395]],[\"comment/2994\",[]],[\"name/2995\",[8,57.348]],[\"comment/2995\",[]],[\"name/2996\",[16,44.085]],[\"comment/2996\",[]],[\"name/2997\",[156,58.238]],[\"comment/2997\",[]],[\"name/2998\",[825,84.87]],[\"comment/2998\",[]],[\"name/2999\",[185,58.238]],[\"comment/2999\",[]],[\"name/3000\",[826,84.87]],[\"comment/3000\",[]],[\"name/3001\",[22,49.501]],[\"comment/3001\",[]],[\"name/3002\",[827,84.87]],[\"comment/3002\",[]],[\"name/3003\",[828,84.87]],[\"comment/3003\",[]],[\"name/3004\",[829,84.87]],[\"comment/3004\",[]],[\"name/3005\",[164,56.932]],[\"comment/3005\",[]],[\"name/3006\",[109,56.531]],[\"comment/3006\",[]],[\"name/3007\",[188,56.932]],[\"comment/3007\",[]],[\"name/3008\",[830,84.87]],[\"comment/3008\",[]],[\"name/3009\",[831,84.87]],[\"comment/3009\",[]],[\"name/3010\",[832,84.87]],[\"comment/3010\",[]],[\"name/3011\",[833,84.87]],[\"comment/3011\",[]],[\"name/3012\",[834,84.87]],[\"comment/3012\",[]],[\"name/3013\",[835,84.87]],[\"comment/3013\",[]],[\"name/3014\",[836,84.87]],[\"comment/3014\",[]],[\"name/3015\",[837,79.761]],[\"comment/3015\",[]],[\"name/3016\",[838,79.761]],[\"comment/3016\",[]],[\"name/3017\",[0,59.741]],[\"comment/3017\",[]],[\"name/3018\",[839,79.761]],[\"comment/3018\",[]],[\"name/3019\",[840,84.87]],[\"comment/3019\",[]],[\"name/3020\",[841,84.87]],[\"comment/3020\",[]],[\"name/3021\",[842,84.87]],[\"comment/3021\",[]],[\"name/3022\",[508,73.881]],[\"comment/3022\",[]],[\"name/3023\",[9,46.219]],[\"comment/3023\",[]],[\"name/3024\",[15,46.944]],[\"comment/3024\",[]],[\"name/3025\",[16,44.085]],[\"comment/3025\",[]],[\"name/3026\",[18,52.944]],[\"comment/3026\",[]],[\"name/3027\",[843,84.87]],[\"comment/3027\",[]],[\"name/3028\",[1,44.314]],[\"comment/3028\",[]],[\"name/3029\",[79,67.52]],[\"comment/3029\",[]],[\"name/3030\",[81,67.52]],[\"comment/3030\",[]],[\"name/3031\",[130,54.105]],[\"comment/3031\",[]],[\"name/3032\",[128,54.418]],[\"comment/3032\",[]],[\"name/3033\",[129,54.418]],[\"comment/3033\",[]],[\"name/3034\",[844,84.87]],[\"comment/3034\",[]],[\"name/3035\",[845,84.87]],[\"comment/3035\",[]],[\"name/3036\",[25,44.667]],[\"comment/3036\",[]],[\"name/3037\",[44,47.096]],[\"comment/3037\",[]],[\"name/3038\",[45,47.096]],[\"comment/3038\",[]],[\"name/3039\",[46,47.096]],[\"comment/3039\",[]],[\"name/3040\",[47,47.096]],[\"comment/3040\",[]],[\"name/3041\",[48,47.096]],[\"comment/3041\",[]],[\"name/3042\",[49,47.096]],[\"comment/3042\",[]],[\"name/3043\",[50,47.096]],[\"comment/3043\",[]],[\"name/3044\",[51,47.096]],[\"comment/3044\",[]],[\"name/3045\",[52,47.096]],[\"comment/3045\",[]],[\"name/3046\",[53,47.096]],[\"comment/3046\",[]],[\"name/3047\",[54,47.096]],[\"comment/3047\",[]],[\"name/3048\",[55,47.096]],[\"comment/3048\",[]],[\"name/3049\",[56,47.096]],[\"comment/3049\",[]],[\"name/3050\",[57,47.096]],[\"comment/3050\",[]],[\"name/3051\",[58,47.096]],[\"comment/3051\",[]],[\"name/3052\",[59,47.096]],[\"comment/3052\",[]],[\"name/3053\",[60,47.096]],[\"comment/3053\",[]],[\"name/3054\",[61,47.096]],[\"comment/3054\",[]],[\"name/3055\",[62,47.096]],[\"comment/3055\",[]],[\"name/3056\",[63,46.795]],[\"comment/3056\",[]],[\"name/3057\",[64,46.795]],[\"comment/3057\",[]],[\"name/3058\",[65,47.096]],[\"comment/3058\",[]],[\"name/3059\",[66,43.22]],[\"comment/3059\",[]],[\"name/3060\",[67,46.648]],[\"comment/3060\",[]],[\"name/3061\",[68,46.648]],[\"comment/3061\",[]],[\"name/3062\",[69,47.096]],[\"comment/3062\",[]],[\"name/3063\",[70,46.944]],[\"comment/3063\",[]],[\"name/3064\",[71,46.944]],[\"comment/3064\",[]],[\"name/3065\",[72,47.096]],[\"comment/3065\",[]],[\"name/3066\",[73,47.096]],[\"comment/3066\",[]],[\"name/3067\",[74,47.096]],[\"comment/3067\",[]],[\"name/3068\",[75,46.944]],[\"comment/3068\",[]],[\"name/3069\",[76,46.795]],[\"comment/3069\",[]],[\"name/3070\",[77,46.795]],[\"comment/3070\",[]],[\"name/3071\",[846,84.87]],[\"comment/3071\",[]],[\"name/3072\",[413,67.52]],[\"comment/3072\",[]],[\"name/3073\",[7,63.663]],[\"comment/3073\",[]],[\"name/3074\",[847,84.87]],[\"comment/3074\",[]],[\"name/3075\",[848,79.761]],[\"comment/3075\",[]],[\"name/3076\",[7,63.663]],[\"comment/3076\",[]],[\"name/3077\",[849,84.87]],[\"comment/3077\",[]],[\"name/3078\",[848,79.761]],[\"comment/3078\",[]],[\"name/3079\",[7,63.663]],[\"comment/3079\",[]],[\"name/3080\",[17,57.783]],[\"comment/3080\",[]],[\"name/3081\",[850,84.87]],[\"comment/3081\",[]],[\"name/3082\",[851,84.87]],[\"comment/3082\",[]],[\"name/3083\",[852,84.87]],[\"comment/3083\",[]],[\"name/3084\",[421,73.881]],[\"comment/3084\",[]],[\"name/3085\",[853,84.87]],[\"comment/3085\",[]],[\"name/3086\",[854,84.87]],[\"comment/3086\",[]],[\"name/3087\",[529,79.761]],[\"comment/3087\",[]],[\"name/3088\",[855,84.87]],[\"comment/3088\",[]],[\"name/3089\",[856,84.87]],[\"comment/3089\",[]],[\"name/3090\",[857,84.87]],[\"comment/3090\",[]],[\"name/3091\",[858,84.87]],[\"comment/3091\",[]],[\"name/3092\",[859,84.87]],[\"comment/3092\",[]],[\"name/3093\",[860,84.87]],[\"comment/3093\",[]],[\"name/3094\",[861,84.87]],[\"comment/3094\",[]],[\"name/3095\",[862,84.87]],[\"comment/3095\",[]],[\"name/3096\",[863,84.87]],[\"comment/3096\",[]],[\"name/3097\",[864,84.87]],[\"comment/3097\",[]],[\"name/3098\",[426,76.395]],[\"comment/3098\",[]],[\"name/3099\",[865,84.87]],[\"comment/3099\",[]],[\"name/3100\",[16,44.085]],[\"comment/3100\",[]],[\"name/3101\",[866,84.87]],[\"comment/3101\",[]],[\"name/3102\",[867,84.87]],[\"comment/3102\",[]],[\"name/3103\",[868,84.87]],[\"comment/3103\",[]],[\"name/3104\",[869,84.87]],[\"comment/3104\",[]],[\"name/3105\",[870,84.87]],[\"comment/3105\",[]],[\"name/3106\",[871,84.87]],[\"comment/3106\",[]],[\"name/3107\",[872,84.87]],[\"comment/3107\",[]],[\"name/3108\",[873,84.87]],[\"comment/3108\",[]],[\"name/3109\",[874,84.87]],[\"comment/3109\",[]],[\"name/3110\",[875,84.87]],[\"comment/3110\",[]],[\"name/3111\",[876,84.87]],[\"comment/3111\",[]],[\"name/3112\",[112,59.741]],[\"comment/3112\",[]],[\"name/3113\",[751,71.874]],[\"comment/3113\",[]],[\"name/3114\",[752,71.874]],[\"comment/3114\",[]],[\"name/3115\",[421,73.881]],[\"comment/3115\",[]],[\"name/3116\",[425,76.395]],[\"comment/3116\",[]],[\"name/3117\",[0,59.741]],[\"comment/3117\",[]],[\"name/3118\",[877,84.87]],[\"comment/3118\",[]],[\"name/3119\",[7,63.663]],[\"comment/3119\",[]],[\"name/3120\",[96,67.52]],[\"comment/3120\",[]],[\"name/3121\",[295,68.772]],[\"comment/3121\",[]],[\"name/3122\",[878,84.87]],[\"comment/3122\",[]],[\"name/3123\",[879,79.761]],[\"comment/3123\",[]],[\"name/3124\",[880,84.87]],[\"comment/3124\",[]],[\"name/3125\",[6,60.297]],[\"comment/3125\",[]],[\"name/3126\",[881,79.761]],[\"comment/3126\",[]],[\"name/3127\",[882,79.761]],[\"comment/3127\",[]],[\"name/3128\",[883,79.761]],[\"comment/3128\",[]],[\"name/3129\",[884,79.761]],[\"comment/3129\",[]],[\"name/3130\",[885,79.761]],[\"comment/3130\",[]],[\"name/3131\",[886,79.761]],[\"comment/3131\",[]],[\"name/3132\",[887,79.761]],[\"comment/3132\",[]],[\"name/3133\",[888,84.87]],[\"comment/3133\",[]],[\"name/3134\",[416,63.663]],[\"comment/3134\",[]],[\"name/3135\",[415,64.497]],[\"comment/3135\",[]],[\"name/3136\",[17,57.783]],[\"comment/3136\",[]],[\"name/3137\",[889,84.87]],[\"comment/3137\",[]],[\"name/3138\",[416,63.663]],[\"comment/3138\",[]],[\"name/3139\",[17,57.783]],[\"comment/3139\",[]],[\"name/3140\",[890,84.87]],[\"comment/3140\",[]],[\"name/3141\",[415,64.497]],[\"comment/3141\",[]],[\"name/3142\",[891,84.87]],[\"comment/3142\",[]],[\"name/3143\",[892,84.87]],[\"comment/3143\",[]],[\"name/3144\",[111,57.348]],[\"comment/3144\",[]],[\"name/3145\",[416,63.663]],[\"comment/3145\",[]],[\"name/3146\",[0,59.741]],[\"comment/3146\",[]],[\"name/3147\",[415,64.497]],[\"comment/3147\",[]],[\"name/3148\",[17,57.783]],[\"comment/3148\",[]],[\"name/3149\",[754,70.203]],[\"comment/3149\",[]],[\"name/3150\",[755,70.203]],[\"comment/3150\",[]],[\"name/3151\",[413,67.52]],[\"comment/3151\",[]],[\"name/3152\",[9,46.219]],[\"comment/3152\",[]],[\"name/3153\",[104,60.297]],[\"comment/3153\",[]],[\"name/3154\",[105,59.741]],[\"comment/3154\",[]],[\"name/3155\",[15,46.944]],[\"comment/3155\",[]],[\"name/3156\",[16,44.085]],[\"comment/3156\",[]],[\"name/3157\",[110,59.741]],[\"comment/3157\",[]],[\"name/3158\",[111,57.348]],[\"comment/3158\",[]],[\"name/3159\",[112,59.741]],[\"comment/3159\",[]],[\"name/3160\",[18,52.944]],[\"comment/3160\",[]],[\"name/3161\",[1,44.314]],[\"comment/3161\",[]],[\"name/3162\",[113,60.297]],[\"comment/3162\",[]],[\"name/3163\",[25,44.667]],[\"comment/3163\",[]],[\"name/3164\",[114,60.297]],[\"comment/3164\",[]],[\"name/3165\",[115,60.297]],[\"comment/3165\",[]],[\"name/3166\",[116,57.348]],[\"comment/3166\",[]],[\"name/3167\",[117,60.297]],[\"comment/3167\",[]],[\"name/3168\",[118,60.297]],[\"comment/3168\",[]],[\"name/3169\",[119,57.783]],[\"comment/3169\",[]],[\"name/3170\",[120,60.297]],[\"comment/3170\",[]],[\"name/3171\",[121,60.297]],[\"comment/3171\",[]],[\"name/3172\",[122,56.932]],[\"comment/3172\",[]],[\"name/3173\",[66,43.22]],[\"comment/3173\",[]],[\"name/3174\",[123,58.714]],[\"comment/3174\",[]],[\"name/3175\",[124,60.297]],[\"comment/3175\",[]],[\"name/3176\",[125,60.297]],[\"comment/3176\",[]],[\"name/3177\",[126,59.741]],[\"comment/3177\",[]],[\"name/3178\",[127,60.297]],[\"comment/3178\",[]],[\"name/3179\",[128,54.418]],[\"comment/3179\",[]],[\"name/3180\",[129,54.418]],[\"comment/3180\",[]],[\"name/3181\",[130,54.105]],[\"comment/3181\",[]],[\"name/3182\",[131,60.297]],[\"comment/3182\",[]],[\"name/3183\",[132,60.297]],[\"comment/3183\",[]],[\"name/3184\",[133,60.297]],[\"comment/3184\",[]],[\"name/3185\",[134,60.297]],[\"comment/3185\",[]],[\"name/3186\",[135,59.741]],[\"comment/3186\",[]],[\"name/3187\",[136,60.297]],[\"comment/3187\",[]],[\"name/3188\",[137,60.297]],[\"comment/3188\",[]],[\"name/3189\",[138,59.741]],[\"comment/3189\",[]],[\"name/3190\",[139,60.297]],[\"comment/3190\",[]],[\"name/3191\",[140,60.297]],[\"comment/3191\",[]],[\"name/3192\",[141,60.297]],[\"comment/3192\",[]],[\"name/3193\",[142,60.297]],[\"comment/3193\",[]],[\"name/3194\",[143,59.215]],[\"comment/3194\",[]],[\"name/3195\",[144,59.741]],[\"comment/3195\",[]],[\"name/3196\",[145,59.741]],[\"comment/3196\",[]],[\"name/3197\",[146,59.741]],[\"comment/3197\",[]],[\"name/3198\",[147,59.741]],[\"comment/3198\",[]],[\"name/3199\",[148,60.297]],[\"comment/3199\",[]],[\"name/3200\",[149,60.297]],[\"comment/3200\",[]],[\"name/3201\",[150,60.297]],[\"comment/3201\",[]],[\"name/3202\",[151,60.297]],[\"comment/3202\",[]],[\"name/3203\",[152,60.297]],[\"comment/3203\",[]],[\"name/3204\",[153,60.297]],[\"comment/3204\",[]],[\"name/3205\",[154,60.297]],[\"comment/3205\",[]],[\"name/3206\",[155,60.297]],[\"comment/3206\",[]],[\"name/3207\",[156,58.238]],[\"comment/3207\",[]],[\"name/3208\",[157,60.297]],[\"comment/3208\",[]],[\"name/3209\",[158,60.297]],[\"comment/3209\",[]],[\"name/3210\",[1,44.314]],[\"comment/3210\",[]],[\"name/3211\",[159,56.932]],[\"comment/3211\",[]],[\"name/3212\",[160,56.932]],[\"comment/3212\",[]],[\"name/3213\",[161,60.297]],[\"comment/3213\",[]],[\"name/3214\",[162,60.297]],[\"comment/3214\",[]],[\"name/3215\",[163,60.297]],[\"comment/3215\",[]],[\"name/3216\",[164,56.932]],[\"comment/3216\",[]],[\"name/3217\",[165,59.741]],[\"comment/3217\",[]],[\"name/3218\",[166,59.741]],[\"comment/3218\",[]],[\"name/3219\",[167,60.297]],[\"comment/3219\",[]],[\"name/3220\",[168,60.297]],[\"comment/3220\",[]],[\"name/3221\",[169,60.297]],[\"comment/3221\",[]],[\"name/3222\",[170,60.297]],[\"comment/3222\",[]],[\"name/3223\",[171,60.297]],[\"comment/3223\",[]],[\"name/3224\",[172,57.348]],[\"comment/3224\",[]],[\"name/3225\",[173,59.741]],[\"comment/3225\",[]],[\"name/3226\",[174,59.741]],[\"comment/3226\",[]],[\"name/3227\",[26,50.522]],[\"comment/3227\",[]],[\"name/3228\",[22,49.501]],[\"comment/3228\",[]],[\"name/3229\",[41,52.674]],[\"comment/3229\",[]],[\"name/3230\",[42,52.674]],[\"comment/3230\",[]],[\"name/3231\",[175,53.802]],[\"comment/3231\",[]],[\"name/3232\",[176,59.215]],[\"comment/3232\",[]],[\"name/3233\",[177,59.741]],[\"comment/3233\",[]],[\"name/3234\",[178,59.741]],[\"comment/3234\",[]],[\"name/3235\",[179,59.741]],[\"comment/3235\",[]],[\"name/3236\",[180,59.741]],[\"comment/3236\",[]],[\"name/3237\",[181,59.741]],[\"comment/3237\",[]],[\"name/3238\",[182,59.741]],[\"comment/3238\",[]],[\"name/3239\",[183,59.741]],[\"comment/3239\",[]],[\"name/3240\",[184,59.741]],[\"comment/3240\",[]],[\"name/3241\",[108,59.741]],[\"comment/3241\",[]],[\"name/3242\",[185,58.238]],[\"comment/3242\",[]],[\"name/3243\",[186,59.741]],[\"comment/3243\",[]],[\"name/3244\",[109,56.531]],[\"comment/3244\",[]],[\"name/3245\",[187,59.741]],[\"comment/3245\",[]],[\"name/3246\",[188,56.932]],[\"comment/3246\",[]],[\"name/3247\",[189,59.215]],[\"comment/3247\",[]],[\"name/3248\",[190,59.741]],[\"comment/3248\",[]],[\"name/3249\",[191,59.741]],[\"comment/3249\",[]],[\"name/3250\",[192,59.741]],[\"comment/3250\",[]],[\"name/3251\",[193,59.741]],[\"comment/3251\",[]],[\"name/3252\",[194,59.741]],[\"comment/3252\",[]],[\"name/3253\",[34,53.508]],[\"comment/3253\",[]],[\"name/3254\",[32,53.508]],[\"comment/3254\",[]],[\"name/3255\",[33,53.508]],[\"comment/3255\",[]],[\"name/3256\",[44,47.096]],[\"comment/3256\",[]],[\"name/3257\",[45,47.096]],[\"comment/3257\",[]],[\"name/3258\",[46,47.096]],[\"comment/3258\",[]],[\"name/3259\",[47,47.096]],[\"comment/3259\",[]],[\"name/3260\",[48,47.096]],[\"comment/3260\",[]],[\"name/3261\",[49,47.096]],[\"comment/3261\",[]],[\"name/3262\",[50,47.096]],[\"comment/3262\",[]],[\"name/3263\",[51,47.096]],[\"comment/3263\",[]],[\"name/3264\",[25,44.667]],[\"comment/3264\",[]],[\"name/3265\",[52,47.096]],[\"comment/3265\",[]],[\"name/3266\",[53,47.096]],[\"comment/3266\",[]],[\"name/3267\",[54,47.096]],[\"comment/3267\",[]],[\"name/3268\",[55,47.096]],[\"comment/3268\",[]],[\"name/3269\",[56,47.096]],[\"comment/3269\",[]],[\"name/3270\",[57,47.096]],[\"comment/3270\",[]],[\"name/3271\",[58,47.096]],[\"comment/3271\",[]],[\"name/3272\",[59,47.096]],[\"comment/3272\",[]],[\"name/3273\",[60,47.096]],[\"comment/3273\",[]],[\"name/3274\",[61,47.096]],[\"comment/3274\",[]],[\"name/3275\",[62,47.096]],[\"comment/3275\",[]],[\"name/3276\",[63,46.795]],[\"comment/3276\",[]],[\"name/3277\",[64,46.795]],[\"comment/3277\",[]],[\"name/3278\",[65,47.096]],[\"comment/3278\",[]],[\"name/3279\",[66,43.22]],[\"comment/3279\",[]],[\"name/3280\",[67,46.648]],[\"comment/3280\",[]],[\"name/3281\",[68,46.648]],[\"comment/3281\",[]],[\"name/3282\",[69,47.096]],[\"comment/3282\",[]],[\"name/3283\",[70,46.944]],[\"comment/3283\",[]],[\"name/3284\",[71,46.944]],[\"comment/3284\",[]],[\"name/3285\",[72,47.096]],[\"comment/3285\",[]],[\"name/3286\",[73,47.096]],[\"comment/3286\",[]],[\"name/3287\",[74,47.096]],[\"comment/3287\",[]],[\"name/3288\",[75,46.944]],[\"comment/3288\",[]],[\"name/3289\",[76,46.795]],[\"comment/3289\",[]],[\"name/3290\",[77,46.795]],[\"comment/3290\",[]],[\"name/3291\",[893,84.87]],[\"comment/3291\",[]],[\"name/3292\",[343,76.395]],[\"comment/3292\",[]],[\"name/3293\",[894,84.87]],[\"comment/3293\",[]],[\"name/3294\",[895,84.87]],[\"comment/3294\",[]],[\"name/3295\",[0,59.741]],[\"comment/3295\",[]],[\"name/3296\",[119,57.783]],[\"comment/3296\",[]],[\"name/3297\",[896,84.87]],[\"comment/3297\",[]],[\"name/3298\",[584,76.395]],[\"comment/3298\",[]],[\"name/3299\",[751,71.874]],[\"comment/3299\",[]],[\"name/3300\",[752,71.874]],[\"comment/3300\",[]],[\"name/3301\",[897,84.87]],[\"comment/3301\",[]],[\"name/3302\",[366,73.881]],[\"comment/3302\",[]],[\"name/3303\",[684,64.497]],[\"comment/3303\",[]],[\"name/3304\",[879,79.761]],[\"comment/3304\",[]],[\"name/3305\",[898,84.87]],[\"comment/3305\",[]],[\"name/3306\",[159,56.932]],[\"comment/3306\",[]],[\"name/3307\",[160,56.932]],[\"comment/3307\",[]],[\"name/3308\",[899,84.87]],[\"comment/3308\",[]],[\"name/3309\",[111,57.348]],[\"comment/3309\",[]],[\"name/3310\",[416,63.663]],[\"comment/3310\",[]],[\"name/3311\",[415,64.497]],[\"comment/3311\",[]],[\"name/3312\",[17,57.783]],[\"comment/3312\",[]],[\"name/3313\",[754,70.203]],[\"comment/3313\",[]],[\"name/3314\",[755,70.203]],[\"comment/3314\",[]],[\"name/3315\",[530,73.881]],[\"comment/3315\",[]],[\"name/3316\",[8,57.348]],[\"comment/3316\",[]],[\"name/3317\",[9,46.219]],[\"comment/3317\",[]],[\"name/3318\",[104,60.297]],[\"comment/3318\",[]],[\"name/3319\",[105,59.741]],[\"comment/3319\",[]],[\"name/3320\",[15,46.944]],[\"comment/3320\",[]],[\"name/3321\",[16,44.085]],[\"comment/3321\",[]],[\"name/3322\",[900,84.87]],[\"comment/3322\",[]],[\"name/3323\",[22,49.501]],[\"comment/3323\",[]],[\"name/3324\",[769,76.395]],[\"comment/3324\",[]],[\"name/3325\",[250,60.886]],[\"comment/3325\",[]],[\"name/3326\",[247,71.874]],[\"comment/3326\",[]],[\"name/3327\",[251,71.874]],[\"comment/3327\",[]],[\"name/3328\",[901,76.395]],[\"comment/3328\",[]],[\"name/3329\",[385,67.52]],[\"comment/3329\",[]],[\"name/3330\",[165,59.741]],[\"comment/3330\",[]],[\"name/3331\",[62,47.096]],[\"comment/3331\",[]],[\"name/3332\",[130,54.105]],[\"comment/3332\",[]],[\"name/3333\",[109,56.531]],[\"comment/3333\",[]],[\"name/3334\",[25,44.667]],[\"comment/3334\",[]],[\"name/3335\",[110,59.741]],[\"comment/3335\",[]],[\"name/3336\",[111,57.348]],[\"comment/3336\",[]],[\"name/3337\",[112,59.741]],[\"comment/3337\",[]],[\"name/3338\",[18,52.944]],[\"comment/3338\",[]],[\"name/3339\",[1,44.314]],[\"comment/3339\",[]],[\"name/3340\",[113,60.297]],[\"comment/3340\",[]],[\"name/3341\",[25,44.667]],[\"comment/3341\",[]],[\"name/3342\",[114,60.297]],[\"comment/3342\",[]],[\"name/3343\",[115,60.297]],[\"comment/3343\",[]],[\"name/3344\",[116,57.348]],[\"comment/3344\",[]],[\"name/3345\",[117,60.297]],[\"comment/3345\",[]],[\"name/3346\",[118,60.297]],[\"comment/3346\",[]],[\"name/3347\",[119,57.783]],[\"comment/3347\",[]],[\"name/3348\",[120,60.297]],[\"comment/3348\",[]],[\"name/3349\",[121,60.297]],[\"comment/3349\",[]],[\"name/3350\",[122,56.932]],[\"comment/3350\",[]],[\"name/3351\",[66,43.22]],[\"comment/3351\",[]],[\"name/3352\",[123,58.714]],[\"comment/3352\",[]],[\"name/3353\",[124,60.297]],[\"comment/3353\",[]],[\"name/3354\",[125,60.297]],[\"comment/3354\",[]],[\"name/3355\",[126,59.741]],[\"comment/3355\",[]],[\"name/3356\",[127,60.297]],[\"comment/3356\",[]],[\"name/3357\",[128,54.418]],[\"comment/3357\",[]],[\"name/3358\",[129,54.418]],[\"comment/3358\",[]],[\"name/3359\",[131,60.297]],[\"comment/3359\",[]],[\"name/3360\",[132,60.297]],[\"comment/3360\",[]],[\"name/3361\",[133,60.297]],[\"comment/3361\",[]],[\"name/3362\",[134,60.297]],[\"comment/3362\",[]],[\"name/3363\",[135,59.741]],[\"comment/3363\",[]],[\"name/3364\",[136,60.297]],[\"comment/3364\",[]],[\"name/3365\",[137,60.297]],[\"comment/3365\",[]],[\"name/3366\",[138,59.741]],[\"comment/3366\",[]],[\"name/3367\",[139,60.297]],[\"comment/3367\",[]],[\"name/3368\",[140,60.297]],[\"comment/3368\",[]],[\"name/3369\",[141,60.297]],[\"comment/3369\",[]],[\"name/3370\",[142,60.297]],[\"comment/3370\",[]],[\"name/3371\",[143,59.215]],[\"comment/3371\",[]],[\"name/3372\",[144,59.741]],[\"comment/3372\",[]],[\"name/3373\",[145,59.741]],[\"comment/3373\",[]],[\"name/3374\",[146,59.741]],[\"comment/3374\",[]],[\"name/3375\",[147,59.741]],[\"comment/3375\",[]],[\"name/3376\",[148,60.297]],[\"comment/3376\",[]],[\"name/3377\",[149,60.297]],[\"comment/3377\",[]],[\"name/3378\",[150,60.297]],[\"comment/3378\",[]],[\"name/3379\",[151,60.297]],[\"comment/3379\",[]],[\"name/3380\",[152,60.297]],[\"comment/3380\",[]],[\"name/3381\",[153,60.297]],[\"comment/3381\",[]],[\"name/3382\",[154,60.297]],[\"comment/3382\",[]],[\"name/3383\",[155,60.297]],[\"comment/3383\",[]],[\"name/3384\",[156,58.238]],[\"comment/3384\",[]],[\"name/3385\",[157,60.297]],[\"comment/3385\",[]],[\"name/3386\",[158,60.297]],[\"comment/3386\",[]],[\"name/3387\",[1,44.314]],[\"comment/3387\",[]],[\"name/3388\",[159,56.932]],[\"comment/3388\",[]],[\"name/3389\",[160,56.932]],[\"comment/3389\",[]],[\"name/3390\",[161,60.297]],[\"comment/3390\",[]],[\"name/3391\",[162,60.297]],[\"comment/3391\",[]],[\"name/3392\",[163,60.297]],[\"comment/3392\",[]],[\"name/3393\",[164,56.932]],[\"comment/3393\",[]],[\"name/3394\",[166,59.741]],[\"comment/3394\",[]],[\"name/3395\",[167,60.297]],[\"comment/3395\",[]],[\"name/3396\",[168,60.297]],[\"comment/3396\",[]],[\"name/3397\",[169,60.297]],[\"comment/3397\",[]],[\"name/3398\",[170,60.297]],[\"comment/3398\",[]],[\"name/3399\",[171,60.297]],[\"comment/3399\",[]],[\"name/3400\",[172,57.348]],[\"comment/3400\",[]],[\"name/3401\",[173,59.741]],[\"comment/3401\",[]],[\"name/3402\",[174,59.741]],[\"comment/3402\",[]],[\"name/3403\",[26,50.522]],[\"comment/3403\",[]],[\"name/3404\",[41,52.674]],[\"comment/3404\",[]],[\"name/3405\",[42,52.674]],[\"comment/3405\",[]],[\"name/3406\",[175,53.802]],[\"comment/3406\",[]],[\"name/3407\",[176,59.215]],[\"comment/3407\",[]],[\"name/3408\",[177,59.741]],[\"comment/3408\",[]],[\"name/3409\",[178,59.741]],[\"comment/3409\",[]],[\"name/3410\",[179,59.741]],[\"comment/3410\",[]],[\"name/3411\",[180,59.741]],[\"comment/3411\",[]],[\"name/3412\",[181,59.741]],[\"comment/3412\",[]],[\"name/3413\",[182,59.741]],[\"comment/3413\",[]],[\"name/3414\",[183,59.741]],[\"comment/3414\",[]],[\"name/3415\",[184,59.741]],[\"comment/3415\",[]],[\"name/3416\",[108,59.741]],[\"comment/3416\",[]],[\"name/3417\",[185,58.238]],[\"comment/3417\",[]],[\"name/3418\",[186,59.741]],[\"comment/3418\",[]],[\"name/3419\",[187,59.741]],[\"comment/3419\",[]],[\"name/3420\",[188,56.932]],[\"comment/3420\",[]],[\"name/3421\",[189,59.215]],[\"comment/3421\",[]],[\"name/3422\",[190,59.741]],[\"comment/3422\",[]],[\"name/3423\",[191,59.741]],[\"comment/3423\",[]],[\"name/3424\",[192,59.741]],[\"comment/3424\",[]],[\"name/3425\",[193,59.741]],[\"comment/3425\",[]],[\"name/3426\",[194,59.741]],[\"comment/3426\",[]],[\"name/3427\",[34,53.508]],[\"comment/3427\",[]],[\"name/3428\",[32,53.508]],[\"comment/3428\",[]],[\"name/3429\",[33,53.508]],[\"comment/3429\",[]],[\"name/3430\",[44,47.096]],[\"comment/3430\",[]],[\"name/3431\",[45,47.096]],[\"comment/3431\",[]],[\"name/3432\",[46,47.096]],[\"comment/3432\",[]],[\"name/3433\",[47,47.096]],[\"comment/3433\",[]],[\"name/3434\",[48,47.096]],[\"comment/3434\",[]],[\"name/3435\",[49,47.096]],[\"comment/3435\",[]],[\"name/3436\",[50,47.096]],[\"comment/3436\",[]],[\"name/3437\",[51,47.096]],[\"comment/3437\",[]],[\"name/3438\",[52,47.096]],[\"comment/3438\",[]],[\"name/3439\",[53,47.096]],[\"comment/3439\",[]],[\"name/3440\",[54,47.096]],[\"comment/3440\",[]],[\"name/3441\",[55,47.096]],[\"comment/3441\",[]],[\"name/3442\",[56,47.096]],[\"comment/3442\",[]],[\"name/3443\",[57,47.096]],[\"comment/3443\",[]],[\"name/3444\",[58,47.096]],[\"comment/3444\",[]],[\"name/3445\",[59,47.096]],[\"comment/3445\",[]],[\"name/3446\",[60,47.096]],[\"comment/3446\",[]],[\"name/3447\",[61,47.096]],[\"comment/3447\",[]],[\"name/3448\",[63,46.795]],[\"comment/3448\",[]],[\"name/3449\",[64,46.795]],[\"comment/3449\",[]],[\"name/3450\",[65,47.096]],[\"comment/3450\",[]],[\"name/3451\",[66,43.22]],[\"comment/3451\",[]],[\"name/3452\",[67,46.648]],[\"comment/3452\",[]],[\"name/3453\",[68,46.648]],[\"comment/3453\",[]],[\"name/3454\",[69,47.096]],[\"comment/3454\",[]],[\"name/3455\",[70,46.944]],[\"comment/3455\",[]],[\"name/3456\",[71,46.944]],[\"comment/3456\",[]],[\"name/3457\",[72,47.096]],[\"comment/3457\",[]],[\"name/3458\",[73,47.096]],[\"comment/3458\",[]],[\"name/3459\",[74,47.096]],[\"comment/3459\",[]],[\"name/3460\",[75,46.944]],[\"comment/3460\",[]],[\"name/3461\",[76,46.795]],[\"comment/3461\",[]],[\"name/3462\",[77,46.795]],[\"comment/3462\",[]],[\"name/3463\",[517,73.881]],[\"comment/3463\",[]],[\"name/3464\",[9,46.219]],[\"comment/3464\",[]],[\"name/3465\",[10,58.238]],[\"comment/3465\",[]],[\"name/3466\",[13,54.105]],[\"comment/3466\",[]],[\"name/3467\",[14,59.741]],[\"comment/3467\",[]],[\"name/3468\",[15,46.944]],[\"comment/3468\",[]],[\"name/3469\",[16,44.085]],[\"comment/3469\",[]],[\"name/3470\",[109,56.531]],[\"comment/3470\",[]],[\"name/3471\",[26,50.522]],[\"comment/3471\",[]],[\"name/3472\",[22,49.501]],[\"comment/3472\",[]],[\"name/3473\",[25,44.667]],[\"comment/3473\",[]],[\"name/3474\",[27,60.886]],[\"comment/3474\",[]],[\"name/3475\",[28,60.886]],[\"comment/3475\",[]],[\"name/3476\",[23,60.886]],[\"comment/3476\",[]],[\"name/3477\",[29,60.886]],[\"comment/3477\",[]],[\"name/3478\",[30,60.886]],[\"comment/3478\",[]],[\"name/3479\",[31,60.886]],[\"comment/3479\",[]],[\"name/3480\",[32,53.508]],[\"comment/3480\",[]],[\"name/3481\",[33,53.508]],[\"comment/3481\",[]],[\"name/3482\",[34,53.508]],[\"comment/3482\",[]],[\"name/3483\",[35,56.147]],[\"comment/3483\",[]],[\"name/3484\",[36,55.776]],[\"comment/3484\",[]],[\"name/3485\",[37,60.886]],[\"comment/3485\",[]],[\"name/3486\",[38,59.741]],[\"comment/3486\",[]],[\"name/3487\",[39,60.886]],[\"comment/3487\",[]],[\"name/3488\",[40,60.886]],[\"comment/3488\",[]],[\"name/3489\",[41,52.674]],[\"comment/3489\",[]],[\"name/3490\",[42,52.674]],[\"comment/3490\",[]],[\"name/3491\",[43,60.886]],[\"comment/3491\",[]],[\"name/3492\",[44,47.096]],[\"comment/3492\",[]],[\"name/3493\",[45,47.096]],[\"comment/3493\",[]],[\"name/3494\",[46,47.096]],[\"comment/3494\",[]],[\"name/3495\",[47,47.096]],[\"comment/3495\",[]],[\"name/3496\",[48,47.096]],[\"comment/3496\",[]],[\"name/3497\",[49,47.096]],[\"comment/3497\",[]],[\"name/3498\",[50,47.096]],[\"comment/3498\",[]],[\"name/3499\",[51,47.096]],[\"comment/3499\",[]],[\"name/3500\",[52,47.096]],[\"comment/3500\",[]],[\"name/3501\",[53,47.096]],[\"comment/3501\",[]],[\"name/3502\",[54,47.096]],[\"comment/3502\",[]],[\"name/3503\",[55,47.096]],[\"comment/3503\",[]],[\"name/3504\",[56,47.096]],[\"comment/3504\",[]],[\"name/3505\",[57,47.096]],[\"comment/3505\",[]],[\"name/3506\",[58,47.096]],[\"comment/3506\",[]],[\"name/3507\",[59,47.096]],[\"comment/3507\",[]],[\"name/3508\",[60,47.096]],[\"comment/3508\",[]],[\"name/3509\",[61,47.096]],[\"comment/3509\",[]],[\"name/3510\",[62,47.096]],[\"comment/3510\",[]],[\"name/3511\",[63,46.795]],[\"comment/3511\",[]],[\"name/3512\",[64,46.795]],[\"comment/3512\",[]],[\"name/3513\",[65,47.096]],[\"comment/3513\",[]],[\"name/3514\",[66,43.22]],[\"comment/3514\",[]],[\"name/3515\",[67,46.648]],[\"comment/3515\",[]],[\"name/3516\",[68,46.648]],[\"comment/3516\",[]],[\"name/3517\",[69,47.096]],[\"comment/3517\",[]],[\"name/3518\",[70,46.944]],[\"comment/3518\",[]],[\"name/3519\",[71,46.944]],[\"comment/3519\",[]],[\"name/3520\",[72,47.096]],[\"comment/3520\",[]],[\"name/3521\",[73,47.096]],[\"comment/3521\",[]],[\"name/3522\",[74,47.096]],[\"comment/3522\",[]],[\"name/3523\",[75,46.944]],[\"comment/3523\",[]],[\"name/3524\",[76,46.795]],[\"comment/3524\",[]],[\"name/3525\",[77,46.795]],[\"comment/3525\",[]],[\"name/3526\",[902,84.87]],[\"comment/3526\",[]],[\"name/3527\",[903,84.87]],[\"comment/3527\",[]],[\"name/3528\",[314,79.761]],[\"comment/3528\",[]],[\"name/3529\",[904,84.87]],[\"comment/3529\",[]],[\"name/3530\",[905,84.87]],[\"comment/3530\",[]],[\"name/3531\",[502,71.874]],[\"comment/3531\",[]],[\"name/3532\",[8,57.348]],[\"comment/3532\",[]],[\"name/3533\",[9,46.219]],[\"comment/3533\",[]],[\"name/3534\",[343,76.395]],[\"comment/3534\",[]],[\"name/3535\",[10,58.238]],[\"comment/3535\",[]],[\"name/3536\",[906,84.87]],[\"comment/3536\",[]],[\"name/3537\",[907,84.87]],[\"comment/3537\",[]],[\"name/3538\",[908,84.87]],[\"comment/3538\",[]],[\"name/3539\",[909,84.87]],[\"comment/3539\",[]],[\"name/3540\",[910,84.87]],[\"comment/3540\",[]],[\"name/3541\",[13,54.105]],[\"comment/3541\",[]],[\"name/3542\",[14,59.741]],[\"comment/3542\",[]],[\"name/3543\",[15,46.944]],[\"comment/3543\",[]],[\"name/3544\",[16,44.085]],[\"comment/3544\",[]],[\"name/3545\",[18,52.944]],[\"comment/3545\",[]],[\"name/3546\",[1,44.314]],[\"comment/3546\",[]],[\"name/3547\",[911,84.87]],[\"comment/3547\",[]],[\"name/3548\",[912,84.87]],[\"comment/3548\",[]],[\"name/3549\",[20,73.881]],[\"comment/3549\",[]],[\"name/3550\",[164,56.932]],[\"comment/3550\",[]],[\"name/3551\",[913,84.87]],[\"comment/3551\",[]],[\"name/3552\",[914,84.87]],[\"comment/3552\",[]],[\"name/3553\",[915,84.87]],[\"comment/3553\",[]],[\"name/3554\",[25,44.667]],[\"comment/3554\",[]],[\"name/3555\",[22,49.501]],[\"comment/3555\",[]],[\"name/3556\",[26,50.522]],[\"comment/3556\",[]],[\"name/3557\",[27,60.886]],[\"comment/3557\",[]],[\"name/3558\",[28,60.886]],[\"comment/3558\",[]],[\"name/3559\",[23,60.886]],[\"comment/3559\",[]],[\"name/3560\",[29,60.886]],[\"comment/3560\",[]],[\"name/3561\",[30,60.886]],[\"comment/3561\",[]],[\"name/3562\",[31,60.886]],[\"comment/3562\",[]],[\"name/3563\",[32,53.508]],[\"comment/3563\",[]],[\"name/3564\",[33,53.508]],[\"comment/3564\",[]],[\"name/3565\",[34,53.508]],[\"comment/3565\",[]],[\"name/3566\",[35,56.147]],[\"comment/3566\",[]],[\"name/3567\",[36,55.776]],[\"comment/3567\",[]],[\"name/3568\",[37,60.886]],[\"comment/3568\",[]],[\"name/3569\",[38,59.741]],[\"comment/3569\",[]],[\"name/3570\",[39,60.886]],[\"comment/3570\",[]],[\"name/3571\",[40,60.886]],[\"comment/3571\",[]],[\"name/3572\",[41,52.674]],[\"comment/3572\",[]],[\"name/3573\",[42,52.674]],[\"comment/3573\",[]],[\"name/3574\",[43,60.886]],[\"comment/3574\",[]],[\"name/3575\",[44,47.096]],[\"comment/3575\",[]],[\"name/3576\",[45,47.096]],[\"comment/3576\",[]],[\"name/3577\",[46,47.096]],[\"comment/3577\",[]],[\"name/3578\",[47,47.096]],[\"comment/3578\",[]],[\"name/3579\",[48,47.096]],[\"comment/3579\",[]],[\"name/3580\",[49,47.096]],[\"comment/3580\",[]],[\"name/3581\",[50,47.096]],[\"comment/3581\",[]],[\"name/3582\",[51,47.096]],[\"comment/3582\",[]],[\"name/3583\",[52,47.096]],[\"comment/3583\",[]],[\"name/3584\",[53,47.096]],[\"comment/3584\",[]],[\"name/3585\",[54,47.096]],[\"comment/3585\",[]],[\"name/3586\",[55,47.096]],[\"comment/3586\",[]],[\"name/3587\",[56,47.096]],[\"comment/3587\",[]],[\"name/3588\",[57,47.096]],[\"comment/3588\",[]],[\"name/3589\",[58,47.096]],[\"comment/3589\",[]],[\"name/3590\",[59,47.096]],[\"comment/3590\",[]],[\"name/3591\",[60,47.096]],[\"comment/3591\",[]],[\"name/3592\",[61,47.096]],[\"comment/3592\",[]],[\"name/3593\",[62,47.096]],[\"comment/3593\",[]],[\"name/3594\",[63,46.795]],[\"comment/3594\",[]],[\"name/3595\",[64,46.795]],[\"comment/3595\",[]],[\"name/3596\",[65,47.096]],[\"comment/3596\",[]],[\"name/3597\",[66,43.22]],[\"comment/3597\",[]],[\"name/3598\",[67,46.648]],[\"comment/3598\",[]],[\"name/3599\",[68,46.648]],[\"comment/3599\",[]],[\"name/3600\",[69,47.096]],[\"comment/3600\",[]],[\"name/3601\",[70,46.944]],[\"comment/3601\",[]],[\"name/3602\",[71,46.944]],[\"comment/3602\",[]],[\"name/3603\",[72,47.096]],[\"comment/3603\",[]],[\"name/3604\",[73,47.096]],[\"comment/3604\",[]],[\"name/3605\",[74,47.096]],[\"comment/3605\",[]],[\"name/3606\",[75,46.944]],[\"comment/3606\",[]],[\"name/3607\",[76,46.795]],[\"comment/3607\",[]],[\"name/3608\",[77,46.795]],[\"comment/3608\",[]],[\"name/3609\",[531,76.395]],[\"comment/3609\",[]],[\"name/3610\",[9,46.219]],[\"comment/3610\",[]],[\"name/3611\",[402,79.761]],[\"comment/3611\",[]],[\"name/3612\",[10,58.238]],[\"comment/3612\",[]],[\"name/3613\",[13,54.105]],[\"comment/3613\",[]],[\"name/3614\",[14,59.741]],[\"comment/3614\",[]],[\"name/3615\",[15,46.944]],[\"comment/3615\",[]],[\"name/3616\",[16,44.085]],[\"comment/3616\",[]],[\"name/3617\",[23,60.886]],[\"comment/3617\",[]],[\"name/3618\",[25,44.667]],[\"comment/3618\",[]],[\"name/3619\",[22,49.501]],[\"comment/3619\",[]],[\"name/3620\",[26,50.522]],[\"comment/3620\",[]],[\"name/3621\",[27,60.886]],[\"comment/3621\",[]],[\"name/3622\",[28,60.886]],[\"comment/3622\",[]],[\"name/3623\",[29,60.886]],[\"comment/3623\",[]],[\"name/3624\",[30,60.886]],[\"comment/3624\",[]],[\"name/3625\",[31,60.886]],[\"comment/3625\",[]],[\"name/3626\",[32,53.508]],[\"comment/3626\",[]],[\"name/3627\",[33,53.508]],[\"comment/3627\",[]],[\"name/3628\",[34,53.508]],[\"comment/3628\",[]],[\"name/3629\",[35,56.147]],[\"comment/3629\",[]],[\"name/3630\",[36,55.776]],[\"comment/3630\",[]],[\"name/3631\",[37,60.886]],[\"comment/3631\",[]],[\"name/3632\",[38,59.741]],[\"comment/3632\",[]],[\"name/3633\",[39,60.886]],[\"comment/3633\",[]],[\"name/3634\",[40,60.886]],[\"comment/3634\",[]],[\"name/3635\",[41,52.674]],[\"comment/3635\",[]],[\"name/3636\",[42,52.674]],[\"comment/3636\",[]],[\"name/3637\",[43,60.886]],[\"comment/3637\",[]],[\"name/3638\",[44,47.096]],[\"comment/3638\",[]],[\"name/3639\",[45,47.096]],[\"comment/3639\",[]],[\"name/3640\",[46,47.096]],[\"comment/3640\",[]],[\"name/3641\",[47,47.096]],[\"comment/3641\",[]],[\"name/3642\",[48,47.096]],[\"comment/3642\",[]],[\"name/3643\",[49,47.096]],[\"comment/3643\",[]],[\"name/3644\",[50,47.096]],[\"comment/3644\",[]],[\"name/3645\",[51,47.096]],[\"comment/3645\",[]],[\"name/3646\",[52,47.096]],[\"comment/3646\",[]],[\"name/3647\",[53,47.096]],[\"comment/3647\",[]],[\"name/3648\",[54,47.096]],[\"comment/3648\",[]],[\"name/3649\",[55,47.096]],[\"comment/3649\",[]],[\"name/3650\",[56,47.096]],[\"comment/3650\",[]],[\"name/3651\",[57,47.096]],[\"comment/3651\",[]],[\"name/3652\",[58,47.096]],[\"comment/3652\",[]],[\"name/3653\",[59,47.096]],[\"comment/3653\",[]],[\"name/3654\",[60,47.096]],[\"comment/3654\",[]],[\"name/3655\",[61,47.096]],[\"comment/3655\",[]],[\"name/3656\",[62,47.096]],[\"comment/3656\",[]],[\"name/3657\",[63,46.795]],[\"comment/3657\",[]],[\"name/3658\",[64,46.795]],[\"comment/3658\",[]],[\"name/3659\",[65,47.096]],[\"comment/3659\",[]],[\"name/3660\",[66,43.22]],[\"comment/3660\",[]],[\"name/3661\",[67,46.648]],[\"comment/3661\",[]],[\"name/3662\",[68,46.648]],[\"comment/3662\",[]],[\"name/3663\",[69,47.096]],[\"comment/3663\",[]],[\"name/3664\",[70,46.944]],[\"comment/3664\",[]],[\"name/3665\",[71,46.944]],[\"comment/3665\",[]],[\"name/3666\",[72,47.096]],[\"comment/3666\",[]],[\"name/3667\",[73,47.096]],[\"comment/3667\",[]],[\"name/3668\",[74,47.096]],[\"comment/3668\",[]],[\"name/3669\",[75,46.944]],[\"comment/3669\",[]],[\"name/3670\",[76,46.795]],[\"comment/3670\",[]],[\"name/3671\",[77,46.795]],[\"comment/3671\",[]],[\"name/3672\",[916,84.87]],[\"comment/3672\",[]],[\"name/3673\",[917,84.87]],[\"comment/3673\",[]],[\"name/3674\",[1,44.314]],[\"comment/3674\",[]],[\"name/3675\",[918,84.87]],[\"comment/3675\",[]],[\"name/3676\",[1,44.314]],[\"comment/3676\",[]],[\"name/3677\",[919,84.87]],[\"comment/3677\",[]],[\"name/3678\",[920,84.87]],[\"comment/3678\",[]],[\"name/3679\",[921,84.87]],[\"comment/3679\",[]],[\"name/3680\",[922,79.761]],[\"comment/3680\",[]],[\"name/3681\",[923,84.87]],[\"comment/3681\",[]],[\"name/3682\",[924,84.87]],[\"comment/3682\",[]],[\"name/3683\",[925,84.87]],[\"comment/3683\",[]],[\"name/3684\",[926,84.87]],[\"comment/3684\",[]],[\"name/3685\",[927,84.87]],[\"comment/3685\",[]],[\"name/3686\",[928,84.87]],[\"comment/3686\",[]],[\"name/3687\",[929,84.87]],[\"comment/3687\",[]],[\"name/3688\",[930,84.87]],[\"comment/3688\",[]],[\"name/3689\",[931,84.87]],[\"comment/3689\",[]],[\"name/3690\",[932,84.87]],[\"comment/3690\",[]],[\"name/3691\",[933,84.87]],[\"comment/3691\",[]],[\"name/3692\",[934,84.87]],[\"comment/3692\",[]],[\"name/3693\",[935,84.87]],[\"comment/3693\",[]],[\"name/3694\",[936,84.87]],[\"comment/3694\",[]],[\"name/3695\",[937,84.87]],[\"comment/3695\",[]],[\"name/3696\",[466,79.761]],[\"comment/3696\",[]],[\"name/3697\",[407,73.881]],[\"comment/3697\",[]],[\"name/3698\",[467,76.395]],[\"comment/3698\",[]],[\"name/3699\",[8,57.348]],[\"comment/3699\",[]],[\"name/3700\",[16,44.085]],[\"comment/3700\",[]],[\"name/3701\",[470,76.395]],[\"comment/3701\",[]],[\"name/3702\",[938,84.87]],[\"comment/3702\",[]],[\"name/3703\",[939,84.87]],[\"comment/3703\",[]],[\"name/3704\",[940,84.87]],[\"comment/3704\",[]],[\"name/3705\",[941,84.87]],[\"comment/3705\",[]],[\"name/3706\",[942,84.87]],[\"comment/3706\",[]],[\"name/3707\",[943,84.87]],[\"comment/3707\",[]],[\"name/3708\",[922,79.761]],[\"comment/3708\",[]],[\"name/3709\",[516,71.874]],[\"comment/3709\",[]],[\"name/3710\",[8,57.348]],[\"comment/3710\",[]],[\"name/3711\",[9,46.219]],[\"comment/3711\",[]],[\"name/3712\",[15,46.944]],[\"comment/3712\",[]],[\"name/3713\",[324,66.408]],[\"comment/3713\",[]],[\"name/3714\",[17,57.783]],[\"comment/3714\",[]],[\"name/3715\",[1,44.314]],[\"comment/3715\",[]],[\"name/3716\",[230,68.772]],[\"comment/3716\",[]],[\"name/3717\",[944,84.87]],[\"comment/3717\",[]],[\"name/3718\",[945,84.87]],[\"comment/3718\",[]],[\"name/3719\",[946,76.395]],[\"comment/3719\",[]],[\"name/3720\",[947,84.87]],[\"comment/3720\",[]],[\"name/3721\",[948,84.87]],[\"comment/3721\",[]],[\"name/3722\",[949,84.87]],[\"comment/3722\",[]],[\"name/3723\",[16,44.085]],[\"comment/3723\",[]],[\"name/3724\",[18,52.944]],[\"comment/3724\",[]],[\"name/3725\",[1,44.314]],[\"comment/3725\",[]],[\"name/3726\",[950,76.395]],[\"comment/3726\",[]],[\"name/3727\",[951,79.761]],[\"comment/3727\",[]],[\"name/3728\",[952,84.87]],[\"comment/3728\",[]],[\"name/3729\",[953,84.87]],[\"comment/3729\",[]],[\"name/3730\",[107,70.203]],[\"comment/3730\",[]],[\"name/3731\",[954,84.87]],[\"comment/3731\",[]],[\"name/3732\",[385,67.52]],[\"comment/3732\",[]],[\"name/3733\",[955,84.87]],[\"comment/3733\",[]],[\"name/3734\",[956,84.87]],[\"comment/3734\",[]],[\"name/3735\",[25,44.667]],[\"comment/3735\",[]],[\"name/3736\",[44,47.096]],[\"comment/3736\",[]],[\"name/3737\",[45,47.096]],[\"comment/3737\",[]],[\"name/3738\",[46,47.096]],[\"comment/3738\",[]],[\"name/3739\",[47,47.096]],[\"comment/3739\",[]],[\"name/3740\",[48,47.096]],[\"comment/3740\",[]],[\"name/3741\",[49,47.096]],[\"comment/3741\",[]],[\"name/3742\",[50,47.096]],[\"comment/3742\",[]],[\"name/3743\",[51,47.096]],[\"comment/3743\",[]],[\"name/3744\",[52,47.096]],[\"comment/3744\",[]],[\"name/3745\",[53,47.096]],[\"comment/3745\",[]],[\"name/3746\",[54,47.096]],[\"comment/3746\",[]],[\"name/3747\",[55,47.096]],[\"comment/3747\",[]],[\"name/3748\",[56,47.096]],[\"comment/3748\",[]],[\"name/3749\",[57,47.096]],[\"comment/3749\",[]],[\"name/3750\",[58,47.096]],[\"comment/3750\",[]],[\"name/3751\",[59,47.096]],[\"comment/3751\",[]],[\"name/3752\",[60,47.096]],[\"comment/3752\",[]],[\"name/3753\",[61,47.096]],[\"comment/3753\",[]],[\"name/3754\",[62,47.096]],[\"comment/3754\",[]],[\"name/3755\",[63,46.795]],[\"comment/3755\",[]],[\"name/3756\",[64,46.795]],[\"comment/3756\",[]],[\"name/3757\",[65,47.096]],[\"comment/3757\",[]],[\"name/3758\",[66,43.22]],[\"comment/3758\",[]],[\"name/3759\",[67,46.648]],[\"comment/3759\",[]],[\"name/3760\",[68,46.648]],[\"comment/3760\",[]],[\"name/3761\",[69,47.096]],[\"comment/3761\",[]],[\"name/3762\",[70,46.944]],[\"comment/3762\",[]],[\"name/3763\",[71,46.944]],[\"comment/3763\",[]],[\"name/3764\",[72,47.096]],[\"comment/3764\",[]],[\"name/3765\",[73,47.096]],[\"comment/3765\",[]],[\"name/3766\",[74,47.096]],[\"comment/3766\",[]],[\"name/3767\",[75,46.944]],[\"comment/3767\",[]],[\"name/3768\",[76,46.795]],[\"comment/3768\",[]],[\"name/3769\",[77,46.795]],[\"comment/3769\",[]],[\"name/3770\",[957,84.87]],[\"comment/3770\",[]],[\"name/3771\",[474,76.395]],[\"comment/3771\",[]],[\"name/3772\",[958,79.761]],[\"comment/3772\",[]],[\"name/3773\",[666,79.761]],[\"comment/3773\",[]],[\"name/3774\",[959,84.87]],[\"comment/3774\",[]],[\"name/3775\",[532,79.761]],[\"comment/3775\",[]],[\"name/3776\",[960,84.87]],[\"comment/3776\",[]],[\"name/3777\",[961,84.87]],[\"comment/3777\",[]],[\"name/3778\",[962,84.87]],[\"comment/3778\",[]],[\"name/3779\",[16,44.085]],[\"comment/3779\",[]],[\"name/3780\",[272,73.881]],[\"comment/3780\",[]],[\"name/3781\",[963,84.87]],[\"comment/3781\",[]],[\"name/3782\",[964,84.87]],[\"comment/3782\",[]],[\"name/3783\",[965,84.87]],[\"comment/3783\",[]],[\"name/3784\",[966,84.87]],[\"comment/3784\",[]],[\"name/3785\",[967,84.87]],[\"comment/3785\",[]],[\"name/3786\",[968,84.87]],[\"comment/3786\",[]],[\"name/3787\",[969,84.87]],[\"comment/3787\",[]],[\"name/3788\",[970,84.87]],[\"comment/3788\",[]],[\"name/3789\",[971,84.87]],[\"comment/3789\",[]],[\"name/3790\",[972,84.87]],[\"comment/3790\",[]],[\"name/3791\",[159,56.932]],[\"comment/3791\",[]],[\"name/3792\",[160,56.932]],[\"comment/3792\",[]],[\"name/3793\",[6,60.297]],[\"comment/3793\",[]],[\"name/3794\",[260,65.406]],[\"comment/3794\",[]],[\"name/3795\",[973,84.87]],[\"comment/3795\",[]],[\"name/3796\",[974,84.87]],[\"comment/3796\",[]],[\"name/3797\",[533,76.395]],[\"comment/3797\",[]],[\"name/3798\",[9,46.219]],[\"comment/3798\",[]],[\"name/3799\",[16,44.085]],[\"comment/3799\",[]],[\"name/3800\",[272,73.881]],[\"comment/3800\",[]],[\"name/3801\",[276,76.395]],[\"comment/3801\",[]],[\"name/3802\",[277,76.395]],[\"comment/3802\",[]],[\"name/3803\",[278,76.395]],[\"comment/3803\",[]],[\"name/3804\",[279,76.395]],[\"comment/3804\",[]],[\"name/3805\",[280,76.395]],[\"comment/3805\",[]],[\"name/3806\",[281,76.395]],[\"comment/3806\",[]],[\"name/3807\",[282,76.395]],[\"comment/3807\",[]],[\"name/3808\",[283,76.395]],[\"comment/3808\",[]],[\"name/3809\",[122,56.932]],[\"comment/3809\",[]],[\"name/3810\",[285,76.395]],[\"comment/3810\",[]],[\"name/3811\",[284,73.881]],[\"comment/3811\",[]],[\"name/3812\",[286,76.395]],[\"comment/3812\",[]],[\"name/3813\",[287,76.395]],[\"comment/3813\",[]],[\"name/3814\",[288,76.395]],[\"comment/3814\",[]],[\"name/3815\",[289,76.395]],[\"comment/3815\",[]],[\"name/3816\",[290,76.395]],[\"comment/3816\",[]],[\"name/3817\",[291,76.395]],[\"comment/3817\",[]],[\"name/3818\",[292,76.395]],[\"comment/3818\",[]],[\"name/3819\",[293,76.395]],[\"comment/3819\",[]],[\"name/3820\",[294,76.395]],[\"comment/3820\",[]],[\"name/3821\",[295,68.772]],[\"comment/3821\",[]],[\"name/3822\",[296,76.395]],[\"comment/3822\",[]],[\"name/3823\",[298,76.395]],[\"comment/3823\",[]],[\"name/3824\",[299,76.395]],[\"comment/3824\",[]],[\"name/3825\",[300,76.395]],[\"comment/3825\",[]],[\"name/3826\",[273,76.395]],[\"comment/3826\",[]],[\"name/3827\",[274,76.395]],[\"comment/3827\",[]],[\"name/3828\",[275,73.881]],[\"comment/3828\",[]],[\"name/3829\",[297,76.395]],[\"comment/3829\",[]],[\"name/3830\",[301,73.881]],[\"comment/3830\",[]],[\"name/3831\",[302,73.881]],[\"comment/3831\",[]],[\"name/3832\",[67,46.648]],[\"comment/3832\",[]],[\"name/3833\",[68,46.648]],[\"comment/3833\",[]],[\"name/3834\",[66,43.22]],[\"comment/3834\",[]],[\"name/3835\",[303,76.395]],[\"comment/3835\",[]],[\"name/3836\",[975,84.87]],[\"comment/3836\",[]],[\"name/3837\",[549,79.761]],[\"comment/3837\",[]],[\"name/3838\",[270,79.761]],[\"comment/3838\",[]],[\"name/3839\",[976,79.761]],[\"comment/3839\",[]],[\"name/3840\",[550,79.761]],[\"comment/3840\",[]],[\"name/3841\",[329,71.874]],[\"comment/3841\",[]],[\"name/3842\",[233,76.395]],[\"comment/3842\",[]],[\"name/3843\",[234,76.395]],[\"comment/3843\",[]],[\"name/3844\",[484,76.395]],[\"comment/3844\",[]],[\"name/3845\",[977,84.87]],[\"comment/3845\",[]],[\"name/3846\",[978,84.87]],[\"comment/3846\",[]],[\"name/3847\",[979,84.87]],[\"comment/3847\",[]],[\"name/3848\",[980,84.87]],[\"comment/3848\",[]],[\"name/3849\",[981,79.761]],[\"comment/3849\",[]],[\"name/3850\",[982,84.87]],[\"comment/3850\",[]],[\"name/3851\",[983,84.87]],[\"comment/3851\",[]],[\"name/3852\",[16,44.085]],[\"comment/3852\",[]],[\"name/3853\",[284,73.881]],[\"comment/3853\",[]],[\"name/3854\",[63,46.795]],[\"comment/3854\",[]],[\"name/3855\",[494,73.881]],[\"comment/3855\",[]],[\"name/3856\",[9,46.219]],[\"comment/3856\",[]],[\"name/3857\",[104,60.297]],[\"comment/3857\",[]],[\"name/3858\",[105,59.741]],[\"comment/3858\",[]],[\"name/3859\",[15,46.944]],[\"comment/3859\",[]],[\"name/3860\",[16,44.085]],[\"comment/3860\",[]],[\"name/3861\",[747,76.395]],[\"comment/3861\",[]],[\"name/3862\",[62,47.096]],[\"comment/3862\",[]],[\"name/3863\",[109,56.531]],[\"comment/3863\",[]],[\"name/3864\",[748,70.203]],[\"comment/3864\",[]],[\"name/3865\",[140,60.297]],[\"comment/3865\",[]],[\"name/3866\",[25,44.667]],[\"comment/3866\",[]],[\"name/3867\",[110,59.741]],[\"comment/3867\",[]],[\"name/3868\",[111,57.348]],[\"comment/3868\",[]],[\"name/3869\",[112,59.741]],[\"comment/3869\",[]],[\"name/3870\",[18,52.944]],[\"comment/3870\",[]],[\"name/3871\",[1,44.314]],[\"comment/3871\",[]],[\"name/3872\",[113,60.297]],[\"comment/3872\",[]],[\"name/3873\",[25,44.667]],[\"comment/3873\",[]],[\"name/3874\",[114,60.297]],[\"comment/3874\",[]],[\"name/3875\",[115,60.297]],[\"comment/3875\",[]],[\"name/3876\",[116,57.348]],[\"comment/3876\",[]],[\"name/3877\",[117,60.297]],[\"comment/3877\",[]],[\"name/3878\",[118,60.297]],[\"comment/3878\",[]],[\"name/3879\",[119,57.783]],[\"comment/3879\",[]],[\"name/3880\",[120,60.297]],[\"comment/3880\",[]],[\"name/3881\",[121,60.297]],[\"comment/3881\",[]],[\"name/3882\",[122,56.932]],[\"comment/3882\",[]],[\"name/3883\",[66,43.22]],[\"comment/3883\",[]],[\"name/3884\",[123,58.714]],[\"comment/3884\",[]],[\"name/3885\",[124,60.297]],[\"comment/3885\",[]],[\"name/3886\",[125,60.297]],[\"comment/3886\",[]],[\"name/3887\",[126,59.741]],[\"comment/3887\",[]],[\"name/3888\",[127,60.297]],[\"comment/3888\",[]],[\"name/3889\",[128,54.418]],[\"comment/3889\",[]],[\"name/3890\",[129,54.418]],[\"comment/3890\",[]],[\"name/3891\",[130,54.105]],[\"comment/3891\",[]],[\"name/3892\",[131,60.297]],[\"comment/3892\",[]],[\"name/3893\",[132,60.297]],[\"comment/3893\",[]],[\"name/3894\",[133,60.297]],[\"comment/3894\",[]],[\"name/3895\",[134,60.297]],[\"comment/3895\",[]],[\"name/3896\",[135,59.741]],[\"comment/3896\",[]],[\"name/3897\",[136,60.297]],[\"comment/3897\",[]],[\"name/3898\",[137,60.297]],[\"comment/3898\",[]],[\"name/3899\",[138,59.741]],[\"comment/3899\",[]],[\"name/3900\",[139,60.297]],[\"comment/3900\",[]],[\"name/3901\",[141,60.297]],[\"comment/3901\",[]],[\"name/3902\",[142,60.297]],[\"comment/3902\",[]],[\"name/3903\",[143,59.215]],[\"comment/3903\",[]],[\"name/3904\",[144,59.741]],[\"comment/3904\",[]],[\"name/3905\",[145,59.741]],[\"comment/3905\",[]],[\"name/3906\",[146,59.741]],[\"comment/3906\",[]],[\"name/3907\",[147,59.741]],[\"comment/3907\",[]],[\"name/3908\",[148,60.297]],[\"comment/3908\",[]],[\"name/3909\",[149,60.297]],[\"comment/3909\",[]],[\"name/3910\",[150,60.297]],[\"comment/3910\",[]],[\"name/3911\",[151,60.297]],[\"comment/3911\",[]],[\"name/3912\",[152,60.297]],[\"comment/3912\",[]],[\"name/3913\",[153,60.297]],[\"comment/3913\",[]],[\"name/3914\",[154,60.297]],[\"comment/3914\",[]],[\"name/3915\",[155,60.297]],[\"comment/3915\",[]],[\"name/3916\",[156,58.238]],[\"comment/3916\",[]],[\"name/3917\",[157,60.297]],[\"comment/3917\",[]],[\"name/3918\",[158,60.297]],[\"comment/3918\",[]],[\"name/3919\",[1,44.314]],[\"comment/3919\",[]],[\"name/3920\",[159,56.932]],[\"comment/3920\",[]],[\"name/3921\",[160,56.932]],[\"comment/3921\",[]],[\"name/3922\",[161,60.297]],[\"comment/3922\",[]],[\"name/3923\",[162,60.297]],[\"comment/3923\",[]],[\"name/3924\",[163,60.297]],[\"comment/3924\",[]],[\"name/3925\",[164,56.932]],[\"comment/3925\",[]],[\"name/3926\",[165,59.741]],[\"comment/3926\",[]],[\"name/3927\",[166,59.741]],[\"comment/3927\",[]],[\"name/3928\",[167,60.297]],[\"comment/3928\",[]],[\"name/3929\",[168,60.297]],[\"comment/3929\",[]],[\"name/3930\",[169,60.297]],[\"comment/3930\",[]],[\"name/3931\",[170,60.297]],[\"comment/3931\",[]],[\"name/3932\",[171,60.297]],[\"comment/3932\",[]],[\"name/3933\",[172,57.348]],[\"comment/3933\",[]],[\"name/3934\",[173,59.741]],[\"comment/3934\",[]],[\"name/3935\",[174,59.741]],[\"comment/3935\",[]],[\"name/3936\",[26,50.522]],[\"comment/3936\",[]],[\"name/3937\",[22,49.501]],[\"comment/3937\",[]],[\"name/3938\",[41,52.674]],[\"comment/3938\",[]],[\"name/3939\",[42,52.674]],[\"comment/3939\",[]],[\"name/3940\",[175,53.802]],[\"comment/3940\",[]],[\"name/3941\",[176,59.215]],[\"comment/3941\",[]],[\"name/3942\",[177,59.741]],[\"comment/3942\",[]],[\"name/3943\",[178,59.741]],[\"comment/3943\",[]],[\"name/3944\",[179,59.741]],[\"comment/3944\",[]],[\"name/3945\",[180,59.741]],[\"comment/3945\",[]],[\"name/3946\",[181,59.741]],[\"comment/3946\",[]],[\"name/3947\",[182,59.741]],[\"comment/3947\",[]],[\"name/3948\",[183,59.741]],[\"comment/3948\",[]],[\"name/3949\",[184,59.741]],[\"comment/3949\",[]],[\"name/3950\",[108,59.741]],[\"comment/3950\",[]],[\"name/3951\",[185,58.238]],[\"comment/3951\",[]],[\"name/3952\",[186,59.741]],[\"comment/3952\",[]],[\"name/3953\",[187,59.741]],[\"comment/3953\",[]],[\"name/3954\",[188,56.932]],[\"comment/3954\",[]],[\"name/3955\",[189,59.215]],[\"comment/3955\",[]],[\"name/3956\",[190,59.741]],[\"comment/3956\",[]],[\"name/3957\",[191,59.741]],[\"comment/3957\",[]],[\"name/3958\",[192,59.741]],[\"comment/3958\",[]],[\"name/3959\",[193,59.741]],[\"comment/3959\",[]],[\"name/3960\",[194,59.741]],[\"comment/3960\",[]],[\"name/3961\",[34,53.508]],[\"comment/3961\",[]],[\"name/3962\",[32,53.508]],[\"comment/3962\",[]],[\"name/3963\",[33,53.508]],[\"comment/3963\",[]],[\"name/3964\",[44,47.096]],[\"comment/3964\",[]],[\"name/3965\",[45,47.096]],[\"comment/3965\",[]],[\"name/3966\",[46,47.096]],[\"comment/3966\",[]],[\"name/3967\",[47,47.096]],[\"comment/3967\",[]],[\"name/3968\",[48,47.096]],[\"comment/3968\",[]],[\"name/3969\",[49,47.096]],[\"comment/3969\",[]],[\"name/3970\",[50,47.096]],[\"comment/3970\",[]],[\"name/3971\",[51,47.096]],[\"comment/3971\",[]],[\"name/3972\",[52,47.096]],[\"comment/3972\",[]],[\"name/3973\",[53,47.096]],[\"comment/3973\",[]],[\"name/3974\",[54,47.096]],[\"comment/3974\",[]],[\"name/3975\",[55,47.096]],[\"comment/3975\",[]],[\"name/3976\",[56,47.096]],[\"comment/3976\",[]],[\"name/3977\",[57,47.096]],[\"comment/3977\",[]],[\"name/3978\",[58,47.096]],[\"comment/3978\",[]],[\"name/3979\",[59,47.096]],[\"comment/3979\",[]],[\"name/3980\",[60,47.096]],[\"comment/3980\",[]],[\"name/3981\",[61,47.096]],[\"comment/3981\",[]],[\"name/3982\",[63,46.795]],[\"comment/3982\",[]],[\"name/3983\",[64,46.795]],[\"comment/3983\",[]],[\"name/3984\",[65,47.096]],[\"comment/3984\",[]],[\"name/3985\",[66,43.22]],[\"comment/3985\",[]],[\"name/3986\",[67,46.648]],[\"comment/3986\",[]],[\"name/3987\",[68,46.648]],[\"comment/3987\",[]],[\"name/3988\",[69,47.096]],[\"comment/3988\",[]],[\"name/3989\",[70,46.944]],[\"comment/3989\",[]],[\"name/3990\",[71,46.944]],[\"comment/3990\",[]],[\"name/3991\",[72,47.096]],[\"comment/3991\",[]],[\"name/3992\",[73,47.096]],[\"comment/3992\",[]],[\"name/3993\",[74,47.096]],[\"comment/3993\",[]],[\"name/3994\",[75,46.944]],[\"comment/3994\",[]],[\"name/3995\",[76,46.795]],[\"comment/3995\",[]],[\"name/3996\",[77,46.795]],[\"comment/3996\",[]],[\"name/3997\",[984,84.87]],[\"comment/3997\",[]],[\"name/3998\",[985,84.87]],[\"comment/3998\",[]],[\"name/3999\",[986,84.87]],[\"comment/3999\",[]],[\"name/4000\",[987,84.87]],[\"comment/4000\",[]],[\"name/4001\",[988,84.87]],[\"comment/4001\",[]],[\"name/4002\",[989,84.87]],[\"comment/4002\",[]],[\"name/4003\",[990,84.87]],[\"comment/4003\",[]],[\"name/4004\",[991,84.87]],[\"comment/4004\",[]],[\"name/4005\",[992,84.87]],[\"comment/4005\",[]],[\"name/4006\",[993,84.87]],[\"comment/4006\",[]],[\"name/4007\",[994,84.87]],[\"comment/4007\",[]],[\"name/4008\",[839,79.761]],[\"comment/4008\",[]],[\"name/4009\",[995,84.87]],[\"comment/4009\",[]],[\"name/4010\",[996,84.87]],[\"comment/4010\",[]],[\"name/4011\",[482,67.52]],[\"comment/4011\",[]],[\"name/4012\",[9,46.219]],[\"comment/4012\",[]],[\"name/4013\",[15,46.944]],[\"comment/4013\",[]],[\"name/4014\",[997,79.761]],[\"comment/4014\",[]],[\"name/4015\",[998,76.395]],[\"comment/4015\",[]],[\"name/4016\",[999,79.761]],[\"comment/4016\",[]],[\"name/4017\",[16,44.085]],[\"comment/4017\",[]],[\"name/4018\",[440,70.203]],[\"comment/4018\",[]],[\"name/4019\",[1000,79.761]],[\"comment/4019\",[]],[\"name/4020\",[1001,79.761]],[\"comment/4020\",[]],[\"name/4021\",[483,73.881]],[\"comment/4021\",[]],[\"name/4022\",[1002,79.761]],[\"comment/4022\",[]],[\"name/4023\",[1003,79.761]],[\"comment/4023\",[]],[\"name/4024\",[1004,79.761]],[\"comment/4024\",[]],[\"name/4025\",[1005,79.761]],[\"comment/4025\",[]],[\"name/4026\",[1006,79.761]],[\"comment/4026\",[]],[\"name/4027\",[1007,79.761]],[\"comment/4027\",[]],[\"name/4028\",[175,53.802]],[\"comment/4028\",[]],[\"name/4029\",[1008,79.761]],[\"comment/4029\",[]],[\"name/4030\",[1009,79.761]],[\"comment/4030\",[]],[\"name/4031\",[251,71.874]],[\"comment/4031\",[]],[\"name/4032\",[247,71.874]],[\"comment/4032\",[]],[\"name/4033\",[1010,79.761]],[\"comment/4033\",[]],[\"name/4034\",[1011,79.761]],[\"comment/4034\",[]],[\"name/4035\",[250,60.886]],[\"comment/4035\",[]],[\"name/4036\",[26,50.522]],[\"comment/4036\",[]],[\"name/4037\",[22,49.501]],[\"comment/4037\",[]],[\"name/4038\",[48,47.096]],[\"comment/4038\",[]],[\"name/4039\",[1012,79.761]],[\"comment/4039\",[]],[\"name/4040\",[1013,79.761]],[\"comment/4040\",[]],[\"name/4041\",[1014,79.761]],[\"comment/4041\",[]],[\"name/4042\",[1015,79.761]],[\"comment/4042\",[]],[\"name/4043\",[1016,79.761]],[\"comment/4043\",[]],[\"name/4044\",[1017,79.761]],[\"comment/4044\",[]],[\"name/4045\",[1018,76.395]],[\"comment/4045\",[]],[\"name/4046\",[1019,71.874]],[\"comment/4046\",[]],[\"name/4047\",[1020,76.395]],[\"comment/4047\",[]],[\"name/4048\",[1021,79.761]],[\"comment/4048\",[]],[\"name/4049\",[62,47.096]],[\"comment/4049\",[]],[\"name/4050\",[1022,79.761]],[\"comment/4050\",[]],[\"name/4051\",[1023,79.761]],[\"comment/4051\",[]],[\"name/4052\",[1024,79.761]],[\"comment/4052\",[]],[\"name/4053\",[1025,79.761]],[\"comment/4053\",[]],[\"name/4054\",[143,59.215]],[\"comment/4054\",[]],[\"name/4055\",[700,67.52]],[\"comment/4055\",[]],[\"name/4056\",[1026,79.761]],[\"comment/4056\",[]],[\"name/4057\",[1027,79.761]],[\"comment/4057\",[]],[\"name/4058\",[156,58.238]],[\"comment/4058\",[]],[\"name/4059\",[1028,79.761]],[\"comment/4059\",[]],[\"name/4060\",[1029,79.761]],[\"comment/4060\",[]],[\"name/4061\",[1030,79.761]],[\"comment/4061\",[]],[\"name/4062\",[1031,79.761]],[\"comment/4062\",[]],[\"name/4063\",[379,76.395]],[\"comment/4063\",[]],[\"name/4064\",[1032,79.761]],[\"comment/4064\",[]],[\"name/4065\",[1033,79.761]],[\"comment/4065\",[]],[\"name/4066\",[1034,79.761]],[\"comment/4066\",[]],[\"name/4067\",[1035,79.761]],[\"comment/4067\",[]],[\"name/4068\",[1036,79.761]],[\"comment/4068\",[]],[\"name/4069\",[1037,79.761]],[\"comment/4069\",[]],[\"name/4070\",[1038,79.761]],[\"comment/4070\",[]],[\"name/4071\",[1039,79.761]],[\"comment/4071\",[]],[\"name/4072\",[1040,79.761]],[\"comment/4072\",[]],[\"name/4073\",[1041,79.761]],[\"comment/4073\",[]],[\"name/4074\",[1042,79.761]],[\"comment/4074\",[]],[\"name/4075\",[1043,79.761]],[\"comment/4075\",[]],[\"name/4076\",[185,58.238]],[\"comment/4076\",[]],[\"name/4077\",[1044,79.761]],[\"comment/4077\",[]],[\"name/4078\",[10,58.238]],[\"comment/4078\",[]],[\"name/4079\",[25,44.667]],[\"comment/4079\",[]],[\"name/4080\",[1045,79.761]],[\"comment/4080\",[]],[\"name/4081\",[1046,79.761]],[\"comment/4081\",[]],[\"name/4082\",[1047,79.761]],[\"comment/4082\",[]],[\"name/4083\",[1048,79.761]],[\"comment/4083\",[]],[\"name/4084\",[44,47.096]],[\"comment/4084\",[]],[\"name/4085\",[45,47.096]],[\"comment/4085\",[]],[\"name/4086\",[46,47.096]],[\"comment/4086\",[]],[\"name/4087\",[47,47.096]],[\"comment/4087\",[]],[\"name/4088\",[49,47.096]],[\"comment/4088\",[]],[\"name/4089\",[50,47.096]],[\"comment/4089\",[]],[\"name/4090\",[51,47.096]],[\"comment/4090\",[]],[\"name/4091\",[52,47.096]],[\"comment/4091\",[]],[\"name/4092\",[53,47.096]],[\"comment/4092\",[]],[\"name/4093\",[54,47.096]],[\"comment/4093\",[]],[\"name/4094\",[55,47.096]],[\"comment/4094\",[]],[\"name/4095\",[56,47.096]],[\"comment/4095\",[]],[\"name/4096\",[57,47.096]],[\"comment/4096\",[]],[\"name/4097\",[58,47.096]],[\"comment/4097\",[]],[\"name/4098\",[59,47.096]],[\"comment/4098\",[]],[\"name/4099\",[60,47.096]],[\"comment/4099\",[]],[\"name/4100\",[61,47.096]],[\"comment/4100\",[]],[\"name/4101\",[63,46.795]],[\"comment/4101\",[]],[\"name/4102\",[64,46.795]],[\"comment/4102\",[]],[\"name/4103\",[65,47.096]],[\"comment/4103\",[]],[\"name/4104\",[66,43.22]],[\"comment/4104\",[]],[\"name/4105\",[67,46.648]],[\"comment/4105\",[]],[\"name/4106\",[68,46.648]],[\"comment/4106\",[]],[\"name/4107\",[69,47.096]],[\"comment/4107\",[]],[\"name/4108\",[70,46.944]],[\"comment/4108\",[]],[\"name/4109\",[71,46.944]],[\"comment/4109\",[]],[\"name/4110\",[72,47.096]],[\"comment/4110\",[]],[\"name/4111\",[73,47.096]],[\"comment/4111\",[]],[\"name/4112\",[74,47.096]],[\"comment/4112\",[]],[\"name/4113\",[75,46.944]],[\"comment/4113\",[]],[\"name/4114\",[76,46.795]],[\"comment/4114\",[]],[\"name/4115\",[77,46.795]],[\"comment/4115\",[]],[\"name/4116\",[551,79.761]],[\"comment/4116\",[]],[\"name/4117\",[1049,84.87]],[\"comment/4117\",[]],[\"name/4118\",[1050,84.87]],[\"comment/4118\",[]],[\"name/4119\",[1051,76.395]],[\"comment/4119\",[]],[\"name/4120\",[1052,84.87]],[\"comment/4120\",[]],[\"name/4121\",[1053,84.87]],[\"comment/4121\",[]],[\"name/4122\",[1054,84.87]],[\"comment/4122\",[]],[\"name/4123\",[329,71.874]],[\"comment/4123\",[]],[\"name/4124\",[522,76.395]],[\"comment/4124\",[]],[\"name/4125\",[9,46.219]],[\"comment/4125\",[]],[\"name/4126\",[17,57.783]],[\"comment/4126\",[]],[\"name/4127\",[946,76.395]],[\"comment/4127\",[]],[\"name/4128\",[13,54.105]],[\"comment/4128\",[]],[\"name/4129\",[15,46.944]],[\"comment/4129\",[]],[\"name/4130\",[16,44.085]],[\"comment/4130\",[]],[\"name/4131\",[106,76.395]],[\"comment/4131\",[]],[\"name/4132\",[107,70.203]],[\"comment/4132\",[]],[\"name/4133\",[25,44.667]],[\"comment/4133\",[]],[\"name/4134\",[1055,84.87]],[\"comment/4134\",[]],[\"name/4135\",[1056,84.87]],[\"comment/4135\",[]],[\"name/4136\",[1057,84.87]],[\"comment/4136\",[]],[\"name/4137\",[35,56.147]],[\"comment/4137\",[]],[\"name/4138\",[36,55.776]],[\"comment/4138\",[]],[\"name/4139\",[128,54.418]],[\"comment/4139\",[]],[\"name/4140\",[129,54.418]],[\"comment/4140\",[]],[\"name/4141\",[130,54.105]],[\"comment/4141\",[]],[\"name/4142\",[22,49.501]],[\"comment/4142\",[]],[\"name/4143\",[26,50.522]],[\"comment/4143\",[]],[\"name/4144\",[175,53.802]],[\"comment/4144\",[]],[\"name/4145\",[250,60.886]],[\"comment/4145\",[]],[\"name/4146\",[373,65.406]],[\"comment/4146\",[]],[\"name/4147\",[374,65.406]],[\"comment/4147\",[]],[\"name/4148\",[375,64.497]],[\"comment/4148\",[]],[\"name/4149\",[376,65.406]],[\"comment/4149\",[]],[\"name/4150\",[377,65.406]],[\"comment/4150\",[]],[\"name/4151\",[44,47.096]],[\"comment/4151\",[]],[\"name/4152\",[45,47.096]],[\"comment/4152\",[]],[\"name/4153\",[46,47.096]],[\"comment/4153\",[]],[\"name/4154\",[47,47.096]],[\"comment/4154\",[]],[\"name/4155\",[48,47.096]],[\"comment/4155\",[]],[\"name/4156\",[49,47.096]],[\"comment/4156\",[]],[\"name/4157\",[50,47.096]],[\"comment/4157\",[]],[\"name/4158\",[51,47.096]],[\"comment/4158\",[]],[\"name/4159\",[52,47.096]],[\"comment/4159\",[]],[\"name/4160\",[53,47.096]],[\"comment/4160\",[]],[\"name/4161\",[54,47.096]],[\"comment/4161\",[]],[\"name/4162\",[55,47.096]],[\"comment/4162\",[]],[\"name/4163\",[56,47.096]],[\"comment/4163\",[]],[\"name/4164\",[57,47.096]],[\"comment/4164\",[]],[\"name/4165\",[58,47.096]],[\"comment/4165\",[]],[\"name/4166\",[59,47.096]],[\"comment/4166\",[]],[\"name/4167\",[60,47.096]],[\"comment/4167\",[]],[\"name/4168\",[61,47.096]],[\"comment/4168\",[]],[\"name/4169\",[62,47.096]],[\"comment/4169\",[]],[\"name/4170\",[63,46.795]],[\"comment/4170\",[]],[\"name/4171\",[64,46.795]],[\"comment/4171\",[]],[\"name/4172\",[65,47.096]],[\"comment/4172\",[]],[\"name/4173\",[66,43.22]],[\"comment/4173\",[]],[\"name/4174\",[67,46.648]],[\"comment/4174\",[]],[\"name/4175\",[68,46.648]],[\"comment/4175\",[]],[\"name/4176\",[69,47.096]],[\"comment/4176\",[]],[\"name/4177\",[70,46.944]],[\"comment/4177\",[]],[\"name/4178\",[71,46.944]],[\"comment/4178\",[]],[\"name/4179\",[72,47.096]],[\"comment/4179\",[]],[\"name/4180\",[73,47.096]],[\"comment/4180\",[]],[\"name/4181\",[74,47.096]],[\"comment/4181\",[]],[\"name/4182\",[75,46.944]],[\"comment/4182\",[]],[\"name/4183\",[76,46.795]],[\"comment/4183\",[]],[\"name/4184\",[77,46.795]],[\"comment/4184\",[]],[\"name/4185\",[1058,84.87]],[\"comment/4185\",[]],[\"name/4186\",[509,73.881]],[\"comment/4186\",[]],[\"name/4187\",[9,46.219]],[\"comment/4187\",[]],[\"name/4188\",[15,46.944]],[\"comment/4188\",[]],[\"name/4189\",[17,57.783]],[\"comment/4189\",[]],[\"name/4190\",[946,76.395]],[\"comment/4190\",[]],[\"name/4191\",[16,44.085]],[\"comment/4191\",[]],[\"name/4192\",[1059,84.87]],[\"comment/4192\",[]],[\"name/4193\",[1060,84.87]],[\"comment/4193\",[]],[\"name/4194\",[390,79.761]],[\"comment/4194\",[]],[\"name/4195\",[107,70.203]],[\"comment/4195\",[]],[\"name/4196\",[106,76.395]],[\"comment/4196\",[]],[\"name/4197\",[1019,71.874]],[\"comment/4197\",[]],[\"name/4198\",[41,52.674]],[\"comment/4198\",[]],[\"name/4199\",[42,52.674]],[\"comment/4199\",[]],[\"name/4200\",[25,44.667]],[\"comment/4200\",[]],[\"name/4201\",[44,47.096]],[\"comment/4201\",[]],[\"name/4202\",[45,47.096]],[\"comment/4202\",[]],[\"name/4203\",[46,47.096]],[\"comment/4203\",[]],[\"name/4204\",[47,47.096]],[\"comment/4204\",[]],[\"name/4205\",[48,47.096]],[\"comment/4205\",[]],[\"name/4206\",[49,47.096]],[\"comment/4206\",[]],[\"name/4207\",[50,47.096]],[\"comment/4207\",[]],[\"name/4208\",[51,47.096]],[\"comment/4208\",[]],[\"name/4209\",[52,47.096]],[\"comment/4209\",[]],[\"name/4210\",[53,47.096]],[\"comment/4210\",[]],[\"name/4211\",[54,47.096]],[\"comment/4211\",[]],[\"name/4212\",[55,47.096]],[\"comment/4212\",[]],[\"name/4213\",[56,47.096]],[\"comment/4213\",[]],[\"name/4214\",[57,47.096]],[\"comment/4214\",[]],[\"name/4215\",[58,47.096]],[\"comment/4215\",[]],[\"name/4216\",[59,47.096]],[\"comment/4216\",[]],[\"name/4217\",[60,47.096]],[\"comment/4217\",[]],[\"name/4218\",[61,47.096]],[\"comment/4218\",[]],[\"name/4219\",[62,47.096]],[\"comment/4219\",[]],[\"name/4220\",[63,46.795]],[\"comment/4220\",[]],[\"name/4221\",[64,46.795]],[\"comment/4221\",[]],[\"name/4222\",[65,47.096]],[\"comment/4222\",[]],[\"name/4223\",[66,43.22]],[\"comment/4223\",[]],[\"name/4224\",[67,46.648]],[\"comment/4224\",[]],[\"name/4225\",[68,46.648]],[\"comment/4225\",[]],[\"name/4226\",[69,47.096]],[\"comment/4226\",[]],[\"name/4227\",[70,46.944]],[\"comment/4227\",[]],[\"name/4228\",[71,46.944]],[\"comment/4228\",[]],[\"name/4229\",[72,47.096]],[\"comment/4229\",[]],[\"name/4230\",[73,47.096]],[\"comment/4230\",[]],[\"name/4231\",[74,47.096]],[\"comment/4231\",[]],[\"name/4232\",[75,46.944]],[\"comment/4232\",[]],[\"name/4233\",[76,46.795]],[\"comment/4233\",[]],[\"name/4234\",[77,46.795]],[\"comment/4234\",[]],[\"name/4235\",[1061,84.87]],[\"comment/4235\",[]],[\"name/4236\",[1062,84.87]],[\"comment/4236\",[]],[\"name/4237\",[1063,84.87]],[\"comment/4237\",[]],[\"name/4238\",[1064,84.87]],[\"comment/4238\",[]],[\"name/4239\",[1065,84.87]],[\"comment/4239\",[]],[\"name/4240\",[260,65.406]],[\"comment/4240\",[]],[\"name/4241\",[116,57.348]],[\"comment/4241\",[]],[\"name/4242\",[535,76.395]],[\"comment/4242\",[]],[\"name/4243\",[9,46.219]],[\"comment/4243\",[]],[\"name/4244\",[17,57.783]],[\"comment/4244\",[]],[\"name/4245\",[1,44.314]],[\"comment/4245\",[]],[\"name/4246\",[1066,84.87]],[\"comment/4246\",[]],[\"name/4247\",[1067,84.87]],[\"comment/4247\",[]],[\"name/4248\",[1068,84.87]],[\"comment/4248\",[]],[\"name/4249\",[15,46.944]],[\"comment/4249\",[]],[\"name/4250\",[16,44.085]],[\"comment/4250\",[]],[\"name/4251\",[18,52.944]],[\"comment/4251\",[]],[\"name/4252\",[36,55.776]],[\"comment/4252\",[]],[\"name/4253\",[1069,84.87]],[\"comment/4253\",[]],[\"name/4254\",[397,70.203]],[\"comment/4254\",[]],[\"name/4255\",[1070,84.87]],[\"comment/4255\",[]],[\"name/4256\",[25,44.667]],[\"comment/4256\",[]],[\"name/4257\",[44,47.096]],[\"comment/4257\",[]],[\"name/4258\",[45,47.096]],[\"comment/4258\",[]],[\"name/4259\",[46,47.096]],[\"comment/4259\",[]],[\"name/4260\",[47,47.096]],[\"comment/4260\",[]],[\"name/4261\",[48,47.096]],[\"comment/4261\",[]],[\"name/4262\",[49,47.096]],[\"comment/4262\",[]],[\"name/4263\",[50,47.096]],[\"comment/4263\",[]],[\"name/4264\",[51,47.096]],[\"comment/4264\",[]],[\"name/4265\",[52,47.096]],[\"comment/4265\",[]],[\"name/4266\",[53,47.096]],[\"comment/4266\",[]],[\"name/4267\",[54,47.096]],[\"comment/4267\",[]],[\"name/4268\",[55,47.096]],[\"comment/4268\",[]],[\"name/4269\",[56,47.096]],[\"comment/4269\",[]],[\"name/4270\",[57,47.096]],[\"comment/4270\",[]],[\"name/4271\",[58,47.096]],[\"comment/4271\",[]],[\"name/4272\",[59,47.096]],[\"comment/4272\",[]],[\"name/4273\",[60,47.096]],[\"comment/4273\",[]],[\"name/4274\",[61,47.096]],[\"comment/4274\",[]],[\"name/4275\",[62,47.096]],[\"comment/4275\",[]],[\"name/4276\",[63,46.795]],[\"comment/4276\",[]],[\"name/4277\",[64,46.795]],[\"comment/4277\",[]],[\"name/4278\",[65,47.096]],[\"comment/4278\",[]],[\"name/4279\",[66,43.22]],[\"comment/4279\",[]],[\"name/4280\",[67,46.648]],[\"comment/4280\",[]],[\"name/4281\",[68,46.648]],[\"comment/4281\",[]],[\"name/4282\",[69,47.096]],[\"comment/4282\",[]],[\"name/4283\",[70,46.944]],[\"comment/4283\",[]],[\"name/4284\",[71,46.944]],[\"comment/4284\",[]],[\"name/4285\",[72,47.096]],[\"comment/4285\",[]],[\"name/4286\",[73,47.096]],[\"comment/4286\",[]],[\"name/4287\",[74,47.096]],[\"comment/4287\",[]],[\"name/4288\",[75,46.944]],[\"comment/4288\",[]],[\"name/4289\",[76,46.795]],[\"comment/4289\",[]],[\"name/4290\",[77,46.795]],[\"comment/4290\",[]],[\"name/4291\",[1071,84.87]],[\"comment/4291\",[]],[\"name/4292\",[1072,79.761]],[\"comment/4292\",[]],[\"name/4293\",[1073,79.761]],[\"comment/4293\",[]],[\"name/4294\",[1074,79.761]],[\"comment/4294\",[]],[\"name/4295\",[1075,79.761]],[\"comment/4295\",[]],[\"name/4296\",[512,73.881]],[\"comment/4296\",[]],[\"name/4297\",[9,46.219]],[\"comment/4297\",[]],[\"name/4298\",[15,46.944]],[\"comment/4298\",[]],[\"name/4299\",[1076,84.87]],[\"comment/4299\",[]],[\"name/4300\",[1,44.314]],[\"comment/4300\",[]],[\"name/4301\",[84,71.874]],[\"comment/4301\",[]],[\"name/4302\",[85,71.874]],[\"comment/4302\",[]],[\"name/4303\",[555,76.395]],[\"comment/4303\",[]],[\"name/4304\",[16,44.085]],[\"comment/4304\",[]],[\"name/4305\",[18,52.944]],[\"comment/4305\",[]],[\"name/4306\",[1,44.314]],[\"comment/4306\",[]],[\"name/4307\",[837,79.761]],[\"comment/4307\",[]],[\"name/4308\",[838,79.761]],[\"comment/4308\",[]],[\"name/4309\",[235,76.395]],[\"comment/4309\",[]],[\"name/4310\",[1077,84.87]],[\"comment/4310\",[]],[\"name/4311\",[1078,84.87]],[\"comment/4311\",[]],[\"name/4312\",[950,76.395]],[\"comment/4312\",[]],[\"name/4313\",[1079,84.87]],[\"comment/4313\",[]],[\"name/4314\",[1080,84.87]],[\"comment/4314\",[]],[\"name/4315\",[1081,84.87]],[\"comment/4315\",[]],[\"name/4316\",[1082,84.87]],[\"comment/4316\",[]],[\"name/4317\",[1083,84.87]],[\"comment/4317\",[]],[\"name/4318\",[1084,84.87]],[\"comment/4318\",[]],[\"name/4319\",[1019,71.874]],[\"comment/4319\",[]],[\"name/4320\",[397,70.203]],[\"comment/4320\",[]],[\"name/4321\",[1085,84.87]],[\"comment/4321\",[]],[\"name/4322\",[1086,84.87]],[\"comment/4322\",[]],[\"name/4323\",[25,44.667]],[\"comment/4323\",[]],[\"name/4324\",[44,47.096]],[\"comment/4324\",[]],[\"name/4325\",[45,47.096]],[\"comment/4325\",[]],[\"name/4326\",[46,47.096]],[\"comment/4326\",[]],[\"name/4327\",[47,47.096]],[\"comment/4327\",[]],[\"name/4328\",[48,47.096]],[\"comment/4328\",[]],[\"name/4329\",[49,47.096]],[\"comment/4329\",[]],[\"name/4330\",[50,47.096]],[\"comment/4330\",[]],[\"name/4331\",[51,47.096]],[\"comment/4331\",[]],[\"name/4332\",[52,47.096]],[\"comment/4332\",[]],[\"name/4333\",[53,47.096]],[\"comment/4333\",[]],[\"name/4334\",[54,47.096]],[\"comment/4334\",[]],[\"name/4335\",[55,47.096]],[\"comment/4335\",[]],[\"name/4336\",[56,47.096]],[\"comment/4336\",[]],[\"name/4337\",[57,47.096]],[\"comment/4337\",[]],[\"name/4338\",[58,47.096]],[\"comment/4338\",[]],[\"name/4339\",[59,47.096]],[\"comment/4339\",[]],[\"name/4340\",[60,47.096]],[\"comment/4340\",[]],[\"name/4341\",[61,47.096]],[\"comment/4341\",[]],[\"name/4342\",[62,47.096]],[\"comment/4342\",[]],[\"name/4343\",[63,46.795]],[\"comment/4343\",[]],[\"name/4344\",[64,46.795]],[\"comment/4344\",[]],[\"name/4345\",[65,47.096]],[\"comment/4345\",[]],[\"name/4346\",[66,43.22]],[\"comment/4346\",[]],[\"name/4347\",[67,46.648]],[\"comment/4347\",[]],[\"name/4348\",[68,46.648]],[\"comment/4348\",[]],[\"name/4349\",[69,47.096]],[\"comment/4349\",[]],[\"name/4350\",[70,46.944]],[\"comment/4350\",[]],[\"name/4351\",[71,46.944]],[\"comment/4351\",[]],[\"name/4352\",[72,47.096]],[\"comment/4352\",[]],[\"name/4353\",[73,47.096]],[\"comment/4353\",[]],[\"name/4354\",[74,47.096]],[\"comment/4354\",[]],[\"name/4355\",[75,46.944]],[\"comment/4355\",[]],[\"name/4356\",[76,46.795]],[\"comment/4356\",[]],[\"name/4357\",[77,46.795]],[\"comment/4357\",[]],[\"name/4358\",[1087,84.87]],[\"comment/4358\",[]],[\"name/4359\",[1088,79.761]],[\"comment/4359\",[]],[\"name/4360\",[1089,84.87]],[\"comment/4360\",[]],[\"name/4361\",[1090,84.87]],[\"comment/4361\",[]],[\"name/4362\",[1091,84.87]],[\"comment/4362\",[]],[\"name/4363\",[552,79.761]],[\"comment/4363\",[]],[\"name/4364\",[80,70.203]],[\"comment/4364\",[]],[\"name/4365\",[79,67.52]],[\"comment/4365\",[]],[\"name/4366\",[81,67.52]],[\"comment/4366\",[]],[\"name/4367\",[816,79.761]],[\"comment/4367\",[]],[\"name/4368\",[817,79.761]],[\"comment/4368\",[]],[\"name/4369\",[407,73.881]],[\"comment/4369\",[]],[\"name/4370\",[1051,76.395]],[\"comment/4370\",[]],[\"name/4371\",[536,76.395]],[\"comment/4371\",[]],[\"name/4372\",[9,46.219]],[\"comment/4372\",[]],[\"name/4373\",[13,54.105]],[\"comment/4373\",[]],[\"name/4374\",[15,46.944]],[\"comment/4374\",[]],[\"name/4375\",[16,44.085]],[\"comment/4375\",[]],[\"name/4376\",[35,56.147]],[\"comment/4376\",[]],[\"name/4377\",[36,55.776]],[\"comment/4377\",[]],[\"name/4378\",[128,54.418]],[\"comment/4378\",[]],[\"name/4379\",[129,54.418]],[\"comment/4379\",[]],[\"name/4380\",[130,54.105]],[\"comment/4380\",[]],[\"name/4381\",[22,49.501]],[\"comment/4381\",[]],[\"name/4382\",[26,50.522]],[\"comment/4382\",[]],[\"name/4383\",[175,53.802]],[\"comment/4383\",[]],[\"name/4384\",[250,60.886]],[\"comment/4384\",[]],[\"name/4385\",[373,65.406]],[\"comment/4385\",[]],[\"name/4386\",[374,65.406]],[\"comment/4386\",[]],[\"name/4387\",[375,64.497]],[\"comment/4387\",[]],[\"name/4388\",[376,65.406]],[\"comment/4388\",[]],[\"name/4389\",[377,65.406]],[\"comment/4389\",[]],[\"name/4390\",[25,44.667]],[\"comment/4390\",[]],[\"name/4391\",[44,47.096]],[\"comment/4391\",[]],[\"name/4392\",[45,47.096]],[\"comment/4392\",[]],[\"name/4393\",[46,47.096]],[\"comment/4393\",[]],[\"name/4394\",[47,47.096]],[\"comment/4394\",[]],[\"name/4395\",[48,47.096]],[\"comment/4395\",[]],[\"name/4396\",[49,47.096]],[\"comment/4396\",[]],[\"name/4397\",[50,47.096]],[\"comment/4397\",[]],[\"name/4398\",[51,47.096]],[\"comment/4398\",[]],[\"name/4399\",[52,47.096]],[\"comment/4399\",[]],[\"name/4400\",[53,47.096]],[\"comment/4400\",[]],[\"name/4401\",[54,47.096]],[\"comment/4401\",[]],[\"name/4402\",[55,47.096]],[\"comment/4402\",[]],[\"name/4403\",[56,47.096]],[\"comment/4403\",[]],[\"name/4404\",[57,47.096]],[\"comment/4404\",[]],[\"name/4405\",[58,47.096]],[\"comment/4405\",[]],[\"name/4406\",[59,47.096]],[\"comment/4406\",[]],[\"name/4407\",[60,47.096]],[\"comment/4407\",[]],[\"name/4408\",[61,47.096]],[\"comment/4408\",[]],[\"name/4409\",[62,47.096]],[\"comment/4409\",[]],[\"name/4410\",[63,46.795]],[\"comment/4410\",[]],[\"name/4411\",[64,46.795]],[\"comment/4411\",[]],[\"name/4412\",[65,47.096]],[\"comment/4412\",[]],[\"name/4413\",[66,43.22]],[\"comment/4413\",[]],[\"name/4414\",[67,46.648]],[\"comment/4414\",[]],[\"name/4415\",[68,46.648]],[\"comment/4415\",[]],[\"name/4416\",[69,47.096]],[\"comment/4416\",[]],[\"name/4417\",[70,46.944]],[\"comment/4417\",[]],[\"name/4418\",[71,46.944]],[\"comment/4418\",[]],[\"name/4419\",[72,47.096]],[\"comment/4419\",[]],[\"name/4420\",[73,47.096]],[\"comment/4420\",[]],[\"name/4421\",[74,47.096]],[\"comment/4421\",[]],[\"name/4422\",[75,46.944]],[\"comment/4422\",[]],[\"name/4423\",[76,46.795]],[\"comment/4423\",[]],[\"name/4424\",[77,46.795]],[\"comment/4424\",[]],[\"name/4425\",[1092,84.87]],[\"comment/4425\",[]],[\"name/4426\",[1093,79.761]],[\"comment/4426\",[]],[\"name/4427\",[1094,79.761]],[\"comment/4427\",[]],[\"name/4428\",[1095,84.87]],[\"comment/4428\",[]],[\"name/4429\",[1096,84.87]],[\"comment/4429\",[]],[\"name/4430\",[1097,84.87]],[\"comment/4430\",[]],[\"name/4431\",[1098,84.87]],[\"comment/4431\",[]],[\"name/4432\",[1099,84.87]],[\"comment/4432\",[]],[\"name/4433\",[1100,84.87]],[\"comment/4433\",[]],[\"name/4434\",[1101,84.87]],[\"comment/4434\",[]],[\"name/4435\",[1102,84.87]],[\"comment/4435\",[]],[\"name/4436\",[1103,84.87]],[\"comment/4436\",[]],[\"name/4437\",[0,59.741]],[\"comment/4437\",[]],[\"name/4438\",[763,76.395]],[\"comment/4438\",[]],[\"name/4439\",[762,76.395]],[\"comment/4439\",[]],[\"name/4440\",[126,59.741]],[\"comment/4440\",[]],[\"name/4441\",[1104,84.87]],[\"comment/4441\",[]],[\"name/4442\",[1105,84.87]],[\"comment/4442\",[]],[\"name/4443\",[1106,84.87]],[\"comment/4443\",[]],[\"name/4444\",[1107,84.87]],[\"comment/4444\",[]],[\"name/4445\",[1108,84.87]],[\"comment/4445\",[]],[\"name/4446\",[413,67.52]],[\"comment/4446\",[]],[\"name/4447\",[1109,84.87]],[\"comment/4447\",[]],[\"name/4448\",[684,64.497]],[\"comment/4448\",[]],[\"name/4449\",[750,76.395]],[\"comment/4449\",[]],[\"name/4450\",[751,71.874]],[\"comment/4450\",[]],[\"name/4451\",[752,71.874]],[\"comment/4451\",[]],[\"name/4452\",[123,58.714]],[\"comment/4452\",[]],[\"name/4453\",[119,57.783]],[\"comment/4453\",[]],[\"name/4454\",[753,76.395]],[\"comment/4454\",[]],[\"name/4455\",[370,66.408]],[\"comment/4455\",[]],[\"name/4456\",[111,57.348]],[\"comment/4456\",[]],[\"name/4457\",[416,63.663]],[\"comment/4457\",[]],[\"name/4458\",[0,59.741]],[\"comment/4458\",[]],[\"name/4459\",[415,64.497]],[\"comment/4459\",[]],[\"name/4460\",[17,57.783]],[\"comment/4460\",[]],[\"name/4461\",[754,70.203]],[\"comment/4461\",[]],[\"name/4462\",[755,70.203]],[\"comment/4462\",[]],[\"name/4463\",[492,73.881]],[\"comment/4463\",[]],[\"name/4464\",[8,57.348]],[\"comment/4464\",[]],[\"name/4465\",[9,46.219]],[\"comment/4465\",[]],[\"name/4466\",[757,79.761]],[\"comment/4466\",[]],[\"name/4467\",[758,79.761]],[\"comment/4467\",[]],[\"name/4468\",[756,79.761]],[\"comment/4468\",[]],[\"name/4469\",[759,79.761]],[\"comment/4469\",[]],[\"name/4470\",[10,58.238]],[\"comment/4470\",[]],[\"name/4471\",[188,56.932]],[\"comment/4471\",[]],[\"name/4472\",[104,60.297]],[\"comment/4472\",[]],[\"name/4473\",[105,59.741]],[\"comment/4473\",[]],[\"name/4474\",[15,46.944]],[\"comment/4474\",[]],[\"name/4475\",[16,44.085]],[\"comment/4475\",[]],[\"name/4476\",[762,76.395]],[\"comment/4476\",[]],[\"name/4477\",[763,76.395]],[\"comment/4477\",[]],[\"name/4478\",[172,57.348]],[\"comment/4478\",[]],[\"name/4479\",[155,60.297]],[\"comment/4479\",[]],[\"name/4480\",[688,70.203]],[\"comment/4480\",[]],[\"name/4481\",[764,79.761]],[\"comment/4481\",[]],[\"name/4482\",[765,79.761]],[\"comment/4482\",[]],[\"name/4483\",[766,79.761]],[\"comment/4483\",[]],[\"name/4484\",[767,79.761]],[\"comment/4484\",[]],[\"name/4485\",[62,47.096]],[\"comment/4485\",[]],[\"name/4486\",[136,60.297]],[\"comment/4486\",[]],[\"name/4487\",[126,59.741]],[\"comment/4487\",[]],[\"name/4488\",[768,79.761]],[\"comment/4488\",[]],[\"name/4489\",[150,60.297]],[\"comment/4489\",[]],[\"name/4490\",[701,70.203]],[\"comment/4490\",[]],[\"name/4491\",[694,70.203]],[\"comment/4491\",[]],[\"name/4492\",[143,59.215]],[\"comment/4492\",[]],[\"name/4493\",[700,67.52]],[\"comment/4493\",[]],[\"name/4494\",[130,54.105]],[\"comment/4494\",[]],[\"name/4495\",[769,76.395]],[\"comment/4495\",[]],[\"name/4496\",[770,79.761]],[\"comment/4496\",[]],[\"name/4497\",[168,60.297]],[\"comment/4497\",[]],[\"name/4498\",[169,60.297]],[\"comment/4498\",[]],[\"name/4499\",[137,60.297]],[\"comment/4499\",[]],[\"name/4500\",[158,60.297]],[\"comment/4500\",[]],[\"name/4501\",[1,44.314]],[\"comment/4501\",[]],[\"name/4502\",[159,56.932]],[\"comment/4502\",[]],[\"name/4503\",[160,56.932]],[\"comment/4503\",[]],[\"name/4504\",[46,47.096]],[\"comment/4504\",[]],[\"name/4505\",[771,79.761]],[\"comment/4505\",[]],[\"name/4506\",[772,79.761]],[\"comment/4506\",[]],[\"name/4507\",[773,79.761]],[\"comment/4507\",[]],[\"name/4508\",[774,79.761]],[\"comment/4508\",[]],[\"name/4509\",[775,79.761]],[\"comment/4509\",[]],[\"name/4510\",[776,79.761]],[\"comment/4510\",[]],[\"name/4511\",[777,79.761]],[\"comment/4511\",[]],[\"name/4512\",[778,79.761]],[\"comment/4512\",[]],[\"name/4513\",[779,79.761]],[\"comment/4513\",[]],[\"name/4514\",[780,79.761]],[\"comment/4514\",[]],[\"name/4515\",[781,79.761]],[\"comment/4515\",[]],[\"name/4516\",[109,56.531]],[\"comment/4516\",[]],[\"name/4517\",[782,79.761]],[\"comment/4517\",[]],[\"name/4518\",[783,79.761]],[\"comment/4518\",[]],[\"name/4519\",[784,79.761]],[\"comment/4519\",[]],[\"name/4520\",[785,79.761]],[\"comment/4520\",[]],[\"name/4521\",[786,79.761]],[\"comment/4521\",[]],[\"name/4522\",[787,79.761]],[\"comment/4522\",[]],[\"name/4523\",[748,70.203]],[\"comment/4523\",[]],[\"name/4524\",[788,79.761]],[\"comment/4524\",[]],[\"name/4525\",[789,73.881]],[\"comment/4525\",[]],[\"name/4526\",[790,79.761]],[\"comment/4526\",[]],[\"name/4527\",[702,70.203]],[\"comment/4527\",[]],[\"name/4528\",[760,79.761]],[\"comment/4528\",[]],[\"name/4529\",[696,70.203]],[\"comment/4529\",[]],[\"name/4530\",[25,44.667]],[\"comment/4530\",[]],[\"name/4531\",[684,64.497]],[\"comment/4531\",[]],[\"name/4532\",[443,63.663]],[\"comment/4532\",[]],[\"name/4533\",[685,70.203]],[\"comment/4533\",[]],[\"name/4534\",[686,70.203]],[\"comment/4534\",[]],[\"name/4535\",[687,70.203]],[\"comment/4535\",[]],[\"name/4536\",[689,70.203]],[\"comment/4536\",[]],[\"name/4537\",[690,70.203]],[\"comment/4537\",[]],[\"name/4538\",[691,70.203]],[\"comment/4538\",[]],[\"name/4539\",[218,68.772]],[\"comment/4539\",[]],[\"name/4540\",[692,70.203]],[\"comment/4540\",[]],[\"name/4541\",[166,59.741]],[\"comment/4541\",[]],[\"name/4542\",[693,70.203]],[\"comment/4542\",[]],[\"name/4543\",[695,70.203]],[\"comment/4543\",[]],[\"name/4544\",[697,70.203]],[\"comment/4544\",[]],[\"name/4545\",[167,60.297]],[\"comment/4545\",[]],[\"name/4546\",[1,44.314]],[\"comment/4546\",[]],[\"name/4547\",[698,68.772]],[\"comment/4547\",[]],[\"name/4548\",[699,68.772]],[\"comment/4548\",[]],[\"name/4549\",[188,56.932]],[\"comment/4549\",[]],[\"name/4550\",[110,59.741]],[\"comment/4550\",[]],[\"name/4551\",[111,57.348]],[\"comment/4551\",[]],[\"name/4552\",[112,59.741]],[\"comment/4552\",[]],[\"name/4553\",[18,52.944]],[\"comment/4553\",[]],[\"name/4554\",[1,44.314]],[\"comment/4554\",[]],[\"name/4555\",[113,60.297]],[\"comment/4555\",[]],[\"name/4556\",[25,44.667]],[\"comment/4556\",[]],[\"name/4557\",[114,60.297]],[\"comment/4557\",[]],[\"name/4558\",[115,60.297]],[\"comment/4558\",[]],[\"name/4559\",[116,57.348]],[\"comment/4559\",[]],[\"name/4560\",[117,60.297]],[\"comment/4560\",[]],[\"name/4561\",[118,60.297]],[\"comment/4561\",[]],[\"name/4562\",[119,57.783]],[\"comment/4562\",[]],[\"name/4563\",[120,60.297]],[\"comment/4563\",[]],[\"name/4564\",[121,60.297]],[\"comment/4564\",[]],[\"name/4565\",[122,56.932]],[\"comment/4565\",[]],[\"name/4566\",[66,43.22]],[\"comment/4566\",[]],[\"name/4567\",[123,58.714]],[\"comment/4567\",[]],[\"name/4568\",[124,60.297]],[\"comment/4568\",[]],[\"name/4569\",[125,60.297]],[\"comment/4569\",[]],[\"name/4570\",[127,60.297]],[\"comment/4570\",[]],[\"name/4571\",[128,54.418]],[\"comment/4571\",[]],[\"name/4572\",[129,54.418]],[\"comment/4572\",[]],[\"name/4573\",[131,60.297]],[\"comment/4573\",[]],[\"name/4574\",[132,60.297]],[\"comment/4574\",[]],[\"name/4575\",[133,60.297]],[\"comment/4575\",[]],[\"name/4576\",[134,60.297]],[\"comment/4576\",[]],[\"name/4577\",[135,59.741]],[\"comment/4577\",[]],[\"name/4578\",[138,59.741]],[\"comment/4578\",[]],[\"name/4579\",[139,60.297]],[\"comment/4579\",[]],[\"name/4580\",[140,60.297]],[\"comment/4580\",[]],[\"name/4581\",[141,60.297]],[\"comment/4581\",[]],[\"name/4582\",[142,60.297]],[\"comment/4582\",[]],[\"name/4583\",[144,59.741]],[\"comment/4583\",[]],[\"name/4584\",[145,59.741]],[\"comment/4584\",[]],[\"name/4585\",[146,59.741]],[\"comment/4585\",[]],[\"name/4586\",[147,59.741]],[\"comment/4586\",[]],[\"name/4587\",[148,60.297]],[\"comment/4587\",[]],[\"name/4588\",[149,60.297]],[\"comment/4588\",[]],[\"name/4589\",[151,60.297]],[\"comment/4589\",[]],[\"name/4590\",[152,60.297]],[\"comment/4590\",[]],[\"name/4591\",[153,60.297]],[\"comment/4591\",[]],[\"name/4592\",[154,60.297]],[\"comment/4592\",[]],[\"name/4593\",[156,58.238]],[\"comment/4593\",[]],[\"name/4594\",[157,60.297]],[\"comment/4594\",[]],[\"name/4595\",[161,60.297]],[\"comment/4595\",[]],[\"name/4596\",[162,60.297]],[\"comment/4596\",[]],[\"name/4597\",[163,60.297]],[\"comment/4597\",[]],[\"name/4598\",[164,56.932]],[\"comment/4598\",[]],[\"name/4599\",[165,59.741]],[\"comment/4599\",[]],[\"name/4600\",[170,60.297]],[\"comment/4600\",[]],[\"name/4601\",[171,60.297]],[\"comment/4601\",[]],[\"name/4602\",[173,59.741]],[\"comment/4602\",[]],[\"name/4603\",[174,59.741]],[\"comment/4603\",[]],[\"name/4604\",[26,50.522]],[\"comment/4604\",[]],[\"name/4605\",[22,49.501]],[\"comment/4605\",[]],[\"name/4606\",[41,52.674]],[\"comment/4606\",[]],[\"name/4607\",[42,52.674]],[\"comment/4607\",[]],[\"name/4608\",[175,53.802]],[\"comment/4608\",[]],[\"name/4609\",[176,59.215]],[\"comment/4609\",[]],[\"name/4610\",[177,59.741]],[\"comment/4610\",[]],[\"name/4611\",[178,59.741]],[\"comment/4611\",[]],[\"name/4612\",[179,59.741]],[\"comment/4612\",[]],[\"name/4613\",[180,59.741]],[\"comment/4613\",[]],[\"name/4614\",[181,59.741]],[\"comment/4614\",[]],[\"name/4615\",[182,59.741]],[\"comment/4615\",[]],[\"name/4616\",[183,59.741]],[\"comment/4616\",[]],[\"name/4617\",[184,59.741]],[\"comment/4617\",[]],[\"name/4618\",[108,59.741]],[\"comment/4618\",[]],[\"name/4619\",[185,58.238]],[\"comment/4619\",[]],[\"name/4620\",[186,59.741]],[\"comment/4620\",[]],[\"name/4621\",[187,59.741]],[\"comment/4621\",[]],[\"name/4622\",[189,59.215]],[\"comment/4622\",[]],[\"name/4623\",[190,59.741]],[\"comment/4623\",[]],[\"name/4624\",[191,59.741]],[\"comment/4624\",[]],[\"name/4625\",[192,59.741]],[\"comment/4625\",[]],[\"name/4626\",[193,59.741]],[\"comment/4626\",[]],[\"name/4627\",[194,59.741]],[\"comment/4627\",[]],[\"name/4628\",[34,53.508]],[\"comment/4628\",[]],[\"name/4629\",[32,53.508]],[\"comment/4629\",[]],[\"name/4630\",[33,53.508]],[\"comment/4630\",[]],[\"name/4631\",[44,47.096]],[\"comment/4631\",[]],[\"name/4632\",[45,47.096]],[\"comment/4632\",[]],[\"name/4633\",[47,47.096]],[\"comment/4633\",[]],[\"name/4634\",[48,47.096]],[\"comment/4634\",[]],[\"name/4635\",[49,47.096]],[\"comment/4635\",[]],[\"name/4636\",[50,47.096]],[\"comment/4636\",[]],[\"name/4637\",[51,47.096]],[\"comment/4637\",[]],[\"name/4638\",[52,47.096]],[\"comment/4638\",[]],[\"name/4639\",[53,47.096]],[\"comment/4639\",[]],[\"name/4640\",[54,47.096]],[\"comment/4640\",[]],[\"name/4641\",[55,47.096]],[\"comment/4641\",[]],[\"name/4642\",[56,47.096]],[\"comment/4642\",[]],[\"name/4643\",[57,47.096]],[\"comment/4643\",[]],[\"name/4644\",[58,47.096]],[\"comment/4644\",[]],[\"name/4645\",[59,47.096]],[\"comment/4645\",[]],[\"name/4646\",[60,47.096]],[\"comment/4646\",[]],[\"name/4647\",[61,47.096]],[\"comment/4647\",[]],[\"name/4648\",[63,46.795]],[\"comment/4648\",[]],[\"name/4649\",[64,46.795]],[\"comment/4649\",[]],[\"name/4650\",[65,47.096]],[\"comment/4650\",[]],[\"name/4651\",[66,43.22]],[\"comment/4651\",[]],[\"name/4652\",[67,46.648]],[\"comment/4652\",[]],[\"name/4653\",[68,46.648]],[\"comment/4653\",[]],[\"name/4654\",[69,47.096]],[\"comment/4654\",[]],[\"name/4655\",[70,46.944]],[\"comment/4655\",[]],[\"name/4656\",[71,46.944]],[\"comment/4656\",[]],[\"name/4657\",[72,47.096]],[\"comment/4657\",[]],[\"name/4658\",[73,47.096]],[\"comment/4658\",[]],[\"name/4659\",[74,47.096]],[\"comment/4659\",[]],[\"name/4660\",[75,46.944]],[\"comment/4660\",[]],[\"name/4661\",[76,46.795]],[\"comment/4661\",[]],[\"name/4662\",[77,46.795]],[\"comment/4662\",[]],[\"name/4663\",[534,76.395]],[\"comment/4663\",[]],[\"name/4664\",[9,46.219]],[\"comment/4664\",[]],[\"name/4665\",[15,46.944]],[\"comment/4665\",[]],[\"name/4666\",[17,57.783]],[\"comment/4666\",[]],[\"name/4667\",[1,44.314]],[\"comment/4667\",[]],[\"name/4668\",[329,71.874]],[\"comment/4668\",[]],[\"name/4669\",[1110,84.87]],[\"comment/4669\",[]],[\"name/4670\",[1111,84.87]],[\"comment/4670\",[]],[\"name/4671\",[1112,84.87]],[\"comment/4671\",[]],[\"name/4672\",[1113,84.87]],[\"comment/4672\",[]],[\"name/4673\",[1114,84.87]],[\"comment/4673\",[]],[\"name/4674\",[1115,84.87]],[\"comment/4674\",[]],[\"name/4675\",[1116,84.87]],[\"comment/4675\",[]],[\"name/4676\",[1117,84.87]],[\"comment/4676\",[]],[\"name/4677\",[1118,84.87]],[\"comment/4677\",[]],[\"name/4678\",[1119,84.87]],[\"comment/4678\",[]],[\"name/4679\",[1120,84.87]],[\"comment/4679\",[]],[\"name/4680\",[1121,84.87]],[\"comment/4680\",[]],[\"name/4681\",[13,54.105]],[\"comment/4681\",[]],[\"name/4682\",[16,44.085]],[\"comment/4682\",[]],[\"name/4683\",[1122,73.881]],[\"comment/4683\",[]],[\"name/4684\",[1123,71.874]],[\"comment/4684\",[]],[\"name/4685\",[25,44.667]],[\"comment/4685\",[]],[\"name/4686\",[1124,84.87]],[\"comment/4686\",[]],[\"name/4687\",[1125,84.87]],[\"comment/4687\",[]],[\"name/4688\",[1126,84.87]],[\"comment/4688\",[]],[\"name/4689\",[35,56.147]],[\"comment/4689\",[]],[\"name/4690\",[36,55.776]],[\"comment/4690\",[]],[\"name/4691\",[128,54.418]],[\"comment/4691\",[]],[\"name/4692\",[129,54.418]],[\"comment/4692\",[]],[\"name/4693\",[130,54.105]],[\"comment/4693\",[]],[\"name/4694\",[22,49.501]],[\"comment/4694\",[]],[\"name/4695\",[26,50.522]],[\"comment/4695\",[]],[\"name/4696\",[175,53.802]],[\"comment/4696\",[]],[\"name/4697\",[250,60.886]],[\"comment/4697\",[]],[\"name/4698\",[373,65.406]],[\"comment/4698\",[]],[\"name/4699\",[374,65.406]],[\"comment/4699\",[]],[\"name/4700\",[375,64.497]],[\"comment/4700\",[]],[\"name/4701\",[376,65.406]],[\"comment/4701\",[]],[\"name/4702\",[377,65.406]],[\"comment/4702\",[]],[\"name/4703\",[44,47.096]],[\"comment/4703\",[]],[\"name/4704\",[45,47.096]],[\"comment/4704\",[]],[\"name/4705\",[46,47.096]],[\"comment/4705\",[]],[\"name/4706\",[47,47.096]],[\"comment/4706\",[]],[\"name/4707\",[48,47.096]],[\"comment/4707\",[]],[\"name/4708\",[49,47.096]],[\"comment/4708\",[]],[\"name/4709\",[50,47.096]],[\"comment/4709\",[]],[\"name/4710\",[51,47.096]],[\"comment/4710\",[]],[\"name/4711\",[52,47.096]],[\"comment/4711\",[]],[\"name/4712\",[53,47.096]],[\"comment/4712\",[]],[\"name/4713\",[54,47.096]],[\"comment/4713\",[]],[\"name/4714\",[55,47.096]],[\"comment/4714\",[]],[\"name/4715\",[56,47.096]],[\"comment/4715\",[]],[\"name/4716\",[57,47.096]],[\"comment/4716\",[]],[\"name/4717\",[58,47.096]],[\"comment/4717\",[]],[\"name/4718\",[59,47.096]],[\"comment/4718\",[]],[\"name/4719\",[60,47.096]],[\"comment/4719\",[]],[\"name/4720\",[61,47.096]],[\"comment/4720\",[]],[\"name/4721\",[62,47.096]],[\"comment/4721\",[]],[\"name/4722\",[63,46.795]],[\"comment/4722\",[]],[\"name/4723\",[64,46.795]],[\"comment/4723\",[]],[\"name/4724\",[65,47.096]],[\"comment/4724\",[]],[\"name/4725\",[66,43.22]],[\"comment/4725\",[]],[\"name/4726\",[67,46.648]],[\"comment/4726\",[]],[\"name/4727\",[68,46.648]],[\"comment/4727\",[]],[\"name/4728\",[69,47.096]],[\"comment/4728\",[]],[\"name/4729\",[70,46.944]],[\"comment/4729\",[]],[\"name/4730\",[71,46.944]],[\"comment/4730\",[]],[\"name/4731\",[72,47.096]],[\"comment/4731\",[]],[\"name/4732\",[73,47.096]],[\"comment/4732\",[]],[\"name/4733\",[74,47.096]],[\"comment/4733\",[]],[\"name/4734\",[75,46.944]],[\"comment/4734\",[]],[\"name/4735\",[76,46.795]],[\"comment/4735\",[]],[\"name/4736\",[77,46.795]],[\"comment/4736\",[]],[\"name/4737\",[1127,79.761]],[\"comment/4737\",[]],[\"name/4738\",[9,46.219]],[\"comment/4738\",[]],[\"name/4739\",[15,46.944]],[\"comment/4739\",[]],[\"name/4740\",[13,54.105]],[\"comment/4740\",[]],[\"name/4741\",[16,44.085]],[\"comment/4741\",[]],[\"name/4742\",[1128,84.87]],[\"comment/4742\",[]],[\"name/4743\",[1122,73.881]],[\"comment/4743\",[]],[\"name/4744\",[1123,71.874]],[\"comment/4744\",[]],[\"name/4745\",[25,44.667]],[\"comment/4745\",[]],[\"name/4746\",[35,56.147]],[\"comment/4746\",[]],[\"name/4747\",[36,55.776]],[\"comment/4747\",[]],[\"name/4748\",[128,54.418]],[\"comment/4748\",[]],[\"name/4749\",[129,54.418]],[\"comment/4749\",[]],[\"name/4750\",[130,54.105]],[\"comment/4750\",[]],[\"name/4751\",[22,49.501]],[\"comment/4751\",[]],[\"name/4752\",[26,50.522]],[\"comment/4752\",[]],[\"name/4753\",[175,53.802]],[\"comment/4753\",[]],[\"name/4754\",[250,60.886]],[\"comment/4754\",[]],[\"name/4755\",[373,65.406]],[\"comment/4755\",[]],[\"name/4756\",[374,65.406]],[\"comment/4756\",[]],[\"name/4757\",[375,64.497]],[\"comment/4757\",[]],[\"name/4758\",[376,65.406]],[\"comment/4758\",[]],[\"name/4759\",[377,65.406]],[\"comment/4759\",[]],[\"name/4760\",[44,47.096]],[\"comment/4760\",[]],[\"name/4761\",[45,47.096]],[\"comment/4761\",[]],[\"name/4762\",[46,47.096]],[\"comment/4762\",[]],[\"name/4763\",[47,47.096]],[\"comment/4763\",[]],[\"name/4764\",[48,47.096]],[\"comment/4764\",[]],[\"name/4765\",[49,47.096]],[\"comment/4765\",[]],[\"name/4766\",[50,47.096]],[\"comment/4766\",[]],[\"name/4767\",[51,47.096]],[\"comment/4767\",[]],[\"name/4768\",[52,47.096]],[\"comment/4768\",[]],[\"name/4769\",[53,47.096]],[\"comment/4769\",[]],[\"name/4770\",[54,47.096]],[\"comment/4770\",[]],[\"name/4771\",[55,47.096]],[\"comment/4771\",[]],[\"name/4772\",[56,47.096]],[\"comment/4772\",[]],[\"name/4773\",[57,47.096]],[\"comment/4773\",[]],[\"name/4774\",[58,47.096]],[\"comment/4774\",[]],[\"name/4775\",[59,47.096]],[\"comment/4775\",[]],[\"name/4776\",[60,47.096]],[\"comment/4776\",[]],[\"name/4777\",[61,47.096]],[\"comment/4777\",[]],[\"name/4778\",[62,47.096]],[\"comment/4778\",[]],[\"name/4779\",[63,46.795]],[\"comment/4779\",[]],[\"name/4780\",[64,46.795]],[\"comment/4780\",[]],[\"name/4781\",[65,47.096]],[\"comment/4781\",[]],[\"name/4782\",[66,43.22]],[\"comment/4782\",[]],[\"name/4783\",[67,46.648]],[\"comment/4783\",[]],[\"name/4784\",[68,46.648]],[\"comment/4784\",[]],[\"name/4785\",[69,47.096]],[\"comment/4785\",[]],[\"name/4786\",[70,46.944]],[\"comment/4786\",[]],[\"name/4787\",[71,46.944]],[\"comment/4787\",[]],[\"name/4788\",[72,47.096]],[\"comment/4788\",[]],[\"name/4789\",[73,47.096]],[\"comment/4789\",[]],[\"name/4790\",[74,47.096]],[\"comment/4790\",[]],[\"name/4791\",[75,46.944]],[\"comment/4791\",[]],[\"name/4792\",[76,46.795]],[\"comment/4792\",[]],[\"name/4793\",[77,46.795]],[\"comment/4793\",[]],[\"name/4794\",[1129,84.87]],[\"comment/4794\",[]],[\"name/4795\",[1130,84.87]],[\"comment/4795\",[]],[\"name/4796\",[416,63.663]],[\"comment/4796\",[]],[\"name/4797\",[415,64.497]],[\"comment/4797\",[]],[\"name/4798\",[958,79.761]],[\"comment/4798\",[]],[\"name/4799\",[537,76.395]],[\"comment/4799\",[]],[\"name/4800\",[9,46.219]],[\"comment/4800\",[]],[\"name/4801\",[15,46.944]],[\"comment/4801\",[]],[\"name/4802\",[13,54.105]],[\"comment/4802\",[]],[\"name/4803\",[16,44.085]],[\"comment/4803\",[]],[\"name/4804\",[18,52.944]],[\"comment/4804\",[]],[\"name/4805\",[1,44.314]],[\"comment/4805\",[]],[\"name/4806\",[119,57.783]],[\"comment/4806\",[]],[\"name/4807\",[1018,76.395]],[\"comment/4807\",[]],[\"name/4808\",[1122,73.881]],[\"comment/4808\",[]],[\"name/4809\",[1123,71.874]],[\"comment/4809\",[]],[\"name/4810\",[25,44.667]],[\"comment/4810\",[]],[\"name/4811\",[35,56.147]],[\"comment/4811\",[]],[\"name/4812\",[36,55.776]],[\"comment/4812\",[]],[\"name/4813\",[128,54.418]],[\"comment/4813\",[]],[\"name/4814\",[129,54.418]],[\"comment/4814\",[]],[\"name/4815\",[130,54.105]],[\"comment/4815\",[]],[\"name/4816\",[22,49.501]],[\"comment/4816\",[]],[\"name/4817\",[26,50.522]],[\"comment/4817\",[]],[\"name/4818\",[175,53.802]],[\"comment/4818\",[]],[\"name/4819\",[250,60.886]],[\"comment/4819\",[]],[\"name/4820\",[373,65.406]],[\"comment/4820\",[]],[\"name/4821\",[374,65.406]],[\"comment/4821\",[]],[\"name/4822\",[375,64.497]],[\"comment/4822\",[]],[\"name/4823\",[376,65.406]],[\"comment/4823\",[]],[\"name/4824\",[377,65.406]],[\"comment/4824\",[]],[\"name/4825\",[44,47.096]],[\"comment/4825\",[]],[\"name/4826\",[45,47.096]],[\"comment/4826\",[]],[\"name/4827\",[46,47.096]],[\"comment/4827\",[]],[\"name/4828\",[47,47.096]],[\"comment/4828\",[]],[\"name/4829\",[48,47.096]],[\"comment/4829\",[]],[\"name/4830\",[49,47.096]],[\"comment/4830\",[]],[\"name/4831\",[50,47.096]],[\"comment/4831\",[]],[\"name/4832\",[51,47.096]],[\"comment/4832\",[]],[\"name/4833\",[52,47.096]],[\"comment/4833\",[]],[\"name/4834\",[53,47.096]],[\"comment/4834\",[]],[\"name/4835\",[54,47.096]],[\"comment/4835\",[]],[\"name/4836\",[55,47.096]],[\"comment/4836\",[]],[\"name/4837\",[56,47.096]],[\"comment/4837\",[]],[\"name/4838\",[57,47.096]],[\"comment/4838\",[]],[\"name/4839\",[58,47.096]],[\"comment/4839\",[]],[\"name/4840\",[59,47.096]],[\"comment/4840\",[]],[\"name/4841\",[60,47.096]],[\"comment/4841\",[]],[\"name/4842\",[61,47.096]],[\"comment/4842\",[]],[\"name/4843\",[62,47.096]],[\"comment/4843\",[]],[\"name/4844\",[63,46.795]],[\"comment/4844\",[]],[\"name/4845\",[64,46.795]],[\"comment/4845\",[]],[\"name/4846\",[65,47.096]],[\"comment/4846\",[]],[\"name/4847\",[66,43.22]],[\"comment/4847\",[]],[\"name/4848\",[67,46.648]],[\"comment/4848\",[]],[\"name/4849\",[68,46.648]],[\"comment/4849\",[]],[\"name/4850\",[69,47.096]],[\"comment/4850\",[]],[\"name/4851\",[70,46.944]],[\"comment/4851\",[]],[\"name/4852\",[71,46.944]],[\"comment/4852\",[]],[\"name/4853\",[72,47.096]],[\"comment/4853\",[]],[\"name/4854\",[73,47.096]],[\"comment/4854\",[]],[\"name/4855\",[74,47.096]],[\"comment/4855\",[]],[\"name/4856\",[75,46.944]],[\"comment/4856\",[]],[\"name/4857\",[76,46.795]],[\"comment/4857\",[]],[\"name/4858\",[77,46.795]],[\"comment/4858\",[]],[\"name/4859\",[538,76.395]],[\"comment/4859\",[]],[\"name/4860\",[9,46.219]],[\"comment/4860\",[]],[\"name/4861\",[15,46.944]],[\"comment/4861\",[]],[\"name/4862\",[13,54.105]],[\"comment/4862\",[]],[\"name/4863\",[16,44.085]],[\"comment/4863\",[]],[\"name/4864\",[1131,84.87]],[\"comment/4864\",[]],[\"name/4865\",[1122,73.881]],[\"comment/4865\",[]],[\"name/4866\",[1123,71.874]],[\"comment/4866\",[]],[\"name/4867\",[1019,71.874]],[\"comment/4867\",[]],[\"name/4868\",[25,44.667]],[\"comment/4868\",[]],[\"name/4869\",[35,56.147]],[\"comment/4869\",[]],[\"name/4870\",[36,55.776]],[\"comment/4870\",[]],[\"name/4871\",[128,54.418]],[\"comment/4871\",[]],[\"name/4872\",[129,54.418]],[\"comment/4872\",[]],[\"name/4873\",[130,54.105]],[\"comment/4873\",[]],[\"name/4874\",[22,49.501]],[\"comment/4874\",[]],[\"name/4875\",[26,50.522]],[\"comment/4875\",[]],[\"name/4876\",[175,53.802]],[\"comment/4876\",[]],[\"name/4877\",[250,60.886]],[\"comment/4877\",[]],[\"name/4878\",[373,65.406]],[\"comment/4878\",[]],[\"name/4879\",[374,65.406]],[\"comment/4879\",[]],[\"name/4880\",[375,64.497]],[\"comment/4880\",[]],[\"name/4881\",[376,65.406]],[\"comment/4881\",[]],[\"name/4882\",[377,65.406]],[\"comment/4882\",[]],[\"name/4883\",[44,47.096]],[\"comment/4883\",[]],[\"name/4884\",[45,47.096]],[\"comment/4884\",[]],[\"name/4885\",[46,47.096]],[\"comment/4885\",[]],[\"name/4886\",[47,47.096]],[\"comment/4886\",[]],[\"name/4887\",[48,47.096]],[\"comment/4887\",[]],[\"name/4888\",[49,47.096]],[\"comment/4888\",[]],[\"name/4889\",[50,47.096]],[\"comment/4889\",[]],[\"name/4890\",[51,47.096]],[\"comment/4890\",[]],[\"name/4891\",[52,47.096]],[\"comment/4891\",[]],[\"name/4892\",[53,47.096]],[\"comment/4892\",[]],[\"name/4893\",[54,47.096]],[\"comment/4893\",[]],[\"name/4894\",[55,47.096]],[\"comment/4894\",[]],[\"name/4895\",[56,47.096]],[\"comment/4895\",[]],[\"name/4896\",[57,47.096]],[\"comment/4896\",[]],[\"name/4897\",[58,47.096]],[\"comment/4897\",[]],[\"name/4898\",[59,47.096]],[\"comment/4898\",[]],[\"name/4899\",[60,47.096]],[\"comment/4899\",[]],[\"name/4900\",[61,47.096]],[\"comment/4900\",[]],[\"name/4901\",[62,47.096]],[\"comment/4901\",[]],[\"name/4902\",[63,46.795]],[\"comment/4902\",[]],[\"name/4903\",[64,46.795]],[\"comment/4903\",[]],[\"name/4904\",[65,47.096]],[\"comment/4904\",[]],[\"name/4905\",[66,43.22]],[\"comment/4905\",[]],[\"name/4906\",[67,46.648]],[\"comment/4906\",[]],[\"name/4907\",[68,46.648]],[\"comment/4907\",[]],[\"name/4908\",[69,47.096]],[\"comment/4908\",[]],[\"name/4909\",[70,46.944]],[\"comment/4909\",[]],[\"name/4910\",[71,46.944]],[\"comment/4910\",[]],[\"name/4911\",[72,47.096]],[\"comment/4911\",[]],[\"name/4912\",[73,47.096]],[\"comment/4912\",[]],[\"name/4913\",[74,47.096]],[\"comment/4913\",[]],[\"name/4914\",[75,46.944]],[\"comment/4914\",[]],[\"name/4915\",[76,46.795]],[\"comment/4915\",[]],[\"name/4916\",[77,46.795]],[\"comment/4916\",[]],[\"name/4917\",[1132,84.87]],[\"comment/4917\",[]],[\"name/4918\",[1072,79.761]],[\"comment/4918\",[]],[\"name/4919\",[1074,79.761]],[\"comment/4919\",[]],[\"name/4920\",[1073,79.761]],[\"comment/4920\",[]],[\"name/4921\",[1075,79.761]],[\"comment/4921\",[]],[\"name/4922\",[511,73.881]],[\"comment/4922\",[]],[\"name/4923\",[9,46.219]],[\"comment/4923\",[]],[\"name/4924\",[15,46.944]],[\"comment/4924\",[]],[\"name/4925\",[16,44.085]],[\"comment/4925\",[]],[\"name/4926\",[18,52.944]],[\"comment/4926\",[]],[\"name/4927\",[1,44.314]],[\"comment/4927\",[]],[\"name/4928\",[1133,76.395]],[\"comment/4928\",[]],[\"name/4929\",[1134,76.395]],[\"comment/4929\",[]],[\"name/4930\",[1135,76.395]],[\"comment/4930\",[]],[\"name/4931\",[1136,76.395]],[\"comment/4931\",[]],[\"name/4932\",[1137,76.395]],[\"comment/4932\",[]],[\"name/4933\",[1138,76.395]],[\"comment/4933\",[]],[\"name/4934\",[116,57.348]],[\"comment/4934\",[]],[\"name/4935\",[1139,73.881]],[\"comment/4935\",[]],[\"name/4936\",[397,70.203]],[\"comment/4936\",[]],[\"name/4937\",[398,73.881]],[\"comment/4937\",[]],[\"name/4938\",[1140,76.395]],[\"comment/4938\",[]],[\"name/4939\",[1141,76.395]],[\"comment/4939\",[]],[\"name/4940\",[217,71.874]],[\"comment/4940\",[]],[\"name/4941\",[25,44.667]],[\"comment/4941\",[]],[\"name/4942\",[44,47.096]],[\"comment/4942\",[]],[\"name/4943\",[45,47.096]],[\"comment/4943\",[]],[\"name/4944\",[46,47.096]],[\"comment/4944\",[]],[\"name/4945\",[47,47.096]],[\"comment/4945\",[]],[\"name/4946\",[48,47.096]],[\"comment/4946\",[]],[\"name/4947\",[49,47.096]],[\"comment/4947\",[]],[\"name/4948\",[50,47.096]],[\"comment/4948\",[]],[\"name/4949\",[51,47.096]],[\"comment/4949\",[]],[\"name/4950\",[52,47.096]],[\"comment/4950\",[]],[\"name/4951\",[53,47.096]],[\"comment/4951\",[]],[\"name/4952\",[54,47.096]],[\"comment/4952\",[]],[\"name/4953\",[55,47.096]],[\"comment/4953\",[]],[\"name/4954\",[56,47.096]],[\"comment/4954\",[]],[\"name/4955\",[57,47.096]],[\"comment/4955\",[]],[\"name/4956\",[58,47.096]],[\"comment/4956\",[]],[\"name/4957\",[59,47.096]],[\"comment/4957\",[]],[\"name/4958\",[60,47.096]],[\"comment/4958\",[]],[\"name/4959\",[61,47.096]],[\"comment/4959\",[]],[\"name/4960\",[62,47.096]],[\"comment/4960\",[]],[\"name/4961\",[63,46.795]],[\"comment/4961\",[]],[\"name/4962\",[64,46.795]],[\"comment/4962\",[]],[\"name/4963\",[65,47.096]],[\"comment/4963\",[]],[\"name/4964\",[66,43.22]],[\"comment/4964\",[]],[\"name/4965\",[67,46.648]],[\"comment/4965\",[]],[\"name/4966\",[68,46.648]],[\"comment/4966\",[]],[\"name/4967\",[69,47.096]],[\"comment/4967\",[]],[\"name/4968\",[70,46.944]],[\"comment/4968\",[]],[\"name/4969\",[71,46.944]],[\"comment/4969\",[]],[\"name/4970\",[72,47.096]],[\"comment/4970\",[]],[\"name/4971\",[73,47.096]],[\"comment/4971\",[]],[\"name/4972\",[74,47.096]],[\"comment/4972\",[]],[\"name/4973\",[75,46.944]],[\"comment/4973\",[]],[\"name/4974\",[76,46.795]],[\"comment/4974\",[]],[\"name/4975\",[77,46.795]],[\"comment/4975\",[]],[\"name/4976\",[553,79.761]],[\"comment/4976\",[]],[\"name/4977\",[329,71.874]],[\"comment/4977\",[]],[\"name/4978\",[407,73.881]],[\"comment/4978\",[]],[\"name/4979\",[1142,84.87]],[\"comment/4979\",[]],[\"name/4980\",[1051,76.395]],[\"comment/4980\",[]],[\"name/4981\",[1143,84.87]],[\"comment/4981\",[]],[\"name/4982\",[547,76.395]],[\"comment/4982\",[]],[\"name/4983\",[9,46.219]],[\"comment/4983\",[]],[\"name/4984\",[17,57.783]],[\"comment/4984\",[]],[\"name/4985\",[15,46.944]],[\"comment/4985\",[]],[\"name/4986\",[13,54.105]],[\"comment/4986\",[]],[\"name/4987\",[16,44.085]],[\"comment/4987\",[]],[\"name/4988\",[1123,71.874]],[\"comment/4988\",[]],[\"name/4989\",[25,44.667]],[\"comment/4989\",[]],[\"name/4990\",[35,56.147]],[\"comment/4990\",[]],[\"name/4991\",[36,55.776]],[\"comment/4991\",[]],[\"name/4992\",[128,54.418]],[\"comment/4992\",[]],[\"name/4993\",[129,54.418]],[\"comment/4993\",[]],[\"name/4994\",[130,54.105]],[\"comment/4994\",[]],[\"name/4995\",[22,49.501]],[\"comment/4995\",[]],[\"name/4996\",[26,50.522]],[\"comment/4996\",[]],[\"name/4997\",[175,53.802]],[\"comment/4997\",[]],[\"name/4998\",[250,60.886]],[\"comment/4998\",[]],[\"name/4999\",[373,65.406]],[\"comment/4999\",[]],[\"name/5000\",[374,65.406]],[\"comment/5000\",[]],[\"name/5001\",[375,64.497]],[\"comment/5001\",[]],[\"name/5002\",[376,65.406]],[\"comment/5002\",[]],[\"name/5003\",[377,65.406]],[\"comment/5003\",[]],[\"name/5004\",[44,47.096]],[\"comment/5004\",[]],[\"name/5005\",[45,47.096]],[\"comment/5005\",[]],[\"name/5006\",[46,47.096]],[\"comment/5006\",[]],[\"name/5007\",[47,47.096]],[\"comment/5007\",[]],[\"name/5008\",[48,47.096]],[\"comment/5008\",[]],[\"name/5009\",[49,47.096]],[\"comment/5009\",[]],[\"name/5010\",[50,47.096]],[\"comment/5010\",[]],[\"name/5011\",[51,47.096]],[\"comment/5011\",[]],[\"name/5012\",[52,47.096]],[\"comment/5012\",[]],[\"name/5013\",[53,47.096]],[\"comment/5013\",[]],[\"name/5014\",[54,47.096]],[\"comment/5014\",[]],[\"name/5015\",[55,47.096]],[\"comment/5015\",[]],[\"name/5016\",[56,47.096]],[\"comment/5016\",[]],[\"name/5017\",[57,47.096]],[\"comment/5017\",[]],[\"name/5018\",[58,47.096]],[\"comment/5018\",[]],[\"name/5019\",[59,47.096]],[\"comment/5019\",[]],[\"name/5020\",[60,47.096]],[\"comment/5020\",[]],[\"name/5021\",[61,47.096]],[\"comment/5021\",[]],[\"name/5022\",[62,47.096]],[\"comment/5022\",[]],[\"name/5023\",[63,46.795]],[\"comment/5023\",[]],[\"name/5024\",[64,46.795]],[\"comment/5024\",[]],[\"name/5025\",[65,47.096]],[\"comment/5025\",[]],[\"name/5026\",[66,43.22]],[\"comment/5026\",[]],[\"name/5027\",[67,46.648]],[\"comment/5027\",[]],[\"name/5028\",[68,46.648]],[\"comment/5028\",[]],[\"name/5029\",[69,47.096]],[\"comment/5029\",[]],[\"name/5030\",[70,46.944]],[\"comment/5030\",[]],[\"name/5031\",[71,46.944]],[\"comment/5031\",[]],[\"name/5032\",[72,47.096]],[\"comment/5032\",[]],[\"name/5033\",[73,47.096]],[\"comment/5033\",[]],[\"name/5034\",[74,47.096]],[\"comment/5034\",[]],[\"name/5035\",[75,46.944]],[\"comment/5035\",[]],[\"name/5036\",[76,46.795]],[\"comment/5036\",[]],[\"name/5037\",[77,46.795]],[\"comment/5037\",[]],[\"name/5038\",[1144,84.87]],[\"comment/5038\",[]],[\"name/5039\",[1145,84.87]],[\"comment/5039\",[]],[\"name/5040\",[1146,84.87]],[\"comment/5040\",[]],[\"name/5041\",[1147,84.87]],[\"comment/5041\",[]],[\"name/5042\",[1148,84.87]],[\"comment/5042\",[]],[\"name/5043\",[1149,84.87]],[\"comment/5043\",[]],[\"name/5044\",[1150,84.87]],[\"comment/5044\",[]],[\"name/5045\",[1151,84.87]],[\"comment/5045\",[]],[\"name/5046\",[684,64.497]],[\"comment/5046\",[]],[\"name/5047\",[1152,84.87]],[\"comment/5047\",[]],[\"name/5048\",[1094,79.761]],[\"comment/5048\",[]],[\"name/5049\",[1093,79.761]],[\"comment/5049\",[]],[\"name/5050\",[1153,84.87]],[\"comment/5050\",[]],[\"name/5051\",[1154,84.87]],[\"comment/5051\",[]],[\"name/5052\",[443,63.663]],[\"comment/5052\",[]],[\"name/5053\",[8,57.348]],[\"comment/5053\",[]],[\"name/5054\",[9,46.219]],[\"comment/5054\",[]],[\"name/5055\",[233,76.395]],[\"comment/5055\",[]],[\"name/5056\",[234,76.395]],[\"comment/5056\",[]],[\"name/5057\",[6,60.297]],[\"comment/5057\",[]],[\"name/5058\",[260,65.406]],[\"comment/5058\",[]],[\"name/5059\",[15,46.944]],[\"comment/5059\",[]],[\"name/5060\",[16,44.085]],[\"comment/5060\",[]],[\"name/5061\",[469,70.203]],[\"comment/5061\",[]],[\"name/5062\",[1155,84.87]],[\"comment/5062\",[]],[\"name/5063\",[1139,73.881]],[\"comment/5063\",[]],[\"name/5064\",[1156,84.87]],[\"comment/5064\",[]],[\"name/5065\",[1157,84.87]],[\"comment/5065\",[]],[\"name/5066\",[1158,84.87]],[\"comment/5066\",[]],[\"name/5067\",[1020,76.395]],[\"comment/5067\",[]],[\"name/5068\",[62,47.096]],[\"comment/5068\",[]],[\"name/5069\",[1159,84.87]],[\"comment/5069\",[]],[\"name/5070\",[1,44.314]],[\"comment/5070\",[]],[\"name/5071\",[698,68.772]],[\"comment/5071\",[]],[\"name/5072\",[699,68.772]],[\"comment/5072\",[]],[\"name/5073\",[1160,84.87]],[\"comment/5073\",[]],[\"name/5074\",[1161,84.87]],[\"comment/5074\",[]],[\"name/5075\",[1162,84.87]],[\"comment/5075\",[]],[\"name/5076\",[1163,84.87]],[\"comment/5076\",[]],[\"name/5077\",[25,44.667]],[\"comment/5077\",[]],[\"name/5078\",[44,47.096]],[\"comment/5078\",[]],[\"name/5079\",[45,47.096]],[\"comment/5079\",[]],[\"name/5080\",[46,47.096]],[\"comment/5080\",[]],[\"name/5081\",[47,47.096]],[\"comment/5081\",[]],[\"name/5082\",[48,47.096]],[\"comment/5082\",[]],[\"name/5083\",[49,47.096]],[\"comment/5083\",[]],[\"name/5084\",[50,47.096]],[\"comment/5084\",[]],[\"name/5085\",[51,47.096]],[\"comment/5085\",[]],[\"name/5086\",[52,47.096]],[\"comment/5086\",[]],[\"name/5087\",[53,47.096]],[\"comment/5087\",[]],[\"name/5088\",[54,47.096]],[\"comment/5088\",[]],[\"name/5089\",[55,47.096]],[\"comment/5089\",[]],[\"name/5090\",[56,47.096]],[\"comment/5090\",[]],[\"name/5091\",[57,47.096]],[\"comment/5091\",[]],[\"name/5092\",[58,47.096]],[\"comment/5092\",[]],[\"name/5093\",[59,47.096]],[\"comment/5093\",[]],[\"name/5094\",[60,47.096]],[\"comment/5094\",[]],[\"name/5095\",[61,47.096]],[\"comment/5095\",[]],[\"name/5096\",[63,46.795]],[\"comment/5096\",[]],[\"name/5097\",[64,46.795]],[\"comment/5097\",[]],[\"name/5098\",[65,47.096]],[\"comment/5098\",[]],[\"name/5099\",[66,43.22]],[\"comment/5099\",[]],[\"name/5100\",[67,46.648]],[\"comment/5100\",[]],[\"name/5101\",[68,46.648]],[\"comment/5101\",[]],[\"name/5102\",[69,47.096]],[\"comment/5102\",[]],[\"name/5103\",[70,46.944]],[\"comment/5103\",[]],[\"name/5104\",[71,46.944]],[\"comment/5104\",[]],[\"name/5105\",[72,47.096]],[\"comment/5105\",[]],[\"name/5106\",[73,47.096]],[\"comment/5106\",[]],[\"name/5107\",[74,47.096]],[\"comment/5107\",[]],[\"name/5108\",[75,46.944]],[\"comment/5108\",[]],[\"name/5109\",[76,46.795]],[\"comment/5109\",[]],[\"name/5110\",[77,46.795]],[\"comment/5110\",[]],[\"name/5111\",[1164,79.761]],[\"comment/5111\",[]],[\"name/5112\",[9,46.219]],[\"comment/5112\",[]],[\"name/5113\",[104,60.297]],[\"comment/5113\",[]],[\"name/5114\",[105,59.741]],[\"comment/5114\",[]],[\"name/5115\",[15,46.944]],[\"comment/5115\",[]],[\"name/5116\",[16,44.085]],[\"comment/5116\",[]],[\"name/5117\",[684,64.497]],[\"comment/5117\",[]],[\"name/5118\",[443,63.663]],[\"comment/5118\",[]],[\"name/5119\",[685,70.203]],[\"comment/5119\",[]],[\"name/5120\",[686,70.203]],[\"comment/5120\",[]],[\"name/5121\",[687,70.203]],[\"comment/5121\",[]],[\"name/5122\",[688,70.203]],[\"comment/5122\",[]],[\"name/5123\",[689,70.203]],[\"comment/5123\",[]],[\"name/5124\",[690,70.203]],[\"comment/5124\",[]],[\"name/5125\",[691,70.203]],[\"comment/5125\",[]],[\"name/5126\",[218,68.772]],[\"comment/5126\",[]],[\"name/5127\",[692,70.203]],[\"comment/5127\",[]],[\"name/5128\",[166,59.741]],[\"comment/5128\",[]],[\"name/5129\",[693,70.203]],[\"comment/5129\",[]],[\"name/5130\",[694,70.203]],[\"comment/5130\",[]],[\"name/5131\",[695,70.203]],[\"comment/5131\",[]],[\"name/5132\",[696,70.203]],[\"comment/5132\",[]],[\"name/5133\",[697,70.203]],[\"comment/5133\",[]],[\"name/5134\",[167,60.297]],[\"comment/5134\",[]],[\"name/5135\",[1,44.314]],[\"comment/5135\",[]],[\"name/5136\",[698,68.772]],[\"comment/5136\",[]],[\"name/5137\",[699,68.772]],[\"comment/5137\",[]],[\"name/5138\",[143,59.215]],[\"comment/5138\",[]],[\"name/5139\",[700,67.52]],[\"comment/5139\",[]],[\"name/5140\",[701,70.203]],[\"comment/5140\",[]],[\"name/5141\",[188,56.932]],[\"comment/5141\",[]],[\"name/5142\",[702,70.203]],[\"comment/5142\",[]],[\"name/5143\",[110,59.741]],[\"comment/5143\",[]],[\"name/5144\",[111,57.348]],[\"comment/5144\",[]],[\"name/5145\",[112,59.741]],[\"comment/5145\",[]],[\"name/5146\",[18,52.944]],[\"comment/5146\",[]],[\"name/5147\",[1,44.314]],[\"comment/5147\",[]],[\"name/5148\",[113,60.297]],[\"comment/5148\",[]],[\"name/5149\",[25,44.667]],[\"comment/5149\",[]],[\"name/5150\",[114,60.297]],[\"comment/5150\",[]],[\"name/5151\",[115,60.297]],[\"comment/5151\",[]],[\"name/5152\",[116,57.348]],[\"comment/5152\",[]],[\"name/5153\",[117,60.297]],[\"comment/5153\",[]],[\"name/5154\",[118,60.297]],[\"comment/5154\",[]],[\"name/5155\",[119,57.783]],[\"comment/5155\",[]],[\"name/5156\",[120,60.297]],[\"comment/5156\",[]],[\"name/5157\",[121,60.297]],[\"comment/5157\",[]],[\"name/5158\",[122,56.932]],[\"comment/5158\",[]],[\"name/5159\",[66,43.22]],[\"comment/5159\",[]],[\"name/5160\",[123,58.714]],[\"comment/5160\",[]],[\"name/5161\",[124,60.297]],[\"comment/5161\",[]],[\"name/5162\",[125,60.297]],[\"comment/5162\",[]],[\"name/5163\",[126,59.741]],[\"comment/5163\",[]],[\"name/5164\",[127,60.297]],[\"comment/5164\",[]],[\"name/5165\",[128,54.418]],[\"comment/5165\",[]],[\"name/5166\",[129,54.418]],[\"comment/5166\",[]],[\"name/5167\",[130,54.105]],[\"comment/5167\",[]],[\"name/5168\",[131,60.297]],[\"comment/5168\",[]],[\"name/5169\",[132,60.297]],[\"comment/5169\",[]],[\"name/5170\",[133,60.297]],[\"comment/5170\",[]],[\"name/5171\",[134,60.297]],[\"comment/5171\",[]],[\"name/5172\",[135,59.741]],[\"comment/5172\",[]],[\"name/5173\",[136,60.297]],[\"comment/5173\",[]],[\"name/5174\",[137,60.297]],[\"comment/5174\",[]],[\"name/5175\",[138,59.741]],[\"comment/5175\",[]],[\"name/5176\",[139,60.297]],[\"comment/5176\",[]],[\"name/5177\",[140,60.297]],[\"comment/5177\",[]],[\"name/5178\",[141,60.297]],[\"comment/5178\",[]],[\"name/5179\",[142,60.297]],[\"comment/5179\",[]],[\"name/5180\",[144,59.741]],[\"comment/5180\",[]],[\"name/5181\",[145,59.741]],[\"comment/5181\",[]],[\"name/5182\",[146,59.741]],[\"comment/5182\",[]],[\"name/5183\",[147,59.741]],[\"comment/5183\",[]],[\"name/5184\",[148,60.297]],[\"comment/5184\",[]],[\"name/5185\",[149,60.297]],[\"comment/5185\",[]],[\"name/5186\",[150,60.297]],[\"comment/5186\",[]],[\"name/5187\",[151,60.297]],[\"comment/5187\",[]],[\"name/5188\",[152,60.297]],[\"comment/5188\",[]],[\"name/5189\",[153,60.297]],[\"comment/5189\",[]],[\"name/5190\",[154,60.297]],[\"comment/5190\",[]],[\"name/5191\",[155,60.297]],[\"comment/5191\",[]],[\"name/5192\",[156,58.238]],[\"comment/5192\",[]],[\"name/5193\",[157,60.297]],[\"comment/5193\",[]],[\"name/5194\",[158,60.297]],[\"comment/5194\",[]],[\"name/5195\",[1,44.314]],[\"comment/5195\",[]],[\"name/5196\",[159,56.932]],[\"comment/5196\",[]],[\"name/5197\",[160,56.932]],[\"comment/5197\",[]],[\"name/5198\",[161,60.297]],[\"comment/5198\",[]],[\"name/5199\",[162,60.297]],[\"comment/5199\",[]],[\"name/5200\",[163,60.297]],[\"comment/5200\",[]],[\"name/5201\",[164,56.932]],[\"comment/5201\",[]],[\"name/5202\",[165,59.741]],[\"comment/5202\",[]],[\"name/5203\",[168,60.297]],[\"comment/5203\",[]],[\"name/5204\",[169,60.297]],[\"comment/5204\",[]],[\"name/5205\",[170,60.297]],[\"comment/5205\",[]],[\"name/5206\",[171,60.297]],[\"comment/5206\",[]],[\"name/5207\",[172,57.348]],[\"comment/5207\",[]],[\"name/5208\",[173,59.741]],[\"comment/5208\",[]],[\"name/5209\",[174,59.741]],[\"comment/5209\",[]],[\"name/5210\",[26,50.522]],[\"comment/5210\",[]],[\"name/5211\",[22,49.501]],[\"comment/5211\",[]],[\"name/5212\",[41,52.674]],[\"comment/5212\",[]],[\"name/5213\",[42,52.674]],[\"comment/5213\",[]],[\"name/5214\",[175,53.802]],[\"comment/5214\",[]],[\"name/5215\",[176,59.215]],[\"comment/5215\",[]],[\"name/5216\",[177,59.741]],[\"comment/5216\",[]],[\"name/5217\",[178,59.741]],[\"comment/5217\",[]],[\"name/5218\",[179,59.741]],[\"comment/5218\",[]],[\"name/5219\",[180,59.741]],[\"comment/5219\",[]],[\"name/5220\",[181,59.741]],[\"comment/5220\",[]],[\"name/5221\",[182,59.741]],[\"comment/5221\",[]],[\"name/5222\",[183,59.741]],[\"comment/5222\",[]],[\"name/5223\",[184,59.741]],[\"comment/5223\",[]],[\"name/5224\",[108,59.741]],[\"comment/5224\",[]],[\"name/5225\",[185,58.238]],[\"comment/5225\",[]],[\"name/5226\",[186,59.741]],[\"comment/5226\",[]],[\"name/5227\",[109,56.531]],[\"comment/5227\",[]],[\"name/5228\",[187,59.741]],[\"comment/5228\",[]],[\"name/5229\",[189,59.215]],[\"comment/5229\",[]],[\"name/5230\",[190,59.741]],[\"comment/5230\",[]],[\"name/5231\",[191,59.741]],[\"comment/5231\",[]],[\"name/5232\",[192,59.741]],[\"comment/5232\",[]],[\"name/5233\",[193,59.741]],[\"comment/5233\",[]],[\"name/5234\",[194,59.741]],[\"comment/5234\",[]],[\"name/5235\",[34,53.508]],[\"comment/5235\",[]],[\"name/5236\",[32,53.508]],[\"comment/5236\",[]],[\"name/5237\",[33,53.508]],[\"comment/5237\",[]],[\"name/5238\",[44,47.096]],[\"comment/5238\",[]],[\"name/5239\",[45,47.096]],[\"comment/5239\",[]],[\"name/5240\",[46,47.096]],[\"comment/5240\",[]],[\"name/5241\",[47,47.096]],[\"comment/5241\",[]],[\"name/5242\",[48,47.096]],[\"comment/5242\",[]],[\"name/5243\",[49,47.096]],[\"comment/5243\",[]],[\"name/5244\",[50,47.096]],[\"comment/5244\",[]],[\"name/5245\",[51,47.096]],[\"comment/5245\",[]],[\"name/5246\",[25,44.667]],[\"comment/5246\",[]],[\"name/5247\",[52,47.096]],[\"comment/5247\",[]],[\"name/5248\",[53,47.096]],[\"comment/5248\",[]],[\"name/5249\",[54,47.096]],[\"comment/5249\",[]],[\"name/5250\",[55,47.096]],[\"comment/5250\",[]],[\"name/5251\",[56,47.096]],[\"comment/5251\",[]],[\"name/5252\",[57,47.096]],[\"comment/5252\",[]],[\"name/5253\",[58,47.096]],[\"comment/5253\",[]],[\"name/5254\",[59,47.096]],[\"comment/5254\",[]],[\"name/5255\",[60,47.096]],[\"comment/5255\",[]],[\"name/5256\",[61,47.096]],[\"comment/5256\",[]],[\"name/5257\",[62,47.096]],[\"comment/5257\",[]],[\"name/5258\",[63,46.795]],[\"comment/5258\",[]],[\"name/5259\",[64,46.795]],[\"comment/5259\",[]],[\"name/5260\",[65,47.096]],[\"comment/5260\",[]],[\"name/5261\",[66,43.22]],[\"comment/5261\",[]],[\"name/5262\",[67,46.648]],[\"comment/5262\",[]],[\"name/5263\",[68,46.648]],[\"comment/5263\",[]],[\"name/5264\",[69,47.096]],[\"comment/5264\",[]],[\"name/5265\",[70,46.944]],[\"comment/5265\",[]],[\"name/5266\",[71,46.944]],[\"comment/5266\",[]],[\"name/5267\",[72,47.096]],[\"comment/5267\",[]],[\"name/5268\",[73,47.096]],[\"comment/5268\",[]],[\"name/5269\",[74,47.096]],[\"comment/5269\",[]],[\"name/5270\",[75,46.944]],[\"comment/5270\",[]],[\"name/5271\",[76,46.795]],[\"comment/5271\",[]],[\"name/5272\",[77,46.795]],[\"comment/5272\",[]],[\"name/5273\",[1165,84.87]],[\"comment/5273\",[]],[\"name/5274\",[1166,84.87]],[\"comment/5274\",[]],[\"name/5275\",[1167,84.87]],[\"comment/5275\",[]],[\"name/5276\",[1168,84.87]],[\"comment/5276\",[]],[\"name/5277\",[998,76.395]],[\"comment/5277\",[]],[\"name/5278\",[505,71.874]],[\"comment/5278\",[]],[\"name/5279\",[9,46.219]],[\"comment/5279\",[]],[\"name/5280\",[15,46.944]],[\"comment/5280\",[]],[\"name/5281\",[340,70.203]],[\"comment/5281\",[]],[\"name/5282\",[10,58.238]],[\"comment/5282\",[]],[\"name/5283\",[13,54.105]],[\"comment/5283\",[]],[\"name/5284\",[14,59.741]],[\"comment/5284\",[]],[\"name/5285\",[16,44.085]],[\"comment/5285\",[]],[\"name/5286\",[1169,84.87]],[\"comment/5286\",[]],[\"name/5287\",[1170,84.87]],[\"comment/5287\",[]],[\"name/5288\",[682,79.761]],[\"comment/5288\",[]],[\"name/5289\",[683,79.761]],[\"comment/5289\",[]],[\"name/5290\",[1171,84.87]],[\"comment/5290\",[]],[\"name/5291\",[1172,79.761]],[\"comment/5291\",[]],[\"name/5292\",[1173,84.87]],[\"comment/5292\",[]],[\"name/5293\",[25,44.667]],[\"comment/5293\",[]],[\"name/5294\",[22,49.501]],[\"comment/5294\",[]],[\"name/5295\",[26,50.522]],[\"comment/5295\",[]],[\"name/5296\",[27,60.886]],[\"comment/5296\",[]],[\"name/5297\",[28,60.886]],[\"comment/5297\",[]],[\"name/5298\",[23,60.886]],[\"comment/5298\",[]],[\"name/5299\",[29,60.886]],[\"comment/5299\",[]],[\"name/5300\",[30,60.886]],[\"comment/5300\",[]],[\"name/5301\",[31,60.886]],[\"comment/5301\",[]],[\"name/5302\",[32,53.508]],[\"comment/5302\",[]],[\"name/5303\",[33,53.508]],[\"comment/5303\",[]],[\"name/5304\",[34,53.508]],[\"comment/5304\",[]],[\"name/5305\",[35,56.147]],[\"comment/5305\",[]],[\"name/5306\",[36,55.776]],[\"comment/5306\",[]],[\"name/5307\",[37,60.886]],[\"comment/5307\",[]],[\"name/5308\",[38,59.741]],[\"comment/5308\",[]],[\"name/5309\",[39,60.886]],[\"comment/5309\",[]],[\"name/5310\",[40,60.886]],[\"comment/5310\",[]],[\"name/5311\",[41,52.674]],[\"comment/5311\",[]],[\"name/5312\",[42,52.674]],[\"comment/5312\",[]],[\"name/5313\",[43,60.886]],[\"comment/5313\",[]],[\"name/5314\",[44,47.096]],[\"comment/5314\",[]],[\"name/5315\",[45,47.096]],[\"comment/5315\",[]],[\"name/5316\",[46,47.096]],[\"comment/5316\",[]],[\"name/5317\",[47,47.096]],[\"comment/5317\",[]],[\"name/5318\",[48,47.096]],[\"comment/5318\",[]],[\"name/5319\",[49,47.096]],[\"comment/5319\",[]],[\"name/5320\",[50,47.096]],[\"comment/5320\",[]],[\"name/5321\",[51,47.096]],[\"comment/5321\",[]],[\"name/5322\",[52,47.096]],[\"comment/5322\",[]],[\"name/5323\",[53,47.096]],[\"comment/5323\",[]],[\"name/5324\",[54,47.096]],[\"comment/5324\",[]],[\"name/5325\",[55,47.096]],[\"comment/5325\",[]],[\"name/5326\",[56,47.096]],[\"comment/5326\",[]],[\"name/5327\",[57,47.096]],[\"comment/5327\",[]],[\"name/5328\",[58,47.096]],[\"comment/5328\",[]],[\"name/5329\",[59,47.096]],[\"comment/5329\",[]],[\"name/5330\",[60,47.096]],[\"comment/5330\",[]],[\"name/5331\",[61,47.096]],[\"comment/5331\",[]],[\"name/5332\",[62,47.096]],[\"comment/5332\",[]],[\"name/5333\",[63,46.795]],[\"comment/5333\",[]],[\"name/5334\",[64,46.795]],[\"comment/5334\",[]],[\"name/5335\",[65,47.096]],[\"comment/5335\",[]],[\"name/5336\",[66,43.22]],[\"comment/5336\",[]],[\"name/5337\",[67,46.648]],[\"comment/5337\",[]],[\"name/5338\",[68,46.648]],[\"comment/5338\",[]],[\"name/5339\",[69,47.096]],[\"comment/5339\",[]],[\"name/5340\",[70,46.944]],[\"comment/5340\",[]],[\"name/5341\",[71,46.944]],[\"comment/5341\",[]],[\"name/5342\",[72,47.096]],[\"comment/5342\",[]],[\"name/5343\",[73,47.096]],[\"comment/5343\",[]],[\"name/5344\",[74,47.096]],[\"comment/5344\",[]],[\"name/5345\",[75,46.944]],[\"comment/5345\",[]],[\"name/5346\",[76,46.795]],[\"comment/5346\",[]],[\"name/5347\",[77,46.795]],[\"comment/5347\",[]],[\"name/5348\",[295,68.772]],[\"comment/5348\",[]],[\"name/5349\",[9,46.219]],[\"comment/5349\",[]],[\"name/5350\",[17,57.783]],[\"comment/5350\",[]],[\"name/5351\",[1,44.314]],[\"comment/5351\",[]],[\"name/5352\",[1174,84.87]],[\"comment/5352\",[]],[\"name/5353\",[1175,84.87]],[\"comment/5353\",[]],[\"name/5354\",[1176,84.87]],[\"comment/5354\",[]],[\"name/5355\",[1177,84.87]],[\"comment/5355\",[]],[\"name/5356\",[1178,84.87]],[\"comment/5356\",[]],[\"name/5357\",[1179,84.87]],[\"comment/5357\",[]],[\"name/5358\",[1180,84.87]],[\"comment/5358\",[]],[\"name/5359\",[15,46.944]],[\"comment/5359\",[]],[\"name/5360\",[10,58.238]],[\"comment/5360\",[]],[\"name/5361\",[13,54.105]],[\"comment/5361\",[]],[\"name/5362\",[14,59.741]],[\"comment/5362\",[]],[\"name/5363\",[16,44.085]],[\"comment/5363\",[]],[\"name/5364\",[18,52.944]],[\"comment/5364\",[]],[\"name/5365\",[1,44.314]],[\"comment/5365\",[]],[\"name/5366\",[20,73.881]],[\"comment/5366\",[]],[\"name/5367\",[35,56.147]],[\"comment/5367\",[]],[\"name/5368\",[1181,84.87]],[\"comment/5368\",[]],[\"name/5369\",[25,44.667]],[\"comment/5369\",[]],[\"name/5370\",[22,49.501]],[\"comment/5370\",[]],[\"name/5371\",[26,50.522]],[\"comment/5371\",[]],[\"name/5372\",[27,60.886]],[\"comment/5372\",[]],[\"name/5373\",[28,60.886]],[\"comment/5373\",[]],[\"name/5374\",[23,60.886]],[\"comment/5374\",[]],[\"name/5375\",[29,60.886]],[\"comment/5375\",[]],[\"name/5376\",[30,60.886]],[\"comment/5376\",[]],[\"name/5377\",[31,60.886]],[\"comment/5377\",[]],[\"name/5378\",[32,53.508]],[\"comment/5378\",[]],[\"name/5379\",[33,53.508]],[\"comment/5379\",[]],[\"name/5380\",[34,53.508]],[\"comment/5380\",[]],[\"name/5381\",[36,55.776]],[\"comment/5381\",[]],[\"name/5382\",[37,60.886]],[\"comment/5382\",[]],[\"name/5383\",[38,59.741]],[\"comment/5383\",[]],[\"name/5384\",[39,60.886]],[\"comment/5384\",[]],[\"name/5385\",[40,60.886]],[\"comment/5385\",[]],[\"name/5386\",[41,52.674]],[\"comment/5386\",[]],[\"name/5387\",[42,52.674]],[\"comment/5387\",[]],[\"name/5388\",[43,60.886]],[\"comment/5388\",[]],[\"name/5389\",[44,47.096]],[\"comment/5389\",[]],[\"name/5390\",[45,47.096]],[\"comment/5390\",[]],[\"name/5391\",[46,47.096]],[\"comment/5391\",[]],[\"name/5392\",[47,47.096]],[\"comment/5392\",[]],[\"name/5393\",[48,47.096]],[\"comment/5393\",[]],[\"name/5394\",[49,47.096]],[\"comment/5394\",[]],[\"name/5395\",[50,47.096]],[\"comment/5395\",[]],[\"name/5396\",[51,47.096]],[\"comment/5396\",[]],[\"name/5397\",[52,47.096]],[\"comment/5397\",[]],[\"name/5398\",[53,47.096]],[\"comment/5398\",[]],[\"name/5399\",[54,47.096]],[\"comment/5399\",[]],[\"name/5400\",[55,47.096]],[\"comment/5400\",[]],[\"name/5401\",[56,47.096]],[\"comment/5401\",[]],[\"name/5402\",[57,47.096]],[\"comment/5402\",[]],[\"name/5403\",[58,47.096]],[\"comment/5403\",[]],[\"name/5404\",[59,47.096]],[\"comment/5404\",[]],[\"name/5405\",[60,47.096]],[\"comment/5405\",[]],[\"name/5406\",[61,47.096]],[\"comment/5406\",[]],[\"name/5407\",[62,47.096]],[\"comment/5407\",[]],[\"name/5408\",[63,46.795]],[\"comment/5408\",[]],[\"name/5409\",[64,46.795]],[\"comment/5409\",[]],[\"name/5410\",[65,47.096]],[\"comment/5410\",[]],[\"name/5411\",[66,43.22]],[\"comment/5411\",[]],[\"name/5412\",[67,46.648]],[\"comment/5412\",[]],[\"name/5413\",[68,46.648]],[\"comment/5413\",[]],[\"name/5414\",[69,47.096]],[\"comment/5414\",[]],[\"name/5415\",[70,46.944]],[\"comment/5415\",[]],[\"name/5416\",[71,46.944]],[\"comment/5416\",[]],[\"name/5417\",[72,47.096]],[\"comment/5417\",[]],[\"name/5418\",[73,47.096]],[\"comment/5418\",[]],[\"name/5419\",[74,47.096]],[\"comment/5419\",[]],[\"name/5420\",[75,46.944]],[\"comment/5420\",[]],[\"name/5421\",[76,46.795]],[\"comment/5421\",[]],[\"name/5422\",[77,46.795]],[\"comment/5422\",[]],[\"name/5423\",[1182,76.395]],[\"comment/5423\",[]],[\"name/5424\",[1,44.314]],[\"comment/5424\",[]],[\"name/5425\",[66,30.675,581,54.221]],[\"comment/5425\",[]],[\"name/5426\",[66,30.675,582,54.221]],[\"comment/5426\",[]],[\"name/5427\",[66,30.675,584,54.221]],[\"comment/5427\",[]],[\"name/5428\",[66,30.675,583,56.61]],[\"comment/5428\",[]],[\"name/5429\",[1183,84.87]],[\"comment/5429\",[]],[\"name/5430\",[1184,84.87]],[\"comment/5430\",[]],[\"name/5431\",[1185,76.395]],[\"comment/5431\",[]],[\"name/5432\",[1185,76.395]],[\"comment/5432\",[]],[\"name/5433\",[1182,76.395]],[\"comment/5433\",[]],[\"name/5434\",[1186,79.761]],[\"comment/5434\",[]],[\"name/5435\",[479,76.395]],[\"comment/5435\",[]],[\"name/5436\",[539,79.761]],[\"comment/5436\",[]],[\"name/5437\",[9,46.219]],[\"comment/5437\",[]],[\"name/5438\",[16,44.085]],[\"comment/5438\",[]],[\"name/5439\",[480,73.881]],[\"comment/5439\",[]],[\"name/5440\",[976,79.761]],[\"comment/5440\",[]],[\"name/5441\",[6,60.297]],[\"comment/5441\",[]],[\"name/5442\",[260,65.406]],[\"comment/5442\",[]],[\"name/5443\",[1187,84.87]],[\"comment/5443\",[]],[\"name/5444\",[1188,84.87]],[\"comment/5444\",[]],[\"name/5445\",[1,44.314]],[\"comment/5445\",[]],[\"name/5446\",[159,56.932]],[\"comment/5446\",[]],[\"name/5447\",[160,56.932]],[\"comment/5447\",[]],[\"name/5448\",[479,76.395]],[\"comment/5448\",[]],[\"name/5449\",[1182,76.395]],[\"comment/5449\",[]],[\"name/5450\",[1186,79.761]],[\"comment/5450\",[]],[\"name/5451\",[1185,76.395]],[\"comment/5451\",[]],[\"name/5452\",[1189,84.87]],[\"comment/5452\",[]],[\"name/5453\",[1190,84.87]],[\"comment/5453\",[]],[\"name/5454\",[1191,84.87]],[\"comment/5454\",[]],[\"name/5455\",[1192,84.87]],[\"comment/5455\",[]],[\"name/5456\",[1193,79.761]],[\"comment/5456\",[]],[\"name/5457\",[273,76.395]],[\"comment/5457\",[]],[\"name/5458\",[274,76.395]],[\"comment/5458\",[]],[\"name/5459\",[275,73.881]],[\"comment/5459\",[]],[\"name/5460\",[276,76.395]],[\"comment/5460\",[]],[\"name/5461\",[277,76.395]],[\"comment/5461\",[]],[\"name/5462\",[278,76.395]],[\"comment/5462\",[]],[\"name/5463\",[279,76.395]],[\"comment/5463\",[]],[\"name/5464\",[280,76.395]],[\"comment/5464\",[]],[\"name/5465\",[281,76.395]],[\"comment/5465\",[]],[\"name/5466\",[283,76.395]],[\"comment/5466\",[]],[\"name/5467\",[282,76.395]],[\"comment/5467\",[]],[\"name/5468\",[284,73.881]],[\"comment/5468\",[]],[\"name/5469\",[122,56.932]],[\"comment/5469\",[]],[\"name/5470\",[1194,84.87]],[\"comment/5470\",[]],[\"name/5471\",[1195,84.87]],[\"comment/5471\",[]],[\"name/5472\",[272,73.881]],[\"comment/5472\",[]],[\"name/5473\",[285,76.395]],[\"comment/5473\",[]],[\"name/5474\",[286,76.395]],[\"comment/5474\",[]],[\"name/5475\",[287,76.395]],[\"comment/5475\",[]],[\"name/5476\",[288,76.395]],[\"comment/5476\",[]],[\"name/5477\",[289,76.395]],[\"comment/5477\",[]],[\"name/5478\",[290,76.395]],[\"comment/5478\",[]],[\"name/5479\",[291,76.395]],[\"comment/5479\",[]],[\"name/5480\",[292,76.395]],[\"comment/5480\",[]],[\"name/5481\",[293,76.395]],[\"comment/5481\",[]],[\"name/5482\",[296,76.395]],[\"comment/5482\",[]],[\"name/5483\",[294,76.395]],[\"comment/5483\",[]],[\"name/5484\",[295,68.772]],[\"comment/5484\",[]],[\"name/5485\",[297,76.395]],[\"comment/5485\",[]],[\"name/5486\",[298,76.395]],[\"comment/5486\",[]],[\"name/5487\",[299,76.395]],[\"comment/5487\",[]],[\"name/5488\",[300,76.395]],[\"comment/5488\",[]],[\"name/5489\",[301,73.881]],[\"comment/5489\",[]],[\"name/5490\",[302,73.881]],[\"comment/5490\",[]],[\"name/5491\",[67,46.648]],[\"comment/5491\",[]],[\"name/5492\",[68,46.648]],[\"comment/5492\",[]],[\"name/5493\",[66,43.22]],[\"comment/5493\",[]],[\"name/5494\",[303,76.395]],[\"comment/5494\",[]],[\"name/5495\",[1196,84.87]],[\"comment/5495\",[]],[\"name/5496\",[1197,84.87]],[\"comment/5496\",[]],[\"name/5497\",[632,79.761]],[\"comment/5497\",[]],[\"name/5498\",[633,79.761]],[\"comment/5498\",[]],[\"name/5499\",[634,79.761]],[\"comment/5499\",[]],[\"name/5500\",[1198,84.87]],[\"comment/5500\",[]],[\"name/5501\",[1199,84.87]],[\"comment/5501\",[]],[\"name/5502\",[482,67.52]],[\"comment/5502\",[]],[\"name/5503\",[1200,79.761]],[\"comment/5503\",[]],[\"name/5504\",[440,70.203]],[\"comment/5504\",[]],[\"name/5505\",[1201,84.87]],[\"comment/5505\",[]],[\"name/5506\",[1202,84.87]],[\"comment/5506\",[]],[\"name/5507\",[1203,84.87]],[\"comment/5507\",[]],[\"name/5508\",[1204,84.87]],[\"comment/5508\",[]],[\"name/5509\",[444,70.203]],[\"comment/5509\",[]],[\"name/5510\",[1205,84.87]],[\"comment/5510\",[]],[\"name/5511\",[1206,84.87]],[\"comment/5511\",[]],[\"name/5512\",[1207,84.87]],[\"comment/5512\",[]],[\"name/5513\",[1208,84.87]],[\"comment/5513\",[]],[\"name/5514\",[1209,84.87]],[\"comment/5514\",[]],[\"name/5515\",[159,56.932]],[\"comment/5515\",[]],[\"name/5516\",[6,60.297]],[\"comment/5516\",[]],[\"name/5517\",[160,56.932]],[\"comment/5517\",[]],[\"name/5518\",[1210,84.87]],[\"comment/5518\",[]],[\"name/5519\",[1211,84.87]],[\"comment/5519\",[]],[\"name/5520\",[1200,79.761]],[\"comment/5520\",[]],[\"name/5521\",[515,73.881]],[\"comment/5521\",[]],[\"name/5522\",[9,46.219]],[\"comment/5522\",[]],[\"name/5523\",[15,46.944]],[\"comment/5523\",[]],[\"name/5524\",[16,44.085]],[\"comment/5524\",[]],[\"name/5525\",[469,70.203]],[\"comment/5525\",[]],[\"name/5526\",[175,53.802]],[\"comment/5526\",[]],[\"name/5527\",[250,60.886]],[\"comment/5527\",[]],[\"name/5528\",[247,71.874]],[\"comment/5528\",[]],[\"name/5529\",[251,71.874]],[\"comment/5529\",[]],[\"name/5530\",[1212,84.87]],[\"comment/5530\",[]],[\"name/5531\",[490,79.761]],[\"comment/5531\",[]],[\"name/5532\",[64,46.795]],[\"comment/5532\",[]],[\"name/5533\",[1213,84.87]],[\"comment/5533\",[]],[\"name/5534\",[1214,84.87]],[\"comment/5534\",[]],[\"name/5535\",[1215,84.87]],[\"comment/5535\",[]],[\"name/5536\",[10,58.238]],[\"comment/5536\",[]],[\"name/5537\",[25,44.667]],[\"comment/5537\",[]],[\"name/5538\",[44,47.096]],[\"comment/5538\",[]],[\"name/5539\",[45,47.096]],[\"comment/5539\",[]],[\"name/5540\",[46,47.096]],[\"comment/5540\",[]],[\"name/5541\",[47,47.096]],[\"comment/5541\",[]],[\"name/5542\",[48,47.096]],[\"comment/5542\",[]],[\"name/5543\",[49,47.096]],[\"comment/5543\",[]],[\"name/5544\",[50,47.096]],[\"comment/5544\",[]],[\"name/5545\",[51,47.096]],[\"comment/5545\",[]],[\"name/5546\",[52,47.096]],[\"comment/5546\",[]],[\"name/5547\",[53,47.096]],[\"comment/5547\",[]],[\"name/5548\",[54,47.096]],[\"comment/5548\",[]],[\"name/5549\",[55,47.096]],[\"comment/5549\",[]],[\"name/5550\",[56,47.096]],[\"comment/5550\",[]],[\"name/5551\",[57,47.096]],[\"comment/5551\",[]],[\"name/5552\",[58,47.096]],[\"comment/5552\",[]],[\"name/5553\",[59,47.096]],[\"comment/5553\",[]],[\"name/5554\",[60,47.096]],[\"comment/5554\",[]],[\"name/5555\",[61,47.096]],[\"comment/5555\",[]],[\"name/5556\",[62,47.096]],[\"comment/5556\",[]],[\"name/5557\",[63,46.795]],[\"comment/5557\",[]],[\"name/5558\",[65,47.096]],[\"comment/5558\",[]],[\"name/5559\",[66,43.22]],[\"comment/5559\",[]],[\"name/5560\",[67,46.648]],[\"comment/5560\",[]],[\"name/5561\",[68,46.648]],[\"comment/5561\",[]],[\"name/5562\",[69,47.096]],[\"comment/5562\",[]],[\"name/5563\",[70,46.944]],[\"comment/5563\",[]],[\"name/5564\",[71,46.944]],[\"comment/5564\",[]],[\"name/5565\",[72,47.096]],[\"comment/5565\",[]],[\"name/5566\",[73,47.096]],[\"comment/5566\",[]],[\"name/5567\",[74,47.096]],[\"comment/5567\",[]],[\"name/5568\",[75,46.944]],[\"comment/5568\",[]],[\"name/5569\",[76,46.795]],[\"comment/5569\",[]],[\"name/5570\",[77,46.795]],[\"comment/5570\",[]],[\"name/5571\",[1216,84.87]],[\"comment/5571\",[]],[\"name/5572\",[1217,84.87]],[\"comment/5572\",[]],[\"name/5573\",[1218,84.87]],[\"comment/5573\",[]],[\"name/5574\",[1219,84.87]],[\"comment/5574\",[]],[\"name/5575\",[1220,79.761]],[\"comment/5575\",[]],[\"name/5576\",[684,64.497]],[\"comment/5576\",[]],[\"name/5577\",[750,76.395]],[\"comment/5577\",[]],[\"name/5578\",[751,71.874]],[\"comment/5578\",[]],[\"name/5579\",[752,71.874]],[\"comment/5579\",[]],[\"name/5580\",[123,58.714]],[\"comment/5580\",[]],[\"name/5581\",[119,57.783]],[\"comment/5581\",[]],[\"name/5582\",[753,76.395]],[\"comment/5582\",[]],[\"name/5583\",[370,66.408]],[\"comment/5583\",[]],[\"name/5584\",[111,57.348]],[\"comment/5584\",[]],[\"name/5585\",[416,63.663]],[\"comment/5585\",[]],[\"name/5586\",[0,59.741]],[\"comment/5586\",[]],[\"name/5587\",[415,64.497]],[\"comment/5587\",[]],[\"name/5588\",[17,57.783]],[\"comment/5588\",[]],[\"name/5589\",[754,70.203]],[\"comment/5589\",[]],[\"name/5590\",[755,70.203]],[\"comment/5590\",[]],[\"name/5591\",[499,73.881]],[\"comment/5591\",[]],[\"name/5592\",[9,46.219]],[\"comment/5592\",[]],[\"name/5593\",[104,60.297]],[\"comment/5593\",[]],[\"name/5594\",[105,59.741]],[\"comment/5594\",[]],[\"name/5595\",[15,46.944]],[\"comment/5595\",[]],[\"name/5596\",[16,44.085]],[\"comment/5596\",[]],[\"name/5597\",[794,79.761]],[\"comment/5597\",[]],[\"name/5598\",[795,79.761]],[\"comment/5598\",[]],[\"name/5599\",[172,57.348]],[\"comment/5599\",[]],[\"name/5600\",[796,79.761]],[\"comment/5600\",[]],[\"name/5601\",[150,60.297]],[\"comment/5601\",[]],[\"name/5602\",[696,70.203]],[\"comment/5602\",[]],[\"name/5603\",[797,79.761]],[\"comment/5603\",[]],[\"name/5604\",[130,54.105]],[\"comment/5604\",[]],[\"name/5605\",[798,79.761]],[\"comment/5605\",[]],[\"name/5606\",[158,60.297]],[\"comment/5606\",[]],[\"name/5607\",[1,44.314]],[\"comment/5607\",[]],[\"name/5608\",[159,56.932]],[\"comment/5608\",[]],[\"name/5609\",[160,56.932]],[\"comment/5609\",[]],[\"name/5610\",[137,60.297]],[\"comment/5610\",[]],[\"name/5611\",[109,56.531]],[\"comment/5611\",[]],[\"name/5612\",[694,70.203]],[\"comment/5612\",[]],[\"name/5613\",[799,79.761]],[\"comment/5613\",[]],[\"name/5614\",[167,60.297]],[\"comment/5614\",[]],[\"name/5615\",[1,44.314]],[\"comment/5615\",[]],[\"name/5616\",[698,68.772]],[\"comment/5616\",[]],[\"name/5617\",[699,68.772]],[\"comment/5617\",[]],[\"name/5618\",[789,73.881]],[\"comment/5618\",[]],[\"name/5619\",[748,70.203]],[\"comment/5619\",[]],[\"name/5620\",[800,79.761]],[\"comment/5620\",[]],[\"name/5621\",[801,79.761]],[\"comment/5621\",[]],[\"name/5622\",[25,44.667]],[\"comment/5622\",[]],[\"name/5623\",[684,64.497]],[\"comment/5623\",[]],[\"name/5624\",[443,63.663]],[\"comment/5624\",[]],[\"name/5625\",[685,70.203]],[\"comment/5625\",[]],[\"name/5626\",[686,70.203]],[\"comment/5626\",[]],[\"name/5627\",[687,70.203]],[\"comment/5627\",[]],[\"name/5628\",[688,70.203]],[\"comment/5628\",[]],[\"name/5629\",[689,70.203]],[\"comment/5629\",[]],[\"name/5630\",[690,70.203]],[\"comment/5630\",[]],[\"name/5631\",[691,70.203]],[\"comment/5631\",[]],[\"name/5632\",[218,68.772]],[\"comment/5632\",[]],[\"name/5633\",[692,70.203]],[\"comment/5633\",[]],[\"name/5634\",[166,59.741]],[\"comment/5634\",[]],[\"name/5635\",[693,70.203]],[\"comment/5635\",[]],[\"name/5636\",[695,70.203]],[\"comment/5636\",[]],[\"name/5637\",[697,70.203]],[\"comment/5637\",[]],[\"name/5638\",[143,59.215]],[\"comment/5638\",[]],[\"name/5639\",[700,67.52]],[\"comment/5639\",[]],[\"name/5640\",[701,70.203]],[\"comment/5640\",[]],[\"name/5641\",[188,56.932]],[\"comment/5641\",[]],[\"name/5642\",[702,70.203]],[\"comment/5642\",[]],[\"name/5643\",[110,59.741]],[\"comment/5643\",[]],[\"name/5644\",[111,57.348]],[\"comment/5644\",[]],[\"name/5645\",[112,59.741]],[\"comment/5645\",[]],[\"name/5646\",[18,52.944]],[\"comment/5646\",[]],[\"name/5647\",[1,44.314]],[\"comment/5647\",[]],[\"name/5648\",[113,60.297]],[\"comment/5648\",[]],[\"name/5649\",[25,44.667]],[\"comment/5649\",[]],[\"name/5650\",[114,60.297]],[\"comment/5650\",[]],[\"name/5651\",[115,60.297]],[\"comment/5651\",[]],[\"name/5652\",[116,57.348]],[\"comment/5652\",[]],[\"name/5653\",[117,60.297]],[\"comment/5653\",[]],[\"name/5654\",[118,60.297]],[\"comment/5654\",[]],[\"name/5655\",[119,57.783]],[\"comment/5655\",[]],[\"name/5656\",[120,60.297]],[\"comment/5656\",[]],[\"name/5657\",[121,60.297]],[\"comment/5657\",[]],[\"name/5658\",[122,56.932]],[\"comment/5658\",[]],[\"name/5659\",[66,43.22]],[\"comment/5659\",[]],[\"name/5660\",[123,58.714]],[\"comment/5660\",[]],[\"name/5661\",[124,60.297]],[\"comment/5661\",[]],[\"name/5662\",[125,60.297]],[\"comment/5662\",[]],[\"name/5663\",[126,59.741]],[\"comment/5663\",[]],[\"name/5664\",[127,60.297]],[\"comment/5664\",[]],[\"name/5665\",[128,54.418]],[\"comment/5665\",[]],[\"name/5666\",[129,54.418]],[\"comment/5666\",[]],[\"name/5667\",[131,60.297]],[\"comment/5667\",[]],[\"name/5668\",[132,60.297]],[\"comment/5668\",[]],[\"name/5669\",[133,60.297]],[\"comment/5669\",[]],[\"name/5670\",[134,60.297]],[\"comment/5670\",[]],[\"name/5671\",[135,59.741]],[\"comment/5671\",[]],[\"name/5672\",[136,60.297]],[\"comment/5672\",[]],[\"name/5673\",[138,59.741]],[\"comment/5673\",[]],[\"name/5674\",[139,60.297]],[\"comment/5674\",[]],[\"name/5675\",[140,60.297]],[\"comment/5675\",[]],[\"name/5676\",[141,60.297]],[\"comment/5676\",[]],[\"name/5677\",[142,60.297]],[\"comment/5677\",[]],[\"name/5678\",[144,59.741]],[\"comment/5678\",[]],[\"name/5679\",[145,59.741]],[\"comment/5679\",[]],[\"name/5680\",[146,59.741]],[\"comment/5680\",[]],[\"name/5681\",[147,59.741]],[\"comment/5681\",[]],[\"name/5682\",[148,60.297]],[\"comment/5682\",[]],[\"name/5683\",[149,60.297]],[\"comment/5683\",[]],[\"name/5684\",[151,60.297]],[\"comment/5684\",[]],[\"name/5685\",[152,60.297]],[\"comment/5685\",[]],[\"name/5686\",[153,60.297]],[\"comment/5686\",[]],[\"name/5687\",[154,60.297]],[\"comment/5687\",[]],[\"name/5688\",[155,60.297]],[\"comment/5688\",[]],[\"name/5689\",[156,58.238]],[\"comment/5689\",[]],[\"name/5690\",[157,60.297]],[\"comment/5690\",[]],[\"name/5691\",[161,60.297]],[\"comment/5691\",[]],[\"name/5692\",[162,60.297]],[\"comment/5692\",[]],[\"name/5693\",[163,60.297]],[\"comment/5693\",[]],[\"name/5694\",[164,56.932]],[\"comment/5694\",[]],[\"name/5695\",[165,59.741]],[\"comment/5695\",[]],[\"name/5696\",[168,60.297]],[\"comment/5696\",[]],[\"name/5697\",[169,60.297]],[\"comment/5697\",[]],[\"name/5698\",[170,60.297]],[\"comment/5698\",[]],[\"name/5699\",[171,60.297]],[\"comment/5699\",[]],[\"name/5700\",[173,59.741]],[\"comment/5700\",[]],[\"name/5701\",[174,59.741]],[\"comment/5701\",[]],[\"name/5702\",[26,50.522]],[\"comment/5702\",[]],[\"name/5703\",[22,49.501]],[\"comment/5703\",[]],[\"name/5704\",[41,52.674]],[\"comment/5704\",[]],[\"name/5705\",[42,52.674]],[\"comment/5705\",[]],[\"name/5706\",[175,53.802]],[\"comment/5706\",[]],[\"name/5707\",[176,59.215]],[\"comment/5707\",[]],[\"name/5708\",[177,59.741]],[\"comment/5708\",[]],[\"name/5709\",[178,59.741]],[\"comment/5709\",[]],[\"name/5710\",[179,59.741]],[\"comment/5710\",[]],[\"name/5711\",[180,59.741]],[\"comment/5711\",[]],[\"name/5712\",[181,59.741]],[\"comment/5712\",[]],[\"name/5713\",[182,59.741]],[\"comment/5713\",[]],[\"name/5714\",[183,59.741]],[\"comment/5714\",[]],[\"name/5715\",[184,59.741]],[\"comment/5715\",[]],[\"name/5716\",[108,59.741]],[\"comment/5716\",[]],[\"name/5717\",[185,58.238]],[\"comment/5717\",[]],[\"name/5718\",[186,59.741]],[\"comment/5718\",[]],[\"name/5719\",[187,59.741]],[\"comment/5719\",[]],[\"name/5720\",[189,59.215]],[\"comment/5720\",[]],[\"name/5721\",[190,59.741]],[\"comment/5721\",[]],[\"name/5722\",[191,59.741]],[\"comment/5722\",[]],[\"name/5723\",[192,59.741]],[\"comment/5723\",[]],[\"name/5724\",[193,59.741]],[\"comment/5724\",[]],[\"name/5725\",[194,59.741]],[\"comment/5725\",[]],[\"name/5726\",[34,53.508]],[\"comment/5726\",[]],[\"name/5727\",[32,53.508]],[\"comment/5727\",[]],[\"name/5728\",[33,53.508]],[\"comment/5728\",[]],[\"name/5729\",[44,47.096]],[\"comment/5729\",[]],[\"name/5730\",[45,47.096]],[\"comment/5730\",[]],[\"name/5731\",[46,47.096]],[\"comment/5731\",[]],[\"name/5732\",[47,47.096]],[\"comment/5732\",[]],[\"name/5733\",[48,47.096]],[\"comment/5733\",[]],[\"name/5734\",[49,47.096]],[\"comment/5734\",[]],[\"name/5735\",[50,47.096]],[\"comment/5735\",[]],[\"name/5736\",[51,47.096]],[\"comment/5736\",[]],[\"name/5737\",[52,47.096]],[\"comment/5737\",[]],[\"name/5738\",[53,47.096]],[\"comment/5738\",[]],[\"name/5739\",[54,47.096]],[\"comment/5739\",[]],[\"name/5740\",[55,47.096]],[\"comment/5740\",[]],[\"name/5741\",[56,47.096]],[\"comment/5741\",[]],[\"name/5742\",[57,47.096]],[\"comment/5742\",[]],[\"name/5743\",[58,47.096]],[\"comment/5743\",[]],[\"name/5744\",[59,47.096]],[\"comment/5744\",[]],[\"name/5745\",[60,47.096]],[\"comment/5745\",[]],[\"name/5746\",[61,47.096]],[\"comment/5746\",[]],[\"name/5747\",[62,47.096]],[\"comment/5747\",[]],[\"name/5748\",[63,46.795]],[\"comment/5748\",[]],[\"name/5749\",[64,46.795]],[\"comment/5749\",[]],[\"name/5750\",[65,47.096]],[\"comment/5750\",[]],[\"name/5751\",[66,43.22]],[\"comment/5751\",[]],[\"name/5752\",[67,46.648]],[\"comment/5752\",[]],[\"name/5753\",[68,46.648]],[\"comment/5753\",[]],[\"name/5754\",[69,47.096]],[\"comment/5754\",[]],[\"name/5755\",[70,46.944]],[\"comment/5755\",[]],[\"name/5756\",[71,46.944]],[\"comment/5756\",[]],[\"name/5757\",[72,47.096]],[\"comment/5757\",[]],[\"name/5758\",[73,47.096]],[\"comment/5758\",[]],[\"name/5759\",[74,47.096]],[\"comment/5759\",[]],[\"name/5760\",[75,46.944]],[\"comment/5760\",[]],[\"name/5761\",[76,46.795]],[\"comment/5761\",[]],[\"name/5762\",[77,46.795]],[\"comment/5762\",[]],[\"name/5763\",[540,76.395]],[\"comment/5763\",[]],[\"name/5764\",[9,46.219]],[\"comment/5764\",[]],[\"name/5765\",[15,46.944]],[\"comment/5765\",[]],[\"name/5766\",[1221,84.87]],[\"comment/5766\",[]],[\"name/5767\",[1222,84.87]],[\"comment/5767\",[]],[\"name/5768\",[1223,84.87]],[\"comment/5768\",[]],[\"name/5769\",[1224,84.87]],[\"comment/5769\",[]],[\"name/5770\",[1225,79.761]],[\"comment/5770\",[]],[\"name/5771\",[1226,79.761]],[\"comment/5771\",[]],[\"name/5772\",[16,44.085]],[\"comment/5772\",[]],[\"name/5773\",[1140,76.395]],[\"comment/5773\",[]],[\"name/5774\",[18,52.944]],[\"comment/5774\",[]],[\"name/5775\",[1,44.314]],[\"comment/5775\",[]],[\"name/5776\",[1133,76.395]],[\"comment/5776\",[]],[\"name/5777\",[1134,76.395]],[\"comment/5777\",[]],[\"name/5778\",[1135,76.395]],[\"comment/5778\",[]],[\"name/5779\",[1136,76.395]],[\"comment/5779\",[]],[\"name/5780\",[1137,76.395]],[\"comment/5780\",[]],[\"name/5781\",[1138,76.395]],[\"comment/5781\",[]],[\"name/5782\",[116,57.348]],[\"comment/5782\",[]],[\"name/5783\",[1139,73.881]],[\"comment/5783\",[]],[\"name/5784\",[397,70.203]],[\"comment/5784\",[]],[\"name/5785\",[398,73.881]],[\"comment/5785\",[]],[\"name/5786\",[1141,76.395]],[\"comment/5786\",[]],[\"name/5787\",[217,71.874]],[\"comment/5787\",[]],[\"name/5788\",[25,44.667]],[\"comment/5788\",[]],[\"name/5789\",[44,47.096]],[\"comment/5789\",[]],[\"name/5790\",[45,47.096]],[\"comment/5790\",[]],[\"name/5791\",[46,47.096]],[\"comment/5791\",[]],[\"name/5792\",[47,47.096]],[\"comment/5792\",[]],[\"name/5793\",[48,47.096]],[\"comment/5793\",[]],[\"name/5794\",[49,47.096]],[\"comment/5794\",[]],[\"name/5795\",[50,47.096]],[\"comment/5795\",[]],[\"name/5796\",[51,47.096]],[\"comment/5796\",[]],[\"name/5797\",[52,47.096]],[\"comment/5797\",[]],[\"name/5798\",[53,47.096]],[\"comment/5798\",[]],[\"name/5799\",[54,47.096]],[\"comment/5799\",[]],[\"name/5800\",[55,47.096]],[\"comment/5800\",[]],[\"name/5801\",[56,47.096]],[\"comment/5801\",[]],[\"name/5802\",[57,47.096]],[\"comment/5802\",[]],[\"name/5803\",[58,47.096]],[\"comment/5803\",[]],[\"name/5804\",[59,47.096]],[\"comment/5804\",[]],[\"name/5805\",[60,47.096]],[\"comment/5805\",[]],[\"name/5806\",[61,47.096]],[\"comment/5806\",[]],[\"name/5807\",[62,47.096]],[\"comment/5807\",[]],[\"name/5808\",[63,46.795]],[\"comment/5808\",[]],[\"name/5809\",[64,46.795]],[\"comment/5809\",[]],[\"name/5810\",[65,47.096]],[\"comment/5810\",[]],[\"name/5811\",[66,43.22]],[\"comment/5811\",[]],[\"name/5812\",[67,46.648]],[\"comment/5812\",[]],[\"name/5813\",[68,46.648]],[\"comment/5813\",[]],[\"name/5814\",[69,47.096]],[\"comment/5814\",[]],[\"name/5815\",[70,46.944]],[\"comment/5815\",[]],[\"name/5816\",[71,46.944]],[\"comment/5816\",[]],[\"name/5817\",[72,47.096]],[\"comment/5817\",[]],[\"name/5818\",[73,47.096]],[\"comment/5818\",[]],[\"name/5819\",[74,47.096]],[\"comment/5819\",[]],[\"name/5820\",[75,46.944]],[\"comment/5820\",[]],[\"name/5821\",[76,46.795]],[\"comment/5821\",[]],[\"name/5822\",[77,46.795]],[\"comment/5822\",[]],[\"name/5823\",[491,73.881]],[\"comment/5823\",[]],[\"name/5824\",[9,46.219]],[\"comment/5824\",[]],[\"name/5825\",[15,46.944]],[\"comment/5825\",[]],[\"name/5826\",[997,79.761]],[\"comment/5826\",[]],[\"name/5827\",[998,76.395]],[\"comment/5827\",[]],[\"name/5828\",[999,79.761]],[\"comment/5828\",[]],[\"name/5829\",[16,44.085]],[\"comment/5829\",[]],[\"name/5830\",[1027,79.761]],[\"comment/5830\",[]],[\"name/5831\",[1227,84.87]],[\"comment/5831\",[]],[\"name/5832\",[440,70.203]],[\"comment/5832\",[]],[\"name/5833\",[1000,79.761]],[\"comment/5833\",[]],[\"name/5834\",[1001,79.761]],[\"comment/5834\",[]],[\"name/5835\",[483,73.881]],[\"comment/5835\",[]],[\"name/5836\",[1002,79.761]],[\"comment/5836\",[]],[\"name/5837\",[1003,79.761]],[\"comment/5837\",[]],[\"name/5838\",[1004,79.761]],[\"comment/5838\",[]],[\"name/5839\",[1005,79.761]],[\"comment/5839\",[]],[\"name/5840\",[1006,79.761]],[\"comment/5840\",[]],[\"name/5841\",[1007,79.761]],[\"comment/5841\",[]],[\"name/5842\",[175,53.802]],[\"comment/5842\",[]],[\"name/5843\",[1008,79.761]],[\"comment/5843\",[]],[\"name/5844\",[1009,79.761]],[\"comment/5844\",[]],[\"name/5845\",[251,71.874]],[\"comment/5845\",[]],[\"name/5846\",[247,71.874]],[\"comment/5846\",[]],[\"name/5847\",[1010,79.761]],[\"comment/5847\",[]],[\"name/5848\",[1011,79.761]],[\"comment/5848\",[]],[\"name/5849\",[250,60.886]],[\"comment/5849\",[]],[\"name/5850\",[26,50.522]],[\"comment/5850\",[]],[\"name/5851\",[22,49.501]],[\"comment/5851\",[]],[\"name/5852\",[48,47.096]],[\"comment/5852\",[]],[\"name/5853\",[1012,79.761]],[\"comment/5853\",[]],[\"name/5854\",[1013,79.761]],[\"comment/5854\",[]],[\"name/5855\",[1014,79.761]],[\"comment/5855\",[]],[\"name/5856\",[1015,79.761]],[\"comment/5856\",[]],[\"name/5857\",[1016,79.761]],[\"comment/5857\",[]],[\"name/5858\",[1017,79.761]],[\"comment/5858\",[]],[\"name/5859\",[1018,76.395]],[\"comment/5859\",[]],[\"name/5860\",[1019,71.874]],[\"comment/5860\",[]],[\"name/5861\",[1020,76.395]],[\"comment/5861\",[]],[\"name/5862\",[1021,79.761]],[\"comment/5862\",[]],[\"name/5863\",[62,47.096]],[\"comment/5863\",[]],[\"name/5864\",[1022,79.761]],[\"comment/5864\",[]],[\"name/5865\",[1023,79.761]],[\"comment/5865\",[]],[\"name/5866\",[1024,79.761]],[\"comment/5866\",[]],[\"name/5867\",[1025,79.761]],[\"comment/5867\",[]],[\"name/5868\",[143,59.215]],[\"comment/5868\",[]],[\"name/5869\",[700,67.52]],[\"comment/5869\",[]],[\"name/5870\",[1026,79.761]],[\"comment/5870\",[]],[\"name/5871\",[156,58.238]],[\"comment/5871\",[]],[\"name/5872\",[1028,79.761]],[\"comment/5872\",[]],[\"name/5873\",[1029,79.761]],[\"comment/5873\",[]],[\"name/5874\",[1030,79.761]],[\"comment/5874\",[]],[\"name/5875\",[1031,79.761]],[\"comment/5875\",[]],[\"name/5876\",[379,76.395]],[\"comment/5876\",[]],[\"name/5877\",[1032,79.761]],[\"comment/5877\",[]],[\"name/5878\",[1033,79.761]],[\"comment/5878\",[]],[\"name/5879\",[1034,79.761]],[\"comment/5879\",[]],[\"name/5880\",[1035,79.761]],[\"comment/5880\",[]],[\"name/5881\",[1036,79.761]],[\"comment/5881\",[]],[\"name/5882\",[1037,79.761]],[\"comment/5882\",[]],[\"name/5883\",[1038,79.761]],[\"comment/5883\",[]],[\"name/5884\",[1039,79.761]],[\"comment/5884\",[]],[\"name/5885\",[1040,79.761]],[\"comment/5885\",[]],[\"name/5886\",[1041,79.761]],[\"comment/5886\",[]],[\"name/5887\",[1042,79.761]],[\"comment/5887\",[]],[\"name/5888\",[1043,79.761]],[\"comment/5888\",[]],[\"name/5889\",[185,58.238]],[\"comment/5889\",[]],[\"name/5890\",[1044,79.761]],[\"comment/5890\",[]],[\"name/5891\",[10,58.238]],[\"comment/5891\",[]],[\"name/5892\",[25,44.667]],[\"comment/5892\",[]],[\"name/5893\",[1045,79.761]],[\"comment/5893\",[]],[\"name/5894\",[1046,79.761]],[\"comment/5894\",[]],[\"name/5895\",[1047,79.761]],[\"comment/5895\",[]],[\"name/5896\",[1048,79.761]],[\"comment/5896\",[]],[\"name/5897\",[44,47.096]],[\"comment/5897\",[]],[\"name/5898\",[45,47.096]],[\"comment/5898\",[]],[\"name/5899\",[46,47.096]],[\"comment/5899\",[]],[\"name/5900\",[47,47.096]],[\"comment/5900\",[]],[\"name/5901\",[49,47.096]],[\"comment/5901\",[]],[\"name/5902\",[50,47.096]],[\"comment/5902\",[]],[\"name/5903\",[51,47.096]],[\"comment/5903\",[]],[\"name/5904\",[52,47.096]],[\"comment/5904\",[]],[\"name/5905\",[53,47.096]],[\"comment/5905\",[]],[\"name/5906\",[54,47.096]],[\"comment/5906\",[]],[\"name/5907\",[55,47.096]],[\"comment/5907\",[]],[\"name/5908\",[56,47.096]],[\"comment/5908\",[]],[\"name/5909\",[57,47.096]],[\"comment/5909\",[]],[\"name/5910\",[58,47.096]],[\"comment/5910\",[]],[\"name/5911\",[59,47.096]],[\"comment/5911\",[]],[\"name/5912\",[60,47.096]],[\"comment/5912\",[]],[\"name/5913\",[61,47.096]],[\"comment/5913\",[]],[\"name/5914\",[63,46.795]],[\"comment/5914\",[]],[\"name/5915\",[64,46.795]],[\"comment/5915\",[]],[\"name/5916\",[65,47.096]],[\"comment/5916\",[]],[\"name/5917\",[66,43.22]],[\"comment/5917\",[]],[\"name/5918\",[67,46.648]],[\"comment/5918\",[]],[\"name/5919\",[68,46.648]],[\"comment/5919\",[]],[\"name/5920\",[69,47.096]],[\"comment/5920\",[]],[\"name/5921\",[70,46.944]],[\"comment/5921\",[]],[\"name/5922\",[71,46.944]],[\"comment/5922\",[]],[\"name/5923\",[72,47.096]],[\"comment/5923\",[]],[\"name/5924\",[73,47.096]],[\"comment/5924\",[]],[\"name/5925\",[74,47.096]],[\"comment/5925\",[]],[\"name/5926\",[75,46.944]],[\"comment/5926\",[]],[\"name/5927\",[76,46.795]],[\"comment/5927\",[]],[\"name/5928\",[77,46.795]],[\"comment/5928\",[]],[\"name/5929\",[541,76.395]],[\"comment/5929\",[]],[\"name/5930\",[9,46.219]],[\"comment/5930\",[]],[\"name/5931\",[1225,79.761]],[\"comment/5931\",[]],[\"name/5932\",[1226,79.761]],[\"comment/5932\",[]],[\"name/5933\",[15,46.944]],[\"comment/5933\",[]],[\"name/5934\",[16,44.085]],[\"comment/5934\",[]],[\"name/5935\",[18,52.944]],[\"comment/5935\",[]],[\"name/5936\",[1,44.314]],[\"comment/5936\",[]],[\"name/5937\",[1133,76.395]],[\"comment/5937\",[]],[\"name/5938\",[1134,76.395]],[\"comment/5938\",[]],[\"name/5939\",[1135,76.395]],[\"comment/5939\",[]],[\"name/5940\",[1136,76.395]],[\"comment/5940\",[]],[\"name/5941\",[1137,76.395]],[\"comment/5941\",[]],[\"name/5942\",[1138,76.395]],[\"comment/5942\",[]],[\"name/5943\",[116,57.348]],[\"comment/5943\",[]],[\"name/5944\",[1139,73.881]],[\"comment/5944\",[]],[\"name/5945\",[397,70.203]],[\"comment/5945\",[]],[\"name/5946\",[398,73.881]],[\"comment/5946\",[]],[\"name/5947\",[1140,76.395]],[\"comment/5947\",[]],[\"name/5948\",[1141,76.395]],[\"comment/5948\",[]],[\"name/5949\",[217,71.874]],[\"comment/5949\",[]],[\"name/5950\",[25,44.667]],[\"comment/5950\",[]],[\"name/5951\",[44,47.096]],[\"comment/5951\",[]],[\"name/5952\",[45,47.096]],[\"comment/5952\",[]],[\"name/5953\",[46,47.096]],[\"comment/5953\",[]],[\"name/5954\",[47,47.096]],[\"comment/5954\",[]],[\"name/5955\",[48,47.096]],[\"comment/5955\",[]],[\"name/5956\",[49,47.096]],[\"comment/5956\",[]],[\"name/5957\",[50,47.096]],[\"comment/5957\",[]],[\"name/5958\",[51,47.096]],[\"comment/5958\",[]],[\"name/5959\",[52,47.096]],[\"comment/5959\",[]],[\"name/5960\",[53,47.096]],[\"comment/5960\",[]],[\"name/5961\",[54,47.096]],[\"comment/5961\",[]],[\"name/5962\",[55,47.096]],[\"comment/5962\",[]],[\"name/5963\",[56,47.096]],[\"comment/5963\",[]],[\"name/5964\",[57,47.096]],[\"comment/5964\",[]],[\"name/5965\",[58,47.096]],[\"comment/5965\",[]],[\"name/5966\",[59,47.096]],[\"comment/5966\",[]],[\"name/5967\",[60,47.096]],[\"comment/5967\",[]],[\"name/5968\",[61,47.096]],[\"comment/5968\",[]],[\"name/5969\",[62,47.096]],[\"comment/5969\",[]],[\"name/5970\",[63,46.795]],[\"comment/5970\",[]],[\"name/5971\",[64,46.795]],[\"comment/5971\",[]],[\"name/5972\",[65,47.096]],[\"comment/5972\",[]],[\"name/5973\",[66,43.22]],[\"comment/5973\",[]],[\"name/5974\",[67,46.648]],[\"comment/5974\",[]],[\"name/5975\",[68,46.648]],[\"comment/5975\",[]],[\"name/5976\",[69,47.096]],[\"comment/5976\",[]],[\"name/5977\",[70,46.944]],[\"comment/5977\",[]],[\"name/5978\",[71,46.944]],[\"comment/5978\",[]],[\"name/5979\",[72,47.096]],[\"comment/5979\",[]],[\"name/5980\",[73,47.096]],[\"comment/5980\",[]],[\"name/5981\",[74,47.096]],[\"comment/5981\",[]],[\"name/5982\",[75,46.944]],[\"comment/5982\",[]],[\"name/5983\",[76,46.795]],[\"comment/5983\",[]],[\"name/5984\",[77,46.795]],[\"comment/5984\",[]],[\"name/5985\",[1228,84.87]],[\"comment/5985\",[]],[\"name/5986\",[1229,79.761]],[\"comment/5986\",[]],[\"name/5987\",[1230,79.761]],[\"comment/5987\",[]],[\"name/5988\",[230,68.772]],[\"comment/5988\",[]],[\"name/5989\",[331,76.395]],[\"comment/5989\",[]],[\"name/5990\",[13,54.105]],[\"comment/5990\",[]],[\"name/5991\",[554,79.761]],[\"comment/5991\",[]],[\"name/5992\",[84,71.874]],[\"comment/5992\",[]],[\"name/5993\",[85,71.874]],[\"comment/5993\",[]],[\"name/5994\",[514,73.881]],[\"comment/5994\",[]],[\"name/5995\",[8,57.348]],[\"comment/5995\",[]],[\"name/5996\",[9,46.219]],[\"comment/5996\",[]],[\"name/5997\",[15,46.944]],[\"comment/5997\",[]],[\"name/5998\",[13,54.105]],[\"comment/5998\",[]],[\"name/5999\",[14,59.741]],[\"comment/5999\",[]],[\"name/6000\",[1220,79.761]],[\"comment/6000\",[]],[\"name/6001\",[1231,84.87]],[\"comment/6001\",[]],[\"name/6002\",[16,44.085]],[\"comment/6002\",[]],[\"name/6003\",[18,52.944]],[\"comment/6003\",[]],[\"name/6004\",[1,44.314]],[\"comment/6004\",[]],[\"name/6005\",[1232,84.87]],[\"comment/6005\",[]],[\"name/6006\",[950,76.395]],[\"comment/6006\",[]],[\"name/6007\",[235,76.395]],[\"comment/6007\",[]],[\"name/6008\",[1233,84.87]],[\"comment/6008\",[]],[\"name/6009\",[1234,84.87]],[\"comment/6009\",[]],[\"name/6010\",[1235,84.87]],[\"comment/6010\",[]],[\"name/6011\",[951,79.761]],[\"comment/6011\",[]],[\"name/6012\",[13,54.105]],[\"comment/6012\",[]],[\"name/6013\",[1229,79.761]],[\"comment/6013\",[]],[\"name/6014\",[1230,79.761]],[\"comment/6014\",[]],[\"name/6015\",[49,47.096]],[\"comment/6015\",[]],[\"name/6016\",[1172,79.761]],[\"comment/6016\",[]],[\"name/6017\",[385,67.52]],[\"comment/6017\",[]],[\"name/6018\",[25,44.667]],[\"comment/6018\",[]],[\"name/6019\",[44,47.096]],[\"comment/6019\",[]],[\"name/6020\",[45,47.096]],[\"comment/6020\",[]],[\"name/6021\",[46,47.096]],[\"comment/6021\",[]],[\"name/6022\",[47,47.096]],[\"comment/6022\",[]],[\"name/6023\",[48,47.096]],[\"comment/6023\",[]],[\"name/6024\",[50,47.096]],[\"comment/6024\",[]],[\"name/6025\",[51,47.096]],[\"comment/6025\",[]],[\"name/6026\",[52,47.096]],[\"comment/6026\",[]],[\"name/6027\",[53,47.096]],[\"comment/6027\",[]],[\"name/6028\",[54,47.096]],[\"comment/6028\",[]],[\"name/6029\",[55,47.096]],[\"comment/6029\",[]],[\"name/6030\",[56,47.096]],[\"comment/6030\",[]],[\"name/6031\",[57,47.096]],[\"comment/6031\",[]],[\"name/6032\",[58,47.096]],[\"comment/6032\",[]],[\"name/6033\",[59,47.096]],[\"comment/6033\",[]],[\"name/6034\",[60,47.096]],[\"comment/6034\",[]],[\"name/6035\",[61,47.096]],[\"comment/6035\",[]],[\"name/6036\",[62,47.096]],[\"comment/6036\",[]],[\"name/6037\",[63,46.795]],[\"comment/6037\",[]],[\"name/6038\",[64,46.795]],[\"comment/6038\",[]],[\"name/6039\",[65,47.096]],[\"comment/6039\",[]],[\"name/6040\",[66,43.22]],[\"comment/6040\",[]],[\"name/6041\",[67,46.648]],[\"comment/6041\",[]],[\"name/6042\",[68,46.648]],[\"comment/6042\",[]],[\"name/6043\",[69,47.096]],[\"comment/6043\",[]],[\"name/6044\",[70,46.944]],[\"comment/6044\",[]],[\"name/6045\",[71,46.944]],[\"comment/6045\",[]],[\"name/6046\",[72,47.096]],[\"comment/6046\",[]],[\"name/6047\",[73,47.096]],[\"comment/6047\",[]],[\"name/6048\",[74,47.096]],[\"comment/6048\",[]],[\"name/6049\",[75,46.944]],[\"comment/6049\",[]],[\"name/6050\",[76,46.795]],[\"comment/6050\",[]],[\"name/6051\",[77,46.795]],[\"comment/6051\",[]],[\"name/6052\",[503,73.881]],[\"comment/6052\",[]],[\"name/6053\",[8,57.348]],[\"comment/6053\",[]],[\"name/6054\",[9,46.219]],[\"comment/6054\",[]],[\"name/6055\",[324,66.408]],[\"comment/6055\",[]],[\"name/6056\",[104,60.297]],[\"comment/6056\",[]],[\"name/6057\",[105,59.741]],[\"comment/6057\",[]],[\"name/6058\",[15,46.944]],[\"comment/6058\",[]],[\"name/6059\",[16,44.085]],[\"comment/6059\",[]],[\"name/6060\",[385,67.52]],[\"comment/6060\",[]],[\"name/6061\",[109,56.531]],[\"comment/6061\",[]],[\"name/6062\",[25,44.667]],[\"comment/6062\",[]],[\"name/6063\",[110,59.741]],[\"comment/6063\",[]],[\"name/6064\",[111,57.348]],[\"comment/6064\",[]],[\"name/6065\",[112,59.741]],[\"comment/6065\",[]],[\"name/6066\",[18,52.944]],[\"comment/6066\",[]],[\"name/6067\",[1,44.314]],[\"comment/6067\",[]],[\"name/6068\",[113,60.297]],[\"comment/6068\",[]],[\"name/6069\",[25,44.667]],[\"comment/6069\",[]],[\"name/6070\",[114,60.297]],[\"comment/6070\",[]],[\"name/6071\",[115,60.297]],[\"comment/6071\",[]],[\"name/6072\",[116,57.348]],[\"comment/6072\",[]],[\"name/6073\",[117,60.297]],[\"comment/6073\",[]],[\"name/6074\",[118,60.297]],[\"comment/6074\",[]],[\"name/6075\",[119,57.783]],[\"comment/6075\",[]],[\"name/6076\",[120,60.297]],[\"comment/6076\",[]],[\"name/6077\",[121,60.297]],[\"comment/6077\",[]],[\"name/6078\",[122,56.932]],[\"comment/6078\",[]],[\"name/6079\",[66,43.22]],[\"comment/6079\",[]],[\"name/6080\",[123,58.714]],[\"comment/6080\",[]],[\"name/6081\",[124,60.297]],[\"comment/6081\",[]],[\"name/6082\",[125,60.297]],[\"comment/6082\",[]],[\"name/6083\",[126,59.741]],[\"comment/6083\",[]],[\"name/6084\",[127,60.297]],[\"comment/6084\",[]],[\"name/6085\",[128,54.418]],[\"comment/6085\",[]],[\"name/6086\",[129,54.418]],[\"comment/6086\",[]],[\"name/6087\",[130,54.105]],[\"comment/6087\",[]],[\"name/6088\",[131,60.297]],[\"comment/6088\",[]],[\"name/6089\",[132,60.297]],[\"comment/6089\",[]],[\"name/6090\",[133,60.297]],[\"comment/6090\",[]],[\"name/6091\",[134,60.297]],[\"comment/6091\",[]],[\"name/6092\",[135,59.741]],[\"comment/6092\",[]],[\"name/6093\",[136,60.297]],[\"comment/6093\",[]],[\"name/6094\",[137,60.297]],[\"comment/6094\",[]],[\"name/6095\",[138,59.741]],[\"comment/6095\",[]],[\"name/6096\",[139,60.297]],[\"comment/6096\",[]],[\"name/6097\",[140,60.297]],[\"comment/6097\",[]],[\"name/6098\",[141,60.297]],[\"comment/6098\",[]],[\"name/6099\",[142,60.297]],[\"comment/6099\",[]],[\"name/6100\",[143,59.215]],[\"comment/6100\",[]],[\"name/6101\",[144,59.741]],[\"comment/6101\",[]],[\"name/6102\",[145,59.741]],[\"comment/6102\",[]],[\"name/6103\",[146,59.741]],[\"comment/6103\",[]],[\"name/6104\",[147,59.741]],[\"comment/6104\",[]],[\"name/6105\",[148,60.297]],[\"comment/6105\",[]],[\"name/6106\",[149,60.297]],[\"comment/6106\",[]],[\"name/6107\",[150,60.297]],[\"comment/6107\",[]],[\"name/6108\",[151,60.297]],[\"comment/6108\",[]],[\"name/6109\",[152,60.297]],[\"comment/6109\",[]],[\"name/6110\",[153,60.297]],[\"comment/6110\",[]],[\"name/6111\",[154,60.297]],[\"comment/6111\",[]],[\"name/6112\",[155,60.297]],[\"comment/6112\",[]],[\"name/6113\",[156,58.238]],[\"comment/6113\",[]],[\"name/6114\",[157,60.297]],[\"comment/6114\",[]],[\"name/6115\",[158,60.297]],[\"comment/6115\",[]],[\"name/6116\",[1,44.314]],[\"comment/6116\",[]],[\"name/6117\",[159,56.932]],[\"comment/6117\",[]],[\"name/6118\",[160,56.932]],[\"comment/6118\",[]],[\"name/6119\",[161,60.297]],[\"comment/6119\",[]],[\"name/6120\",[162,60.297]],[\"comment/6120\",[]],[\"name/6121\",[163,60.297]],[\"comment/6121\",[]],[\"name/6122\",[164,56.932]],[\"comment/6122\",[]],[\"name/6123\",[165,59.741]],[\"comment/6123\",[]],[\"name/6124\",[166,59.741]],[\"comment/6124\",[]],[\"name/6125\",[167,60.297]],[\"comment/6125\",[]],[\"name/6126\",[168,60.297]],[\"comment/6126\",[]],[\"name/6127\",[169,60.297]],[\"comment/6127\",[]],[\"name/6128\",[170,60.297]],[\"comment/6128\",[]],[\"name/6129\",[171,60.297]],[\"comment/6129\",[]],[\"name/6130\",[172,57.348]],[\"comment/6130\",[]],[\"name/6131\",[173,59.741]],[\"comment/6131\",[]],[\"name/6132\",[174,59.741]],[\"comment/6132\",[]],[\"name/6133\",[26,50.522]],[\"comment/6133\",[]],[\"name/6134\",[22,49.501]],[\"comment/6134\",[]],[\"name/6135\",[41,52.674]],[\"comment/6135\",[]],[\"name/6136\",[42,52.674]],[\"comment/6136\",[]],[\"name/6137\",[175,53.802]],[\"comment/6137\",[]],[\"name/6138\",[176,59.215]],[\"comment/6138\",[]],[\"name/6139\",[177,59.741]],[\"comment/6139\",[]],[\"name/6140\",[178,59.741]],[\"comment/6140\",[]],[\"name/6141\",[179,59.741]],[\"comment/6141\",[]],[\"name/6142\",[180,59.741]],[\"comment/6142\",[]],[\"name/6143\",[181,59.741]],[\"comment/6143\",[]],[\"name/6144\",[182,59.741]],[\"comment/6144\",[]],[\"name/6145\",[183,59.741]],[\"comment/6145\",[]],[\"name/6146\",[184,59.741]],[\"comment/6146\",[]],[\"name/6147\",[108,59.741]],[\"comment/6147\",[]],[\"name/6148\",[185,58.238]],[\"comment/6148\",[]],[\"name/6149\",[186,59.741]],[\"comment/6149\",[]],[\"name/6150\",[187,59.741]],[\"comment/6150\",[]],[\"name/6151\",[188,56.932]],[\"comment/6151\",[]],[\"name/6152\",[189,59.215]],[\"comment/6152\",[]],[\"name/6153\",[190,59.741]],[\"comment/6153\",[]],[\"name/6154\",[191,59.741]],[\"comment/6154\",[]],[\"name/6155\",[192,59.741]],[\"comment/6155\",[]],[\"name/6156\",[193,59.741]],[\"comment/6156\",[]],[\"name/6157\",[194,59.741]],[\"comment/6157\",[]],[\"name/6158\",[34,53.508]],[\"comment/6158\",[]],[\"name/6159\",[32,53.508]],[\"comment/6159\",[]],[\"name/6160\",[33,53.508]],[\"comment/6160\",[]],[\"name/6161\",[44,47.096]],[\"comment/6161\",[]],[\"name/6162\",[45,47.096]],[\"comment/6162\",[]],[\"name/6163\",[46,47.096]],[\"comment/6163\",[]],[\"name/6164\",[47,47.096]],[\"comment/6164\",[]],[\"name/6165\",[48,47.096]],[\"comment/6165\",[]],[\"name/6166\",[49,47.096]],[\"comment/6166\",[]],[\"name/6167\",[50,47.096]],[\"comment/6167\",[]],[\"name/6168\",[51,47.096]],[\"comment/6168\",[]],[\"name/6169\",[52,47.096]],[\"comment/6169\",[]],[\"name/6170\",[53,47.096]],[\"comment/6170\",[]],[\"name/6171\",[54,47.096]],[\"comment/6171\",[]],[\"name/6172\",[55,47.096]],[\"comment/6172\",[]],[\"name/6173\",[56,47.096]],[\"comment/6173\",[]],[\"name/6174\",[57,47.096]],[\"comment/6174\",[]],[\"name/6175\",[58,47.096]],[\"comment/6175\",[]],[\"name/6176\",[59,47.096]],[\"comment/6176\",[]],[\"name/6177\",[60,47.096]],[\"comment/6177\",[]],[\"name/6178\",[61,47.096]],[\"comment/6178\",[]],[\"name/6179\",[62,47.096]],[\"comment/6179\",[]],[\"name/6180\",[63,46.795]],[\"comment/6180\",[]],[\"name/6181\",[64,46.795]],[\"comment/6181\",[]],[\"name/6182\",[65,47.096]],[\"comment/6182\",[]],[\"name/6183\",[66,43.22]],[\"comment/6183\",[]],[\"name/6184\",[67,46.648]],[\"comment/6184\",[]],[\"name/6185\",[68,46.648]],[\"comment/6185\",[]],[\"name/6186\",[69,47.096]],[\"comment/6186\",[]],[\"name/6187\",[70,46.944]],[\"comment/6187\",[]],[\"name/6188\",[71,46.944]],[\"comment/6188\",[]],[\"name/6189\",[72,47.096]],[\"comment/6189\",[]],[\"name/6190\",[73,47.096]],[\"comment/6190\",[]],[\"name/6191\",[74,47.096]],[\"comment/6191\",[]],[\"name/6192\",[75,46.944]],[\"comment/6192\",[]],[\"name/6193\",[76,46.795]],[\"comment/6193\",[]],[\"name/6194\",[77,46.795]],[\"comment/6194\",[]],[\"name/6195\",[1236,84.87]],[\"comment/6195\",[]],[\"name/6196\",[581,76.395]],[\"comment/6196\",[]],[\"name/6197\",[564,71.874]],[\"comment/6197\",[]],[\"name/6198\",[324,66.408]],[\"comment/6198\",[]],[\"name/6199\",[1237,84.87]],[\"comment/6199\",[]],[\"name/6200\",[1238,84.87]],[\"comment/6200\",[]],[\"name/6201\",[605,79.761]],[\"comment/6201\",[]],[\"name/6202\",[604,79.761]],[\"comment/6202\",[]],[\"name/6203\",[1239,84.87]],[\"comment/6203\",[]],[\"name/6204\",[317,73.881]],[\"comment/6204\",[]],[\"name/6205\",[318,73.881]],[\"comment/6205\",[]],[\"name/6206\",[1240,84.87]],[\"comment/6206\",[]],[\"name/6207\",[1241,84.87]],[\"comment/6207\",[]],[\"name/6208\",[1242,84.87]],[\"comment/6208\",[]],[\"name/6209\",[1243,84.87]],[\"comment/6209\",[]],[\"name/6210\",[260,65.406]],[\"comment/6210\",[]],[\"name/6211\",[542,79.761]],[\"comment/6211\",[]],[\"name/6212\",[8,57.348]],[\"comment/6212\",[]],[\"name/6213\",[1244,84.87]],[\"comment/6213\",[]],[\"name/6214\",[1193,79.761]],[\"comment/6214\",[]],[\"name/6215\",[1245,79.761]],[\"comment/6215\",[]],[\"name/6216\",[1246,84.87]],[\"comment/6216\",[]],[\"name/6217\",[1247,84.87]],[\"comment/6217\",[]],[\"name/6218\",[1248,84.87]],[\"comment/6218\",[]],[\"name/6219\",[1249,84.87]],[\"comment/6219\",[]],[\"name/6220\",[1250,84.87]],[\"comment/6220\",[]],[\"name/6221\",[1251,84.87]],[\"comment/6221\",[]],[\"name/6222\",[1252,84.87]],[\"comment/6222\",[]],[\"name/6223\",[1253,84.87]],[\"comment/6223\",[]],[\"name/6224\",[1254,84.87]],[\"comment/6224\",[]],[\"name/6225\",[1255,84.87]],[\"comment/6225\",[]],[\"name/6226\",[1256,84.87]],[\"comment/6226\",[]],[\"name/6227\",[71,46.944]],[\"comment/6227\",[]],[\"name/6228\",[75,46.944]],[\"comment/6228\",[]],[\"name/6229\",[627,79.761]],[\"comment/6229\",[]],[\"name/6230\",[555,76.395]],[\"comment/6230\",[]],[\"name/6231\",[79,67.52]],[\"comment/6231\",[]],[\"name/6232\",[80,70.203]],[\"comment/6232\",[]],[\"name/6233\",[81,67.52]],[\"comment/6233\",[]],[\"name/6234\",[1257,84.87]],[\"comment/6234\",[]],[\"name/6235\",[230,68.772]],[\"comment/6235\",[]],[\"name/6236\",[310,66.408]],[\"comment/6236\",[]],[\"name/6237\",[1258,84.87]],[\"comment/6237\",[]],[\"name/6238\",[1259,84.87]],[\"comment/6238\",[]],[\"name/6239\",[66,43.22]],[\"comment/6239\",[]],[\"name/6240\",[330,79.761]],[\"comment/6240\",[]],[\"name/6241\",[331,76.395]],[\"comment/6241\",[]],[\"name/6242\",[111,57.348]],[\"comment/6242\",[]],[\"name/6243\",[416,63.663]],[\"comment/6243\",[]],[\"name/6244\",[0,59.741]],[\"comment/6244\",[]],[\"name/6245\",[415,64.497]],[\"comment/6245\",[]],[\"name/6246\",[17,57.783]],[\"comment/6246\",[]],[\"name/6247\",[754,70.203]],[\"comment/6247\",[]],[\"name/6248\",[755,70.203]],[\"comment/6248\",[]],[\"name/6249\",[496,73.881]],[\"comment/6249\",[]],[\"name/6250\",[9,46.219]],[\"comment/6250\",[]],[\"name/6251\",[15,46.944]],[\"comment/6251\",[]],[\"name/6252\",[1260,84.87]],[\"comment/6252\",[]],[\"name/6253\",[324,66.408]],[\"comment/6253\",[]],[\"name/6254\",[104,60.297]],[\"comment/6254\",[]],[\"name/6255\",[105,59.741]],[\"comment/6255\",[]],[\"name/6256\",[16,44.085]],[\"comment/6256\",[]],[\"name/6257\",[94,79.761]],[\"comment/6257\",[]],[\"name/6258\",[385,67.52]],[\"comment/6258\",[]],[\"name/6259\",[901,76.395]],[\"comment/6259\",[]],[\"name/6260\",[240,79.761]],[\"comment/6260\",[]],[\"name/6261\",[109,56.531]],[\"comment/6261\",[]],[\"name/6262\",[25,44.667]],[\"comment/6262\",[]],[\"name/6263\",[110,59.741]],[\"comment/6263\",[]],[\"name/6264\",[111,57.348]],[\"comment/6264\",[]],[\"name/6265\",[112,59.741]],[\"comment/6265\",[]],[\"name/6266\",[18,52.944]],[\"comment/6266\",[]],[\"name/6267\",[1,44.314]],[\"comment/6267\",[]],[\"name/6268\",[113,60.297]],[\"comment/6268\",[]],[\"name/6269\",[25,44.667]],[\"comment/6269\",[]],[\"name/6270\",[114,60.297]],[\"comment/6270\",[]],[\"name/6271\",[115,60.297]],[\"comment/6271\",[]],[\"name/6272\",[116,57.348]],[\"comment/6272\",[]],[\"name/6273\",[117,60.297]],[\"comment/6273\",[]],[\"name/6274\",[118,60.297]],[\"comment/6274\",[]],[\"name/6275\",[119,57.783]],[\"comment/6275\",[]],[\"name/6276\",[120,60.297]],[\"comment/6276\",[]],[\"name/6277\",[121,60.297]],[\"comment/6277\",[]],[\"name/6278\",[122,56.932]],[\"comment/6278\",[]],[\"name/6279\",[66,43.22]],[\"comment/6279\",[]],[\"name/6280\",[123,58.714]],[\"comment/6280\",[]],[\"name/6281\",[124,60.297]],[\"comment/6281\",[]],[\"name/6282\",[125,60.297]],[\"comment/6282\",[]],[\"name/6283\",[126,59.741]],[\"comment/6283\",[]],[\"name/6284\",[127,60.297]],[\"comment/6284\",[]],[\"name/6285\",[128,54.418]],[\"comment/6285\",[]],[\"name/6286\",[129,54.418]],[\"comment/6286\",[]],[\"name/6287\",[130,54.105]],[\"comment/6287\",[]],[\"name/6288\",[131,60.297]],[\"comment/6288\",[]],[\"name/6289\",[132,60.297]],[\"comment/6289\",[]],[\"name/6290\",[133,60.297]],[\"comment/6290\",[]],[\"name/6291\",[134,60.297]],[\"comment/6291\",[]],[\"name/6292\",[135,59.741]],[\"comment/6292\",[]],[\"name/6293\",[136,60.297]],[\"comment/6293\",[]],[\"name/6294\",[137,60.297]],[\"comment/6294\",[]],[\"name/6295\",[138,59.741]],[\"comment/6295\",[]],[\"name/6296\",[139,60.297]],[\"comment/6296\",[]],[\"name/6297\",[140,60.297]],[\"comment/6297\",[]],[\"name/6298\",[141,60.297]],[\"comment/6298\",[]],[\"name/6299\",[142,60.297]],[\"comment/6299\",[]],[\"name/6300\",[143,59.215]],[\"comment/6300\",[]],[\"name/6301\",[144,59.741]],[\"comment/6301\",[]],[\"name/6302\",[145,59.741]],[\"comment/6302\",[]],[\"name/6303\",[146,59.741]],[\"comment/6303\",[]],[\"name/6304\",[147,59.741]],[\"comment/6304\",[]],[\"name/6305\",[148,60.297]],[\"comment/6305\",[]],[\"name/6306\",[149,60.297]],[\"comment/6306\",[]],[\"name/6307\",[150,60.297]],[\"comment/6307\",[]],[\"name/6308\",[151,60.297]],[\"comment/6308\",[]],[\"name/6309\",[152,60.297]],[\"comment/6309\",[]],[\"name/6310\",[153,60.297]],[\"comment/6310\",[]],[\"name/6311\",[154,60.297]],[\"comment/6311\",[]],[\"name/6312\",[155,60.297]],[\"comment/6312\",[]],[\"name/6313\",[156,58.238]],[\"comment/6313\",[]],[\"name/6314\",[157,60.297]],[\"comment/6314\",[]],[\"name/6315\",[158,60.297]],[\"comment/6315\",[]],[\"name/6316\",[1,44.314]],[\"comment/6316\",[]],[\"name/6317\",[159,56.932]],[\"comment/6317\",[]],[\"name/6318\",[160,56.932]],[\"comment/6318\",[]],[\"name/6319\",[161,60.297]],[\"comment/6319\",[]],[\"name/6320\",[162,60.297]],[\"comment/6320\",[]],[\"name/6321\",[163,60.297]],[\"comment/6321\",[]],[\"name/6322\",[164,56.932]],[\"comment/6322\",[]],[\"name/6323\",[165,59.741]],[\"comment/6323\",[]],[\"name/6324\",[166,59.741]],[\"comment/6324\",[]],[\"name/6325\",[167,60.297]],[\"comment/6325\",[]],[\"name/6326\",[168,60.297]],[\"comment/6326\",[]],[\"name/6327\",[169,60.297]],[\"comment/6327\",[]],[\"name/6328\",[170,60.297]],[\"comment/6328\",[]],[\"name/6329\",[171,60.297]],[\"comment/6329\",[]],[\"name/6330\",[172,57.348]],[\"comment/6330\",[]],[\"name/6331\",[173,59.741]],[\"comment/6331\",[]],[\"name/6332\",[174,59.741]],[\"comment/6332\",[]],[\"name/6333\",[26,50.522]],[\"comment/6333\",[]],[\"name/6334\",[22,49.501]],[\"comment/6334\",[]],[\"name/6335\",[41,52.674]],[\"comment/6335\",[]],[\"name/6336\",[42,52.674]],[\"comment/6336\",[]],[\"name/6337\",[175,53.802]],[\"comment/6337\",[]],[\"name/6338\",[176,59.215]],[\"comment/6338\",[]],[\"name/6339\",[177,59.741]],[\"comment/6339\",[]],[\"name/6340\",[178,59.741]],[\"comment/6340\",[]],[\"name/6341\",[179,59.741]],[\"comment/6341\",[]],[\"name/6342\",[180,59.741]],[\"comment/6342\",[]],[\"name/6343\",[181,59.741]],[\"comment/6343\",[]],[\"name/6344\",[182,59.741]],[\"comment/6344\",[]],[\"name/6345\",[183,59.741]],[\"comment/6345\",[]],[\"name/6346\",[184,59.741]],[\"comment/6346\",[]],[\"name/6347\",[108,59.741]],[\"comment/6347\",[]],[\"name/6348\",[185,58.238]],[\"comment/6348\",[]],[\"name/6349\",[186,59.741]],[\"comment/6349\",[]],[\"name/6350\",[187,59.741]],[\"comment/6350\",[]],[\"name/6351\",[188,56.932]],[\"comment/6351\",[]],[\"name/6352\",[189,59.215]],[\"comment/6352\",[]],[\"name/6353\",[190,59.741]],[\"comment/6353\",[]],[\"name/6354\",[191,59.741]],[\"comment/6354\",[]],[\"name/6355\",[192,59.741]],[\"comment/6355\",[]],[\"name/6356\",[193,59.741]],[\"comment/6356\",[]],[\"name/6357\",[194,59.741]],[\"comment/6357\",[]],[\"name/6358\",[34,53.508]],[\"comment/6358\",[]],[\"name/6359\",[32,53.508]],[\"comment/6359\",[]],[\"name/6360\",[33,53.508]],[\"comment/6360\",[]],[\"name/6361\",[44,47.096]],[\"comment/6361\",[]],[\"name/6362\",[45,47.096]],[\"comment/6362\",[]],[\"name/6363\",[46,47.096]],[\"comment/6363\",[]],[\"name/6364\",[47,47.096]],[\"comment/6364\",[]],[\"name/6365\",[48,47.096]],[\"comment/6365\",[]],[\"name/6366\",[49,47.096]],[\"comment/6366\",[]],[\"name/6367\",[50,47.096]],[\"comment/6367\",[]],[\"name/6368\",[51,47.096]],[\"comment/6368\",[]],[\"name/6369\",[52,47.096]],[\"comment/6369\",[]],[\"name/6370\",[53,47.096]],[\"comment/6370\",[]],[\"name/6371\",[54,47.096]],[\"comment/6371\",[]],[\"name/6372\",[55,47.096]],[\"comment/6372\",[]],[\"name/6373\",[56,47.096]],[\"comment/6373\",[]],[\"name/6374\",[57,47.096]],[\"comment/6374\",[]],[\"name/6375\",[58,47.096]],[\"comment/6375\",[]],[\"name/6376\",[59,47.096]],[\"comment/6376\",[]],[\"name/6377\",[60,47.096]],[\"comment/6377\",[]],[\"name/6378\",[61,47.096]],[\"comment/6378\",[]],[\"name/6379\",[62,47.096]],[\"comment/6379\",[]],[\"name/6380\",[63,46.795]],[\"comment/6380\",[]],[\"name/6381\",[64,46.795]],[\"comment/6381\",[]],[\"name/6382\",[65,47.096]],[\"comment/6382\",[]],[\"name/6383\",[66,43.22]],[\"comment/6383\",[]],[\"name/6384\",[67,46.648]],[\"comment/6384\",[]],[\"name/6385\",[68,46.648]],[\"comment/6385\",[]],[\"name/6386\",[69,47.096]],[\"comment/6386\",[]],[\"name/6387\",[70,46.944]],[\"comment/6387\",[]],[\"name/6388\",[71,46.944]],[\"comment/6388\",[]],[\"name/6389\",[72,47.096]],[\"comment/6389\",[]],[\"name/6390\",[73,47.096]],[\"comment/6390\",[]],[\"name/6391\",[74,47.096]],[\"comment/6391\",[]],[\"name/6392\",[75,46.944]],[\"comment/6392\",[]],[\"name/6393\",[76,46.795]],[\"comment/6393\",[]],[\"name/6394\",[77,46.795]],[\"comment/6394\",[]],[\"name/6395\",[1261,84.87]],[\"comment/6395\",[]],[\"name/6396\",[416,63.663]],[\"comment/6396\",[]],[\"name/6397\",[1262,79.761]],[\"comment/6397\",[]],[\"name/6398\",[1,44.314]],[\"comment/6398\",[]],[\"name/6399\",[79,67.52]],[\"comment/6399\",[]],[\"name/6400\",[81,67.52]],[\"comment/6400\",[]],[\"name/6401\",[1263,84.87]],[\"comment/6401\",[]],[\"name/6402\",[483,73.881]],[\"comment/6402\",[]],[\"name/6403\",[1,44.314]],[\"comment/6403\",[]],[\"name/6404\",[1264,84.87]],[\"comment/6404\",[]],[\"name/6405\",[1265,84.87]],[\"comment/6405\",[]],[\"name/6406\",[1266,84.87]],[\"comment/6406\",[]],[\"name/6407\",[1267,79.761]],[\"comment/6407\",[]],[\"name/6408\",[9,46.219]],[\"comment/6408\",[]],[\"name/6409\",[15,46.944]],[\"comment/6409\",[]],[\"name/6410\",[16,44.085]],[\"comment/6410\",[]],[\"name/6411\",[172,57.348]],[\"comment/6411\",[]],[\"name/6412\",[173,59.741]],[\"comment/6412\",[]],[\"name/6413\",[135,59.741]],[\"comment/6413\",[]],[\"name/6414\",[174,59.741]],[\"comment/6414\",[]],[\"name/6415\",[26,50.522]],[\"comment/6415\",[]],[\"name/6416\",[22,49.501]],[\"comment/6416\",[]],[\"name/6417\",[41,52.674]],[\"comment/6417\",[]],[\"name/6418\",[42,52.674]],[\"comment/6418\",[]],[\"name/6419\",[175,53.802]],[\"comment/6419\",[]],[\"name/6420\",[176,59.215]],[\"comment/6420\",[]],[\"name/6421\",[177,59.741]],[\"comment/6421\",[]],[\"name/6422\",[178,59.741]],[\"comment/6422\",[]],[\"name/6423\",[179,59.741]],[\"comment/6423\",[]],[\"name/6424\",[180,59.741]],[\"comment/6424\",[]],[\"name/6425\",[144,59.741]],[\"comment/6425\",[]],[\"name/6426\",[145,59.741]],[\"comment/6426\",[]],[\"name/6427\",[181,59.741]],[\"comment/6427\",[]],[\"name/6428\",[182,59.741]],[\"comment/6428\",[]],[\"name/6429\",[183,59.741]],[\"comment/6429\",[]],[\"name/6430\",[184,59.741]],[\"comment/6430\",[]],[\"name/6431\",[108,59.741]],[\"comment/6431\",[]],[\"name/6432\",[156,58.238]],[\"comment/6432\",[]],[\"name/6433\",[185,58.238]],[\"comment/6433\",[]],[\"name/6434\",[147,59.741]],[\"comment/6434\",[]],[\"name/6435\",[186,59.741]],[\"comment/6435\",[]],[\"name/6436\",[109,56.531]],[\"comment/6436\",[]],[\"name/6437\",[187,59.741]],[\"comment/6437\",[]],[\"name/6438\",[188,56.932]],[\"comment/6438\",[]],[\"name/6439\",[189,59.215]],[\"comment/6439\",[]],[\"name/6440\",[190,59.741]],[\"comment/6440\",[]],[\"name/6441\",[191,59.741]],[\"comment/6441\",[]],[\"name/6442\",[192,59.741]],[\"comment/6442\",[]],[\"name/6443\",[193,59.741]],[\"comment/6443\",[]],[\"name/6444\",[194,59.741]],[\"comment/6444\",[]],[\"name/6445\",[165,59.741]],[\"comment/6445\",[]],[\"name/6446\",[34,53.508]],[\"comment/6446\",[]],[\"name/6447\",[32,53.508]],[\"comment/6447\",[]],[\"name/6448\",[33,53.508]],[\"comment/6448\",[]],[\"name/6449\",[128,54.418]],[\"comment/6449\",[]],[\"name/6450\",[130,54.105]],[\"comment/6450\",[]],[\"name/6451\",[164,56.932]],[\"comment/6451\",[]],[\"name/6452\",[44,47.096]],[\"comment/6452\",[]],[\"name/6453\",[45,47.096]],[\"comment/6453\",[]],[\"name/6454\",[46,47.096]],[\"comment/6454\",[]],[\"name/6455\",[47,47.096]],[\"comment/6455\",[]],[\"name/6456\",[48,47.096]],[\"comment/6456\",[]],[\"name/6457\",[49,47.096]],[\"comment/6457\",[]],[\"name/6458\",[50,47.096]],[\"comment/6458\",[]],[\"name/6459\",[51,47.096]],[\"comment/6459\",[]],[\"name/6460\",[25,44.667]],[\"comment/6460\",[]],[\"name/6461\",[52,47.096]],[\"comment/6461\",[]],[\"name/6462\",[53,47.096]],[\"comment/6462\",[]],[\"name/6463\",[54,47.096]],[\"comment/6463\",[]],[\"name/6464\",[55,47.096]],[\"comment/6464\",[]],[\"name/6465\",[56,47.096]],[\"comment/6465\",[]],[\"name/6466\",[57,47.096]],[\"comment/6466\",[]],[\"name/6467\",[58,47.096]],[\"comment/6467\",[]],[\"name/6468\",[59,47.096]],[\"comment/6468\",[]],[\"name/6469\",[60,47.096]],[\"comment/6469\",[]],[\"name/6470\",[61,47.096]],[\"comment/6470\",[]],[\"name/6471\",[62,47.096]],[\"comment/6471\",[]],[\"name/6472\",[63,46.795]],[\"comment/6472\",[]],[\"name/6473\",[64,46.795]],[\"comment/6473\",[]],[\"name/6474\",[65,47.096]],[\"comment/6474\",[]],[\"name/6475\",[66,43.22]],[\"comment/6475\",[]],[\"name/6476\",[67,46.648]],[\"comment/6476\",[]],[\"name/6477\",[68,46.648]],[\"comment/6477\",[]],[\"name/6478\",[69,47.096]],[\"comment/6478\",[]],[\"name/6479\",[70,46.944]],[\"comment/6479\",[]],[\"name/6480\",[71,46.944]],[\"comment/6480\",[]],[\"name/6481\",[72,47.096]],[\"comment/6481\",[]],[\"name/6482\",[73,47.096]],[\"comment/6482\",[]],[\"name/6483\",[74,47.096]],[\"comment/6483\",[]],[\"name/6484\",[75,46.944]],[\"comment/6484\",[]],[\"name/6485\",[76,46.795]],[\"comment/6485\",[]],[\"name/6486\",[77,46.795]],[\"comment/6486\",[]],[\"name/6487\",[1268,84.87]],[\"comment/6487\",[]],[\"name/6488\",[1269,84.87]],[\"comment/6488\",[]],[\"name/6489\",[1270,84.87]],[\"comment/6489\",[]],[\"name/6490\",[6,60.297]],[\"comment/6490\",[]],[\"name/6491\",[881,79.761]],[\"comment/6491\",[]],[\"name/6492\",[882,79.761]],[\"comment/6492\",[]],[\"name/6493\",[883,79.761]],[\"comment/6493\",[]],[\"name/6494\",[884,79.761]],[\"comment/6494\",[]],[\"name/6495\",[885,79.761]],[\"comment/6495\",[]],[\"name/6496\",[886,79.761]],[\"comment/6496\",[]],[\"name/6497\",[887,79.761]],[\"comment/6497\",[]],[\"name/6498\",[1271,84.87]],[\"comment/6498\",[]],[\"name/6499\",[1272,84.87]],[\"comment/6499\",[]],[\"name/6500\",[506,76.395]],[\"comment/6500\",[]],[\"name/6501\",[1273,84.87]],[\"comment/6501\",[]],[\"name/6502\",[16,44.085]],[\"comment/6502\",[]],[\"name/6503\",[1274,84.87]],[\"comment/6503\",[]],[\"name/6504\",[1275,84.87]],[\"comment/6504\",[]],[\"name/6505\",[175,53.802]],[\"comment/6505\",[]],[\"name/6506\",[250,60.886]],[\"comment/6506\",[]],[\"name/6507\",[1276,84.87]],[\"comment/6507\",[]],[\"name/6508\",[1277,84.87]],[\"comment/6508\",[]],[\"name/6509\",[1278,84.87]],[\"comment/6509\",[]],[\"name/6510\",[1279,84.87]],[\"comment/6510\",[]],[\"name/6511\",[22,49.501]],[\"comment/6511\",[]],[\"name/6512\",[375,64.497]],[\"comment/6512\",[]],[\"name/6513\",[1280,84.87]],[\"comment/6513\",[]],[\"name/6514\",[1281,84.87]],[\"comment/6514\",[]],[\"name/6515\",[1282,84.87]],[\"comment/6515\",[]],[\"name/6516\",[1283,84.87]],[\"comment/6516\",[]],[\"name/6517\",[1284,79.761]],[\"comment/6517\",[]],[\"name/6518\",[1285,84.87]],[\"comment/6518\",[]],[\"name/6519\",[1286,84.87]],[\"comment/6519\",[]],[\"name/6520\",[1287,84.87]],[\"comment/6520\",[]],[\"name/6521\",[164,56.932]],[\"comment/6521\",[]],[\"name/6522\",[1288,84.87]],[\"comment/6522\",[]],[\"name/6523\",[1289,84.87]],[\"comment/6523\",[]],[\"name/6524\",[1290,79.761]],[\"comment/6524\",[]],[\"name/6525\",[109,56.531]],[\"comment/6525\",[]],[\"name/6526\",[188,56.932]],[\"comment/6526\",[]],[\"name/6527\",[176,59.215]],[\"comment/6527\",[]],[\"name/6528\",[1,44.314]],[\"comment/6528\",[]],[\"name/6529\",[1262,79.761]],[\"comment/6529\",[]],[\"name/6530\",[1,44.314]],[\"comment/6530\",[]],[\"name/6531\",[79,67.52]],[\"comment/6531\",[]],[\"name/6532\",[81,67.52]],[\"comment/6532\",[]],[\"name/6533\",[1291,84.87]],[\"comment/6533\",[]],[\"name/6534\",[9,46.219]],[\"comment/6534\",[]],[\"name/6535\",[725,79.761]],[\"comment/6535\",[]],[\"name/6536\",[726,79.761]],[\"comment/6536\",[]],[\"name/6537\",[727,79.761]],[\"comment/6537\",[]],[\"name/6538\",[728,79.761]],[\"comment/6538\",[]],[\"name/6539\",[1,44.314]],[\"comment/6539\",[]],[\"name/6540\",[66,43.22]],[\"comment/6540\",[]],[\"name/6541\",[310,66.408]],[\"comment/6541\",[]],[\"name/6542\",[729,79.761]],[\"comment/6542\",[]],[\"name/6543\",[730,79.761]],[\"comment/6543\",[]],[\"name/6544\",[731,79.761]],[\"comment/6544\",[]],[\"name/6545\",[732,79.761]],[\"comment/6545\",[]],[\"name/6546\",[22,49.501]],[\"comment/6546\",[]],[\"name/6547\",[15,46.944]],[\"comment/6547\",[]],[\"name/6548\",[16,44.085]],[\"comment/6548\",[]],[\"name/6549\",[543,73.881]],[\"comment/6549\",[]],[\"name/6550\",[1292,84.87]],[\"comment/6550\",[]],[\"name/6551\",[1293,84.87]],[\"comment/6551\",[]],[\"name/6552\",[6,60.297]],[\"comment/6552\",[]],[\"name/6553\",[1294,84.87]],[\"comment/6553\",[]],[\"name/6554\",[1088,79.761]],[\"comment/6554\",[]],[\"name/6555\",[164,56.932]],[\"comment/6555\",[]],[\"name/6556\",[744,79.761]],[\"comment/6556\",[]],[\"name/6557\",[733,79.761]],[\"comment/6557\",[]],[\"name/6558\",[96,67.52]],[\"comment/6558\",[]],[\"name/6559\",[340,70.203]],[\"comment/6559\",[]],[\"name/6560\",[734,79.761]],[\"comment/6560\",[]],[\"name/6561\",[735,79.761]],[\"comment/6561\",[]],[\"name/6562\",[122,56.932]],[\"comment/6562\",[]],[\"name/6563\",[25,44.667]],[\"comment/6563\",[]],[\"name/6564\",[736,79.761]],[\"comment/6564\",[]],[\"name/6565\",[469,70.203]],[\"comment/6565\",[]],[\"name/6566\",[737,79.761]],[\"comment/6566\",[]],[\"name/6567\",[130,54.105]],[\"comment/6567\",[]],[\"name/6568\",[42,52.674]],[\"comment/6568\",[]],[\"name/6569\",[41,52.674]],[\"comment/6569\",[]],[\"name/6570\",[738,79.761]],[\"comment/6570\",[]],[\"name/6571\",[38,59.741]],[\"comment/6571\",[]],[\"name/6572\",[172,57.348]],[\"comment/6572\",[]],[\"name/6573\",[739,79.761]],[\"comment/6573\",[]],[\"name/6574\",[740,79.761]],[\"comment/6574\",[]],[\"name/6575\",[741,79.761]],[\"comment/6575\",[]],[\"name/6576\",[742,79.761]],[\"comment/6576\",[]],[\"name/6577\",[743,79.761]],[\"comment/6577\",[]],[\"name/6578\",[129,54.418]],[\"comment/6578\",[]],[\"name/6579\",[44,47.096]],[\"comment/6579\",[]],[\"name/6580\",[45,47.096]],[\"comment/6580\",[]],[\"name/6581\",[46,47.096]],[\"comment/6581\",[]],[\"name/6582\",[47,47.096]],[\"comment/6582\",[]],[\"name/6583\",[48,47.096]],[\"comment/6583\",[]],[\"name/6584\",[49,47.096]],[\"comment/6584\",[]],[\"name/6585\",[50,47.096]],[\"comment/6585\",[]],[\"name/6586\",[51,47.096]],[\"comment/6586\",[]],[\"name/6587\",[52,47.096]],[\"comment/6587\",[]],[\"name/6588\",[53,47.096]],[\"comment/6588\",[]],[\"name/6589\",[54,47.096]],[\"comment/6589\",[]],[\"name/6590\",[55,47.096]],[\"comment/6590\",[]],[\"name/6591\",[56,47.096]],[\"comment/6591\",[]],[\"name/6592\",[57,47.096]],[\"comment/6592\",[]],[\"name/6593\",[58,47.096]],[\"comment/6593\",[]],[\"name/6594\",[59,47.096]],[\"comment/6594\",[]],[\"name/6595\",[60,47.096]],[\"comment/6595\",[]],[\"name/6596\",[61,47.096]],[\"comment/6596\",[]],[\"name/6597\",[62,47.096]],[\"comment/6597\",[]],[\"name/6598\",[63,46.795]],[\"comment/6598\",[]],[\"name/6599\",[64,46.795]],[\"comment/6599\",[]],[\"name/6600\",[65,47.096]],[\"comment/6600\",[]],[\"name/6601\",[66,43.22]],[\"comment/6601\",[]],[\"name/6602\",[67,46.648]],[\"comment/6602\",[]],[\"name/6603\",[68,46.648]],[\"comment/6603\",[]],[\"name/6604\",[69,47.096]],[\"comment/6604\",[]],[\"name/6605\",[70,46.944]],[\"comment/6605\",[]],[\"name/6606\",[71,46.944]],[\"comment/6606\",[]],[\"name/6607\",[72,47.096]],[\"comment/6607\",[]],[\"name/6608\",[73,47.096]],[\"comment/6608\",[]],[\"name/6609\",[74,47.096]],[\"comment/6609\",[]],[\"name/6610\",[75,46.944]],[\"comment/6610\",[]],[\"name/6611\",[76,46.795]],[\"comment/6611\",[]],[\"name/6612\",[77,46.795]],[\"comment/6612\",[]],[\"name/6613\",[1295,84.87]],[\"comment/6613\",[]],[\"name/6614\",[310,66.408]],[\"comment/6614\",[]],[\"name/6615\",[0,59.741]],[\"comment/6615\",[]],[\"name/6616\",[1296,84.87]],[\"comment/6616\",[]],[\"name/6617\",[543,73.881]],[\"comment/6617\",[]],[\"name/6618\",[9,46.219]],[\"comment/6618\",[]],[\"name/6619\",[324,66.408]],[\"comment/6619\",[]],[\"name/6620\",[13,54.105]],[\"comment/6620\",[]],[\"name/6621\",[15,46.944]],[\"comment/6621\",[]],[\"name/6622\",[16,44.085]],[\"comment/6622\",[]],[\"name/6623\",[367,79.761]],[\"comment/6623\",[]],[\"name/6624\",[1297,79.761]],[\"comment/6624\",[]],[\"name/6625\",[1298,84.87]],[\"comment/6625\",[]],[\"name/6626\",[1299,84.87]],[\"comment/6626\",[]],[\"name/6627\",[1300,84.87]],[\"comment/6627\",[]],[\"name/6628\",[1245,79.761]],[\"comment/6628\",[]],[\"name/6629\",[1301,84.87]],[\"comment/6629\",[]],[\"name/6630\",[1302,84.87]],[\"comment/6630\",[]],[\"name/6631\",[901,76.395]],[\"comment/6631\",[]],[\"name/6632\",[385,67.52]],[\"comment/6632\",[]],[\"name/6633\",[138,59.741]],[\"comment/6633\",[]],[\"name/6634\",[747,76.395]],[\"comment/6634\",[]],[\"name/6635\",[1303,84.87]],[\"comment/6635\",[]],[\"name/6636\",[1304,84.87]],[\"comment/6636\",[]],[\"name/6637\",[25,44.667]],[\"comment/6637\",[]],[\"name/6638\",[35,56.147]],[\"comment/6638\",[]],[\"name/6639\",[36,55.776]],[\"comment/6639\",[]],[\"name/6640\",[128,54.418]],[\"comment/6640\",[]],[\"name/6641\",[129,54.418]],[\"comment/6641\",[]],[\"name/6642\",[130,54.105]],[\"comment/6642\",[]],[\"name/6643\",[22,49.501]],[\"comment/6643\",[]],[\"name/6644\",[26,50.522]],[\"comment/6644\",[]],[\"name/6645\",[175,53.802]],[\"comment/6645\",[]],[\"name/6646\",[250,60.886]],[\"comment/6646\",[]],[\"name/6647\",[373,65.406]],[\"comment/6647\",[]],[\"name/6648\",[374,65.406]],[\"comment/6648\",[]],[\"name/6649\",[375,64.497]],[\"comment/6649\",[]],[\"name/6650\",[376,65.406]],[\"comment/6650\",[]],[\"name/6651\",[377,65.406]],[\"comment/6651\",[]],[\"name/6652\",[44,47.096]],[\"comment/6652\",[]],[\"name/6653\",[45,47.096]],[\"comment/6653\",[]],[\"name/6654\",[46,47.096]],[\"comment/6654\",[]],[\"name/6655\",[47,47.096]],[\"comment/6655\",[]],[\"name/6656\",[48,47.096]],[\"comment/6656\",[]],[\"name/6657\",[49,47.096]],[\"comment/6657\",[]],[\"name/6658\",[50,47.096]],[\"comment/6658\",[]],[\"name/6659\",[51,47.096]],[\"comment/6659\",[]],[\"name/6660\",[52,47.096]],[\"comment/6660\",[]],[\"name/6661\",[53,47.096]],[\"comment/6661\",[]],[\"name/6662\",[54,47.096]],[\"comment/6662\",[]],[\"name/6663\",[55,47.096]],[\"comment/6663\",[]],[\"name/6664\",[56,47.096]],[\"comment/6664\",[]],[\"name/6665\",[57,47.096]],[\"comment/6665\",[]],[\"name/6666\",[58,47.096]],[\"comment/6666\",[]],[\"name/6667\",[59,47.096]],[\"comment/6667\",[]],[\"name/6668\",[60,47.096]],[\"comment/6668\",[]],[\"name/6669\",[61,47.096]],[\"comment/6669\",[]],[\"name/6670\",[62,47.096]],[\"comment/6670\",[]],[\"name/6671\",[63,46.795]],[\"comment/6671\",[]],[\"name/6672\",[64,46.795]],[\"comment/6672\",[]],[\"name/6673\",[65,47.096]],[\"comment/6673\",[]],[\"name/6674\",[66,43.22]],[\"comment/6674\",[]],[\"name/6675\",[67,46.648]],[\"comment/6675\",[]],[\"name/6676\",[68,46.648]],[\"comment/6676\",[]],[\"name/6677\",[69,47.096]],[\"comment/6677\",[]],[\"name/6678\",[70,46.944]],[\"comment/6678\",[]],[\"name/6679\",[71,46.944]],[\"comment/6679\",[]],[\"name/6680\",[72,47.096]],[\"comment/6680\",[]],[\"name/6681\",[73,47.096]],[\"comment/6681\",[]],[\"name/6682\",[74,47.096]],[\"comment/6682\",[]],[\"name/6683\",[75,46.944]],[\"comment/6683\",[]],[\"name/6684\",[76,46.795]],[\"comment/6684\",[]],[\"name/6685\",[77,46.795]],[\"comment/6685\",[]],[\"name/6686\",[497,73.881]],[\"comment/6686\",[]],[\"name/6687\",[9,46.219]],[\"comment/6687\",[]],[\"name/6688\",[104,60.297]],[\"comment/6688\",[]],[\"name/6689\",[105,59.741]],[\"comment/6689\",[]],[\"name/6690\",[15,46.944]],[\"comment/6690\",[]],[\"name/6691\",[16,44.085]],[\"comment/6691\",[]],[\"name/6692\",[108,59.741]],[\"comment/6692\",[]],[\"name/6693\",[109,56.531]],[\"comment/6693\",[]],[\"name/6694\",[25,44.667]],[\"comment/6694\",[]],[\"name/6695\",[110,59.741]],[\"comment/6695\",[]],[\"name/6696\",[111,57.348]],[\"comment/6696\",[]],[\"name/6697\",[112,59.741]],[\"comment/6697\",[]],[\"name/6698\",[18,52.944]],[\"comment/6698\",[]],[\"name/6699\",[1,44.314]],[\"comment/6699\",[]],[\"name/6700\",[113,60.297]],[\"comment/6700\",[]],[\"name/6701\",[25,44.667]],[\"comment/6701\",[]],[\"name/6702\",[114,60.297]],[\"comment/6702\",[]],[\"name/6703\",[115,60.297]],[\"comment/6703\",[]],[\"name/6704\",[116,57.348]],[\"comment/6704\",[]],[\"name/6705\",[117,60.297]],[\"comment/6705\",[]],[\"name/6706\",[118,60.297]],[\"comment/6706\",[]],[\"name/6707\",[119,57.783]],[\"comment/6707\",[]],[\"name/6708\",[120,60.297]],[\"comment/6708\",[]],[\"name/6709\",[121,60.297]],[\"comment/6709\",[]],[\"name/6710\",[122,56.932]],[\"comment/6710\",[]],[\"name/6711\",[66,43.22]],[\"comment/6711\",[]],[\"name/6712\",[123,58.714]],[\"comment/6712\",[]],[\"name/6713\",[124,60.297]],[\"comment/6713\",[]],[\"name/6714\",[125,60.297]],[\"comment/6714\",[]],[\"name/6715\",[126,59.741]],[\"comment/6715\",[]],[\"name/6716\",[127,60.297]],[\"comment/6716\",[]],[\"name/6717\",[128,54.418]],[\"comment/6717\",[]],[\"name/6718\",[129,54.418]],[\"comment/6718\",[]],[\"name/6719\",[130,54.105]],[\"comment/6719\",[]],[\"name/6720\",[131,60.297]],[\"comment/6720\",[]],[\"name/6721\",[132,60.297]],[\"comment/6721\",[]],[\"name/6722\",[133,60.297]],[\"comment/6722\",[]],[\"name/6723\",[134,60.297]],[\"comment/6723\",[]],[\"name/6724\",[135,59.741]],[\"comment/6724\",[]],[\"name/6725\",[136,60.297]],[\"comment/6725\",[]],[\"name/6726\",[137,60.297]],[\"comment/6726\",[]],[\"name/6727\",[138,59.741]],[\"comment/6727\",[]],[\"name/6728\",[139,60.297]],[\"comment/6728\",[]],[\"name/6729\",[140,60.297]],[\"comment/6729\",[]],[\"name/6730\",[141,60.297]],[\"comment/6730\",[]],[\"name/6731\",[142,60.297]],[\"comment/6731\",[]],[\"name/6732\",[143,59.215]],[\"comment/6732\",[]],[\"name/6733\",[144,59.741]],[\"comment/6733\",[]],[\"name/6734\",[145,59.741]],[\"comment/6734\",[]],[\"name/6735\",[146,59.741]],[\"comment/6735\",[]],[\"name/6736\",[147,59.741]],[\"comment/6736\",[]],[\"name/6737\",[148,60.297]],[\"comment/6737\",[]],[\"name/6738\",[149,60.297]],[\"comment/6738\",[]],[\"name/6739\",[150,60.297]],[\"comment/6739\",[]],[\"name/6740\",[151,60.297]],[\"comment/6740\",[]],[\"name/6741\",[152,60.297]],[\"comment/6741\",[]],[\"name/6742\",[153,60.297]],[\"comment/6742\",[]],[\"name/6743\",[154,60.297]],[\"comment/6743\",[]],[\"name/6744\",[155,60.297]],[\"comment/6744\",[]],[\"name/6745\",[156,58.238]],[\"comment/6745\",[]],[\"name/6746\",[157,60.297]],[\"comment/6746\",[]],[\"name/6747\",[158,60.297]],[\"comment/6747\",[]],[\"name/6748\",[1,44.314]],[\"comment/6748\",[]],[\"name/6749\",[159,56.932]],[\"comment/6749\",[]],[\"name/6750\",[160,56.932]],[\"comment/6750\",[]],[\"name/6751\",[161,60.297]],[\"comment/6751\",[]],[\"name/6752\",[162,60.297]],[\"comment/6752\",[]],[\"name/6753\",[163,60.297]],[\"comment/6753\",[]],[\"name/6754\",[164,56.932]],[\"comment/6754\",[]],[\"name/6755\",[165,59.741]],[\"comment/6755\",[]],[\"name/6756\",[166,59.741]],[\"comment/6756\",[]],[\"name/6757\",[167,60.297]],[\"comment/6757\",[]],[\"name/6758\",[168,60.297]],[\"comment/6758\",[]],[\"name/6759\",[169,60.297]],[\"comment/6759\",[]],[\"name/6760\",[170,60.297]],[\"comment/6760\",[]],[\"name/6761\",[171,60.297]],[\"comment/6761\",[]],[\"name/6762\",[172,57.348]],[\"comment/6762\",[]],[\"name/6763\",[173,59.741]],[\"comment/6763\",[]],[\"name/6764\",[174,59.741]],[\"comment/6764\",[]],[\"name/6765\",[26,50.522]],[\"comment/6765\",[]],[\"name/6766\",[22,49.501]],[\"comment/6766\",[]],[\"name/6767\",[41,52.674]],[\"comment/6767\",[]],[\"name/6768\",[42,52.674]],[\"comment/6768\",[]],[\"name/6769\",[175,53.802]],[\"comment/6769\",[]],[\"name/6770\",[176,59.215]],[\"comment/6770\",[]],[\"name/6771\",[177,59.741]],[\"comment/6771\",[]],[\"name/6772\",[178,59.741]],[\"comment/6772\",[]],[\"name/6773\",[179,59.741]],[\"comment/6773\",[]],[\"name/6774\",[180,59.741]],[\"comment/6774\",[]],[\"name/6775\",[181,59.741]],[\"comment/6775\",[]],[\"name/6776\",[182,59.741]],[\"comment/6776\",[]],[\"name/6777\",[183,59.741]],[\"comment/6777\",[]],[\"name/6778\",[184,59.741]],[\"comment/6778\",[]],[\"name/6779\",[185,58.238]],[\"comment/6779\",[]],[\"name/6780\",[186,59.741]],[\"comment/6780\",[]],[\"name/6781\",[187,59.741]],[\"comment/6781\",[]],[\"name/6782\",[188,56.932]],[\"comment/6782\",[]],[\"name/6783\",[189,59.215]],[\"comment/6783\",[]],[\"name/6784\",[190,59.741]],[\"comment/6784\",[]],[\"name/6785\",[191,59.741]],[\"comment/6785\",[]],[\"name/6786\",[192,59.741]],[\"comment/6786\",[]],[\"name/6787\",[193,59.741]],[\"comment/6787\",[]],[\"name/6788\",[194,59.741]],[\"comment/6788\",[]],[\"name/6789\",[34,53.508]],[\"comment/6789\",[]],[\"name/6790\",[32,53.508]],[\"comment/6790\",[]],[\"name/6791\",[33,53.508]],[\"comment/6791\",[]],[\"name/6792\",[44,47.096]],[\"comment/6792\",[]],[\"name/6793\",[45,47.096]],[\"comment/6793\",[]],[\"name/6794\",[46,47.096]],[\"comment/6794\",[]],[\"name/6795\",[47,47.096]],[\"comment/6795\",[]],[\"name/6796\",[48,47.096]],[\"comment/6796\",[]],[\"name/6797\",[49,47.096]],[\"comment/6797\",[]],[\"name/6798\",[50,47.096]],[\"comment/6798\",[]],[\"name/6799\",[51,47.096]],[\"comment/6799\",[]],[\"name/6800\",[52,47.096]],[\"comment/6800\",[]],[\"name/6801\",[53,47.096]],[\"comment/6801\",[]],[\"name/6802\",[54,47.096]],[\"comment/6802\",[]],[\"name/6803\",[55,47.096]],[\"comment/6803\",[]],[\"name/6804\",[56,47.096]],[\"comment/6804\",[]],[\"name/6805\",[57,47.096]],[\"comment/6805\",[]],[\"name/6806\",[58,47.096]],[\"comment/6806\",[]],[\"name/6807\",[59,47.096]],[\"comment/6807\",[]],[\"name/6808\",[60,47.096]],[\"comment/6808\",[]],[\"name/6809\",[61,47.096]],[\"comment/6809\",[]],[\"name/6810\",[62,47.096]],[\"comment/6810\",[]],[\"name/6811\",[63,46.795]],[\"comment/6811\",[]],[\"name/6812\",[64,46.795]],[\"comment/6812\",[]],[\"name/6813\",[65,47.096]],[\"comment/6813\",[]],[\"name/6814\",[66,43.22]],[\"comment/6814\",[]],[\"name/6815\",[67,46.648]],[\"comment/6815\",[]],[\"name/6816\",[68,46.648]],[\"comment/6816\",[]],[\"name/6817\",[69,47.096]],[\"comment/6817\",[]],[\"name/6818\",[70,46.944]],[\"comment/6818\",[]],[\"name/6819\",[71,46.944]],[\"comment/6819\",[]],[\"name/6820\",[72,47.096]],[\"comment/6820\",[]],[\"name/6821\",[73,47.096]],[\"comment/6821\",[]],[\"name/6822\",[74,47.096]],[\"comment/6822\",[]],[\"name/6823\",[75,46.944]],[\"comment/6823\",[]],[\"name/6824\",[76,46.795]],[\"comment/6824\",[]],[\"name/6825\",[77,46.795]],[\"comment/6825\",[]],[\"name/6826\",[544,73.881]],[\"comment/6826\",[]],[\"name/6827\",[9,46.219]],[\"comment/6827\",[]],[\"name/6828\",[13,54.105]],[\"comment/6828\",[]],[\"name/6829\",[14,59.741]],[\"comment/6829\",[]],[\"name/6830\",[15,46.944]],[\"comment/6830\",[]],[\"name/6831\",[16,44.085]],[\"comment/6831\",[]],[\"name/6832\",[1305,84.87]],[\"comment/6832\",[]],[\"name/6833\",[1306,84.87]],[\"comment/6833\",[]],[\"name/6834\",[25,44.667]],[\"comment/6834\",[]],[\"name/6835\",[22,49.501]],[\"comment/6835\",[]],[\"name/6836\",[26,50.522]],[\"comment/6836\",[]],[\"name/6837\",[27,60.886]],[\"comment/6837\",[]],[\"name/6838\",[28,60.886]],[\"comment/6838\",[]],[\"name/6839\",[23,60.886]],[\"comment/6839\",[]],[\"name/6840\",[29,60.886]],[\"comment/6840\",[]],[\"name/6841\",[30,60.886]],[\"comment/6841\",[]],[\"name/6842\",[31,60.886]],[\"comment/6842\",[]],[\"name/6843\",[32,53.508]],[\"comment/6843\",[]],[\"name/6844\",[33,53.508]],[\"comment/6844\",[]],[\"name/6845\",[34,53.508]],[\"comment/6845\",[]],[\"name/6846\",[35,56.147]],[\"comment/6846\",[]],[\"name/6847\",[36,55.776]],[\"comment/6847\",[]],[\"name/6848\",[37,60.886]],[\"comment/6848\",[]],[\"name/6849\",[38,59.741]],[\"comment/6849\",[]],[\"name/6850\",[39,60.886]],[\"comment/6850\",[]],[\"name/6851\",[40,60.886]],[\"comment/6851\",[]],[\"name/6852\",[41,52.674]],[\"comment/6852\",[]],[\"name/6853\",[42,52.674]],[\"comment/6853\",[]],[\"name/6854\",[43,60.886]],[\"comment/6854\",[]],[\"name/6855\",[44,47.096]],[\"comment/6855\",[]],[\"name/6856\",[45,47.096]],[\"comment/6856\",[]],[\"name/6857\",[46,47.096]],[\"comment/6857\",[]],[\"name/6858\",[47,47.096]],[\"comment/6858\",[]],[\"name/6859\",[48,47.096]],[\"comment/6859\",[]],[\"name/6860\",[49,47.096]],[\"comment/6860\",[]],[\"name/6861\",[50,47.096]],[\"comment/6861\",[]],[\"name/6862\",[51,47.096]],[\"comment/6862\",[]],[\"name/6863\",[52,47.096]],[\"comment/6863\",[]],[\"name/6864\",[53,47.096]],[\"comment/6864\",[]],[\"name/6865\",[54,47.096]],[\"comment/6865\",[]],[\"name/6866\",[55,47.096]],[\"comment/6866\",[]],[\"name/6867\",[56,47.096]],[\"comment/6867\",[]],[\"name/6868\",[57,47.096]],[\"comment/6868\",[]],[\"name/6869\",[58,47.096]],[\"comment/6869\",[]],[\"name/6870\",[59,47.096]],[\"comment/6870\",[]],[\"name/6871\",[60,47.096]],[\"comment/6871\",[]],[\"name/6872\",[61,47.096]],[\"comment/6872\",[]],[\"name/6873\",[62,47.096]],[\"comment/6873\",[]],[\"name/6874\",[63,46.795]],[\"comment/6874\",[]],[\"name/6875\",[64,46.795]],[\"comment/6875\",[]],[\"name/6876\",[65,47.096]],[\"comment/6876\",[]],[\"name/6877\",[66,43.22]],[\"comment/6877\",[]],[\"name/6878\",[67,46.648]],[\"comment/6878\",[]],[\"name/6879\",[68,46.648]],[\"comment/6879\",[]],[\"name/6880\",[69,47.096]],[\"comment/6880\",[]],[\"name/6881\",[70,46.944]],[\"comment/6881\",[]],[\"name/6882\",[71,46.944]],[\"comment/6882\",[]],[\"name/6883\",[72,47.096]],[\"comment/6883\",[]],[\"name/6884\",[73,47.096]],[\"comment/6884\",[]],[\"name/6885\",[74,47.096]],[\"comment/6885\",[]],[\"name/6886\",[75,46.944]],[\"comment/6886\",[]],[\"name/6887\",[76,46.795]],[\"comment/6887\",[]],[\"name/6888\",[77,46.795]],[\"comment/6888\",[]],[\"name/6889\",[545,79.761]],[\"comment/6889\",[]],[\"name/6890\",[1307,84.87]],[\"comment/6890\",[]],[\"name/6891\",[16,44.085]],[\"comment/6891\",[]],[\"name/6892\",[1308,84.87]],[\"comment/6892\",[]],[\"name/6893\",[1309,84.87]],[\"comment/6893\",[]],[\"name/6894\",[1310,84.87]],[\"comment/6894\",[]],[\"name/6895\",[1311,84.87]],[\"comment/6895\",[]],[\"name/6896\",[1312,84.87]],[\"comment/6896\",[]],[\"name/6897\",[1313,84.87]],[\"comment/6897\",[]],[\"name/6898\",[1314,84.87]],[\"comment/6898\",[]],[\"name/6899\",[1315,84.87]],[\"comment/6899\",[]],[\"name/6900\",[1316,84.87]],[\"comment/6900\",[]],[\"name/6901\",[1317,84.87]],[\"comment/6901\",[]],[\"name/6902\",[1318,84.87]],[\"comment/6902\",[]],[\"name/6903\",[1319,84.87]],[\"comment/6903\",[]],[\"name/6904\",[1320,84.87]],[\"comment/6904\",[]],[\"name/6905\",[1321,84.87]],[\"comment/6905\",[]],[\"name/6906\",[1322,84.87]],[\"comment/6906\",[]],[\"name/6907\",[1323,84.87]],[\"comment/6907\",[]],[\"name/6908\",[1297,79.761]],[\"comment/6908\",[]],[\"name/6909\",[1324,84.87]],[\"comment/6909\",[]],[\"name/6910\",[1325,84.87]],[\"comment/6910\",[]],[\"name/6911\",[85,71.874]],[\"comment/6911\",[]],[\"name/6912\",[84,71.874]],[\"comment/6912\",[]],[\"name/6913\",[471,70.203]],[\"comment/6913\",[]],[\"name/6914\",[9,46.219]],[\"comment/6914\",[]],[\"name/6915\",[1326,84.87]],[\"comment/6915\",[]],[\"name/6916\",[1327,84.87]],[\"comment/6916\",[]],[\"name/6917\",[1328,84.87]],[\"comment/6917\",[]],[\"name/6918\",[340,70.203]],[\"comment/6918\",[]],[\"name/6919\",[15,46.944]],[\"comment/6919\",[]],[\"name/6920\",[16,44.085]],[\"comment/6920\",[]],[\"name/6921\",[215,71.874]],[\"comment/6921\",[]],[\"name/6922\",[1329,84.87]],[\"comment/6922\",[]],[\"name/6923\",[1330,84.87]],[\"comment/6923\",[]],[\"name/6924\",[1331,84.87]],[\"comment/6924\",[]],[\"name/6925\",[1332,84.87]],[\"comment/6925\",[]],[\"name/6926\",[1333,84.87]],[\"comment/6926\",[]],[\"name/6927\",[217,71.874]],[\"comment/6927\",[]],[\"name/6928\",[1334,84.87]],[\"comment/6928\",[]],[\"name/6929\",[1335,84.87]],[\"comment/6929\",[]],[\"name/6930\",[1336,84.87]],[\"comment/6930\",[]],[\"name/6931\",[1337,84.87]],[\"comment/6931\",[]],[\"name/6932\",[1338,84.87]],[\"comment/6932\",[]],[\"name/6933\",[1339,84.87]],[\"comment/6933\",[]],[\"name/6934\",[1340,84.87]],[\"comment/6934\",[]],[\"name/6935\",[1341,84.87]],[\"comment/6935\",[]],[\"name/6936\",[1342,84.87]],[\"comment/6936\",[]],[\"name/6937\",[25,44.667]],[\"comment/6937\",[]],[\"name/6938\",[44,47.096]],[\"comment/6938\",[]],[\"name/6939\",[45,47.096]],[\"comment/6939\",[]],[\"name/6940\",[46,47.096]],[\"comment/6940\",[]],[\"name/6941\",[47,47.096]],[\"comment/6941\",[]],[\"name/6942\",[48,47.096]],[\"comment/6942\",[]],[\"name/6943\",[49,47.096]],[\"comment/6943\",[]],[\"name/6944\",[50,47.096]],[\"comment/6944\",[]],[\"name/6945\",[51,47.096]],[\"comment/6945\",[]],[\"name/6946\",[52,47.096]],[\"comment/6946\",[]],[\"name/6947\",[53,47.096]],[\"comment/6947\",[]],[\"name/6948\",[54,47.096]],[\"comment/6948\",[]],[\"name/6949\",[55,47.096]],[\"comment/6949\",[]],[\"name/6950\",[56,47.096]],[\"comment/6950\",[]],[\"name/6951\",[57,47.096]],[\"comment/6951\",[]],[\"name/6952\",[58,47.096]],[\"comment/6952\",[]],[\"name/6953\",[59,47.096]],[\"comment/6953\",[]],[\"name/6954\",[60,47.096]],[\"comment/6954\",[]],[\"name/6955\",[61,47.096]],[\"comment/6955\",[]],[\"name/6956\",[62,47.096]],[\"comment/6956\",[]],[\"name/6957\",[63,46.795]],[\"comment/6957\",[]],[\"name/6958\",[64,46.795]],[\"comment/6958\",[]],[\"name/6959\",[65,47.096]],[\"comment/6959\",[]],[\"name/6960\",[66,43.22]],[\"comment/6960\",[]],[\"name/6961\",[67,46.648]],[\"comment/6961\",[]],[\"name/6962\",[68,46.648]],[\"comment/6962\",[]],[\"name/6963\",[69,47.096]],[\"comment/6963\",[]],[\"name/6964\",[70,46.944]],[\"comment/6964\",[]],[\"name/6965\",[71,46.944]],[\"comment/6965\",[]],[\"name/6966\",[72,47.096]],[\"comment/6966\",[]],[\"name/6967\",[73,47.096]],[\"comment/6967\",[]],[\"name/6968\",[74,47.096]],[\"comment/6968\",[]],[\"name/6969\",[75,46.944]],[\"comment/6969\",[]],[\"name/6970\",[76,46.795]],[\"comment/6970\",[]],[\"name/6971\",[77,46.795]],[\"comment/6971\",[]],[\"name/6972\",[1343,84.87]],[\"comment/6972\",[]],[\"name/6973\",[1344,84.87]],[\"comment/6973\",[]],[\"name/6974\",[1345,84.87]],[\"comment/6974\",[]],[\"name/6975\",[1346,84.87]],[\"comment/6975\",[]],[\"name/6976\",[1347,84.87]],[\"comment/6976\",[]],[\"name/6977\",[1348,84.87]],[\"comment/6977\",[]],[\"name/6978\",[1349,84.87]],[\"comment/6978\",[]],[\"name/6979\",[1350,84.87]],[\"comment/6979\",[]],[\"name/6980\",[1351,84.87]],[\"comment/6980\",[]],[\"name/6981\",[1352,84.87]],[\"comment/6981\",[]],[\"name/6982\",[1353,84.87]],[\"comment/6982\",[]],[\"name/6983\",[1354,84.87]],[\"comment/6983\",[]],[\"name/6984\",[9,46.219]],[\"comment/6984\",[]],[\"name/6985\",[7,63.663]],[\"comment/6985\",[]],[\"name/6986\",[86,71.874]],[\"comment/6986\",[]],[\"name/6987\",[100,71.874]],[\"comment/6987\",[]],[\"name/6988\",[522,76.395]],[\"comment/6988\",[]],[\"name/6989\",[103,73.881]],[\"comment/6989\",[]],[\"name/6990\",[199,71.874]],[\"comment/6990\",[]],[\"name/6991\",[232,76.395]],[\"comment/6991\",[]],[\"name/6992\",[332,71.874]],[\"comment/6992\",[]],[\"name/6993\",[370,66.408]],[\"comment/6993\",[]],[\"name/6994\",[378,73.881]],[\"comment/6994\",[]],[\"name/6995\",[384,76.395]],[\"comment/6995\",[]],[\"name/6996\",[396,73.881]],[\"comment/6996\",[]],[\"name/6997\",[400,73.881]],[\"comment/6997\",[]],[\"name/6998\",[480,73.881]],[\"comment/6998\",[]],[\"name/6999\",[523,76.395]],[\"comment/6999\",[]],[\"name/7000\",[524,76.395]],[\"comment/7000\",[]],[\"name/7001\",[495,73.881]],[\"comment/7001\",[]],[\"name/7002\",[310,66.408]],[\"comment/7002\",[]],[\"name/7003\",[493,73.881]],[\"comment/7003\",[]],[\"name/7004\",[500,73.881]],[\"comment/7004\",[]],[\"name/7005\",[501,73.881]],[\"comment/7005\",[]],[\"name/7006\",[525,76.395]],[\"comment/7006\",[]],[\"name/7007\",[527,73.881]],[\"comment/7007\",[]],[\"name/7008\",[498,73.881]],[\"comment/7008\",[]],[\"name/7009\",[528,76.395]],[\"comment/7009\",[]],[\"name/7010\",[508,73.881]],[\"comment/7010\",[]],[\"name/7011\",[413,67.52]],[\"comment/7011\",[]],[\"name/7012\",[530,73.881]],[\"comment/7012\",[]],[\"name/7013\",[517,73.881]],[\"comment/7013\",[]],[\"name/7014\",[502,71.874]],[\"comment/7014\",[]],[\"name/7015\",[531,76.395]],[\"comment/7015\",[]],[\"name/7016\",[516,71.874]],[\"comment/7016\",[]],[\"name/7017\",[533,76.395]],[\"comment/7017\",[]],[\"name/7018\",[494,73.881]],[\"comment/7018\",[]],[\"name/7019\",[534,76.395]],[\"comment/7019\",[]],[\"name/7020\",[482,67.52]],[\"comment/7020\",[]],[\"name/7021\",[509,73.881]],[\"comment/7021\",[]],[\"name/7022\",[535,76.395]],[\"comment/7022\",[]],[\"name/7023\",[512,73.881]],[\"comment/7023\",[]],[\"name/7024\",[536,76.395]],[\"comment/7024\",[]],[\"name/7025\",[492,73.881]],[\"comment/7025\",[]],[\"name/7026\",[1127,79.761]],[\"comment/7026\",[]],[\"name/7027\",[537,76.395]],[\"comment/7027\",[]],[\"name/7028\",[538,76.395]],[\"comment/7028\",[]],[\"name/7029\",[511,73.881]],[\"comment/7029\",[]],[\"name/7030\",[443,63.663]],[\"comment/7030\",[]],[\"name/7031\",[1164,79.761]],[\"comment/7031\",[]],[\"name/7032\",[505,71.874]],[\"comment/7032\",[]],[\"name/7033\",[295,68.772]],[\"comment/7033\",[]],[\"name/7034\",[515,73.881]],[\"comment/7034\",[]],[\"name/7035\",[499,73.881]],[\"comment/7035\",[]],[\"name/7036\",[540,76.395]],[\"comment/7036\",[]],[\"name/7037\",[491,73.881]],[\"comment/7037\",[]],[\"name/7038\",[541,76.395]],[\"comment/7038\",[]],[\"name/7039\",[514,73.881]],[\"comment/7039\",[]],[\"name/7040\",[503,73.881]],[\"comment/7040\",[]],[\"name/7041\",[496,73.881]],[\"comment/7041\",[]],[\"name/7042\",[1267,79.761]],[\"comment/7042\",[]],[\"name/7043\",[543,73.881]],[\"comment/7043\",[]],[\"name/7044\",[497,73.881]],[\"comment/7044\",[]],[\"name/7045\",[544,73.881]],[\"comment/7045\",[]],[\"name/7046\",[471,70.203]],[\"comment/7046\",[]],[\"name/7047\",[546,76.395]],[\"comment/7047\",[]],[\"name/7048\",[513,73.881]],[\"comment/7048\",[]],[\"name/7049\",[472,71.874]],[\"comment/7049\",[]],[\"name/7050\",[547,76.395]],[\"comment/7050\",[]],[\"name/7051\",[1355,84.87]],[\"comment/7051\",[]],[\"name/7052\",[1356,84.87]],[\"comment/7052\",[]],[\"name/7053\",[1357,84.87]],[\"comment/7053\",[]],[\"name/7054\",[1358,84.87]],[\"comment/7054\",[]],[\"name/7055\",[1359,84.87]],[\"comment/7055\",[]],[\"name/7056\",[1360,84.87]],[\"comment/7056\",[]],[\"name/7057\",[1361,84.87]],[\"comment/7057\",[]],[\"name/7058\",[1362,84.87]],[\"comment/7058\",[]],[\"name/7059\",[1363,79.761]],[\"comment/7059\",[]],[\"name/7060\",[16,44.085]],[\"comment/7060\",[]],[\"name/7061\",[96,67.52]],[\"comment/7061\",[]],[\"name/7062\",[1364,84.87]],[\"comment/7062\",[]],[\"name/7063\",[518,79.761]],[\"comment/7063\",[]],[\"name/7064\",[1365,84.87]],[\"comment/7064\",[]],[\"name/7065\",[1366,84.87]],[\"comment/7065\",[]],[\"name/7066\",[981,79.761]],[\"comment/7066\",[]],[\"name/7067\",[1367,84.87]],[\"comment/7067\",[]],[\"name/7068\",[1368,84.87]],[\"comment/7068\",[]],[\"name/7069\",[1369,84.87]],[\"comment/7069\",[]],[\"name/7070\",[1363,79.761]],[\"comment/7070\",[]],[\"name/7071\",[16,44.085]],[\"comment/7071\",[]],[\"name/7072\",[1370,84.87]],[\"comment/7072\",[]],[\"name/7073\",[1371,79.761]],[\"comment/7073\",[]],[\"name/7074\",[1372,79.761]],[\"comment/7074\",[]],[\"name/7075\",[1373,79.761]],[\"comment/7075\",[]],[\"name/7076\",[1374,79.761]],[\"comment/7076\",[]],[\"name/7077\",[1375,79.761]],[\"comment/7077\",[]],[\"name/7078\",[546,76.395]],[\"comment/7078\",[]],[\"name/7079\",[9,46.219]],[\"comment/7079\",[]],[\"name/7080\",[10,58.238]],[\"comment/7080\",[]],[\"name/7081\",[1376,84.87]],[\"comment/7081\",[]],[\"name/7082\",[13,54.105]],[\"comment/7082\",[]],[\"name/7083\",[14,59.741]],[\"comment/7083\",[]],[\"name/7084\",[15,46.944]],[\"comment/7084\",[]],[\"name/7085\",[16,44.085]],[\"comment/7085\",[]],[\"name/7086\",[18,52.944]],[\"comment/7086\",[]],[\"name/7087\",[1377,79.761]],[\"comment/7087\",[]],[\"name/7088\",[1378,84.87]],[\"comment/7088\",[]],[\"name/7089\",[25,44.667]],[\"comment/7089\",[]],[\"name/7090\",[22,49.501]],[\"comment/7090\",[]],[\"name/7091\",[26,50.522]],[\"comment/7091\",[]],[\"name/7092\",[27,60.886]],[\"comment/7092\",[]],[\"name/7093\",[28,60.886]],[\"comment/7093\",[]],[\"name/7094\",[23,60.886]],[\"comment/7094\",[]],[\"name/7095\",[29,60.886]],[\"comment/7095\",[]],[\"name/7096\",[30,60.886]],[\"comment/7096\",[]],[\"name/7097\",[31,60.886]],[\"comment/7097\",[]],[\"name/7098\",[32,53.508]],[\"comment/7098\",[]],[\"name/7099\",[33,53.508]],[\"comment/7099\",[]],[\"name/7100\",[34,53.508]],[\"comment/7100\",[]],[\"name/7101\",[35,56.147]],[\"comment/7101\",[]],[\"name/7102\",[36,55.776]],[\"comment/7102\",[]],[\"name/7103\",[37,60.886]],[\"comment/7103\",[]],[\"name/7104\",[38,59.741]],[\"comment/7104\",[]],[\"name/7105\",[39,60.886]],[\"comment/7105\",[]],[\"name/7106\",[40,60.886]],[\"comment/7106\",[]],[\"name/7107\",[41,52.674]],[\"comment/7107\",[]],[\"name/7108\",[42,52.674]],[\"comment/7108\",[]],[\"name/7109\",[43,60.886]],[\"comment/7109\",[]],[\"name/7110\",[44,47.096]],[\"comment/7110\",[]],[\"name/7111\",[45,47.096]],[\"comment/7111\",[]],[\"name/7112\",[46,47.096]],[\"comment/7112\",[]],[\"name/7113\",[47,47.096]],[\"comment/7113\",[]],[\"name/7114\",[48,47.096]],[\"comment/7114\",[]],[\"name/7115\",[49,47.096]],[\"comment/7115\",[]],[\"name/7116\",[50,47.096]],[\"comment/7116\",[]],[\"name/7117\",[51,47.096]],[\"comment/7117\",[]],[\"name/7118\",[52,47.096]],[\"comment/7118\",[]],[\"name/7119\",[53,47.096]],[\"comment/7119\",[]],[\"name/7120\",[54,47.096]],[\"comment/7120\",[]],[\"name/7121\",[55,47.096]],[\"comment/7121\",[]],[\"name/7122\",[56,47.096]],[\"comment/7122\",[]],[\"name/7123\",[57,47.096]],[\"comment/7123\",[]],[\"name/7124\",[58,47.096]],[\"comment/7124\",[]],[\"name/7125\",[59,47.096]],[\"comment/7125\",[]],[\"name/7126\",[60,47.096]],[\"comment/7126\",[]],[\"name/7127\",[61,47.096]],[\"comment/7127\",[]],[\"name/7128\",[62,47.096]],[\"comment/7128\",[]],[\"name/7129\",[63,46.795]],[\"comment/7129\",[]],[\"name/7130\",[64,46.795]],[\"comment/7130\",[]],[\"name/7131\",[65,47.096]],[\"comment/7131\",[]],[\"name/7132\",[66,43.22]],[\"comment/7132\",[]],[\"name/7133\",[67,46.648]],[\"comment/7133\",[]],[\"name/7134\",[68,46.648]],[\"comment/7134\",[]],[\"name/7135\",[69,47.096]],[\"comment/7135\",[]],[\"name/7136\",[70,46.944]],[\"comment/7136\",[]],[\"name/7137\",[71,46.944]],[\"comment/7137\",[]],[\"name/7138\",[72,47.096]],[\"comment/7138\",[]],[\"name/7139\",[73,47.096]],[\"comment/7139\",[]],[\"name/7140\",[74,47.096]],[\"comment/7140\",[]],[\"name/7141\",[75,46.944]],[\"comment/7141\",[]],[\"name/7142\",[76,46.795]],[\"comment/7142\",[]],[\"name/7143\",[77,46.795]],[\"comment/7143\",[]],[\"name/7144\",[513,73.881]],[\"comment/7144\",[]],[\"name/7145\",[8,57.348]],[\"comment/7145\",[]],[\"name/7146\",[9,46.219]],[\"comment/7146\",[]],[\"name/7147\",[15,46.944]],[\"comment/7147\",[]],[\"name/7148\",[16,44.085]],[\"comment/7148\",[]],[\"name/7149\",[18,52.944]],[\"comment/7149\",[]],[\"name/7150\",[1,44.314]],[\"comment/7150\",[]],[\"name/7151\",[1373,79.761]],[\"comment/7151\",[]],[\"name/7152\",[1371,79.761]],[\"comment/7152\",[]],[\"name/7153\",[1372,79.761]],[\"comment/7153\",[]],[\"name/7154\",[1374,79.761]],[\"comment/7154\",[]],[\"name/7155\",[1375,79.761]],[\"comment/7155\",[]],[\"name/7156\",[385,67.52]],[\"comment/7156\",[]],[\"name/7157\",[1377,79.761]],[\"comment/7157\",[]],[\"name/7158\",[25,44.667]],[\"comment/7158\",[]],[\"name/7159\",[44,47.096]],[\"comment/7159\",[]],[\"name/7160\",[45,47.096]],[\"comment/7160\",[]],[\"name/7161\",[46,47.096]],[\"comment/7161\",[]],[\"name/7162\",[47,47.096]],[\"comment/7162\",[]],[\"name/7163\",[48,47.096]],[\"comment/7163\",[]],[\"name/7164\",[49,47.096]],[\"comment/7164\",[]],[\"name/7165\",[50,47.096]],[\"comment/7165\",[]],[\"name/7166\",[51,47.096]],[\"comment/7166\",[]],[\"name/7167\",[52,47.096]],[\"comment/7167\",[]],[\"name/7168\",[53,47.096]],[\"comment/7168\",[]],[\"name/7169\",[54,47.096]],[\"comment/7169\",[]],[\"name/7170\",[55,47.096]],[\"comment/7170\",[]],[\"name/7171\",[56,47.096]],[\"comment/7171\",[]],[\"name/7172\",[57,47.096]],[\"comment/7172\",[]],[\"name/7173\",[58,47.096]],[\"comment/7173\",[]],[\"name/7174\",[59,47.096]],[\"comment/7174\",[]],[\"name/7175\",[60,47.096]],[\"comment/7175\",[]],[\"name/7176\",[61,47.096]],[\"comment/7176\",[]],[\"name/7177\",[62,47.096]],[\"comment/7177\",[]],[\"name/7178\",[63,46.795]],[\"comment/7178\",[]],[\"name/7179\",[64,46.795]],[\"comment/7179\",[]],[\"name/7180\",[65,47.096]],[\"comment/7180\",[]],[\"name/7181\",[66,43.22]],[\"comment/7181\",[]],[\"name/7182\",[67,46.648]],[\"comment/7182\",[]],[\"name/7183\",[68,46.648]],[\"comment/7183\",[]],[\"name/7184\",[69,47.096]],[\"comment/7184\",[]],[\"name/7185\",[70,46.944]],[\"comment/7185\",[]],[\"name/7186\",[71,46.944]],[\"comment/7186\",[]],[\"name/7187\",[72,47.096]],[\"comment/7187\",[]],[\"name/7188\",[73,47.096]],[\"comment/7188\",[]],[\"name/7189\",[74,47.096]],[\"comment/7189\",[]],[\"name/7190\",[75,46.944]],[\"comment/7190\",[]],[\"name/7191\",[76,46.795]],[\"comment/7191\",[]],[\"name/7192\",[77,46.795]],[\"comment/7192\",[]],[\"name/7193\",[1379,84.87]],[\"comment/7193\",[]],[\"name/7194\",[571,79.761]],[\"comment/7194\",[]],[\"name/7195\",[572,79.761]],[\"comment/7195\",[]],[\"name/7196\",[564,71.874]],[\"comment/7196\",[]],[\"name/7197\",[556,79.761]],[\"comment/7197\",[]],[\"name/7198\",[1380,84.87]],[\"comment/7198\",[]],[\"name/7199\",[1381,84.87]],[\"comment/7199\",[]],[\"name/7200\",[1382,84.87]],[\"comment/7200\",[]],[\"name/7201\",[472,71.874]],[\"comment/7201\",[]],[\"name/7202\",[9,46.219]],[\"comment/7202\",[]],[\"name/7203\",[1383,84.87]],[\"comment/7203\",[]],[\"name/7204\",[15,46.944]],[\"comment/7204\",[]],[\"name/7205\",[16,44.085]],[\"comment/7205\",[]],[\"name/7206\",[1384,84.87]],[\"comment/7206\",[]],[\"name/7207\",[1385,84.87]],[\"comment/7207\",[]],[\"name/7208\",[1386,84.87]],[\"comment/7208\",[]],[\"name/7209\",[1387,84.87]],[\"comment/7209\",[]],[\"name/7210\",[1284,79.761]],[\"comment/7210\",[]],[\"name/7211\",[1388,84.87]],[\"comment/7211\",[]],[\"name/7212\",[1389,84.87]],[\"comment/7212\",[]],[\"name/7213\",[650,79.761]],[\"comment/7213\",[]],[\"name/7214\",[1390,84.87]],[\"comment/7214\",[]],[\"name/7215\",[130,54.105]],[\"comment/7215\",[]],[\"name/7216\",[128,54.418]],[\"comment/7216\",[]],[\"name/7217\",[62,47.096]],[\"comment/7217\",[]],[\"name/7218\",[1391,84.87]],[\"comment/7218\",[]],[\"name/7219\",[1392,84.87]],[\"comment/7219\",[]],[\"name/7220\",[1393,84.87]],[\"comment/7220\",[]],[\"name/7221\",[1394,84.87]],[\"comment/7221\",[]],[\"name/7222\",[1290,79.761]],[\"comment/7222\",[]],[\"name/7223\",[1395,84.87]],[\"comment/7223\",[]],[\"name/7224\",[109,56.531]],[\"comment/7224\",[]],[\"name/7225\",[129,54.418]],[\"comment/7225\",[]],[\"name/7226\",[25,44.667]],[\"comment/7226\",[]],[\"name/7227\",[44,47.096]],[\"comment/7227\",[]],[\"name/7228\",[45,47.096]],[\"comment/7228\",[]],[\"name/7229\",[46,47.096]],[\"comment/7229\",[]],[\"name/7230\",[47,47.096]],[\"comment/7230\",[]],[\"name/7231\",[48,47.096]],[\"comment/7231\",[]],[\"name/7232\",[49,47.096]],[\"comment/7232\",[]],[\"name/7233\",[50,47.096]],[\"comment/7233\",[]],[\"name/7234\",[51,47.096]],[\"comment/7234\",[]],[\"name/7235\",[52,47.096]],[\"comment/7235\",[]],[\"name/7236\",[53,47.096]],[\"comment/7236\",[]],[\"name/7237\",[54,47.096]],[\"comment/7237\",[]],[\"name/7238\",[55,47.096]],[\"comment/7238\",[]],[\"name/7239\",[56,47.096]],[\"comment/7239\",[]],[\"name/7240\",[57,47.096]],[\"comment/7240\",[]],[\"name/7241\",[58,47.096]],[\"comment/7241\",[]],[\"name/7242\",[59,47.096]],[\"comment/7242\",[]],[\"name/7243\",[60,47.096]],[\"comment/7243\",[]],[\"name/7244\",[61,47.096]],[\"comment/7244\",[]],[\"name/7245\",[63,46.795]],[\"comment/7245\",[]],[\"name/7246\",[64,46.795]],[\"comment/7246\",[]],[\"name/7247\",[65,47.096]],[\"comment/7247\",[]],[\"name/7248\",[66,43.22]],[\"comment/7248\",[]],[\"name/7249\",[67,46.648]],[\"comment/7249\",[]],[\"name/7250\",[68,46.648]],[\"comment/7250\",[]],[\"name/7251\",[69,47.096]],[\"comment/7251\",[]],[\"name/7252\",[70,46.944]],[\"comment/7252\",[]],[\"name/7253\",[71,46.944]],[\"comment/7253\",[]],[\"name/7254\",[72,47.096]],[\"comment/7254\",[]],[\"name/7255\",[73,47.096]],[\"comment/7255\",[]],[\"name/7256\",[74,47.096]],[\"comment/7256\",[]],[\"name/7257\",[75,46.944]],[\"comment/7257\",[]],[\"name/7258\",[76,46.795]],[\"comment/7258\",[]],[\"name/7259\",[77,46.795]],[\"comment/7259\",[]],[\"name/7260\",[1396,84.87]],[\"comment/7260\",[]],[\"name/7261\",[1397,84.87]],[\"comment/7261\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":1,\"name\":{\"1\":{},\"20\":{},\"177\":{},\"251\":{},\"300\":{},\"390\":{},\"472\":{},\"630\":{},\"775\":{},\"776\":{},\"852\":{},\"901\":{},\"1002\":{},\"1051\":{},\"1252\":{},\"1304\":{},\"1410\":{},\"1413\":{},\"1474\":{},\"1590\":{},\"1600\":{},\"1611\":{},\"1845\":{},\"1857\":{},\"1903\":{},\"2025\":{},\"2112\":{},\"2160\":{},\"2298\":{},\"2340\":{},\"2348\":{},\"2466\":{},\"2542\":{},\"2550\":{},\"2582\":{},\"2704\":{},\"2709\":{},\"2791\":{},\"2840\":{},\"3028\":{},\"3161\":{},\"3210\":{},\"3339\":{},\"3387\":{},\"3546\":{},\"3674\":{},\"3676\":{},\"3715\":{},\"3725\":{},\"3871\":{},\"3919\":{},\"4245\":{},\"4300\":{},\"4306\":{},\"4501\":{},\"4546\":{},\"4554\":{},\"4667\":{},\"4805\":{},\"4927\":{},\"5070\":{},\"5135\":{},\"5147\":{},\"5195\":{},\"5351\":{},\"5365\":{},\"5424\":{},\"5445\":{},\"5607\":{},\"5615\":{},\"5647\":{},\"5775\":{},\"5936\":{},\"6004\":{},\"6067\":{},\"6116\":{},\"6267\":{},\"6316\":{},\"6398\":{},\"6403\":{},\"6528\":{},\"6530\":{},\"6539\":{},\"6699\":{},\"6748\":{},\"7150\":{}},\"comment\":{}}],[\"above\",{\"_index\":816,\"name\":{\"2922\":{},\"4367\":{}},\"comment\":{}}],[\"abovecode\",{\"_index\":97,\"name\":{\"163\":{}},\"comment\":{}}],[\"accid\",{\"_index\":439,\"name\":{\"1295\":{}},\"comment\":{}}],[\"accidental\",{\"_index\":7,\"name\":{\"8\":{},\"1266\":{},\"1446\":{},\"1478\":{},\"1622\":{},\"2706\":{},\"2711\":{},\"3073\":{},\"3076\":{},\"3079\":{},\"3119\":{},\"6985\":{}},\"comment\":{}}],[\"accidentallowerpadding\",{\"_index\":912,\"name\":{\"3548\":{}},\"comment\":{}}],[\"accidentalmap\",{\"_index\":573,\"name\":{\"1594\":{}},\"comment\":{}}],[\"accidentals\",{\"_index\":426,\"name\":{\"1279\":{},\"1307\":{},\"3098\":{}},\"comment\":{}}],[\"accidentalspacing\",{\"_index\":807,\"name\":{\"2715\":{}},\"comment\":{}}],[\"accidentalupperpadding\",{\"_index\":911,\"name\":{\"3547\":{}},\"comment\":{}}],[\"accidentalvalue\",{\"_index\":852,\"name\":{\"3083\":{}},\"comment\":{}}],[\"add\",{\"_index\":275,\"name\":{\"582\":{},\"1731\":{},\"3828\":{},\"5459\":{}},\"comment\":{}}],[\"addbeziercurve\",{\"_index\":265,\"name\":{\"568\":{}},\"comment\":{}}],[\"addchildelement\",{\"_index\":44,\"name\":{\"46\":{},\"127\":{},\"201\":{},\"344\":{},\"422\":{},\"501\":{},\"731\":{},\"804\":{},\"946\":{},\"1096\":{},\"1152\":{},\"1217\":{},\"1373\":{},\"1782\":{},\"1944\":{},\"2059\":{},\"2205\":{},\"2425\":{},\"2492\":{},\"2664\":{},\"2744\":{},\"2884\":{},\"2951\":{},\"3037\":{},\"3256\":{},\"3430\":{},\"3492\":{},\"3575\":{},\"3638\":{},\"3736\":{},\"3964\":{},\"4084\":{},\"4151\":{},\"4201\":{},\"4257\":{},\"4324\":{},\"4391\":{},\"4631\":{},\"4703\":{},\"4760\":{},\"4825\":{},\"4883\":{},\"4942\":{},\"5004\":{},\"5078\":{},\"5238\":{},\"5314\":{},\"5389\":{},\"5538\":{},\"5729\":{},\"5789\":{},\"5897\":{},\"5951\":{},\"6019\":{},\"6161\":{},\"6361\":{},\"6452\":{},\"6579\":{},\"6652\":{},\"6792\":{},\"6855\":{},\"6938\":{},\"7110\":{},\"7159\":{},\"7227\":{}},\"comment\":{}}],[\"addchord\",{\"_index\":458,\"name\":{\"1330\":{}},\"comment\":{}}],[\"addclass\",{\"_index\":53,\"name\":{\"55\":{},\"136\":{},\"210\":{},\"353\":{},\"431\":{},\"510\":{},\"740\":{},\"813\":{},\"955\":{},\"1105\":{},\"1161\":{},\"1226\":{},\"1383\":{},\"1791\":{},\"1953\":{},\"2068\":{},\"2214\":{},\"2433\":{},\"2501\":{},\"2673\":{},\"2753\":{},\"2893\":{},\"2960\":{},\"3046\":{},\"3266\":{},\"3439\":{},\"3501\":{},\"3584\":{},\"3647\":{},\"3745\":{},\"3973\":{},\"4092\":{},\"4160\":{},\"4210\":{},\"4266\":{},\"4333\":{},\"4400\":{},\"4639\":{},\"4712\":{},\"4769\":{},\"4834\":{},\"4892\":{},\"4951\":{},\"5013\":{},\"5087\":{},\"5248\":{},\"5323\":{},\"5398\":{},\"5547\":{},\"5738\":{},\"5798\":{},\"5905\":{},\"5960\":{},\"6027\":{},\"6170\":{},\"6370\":{},\"6462\":{},\"6588\":{},\"6661\":{},\"6801\":{},\"6864\":{},\"6947\":{},\"7119\":{},\"7168\":{},\"7236\":{}},\"comment\":{}}],[\"addclef\",{\"_index\":1039,\"name\":{\"4071\":{},\"5884\":{}},\"comment\":{}}],[\"addcommithook\",{\"_index\":450,\"name\":{\"1322\":{},\"1358\":{}},\"comment\":{}}],[\"addconnector\",{\"_index\":1213,\"name\":{\"5533\":{}},\"comment\":{}}],[\"addendclef\",{\"_index\":1040,\"name\":{\"4072\":{},\"5885\":{}},\"comment\":{}}],[\"addendmodifier\",{\"_index\":1028,\"name\":{\"4059\":{},\"5872\":{}},\"comment\":{}}],[\"addendnote\",{\"_index\":1181,\"name\":{\"5368\":{}},\"comment\":{}}],[\"addendtimesignature\",{\"_index\":1042,\"name\":{\"4074\":{},\"5887\":{}},\"comment\":{}}],[\"addglyph\",{\"_index\":355,\"name\":{\"700\":{}},\"comment\":{}}],[\"addglyphortext\",{\"_index\":356,\"name\":{\"701\":{}},\"comment\":{}}],[\"addglyphsuperscript\",{\"_index\":354,\"name\":{\"699\":{}},\"comment\":{}}],[\"addkeysignature\",{\"_index\":1038,\"name\":{\"4070\":{},\"5883\":{}},\"comment\":{}}],[\"addline\",{\"_index\":357,\"name\":{\"702\":{}},\"comment\":{}}],[\"addmember\",{\"_index\":825,\"name\":{\"2998\":{}},\"comment\":{}}],[\"addmodifier\",{\"_index\":156,\"name\":{\"297\":{},\"898\":{},\"1048\":{},\"1900\":{},\"2157\":{},\"2387\":{},\"2624\":{},\"2837\":{},\"2997\":{},\"3207\":{},\"3384\":{},\"3916\":{},\"4058\":{},\"4593\":{},\"5192\":{},\"5689\":{},\"5871\":{},\"6113\":{},\"6313\":{},\"6432\":{},\"6745\":{}},\"comment\":{}}],[\"addnote\",{\"_index\":456,\"name\":{\"1328\":{}},\"comment\":{}}],[\"addnoteoption\",{\"_index\":455,\"name\":{\"1327\":{}},\"comment\":{}}],[\"addpoint\",{\"_index\":261,\"name\":{\"564\":{}},\"comment\":{}}],[\"addquadraticcurve\",{\"_index\":264,\"name\":{\"567\":{}},\"comment\":{}}],[\"addsinglenote\",{\"_index\":457,\"name\":{\"1329\":{}},\"comment\":{}}],[\"addstave\",{\"_index\":1214,\"name\":{\"5534\":{}},\"comment\":{}}],[\"addstroke\",{\"_index\":127,\"name\":{\"268\":{},\"869\":{},\"1019\":{},\"1873\":{},\"2129\":{},\"2364\":{},\"2599\":{},\"2808\":{},\"3178\":{},\"3356\":{},\"3888\":{},\"4570\":{},\"5164\":{},\"5664\":{},\"6084\":{},\"6284\":{},\"6716\":{}},\"comment\":{}}],[\"addsymbolblock\",{\"_index\":350,\"name\":{\"695\":{}},\"comment\":{}}],[\"addtabglyph\",{\"_index\":1227,\"name\":{\"5831\":{}},\"comment\":{}}],[\"addtext\",{\"_index\":351,\"name\":{\"696\":{}},\"comment\":{}}],[\"addtextsubscript\",{\"_index\":353,\"name\":{\"698\":{}},\"comment\":{}}],[\"addtextsuperscript\",{\"_index\":352,\"name\":{\"697\":{}},\"comment\":{}}],[\"addtickable\",{\"_index\":1290,\"name\":{\"6524\":{},\"7222\":{}},\"comment\":{}}],[\"addtickables\",{\"_index\":1395,\"name\":{\"7223\":{}},\"comment\":{}}],[\"addtimesignature\",{\"_index\":1041,\"name\":{\"4073\":{},\"5886\":{}},\"comment\":{}}],[\"addtomodifiercontext\",{\"_index\":108,\"name\":{\"244\":{},\"932\":{},\"1082\":{},\"1824\":{},\"2191\":{},\"2412\":{},\"2651\":{},\"2784\":{},\"3241\":{},\"3416\":{},\"3950\":{},\"4618\":{},\"5224\":{},\"5716\":{},\"6147\":{},\"6347\":{},\"6431\":{},\"6692\":{}},\"comment\":{}}],[\"addtostave\",{\"_index\":811,\"name\":{\"2722\":{}},\"comment\":{}}],[\"addtrebleglyph\",{\"_index\":1043,\"name\":{\"4075\":{},\"5888\":{}},\"comment\":{}}],[\"addvoices\",{\"_index\":1215,\"name\":{\"5535\":{}},\"comment\":{}}],[\"addx\",{\"_index\":262,\"name\":{\"565\":{}},\"comment\":{}}],[\"addy\",{\"_index\":263,\"name\":{\"566\":{}},\"comment\":{}}],[\"adjustheightforbeam\",{\"_index\":1163,\"name\":{\"5076\":{}},\"comment\":{}}],[\"adjustheightforflag\",{\"_index\":1162,\"name\":{\"5075\":{}},\"comment\":{}}],[\"advancewidth\",{\"_index\":313,\"name\":{\"626\":{},\"1642\":{}},\"comment\":{}}],[\"align_center\",{\"_index\":754,\"name\":{\"2253\":{},\"3149\":{},\"3313\":{},\"4461\":{},\"5589\":{},\"6247\":{}},\"comment\":{}}],[\"align_rests\",{\"_index\":636,\"name\":{\"1684\":{}},\"comment\":{}}],[\"alignmentcontexts\",{\"_index\":639,\"name\":{\"1688\":{}},\"comment\":{}}],[\"alignmentmodifiercontexts\",{\"_index\":644,\"name\":{\"1693\":{}},\"comment\":{}}],[\"alignrests\",{\"_index\":651,\"name\":{\"1706\":{}},\"comment\":{}}],[\"alignreststonotes\",{\"_index\":649,\"name\":{\"1703\":{}},\"comment\":{}}],[\"alignsubnoteswithnote\",{\"_index\":43,\"name\":{\"45\":{},\"126\":{},\"200\":{},\"500\":{},\"730\":{},\"1216\":{},\"1781\":{},\"2491\":{},\"2950\":{},\"3491\":{},\"3574\":{},\"3637\":{},\"5313\":{},\"5388\":{},\"6854\":{},\"7109\":{}},\"comment\":{}}],[\"alpha\",{\"_index\":1197,\"name\":{\"5496\":{}},\"comment\":{}}],[\"alterkey\",{\"_index\":814,\"name\":{\"2727\":{}},\"comment\":{}}],[\"annotation\",{\"_index\":86,\"name\":{\"90\":{},\"786\":{},\"1447\":{},\"1479\":{},\"6986\":{}},\"comment\":{}}],[\"annotation_spacing\",{\"_index\":120,\"name\":{\"260\":{},\"861\":{},\"1011\":{},\"1866\":{},\"2121\":{},\"2357\":{},\"2591\":{},\"2800\":{},\"3170\":{},\"3348\":{},\"3880\":{},\"4563\":{},\"5156\":{},\"5656\":{},\"6076\":{},\"6276\":{},\"6708\":{}},\"comment\":{}}],[\"annotationhorizontaljustify\",{\"_index\":78,\"name\":{\"80\":{},\"1558\":{}},\"comment\":{}}],[\"annotations\",{\"_index\":369,\"name\":{\"774\":{}},\"comment\":{}}],[\"annotationsmufl\",{\"_index\":372,\"name\":{\"781\":{}},\"comment\":{}}],[\"annotationverticaljustify\",{\"_index\":83,\"name\":{\"85\":{},\"1559\":{}},\"comment\":{}}],[\"applyaccidentals\",{\"_index\":12,\"name\":{\"13\":{}},\"comment\":{}}],[\"applyandgetbeams\",{\"_index\":201,\"name\":{\"385\":{}},\"comment\":{}}],[\"applyattributes\",{\"_index\":1195,\"name\":{\"5471\":{}},\"comment\":{}}],[\"applyfontstyle\",{\"_index\":1086,\"name\":{\"4322\":{}},\"comment\":{}}],[\"applylinestyle\",{\"_index\":1085,\"name\":{\"4321\":{}},\"comment\":{}}],[\"applystemextensions\",{\"_index\":226,\"name\":{\"416\":{}},\"comment\":{}}],[\"applystyle\",{\"_index\":49,\"name\":{\"51\":{},\"132\":{},\"206\":{},\"349\":{},\"427\":{},\"506\":{},\"736\":{},\"809\":{},\"951\":{},\"1101\":{},\"1157\":{},\"1222\":{},\"1378\":{},\"1787\":{},\"1949\":{},\"2064\":{},\"2210\":{},\"2429\":{},\"2497\":{},\"2669\":{},\"2749\":{},\"2889\":{},\"2956\":{},\"3042\":{},\"3261\":{},\"3435\":{},\"3497\":{},\"3580\":{},\"3643\":{},\"3741\":{},\"3969\":{},\"4088\":{},\"4156\":{},\"4206\":{},\"4262\":{},\"4329\":{},\"4396\":{},\"4635\":{},\"4708\":{},\"4765\":{},\"4830\":{},\"4888\":{},\"4947\":{},\"5009\":{},\"5083\":{},\"5243\":{},\"5319\":{},\"5394\":{},\"5543\":{},\"5734\":{},\"5794\":{},\"5901\":{},\"5956\":{},\"6015\":{},\"6166\":{},\"6366\":{},\"6457\":{},\"6584\":{},\"6657\":{},\"6797\":{},\"6860\":{},\"6943\":{},\"7115\":{},\"7164\":{},\"7232\":{}},\"comment\":{}}],[\"applytickmultiplier\",{\"_index\":193,\"name\":{\"339\":{},\"941\":{},\"1091\":{},\"1939\":{},\"2200\":{},\"2420\":{},\"2659\":{},\"2879\":{},\"3251\":{},\"3425\":{},\"3959\":{},\"4626\":{},\"5233\":{},\"5724\":{},\"6156\":{},\"6356\":{},\"6443\":{},\"6787\":{}},\"comment\":{}}],[\"arc\",{\"_index\":293,\"name\":{\"601\":{},\"3819\":{},\"5481\":{}},\"comment\":{}}],[\"arpeggio_directionless\",{\"_index\":1180,\"name\":{\"5358\":{}},\"comment\":{}}],[\"array\",{\"_index\":642,\"name\":{\"1691\":{},\"1695\":{}},\"comment\":{}}],[\"arrowhead_angle\",{\"_index\":1082,\"name\":{\"4316\":{}},\"comment\":{}}],[\"arrowhead_length\",{\"_index\":1081,\"name\":{\"4315\":{}},\"comment\":{}}],[\"articulation\",{\"_index\":100,\"name\":{\"166\":{},\"1449\":{},\"1480\":{},\"1627\":{},\"6987\":{}},\"comment\":{}}],[\"articulationstruct\",{\"_index\":95,\"name\":{\"161\":{}},\"comment\":{}}],[\"attach\",{\"_index\":1329,\"name\":{\"6922\":{}},\"comment\":{}}],[\"attributes\",{\"_index\":1182,\"name\":{\"5423\":{},\"5433\":{},\"5449\":{}},\"comment\":{}}],[\"auto_beam\",{\"_index\":638,\"name\":{\"1687\":{}},\"comment\":{}}],[\"auto_stem\",{\"_index\":750,\"name\":{\"2241\":{},\"4449\":{},\"5577\":{}},\"comment\":{}}],[\"autostem\",{\"_index\":765,\"name\":{\"2279\":{},\"4482\":{}},\"comment\":{}}],[\"autowidth\",{\"_index\":1209,\"name\":{\"5514\":{}},\"comment\":{}}],[\"backend\",{\"_index\":486,\"name\":{\"1415\":{}},\"comment\":{}}],[\"backends\",{\"_index\":977,\"name\":{\"3845\":{}},\"comment\":{}}],[\"background\",{\"_index\":487,\"name\":{\"1418\":{}},\"comment\":{}}],[\"backgroundfillstyle\",{\"_index\":1192,\"name\":{\"5455\":{}},\"comment\":{}}],[\"barline\",{\"_index\":522,\"name\":{\"1481\":{},\"4124\":{},\"6988\":{}},\"comment\":{}}],[\"barlinetype\",{\"_index\":551,\"name\":{\"1570\":{},\"4116\":{}},\"comment\":{}}],[\"barnote\",{\"_index\":103,\"name\":{\"235\":{},\"1439\":{},\"1482\":{},\"6989\":{}},\"comment\":{}}],[\"basey\",{\"_index\":699,\"name\":{\"1847\":{},\"2342\":{},\"2552\":{},\"4548\":{},\"5072\":{},\"5137\":{},\"5617\":{}},\"comment\":{}}],[\"bbox\",{\"_index\":733,\"name\":{\"2035\":{},\"6557\":{}},\"comment\":{}}],[\"beam\",{\"_index\":199,\"name\":{\"382\":{},\"1354\":{},\"1461\":{},\"1483\":{},\"6990\":{}},\"comment\":{}}],[\"beam_both\",{\"_index\":197,\"name\":{\"380\":{}},\"comment\":{}}],[\"beam_count\",{\"_index\":717,\"name\":{\"1998\":{}},\"comment\":{}}],[\"beam_left\",{\"_index\":195,\"name\":{\"378\":{}},\"comment\":{}}],[\"beam_right\",{\"_index\":196,\"name\":{\"379\":{}},\"comment\":{}}],[\"beam_width\",{\"_index\":207,\"name\":{\"395\":{}},\"comment\":{}}],[\"beamnotes\",{\"_index\":792,\"name\":{\"2469\":{}},\"comment\":{}}],[\"beat_value\",{\"_index\":572,\"name\":{\"1592\":{},\"7195\":{}},\"comment\":{}}],[\"beats_occupied\",{\"_index\":1314,\"name\":{\"6898\":{}},\"comment\":{}}],[\"beatsoccupieddeprecationwarning\",{\"_index\":1335,\"name\":{\"6929\":{}},\"comment\":{}}],[\"begin\",{\"_index\":407,\"name\":{\"1256\":{},\"3697\":{},\"4369\":{},\"4978\":{}},\"comment\":{}}],[\"begin_end\",{\"_index\":1143,\"name\":{\"4981\":{}},\"comment\":{}}],[\"begin_x\",{\"_index\":383,\"name\":{\"985\":{}},\"comment\":{}}],[\"beginpath\",{\"_index\":288,\"name\":{\"596\":{},\"3814\":{},\"5476\":{}},\"comment\":{}}],[\"below\",{\"_index\":817,\"name\":{\"2923\":{},\"4368\":{}},\"comment\":{}}],[\"belowcode\",{\"_index\":98,\"name\":{\"164\":{}},\"comment\":{}}],[\"benchmark\",{\"_index\":1367,\"name\":{\"7067\":{}},\"comment\":{}}],[\"bend\",{\"_index\":232,\"name\":{\"462\":{},\"1484\":{},\"6991\":{}},\"comment\":{}}],[\"bend_width\",{\"_index\":237,\"name\":{\"475\":{}},\"comment\":{}}],[\"bendphrase\",{\"_index\":229,\"name\":{\"456\":{}},\"comment\":{}}],[\"between_lines\",{\"_index\":99,\"name\":{\"165\":{}},\"comment\":{}}],[\"bezier\",{\"_index\":724,\"name\":{\"2018\":{}},\"comment\":{}}],[\"beziercurveto\",{\"_index\":291,\"name\":{\"599\":{},\"3817\":{},\"5479\":{}},\"comment\":{}}],[\"bold\",{\"_index\":604,\"name\":{\"1647\":{},\"6202\":{}},\"comment\":{}}],[\"botglyphs\",{\"_index\":735,\"name\":{\"2039\":{},\"6561\":{}},\"comment\":{}}],[\"botstartx\",{\"_index\":1293,\"name\":{\"6551\":{}},\"comment\":{}}],[\"bottom\",{\"_index\":85,\"name\":{\"88\":{},\"646\":{},\"4302\":{},\"5993\":{},\"6911\":{}},\"comment\":{}}],[\"bottom_stave\",{\"_index\":1060,\"name\":{\"4193\":{}},\"comment\":{}}],[\"bottom_text_position\",{\"_index\":987,\"name\":{\"4000\":{}},\"comment\":{}}],[\"bottomline\",{\"_index\":1297,\"name\":{\"6624\":{},\"6908\":{}},\"comment\":{}}],[\"boundingbox\",{\"_index\":245,\"name\":{\"540\":{},\"1485\":{}},\"comment\":{}}],[\"boundingboxcomputation\",{\"_index\":257,\"name\":{\"558\":{},\"1486\":{}},\"comment\":{}}],[\"bounds\",{\"_index\":242,\"name\":{\"535\":{}},\"comment\":{}}],[\"bpm\",{\"_index\":1130,\"name\":{\"4795\":{}},\"comment\":{}}],[\"bracket\",{\"_index\":944,\"name\":{\"3717\":{}},\"comment\":{}}],[\"bracket_height\",{\"_index\":951,\"name\":{\"3727\":{},\"6011\":{}},\"comment\":{}}],[\"bracket_line_width\",{\"_index\":953,\"name\":{\"3729\":{}},\"comment\":{}}],[\"bracketed\",{\"_index\":1315,\"name\":{\"6899\":{}},\"comment\":{}}],[\"breaksecondaryat\",{\"_index\":219,\"name\":{\"409\":{}},\"comment\":{}}],[\"brush_down\",{\"_index\":1174,\"name\":{\"5352\":{}},\"comment\":{}}],[\"brush_up\",{\"_index\":1175,\"name\":{\"5353\":{}},\"comment\":{}}],[\"build\",{\"_index\":519,\"name\":{\"1473\":{}},\"comment\":{}}],[\"buildandattach\",{\"_index\":402,\"name\":{\"1189\":{},\"3611\":{}},\"comment\":{}}],[\"buildcontext\",{\"_index\":980,\"name\":{\"3848\":{}},\"comment\":{}}],[\"builder\",{\"_index\":406,\"name\":{\"1255\":{},\"1311\":{},\"1334\":{},\"1347\":{}},\"comment\":{}}],[\"builderelements\",{\"_index\":441,\"name\":{\"1305\":{}},\"comment\":{}}],[\"builderoptions\",{\"_index\":442,\"name\":{\"1308\":{}},\"comment\":{}}],[\"buildflag\",{\"_index\":689,\"name\":{\"1833\":{},\"2330\":{},\"2564\":{},\"4536\":{},\"5123\":{},\"5629\":{}},\"comment\":{}}],[\"buildnoteheads\",{\"_index\":764,\"name\":{\"2278\":{},\"4481\":{}},\"comment\":{}}],[\"buildstem\",{\"_index\":688,\"name\":{\"1832\":{},\"2277\":{},\"2563\":{},\"4480\":{},\"5122\":{},\"5628\":{}},\"comment\":{}}],[\"cached_outline\",{\"_index\":602,\"name\":{\"1644\":{}},\"comment\":{}}],[\"calcbeamednotesslashbbox\",{\"_index\":761,\"name\":{\"2272\":{}},\"comment\":{}}],[\"calcnotedisplacements\",{\"_index\":781,\"name\":{\"2312\":{},\"4515\":{}},\"comment\":{}}],[\"calculateflatslope\",{\"_index\":224,\"name\":{\"414\":{}},\"comment\":{}}],[\"calculatekeyprops\",{\"_index\":767,\"name\":{\"2281\":{},\"4484\":{}},\"comment\":{}}],[\"calculateoptimalstemdirection\",{\"_index\":766,\"name\":{\"2280\":{},\"4483\":{}},\"comment\":{}}],[\"calculateslope\",{\"_index\":223,\"name\":{\"413\":{}},\"comment\":{}}],[\"cancelkey\",{\"_index\":809,\"name\":{\"2720\":{}},\"comment\":{}}],[\"canonical_notes\",{\"_index\":859,\"name\":{\"3092\":{}},\"comment\":{}}],[\"canvas\",{\"_index\":270,\"name\":{\"577\":{},\"3838\":{}},\"comment\":{}}],[\"canvas_browser_size_limit\",{\"_index\":267,\"name\":{\"572\":{}},\"comment\":{}}],[\"canvascontext\",{\"_index\":266,\"name\":{\"569\":{},\"1487\":{}},\"comment\":{}}],[\"category\",{\"_index\":9,\"name\":{\"10\":{},\"92\":{},\"168\":{},\"237\":{},\"383\":{},\"463\":{},\"574\":{},\"657\":{},\"779\":{},\"839\":{},\"988\":{},\"1142\":{},\"1187\":{},\"1370\":{},\"1721\":{},\"1750\":{},\"1817\":{},\"2002\":{},\"2020\":{},\"2097\":{},\"2256\":{},\"2459\":{},\"2527\":{},\"2714\":{},\"2779\":{},\"2925\":{},\"3023\":{},\"3152\":{},\"3317\":{},\"3464\":{},\"3533\":{},\"3610\":{},\"3711\":{},\"3798\":{},\"3856\":{},\"4012\":{},\"4125\":{},\"4187\":{},\"4243\":{},\"4297\":{},\"4372\":{},\"4465\":{},\"4664\":{},\"4738\":{},\"4800\":{},\"4860\":{},\"4923\":{},\"4983\":{},\"5054\":{},\"5112\":{},\"5279\":{},\"5349\":{},\"5437\":{},\"5522\":{},\"5592\":{},\"5764\":{},\"5824\":{},\"5930\":{},\"5996\":{},\"6054\":{},\"6250\":{},\"6408\":{},\"6534\":{},\"6618\":{},\"6687\":{},\"6827\":{},\"6914\":{},\"6984\":{},\"7079\":{},\"7146\":{},\"7202\":{}},\"comment\":{}}],[\"center\",{\"_index\":80,\"name\":{\"82\":{},\"87\":{},\"641\":{},\"2919\":{},\"4364\":{},\"6232\":{}},\"comment\":{}}],[\"center_stem\",{\"_index\":82,\"name\":{\"84\":{},\"89\":{},\"643\":{}},\"comment\":{}}],[\"change\",{\"_index\":805,\"name\":{\"2707\":{},\"2712\":{}},\"comment\":{}}],[\"checkattachednote\",{\"_index\":28,\"name\":{\"30\":{},\"110\":{},\"184\":{},\"485\":{},\"714\":{},\"1201\":{},\"1765\":{},\"2475\":{},\"2933\":{},\"3475\":{},\"3558\":{},\"3622\":{},\"5297\":{},\"5373\":{},\"6838\":{},\"7093\":{}},\"comment\":{}}],[\"checkbeam\",{\"_index\":153,\"name\":{\"294\":{},\"895\":{},\"1045\":{},\"1897\":{},\"2154\":{},\"2385\":{},\"2621\":{},\"2834\":{},\"3204\":{},\"3381\":{},\"3913\":{},\"4591\":{},\"5189\":{},\"5686\":{},\"6110\":{},\"6310\":{},\"6742\":{}},\"comment\":{}}],[\"checkcollision\",{\"_index\":11,\"name\":{\"12\":{}},\"comment\":{}}],[\"checkcontext\",{\"_index\":65,\"name\":{\"67\":{},\"148\":{},\"222\":{},\"365\":{},\"443\":{},\"522\":{},\"752\":{},\"825\":{},\"967\":{},\"1117\":{},\"1173\":{},\"1238\":{},\"1395\":{},\"1803\":{},\"1965\":{},\"2080\":{},\"2225\":{},\"2444\":{},\"2513\":{},\"2685\":{},\"2765\":{},\"2905\":{},\"2972\":{},\"3058\":{},\"3278\":{},\"3450\":{},\"3513\":{},\"3596\":{},\"3659\":{},\"3757\":{},\"3984\":{},\"4103\":{},\"4172\":{},\"4222\":{},\"4278\":{},\"4345\":{},\"4412\":{},\"4650\":{},\"4724\":{},\"4781\":{},\"4846\":{},\"4904\":{},\"4963\":{},\"5025\":{},\"5098\":{},\"5260\":{},\"5335\":{},\"5410\":{},\"5558\":{},\"5750\":{},\"5810\":{},\"5916\":{},\"5972\":{},\"6039\":{},\"6182\":{},\"6382\":{},\"6474\":{},\"6600\":{},\"6673\":{},\"6813\":{},\"6876\":{},\"6959\":{},\"7131\":{},\"7180\":{},\"7247\":{}},\"comment\":{}}],[\"checkindex\",{\"_index\":30,\"name\":{\"32\":{},\"113\":{},\"187\":{},\"488\":{},\"717\":{},\"1203\":{},\"1768\":{},\"2478\":{},\"2936\":{},\"3478\":{},\"3561\":{},\"3624\":{},\"5300\":{},\"5376\":{},\"6841\":{},\"7096\":{}},\"comment\":{}}],[\"checkmetrics\",{\"_index\":739,\"name\":{\"2051\":{},\"6573\":{}},\"comment\":{}}],[\"checkmodifiercontext\",{\"_index\":33,\"name\":{\"35\":{},\"116\":{},\"190\":{},\"343\":{},\"491\":{},\"720\":{},\"945\":{},\"1095\":{},\"1206\":{},\"1771\":{},\"1943\":{},\"2204\":{},\"2424\":{},\"2481\":{},\"2663\":{},\"2883\":{},\"2939\":{},\"3255\":{},\"3429\":{},\"3481\":{},\"3564\":{},\"3627\":{},\"3963\":{},\"4630\":{},\"5237\":{},\"5303\":{},\"5379\":{},\"5728\":{},\"6160\":{},\"6360\":{},\"6448\":{},\"6791\":{},\"6844\":{},\"7099\":{}},\"comment\":{}}],[\"checkstave\",{\"_index\":129,\"name\":{\"270\":{},\"795\":{},\"871\":{},\"1021\":{},\"1875\":{},\"2057\":{},\"2131\":{},\"2366\":{},\"2601\":{},\"2735\":{},\"2810\":{},\"3033\":{},\"3180\":{},\"3358\":{},\"3890\":{},\"4140\":{},\"4379\":{},\"4572\":{},\"4692\":{},\"4749\":{},\"4814\":{},\"4872\":{},\"4993\":{},\"5166\":{},\"5666\":{},\"6086\":{},\"6286\":{},\"6578\":{},\"6641\":{},\"6718\":{},\"7225\":{}},\"comment\":{}}],[\"checkstem\",{\"_index\":686,\"name\":{\"1830\":{},\"2328\":{},\"2561\":{},\"4534\":{},\"5120\":{},\"5626\":{}},\"comment\":{}}],[\"checktickcontext\",{\"_index\":186,\"name\":{\"332\":{},\"934\":{},\"1084\":{},\"1933\":{},\"2193\":{},\"2414\":{},\"2653\":{},\"2872\":{},\"3243\":{},\"3418\":{},\"3952\":{},\"4620\":{},\"5226\":{},\"5718\":{},\"6149\":{},\"6349\":{},\"6435\":{},\"6780\":{}},\"comment\":{}}],[\"chord\",{\"_index\":412,\"name\":{\"1262\":{},\"1299\":{}},\"comment\":{}}],[\"chordornote\",{\"_index\":411,\"name\":{\"1261\":{}},\"comment\":{}}],[\"chordsymbol\",{\"_index\":332,\"name\":{\"655\":{},\"1448\":{},\"1488\":{},\"1629\":{},\"6992\":{}},\"comment\":{}}],[\"chordsymbolblock\",{\"_index\":304,\"name\":{\"615\":{}},\"comment\":{}}],[\"chordsymbolglyphmetrics\",{\"_index\":311,\"name\":{\"624\":{}},\"comment\":{}}],[\"chordsymbolhorizontaljustify\",{\"_index\":325,\"name\":{\"639\":{},\"1560\":{}},\"comment\":{}}],[\"chordsymbolmetrics\",{\"_index\":315,\"name\":{\"628\":{}},\"comment\":{}}],[\"chordsymbolverticaljustify\",{\"_index\":326,\"name\":{\"644\":{},\"1561\":{}},\"comment\":{}}],[\"class\",{\"_index\":475,\"name\":{\"1362\":{}},\"comment\":{}}],[\"clear\",{\"_index\":272,\"name\":{\"579\":{},\"3780\":{},\"3800\":{},\"5472\":{}},\"comment\":{}}],[\"clearrect\",{\"_index\":287,\"name\":{\"595\":{},\"3813\":{},\"5475\":{}},\"comment\":{}}],[\"clef\",{\"_index\":370,\"name\":{\"777\":{},\"787\":{},\"1310\":{},\"1338\":{},\"1489\":{},\"2247\":{},\"4455\":{},\"5583\":{},\"6993\":{}},\"comment\":{}}],[\"clef_default\",{\"_index\":592,\"name\":{\"1623\":{}},\"comment\":{}}],[\"clef_small\",{\"_index\":593,\"name\":{\"1624\":{}},\"comment\":{}}],[\"clefannotatiomtype\",{\"_index\":365,\"name\":{\"767\":{}},\"comment\":{}}],[\"clefmetrics\",{\"_index\":368,\"name\":{\"772\":{}},\"comment\":{}}],[\"clefnote\",{\"_index\":378,\"name\":{\"838\":{},\"1440\":{},\"1490\":{},\"6994\":{}},\"comment\":{}}],[\"clefproperties\",{\"_index\":577,\"name\":{\"1599\":{}},\"comment\":{}}],[\"cleftype\",{\"_index\":364,\"name\":{\"764\":{}},\"comment\":{}}],[\"clone\",{\"_index\":255,\"name\":{\"556\":{},\"1740\":{}},\"comment\":{}}],[\"closegroup\",{\"_index\":274,\"name\":{\"581\":{},\"3827\":{},\"5458\":{}},\"comment\":{}}],[\"closepath\",{\"_index\":296,\"name\":{\"604\":{},\"3822\":{},\"5482\":{}},\"comment\":{}}],[\"coda_left\",{\"_index\":1110,\"name\":{\"4669\":{}},\"comment\":{}}],[\"coda_right\",{\"_index\":1111,\"name\":{\"4670\":{}},\"comment\":{}}],[\"code\",{\"_index\":96,\"name\":{\"162\":{},\"765\":{},\"770\":{},\"1990\":{},\"2036\":{},\"3120\":{},\"6558\":{},\"7061\":{}},\"comment\":{}}],[\"code_flag_downstem\",{\"_index\":713,\"name\":{\"1992\":{}},\"comment\":{}}],[\"code_flag_upstem\",{\"_index\":712,\"name\":{\"1991\":{}},\"comment\":{}}],[\"code_head\",{\"_index\":703,\"name\":{\"1979\":{}},\"comment\":{}}],[\"color\",{\"_index\":950,\"name\":{\"3726\":{},\"4312\":{},\"6006\":{}},\"comment\":{}}],[\"column\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"comma\",{\"_index\":431,\"name\":{\"1285\":{}},\"comment\":{}}],[\"commithook\",{\"_index\":404,\"name\":{\"1251\":{}},\"comment\":{}}],[\"commithooks\",{\"_index\":446,\"name\":{\"1317\":{},\"1335\":{}},\"comment\":{}}],[\"commitpiece\",{\"_index\":459,\"name\":{\"1331\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":16,\"name\":{\"17\":{},\"102\":{},\"174\":{},\"241\":{},\"388\":{},\"470\":{},\"542\":{},\"559\":{},\"575\":{},\"686\":{},\"785\":{},\"843\":{},\"992\":{},\"1146\":{},\"1194\":{},\"1254\":{},\"1298\":{},\"1312\":{},\"1343\":{},\"1372\":{},\"1424\":{},\"1604\":{},\"1705\":{},\"1725\":{},\"1756\":{},\"1821\":{},\"2034\":{},\"2101\":{},\"2268\":{},\"2464\":{},\"2531\":{},\"2699\":{},\"2718\":{},\"2783\":{},\"2929\":{},\"2996\":{},\"3025\":{},\"3100\":{},\"3156\":{},\"3321\":{},\"3469\":{},\"3544\":{},\"3616\":{},\"3700\":{},\"3723\":{},\"3779\":{},\"3799\":{},\"3852\":{},\"3860\":{},\"4017\":{},\"4130\":{},\"4191\":{},\"4250\":{},\"4304\":{},\"4375\":{},\"4475\":{},\"4682\":{},\"4741\":{},\"4803\":{},\"4863\":{},\"4925\":{},\"4987\":{},\"5060\":{},\"5116\":{},\"5285\":{},\"5363\":{},\"5438\":{},\"5524\":{},\"5596\":{},\"5772\":{},\"5829\":{},\"5934\":{},\"6002\":{},\"6059\":{},\"6256\":{},\"6410\":{},\"6502\":{},\"6548\":{},\"6622\":{},\"6691\":{},\"6831\":{},\"6891\":{},\"6920\":{},\"7060\":{},\"7071\":{},\"7085\":{},\"7148\":{},\"7205\":{}},\"comment\":{}}],[\"contains\",{\"_index\":1366,\"name\":{\"7065\":{}},\"comment\":{}}],[\"context\",{\"_index\":637,\"name\":{\"1686\":{}},\"comment\":{}}],[\"context2d\",{\"_index\":269,\"name\":{\"576\":{}},\"comment\":{}}],[\"contextbuilder\",{\"_index\":975,\"name\":{\"3836\":{}},\"comment\":{}}],[\"convertacclines\",{\"_index\":812,\"name\":{\"2723\":{}},\"comment\":{}}],[\"convertsizetopixelvalue\",{\"_index\":609,\"name\":{\"1656\":{}},\"comment\":{}}],[\"convertsizetopointvalue\",{\"_index\":610,\"name\":{\"1657\":{}},\"comment\":{}}],[\"converttoalteracclist\",{\"_index\":815,\"name\":{\"2728\":{}},\"comment\":{}}],[\"converttocancelacclist\",{\"_index\":810,\"name\":{\"2721\":{}},\"comment\":{}}],[\"converttoglyph\",{\"_index\":808,\"name\":{\"2719\":{}},\"comment\":{}}],[\"copy\",{\"_index\":246,\"name\":{\"541\":{},\"1741\":{}},\"comment\":{}}],[\"cp1\",{\"_index\":1136,\"name\":{\"4931\":{},\"5779\":{},\"5940\":{}},\"comment\":{}}],[\"cp2\",{\"_index\":1133,\"name\":{\"4928\":{},\"5776\":{},\"5937\":{}},\"comment\":{}}],[\"cps\",{\"_index\":389,\"name\":{\"1131\":{}},\"comment\":{}}],[\"create\",{\"_index\":1193,\"name\":{\"5456\":{},\"6214\":{}},\"comment\":{}}],[\"createhammeron\",{\"_index\":1225,\"name\":{\"5770\":{},\"5931\":{}},\"comment\":{}}],[\"createmodifiercontexts\",{\"_index\":654,\"name\":{\"1709\":{}},\"comment\":{}}],[\"createpulloff\",{\"_index\":1226,\"name\":{\"5771\":{},\"5932\":{}},\"comment\":{}}],[\"createscalemap\",{\"_index\":876,\"name\":{\"3111\":{}},\"comment\":{}}],[\"createslidedown\",{\"_index\":1224,\"name\":{\"5769\":{}},\"comment\":{}}],[\"createslideup\",{\"_index\":1223,\"name\":{\"5768\":{}},\"comment\":{}}],[\"createsostenuto\",{\"_index\":948,\"name\":{\"3721\":{}},\"comment\":{}}],[\"createsustain\",{\"_index\":947,\"name\":{\"3720\":{}},\"comment\":{}}],[\"createtickcontexts\",{\"_index\":655,\"name\":{\"1710\":{}},\"comment\":{}}],[\"createunacorda\",{\"_index\":949,\"name\":{\"3722\":{}},\"comment\":{}}],[\"cresc\",{\"_index\":1066,\"name\":{\"4246\":{}},\"comment\":{}}],[\"crescendo\",{\"_index\":384,\"name\":{\"986\":{},\"1491\":{},\"6995\":{}},\"comment\":{}}],[\"crescendoparams\",{\"_index\":380,\"name\":{\"980\":{}},\"comment\":{}}],[\"current_cache_key\",{\"_index\":725,\"name\":{\"2021\":{},\"6535\":{}},\"comment\":{}}],[\"curve\",{\"_index\":396,\"name\":{\"1141\":{},\"1462\":{},\"1492\":{},\"6996\":{}},\"comment\":{}}],[\"curveoptions\",{\"_index\":388,\"name\":{\"1130\":{}},\"comment\":{}}],[\"curveposition\",{\"_index\":393,\"name\":{\"1138\":{},\"1564\":{}},\"comment\":{}}],[\"custom_glyph_code\",{\"_index\":897,\"name\":{\"3301\":{}},\"comment\":{}}],[\"customtypes\",{\"_index\":890,\"name\":{\"3140\":{}},\"comment\":{}}],[\"dash\",{\"_index\":1235,\"name\":{\"6010\":{}},\"comment\":{}}],[\"dashed\",{\"_index\":1232,\"name\":{\"6005\":{}},\"comment\":{}}],[\"data\",{\"_index\":586,\"name\":{\"1612\":{}},\"comment\":{}}],[\"date\",{\"_index\":521,\"name\":{\"1477\":{}},\"comment\":{}}],[\"dblsharpline\",{\"_index\":4,\"name\":{\"5\":{}},\"comment\":{}}],[\"dc\",{\"_index\":1114,\"name\":{\"4673\":{}},\"comment\":{}}],[\"dc_al_coda\",{\"_index\":1115,\"name\":{\"4674\":{}},\"comment\":{}}],[\"dc_al_fine\",{\"_index\":1116,\"name\":{\"4675\":{}},\"comment\":{}}],[\"debug\",{\"_index\":8,\"name\":{\"9\":{},\"91\":{},\"167\":{},\"236\":{},\"656\":{},\"778\":{},\"987\":{},\"1342\":{},\"1421\":{},\"1698\":{},\"2259\":{},\"2458\":{},\"2995\":{},\"3316\":{},\"3532\":{},\"3699\":{},\"3710\":{},\"4464\":{},\"5053\":{},\"5995\":{},\"6053\":{},\"6212\":{},\"7145\":{}},\"comment\":{}}],[\"debugformatter\",{\"_index\":1206,\"name\":{\"5511\":{}},\"comment\":{}}],[\"debugnotemetrics\",{\"_index\":1203,\"name\":{\"5507\":{}},\"comment\":{}}],[\"decresc\",{\"_index\":1067,\"name\":{\"4247\":{}},\"comment\":{}}],[\"defaultpadding\",{\"_index\":997,\"name\":{\"4014\":{},\"5826\":{}},\"comment\":{}}],[\"defaults\",{\"_index\":465,\"name\":{\"1344\":{}},\"comment\":{}}],[\"defined\",{\"_index\":1356,\"name\":{\"7052\":{}},\"comment\":{}}],[\"denominator\",{\"_index\":665,\"name\":{\"1727\":{}},\"comment\":{}}],[\"description\",{\"_index\":1240,\"name\":{\"6206\":{}},\"comment\":{}}],[\"detach\",{\"_index\":1330,\"name\":{\"6923\":{}},\"comment\":{}}],[\"details\",{\"_index\":1210,\"name\":{\"5518\":{}},\"comment\":{}}],[\"deviation\",{\"_index\":1266,\"name\":{\"6406\":{}},\"comment\":{}}],[\"diatonic_accidentals\",{\"_index\":861,\"name\":{\"3094\":{}},\"comment\":{}}],[\"diatonic_intervals\",{\"_index\":860,\"name\":{\"3093\":{}},\"comment\":{}}],[\"digits\",{\"_index\":594,\"name\":{\"1626\":{}},\"comment\":{}}],[\"disabledefaultregistry\",{\"_index\":962,\"name\":{\"3778\":{}},\"comment\":{}}],[\"displaced\",{\"_index\":879,\"name\":{\"3123\":{},\"3304\":{}},\"comment\":{}}],[\"displaced_x\",{\"_index\":1095,\"name\":{\"4428\":{}},\"comment\":{}}],[\"displacedshiftx\",{\"_index\":894,\"name\":{\"3293\":{}},\"comment\":{}}],[\"divide\",{\"_index\":670,\"name\":{\"1734\":{}},\"comment\":{}}],[\"dot\",{\"_index\":400,\"name\":{\"1186\":{},\"1286\":{},\"1493\":{},\"6997\":{}},\"comment\":{}}],[\"dot_shifty\",{\"_index\":705,\"name\":{\"1981\":{}},\"comment\":{}}],[\"dots\",{\"_index\":415,\"name\":{\"1267\":{},\"1301\":{},\"2251\":{},\"3135\":{},\"3141\":{},\"3147\":{},\"3311\":{},\"4459\":{},\"4797\":{},\"5587\":{},\"6245\":{}},\"comment\":{}}],[\"double\",{\"_index\":1050,\"name\":{\"4118\":{}},\"comment\":{}}],[\"down\",{\"_index\":234,\"name\":{\"465\":{},\"3843\":{},\"5056\":{}},\"comment\":{}}],[\"draw\",{\"_index\":25,\"name\":{\"27\":{},\"106\":{},\"180\":{},\"246\":{},\"253\":{},\"421\":{},\"481\":{},\"711\":{},\"791\":{},\"847\":{},\"854\":{},\"997\":{},\"1004\":{},\"1151\":{},\"1197\":{},\"1381\":{},\"1471\":{},\"1761\":{},\"1826\":{},\"1859\":{},\"2041\":{},\"2107\":{},\"2114\":{},\"2271\":{},\"2350\":{},\"2473\":{},\"2557\":{},\"2584\":{},\"2731\":{},\"2786\":{},\"2793\":{},\"2949\":{},\"3036\":{},\"3163\":{},\"3264\":{},\"3334\":{},\"3341\":{},\"3473\":{},\"3554\":{},\"3618\":{},\"3735\":{},\"3866\":{},\"3873\":{},\"4079\":{},\"4133\":{},\"4200\":{},\"4256\":{},\"4323\":{},\"4390\":{},\"4530\":{},\"4556\":{},\"4685\":{},\"4745\":{},\"4810\":{},\"4868\":{},\"4941\":{},\"4989\":{},\"5077\":{},\"5149\":{},\"5246\":{},\"5293\":{},\"5369\":{},\"5537\":{},\"5622\":{},\"5649\":{},\"5788\":{},\"5892\":{},\"5950\":{},\"6018\":{},\"6062\":{},\"6069\":{},\"6262\":{},\"6269\":{},\"6460\":{},\"6563\":{},\"6637\":{},\"6694\":{},\"6701\":{},\"6834\":{},\"6937\":{},\"7089\":{},\"7158\":{},\"7226\":{}},\"comment\":{}}],[\"draw_dots\",{\"_index\":114,\"name\":{\"254\":{},\"855\":{},\"1005\":{},\"1860\":{},\"2115\":{},\"2351\":{},\"2585\":{},\"2794\":{},\"3164\":{},\"3342\":{},\"3874\":{},\"4557\":{},\"5150\":{},\"5650\":{},\"6070\":{},\"6270\":{},\"6702\":{}},\"comment\":{}}],[\"draw_end_arrow\",{\"_index\":1080,\"name\":{\"4314\":{}},\"comment\":{}}],[\"draw_start_arrow\",{\"_index\":1079,\"name\":{\"4313\":{}},\"comment\":{}}],[\"draw_stem\",{\"_index\":115,\"name\":{\"255\":{},\"856\":{},\"1006\":{},\"1861\":{},\"2116\":{},\"2352\":{},\"2586\":{},\"2795\":{},\"3165\":{},\"3343\":{},\"3875\":{},\"4558\":{},\"5151\":{},\"5651\":{},\"6071\":{},\"6271\":{},\"6703\":{}},\"comment\":{}}],[\"draw_stem_through_stave\",{\"_index\":113,\"name\":{\"252\":{},\"853\":{},\"1003\":{},\"1858\":{},\"2113\":{},\"2349\":{},\"2583\":{},\"2792\":{},\"3162\":{},\"3340\":{},\"3872\":{},\"4555\":{},\"5148\":{},\"5648\":{},\"6068\":{},\"6268\":{},\"6700\":{}},\"comment\":{}}],[\"draw_width\",{\"_index\":231,\"name\":{\"461\":{}},\"comment\":{}}],[\"drawbracketed\",{\"_index\":955,\"name\":{\"3733\":{}},\"comment\":{}}],[\"drawcodafixed\",{\"_index\":1124,\"name\":{\"4686\":{}},\"comment\":{}}],[\"drawdashedline\",{\"_index\":983,\"name\":{\"3851\":{}},\"comment\":{}}],[\"drawdot\",{\"_index\":971,\"name\":{\"3789\":{}},\"comment\":{}}],[\"drawflag\",{\"_index\":789,\"name\":{\"2322\":{},\"2553\":{},\"4525\":{},\"5618\":{}},\"comment\":{}}],[\"drawledgerlines\",{\"_index\":787,\"name\":{\"2319\":{},\"4522\":{}},\"comment\":{}}],[\"drawline\",{\"_index\":844,\"name\":{\"3034\":{}},\"comment\":{}}],[\"drawmodifiers\",{\"_index\":748,\"name\":{\"2105\":{},\"2320\":{},\"2554\":{},\"3864\":{},\"4523\":{},\"5619\":{}},\"comment\":{}}],[\"drawnoteheads\",{\"_index\":790,\"name\":{\"2323\":{},\"4526\":{}},\"comment\":{}}],[\"drawpositions\",{\"_index\":801,\"name\":{\"2556\":{},\"5621\":{}},\"comment\":{}}],[\"drawrepeatbar\",{\"_index\":1057,\"name\":{\"4136\":{}},\"comment\":{}}],[\"drawsignofixed\",{\"_index\":1125,\"name\":{\"4687\":{}},\"comment\":{}}],[\"drawstem\",{\"_index\":702,\"name\":{\"1852\":{},\"2324\":{},\"2577\":{},\"4527\":{},\"5142\":{},\"5642\":{}},\"comment\":{}}],[\"drawstemthrough\",{\"_index\":800,\"name\":{\"2555\":{},\"5620\":{}},\"comment\":{}}],[\"drawsymbols\",{\"_index\":845,\"name\":{\"3035\":{}},\"comment\":{}}],[\"drawsymboltext\",{\"_index\":1126,\"name\":{\"4688\":{}},\"comment\":{}}],[\"drawtext\",{\"_index\":956,\"name\":{\"3734\":{}},\"comment\":{}}],[\"drawverticalbar\",{\"_index\":1055,\"name\":{\"4134\":{}},\"comment\":{}}],[\"drawverticalendbar\",{\"_index\":1056,\"name\":{\"4135\":{}},\"comment\":{}}],[\"drawwithstyle\",{\"_index\":51,\"name\":{\"53\":{},\"134\":{},\"208\":{},\"351\":{},\"429\":{},\"508\":{},\"738\":{},\"811\":{},\"953\":{},\"1103\":{},\"1159\":{},\"1224\":{},\"1380\":{},\"1789\":{},\"1951\":{},\"2066\":{},\"2212\":{},\"2431\":{},\"2499\":{},\"2671\":{},\"2751\":{},\"2891\":{},\"2958\":{},\"3044\":{},\"3263\":{},\"3437\":{},\"3499\":{},\"3582\":{},\"3645\":{},\"3743\":{},\"3971\":{},\"4090\":{},\"4158\":{},\"4208\":{},\"4264\":{},\"4331\":{},\"4398\":{},\"4637\":{},\"4710\":{},\"4767\":{},\"4832\":{},\"4890\":{},\"4949\":{},\"5011\":{},\"5085\":{},\"5245\":{},\"5321\":{},\"5396\":{},\"5545\":{},\"5736\":{},\"5796\":{},\"5903\":{},\"5958\":{},\"6025\":{},\"6168\":{},\"6368\":{},\"6459\":{},\"6586\":{},\"6659\":{},\"6799\":{},\"6862\":{},\"6945\":{},\"7117\":{},\"7166\":{},\"7234\":{}},\"comment\":{}}],[\"ds\",{\"_index\":1117,\"name\":{\"4676\":{}},\"comment\":{}}],[\"ds_al_coda\",{\"_index\":1118,\"name\":{\"4677\":{}},\"comment\":{}}],[\"ds_al_fine\",{\"_index\":1119,\"name\":{\"4678\":{}},\"comment\":{}}],[\"duration\",{\"_index\":416,\"name\":{\"1269\":{},\"1300\":{},\"2249\":{},\"3134\":{},\"3138\":{},\"3145\":{},\"3310\":{},\"4457\":{},\"4796\":{},\"5585\":{},\"6243\":{},\"6396\":{}},\"comment\":{}}],[\"duration_override\",{\"_index\":755,\"name\":{\"2254\":{},\"3150\":{},\"3314\":{},\"4462\":{},\"5590\":{},\"6248\":{}},\"comment\":{}}],[\"durations\",{\"_index\":428,\"name\":{\"1281\":{}},\"comment\":{}}],[\"durationtoticks\",{\"_index\":580,\"name\":{\"1603\":{}},\"comment\":{}}],[\"dval\",{\"_index\":422,\"name\":{\"1275\":{}},\"comment\":{}}],[\"easyscore\",{\"_index\":464,\"name\":{\"1341\":{},\"1468\":{},\"1494\":{}},\"comment\":{}}],[\"easyscoredefaults\",{\"_index\":462,\"name\":{\"1337\":{}},\"comment\":{}}],[\"easyscoregrammar\",{\"_index\":405,\"name\":{\"1253\":{}},\"comment\":{}}],[\"easyscorehook\",{\"_index\":101,\"name\":{\"170\":{},\"1753\":{}},\"comment\":{}}],[\"easyscoreoptions\",{\"_index\":460,\"name\":{\"1332\":{}},\"comment\":{}}],[\"element\",{\"_index\":480,\"name\":{\"1369\":{},\"1495\":{},\"5439\":{},\"6998\":{}},\"comment\":{}}],[\"elementattributes\",{\"_index\":473,\"name\":{\"1359\":{}},\"comment\":{}}],[\"elementid\",{\"_index\":485,\"name\":{\"1414\":{}},\"comment\":{}}],[\"elements\",{\"_index\":445,\"name\":{\"1314\":{}},\"comment\":{}}],[\"elementstyle\",{\"_index\":476,\"name\":{\"1363\":{}},\"comment\":{}}],[\"enabledefaultregistry\",{\"_index\":961,\"name\":{\"3777\":{}},\"comment\":{}}],[\"end\",{\"_index\":1051,\"name\":{\"4119\":{},\"4370\":{},\"4980\":{}},\"comment\":{}}],[\"end_x\",{\"_index\":382,\"name\":{\"984\":{}},\"comment\":{}}],[\"engravingfontresolution\",{\"_index\":335,\"name\":{\"665\":{}},\"comment\":{}}],[\"eol\",{\"_index\":437,\"name\":{\"1292\":{}},\"comment\":{}}],[\"equals\",{\"_index\":434,\"name\":{\"1289\":{},\"1735\":{}},\"comment\":{}}],[\"errorpos\",{\"_index\":936,\"name\":{\"3694\":{}},\"comment\":{}}],[\"evaluate\",{\"_index\":657,\"name\":{\"1713\":{}},\"comment\":{}}],[\"expect\",{\"_index\":922,\"name\":{\"3680\":{},\"3708\":{}},\"comment\":{}}],[\"expectone\",{\"_index\":941,\"name\":{\"3705\":{}},\"comment\":{}}],[\"expectoneormore\",{\"_index\":942,\"name\":{\"3706\":{}},\"comment\":{}}],[\"expectzeroormore\",{\"_index\":943,\"name\":{\"3707\":{}},\"comment\":{}}],[\"extend_left\",{\"_index\":117,\"name\":{\"257\":{},\"858\":{},\"1008\":{},\"1863\":{},\"2118\":{},\"2354\":{},\"2588\":{},\"2797\":{},\"3167\":{},\"3345\":{},\"3877\":{},\"4560\":{},\"5153\":{},\"5653\":{},\"6073\":{},\"6273\":{},\"6705\":{}},\"comment\":{}}],[\"extend_right\",{\"_index\":118,\"name\":{\"258\":{},\"859\":{},\"1009\":{},\"1864\":{},\"2119\":{},\"2355\":{},\"2589\":{},\"2798\":{},\"3168\":{},\"3346\":{},\"3878\":{},\"4561\":{},\"5154\":{},\"5654\":{},\"6074\":{},\"6274\":{},\"6706\":{}},\"comment\":{}}],[\"extra_stroke_scale\",{\"_index\":1306,\"name\":{\"6833\":{}},\"comment\":{}}],[\"factory\",{\"_index\":444,\"name\":{\"1313\":{},\"1333\":{},\"1346\":{},\"1420\":{},\"1496\":{},\"5509\":{}},\"comment\":{}}],[\"factoryoptions\",{\"_index\":481,\"name\":{\"1408\":{}},\"comment\":{}}],[\"family\",{\"_index\":581,\"name\":{\"1606\":{},\"5425\":{},\"6196\":{}},\"comment\":{}}],[\"fetchmusicfont\",{\"_index\":558,\"name\":{\"1577\":{}},\"comment\":{}}],[\"fill\",{\"_index\":294,\"name\":{\"602\":{},\"3820\":{},\"5483\":{}},\"comment\":{}}],[\"fill_style\",{\"_index\":992,\"name\":{\"4005\":{}},\"comment\":{}}],[\"fillrect\",{\"_index\":286,\"name\":{\"594\":{},\"3812\":{},\"5474\":{}},\"comment\":{}}],[\"fillstyle\",{\"_index\":301,\"name\":{\"609\":{},\"1366\":{},\"3830\":{},\"5489\":{}},\"comment\":{}}],[\"filltext\",{\"_index\":298,\"name\":{\"606\":{},\"3823\":{},\"5486\":{}},\"comment\":{}}],[\"fine\",{\"_index\":1120,\"name\":{\"4679\":{}},\"comment\":{}}],[\"fingering\",{\"_index\":504,\"name\":{\"1452\":{}},\"comment\":{}}],[\"first_indices\",{\"_index\":1073,\"name\":{\"4293\":{},\"4920\":{}},\"comment\":{}}],[\"first_note\",{\"_index\":1072,\"name\":{\"4292\":{},\"4918\":{}},\"comment\":{}}],[\"first_x_shift\",{\"_index\":1137,\"name\":{\"4932\":{},\"5780\":{},\"5941\":{}},\"comment\":{}}],[\"flag\",{\"_index\":714,\"name\":{\"1993\":{}},\"comment\":{}}],[\"flat_beam_offset\",{\"_index\":203,\"name\":{\"391\":{}},\"comment\":{}}],[\"flat_beams\",{\"_index\":204,\"name\":{\"392\":{}},\"comment\":{}}],[\"flatline\",{\"_index\":3,\"name\":{\"4\":{}},\"comment\":{}}],[\"flow\",{\"_index\":518,\"name\":{\"1472\":{},\"7063\":{}},\"comment\":{}}],[\"font\",{\"_index\":66,\"name\":{\"68\":{},\"149\":{},\"223\":{},\"263\":{},\"366\":{},\"444\":{},\"523\":{},\"613\":{},\"753\":{},\"826\":{},\"864\":{},\"968\":{},\"1014\":{},\"1118\":{},\"1174\":{},\"1239\":{},\"1396\":{},\"1419\":{},\"1497\":{},\"1651\":{},\"1804\":{},\"1869\":{},\"1966\":{},\"2013\":{},\"2026\":{},\"2081\":{},\"2124\":{},\"2226\":{},\"2360\":{},\"2445\":{},\"2514\":{},\"2594\":{},\"2686\":{},\"2766\":{},\"2803\":{},\"2906\":{},\"2973\":{},\"3059\":{},\"3173\":{},\"3279\":{},\"3351\":{},\"3451\":{},\"3514\":{},\"3597\":{},\"3660\":{},\"3758\":{},\"3834\":{},\"3883\":{},\"3985\":{},\"4104\":{},\"4173\":{},\"4223\":{},\"4279\":{},\"4346\":{},\"4413\":{},\"4566\":{},\"4651\":{},\"4725\":{},\"4782\":{},\"4847\":{},\"4905\":{},\"4964\":{},\"5026\":{},\"5099\":{},\"5159\":{},\"5261\":{},\"5336\":{},\"5411\":{},\"5425\":{},\"5426\":{},\"5427\":{},\"5428\":{},\"5493\":{},\"5559\":{},\"5659\":{},\"5751\":{},\"5811\":{},\"5917\":{},\"5973\":{},\"6040\":{},\"6079\":{},\"6183\":{},\"6239\":{},\"6279\":{},\"6383\":{},\"6475\":{},\"6540\":{},\"6601\":{},\"6674\":{},\"6711\":{},\"6814\":{},\"6877\":{},\"6960\":{},\"7132\":{},\"7181\":{},\"7248\":{}},\"comment\":{}}],[\"font_scale\",{\"_index\":20,\"name\":{\"22\":{},\"178\":{},\"3549\":{},\"5366\":{}},\"comment\":{}}],[\"fontdata\",{\"_index\":587,\"name\":{\"1614\":{}},\"comment\":{}}],[\"fontfamily\",{\"_index\":588,\"name\":{\"1616\":{}},\"comment\":{}}],[\"fontglyph\",{\"_index\":595,\"name\":{\"1635\":{}},\"comment\":{}}],[\"fontinfo\",{\"_index\":70,\"name\":{\"72\":{},\"153\":{},\"227\":{},\"370\":{},\"448\":{},\"527\":{},\"756\":{},\"830\":{},\"972\":{},\"1122\":{},\"1178\":{},\"1243\":{},\"1400\":{},\"1605\":{},\"1808\":{},\"1970\":{},\"2085\":{},\"2230\":{},\"2449\":{},\"2518\":{},\"2690\":{},\"2770\":{},\"2910\":{},\"2977\":{},\"3063\":{},\"3283\":{},\"3455\":{},\"3518\":{},\"3601\":{},\"3664\":{},\"3762\":{},\"3989\":{},\"4108\":{},\"4177\":{},\"4227\":{},\"4283\":{},\"4350\":{},\"4417\":{},\"4655\":{},\"4729\":{},\"4786\":{},\"4851\":{},\"4909\":{},\"4968\":{},\"5030\":{},\"5103\":{},\"5265\":{},\"5340\":{},\"5415\":{},\"5563\":{},\"5755\":{},\"5815\":{},\"5921\":{},\"5977\":{},\"6044\":{},\"6187\":{},\"6387\":{},\"6479\":{},\"6605\":{},\"6678\":{},\"6818\":{},\"6881\":{},\"6964\":{},\"7136\":{},\"7185\":{},\"7252\":{}},\"comment\":{}}],[\"fontmetrics\",{\"_index\":590,\"name\":{\"1619\":{}},\"comment\":{}}],[\"fontmodule\",{\"_index\":585,\"name\":{\"1610\":{}},\"comment\":{}}],[\"fontsize\",{\"_index\":73,\"name\":{\"75\":{},\"156\":{},\"230\":{},\"373\":{},\"451\":{},\"530\":{},\"759\":{},\"833\":{},\"975\":{},\"1125\":{},\"1181\":{},\"1246\":{},\"1403\":{},\"1811\":{},\"1973\":{},\"2088\":{},\"2233\":{},\"2452\":{},\"2521\":{},\"2693\":{},\"2773\":{},\"2913\":{},\"2980\":{},\"3066\":{},\"3286\":{},\"3458\":{},\"3521\":{},\"3604\":{},\"3667\":{},\"3765\":{},\"3992\":{},\"4111\":{},\"4180\":{},\"4230\":{},\"4286\":{},\"4353\":{},\"4420\":{},\"4658\":{},\"4732\":{},\"4789\":{},\"4854\":{},\"4912\":{},\"4971\":{},\"5033\":{},\"5106\":{},\"5268\":{},\"5343\":{},\"5418\":{},\"5566\":{},\"5758\":{},\"5818\":{},\"5924\":{},\"5980\":{},\"6047\":{},\"6190\":{},\"6390\":{},\"6482\":{},\"6608\":{},\"6681\":{},\"6821\":{},\"6884\":{},\"6967\":{},\"7139\":{},\"7188\":{},\"7255\":{}},\"comment\":{}}],[\"fontsizeinpixels\",{\"_index\":75,\"name\":{\"77\":{},\"158\":{},\"232\":{},\"375\":{},\"453\":{},\"532\":{},\"761\":{},\"835\":{},\"977\":{},\"1127\":{},\"1183\":{},\"1248\":{},\"1405\":{},\"1813\":{},\"1975\":{},\"2090\":{},\"2235\":{},\"2454\":{},\"2523\":{},\"2695\":{},\"2775\":{},\"2915\":{},\"2982\":{},\"3068\":{},\"3288\":{},\"3460\":{},\"3523\":{},\"3606\":{},\"3669\":{},\"3767\":{},\"3994\":{},\"4113\":{},\"4182\":{},\"4232\":{},\"4288\":{},\"4355\":{},\"4422\":{},\"4660\":{},\"4734\":{},\"4791\":{},\"4856\":{},\"4914\":{},\"4973\":{},\"5035\":{},\"5108\":{},\"5270\":{},\"5345\":{},\"5420\":{},\"5568\":{},\"5760\":{},\"5820\":{},\"5926\":{},\"5982\":{},\"6049\":{},\"6192\":{},\"6228\":{},\"6392\":{},\"6484\":{},\"6610\":{},\"6683\":{},\"6823\":{},\"6886\":{},\"6969\":{},\"7141\":{},\"7190\":{},\"7257\":{}},\"comment\":{}}],[\"fontsizeinpoints\",{\"_index\":74,\"name\":{\"76\":{},\"157\":{},\"231\":{},\"374\":{},\"452\":{},\"531\":{},\"760\":{},\"834\":{},\"976\":{},\"1126\":{},\"1182\":{},\"1247\":{},\"1404\":{},\"1812\":{},\"1974\":{},\"2089\":{},\"2234\":{},\"2453\":{},\"2522\":{},\"2694\":{},\"2774\":{},\"2914\":{},\"2981\":{},\"3067\":{},\"3287\":{},\"3459\":{},\"3522\":{},\"3605\":{},\"3668\":{},\"3766\":{},\"3993\":{},\"4112\":{},\"4181\":{},\"4231\":{},\"4287\":{},\"4354\":{},\"4421\":{},\"4659\":{},\"4733\":{},\"4790\":{},\"4855\":{},\"4913\":{},\"4972\":{},\"5034\":{},\"5107\":{},\"5269\":{},\"5344\":{},\"5419\":{},\"5567\":{},\"5759\":{},\"5819\":{},\"5925\":{},\"5981\":{},\"6048\":{},\"6191\":{},\"6391\":{},\"6483\":{},\"6609\":{},\"6682\":{},\"6822\":{},\"6885\":{},\"6968\":{},\"7140\":{},\"7189\":{},\"7256\":{}},\"comment\":{}}],[\"fontstyle\",{\"_index\":76,\"name\":{\"78\":{},\"159\":{},\"233\":{},\"376\":{},\"454\":{},\"533\":{},\"762\":{},\"836\":{},\"978\":{},\"1128\":{},\"1184\":{},\"1249\":{},\"1406\":{},\"1566\":{},\"1648\":{},\"1814\":{},\"1976\":{},\"2091\":{},\"2236\":{},\"2455\":{},\"2524\":{},\"2696\":{},\"2776\":{},\"2916\":{},\"2983\":{},\"3069\":{},\"3289\":{},\"3461\":{},\"3524\":{},\"3607\":{},\"3670\":{},\"3768\":{},\"3995\":{},\"4114\":{},\"4183\":{},\"4233\":{},\"4289\":{},\"4356\":{},\"4423\":{},\"4661\":{},\"4735\":{},\"4792\":{},\"4857\":{},\"4915\":{},\"4974\":{},\"5036\":{},\"5109\":{},\"5271\":{},\"5346\":{},\"5421\":{},\"5569\":{},\"5761\":{},\"5821\":{},\"5927\":{},\"5983\":{},\"6050\":{},\"6193\":{},\"6393\":{},\"6485\":{},\"6611\":{},\"6684\":{},\"6824\":{},\"6887\":{},\"6970\":{},\"7142\":{},\"7191\":{},\"7258\":{}},\"comment\":{}}],[\"fontweight\",{\"_index\":77,\"name\":{\"79\":{},\"160\":{},\"234\":{},\"377\":{},\"455\":{},\"534\":{},\"763\":{},\"837\":{},\"979\":{},\"1129\":{},\"1185\":{},\"1250\":{},\"1407\":{},\"1565\":{},\"1645\":{},\"1815\":{},\"1977\":{},\"2092\":{},\"2237\":{},\"2456\":{},\"2525\":{},\"2697\":{},\"2777\":{},\"2917\":{},\"2984\":{},\"3070\":{},\"3290\":{},\"3462\":{},\"3525\":{},\"3608\":{},\"3671\":{},\"3769\":{},\"3996\":{},\"4115\":{},\"4184\":{},\"4234\":{},\"4290\":{},\"4357\":{},\"4424\":{},\"4662\":{},\"4736\":{},\"4793\":{},\"4858\":{},\"4916\":{},\"4975\":{},\"5037\":{},\"5110\":{},\"5272\":{},\"5347\":{},\"5422\":{},\"5570\":{},\"5762\":{},\"5822\":{},\"5928\":{},\"5984\":{},\"6051\":{},\"6194\":{},\"6394\":{},\"6486\":{},\"6612\":{},\"6685\":{},\"6825\":{},\"6888\":{},\"6971\":{},\"7143\":{},\"7192\":{},\"7259\":{}},\"comment\":{}}],[\"format\",{\"_index\":10,\"name\":{\"11\":{},\"99\":{},\"169\":{},\"467\":{},\"682\":{},\"1190\":{},\"1717\":{},\"1752\":{},\"2263\":{},\"2460\":{},\"2729\":{},\"3465\":{},\"3535\":{},\"3612\":{},\"4078\":{},\"4470\":{},\"5282\":{},\"5360\":{},\"5536\":{},\"5891\":{},\"7080\":{}},\"comment\":{}}],[\"formatanddraw\",{\"_index\":647,\"name\":{\"1701\":{}},\"comment\":{}}],[\"formatanddrawtab\",{\"_index\":648,\"name\":{\"1702\":{}},\"comment\":{}}],[\"formatbegmodifiers\",{\"_index\":999,\"name\":{\"4016\":{},\"5828\":{}},\"comment\":{}}],[\"formatbyticksanddraw\",{\"_index\":1068,\"name\":{\"4248\":{}},\"comment\":{}}],[\"formatiterations\",{\"_index\":1208,\"name\":{\"5513\":{}},\"comment\":{}}],[\"formatoptions\",{\"_index\":1211,\"name\":{\"5519\":{}},\"comment\":{}}],[\"formatparams\",{\"_index\":635,\"name\":{\"1683\":{}},\"comment\":{}}],[\"formatter\",{\"_index\":510,\"name\":{\"1459\":{},\"1498\":{},\"1697\":{}},\"comment\":{}}],[\"formattermetrics\",{\"_index\":1261,\"name\":{\"6395\":{}},\"comment\":{}}],[\"formatteroptions\",{\"_index\":631,\"name\":{\"1679\":{}},\"comment\":{}}],[\"formattostave\",{\"_index\":660,\"name\":{\"1718\":{}},\"comment\":{}}],[\"fraction\",{\"_index\":523,\"name\":{\"1499\":{},\"1720\":{},\"6999\":{}},\"comment\":{}}],[\"freedom\",{\"_index\":1262,\"name\":{\"6397\":{},\"6529\":{}},\"comment\":{}}],[\"fret\",{\"_index\":1218,\"name\":{\"5573\":{}},\"comment\":{}}],[\"frethandfinger\",{\"_index\":524,\"name\":{\"1500\":{},\"1749\":{},\"7000\":{}},\"comment\":{}}],[\"fromcssstring\",{\"_index\":612,\"name\":{\"1659\":{}},\"comment\":{}}],[\"full\",{\"_index\":1382,\"name\":{\"7200\":{}},\"comment\":{}}],[\"gcd\",{\"_index\":661,\"name\":{\"1722\":{}},\"comment\":{}}],[\"generatebeams\",{\"_index\":202,\"name\":{\"386\":{}},\"comment\":{}}],[\"generatedon\",{\"_index\":589,\"name\":{\"1618\":{}},\"comment\":{}}],[\"getabsolutex\",{\"_index\":165,\"name\":{\"307\":{},\"908\":{},\"1058\":{},\"1910\":{},\"2167\":{},\"2393\":{},\"2630\":{},\"2847\":{},\"3217\":{},\"3330\":{},\"3926\":{},\"4599\":{},\"5202\":{},\"5695\":{},\"6123\":{},\"6323\":{},\"6445\":{},\"6755\":{}},\"comment\":{}}],[\"getaccidental\",{\"_index\":804,\"name\":{\"2703\":{}},\"comment\":{}}],[\"getactualresolution\",{\"_index\":1390,\"name\":{\"7214\":{}},\"comment\":{}}],[\"getattribute\",{\"_index\":59,\"name\":{\"61\":{},\"142\":{},\"216\":{},\"359\":{},\"437\":{},\"516\":{},\"746\":{},\"819\":{},\"961\":{},\"1111\":{},\"1167\":{},\"1232\":{},\"1389\":{},\"1797\":{},\"1959\":{},\"2074\":{},\"2220\":{},\"2439\":{},\"2507\":{},\"2679\":{},\"2759\":{},\"2899\":{},\"2966\":{},\"3052\":{},\"3272\":{},\"3445\":{},\"3507\":{},\"3590\":{},\"3653\":{},\"3751\":{},\"3979\":{},\"4098\":{},\"4166\":{},\"4216\":{},\"4272\":{},\"4339\":{},\"4406\":{},\"4645\":{},\"4718\":{},\"4775\":{},\"4840\":{},\"4898\":{},\"4957\":{},\"5019\":{},\"5093\":{},\"5254\":{},\"5329\":{},\"5404\":{},\"5553\":{},\"5744\":{},\"5804\":{},\"5911\":{},\"5966\":{},\"6033\":{},\"6176\":{},\"6376\":{},\"6468\":{},\"6594\":{},\"6667\":{},\"6807\":{},\"6870\":{},\"6953\":{},\"7125\":{},\"7174\":{},\"7242\":{}},\"comment\":{}}],[\"getattributes\",{\"_index\":58,\"name\":{\"60\":{},\"141\":{},\"215\":{},\"358\":{},\"436\":{},\"515\":{},\"745\":{},\"818\":{},\"960\":{},\"1110\":{},\"1166\":{},\"1231\":{},\"1388\":{},\"1796\":{},\"1958\":{},\"2073\":{},\"2219\":{},\"2438\":{},\"2506\":{},\"2678\":{},\"2758\":{},\"2898\":{},\"2965\":{},\"3051\":{},\"3271\":{},\"3444\":{},\"3506\":{},\"3589\":{},\"3652\":{},\"3750\":{},\"3978\":{},\"4097\":{},\"4165\":{},\"4215\":{},\"4271\":{},\"4338\":{},\"4405\":{},\"4644\":{},\"4717\":{},\"4774\":{},\"4839\":{},\"4897\":{},\"4956\":{},\"5018\":{},\"5092\":{},\"5253\":{},\"5328\":{},\"5403\":{},\"5552\":{},\"5743\":{},\"5803\":{},\"5910\":{},\"5965\":{},\"6032\":{},\"6175\":{},\"6375\":{},\"6467\":{},\"6593\":{},\"6666\":{},\"6806\":{},\"6869\":{},\"6952\":{},\"7124\":{},\"7173\":{},\"7241\":{}},\"comment\":{}}],[\"getbasecustomnoteheadglyphprops\",{\"_index\":690,\"name\":{\"1834\":{},\"2331\":{},\"2565\":{},\"4537\":{},\"5124\":{},\"5630\":{}},\"comment\":{}}],[\"getbeam\",{\"_index\":152,\"name\":{\"293\":{},\"894\":{},\"1044\":{},\"1896\":{},\"2153\":{},\"2384\":{},\"2620\":{},\"2833\":{},\"3203\":{},\"3380\":{},\"3912\":{},\"4590\":{},\"5188\":{},\"5685\":{},\"6109\":{},\"6309\":{},\"6741\":{}},\"comment\":{}}],[\"getbeamcount\",{\"_index\":218,\"name\":{\"408\":{},\"1836\":{},\"2333\":{},\"2567\":{},\"4539\":{},\"5126\":{},\"5632\":{}},\"comment\":{}}],[\"getbeamlines\",{\"_index\":228,\"name\":{\"418\":{}},\"comment\":{}}],[\"getbeamytodraw\",{\"_index\":225,\"name\":{\"415\":{}},\"comment\":{}}],[\"getbeatsoccupied\",{\"_index\":1336,\"name\":{\"6930\":{}},\"comment\":{}}],[\"getbottomlinebottomy\",{\"_index\":1011,\"name\":{\"4034\":{},\"5848\":{}},\"comment\":{}}],[\"getbottomliney\",{\"_index\":1023,\"name\":{\"4051\":{},\"5865\":{}},\"comment\":{}}],[\"getbottomy\",{\"_index\":1022,\"name\":{\"4050\":{},\"5864\":{}},\"comment\":{}}],[\"getboundingbox\",{\"_index\":62,\"name\":{\"64\":{},\"145\":{},\"219\":{},\"362\":{},\"440\":{},\"519\":{},\"749\":{},\"822\":{},\"964\":{},\"1114\":{},\"1170\":{},\"1235\":{},\"1392\":{},\"1800\":{},\"1962\":{},\"2077\":{},\"2103\":{},\"2282\":{},\"2510\":{},\"2682\":{},\"2762\":{},\"2902\":{},\"2969\":{},\"3055\":{},\"3275\":{},\"3331\":{},\"3510\":{},\"3593\":{},\"3656\":{},\"3754\":{},\"3862\":{},\"4049\":{},\"4169\":{},\"4219\":{},\"4275\":{},\"4342\":{},\"4409\":{},\"4485\":{},\"4721\":{},\"4778\":{},\"4843\":{},\"4901\":{},\"4960\":{},\"5022\":{},\"5068\":{},\"5257\":{},\"5332\":{},\"5407\":{},\"5556\":{},\"5747\":{},\"5807\":{},\"5863\":{},\"5969\":{},\"6036\":{},\"6179\":{},\"6379\":{},\"6471\":{},\"6597\":{},\"6670\":{},\"6810\":{},\"6873\":{},\"6956\":{},\"7128\":{},\"7177\":{},\"7217\":{}},\"comment\":{}}],[\"getcanonicalintervalname\",{\"_index\":871,\"name\":{\"3106\":{}},\"comment\":{}}],[\"getcanonicalnotename\",{\"_index\":870,\"name\":{\"3105\":{}},\"comment\":{}}],[\"getcanvascontext\",{\"_index\":981,\"name\":{\"3849\":{},\"7066\":{}},\"comment\":{}}],[\"getcategory\",{\"_index\":45,\"name\":{\"47\":{},\"128\":{},\"202\":{},\"345\":{},\"423\":{},\"502\":{},\"732\":{},\"805\":{},\"947\":{},\"1097\":{},\"1153\":{},\"1218\":{},\"1374\":{},\"1783\":{},\"1945\":{},\"2060\":{},\"2206\":{},\"2426\":{},\"2493\":{},\"2665\":{},\"2745\":{},\"2885\":{},\"2952\":{},\"3038\":{},\"3257\":{},\"3431\":{},\"3493\":{},\"3576\":{},\"3639\":{},\"3737\":{},\"3965\":{},\"4085\":{},\"4152\":{},\"4202\":{},\"4258\":{},\"4325\":{},\"4392\":{},\"4632\":{},\"4704\":{},\"4761\":{},\"4826\":{},\"4884\":{},\"4943\":{},\"5005\":{},\"5079\":{},\"5239\":{},\"5315\":{},\"5390\":{},\"5539\":{},\"5730\":{},\"5790\":{},\"5898\":{},\"5952\":{},\"6020\":{},\"6162\":{},\"6362\":{},\"6453\":{},\"6580\":{},\"6653\":{},\"6793\":{},\"6856\":{},\"6939\":{},\"7111\":{},\"7160\":{},\"7228\":{}},\"comment\":{}}],[\"getcenteralignedtickables\",{\"_index\":1287,\"name\":{\"6520\":{}},\"comment\":{}}],[\"getcenterglyphx\",{\"_index\":695,\"name\":{\"1841\":{},\"2337\":{},\"2571\":{},\"4543\":{},\"5131\":{},\"5636\":{}},\"comment\":{}}],[\"getcenterxshift\",{\"_index\":177,\"name\":{\"323\":{},\"924\":{},\"1074\":{},\"1924\":{},\"2183\":{},\"2404\":{},\"2643\":{},\"2863\":{},\"3233\":{},\"3408\":{},\"3942\":{},\"4610\":{},\"5216\":{},\"5708\":{},\"6139\":{},\"6339\":{},\"6421\":{},\"6771\":{}},\"comment\":{}}],[\"getclef\",{\"_index\":379,\"name\":{\"845\":{},\"4063\":{},\"5876\":{}},\"comment\":{}}],[\"getcode\",{\"_index\":736,\"name\":{\"2042\":{},\"6564\":{}},\"comment\":{}}],[\"getconfigforlines\",{\"_index\":1046,\"name\":{\"4081\":{},\"5894\":{}},\"comment\":{}}],[\"getcontext\",{\"_index\":63,\"name\":{\"65\":{},\"146\":{},\"220\":{},\"363\":{},\"441\":{},\"520\":{},\"750\":{},\"823\":{},\"965\":{},\"1115\":{},\"1171\":{},\"1236\":{},\"1393\":{},\"1428\":{},\"1801\":{},\"1963\":{},\"2078\":{},\"2223\":{},\"2442\":{},\"2511\":{},\"2683\":{},\"2763\":{},\"2903\":{},\"2970\":{},\"3056\":{},\"3276\":{},\"3448\":{},\"3511\":{},\"3594\":{},\"3657\":{},\"3755\":{},\"3854\":{},\"3982\":{},\"4101\":{},\"4170\":{},\"4220\":{},\"4276\":{},\"4343\":{},\"4410\":{},\"4648\":{},\"4722\":{},\"4779\":{},\"4844\":{},\"4902\":{},\"4961\":{},\"5023\":{},\"5096\":{},\"5258\":{},\"5333\":{},\"5408\":{},\"5557\":{},\"5748\":{},\"5808\":{},\"5914\":{},\"5970\":{},\"6037\":{},\"6180\":{},\"6380\":{},\"6472\":{},\"6598\":{},\"6671\":{},\"6811\":{},\"6874\":{},\"6957\":{},\"7129\":{},\"7178\":{},\"7245\":{}},\"comment\":{}}],[\"getcurrenttick\",{\"_index\":1288,\"name\":{\"6522\":{}},\"comment\":{}}],[\"getdata\",{\"_index\":623,\"name\":{\"1670\":{}},\"comment\":{}}],[\"getdefaultbeamgroups\",{\"_index\":200,\"name\":{\"384\":{}},\"comment\":{}}],[\"getdefaultledgerlinestyle\",{\"_index\":1001,\"name\":{\"4020\":{},\"5834\":{}},\"comment\":{}}],[\"getdefaultregistry\",{\"_index\":960,\"name\":{\"3776\":{}},\"comment\":{}}],[\"getdots\",{\"_index\":401,\"name\":{\"1188\":{}},\"comment\":{}}],[\"getduration\",{\"_index\":148,\"name\":{\"289\":{},\"890\":{},\"1040\":{},\"1892\":{},\"2149\":{},\"2381\":{},\"2617\":{},\"2829\":{},\"3199\":{},\"3376\":{},\"3908\":{},\"4587\":{},\"5184\":{},\"5682\":{},\"6105\":{},\"6305\":{},\"6737\":{}},\"comment\":{}}],[\"getelementbyid\",{\"_index\":966,\"name\":{\"3784\":{}},\"comment\":{}}],[\"getelements\",{\"_index\":449,\"name\":{\"1321\":{}},\"comment\":{}}],[\"getelementsbyattribute\",{\"_index\":967,\"name\":{\"3785\":{}},\"comment\":{}}],[\"getelementsbyclass\",{\"_index\":969,\"name\":{\"3787\":{}},\"comment\":{}}],[\"getelementsbytype\",{\"_index\":968,\"name\":{\"3786\":{}},\"comment\":{}}],[\"getendclef\",{\"_index\":1033,\"name\":{\"4065\":{},\"5878\":{}},\"comment\":{}}],[\"getextension\",{\"_index\":1157,\"name\":{\"5065\":{}},\"comment\":{}}],[\"getextents\",{\"_index\":1159,\"name\":{\"5069\":{}},\"comment\":{}}],[\"getfactory\",{\"_index\":448,\"name\":{\"1320\":{}},\"comment\":{}}],[\"getfirstdotpx\",{\"_index\":163,\"name\":{\"305\":{},\"906\":{},\"1056\":{},\"1908\":{},\"2165\":{},\"2391\":{},\"2628\":{},\"2845\":{},\"3215\":{},\"3392\":{},\"3924\":{},\"4597\":{},\"5200\":{},\"5693\":{},\"6121\":{},\"6321\":{},\"6753\":{}},\"comment\":{}}],[\"getflagstyle\",{\"_index\":776,\"name\":{\"2307\":{},\"4510\":{}},\"comment\":{}}],[\"getfont\",{\"_index\":68,\"name\":{\"70\":{},\"151\":{},\"225\":{},\"368\":{},\"446\":{},\"525\":{},\"612\":{},\"754\":{},\"828\":{},\"970\":{},\"1120\":{},\"1176\":{},\"1241\":{},\"1398\":{},\"1806\":{},\"1968\":{},\"2083\":{},\"2228\":{},\"2447\":{},\"2516\":{},\"2688\":{},\"2768\":{},\"2908\":{},\"2975\":{},\"3061\":{},\"3281\":{},\"3453\":{},\"3516\":{},\"3599\":{},\"3662\":{},\"3760\":{},\"3833\":{},\"3987\":{},\"4106\":{},\"4175\":{},\"4225\":{},\"4281\":{},\"4348\":{},\"4415\":{},\"4653\":{},\"4727\":{},\"4784\":{},\"4849\":{},\"4907\":{},\"4966\":{},\"5028\":{},\"5101\":{},\"5263\":{},\"5338\":{},\"5413\":{},\"5492\":{},\"5561\":{},\"5753\":{},\"5813\":{},\"5919\":{},\"5975\":{},\"6042\":{},\"6185\":{},\"6385\":{},\"6477\":{},\"6603\":{},\"6676\":{},\"6816\":{},\"6879\":{},\"6962\":{},\"7134\":{},\"7183\":{},\"7250\":{}},\"comment\":{}}],[\"getfontfamilies\",{\"_index\":1244,\"name\":{\"6213\":{}},\"comment\":{}}],[\"getfontsize\",{\"_index\":72,\"name\":{\"74\":{},\"155\":{},\"229\":{},\"372\":{},\"450\":{},\"529\":{},\"758\":{},\"832\":{},\"974\":{},\"1124\":{},\"1180\":{},\"1245\":{},\"1402\":{},\"1810\":{},\"1972\":{},\"2087\":{},\"2232\":{},\"2451\":{},\"2520\":{},\"2692\":{},\"2772\":{},\"2912\":{},\"2979\":{},\"3065\":{},\"3285\":{},\"3457\":{},\"3520\":{},\"3603\":{},\"3666\":{},\"3764\":{},\"3991\":{},\"4110\":{},\"4179\":{},\"4229\":{},\"4285\":{},\"4352\":{},\"4419\":{},\"4657\":{},\"4731\":{},\"4788\":{},\"4853\":{},\"4911\":{},\"4970\":{},\"5032\":{},\"5105\":{},\"5267\":{},\"5342\":{},\"5417\":{},\"5565\":{},\"5757\":{},\"5817\":{},\"5923\":{},\"5979\":{},\"6046\":{},\"6189\":{},\"6389\":{},\"6481\":{},\"6607\":{},\"6680\":{},\"6820\":{},\"6883\":{},\"6966\":{},\"7138\":{},\"7187\":{},\"7254\":{}},\"comment\":{}}],[\"getformattermetrics\",{\"_index\":176,\"name\":{\"322\":{},\"923\":{},\"1073\":{},\"1923\":{},\"2182\":{},\"2403\":{},\"2642\":{},\"2862\":{},\"3232\":{},\"3407\":{},\"3941\":{},\"4609\":{},\"5215\":{},\"5707\":{},\"6138\":{},\"6338\":{},\"6420\":{},\"6527\":{},\"6770\":{}},\"comment\":{}}],[\"getfrethandfinger\",{\"_index\":681,\"name\":{\"1758\":{}},\"comment\":{}}],[\"getglyph\",{\"_index\":138,\"name\":{\"279\":{},\"880\":{},\"1030\":{},\"1883\":{},\"2140\":{},\"2372\":{},\"2608\":{},\"2819\":{},\"3189\":{},\"3366\":{},\"3899\":{},\"4578\":{},\"5175\":{},\"5673\":{},\"6095\":{},\"6295\":{},\"6633\":{},\"6727\":{}},\"comment\":{}}],[\"getglyphmetrics\",{\"_index\":1250,\"name\":{\"6220\":{}},\"comment\":{}}],[\"getglyphprops\",{\"_index\":139,\"name\":{\"280\":{},\"881\":{},\"1031\":{},\"1884\":{},\"2141\":{},\"2373\":{},\"2609\":{},\"2820\":{},\"3190\":{},\"3367\":{},\"3900\":{},\"4579\":{},\"5176\":{},\"5674\":{},\"6096\":{},\"6296\":{},\"6728\":{}},\"comment\":{}}],[\"getglyphs\",{\"_index\":628,\"name\":{\"1676\":{},\"2730\":{}},\"comment\":{}}],[\"getglyphwidth\",{\"_index\":140,\"name\":{\"281\":{},\"882\":{},\"1032\":{},\"1885\":{},\"2106\":{},\"2374\":{},\"2610\":{},\"2821\":{},\"3191\":{},\"3368\":{},\"3865\":{},\"4580\":{},\"5177\":{},\"5675\":{},\"6097\":{},\"6297\":{},\"6729\":{}},\"comment\":{}}],[\"getgracenotes\",{\"_index\":793,\"name\":{\"2472\":{}},\"comment\":{}}],[\"geth\",{\"_index\":249,\"name\":{\"550\":{}},\"comment\":{}}],[\"getheight\",{\"_index\":1020,\"name\":{\"4047\":{},\"5067\":{},\"5861\":{}},\"comment\":{}}],[\"gethorizontal\",{\"_index\":362,\"name\":{\"708\":{}},\"comment\":{}}],[\"getindex\",{\"_index\":29,\"name\":{\"31\":{},\"112\":{},\"186\":{},\"487\":{},\"716\":{},\"1202\":{},\"1767\":{},\"2477\":{},\"2935\":{},\"3477\":{},\"3560\":{},\"3623\":{},\"5299\":{},\"5375\":{},\"6840\":{},\"7095\":{}},\"comment\":{}}],[\"getinfo\",{\"_index\":1245,\"name\":{\"6215\":{},\"6628\":{}},\"comment\":{}}],[\"getintervalbetween\",{\"_index\":875,\"name\":{\"3110\":{}},\"comment\":{}}],[\"getintervalvalue\",{\"_index\":869,\"name\":{\"3104\":{}},\"comment\":{}}],[\"getintrinsicticks\",{\"_index\":190,\"name\":{\"336\":{},\"938\":{},\"1088\":{},\"1936\":{},\"2197\":{},\"2417\":{},\"2656\":{},\"2876\":{},\"3248\":{},\"3422\":{},\"3956\":{},\"4623\":{},\"5230\":{},\"5721\":{},\"6153\":{},\"6353\":{},\"6440\":{},\"6784\":{}},\"comment\":{}}],[\"getisnumeric\",{\"_index\":1303,\"name\":{\"6635\":{}},\"comment\":{}}],[\"getjustification\",{\"_index\":93,\"name\":{\"104\":{}},\"comment\":{}}],[\"getkerningadjustment\",{\"_index\":348,\"name\":{\"693\":{}},\"comment\":{}}],[\"getkey\",{\"_index\":803,\"name\":{\"2701\":{}},\"comment\":{}}],[\"getkeyline\",{\"_index\":779,\"name\":{\"2310\":{},\"4513\":{}},\"comment\":{}}],[\"getkeyparts\",{\"_index\":867,\"name\":{\"3102\":{}},\"comment\":{}}],[\"getkeyprops\",{\"_index\":171,\"name\":{\"313\":{},\"914\":{},\"1064\":{},\"1914\":{},\"2173\":{},\"2395\":{},\"2634\":{},\"2853\":{},\"3223\":{},\"3399\":{},\"3932\":{},\"4601\":{},\"5206\":{},\"5699\":{},\"6129\":{},\"6329\":{},\"6761\":{}},\"comment\":{}}],[\"getkeys\",{\"_index\":170,\"name\":{\"312\":{},\"913\":{},\"1063\":{},\"1913\":{},\"2172\":{},\"2394\":{},\"2633\":{},\"2852\":{},\"3222\":{},\"3398\":{},\"3931\":{},\"4600\":{},\"5205\":{},\"5698\":{},\"6128\":{},\"6328\":{},\"6760\":{}},\"comment\":{}}],[\"getkeysignatures\",{\"_index\":576,\"name\":{\"1598\":{}},\"comment\":{}}],[\"getlargesttickwidth\",{\"_index\":1386,\"name\":{\"7208\":{}},\"comment\":{}}],[\"getlayoutmetrics\",{\"_index\":377,\"name\":{\"803\":{},\"2743\":{},\"4150\":{},\"4389\":{},\"4702\":{},\"4759\":{},\"4824\":{},\"4882\":{},\"5003\":{},\"6651\":{}},\"comment\":{}}],[\"getledgerlinestyle\",{\"_index\":774,\"name\":{\"2305\":{},\"4508\":{}},\"comment\":{}}],[\"getleftdisplacedheadpx\",{\"_index\":131,\"name\":{\"272\":{},\"873\":{},\"1023\":{},\"1876\":{},\"2133\":{},\"2367\":{},\"2602\":{},\"2812\":{},\"3182\":{},\"3359\":{},\"3892\":{},\"4573\":{},\"5168\":{},\"5667\":{},\"6088\":{},\"6288\":{},\"6720\":{}},\"comment\":{}}],[\"getleftparenthesispx\",{\"_index\":162,\"name\":{\"304\":{},\"905\":{},\"1055\":{},\"1907\":{},\"2164\":{},\"2390\":{},\"2627\":{},\"2844\":{},\"3214\":{},\"3391\":{},\"3923\":{},\"4596\":{},\"5199\":{},\"5692\":{},\"6120\":{},\"6320\":{},\"6752\":{}},\"comment\":{}}],[\"getleftshift\",{\"_index\":827,\"name\":{\"3002\":{}},\"comment\":{}}],[\"getline\",{\"_index\":901,\"name\":{\"3328\":{},\"6259\":{},\"6631\":{}},\"comment\":{}}],[\"getlineforrest\",{\"_index\":137,\"name\":{\"278\":{},\"879\":{},\"1029\":{},\"1882\":{},\"2139\":{},\"2296\":{},\"2545\":{},\"2818\":{},\"3188\":{},\"3365\":{},\"3898\":{},\"4499\":{},\"5174\":{},\"5610\":{},\"6094\":{},\"6294\":{},\"6726\":{}},\"comment\":{}}],[\"getlinefory\",{\"_index\":1025,\"name\":{\"4053\":{},\"5867\":{}},\"comment\":{}}],[\"getlinenumber\",{\"_index\":136,\"name\":{\"277\":{},\"878\":{},\"1028\":{},\"1881\":{},\"2138\":{},\"2283\":{},\"2607\":{},\"2817\":{},\"3187\":{},\"3364\":{},\"3897\":{},\"4486\":{},\"5173\":{},\"5672\":{},\"6093\":{},\"6293\":{},\"6725\":{}},\"comment\":{}}],[\"getmaxtickable\",{\"_index\":1282,\"name\":{\"6515\":{}},\"comment\":{}}],[\"getmaxticks\",{\"_index\":1280,\"name\":{\"6513\":{}},\"comment\":{}}],[\"getmeasure\",{\"_index\":1013,\"name\":{\"4040\":{},\"5854\":{}},\"comment\":{}}],[\"getmembers\",{\"_index\":826,\"name\":{\"3000\":{}},\"comment\":{}}],[\"getmetricforglyph\",{\"_index\":334,\"name\":{\"664\":{}},\"comment\":{}}],[\"getmetrics\",{\"_index\":164,\"name\":{\"306\":{},\"907\":{},\"1057\":{},\"1671\":{},\"1909\":{},\"2052\":{},\"2166\":{},\"2392\":{},\"2629\":{},\"2846\":{},\"3005\":{},\"3216\":{},\"3393\":{},\"3550\":{},\"3925\":{},\"4598\":{},\"5201\":{},\"5694\":{},\"6122\":{},\"6322\":{},\"6451\":{},\"6521\":{},\"6555\":{},\"6754\":{}},\"comment\":{}}],[\"getmintickable\",{\"_index\":1283,\"name\":{\"6516\":{}},\"comment\":{}}],[\"getminticks\",{\"_index\":1281,\"name\":{\"6514\":{}},\"comment\":{}}],[\"getmintotalwidth\",{\"_index\":653,\"name\":{\"1708\":{}},\"comment\":{}}],[\"getmode\",{\"_index\":1388,\"name\":{\"7211\":{}},\"comment\":{}}],[\"getmodifiercontext\",{\"_index\":32,\"name\":{\"34\":{},\"115\":{},\"189\":{},\"342\":{},\"490\":{},\"719\":{},\"944\":{},\"1094\":{},\"1205\":{},\"1770\":{},\"1942\":{},\"2203\":{},\"2423\":{},\"2480\":{},\"2662\":{},\"2882\":{},\"2938\":{},\"3254\":{},\"3428\":{},\"3480\":{},\"3563\":{},\"3626\":{},\"3962\":{},\"4629\":{},\"5236\":{},\"5302\":{},\"5378\":{},\"5727\":{},\"6159\":{},\"6359\":{},\"6447\":{},\"6790\":{},\"6843\":{},\"7098\":{}},\"comment\":{}}],[\"getmodifiers\",{\"_index\":185,\"name\":{\"331\":{},\"933\":{},\"1083\":{},\"1932\":{},\"2192\":{},\"2413\":{},\"2652\":{},\"2871\":{},\"2999\":{},\"3242\":{},\"3417\":{},\"3951\":{},\"4076\":{},\"4619\":{},\"5225\":{},\"5717\":{},\"5889\":{},\"6148\":{},\"6348\":{},\"6433\":{},\"6779\":{}},\"comment\":{}}],[\"getmodifiersbytype\",{\"_index\":157,\"name\":{\"298\":{},\"899\":{},\"1049\":{},\"1901\":{},\"2158\":{},\"2388\":{},\"2625\":{},\"2838\":{},\"3208\":{},\"3385\":{},\"3917\":{},\"4594\":{},\"5193\":{},\"5690\":{},\"6114\":{},\"6314\":{},\"6746\":{}},\"comment\":{}}],[\"getmodifierstartxy\",{\"_index\":158,\"name\":{\"299\":{},\"900\":{},\"1050\":{},\"1902\":{},\"2159\":{},\"2297\":{},\"2541\":{},\"2839\":{},\"3209\":{},\"3386\":{},\"3918\":{},\"4500\":{},\"5194\":{},\"5606\":{},\"6115\":{},\"6315\":{},\"6747\":{}},\"comment\":{}}],[\"getmodifierxshift\",{\"_index\":1014,\"name\":{\"4041\":{},\"5855\":{}},\"comment\":{}}],[\"getmusicfont\",{\"_index\":559,\"name\":{\"1578\":{}},\"comment\":{}}],[\"getname\",{\"_index\":622,\"name\":{\"1669\":{}},\"comment\":{}}],[\"getnestedtupletcount\",{\"_index\":1341,\"name\":{\"6935\":{}},\"comment\":{}}],[\"getnextcontext\",{\"_index\":1273,\"name\":{\"6501\":{}},\"comment\":{}}],[\"getnote\",{\"_index\":27,\"name\":{\"29\":{},\"109\":{},\"183\":{},\"484\":{},\"713\":{},\"1200\":{},\"1764\":{},\"2474\":{},\"2932\":{},\"3474\":{},\"3557\":{},\"3621\":{},\"5296\":{},\"5372\":{},\"6837\":{},\"7092\":{}},\"comment\":{}}],[\"getnotecount\",{\"_index\":1334,\"name\":{\"6928\":{}},\"comment\":{}}],[\"getnoteendx\",{\"_index\":1005,\"name\":{\"4025\":{},\"5839\":{}},\"comment\":{}}],[\"getnoteforfret\",{\"_index\":1312,\"name\":{\"6896\":{}},\"comment\":{}}],[\"getnoteheadbeginx\",{\"_index\":783,\"name\":{\"2315\":{},\"4518\":{}},\"comment\":{}}],[\"getnoteheadbounds\",{\"_index\":782,\"name\":{\"2314\":{},\"4517\":{}},\"comment\":{}}],[\"getnoteheadendx\",{\"_index\":784,\"name\":{\"2316\":{},\"4519\":{}},\"comment\":{}}],[\"getnoteparts\",{\"_index\":866,\"name\":{\"3101\":{}},\"comment\":{}}],[\"getnotes\",{\"_index\":217,\"name\":{\"407\":{},\"4940\":{},\"5787\":{},\"5949\":{},\"6927\":{}},\"comment\":{}}],[\"getnotesoccupied\",{\"_index\":1338,\"name\":{\"6932\":{}},\"comment\":{}}],[\"getnotestartx\",{\"_index\":1004,\"name\":{\"4024\":{},\"5838\":{}},\"comment\":{}}],[\"getnotetype\",{\"_index\":151,\"name\":{\"292\":{},\"893\":{},\"1043\":{},\"1895\":{},\"2152\":{},\"2383\":{},\"2619\":{},\"2832\":{},\"3202\":{},\"3379\":{},\"3911\":{},\"4589\":{},\"5187\":{},\"5684\":{},\"6108\":{},\"6308\":{},\"6740\":{}},\"comment\":{}}],[\"getnotevalue\",{\"_index\":868,\"name\":{\"3103\":{}},\"comment\":{}}],[\"getnumlines\",{\"_index\":1008,\"name\":{\"4029\":{},\"5843\":{}},\"comment\":{}}],[\"getoutlineboundingbox\",{\"_index\":732,\"name\":{\"2031\":{},\"6545\":{}},\"comment\":{}}],[\"getpadding\",{\"_index\":374,\"name\":{\"800\":{},\"2724\":{},\"4147\":{},\"4386\":{},\"4699\":{},\"4756\":{},\"4821\":{},\"4879\":{},\"5000\":{},\"6648\":{}},\"comment\":{}}],[\"getplaynote\",{\"_index\":124,\"name\":{\"265\":{},\"866\":{},\"1016\":{},\"1871\":{},\"2126\":{},\"2362\":{},\"2596\":{},\"2805\":{},\"3175\":{},\"3353\":{},\"3885\":{},\"4568\":{},\"5161\":{},\"5661\":{},\"6081\":{},\"6281\":{},\"6713\":{}},\"comment\":{}}],[\"getpoint\",{\"_index\":105,\"name\":{\"239\":{},\"782\":{},\"841\":{},\"990\":{},\"1819\":{},\"2099\":{},\"2266\":{},\"2529\":{},\"2781\":{},\"3154\":{},\"3319\":{},\"3858\":{},\"4473\":{},\"5114\":{},\"5594\":{},\"6057\":{},\"6255\":{},\"6689\":{}},\"comment\":{}}],[\"getposition\",{\"_index\":35,\"name\":{\"37\":{},\"118\":{},\"192\":{},\"493\":{},\"722\":{},\"792\":{},\"1208\":{},\"1773\":{},\"2483\":{},\"2732\":{},\"2941\":{},\"3483\":{},\"3566\":{},\"3629\":{},\"4137\":{},\"4376\":{},\"4689\":{},\"4746\":{},\"4811\":{},\"4869\":{},\"4990\":{},\"5305\":{},\"5367\":{},\"6638\":{},\"6846\":{},\"7101\":{}},\"comment\":{}}],[\"getpositions\",{\"_index\":798,\"name\":{\"2540\":{},\"5605\":{}},\"comment\":{}}],[\"getrelativenotename\",{\"_index\":873,\"name\":{\"3108\":{}},\"comment\":{}}],[\"getrelativenotevalue\",{\"_index\":872,\"name\":{\"3107\":{}},\"comment\":{}}],[\"getreportwidth\",{\"_index\":345,\"name\":{\"690\":{}},\"comment\":{}}],[\"getresolution\",{\"_index\":627,\"name\":{\"1675\":{},\"6229\":{}},\"comment\":{}}],[\"getresolutionmultiplier\",{\"_index\":650,\"name\":{\"1704\":{},\"7213\":{}},\"comment\":{}}],[\"getrightdisplacedheadpx\",{\"_index\":132,\"name\":{\"273\":{},\"874\":{},\"1024\":{},\"1877\":{},\"2134\":{},\"2368\":{},\"2603\":{},\"2813\":{},\"3183\":{},\"3360\":{},\"3893\":{},\"4574\":{},\"5169\":{},\"5668\":{},\"6089\":{},\"6289\":{},\"6721\":{}},\"comment\":{}}],[\"getrightparenthesispx\",{\"_index\":161,\"name\":{\"303\":{},\"904\":{},\"1054\":{},\"1906\":{},\"2163\":{},\"2389\":{},\"2626\":{},\"2843\":{},\"3213\":{},\"3390\":{},\"3922\":{},\"4595\":{},\"5198\":{},\"5691\":{},\"6119\":{},\"6319\":{},\"6751\":{}},\"comment\":{}}],[\"getrightshift\",{\"_index\":828,\"name\":{\"3003\":{}},\"comment\":{}}],[\"getscaletones\",{\"_index\":874,\"name\":{\"3109\":{}},\"comment\":{}}],[\"getslopey\",{\"_index\":222,\"name\":{\"412\":{}},\"comment\":{}}],[\"getsmallesttickcount\",{\"_index\":1387,\"name\":{\"7209\":{}},\"comment\":{}}],[\"getspacingbetweenlines\",{\"_index\":1021,\"name\":{\"4048\":{},\"5862\":{}},\"comment\":{}}],[\"getspacingfromnextmodifier\",{\"_index\":40,\"name\":{\"42\":{},\"123\":{},\"197\":{},\"498\":{},\"727\":{},\"1213\":{},\"1778\":{},\"2488\":{},\"2946\":{},\"3488\":{},\"3571\":{},\"3634\":{},\"5310\":{},\"5385\":{},\"6851\":{},\"7106\":{}},\"comment\":{}}],[\"getstate\",{\"_index\":829,\"name\":{\"3004\":{}},\"comment\":{}}],[\"getstave\",{\"_index\":128,\"name\":{\"269\":{},\"794\":{},\"870\":{},\"1020\":{},\"1430\":{},\"1874\":{},\"2130\":{},\"2365\":{},\"2600\":{},\"2734\":{},\"2809\":{},\"3032\":{},\"3179\":{},\"3357\":{},\"3889\":{},\"4139\":{},\"4378\":{},\"4571\":{},\"4691\":{},\"4748\":{},\"4813\":{},\"4871\":{},\"4992\":{},\"5165\":{},\"5665\":{},\"6085\":{},\"6285\":{},\"6449\":{},\"6640\":{},\"6717\":{},\"7216\":{}},\"comment\":{}}],[\"getstavenotescale\",{\"_index\":760,\"name\":{\"2270\":{},\"4528\":{}},\"comment\":{}}],[\"getstaves\",{\"_index\":1212,\"name\":{\"5530\":{}},\"comment\":{}}],[\"getstem\",{\"_index\":685,\"name\":{\"1829\":{},\"2327\":{},\"2560\":{},\"4533\":{},\"5119\":{},\"5625\":{}},\"comment\":{}}],[\"getstemdirection\",{\"_index\":166,\"name\":{\"308\":{},\"406\":{},\"909\":{},\"1059\":{},\"1838\":{},\"2168\":{},\"2335\":{},\"2569\":{},\"2848\":{},\"3218\":{},\"3394\":{},\"3927\":{},\"4541\":{},\"5128\":{},\"5634\":{},\"6124\":{},\"6324\":{},\"6756\":{}},\"comment\":{}}],[\"getstemextension\",{\"_index\":696,\"name\":{\"1842\":{},\"2269\":{},\"2537\":{},\"4529\":{},\"5132\":{},\"5602\":{}},\"comment\":{}}],[\"getstemextents\",{\"_index\":167,\"name\":{\"309\":{},\"910\":{},\"1060\":{},\"1844\":{},\"2169\":{},\"2339\":{},\"2549\":{},\"2849\":{},\"3219\":{},\"3395\":{},\"3928\":{},\"4545\":{},\"5134\":{},\"5614\":{},\"6125\":{},\"6325\":{},\"6757\":{}},\"comment\":{}}],[\"getstemlength\",{\"_index\":691,\"name\":{\"1835\":{},\"2332\":{},\"2566\":{},\"4538\":{},\"5125\":{},\"5631\":{}},\"comment\":{}}],[\"getstemminimumlength\",{\"_index\":692,\"name\":{\"1837\":{},\"2334\":{},\"2568\":{},\"4540\":{},\"5127\":{},\"5633\":{}},\"comment\":{}}],[\"getstemstyle\",{\"_index\":772,\"name\":{\"2303\":{},\"4506\":{}},\"comment\":{}}],[\"getstemx\",{\"_index\":694,\"name\":{\"1840\":{},\"2288\":{},\"2547\":{},\"4491\":{},\"5130\":{},\"5612\":{}},\"comment\":{}}],[\"getstemy\",{\"_index\":799,\"name\":{\"2548\":{},\"5613\":{}},\"comment\":{}}],[\"getstyle\",{\"_index\":48,\"name\":{\"50\":{},\"131\":{},\"205\":{},\"348\":{},\"426\":{},\"505\":{},\"735\":{},\"808\":{},\"950\":{},\"1100\":{},\"1156\":{},\"1221\":{},\"1377\":{},\"1786\":{},\"1948\":{},\"2063\":{},\"2209\":{},\"2428\":{},\"2496\":{},\"2668\":{},\"2748\":{},\"2888\":{},\"2955\":{},\"3041\":{},\"3260\":{},\"3434\":{},\"3496\":{},\"3579\":{},\"3642\":{},\"3740\":{},\"3968\":{},\"4038\":{},\"4155\":{},\"4205\":{},\"4261\":{},\"4328\":{},\"4395\":{},\"4634\":{},\"4707\":{},\"4764\":{},\"4829\":{},\"4887\":{},\"4946\":{},\"5008\":{},\"5082\":{},\"5242\":{},\"5318\":{},\"5393\":{},\"5542\":{},\"5733\":{},\"5793\":{},\"5852\":{},\"5955\":{},\"6023\":{},\"6165\":{},\"6365\":{},\"6456\":{},\"6583\":{},\"6656\":{},\"6796\":{},\"6859\":{},\"6942\":{},\"7114\":{},\"7163\":{},\"7231\":{}},\"comment\":{}}],[\"getsvgcontext\",{\"_index\":982,\"name\":{\"3850\":{}},\"comment\":{}}],[\"getsvgelement\",{\"_index\":60,\"name\":{\"62\":{},\"143\":{},\"217\":{},\"360\":{},\"438\":{},\"517\":{},\"747\":{},\"820\":{},\"962\":{},\"1112\":{},\"1168\":{},\"1233\":{},\"1390\":{},\"1798\":{},\"1960\":{},\"2075\":{},\"2221\":{},\"2440\":{},\"2508\":{},\"2680\":{},\"2760\":{},\"2900\":{},\"2967\":{},\"3053\":{},\"3273\":{},\"3446\":{},\"3508\":{},\"3591\":{},\"3654\":{},\"3752\":{},\"3980\":{},\"4099\":{},\"4167\":{},\"4217\":{},\"4273\":{},\"4340\":{},\"4407\":{},\"4646\":{},\"4719\":{},\"4776\":{},\"4841\":{},\"4899\":{},\"4958\":{},\"5020\":{},\"5094\":{},\"5255\":{},\"5330\":{},\"5405\":{},\"5554\":{},\"5745\":{},\"5805\":{},\"5912\":{},\"5967\":{},\"6034\":{},\"6177\":{},\"6377\":{},\"6469\":{},\"6595\":{},\"6668\":{},\"6808\":{},\"6871\":{},\"6954\":{},\"7126\":{},\"7175\":{},\"7243\":{}},\"comment\":{}}],[\"getsymbolblock\",{\"_index\":349,\"name\":{\"694\":{}},\"comment\":{}}],[\"gettext\",{\"_index\":240,\"name\":{\"479\":{},\"6260\":{}},\"comment\":{}}],[\"gettextheight\",{\"_index\":241,\"name\":{\"480\":{}},\"comment\":{}}],[\"gettickableforvoice\",{\"_index\":1285,\"name\":{\"6518\":{}},\"comment\":{}}],[\"gettickables\",{\"_index\":1284,\"name\":{\"6517\":{},\"7210\":{}},\"comment\":{}}],[\"gettickablesbyvoice\",{\"_index\":1286,\"name\":{\"6519\":{}},\"comment\":{}}],[\"gettickcontext\",{\"_index\":146,\"name\":{\"287\":{},\"888\":{},\"1038\":{},\"1719\":{},\"1890\":{},\"2147\":{},\"2379\":{},\"2615\":{},\"2827\":{},\"3197\":{},\"3374\":{},\"3906\":{},\"4585\":{},\"5182\":{},\"5680\":{},\"6103\":{},\"6303\":{},\"6735\":{}},\"comment\":{}}],[\"gettickcontexts\",{\"_index\":656,\"name\":{\"1711\":{}},\"comment\":{}}],[\"gettickid\",{\"_index\":1275,\"name\":{\"6504\":{}},\"comment\":{}}],[\"gettickmultiplier\",{\"_index\":192,\"name\":{\"338\":{},\"940\":{},\"1090\":{},\"1938\":{},\"2199\":{},\"2419\":{},\"2658\":{},\"2878\":{},\"3250\":{},\"3424\":{},\"3958\":{},\"4625\":{},\"5232\":{},\"5723\":{},\"6155\":{},\"6355\":{},\"6442\":{},\"6786\":{}},\"comment\":{}}],[\"getticks\",{\"_index\":173,\"name\":{\"315\":{},\"916\":{},\"1066\":{},\"1916\":{},\"2175\":{},\"2396\":{},\"2635\":{},\"2855\":{},\"3225\":{},\"3401\":{},\"3934\":{},\"4602\":{},\"5208\":{},\"5700\":{},\"6131\":{},\"6331\":{},\"6412\":{},\"6763\":{}},\"comment\":{}}],[\"getticksused\",{\"_index\":1385,\"name\":{\"7207\":{}},\"comment\":{}}],[\"gettieendx\",{\"_index\":1007,\"name\":{\"4027\":{},\"5841\":{}},\"comment\":{}}],[\"gettieleftx\",{\"_index\":169,\"name\":{\"311\":{},\"912\":{},\"1062\":{},\"1912\":{},\"2171\":{},\"2295\":{},\"2632\":{},\"2851\":{},\"3221\":{},\"3397\":{},\"3930\":{},\"4498\":{},\"5204\":{},\"5697\":{},\"6127\":{},\"6327\":{},\"6759\":{}},\"comment\":{}}],[\"gettierightx\",{\"_index\":168,\"name\":{\"310\":{},\"911\":{},\"1061\":{},\"1911\":{},\"2170\":{},\"2294\":{},\"2631\":{},\"2850\":{},\"3220\":{},\"3396\":{},\"3929\":{},\"4497\":{},\"5203\":{},\"5696\":{},\"6126\":{},\"6326\":{},\"6758\":{}},\"comment\":{}}],[\"gettiestartx\",{\"_index\":1006,\"name\":{\"4026\":{},\"5840\":{}},\"comment\":{}}],[\"gettimespec\",{\"_index\":1302,\"name\":{\"6630\":{}},\"comment\":{}}],[\"gettoplinetopy\",{\"_index\":1010,\"name\":{\"4033\":{},\"5847\":{}},\"comment\":{}}],[\"gettotalticks\",{\"_index\":1384,\"name\":{\"7206\":{}},\"comment\":{}}],[\"gettuplet\",{\"_index\":181,\"name\":{\"327\":{},\"928\":{},\"1078\":{},\"1928\":{},\"2187\":{},\"2408\":{},\"2647\":{},\"2867\":{},\"3237\":{},\"3412\":{},\"3946\":{},\"4614\":{},\"5220\":{},\"5712\":{},\"6143\":{},\"6343\":{},\"6427\":{},\"6775\":{}},\"comment\":{}}],[\"gettupletstack\",{\"_index\":182,\"name\":{\"328\":{},\"929\":{},\"1079\":{},\"1929\":{},\"2188\":{},\"2409\":{},\"2648\":{},\"2868\":{},\"3238\":{},\"3413\":{},\"3947\":{},\"4615\":{},\"5221\":{},\"5713\":{},\"6144\":{},\"6344\":{},\"6428\":{},\"6776\":{}},\"comment\":{}}],[\"gettype\",{\"_index\":106,\"name\":{\"242\":{},\"4131\":{},\"4196\":{}},\"comment\":{}}],[\"getvalueforfret\",{\"_index\":1311,\"name\":{\"6895\":{}},\"comment\":{}}],[\"getvalueforstring\",{\"_index\":1310,\"name\":{\"6894\":{}},\"comment\":{}}],[\"getvertical\",{\"_index\":360,\"name\":{\"706\":{}},\"comment\":{}}],[\"getverticalbarwidth\",{\"_index\":1045,\"name\":{\"4080\":{},\"5893\":{}},\"comment\":{}}],[\"getvoice\",{\"_index\":144,\"name\":{\"285\":{},\"886\":{},\"1036\":{},\"1888\":{},\"2145\":{},\"2377\":{},\"2613\":{},\"2825\":{},\"3195\":{},\"3372\":{},\"3904\":{},\"4583\":{},\"5180\":{},\"5678\":{},\"6101\":{},\"6301\":{},\"6425\":{},\"6733\":{}},\"comment\":{}}],[\"getvoices\",{\"_index\":490,\"name\":{\"1431\":{},\"5531\":{}},\"comment\":{}}],[\"getvoiceshiftwidth\",{\"_index\":780,\"name\":{\"2311\":{},\"4514\":{}},\"comment\":{}}],[\"getw\",{\"_index\":248,\"name\":{\"549\":{}},\"comment\":{}}],[\"getwidth\",{\"_index\":22,\"name\":{\"24\":{},\"107\":{},\"181\":{},\"318\":{},\"482\":{},\"709\":{},\"789\":{},\"919\":{},\"1069\":{},\"1198\":{},\"1762\":{},\"1919\":{},\"2000\":{},\"2032\":{},\"2178\":{},\"2399\":{},\"2471\":{},\"2638\":{},\"2725\":{},\"2858\":{},\"2930\":{},\"3001\":{},\"3228\":{},\"3323\":{},\"3472\":{},\"3555\":{},\"3619\":{},\"3937\":{},\"4037\":{},\"4142\":{},\"4381\":{},\"4605\":{},\"4694\":{},\"4751\":{},\"4816\":{},\"4874\":{},\"4995\":{},\"5211\":{},\"5294\":{},\"5370\":{},\"5703\":{},\"5851\":{},\"6134\":{},\"6334\":{},\"6416\":{},\"6511\":{},\"6546\":{},\"6643\":{},\"6766\":{},\"6835\":{},\"7090\":{}},\"comment\":{}}],[\"getwidthforcharacterinem\",{\"_index\":1252,\"name\":{\"6222\":{}},\"comment\":{}}],[\"getwidthforglyph\",{\"_index\":337,\"name\":{\"667\":{}},\"comment\":{}}],[\"getwidthfortextinem\",{\"_index\":1255,\"name\":{\"6225\":{}},\"comment\":{}}],[\"getwidthfortextinpx\",{\"_index\":1256,\"name\":{\"6226\":{}},\"comment\":{}}],[\"getx\",{\"_index\":175,\"name\":{\"321\":{},\"547\":{},\"797\":{},\"922\":{},\"1072\":{},\"1922\":{},\"2181\":{},\"2402\":{},\"2641\":{},\"2738\":{},\"2861\":{},\"3231\":{},\"3406\":{},\"3940\":{},\"4028\":{},\"4144\":{},\"4383\":{},\"4608\":{},\"4696\":{},\"4753\":{},\"4818\":{},\"4876\":{},\"4997\":{},\"5214\":{},\"5526\":{},\"5706\":{},\"5842\":{},\"6137\":{},\"6337\":{},\"6419\":{},\"6505\":{},\"6645\":{},\"6769\":{}},\"comment\":{}}],[\"getx1\",{\"_index\":258,\"name\":{\"560\":{}},\"comment\":{}}],[\"getxbase\",{\"_index\":1276,\"name\":{\"6507\":{}},\"comment\":{}}],[\"getxoffset\",{\"_index\":1278,\"name\":{\"6509\":{}},\"comment\":{}}],[\"getxs\",{\"_index\":843,\"name\":{\"3027\":{}},\"comment\":{}}],[\"getxshift\",{\"_index\":42,\"name\":{\"44\":{},\"125\":{},\"199\":{},\"320\":{},\"499\":{},\"729\":{},\"921\":{},\"1071\":{},\"1215\":{},\"1780\":{},\"1921\":{},\"2046\":{},\"2180\":{},\"2401\":{},\"2490\":{},\"2640\":{},\"2860\":{},\"2948\":{},\"3230\":{},\"3405\":{},\"3490\":{},\"3573\":{},\"3636\":{},\"3939\":{},\"4199\":{},\"4607\":{},\"5213\":{},\"5312\":{},\"5387\":{},\"5705\":{},\"6136\":{},\"6336\":{},\"6418\":{},\"6568\":{},\"6768\":{},\"6853\":{},\"7108\":{}},\"comment\":{}}],[\"getxshiftforglyph\",{\"_index\":339,\"name\":{\"669\":{}},\"comment\":{}}],[\"gety\",{\"_index\":247,\"name\":{\"548\":{},\"3326\":{},\"4032\":{},\"5528\":{},\"5846\":{}},\"comment\":{}}],[\"gety1\",{\"_index\":259,\"name\":{\"561\":{}},\"comment\":{}}],[\"getyforbottomtext\",{\"_index\":700,\"name\":{\"1849\":{},\"2290\":{},\"2574\":{},\"4055\":{},\"4493\":{},\"5139\":{},\"5639\":{},\"5869\":{}},\"comment\":{}}],[\"getyforcharacterinpx\",{\"_index\":1253,\"name\":{\"6223\":{}},\"comment\":{}}],[\"getyforglyphs\",{\"_index\":1027,\"name\":{\"4057\":{},\"5830\":{}},\"comment\":{}}],[\"getyforline\",{\"_index\":1024,\"name\":{\"4052\":{},\"5866\":{}},\"comment\":{}}],[\"getyfornote\",{\"_index\":1026,\"name\":{\"4056\":{},\"5870\":{}},\"comment\":{}}],[\"getyforstringinpx\",{\"_index\":1254,\"name\":{\"6224\":{}},\"comment\":{}}],[\"getyfortoptext\",{\"_index\":143,\"name\":{\"284\":{},\"885\":{},\"1035\":{},\"1848\":{},\"2144\":{},\"2289\":{},\"2573\":{},\"2824\":{},\"3194\":{},\"3371\":{},\"3903\":{},\"4054\":{},\"4492\":{},\"5138\":{},\"5638\":{},\"5868\":{},\"6100\":{},\"6300\":{},\"6732\":{}},\"comment\":{}}],[\"getyoffsetfortext\",{\"_index\":363,\"name\":{\"710\":{}},\"comment\":{}}],[\"getyposition\",{\"_index\":1342,\"name\":{\"6936\":{}},\"comment\":{}}],[\"getys\",{\"_index\":142,\"name\":{\"283\":{},\"884\":{},\"1034\":{},\"1887\":{},\"2143\":{},\"2376\":{},\"2612\":{},\"2823\":{},\"3193\":{},\"3370\":{},\"3902\":{},\"4582\":{},\"5179\":{},\"5677\":{},\"6099\":{},\"6299\":{},\"6731\":{}},\"comment\":{}}],[\"getyshift\",{\"_index\":738,\"name\":{\"2048\":{},\"6570\":{}},\"comment\":{}}],[\"getyshiftforglyph\",{\"_index\":338,\"name\":{\"668\":{}},\"comment\":{}}],[\"ghostnote\",{\"_index\":495,\"name\":{\"1437\":{},\"1501\":{},\"1816\":{},\"7001\":{}},\"comment\":{}}],[\"global\",{\"_index\":316,\"name\":{\"629\":{}},\"comment\":{}}],[\"globalobject\",{\"_index\":1355,\"name\":{\"7051\":{}},\"comment\":{}}],[\"globalsoftmax\",{\"_index\":633,\"name\":{\"1681\":{},\"5498\":{}},\"comment\":{}}],[\"glyph\",{\"_index\":310,\"name\":{\"623\":{},\"648\":{},\"1502\":{},\"2019\":{},\"2027\":{},\"6236\":{},\"6541\":{},\"6614\":{},\"7002\":{}},\"comment\":{}}],[\"glyph_code\",{\"_index\":900,\"name\":{\"3322\":{}},\"comment\":{}}],[\"glyph_font_scale\",{\"_index\":119,\"name\":{\"259\":{},\"860\":{},\"1010\":{},\"1865\":{},\"2120\":{},\"2245\":{},\"2356\":{},\"2590\":{},\"2799\":{},\"3169\":{},\"3296\":{},\"3347\":{},\"3879\":{},\"4453\":{},\"4562\":{},\"4806\":{},\"5155\":{},\"5581\":{},\"5655\":{},\"6075\":{},\"6275\":{},\"6707\":{}},\"comment\":{}}],[\"glyph_font_size\",{\"_index\":121,\"name\":{\"261\":{},\"862\":{},\"1012\":{},\"1867\":{},\"2122\":{},\"2358\":{},\"2592\":{},\"2801\":{},\"3171\":{},\"3349\":{},\"3881\":{},\"4564\":{},\"5157\":{},\"5657\":{},\"6077\":{},\"6277\":{},\"6709\":{}},\"comment\":{}}],[\"glyphmetrics\",{\"_index\":720,\"name\":{\"2003\":{}},\"comment\":{}}],[\"glyphnote\",{\"_index\":493,\"name\":{\"1435\":{},\"1503\":{},\"2096\":{},\"7003\":{}},\"comment\":{}}],[\"glyphnoteoptions\",{\"_index\":745,\"name\":{\"2093\":{}},\"comment\":{}}],[\"glyphoptions\",{\"_index\":719,\"name\":{\"2001\":{}},\"comment\":{}}],[\"glyphprops\",{\"_index\":110,\"name\":{\"247\":{},\"848\":{},\"998\":{},\"1853\":{},\"1978\":{},\"2108\":{},\"2344\":{},\"2578\":{},\"2787\":{},\"3157\":{},\"3335\":{},\"3867\":{},\"4550\":{},\"5143\":{},\"5643\":{},\"6063\":{},\"6263\":{},\"6695\":{}},\"comment\":{}}],[\"glyphpx\",{\"_index\":886,\"name\":{\"3131\":{},\"6496\":{}},\"comment\":{}}],[\"glyphs\",{\"_index\":324,\"name\":{\"638\":{},\"673\":{},\"1615\":{},\"1634\":{},\"3713\":{},\"6055\":{},\"6198\":{},\"6253\":{},\"6619\":{}},\"comment\":{}}],[\"glyphwidth\",{\"_index\":881,\"name\":{\"3126\":{},\"6491\":{}},\"comment\":{}}],[\"gracenote\",{\"_index\":500,\"name\":{\"1444\":{},\"1504\":{},\"2255\":{},\"7004\":{}},\"comment\":{}}],[\"gracenotegroup\",{\"_index\":501,\"name\":{\"1445\":{},\"1505\":{},\"2457\":{},\"7005\":{}},\"comment\":{}}],[\"gracenotestruct\",{\"_index\":749,\"name\":{\"2238\":{}},\"comment\":{}}],[\"gracetabnote\",{\"_index\":525,\"name\":{\"1506\":{},\"2526\":{},\"7006\":{}},\"comment\":{}}],[\"grammar\",{\"_index\":466,\"name\":{\"1348\":{},\"3696\":{}},\"comment\":{}}],[\"greaterthan\",{\"_index\":671,\"name\":{\"1736\":{}},\"comment\":{}}],[\"greaterthanequals\",{\"_index\":672,\"name\":{\"1737\":{}},\"comment\":{}}],[\"greateststring\",{\"_index\":794,\"name\":{\"2532\":{},\"5597\":{}},\"comment\":{}}],[\"groupattributes\",{\"_index\":973,\"name\":{\"3795\":{}},\"comment\":{}}],[\"groupedresults\",{\"_index\":937,\"name\":{\"3695\":{}},\"comment\":{}}],[\"groups\",{\"_index\":1191,\"name\":{\"5454\":{}},\"comment\":{}}],[\"h\",{\"_index\":244,\"name\":{\"539\":{},\"546\":{}},\"comment\":{}}],[\"ha\",{\"_index\":600,\"name\":{\"1640\":{},\"2011\":{}},\"comment\":{}}],[\"harsh\",{\"_index\":1374,\"name\":{\"7076\":{},\"7154\":{}},\"comment\":{}}],[\"hasbeam\",{\"_index\":154,\"name\":{\"295\":{},\"896\":{},\"1046\":{},\"1898\":{},\"2155\":{},\"2386\":{},\"2622\":{},\"2835\":{},\"3205\":{},\"3382\":{},\"3914\":{},\"4592\":{},\"5190\":{},\"5687\":{},\"6111\":{},\"6311\":{},\"6743\":{}},\"comment\":{}}],[\"hasclass\",{\"_index\":52,\"name\":{\"54\":{},\"135\":{},\"209\":{},\"352\":{},\"430\":{},\"509\":{},\"739\":{},\"812\":{},\"954\":{},\"1104\":{},\"1160\":{},\"1225\":{},\"1382\":{},\"1790\":{},\"1952\":{},\"2067\":{},\"2213\":{},\"2432\":{},\"2500\":{},\"2672\":{},\"2752\":{},\"2892\":{},\"2959\":{},\"3045\":{},\"3265\":{},\"3438\":{},\"3500\":{},\"3583\":{},\"3646\":{},\"3744\":{},\"3972\":{},\"4091\":{},\"4159\":{},\"4209\":{},\"4265\":{},\"4332\":{},\"4399\":{},\"4638\":{},\"4711\":{},\"4768\":{},\"4833\":{},\"4891\":{},\"4950\":{},\"5012\":{},\"5086\":{},\"5247\":{},\"5322\":{},\"5397\":{},\"5546\":{},\"5737\":{},\"5797\":{},\"5904\":{},\"5959\":{},\"6026\":{},\"6169\":{},\"6369\":{},\"6461\":{},\"6587\":{},\"6660\":{},\"6800\":{},\"6863\":{},\"6946\":{},\"7118\":{},\"7167\":{},\"7235\":{}},\"comment\":{}}],[\"hasdata\",{\"_index\":626,\"name\":{\"1674\":{}},\"comment\":{}}],[\"hasflag\",{\"_index\":701,\"name\":{\"1850\":{},\"2287\":{},\"2575\":{},\"4490\":{},\"5140\":{},\"5640\":{}},\"comment\":{}}],[\"haskeysignature\",{\"_index\":575,\"name\":{\"1597\":{}},\"comment\":{}}],[\"hasstem\",{\"_index\":150,\"name\":{\"291\":{},\"892\":{},\"1042\":{},\"1894\":{},\"2151\":{},\"2286\":{},\"2536\":{},\"2831\":{},\"3201\":{},\"3378\":{},\"3910\":{},\"4489\":{},\"5186\":{},\"5601\":{},\"6107\":{},\"6307\":{},\"6739\":{}},\"comment\":{}}],[\"height\",{\"_index\":260,\"name\":{\"563\":{},\"571\":{},\"982\":{},\"1417\":{},\"2005\":{},\"3794\":{},\"4240\":{},\"5058\":{},\"5442\":{},\"6210\":{}},\"comment\":{}}],[\"hide\",{\"_index\":1151,\"name\":{\"5045\":{}},\"comment\":{}}],[\"highest_displaced_line\",{\"_index\":1099,\"name\":{\"4432\":{}},\"comment\":{}}],[\"highest_line\",{\"_index\":1097,\"name\":{\"4430\":{}},\"comment\":{}}],[\"highest_non_displaced_line\",{\"_index\":1101,\"name\":{\"4434\":{}},\"comment\":{}}],[\"horizontaljustify\",{\"_index\":87,\"name\":{\"94\":{},\"658\":{}},\"comment\":{}}],[\"horizontaljustifystring\",{\"_index\":88,\"name\":{\"95\":{},\"659\":{}},\"comment\":{}}],[\"id\",{\"_index\":474,\"name\":{\"1360\":{},\"1476\":{},\"3771\":{}},\"comment\":{}}],[\"ignore_ticks\",{\"_index\":1258,\"name\":{\"6237\":{}},\"comment\":{}}],[\"ignoreticks\",{\"_index\":746,\"name\":{\"2094\":{}},\"comment\":{}}],[\"incrementpos\",{\"_index\":931,\"name\":{\"3689\":{}},\"comment\":{}}],[\"index\",{\"_index\":899,\"name\":{\"3308\":{}},\"comment\":{}}],[\"initrenderer\",{\"_index\":489,\"name\":{\"1427\":{}},\"comment\":{}}],[\"int_val\",{\"_index\":854,\"name\":{\"3086\":{}},\"comment\":{}}],[\"int_value\",{\"_index\":877,\"name\":{\"3118\":{}},\"comment\":{}}],[\"intervals\",{\"_index\":862,\"name\":{\"3095\":{}},\"comment\":{}}],[\"invert\",{\"_index\":392,\"name\":{\"1137\":{}},\"comment\":{}}],[\"is_displaced\",{\"_index\":1108,\"name\":{\"4445\":{}},\"comment\":{}}],[\"isaccidental\",{\"_index\":1344,\"name\":{\"6973\":{}},\"comment\":{}}],[\"isannotation\",{\"_index\":1345,\"name\":{\"6974\":{}},\"comment\":{}}],[\"isbarline\",{\"_index\":1346,\"name\":{\"6975\":{}},\"comment\":{}}],[\"isbold\",{\"_index\":615,\"name\":{\"1662\":{}},\"comment\":{}}],[\"iscategory\",{\"_index\":1343,\"name\":{\"6972\":{}},\"comment\":{}}],[\"iscenteraligned\",{\"_index\":179,\"name\":{\"325\":{},\"926\":{},\"1076\":{},\"1926\":{},\"2185\":{},\"2406\":{},\"2645\":{},\"2865\":{},\"3235\":{},\"3410\":{},\"3944\":{},\"4612\":{},\"5218\":{},\"5710\":{},\"6141\":{},\"6341\":{},\"6423\":{},\"6773\":{}},\"comment\":{}}],[\"ischord\",{\"_index\":768,\"name\":{\"2285\":{},\"4488\":{}},\"comment\":{}}],[\"iscomplete\",{\"_index\":1392,\"name\":{\"7219\":{}},\"comment\":{}}],[\"isdisplaced\",{\"_index\":769,\"name\":{\"2292\":{},\"3324\":{},\"4495\":{}},\"comment\":{}}],[\"isdot\",{\"_index\":1347,\"name\":{\"6976\":{}},\"comment\":{}}],[\"isdotted\",{\"_index\":149,\"name\":{\"290\":{},\"891\":{},\"1041\":{},\"1893\":{},\"2150\":{},\"2382\":{},\"2618\":{},\"2830\":{},\"3200\":{},\"3377\":{},\"3909\":{},\"4588\":{},\"5185\":{},\"5683\":{},\"6106\":{},\"6306\":{},\"6738\":{}},\"comment\":{}}],[\"isgracenote\",{\"_index\":1348,\"name\":{\"6977\":{}},\"comment\":{}}],[\"isgracenotegroup\",{\"_index\":1349,\"name\":{\"6978\":{}},\"comment\":{}}],[\"ishtmlcanvas\",{\"_index\":1396,\"name\":{\"7260\":{}},\"comment\":{}}],[\"ishtmldiv\",{\"_index\":1397,\"name\":{\"7261\":{}},\"comment\":{}}],[\"isitalic\",{\"_index\":616,\"name\":{\"1663\":{}},\"comment\":{}}],[\"isnote\",{\"_index\":1350,\"name\":{\"6979\":{}},\"comment\":{}}],[\"ispartial\",{\"_index\":398,\"name\":{\"1149\":{},\"4937\":{},\"5785\":{},\"5946\":{}},\"comment\":{}}],[\"isrendercontext\",{\"_index\":1351,\"name\":{\"6980\":{}},\"comment\":{}}],[\"isrendered\",{\"_index\":56,\"name\":{\"58\":{},\"139\":{},\"213\":{},\"356\":{},\"434\":{},\"513\":{},\"743\":{},\"816\":{},\"958\":{},\"1108\":{},\"1164\":{},\"1229\":{},\"1386\":{},\"1794\":{},\"1956\":{},\"2071\":{},\"2217\":{},\"2436\":{},\"2504\":{},\"2676\":{},\"2756\":{},\"2896\":{},\"2963\":{},\"3049\":{},\"3269\":{},\"3442\":{},\"3504\":{},\"3587\":{},\"3650\":{},\"3748\":{},\"3976\":{},\"4095\":{},\"4163\":{},\"4213\":{},\"4269\":{},\"4336\":{},\"4403\":{},\"4642\":{},\"4715\":{},\"4772\":{},\"4837\":{},\"4895\":{},\"4954\":{},\"5016\":{},\"5090\":{},\"5251\":{},\"5326\":{},\"5401\":{},\"5550\":{},\"5741\":{},\"5801\":{},\"5908\":{},\"5963\":{},\"6030\":{},\"6173\":{},\"6373\":{},\"6465\":{},\"6591\":{},\"6664\":{},\"6804\":{},\"6867\":{},\"6950\":{},\"7122\":{},\"7171\":{},\"7239\":{}},\"comment\":{}}],[\"isrest\",{\"_index\":126,\"name\":{\"267\":{},\"868\":{},\"1018\":{},\"1822\":{},\"2128\":{},\"2284\":{},\"2598\":{},\"2807\":{},\"3177\":{},\"3355\":{},\"3887\":{},\"4440\":{},\"4487\":{},\"5163\":{},\"5663\":{},\"6083\":{},\"6283\":{},\"6715\":{}},\"comment\":{}}],[\"isstavenote\",{\"_index\":1352,\"name\":{\"6981\":{}},\"comment\":{}}],[\"isstemlet\",{\"_index\":1150,\"name\":{\"5044\":{}},\"comment\":{}}],[\"isstemmablenote\",{\"_index\":1353,\"name\":{\"6982\":{}},\"comment\":{}}],[\"issubscript\",{\"_index\":342,\"name\":{\"680\":{}},\"comment\":{}}],[\"issuperscript\",{\"_index\":341,\"name\":{\"679\":{}},\"comment\":{}}],[\"istabnote\",{\"_index\":1354,\"name\":{\"6983\":{}},\"comment\":{}}],[\"italic\",{\"_index\":605,\"name\":{\"1650\":{},\"6201\":{}},\"comment\":{}}],[\"iterations\",{\"_index\":1263,\"name\":{\"6401\":{}},\"comment\":{}}],[\"joinvoices\",{\"_index\":659,\"name\":{\"1716\":{}},\"comment\":{}}],[\"justification\",{\"_index\":1260,\"name\":{\"6252\":{}},\"comment\":{}}],[\"kerningoffset\",{\"_index\":319,\"name\":{\"633\":{},\"672\":{}},\"comment\":{}}],[\"key\",{\"_index\":421,\"name\":{\"1274\":{},\"1294\":{},\"3084\":{},\"3115\":{}},\"comment\":{}}],[\"keymanager\",{\"_index\":526,\"name\":{\"1507\":{},\"2698\":{}},\"comment\":{}}],[\"keyparts\",{\"_index\":849,\"name\":{\"3077\":{}},\"comment\":{}}],[\"keyproperties\",{\"_index\":579,\"name\":{\"1602\":{}},\"comment\":{}}],[\"keyprops\",{\"_index\":112,\"name\":{\"249\":{},\"850\":{},\"1000\":{},\"1855\":{},\"2110\":{},\"2346\":{},\"2580\":{},\"2789\":{},\"3112\":{},\"3159\":{},\"3337\":{},\"3869\":{},\"4552\":{},\"5145\":{},\"5645\":{},\"6065\":{},\"6265\":{},\"6697\":{}},\"comment\":{}}],[\"keys\",{\"_index\":111,\"name\":{\"248\":{},\"849\":{},\"999\":{},\"1854\":{},\"2109\":{},\"2248\":{},\"2345\":{},\"2579\":{},\"2788\":{},\"3144\":{},\"3158\":{},\"3309\":{},\"3336\":{},\"3868\":{},\"4456\":{},\"4551\":{},\"5144\":{},\"5584\":{},\"5644\":{},\"6064\":{},\"6242\":{},\"6264\":{},\"6696\":{}},\"comment\":{}}],[\"keysignature\",{\"_index\":527,\"name\":{\"1508\":{},\"1596\":{},\"2713\":{},\"7007\":{}},\"comment\":{}}],[\"keysignote\",{\"_index\":498,\"name\":{\"1442\":{},\"1509\":{},\"2778\":{},\"7008\":{}},\"comment\":{}}],[\"keyval\",{\"_index\":419,\"name\":{\"1272\":{}},\"comment\":{}}],[\"keyvals\",{\"_index\":418,\"name\":{\"1271\":{}},\"comment\":{}}],[\"keyvalue\",{\"_index\":850,\"name\":{\"3081\":{}},\"comment\":{}}],[\"last_indices\",{\"_index\":1075,\"name\":{\"4295\":{},\"4921\":{}},\"comment\":{}}],[\"last_note\",{\"_index\":1074,\"name\":{\"4294\":{},\"4919\":{}},\"comment\":{}}],[\"last_x_shift\",{\"_index\":1134,\"name\":{\"4929\":{},\"5777\":{},\"5938\":{}},\"comment\":{}}],[\"lastcontext\",{\"_index\":979,\"name\":{\"3847\":{}},\"comment\":{}}],[\"layoutmetrics\",{\"_index\":1087,\"name\":{\"4358\":{}},\"comment\":{}}],[\"lbracket\",{\"_index\":435,\"name\":{\"1290\":{}},\"comment\":{}}],[\"lcm\",{\"_index\":662,\"name\":{\"1723\":{}},\"comment\":{}}],[\"lcmm\",{\"_index\":663,\"name\":{\"1724\":{}},\"comment\":{}}],[\"leaststring\",{\"_index\":795,\"name\":{\"2533\":{},\"5598\":{}},\"comment\":{}}],[\"ledger_code_head\",{\"_index\":704,\"name\":{\"1980\":{}},\"comment\":{}}],[\"ledger_line_offset\",{\"_index\":756,\"name\":{\"2257\":{},\"4468\":{}},\"comment\":{}}],[\"left\",{\"_index\":79,\"name\":{\"81\":{},\"640\":{},\"2920\":{},\"3029\":{},\"4365\":{},\"6231\":{},\"6399\":{},\"6531\":{}},\"comment\":{}}],[\"left_bar\",{\"_index\":993,\"name\":{\"4006\":{}},\"comment\":{}}],[\"left_shift\",{\"_index\":820,\"name\":{\"2987\":{}},\"comment\":{}}],[\"left_shift_px\",{\"_index\":1064,\"name\":{\"4238\":{}},\"comment\":{}}],[\"left_shift_ticks\",{\"_index\":1063,\"name\":{\"4237\":{}},\"comment\":{}}],[\"leftdisplacedheadpx\",{\"_index\":885,\"name\":{\"3130\":{},\"6495\":{}},\"comment\":{}}],[\"leftpadding\",{\"_index\":1168,\"name\":{\"5276\":{}},\"comment\":{}}],[\"leftsidebearing\",{\"_index\":312,\"name\":{\"625\":{},\"1641\":{}},\"comment\":{}}],[\"lessthan\",{\"_index\":673,\"name\":{\"1738\":{}},\"comment\":{}}],[\"lessthanequals\",{\"_index\":674,\"name\":{\"1739\":{}},\"comment\":{}}],[\"line\",{\"_index\":0,\"name\":{\"0\":{},\"3\":{},\"650\":{},\"766\":{},\"771\":{},\"1257\":{},\"2016\":{},\"2095\":{},\"2250\":{},\"3017\":{},\"3117\":{},\"3146\":{},\"3295\":{},\"4437\":{},\"4458\":{},\"5586\":{},\"6244\":{},\"6615\":{}},\"comment\":{}}],[\"line_above\",{\"_index\":708,\"name\":{\"1985\":{}},\"comment\":{}}],[\"line_below\",{\"_index\":707,\"name\":{\"1984\":{}},\"comment\":{}}],[\"line_config\",{\"_index\":988,\"name\":{\"4001\":{}},\"comment\":{}}],[\"line_dash\",{\"_index\":1077,\"name\":{\"4310\":{}},\"comment\":{}}],[\"line_shift\",{\"_index\":578,\"name\":{\"1601\":{}},\"comment\":{}}],[\"line_style\",{\"_index\":238,\"name\":{\"476\":{}},\"comment\":{}}],[\"line_thickness\",{\"_index\":841,\"name\":{\"3020\":{}},\"comment\":{}}],[\"line_width\",{\"_index\":235,\"name\":{\"473\":{},\"4309\":{},\"6007\":{}},\"comment\":{}}],[\"lineendtype\",{\"_index\":978,\"name\":{\"3846\":{}},\"comment\":{}}],[\"lineshift\",{\"_index\":1294,\"name\":{\"6553\":{}},\"comment\":{}}],[\"lineto\",{\"_index\":290,\"name\":{\"598\":{},\"3816\":{},\"5478\":{}},\"comment\":{}}],[\"linewidth\",{\"_index\":479,\"name\":{\"1368\":{},\"5435\":{},\"5448\":{}},\"comment\":{}}],[\"list\",{\"_index\":640,\"name\":{\"1689\":{}},\"comment\":{}}],[\"load\",{\"_index\":621,\"name\":{\"1668\":{}},\"comment\":{}}],[\"loadmetrics\",{\"_index\":729,\"name\":{\"2028\":{},\"6542\":{}},\"comment\":{}}],[\"loadwebfont\",{\"_index\":619,\"name\":{\"1666\":{}},\"comment\":{}}],[\"loadwebfonts\",{\"_index\":620,\"name\":{\"1667\":{}},\"comment\":{}}],[\"localheightcache\",{\"_index\":1247,\"name\":{\"6217\":{}},\"comment\":{}}],[\"location\",{\"_index\":1316,\"name\":{\"6900\":{}},\"comment\":{}}],[\"location_bottom\",{\"_index\":1327,\"name\":{\"6916\":{}},\"comment\":{}}],[\"location_top\",{\"_index\":1326,\"name\":{\"6915\":{}},\"comment\":{}}],[\"log\",{\"_index\":1357,\"name\":{\"7053\":{}},\"comment\":{}}],[\"lookupbeamdirection\",{\"_index\":227,\"name\":{\"417\":{}},\"comment\":{}}],[\"lookupfontmetric\",{\"_index\":727,\"name\":{\"2023\":{},\"6537\":{}},\"comment\":{}}],[\"lookupglyph\",{\"_index\":728,\"name\":{\"2024\":{},\"6538\":{}},\"comment\":{}}],[\"lookupmetric\",{\"_index\":629,\"name\":{\"1677\":{}},\"comment\":{}}],[\"lowerkerningtext\",{\"_index\":320,\"name\":{\"634\":{},\"677\":{}},\"comment\":{}}],[\"lowest_displaced_line\",{\"_index\":1100,\"name\":{\"4433\":{}},\"comment\":{}}],[\"lowest_line\",{\"_index\":1098,\"name\":{\"4431\":{}},\"comment\":{}}],[\"lowest_non_displaced_line\",{\"_index\":1102,\"name\":{\"4435\":{}},\"comment\":{}}],[\"lparen\",{\"_index\":429,\"name\":{\"1283\":{}},\"comment\":{}}],[\"makeabs\",{\"_index\":677,\"name\":{\"1744\":{}},\"comment\":{}}],[\"maketimesignatureglyph\",{\"_index\":1300,\"name\":{\"6627\":{}},\"comment\":{}}],[\"map\",{\"_index\":641,\"name\":{\"1690\":{},\"1694\":{}},\"comment\":{}}],[\"match\",{\"_index\":916,\"name\":{\"3672\":{}},\"comment\":{}}],[\"matchedstring\",{\"_index\":932,\"name\":{\"3690\":{}},\"comment\":{}}],[\"matches\",{\"_index\":933,\"name\":{\"3691\":{}},\"comment\":{}}],[\"matchfail\",{\"_index\":938,\"name\":{\"3702\":{}},\"comment\":{}}],[\"matchsuccess\",{\"_index\":939,\"name\":{\"3703\":{}},\"comment\":{}}],[\"matchtoken\",{\"_index\":940,\"name\":{\"3704\":{}},\"comment\":{}}],[\"max_slope\",{\"_index\":208,\"name\":{\"396\":{}},\"comment\":{}}],[\"maxheight\",{\"_index\":1251,\"name\":{\"6221\":{}},\"comment\":{}}],[\"maxiterations\",{\"_index\":634,\"name\":{\"1682\":{},\"5499\":{}},\"comment\":{}}],[\"maxline\",{\"_index\":763,\"name\":{\"2274\":{},\"4438\":{},\"4477\":{}},\"comment\":{}}],[\"maxsizeglyph\",{\"_index\":1239,\"name\":{\"6203\":{}},\"comment\":{}}],[\"maybe\",{\"_index\":925,\"name\":{\"3683\":{}},\"comment\":{}}],[\"maybeslash\",{\"_index\":433,\"name\":{\"1288\":{}},\"comment\":{}}],[\"mean\",{\"_index\":1265,\"name\":{\"6405\":{}},\"comment\":{}}],[\"measuretext\",{\"_index\":297,\"name\":{\"605\":{},\"3829\":{},\"5485\":{}},\"comment\":{}}],[\"mergewith\",{\"_index\":256,\"name\":{\"557\":{}},\"comment\":{}}],[\"metrics\",{\"_index\":340,\"name\":{\"676\":{},\"1613\":{},\"2037\":{},\"5281\":{},\"6559\":{},\"6918\":{}},\"comment\":{}}],[\"microtones\",{\"_index\":427,\"name\":{\"1280\":{}},\"comment\":{}}],[\"mid\",{\"_index\":1142,\"name\":{\"4979\":{}},\"comment\":{}}],[\"midline\",{\"_index\":1359,\"name\":{\"7055\":{}},\"comment\":{}}],[\"min_flat_beam_offset\",{\"_index\":214,\"name\":{\"402\":{}},\"comment\":{}}],[\"min_slope\",{\"_index\":209,\"name\":{\"397\":{}},\"comment\":{}}],[\"minannotationpadding\",{\"_index\":91,\"name\":{\"98\":{}},\"comment\":{}}],[\"minline\",{\"_index\":762,\"name\":{\"2273\":{},\"4439\":{},\"4476\":{}},\"comment\":{}}],[\"minnoteheadpadding\",{\"_index\":759,\"name\":{\"2262\":{},\"4469\":{}},\"comment\":{}}],[\"minpadding\",{\"_index\":343,\"name\":{\"681\":{},\"3292\":{},\"3534\":{}},\"comment\":{}}],[\"mixed\",{\"_index\":945,\"name\":{\"3718\":{}},\"comment\":{}}],[\"mode\",{\"_index\":1383,\"name\":{\"7203\":{}},\"comment\":{}}],[\"modifier\",{\"_index\":528,\"name\":{\"1510\":{},\"2924\":{},\"7009\":{}},\"comment\":{}}],[\"modifiercontext\",{\"_index\":507,\"name\":{\"1455\":{},\"1511\":{},\"2994\":{}},\"comment\":{}}],[\"modifiercontextmember\",{\"_index\":824,\"name\":{\"2993\":{}},\"comment\":{}}],[\"modifiercontextmetrics\",{\"_index\":823,\"name\":{\"2990\":{}},\"comment\":{}}],[\"modifiercontextstate\",{\"_index\":818,\"name\":{\"2985\":{}},\"comment\":{}}],[\"modifierposition\",{\"_index\":548,\"name\":{\"1567\":{},\"2918\":{}},\"comment\":{}}],[\"modleftpx\",{\"_index\":883,\"name\":{\"3128\":{},\"6493\":{}},\"comment\":{}}],[\"modrightpx\",{\"_index\":884,\"name\":{\"3129\":{},\"6494\":{}},\"comment\":{}}],[\"monospaced\",{\"_index\":1238,\"name\":{\"6200\":{}},\"comment\":{}}],[\"move\",{\"_index\":254,\"name\":{\"555\":{},\"2015\":{}},\"comment\":{}}],[\"moveto\",{\"_index\":289,\"name\":{\"597\":{},\"3815\":{},\"5477\":{}},\"comment\":{}}],[\"multimeasurerest\",{\"_index\":508,\"name\":{\"1456\":{},\"1512\":{},\"3022\":{},\"7010\":{}},\"comment\":{}}],[\"multimeasurerestrenderoptions\",{\"_index\":830,\"name\":{\"3008\":{}},\"comment\":{}}],[\"multiply\",{\"_index\":669,\"name\":{\"1733\":{}},\"comment\":{}}],[\"music\",{\"_index\":529,\"name\":{\"1513\":{},\"3087\":{}},\"comment\":{}}],[\"music_font_stack\",{\"_index\":726,\"name\":{\"2022\":{},\"6536\":{}},\"comment\":{}}],[\"name\",{\"_index\":958,\"name\":{\"3772\":{},\"4798\":{}},\"comment\":{}}],[\"names\",{\"_index\":1307,\"name\":{\"6890\":{}},\"comment\":{}}],[\"near_head\",{\"_index\":394,\"name\":{\"1139\":{}},\"comment\":{}}],[\"near_top\",{\"_index\":395,\"name\":{\"1140\":{}},\"comment\":{}}],[\"nesting_offset\",{\"_index\":1328,\"name\":{\"6917\":{}},\"comment\":{}}],[\"newfromelementid\",{\"_index\":488,\"name\":{\"1423\":{}},\"comment\":{}}],[\"no_text_format\",{\"_index\":333,\"name\":{\"663\":{}},\"comment\":{}}],[\"nojustification\",{\"_index\":1200,\"name\":{\"5503\":{},\"5520\":{}},\"comment\":{}}],[\"non_displaced_x\",{\"_index\":1096,\"name\":{\"4429\":{}},\"comment\":{}}],[\"none\",{\"_index\":329,\"name\":{\"652\":{},\"3841\":{},\"4123\":{},\"4668\":{},\"4977\":{}},\"comment\":{}}],[\"nopadding\",{\"_index\":1205,\"name\":{\"5510\":{}},\"comment\":{}}],[\"normal\",{\"_index\":603,\"name\":{\"1646\":{},\"1649\":{}},\"comment\":{}}],[\"normalizeangle\",{\"_index\":1361,\"name\":{\"7057\":{}},\"comment\":{}}],[\"nospace\",{\"_index\":921,\"name\":{\"3679\":{}},\"comment\":{}}],[\"notation_font_scale\",{\"_index\":562,\"name\":{\"1581\":{}},\"comment\":{}}],[\"note\",{\"_index\":413,\"name\":{\"1264\":{},\"1514\":{},\"2705\":{},\"2710\":{},\"3072\":{},\"3151\":{},\"4446\":{},\"7011\":{}},\"comment\":{}}],[\"note_heads\",{\"_index\":786,\"name\":{\"2318\":{},\"4521\":{}},\"comment\":{}}],[\"note_type\",{\"_index\":898,\"name\":{\"3305\":{}},\"comment\":{}}],[\"noteaccidental\",{\"_index\":846,\"name\":{\"3071\":{}},\"comment\":{}}],[\"noteduration\",{\"_index\":888,\"name\":{\"3133\":{}},\"comment\":{}}],[\"notehead\",{\"_index\":530,\"name\":{\"1515\":{},\"1631\":{},\"3315\":{},\"7012\":{}},\"comment\":{}}],[\"noteheadmetrics\",{\"_index\":893,\"name\":{\"3291\":{}},\"comment\":{}}],[\"noteheadoffset\",{\"_index\":1322,\"name\":{\"6906\":{}},\"comment\":{}}],[\"noteheads\",{\"_index\":785,\"name\":{\"2317\":{},\"4520\":{}},\"comment\":{}}],[\"noteheadstruct\",{\"_index\":895,\"name\":{\"3294\":{}},\"comment\":{}}],[\"notemetrics\",{\"_index\":880,\"name\":{\"3124\":{}},\"comment\":{}}],[\"notename\",{\"_index\":424,\"name\":{\"1277\":{}},\"comment\":{}}],[\"noteparts\",{\"_index\":847,\"name\":{\"3074\":{}},\"comment\":{}}],[\"notepiece\",{\"_index\":438,\"name\":{\"1293\":{}},\"comment\":{}}],[\"notepx\",{\"_index\":882,\"name\":{\"3127\":{},\"6492\":{}},\"comment\":{}}],[\"notes\",{\"_index\":215,\"name\":{\"403\":{},\"1263\":{},\"1306\":{},\"1356\":{},\"6921\":{}},\"comment\":{}}],[\"notes_occupied\",{\"_index\":1317,\"name\":{\"6901\":{}},\"comment\":{}}],[\"notestruct\",{\"_index\":892,\"name\":{\"3143\":{}},\"comment\":{}}],[\"notesubgroup\",{\"_index\":517,\"name\":{\"1470\":{},\"1516\":{},\"3463\":{},\"7013\":{}},\"comment\":{}}],[\"notetointeger\",{\"_index\":1308,\"name\":{\"6892\":{}},\"comment\":{}}],[\"notevalues\",{\"_index\":865,\"name\":{\"3099\":{}},\"comment\":{}}],[\"num\",{\"_index\":1296,\"name\":{\"6616\":{}},\"comment\":{}}],[\"num_beats\",{\"_index\":571,\"name\":{\"1591\":{},\"7194\":{}},\"comment\":{}}],[\"num_lines\",{\"_index\":996,\"name\":{\"4010\":{}},\"comment\":{}}],[\"num_notes\",{\"_index\":1318,\"name\":{\"6902\":{}},\"comment\":{}}],[\"num_tones\",{\"_index\":855,\"name\":{\"3088\":{}},\"comment\":{}}],[\"numacc\",{\"_index\":5,\"name\":{\"6\":{}},\"comment\":{}}],[\"number_glyph_point\",{\"_index\":836,\"name\":{\"3014\":{}},\"comment\":{}}],[\"number_line\",{\"_index\":835,\"name\":{\"3013\":{}},\"comment\":{}}],[\"number_of_measures\",{\"_index\":831,\"name\":{\"3009\":{}},\"comment\":{}}],[\"numerator\",{\"_index\":664,\"name\":{\"1726\":{}},\"comment\":{}}],[\"nummatches\",{\"_index\":934,\"name\":{\"3692\":{}},\"comment\":{}}],[\"o\",{\"_index\":601,\"name\":{\"1643\":{}},\"comment\":{}}],[\"octave\",{\"_index\":425,\"name\":{\"1278\":{},\"1296\":{},\"3116\":{}},\"comment\":{}}],[\"octave_shift\",{\"_index\":753,\"name\":{\"2246\":{},\"4454\":{},\"5582\":{}},\"comment\":{}}],[\"oldvalue\",{\"_index\":959,\"name\":{\"3774\":{}},\"comment\":{}}],[\"oneormore\",{\"_index\":924,\"name\":{\"3682\":{}},\"comment\":{}}],[\"onregister\",{\"_index\":55,\"name\":{\"57\":{},\"138\":{},\"212\":{},\"355\":{},\"433\":{},\"512\":{},\"742\":{},\"815\":{},\"957\":{},\"1107\":{},\"1163\":{},\"1228\":{},\"1385\":{},\"1793\":{},\"1955\":{},\"2070\":{},\"2216\":{},\"2435\":{},\"2503\":{},\"2675\":{},\"2755\":{},\"2895\":{},\"2962\":{},\"3048\":{},\"3268\":{},\"3441\":{},\"3503\":{},\"3586\":{},\"3649\":{},\"3747\":{},\"3975\":{},\"4094\":{},\"4162\":{},\"4212\":{},\"4268\":{},\"4335\":{},\"4402\":{},\"4641\":{},\"4714\":{},\"4771\":{},\"4836\":{},\"4894\":{},\"4953\":{},\"5015\":{},\"5089\":{},\"5250\":{},\"5325\":{},\"5400\":{},\"5549\":{},\"5740\":{},\"5800\":{},\"5907\":{},\"5962\":{},\"6029\":{},\"6172\":{},\"6372\":{},\"6464\":{},\"6590\":{},\"6663\":{},\"6803\":{},\"6866\":{},\"6949\":{},\"7121\":{},\"7170\":{},\"7238\":{}},\"comment\":{}}],[\"onupdate\",{\"_index\":970,\"name\":{\"3788\":{}},\"comment\":{}}],[\"opengroup\",{\"_index\":273,\"name\":{\"580\":{},\"3826\":{},\"5457\":{}},\"comment\":{}}],[\"options\",{\"_index\":440,\"name\":{\"1303\":{},\"1315\":{},\"1345\":{},\"4018\":{},\"5504\":{},\"5832\":{}},\"comment\":{}}],[\"opts\",{\"_index\":417,\"name\":{\"1270\":{}},\"comment\":{}}],[\"or\",{\"_index\":926,\"name\":{\"3684\":{}},\"comment\":{}}],[\"ornament\",{\"_index\":502,\"name\":{\"1450\":{},\"1517\":{},\"1630\":{},\"3531\":{},\"7014\":{}},\"comment\":{}}],[\"ornamentalignwithnotehead\",{\"_index\":908,\"name\":{\"3538\":{}},\"comment\":{}}],[\"ornamentarticulation\",{\"_index\":910,\"name\":{\"3540\":{}},\"comment\":{}}],[\"ornamentattack\",{\"_index\":907,\"name\":{\"3537\":{}},\"comment\":{}}],[\"ornamentmetrics\",{\"_index\":902,\"name\":{\"3526\":{}},\"comment\":{}}],[\"ornamentnotetransition\",{\"_index\":906,\"name\":{\"3536\":{}},\"comment\":{}}],[\"ornamentrelease\",{\"_index\":909,\"name\":{\"3539\":{}},\"comment\":{}}],[\"outline\",{\"_index\":721,\"name\":{\"2012\":{}},\"comment\":{}}],[\"outlinecode\",{\"_index\":722,\"name\":{\"2014\":{}},\"comment\":{}}],[\"padding_left\",{\"_index\":837,\"name\":{\"3015\":{},\"4307\":{}},\"comment\":{}}],[\"padding_right\",{\"_index\":838,\"name\":{\"3016\":{},\"4308\":{}},\"comment\":{}}],[\"paddingleft\",{\"_index\":1090,\"name\":{\"4361\":{}},\"comment\":{}}],[\"paddingright\",{\"_index\":1091,\"name\":{\"4362\":{}},\"comment\":{}}],[\"params\",{\"_index\":410,\"name\":{\"1260\":{}},\"comment\":{}}],[\"parenleftpadding\",{\"_index\":19,\"name\":{\"21\":{}},\"comment\":{}}],[\"parenrightpadding\",{\"_index\":21,\"name\":{\"23\":{}},\"comment\":{}}],[\"parent\",{\"_index\":1190,\"name\":{\"5453\":{}},\"comment\":{}}],[\"parenthesis\",{\"_index\":531,\"name\":{\"1518\":{},\"3609\":{},\"7015\":{}},\"comment\":{}}],[\"parse\",{\"_index\":470,\"name\":{\"1353\":{},\"1748\":{},\"3701\":{}},\"comment\":{}}],[\"parsednote\",{\"_index\":889,\"name\":{\"3137\":{}},\"comment\":{}}],[\"parser\",{\"_index\":467,\"name\":{\"1349\":{},\"1519\":{},\"3698\":{}},\"comment\":{}}],[\"parsetimespec\",{\"_index\":1299,\"name\":{\"6626\":{}},\"comment\":{}}],[\"partial_beam_length\",{\"_index\":213,\"name\":{\"401\":{}},\"comment\":{}}],[\"partialbeamdirection\",{\"_index\":198,\"name\":{\"381\":{}},\"comment\":{}}],[\"path\",{\"_index\":1187,\"name\":{\"5443\":{}},\"comment\":{}}],[\"pedalmarking\",{\"_index\":516,\"name\":{\"1469\":{},\"1520\":{},\"1625\":{},\"3709\":{},\"7016\":{}},\"comment\":{}}],[\"pen\",{\"_index\":1188,\"name\":{\"5444\":{}},\"comment\":{}}],[\"piece\",{\"_index\":408,\"name\":{\"1258\":{},\"1297\":{},\"1316\":{}},\"comment\":{}}],[\"pieces\",{\"_index\":409,\"name\":{\"1259\":{}},\"comment\":{}}],[\"placeglyphonline\",{\"_index\":373,\"name\":{\"799\":{},\"2740\":{},\"4146\":{},\"4385\":{},\"4698\":{},\"4755\":{},\"4820\":{},\"4878\":{},\"4999\":{},\"6647\":{}},\"comment\":{}}],[\"plotdebugging\",{\"_index\":646,\"name\":{\"1700\":{}},\"comment\":{}}],[\"plotmetrics\",{\"_index\":104,\"name\":{\"238\":{},\"840\":{},\"989\":{},\"1818\":{},\"2098\":{},\"2265\":{},\"2528\":{},\"2780\":{},\"3153\":{},\"3318\":{},\"3857\":{},\"4472\":{},\"5113\":{},\"5593\":{},\"6056\":{},\"6254\":{},\"6688\":{}},\"comment\":{}}],[\"point\",{\"_index\":367,\"name\":{\"769\":{},\"6623\":{}},\"comment\":{}}],[\"pointerbbox\",{\"_index\":974,\"name\":{\"3796\":{}},\"comment\":{}}],[\"pos\",{\"_index\":930,\"name\":{\"3688\":{}},\"comment\":{}}],[\"position\",{\"_index\":13,\"name\":{\"14\":{},\"100\":{},\"171\":{},\"468\":{},\"684\":{},\"783\":{},\"1135\":{},\"1143\":{},\"1191\":{},\"1754\":{},\"1982\":{},\"2461\":{},\"2716\":{},\"2926\":{},\"3466\":{},\"3541\":{},\"3613\":{},\"4128\":{},\"4373\":{},\"4681\":{},\"4740\":{},\"4802\":{},\"4862\":{},\"4986\":{},\"5283\":{},\"5361\":{},\"5990\":{},\"5998\":{},\"6012\":{},\"6620\":{},\"6828\":{},\"7082\":{}},\"comment\":{}}],[\"position_end\",{\"_index\":391,\"name\":{\"1136\":{}},\"comment\":{}}],[\"positions\",{\"_index\":1220,\"name\":{\"5575\":{},\"6000\":{}},\"comment\":{}}],[\"positionsstring\",{\"_index\":1231,\"name\":{\"6001\":{}},\"comment\":{}}],[\"positionstring\",{\"_index\":14,\"name\":{\"15\":{},\"101\":{},\"172\":{},\"469\":{},\"685\":{},\"1144\":{},\"1192\":{},\"1755\":{},\"2462\":{},\"2927\":{},\"3467\":{},\"3542\":{},\"3614\":{},\"5284\":{},\"5362\":{},\"5999\":{},\"6829\":{},\"7083\":{}},\"comment\":{}}],[\"postformat\",{\"_index\":188,\"name\":{\"334\":{},\"420\":{},\"936\":{},\"1086\":{},\"1715\":{},\"1851\":{},\"2195\":{},\"2264\":{},\"2343\":{},\"2576\":{},\"2874\":{},\"3007\":{},\"3246\":{},\"3420\":{},\"3954\":{},\"4471\":{},\"4549\":{},\"5141\":{},\"5641\":{},\"6151\":{},\"6351\":{},\"6438\":{},\"6526\":{},\"6782\":{}},\"comment\":{}}],[\"postformatted\",{\"_index\":189,\"name\":{\"335\":{},\"404\":{},\"937\":{},\"1087\":{},\"1935\":{},\"2196\":{},\"2416\":{},\"2655\":{},\"2875\":{},\"3247\":{},\"3421\":{},\"3955\":{},\"4622\":{},\"5229\":{},\"5720\":{},\"6152\":{},\"6352\":{},\"6439\":{},\"6783\":{}},\"comment\":{}}],[\"precalculatemintotalwidth\",{\"_index\":652,\"name\":{\"1707\":{}},\"comment\":{}}],[\"prefix\",{\"_index\":1360,\"name\":{\"7056\":{}},\"comment\":{}}],[\"preformat\",{\"_index\":109,\"name\":{\"245\":{},\"419\":{},\"846\":{},\"996\":{},\"1712\":{},\"1825\":{},\"2104\":{},\"2313\":{},\"2468\":{},\"2546\":{},\"2785\":{},\"3006\":{},\"3244\":{},\"3333\":{},\"3470\":{},\"3863\":{},\"4516\":{},\"5227\":{},\"5611\":{},\"6061\":{},\"6261\":{},\"6436\":{},\"6525\":{},\"6693\":{},\"7224\":{}},\"comment\":{}}],[\"preformatted\",{\"_index\":187,\"name\":{\"333\":{},\"935\":{},\"1085\":{},\"1934\":{},\"2194\":{},\"2415\":{},\"2654\":{},\"2873\":{},\"3245\":{},\"3419\":{},\"3953\":{},\"4621\":{},\"5228\":{},\"5719\":{},\"6150\":{},\"6350\":{},\"6437\":{},\"6781\":{}},\"comment\":{}}],[\"quadratic\",{\"_index\":723,\"name\":{\"2017\":{}},\"comment\":{}}],[\"quadraticcurveto\",{\"_index\":292,\"name\":{\"600\":{},\"3818\":{},\"5480\":{}},\"comment\":{}}],[\"quotient\",{\"_index\":675,\"name\":{\"1742\":{}},\"comment\":{}}],[\"rasquedo_down\",{\"_index\":1178,\"name\":{\"5356\":{}},\"comment\":{}}],[\"rasquedo_up\",{\"_index\":1179,\"name\":{\"5357\":{}},\"comment\":{}}],[\"ratioed\",{\"_index\":1319,\"name\":{\"6903\":{}},\"comment\":{}}],[\"rbracket\",{\"_index\":436,\"name\":{\"1291\":{}},\"comment\":{}}],[\"rect\",{\"_index\":285,\"name\":{\"593\":{},\"3810\":{},\"5473\":{}},\"comment\":{}}],[\"register\",{\"_index\":965,\"name\":{\"3783\":{}},\"comment\":{}}],[\"registerinfo\",{\"_index\":1246,\"name\":{\"6216\":{}},\"comment\":{}}],[\"registry\",{\"_index\":532,\"name\":{\"1521\":{},\"3775\":{}},\"comment\":{}}],[\"registryupdate\",{\"_index\":957,\"name\":{\"3770\":{}},\"comment\":{}}],[\"release_width\",{\"_index\":236,\"name\":{\"474\":{}},\"comment\":{}}],[\"remainder\",{\"_index\":676,\"name\":{\"1743\":{}},\"comment\":{}}],[\"removeclass\",{\"_index\":54,\"name\":{\"56\":{},\"137\":{},\"211\":{},\"354\":{},\"432\":{},\"511\":{},\"741\":{},\"814\":{},\"956\":{},\"1106\":{},\"1162\":{},\"1227\":{},\"1384\":{},\"1792\":{},\"1954\":{},\"2069\":{},\"2215\":{},\"2434\":{},\"2502\":{},\"2674\":{},\"2754\":{},\"2894\":{},\"2961\":{},\"3047\":{},\"3267\":{},\"3440\":{},\"3502\":{},\"3585\":{},\"3648\":{},\"3746\":{},\"3974\":{},\"4093\":{},\"4161\":{},\"4211\":{},\"4267\":{},\"4334\":{},\"4401\":{},\"4640\":{},\"4713\":{},\"4770\":{},\"4835\":{},\"4893\":{},\"4952\":{},\"5014\":{},\"5088\":{},\"5249\":{},\"5324\":{},\"5399\":{},\"5548\":{},\"5739\":{},\"5799\":{},\"5906\":{},\"5961\":{},\"6028\":{},\"6171\":{},\"6371\":{},\"6463\":{},\"6589\":{},\"6662\":{},\"6802\":{},\"6865\":{},\"6948\":{},\"7120\":{},\"7169\":{},\"7237\":{}},\"comment\":{}}],[\"render\",{\"_index\":743,\"name\":{\"2056\":{},\"6577\":{}},\"comment\":{}}],[\"render_options\",{\"_index\":18,\"name\":{\"19\":{},\"176\":{},\"250\":{},\"389\":{},\"471\":{},\"851\":{},\"1001\":{},\"1147\":{},\"1856\":{},\"2111\":{},\"2347\":{},\"2465\":{},\"2581\":{},\"2790\":{},\"3026\":{},\"3160\":{},\"3338\":{},\"3545\":{},\"3724\":{},\"3870\":{},\"4251\":{},\"4305\":{},\"4553\":{},\"4804\":{},\"4926\":{},\"5146\":{},\"5364\":{},\"5646\":{},\"5774\":{},\"5935\":{},\"6003\":{},\"6066\":{},\"6266\":{},\"6698\":{},\"7086\":{},\"7149\":{}},\"comment\":{}}],[\"render_precision_places\",{\"_index\":560,\"name\":{\"1579\":{}},\"comment\":{}}],[\"rendercontext\",{\"_index\":533,\"name\":{\"1522\":{},\"3797\":{},\"7017\":{}},\"comment\":{}}],[\"rendercurve\",{\"_index\":399,\"name\":{\"1150\":{}},\"comment\":{}}],[\"renderer\",{\"_index\":484,\"name\":{\"1412\":{},\"1523\":{},\"3844\":{}},\"comment\":{}}],[\"rendererbackends\",{\"_index\":549,\"name\":{\"1568\":{},\"3837\":{}},\"comment\":{}}],[\"rendererlineendtype\",{\"_index\":550,\"name\":{\"1569\":{},\"3840\":{}},\"comment\":{}}],[\"renderglyph\",{\"_index\":730,\"name\":{\"2029\":{},\"6543\":{}},\"comment\":{}}],[\"renderhairpin\",{\"_index\":1070,\"name\":{\"4255\":{}},\"comment\":{}}],[\"renderoutline\",{\"_index\":731,\"name\":{\"2030\":{},\"6544\":{}},\"comment\":{}}],[\"rendertext\",{\"_index\":1141,\"name\":{\"4939\":{},\"5786\":{},\"5948\":{}},\"comment\":{}}],[\"rendertie\",{\"_index\":1140,\"name\":{\"4938\":{},\"5773\":{},\"5947\":{}},\"comment\":{}}],[\"rendertostave\",{\"_index\":744,\"name\":{\"2058\":{},\"6556\":{}},\"comment\":{}}],[\"rendervibrato\",{\"_index\":1376,\"name\":{\"7081\":{}},\"comment\":{}}],[\"repeat_begin\",{\"_index\":1052,\"name\":{\"4120\":{}},\"comment\":{}}],[\"repeat_both\",{\"_index\":1054,\"name\":{\"4122\":{}},\"comment\":{}}],[\"repeat_end\",{\"_index\":1053,\"name\":{\"4121\":{}},\"comment\":{}}],[\"repeatnote\",{\"_index\":494,\"name\":{\"1436\":{},\"1524\":{},\"3855\":{},\"7018\":{}},\"comment\":{}}],[\"repetition\",{\"_index\":534,\"name\":{\"1525\":{},\"4663\":{},\"7019\":{}},\"comment\":{}}],[\"reportedwidth\",{\"_index\":905,\"name\":{\"3530\":{}},\"comment\":{}}],[\"rerr\",{\"_index\":1369,\"name\":{\"7069\":{}},\"comment\":{}}],[\"reset\",{\"_index\":172,\"name\":{\"314\":{},\"915\":{},\"1065\":{},\"1319\":{},\"1425\":{},\"1915\":{},\"2050\":{},\"2174\":{},\"2275\":{},\"2534\":{},\"2702\":{},\"2854\":{},\"3224\":{},\"3400\":{},\"3933\":{},\"4478\":{},\"5207\":{},\"5599\":{},\"6130\":{},\"6330\":{},\"6411\":{},\"6572\":{},\"6762\":{}},\"comment\":{}}],[\"resetfont\",{\"_index\":69,\"name\":{\"71\":{},\"152\":{},\"226\":{},\"369\":{},\"447\":{},\"526\":{},\"755\":{},\"829\":{},\"971\":{},\"1121\":{},\"1177\":{},\"1242\":{},\"1399\":{},\"1807\":{},\"1969\":{},\"2084\":{},\"2229\":{},\"2448\":{},\"2517\":{},\"2689\":{},\"2769\":{},\"2909\":{},\"2976\":{},\"3062\":{},\"3282\":{},\"3454\":{},\"3517\":{},\"3600\":{},\"3663\":{},\"3761\":{},\"3988\":{},\"4107\":{},\"4176\":{},\"4226\":{},\"4282\":{},\"4349\":{},\"4416\":{},\"4654\":{},\"4728\":{},\"4785\":{},\"4850\":{},\"4908\":{},\"4967\":{},\"5029\":{},\"5102\":{},\"5264\":{},\"5339\":{},\"5414\":{},\"5562\":{},\"5754\":{},\"5814\":{},\"5920\":{},\"5976\":{},\"6043\":{},\"6186\":{},\"6386\":{},\"6478\":{},\"6604\":{},\"6677\":{},\"6817\":{},\"6880\":{},\"6963\":{},\"7135\":{},\"7184\":{},\"7251\":{}},\"comment\":{}}],[\"resetlines\",{\"_index\":1002,\"name\":{\"4022\":{},\"5836\":{}},\"comment\":{}}],[\"resetpiece\",{\"_index\":451,\"name\":{\"1323\":{}},\"comment\":{}}],[\"resettuplet\",{\"_index\":183,\"name\":{\"329\":{},\"930\":{},\"1080\":{},\"1930\":{},\"2189\":{},\"2410\":{},\"2649\":{},\"2869\":{},\"3239\":{},\"3414\":{},\"3948\":{},\"4616\":{},\"5222\":{},\"5714\":{},\"6145\":{},\"6345\":{},\"6429\":{},\"6777\":{}},\"comment\":{}}],[\"resize\",{\"_index\":284,\"name\":{\"592\":{},\"3811\":{},\"3853\":{},\"5468\":{}},\"comment\":{}}],[\"resolution\",{\"_index\":564,\"name\":{\"1583\":{},\"1593\":{},\"1617\":{},\"6197\":{},\"7196\":{}},\"comment\":{}}],[\"resolutionmultiplier\",{\"_index\":643,\"name\":{\"1692\":{},\"1696\":{}},\"comment\":{}}],[\"resolveglyphs\",{\"_index\":1340,\"name\":{\"6934\":{}},\"comment\":{}}],[\"rest\",{\"_index\":706,\"name\":{\"1983\":{}},\"comment\":{}}],[\"restore\",{\"_index\":300,\"name\":{\"608\":{},\"3825\":{},\"5488\":{}},\"comment\":{}}],[\"restorestyle\",{\"_index\":50,\"name\":{\"52\":{},\"133\":{},\"207\":{},\"350\":{},\"428\":{},\"507\":{},\"737\":{},\"810\":{},\"952\":{},\"1102\":{},\"1158\":{},\"1223\":{},\"1379\":{},\"1788\":{},\"1950\":{},\"2065\":{},\"2211\":{},\"2430\":{},\"2498\":{},\"2670\":{},\"2750\":{},\"2890\":{},\"2957\":{},\"3043\":{},\"3262\":{},\"3436\":{},\"3498\":{},\"3581\":{},\"3644\":{},\"3742\":{},\"3970\":{},\"4089\":{},\"4157\":{},\"4207\":{},\"4263\":{},\"4330\":{},\"4397\":{},\"4636\":{},\"4709\":{},\"4766\":{},\"4831\":{},\"4889\":{},\"4948\":{},\"5010\":{},\"5084\":{},\"5244\":{},\"5320\":{},\"5395\":{},\"5544\":{},\"5735\":{},\"5795\":{},\"5902\":{},\"5957\":{},\"6024\":{},\"6167\":{},\"6367\":{},\"6458\":{},\"6585\":{},\"6658\":{},\"6798\":{},\"6861\":{},\"6944\":{},\"7116\":{},\"7165\":{},\"7233\":{}},\"comment\":{}}],[\"result\",{\"_index\":928,\"name\":{\"3686\":{}},\"comment\":{}}],[\"results\",{\"_index\":935,\"name\":{\"3693\":{}},\"comment\":{}}],[\"reverse\",{\"_index\":381,\"name\":{\"981\":{}},\"comment\":{}}],[\"right\",{\"_index\":81,\"name\":{\"83\":{},\"642\":{},\"2921\":{},\"3030\":{},\"4366\":{},\"6233\":{},\"6400\":{},\"6532\":{}},\"comment\":{}}],[\"right_bar\",{\"_index\":994,\"name\":{\"4007\":{}},\"comment\":{}}],[\"right_shift\",{\"_index\":819,\"name\":{\"2986\":{}},\"comment\":{}}],[\"right_shift_px\",{\"_index\":1065,\"name\":{\"4239\":{}},\"comment\":{}}],[\"right_shift_ticks\",{\"_index\":1062,\"name\":{\"4236\":{}},\"comment\":{}}],[\"rightdisplacedheadpx\",{\"_index\":887,\"name\":{\"3132\":{},\"6497\":{}},\"comment\":{}}],[\"rightpadding\",{\"_index\":998,\"name\":{\"4015\":{},\"5277\":{},\"5827\":{}},\"comment\":{}}],[\"roll_down\",{\"_index\":1176,\"name\":{\"5354\":{}},\"comment\":{}}],[\"roll_up\",{\"_index\":1177,\"name\":{\"5355\":{}},\"comment\":{}}],[\"rollingduration\",{\"_index\":447,\"name\":{\"1318\":{}},\"comment\":{}}],[\"root\",{\"_index\":848,\"name\":{\"3075\":{},\"3078\":{}},\"comment\":{}}],[\"root_index\",{\"_index\":853,\"name\":{\"3085\":{}},\"comment\":{}}],[\"root_indices\",{\"_index\":858,\"name\":{\"3091\":{}},\"comment\":{}}],[\"root_values\",{\"_index\":857,\"name\":{\"3090\":{}},\"comment\":{}}],[\"roots\",{\"_index\":856,\"name\":{\"3089\":{}},\"comment\":{}}],[\"rootvalue\",{\"_index\":851,\"name\":{\"3082\":{}},\"comment\":{}}],[\"rounded_end\",{\"_index\":1078,\"name\":{\"4311\":{}},\"comment\":{}}],[\"rparen\",{\"_index\":430,\"name\":{\"1284\":{}},\"comment\":{}}],[\"rule\",{\"_index\":919,\"name\":{\"3677\":{}},\"comment\":{}}],[\"rulefunction\",{\"_index\":917,\"name\":{\"3673\":{}},\"comment\":{}}],[\"run\",{\"_index\":927,\"name\":{\"3685\":{}},\"comment\":{}}],[\"runtimeerror\",{\"_index\":1363,\"name\":{\"7059\":{},\"7070\":{}},\"comment\":{}}],[\"sanitizecanvasdims\",{\"_index\":268,\"name\":{\"573\":{}},\"comment\":{}}],[\"sans_serif\",{\"_index\":606,\"name\":{\"1652\":{}},\"comment\":{}}],[\"save\",{\"_index\":299,\"name\":{\"607\":{},\"3824\":{},\"5487\":{}},\"comment\":{}}],[\"scale\",{\"_index\":122,\"name\":{\"262\":{},\"591\":{},\"863\":{},\"1013\":{},\"1868\":{},\"2010\":{},\"2040\":{},\"2123\":{},\"2258\":{},\"2359\":{},\"2593\":{},\"2802\":{},\"3172\":{},\"3350\":{},\"3809\":{},\"3882\":{},\"4565\":{},\"5158\":{},\"5469\":{},\"5658\":{},\"6078\":{},\"6278\":{},\"6562\":{},\"6710\":{}},\"comment\":{}}],[\"scales\",{\"_index\":863,\"name\":{\"3096\":{}},\"comment\":{}}],[\"scalesize\",{\"_index\":614,\"name\":{\"1661\":{}},\"comment\":{}}],[\"scaletopxfrom\",{\"_index\":608,\"name\":{\"1655\":{}},\"comment\":{}}],[\"scaletypes\",{\"_index\":864,\"name\":{\"3097\":{}},\"comment\":{}}],[\"scalex\",{\"_index\":1183,\"name\":{\"5429\":{}},\"comment\":{}}],[\"scaley\",{\"_index\":1184,\"name\":{\"5430\":{}},\"comment\":{}}],[\"secondary_break_ticks\",{\"_index\":205,\"name\":{\"393\":{}},\"comment\":{}}],[\"segno_left\",{\"_index\":1112,\"name\":{\"4671\":{}},\"comment\":{}}],[\"segno_right\",{\"_index\":1113,\"name\":{\"4672\":{}},\"comment\":{}}],[\"selectnote\",{\"_index\":806,\"name\":{\"2708\":{}},\"comment\":{}}],[\"semibreve_rest_glyph_scale\",{\"_index\":840,\"name\":{\"3019\":{}},\"comment\":{}}],[\"serif\",{\"_index\":607,\"name\":{\"1653\":{}},\"comment\":{}}],[\"serif_thickness\",{\"_index\":842,\"name\":{\"3021\":{}},\"comment\":{}}],[\"serifs\",{\"_index\":1237,\"name\":{\"6199\":{}},\"comment\":{}}],[\"set\",{\"_index\":468,\"name\":{\"1350\":{},\"1728\":{}},\"comment\":{}}],[\"setascautionary\",{\"_index\":24,\"name\":{\"26\":{}},\"comment\":{}}],[\"setattribute\",{\"_index\":61,\"name\":{\"63\":{},\"144\":{},\"218\":{},\"361\":{},\"439\":{},\"518\":{},\"748\":{},\"821\":{},\"963\":{},\"1113\":{},\"1169\":{},\"1234\":{},\"1391\":{},\"1799\":{},\"1961\":{},\"2076\":{},\"2222\":{},\"2441\":{},\"2509\":{},\"2681\":{},\"2761\":{},\"2901\":{},\"2968\":{},\"3054\":{},\"3274\":{},\"3447\":{},\"3509\":{},\"3592\":{},\"3655\":{},\"3753\":{},\"3981\":{},\"4100\":{},\"4168\":{},\"4218\":{},\"4274\":{},\"4341\":{},\"4408\":{},\"4647\":{},\"4720\":{},\"4777\":{},\"4842\":{},\"4900\":{},\"4959\":{},\"5021\":{},\"5095\":{},\"5256\":{},\"5331\":{},\"5406\":{},\"5555\":{},\"5746\":{},\"5806\":{},\"5913\":{},\"5968\":{},\"6035\":{},\"6178\":{},\"6378\":{},\"6470\":{},\"6596\":{},\"6669\":{},\"6809\":{},\"6872\":{},\"6955\":{},\"7127\":{},\"7176\":{},\"7244\":{}},\"comment\":{}}],[\"setbackgroundfillstyle\",{\"_index\":277,\"name\":{\"584\":{},\"3802\":{},\"5461\":{}},\"comment\":{}}],[\"setbeam\",{\"_index\":155,\"name\":{\"296\":{},\"897\":{},\"1047\":{},\"1899\":{},\"2156\":{},\"2276\":{},\"2623\":{},\"2836\":{},\"3206\":{},\"3383\":{},\"3915\":{},\"4479\":{},\"5191\":{},\"5688\":{},\"6112\":{},\"6312\":{},\"6744\":{}},\"comment\":{}}],[\"setbeatsoccupied\",{\"_index\":1337,\"name\":{\"6931\":{}},\"comment\":{}}],[\"setbegbartype\",{\"_index\":1029,\"name\":{\"4060\":{},\"5873\":{}},\"comment\":{}}],[\"setbetweenlines\",{\"_index\":102,\"name\":{\"179\":{}},\"comment\":{}}],[\"setbracketed\",{\"_index\":1331,\"name\":{\"6924\":{}},\"comment\":{}}],[\"setcenteralignment\",{\"_index\":180,\"name\":{\"326\":{},\"927\":{},\"1077\":{},\"1927\":{},\"2186\":{},\"2407\":{},\"2646\":{},\"2866\":{},\"3236\":{},\"3411\":{},\"3945\":{},\"4613\":{},\"5219\":{},\"5711\":{},\"6142\":{},\"6342\":{},\"6424\":{},\"6774\":{}},\"comment\":{}}],[\"setcenterxshift\",{\"_index\":178,\"name\":{\"324\":{},\"925\":{},\"1075\":{},\"1925\":{},\"2184\":{},\"2405\":{},\"2644\":{},\"2864\":{},\"3234\":{},\"3409\":{},\"3943\":{},\"4611\":{},\"5217\":{},\"5709\":{},\"6140\":{},\"6340\":{},\"6422\":{},\"6772\":{}},\"comment\":{}}],[\"setclef\",{\"_index\":1031,\"name\":{\"4062\":{},\"5875\":{}},\"comment\":{}}],[\"setconfigforline\",{\"_index\":1047,\"name\":{\"4082\":{},\"5895\":{}},\"comment\":{}}],[\"setconfigforlines\",{\"_index\":1048,\"name\":{\"4083\":{},\"5896\":{}},\"comment\":{}}],[\"setcontext\",{\"_index\":64,\"name\":{\"66\":{},\"147\":{},\"221\":{},\"364\":{},\"442\":{},\"521\":{},\"751\":{},\"824\":{},\"966\":{},\"1116\":{},\"1172\":{},\"1237\":{},\"1352\":{},\"1394\":{},\"1429\":{},\"1802\":{},\"1964\":{},\"2079\":{},\"2224\":{},\"2443\":{},\"2512\":{},\"2684\":{},\"2764\":{},\"2904\":{},\"2971\":{},\"3057\":{},\"3277\":{},\"3449\":{},\"3512\":{},\"3595\":{},\"3658\":{},\"3756\":{},\"3983\":{},\"4102\":{},\"4171\":{},\"4221\":{},\"4277\":{},\"4344\":{},\"4411\":{},\"4649\":{},\"4723\":{},\"4780\":{},\"4845\":{},\"4903\":{},\"4962\":{},\"5024\":{},\"5097\":{},\"5259\":{},\"5334\":{},\"5409\":{},\"5532\":{},\"5749\":{},\"5809\":{},\"5915\":{},\"5971\":{},\"6038\":{},\"6181\":{},\"6381\":{},\"6473\":{},\"6599\":{},\"6672\":{},\"6812\":{},\"6875\":{},\"6958\":{},\"7130\":{},\"7179\":{},\"7246\":{}},\"comment\":{}}],[\"setcurrenttick\",{\"_index\":1289,\"name\":{\"6523\":{}},\"comment\":{}}],[\"setcustomtext\",{\"_index\":954,\"name\":{\"3731\":{}},\"comment\":{}}],[\"setdashed\",{\"_index\":1172,\"name\":{\"5291\":{},\"6016\":{}},\"comment\":{}}],[\"setdata\",{\"_index\":624,\"name\":{\"1672\":{}},\"comment\":{}}],[\"setdecrescendo\",{\"_index\":387,\"name\":{\"995\":{}},\"comment\":{}}],[\"setdefaultledgerlinestyle\",{\"_index\":1000,\"name\":{\"4019\":{},\"5833\":{}},\"comment\":{}}],[\"setdelayed\",{\"_index\":913,\"name\":{\"3551\":{}},\"comment\":{}}],[\"setdirection\",{\"_index\":1139,\"name\":{\"4935\":{},\"5063\":{},\"5783\":{},\"5944\":{}},\"comment\":{}}],[\"setdotshifty\",{\"_index\":403,\"name\":{\"1196\":{}},\"comment\":{}}],[\"setdrawcircle\",{\"_index\":1173,\"name\":{\"5292\":{}},\"comment\":{}}],[\"setduration\",{\"_index\":194,\"name\":{\"340\":{},\"942\":{},\"1092\":{},\"1940\":{},\"2201\":{},\"2421\":{},\"2660\":{},\"2880\":{},\"3252\":{},\"3426\":{},\"3960\":{},\"4627\":{},\"5234\":{},\"5725\":{},\"6157\":{},\"6357\":{},\"6444\":{},\"6788\":{}},\"comment\":{}}],[\"setenablekerning\",{\"_index\":358,\"name\":{\"704\":{}},\"comment\":{}}],[\"setendbartype\",{\"_index\":1030,\"name\":{\"4061\":{},\"5874\":{}},\"comment\":{}}],[\"setendclef\",{\"_index\":1032,\"name\":{\"4064\":{},\"5877\":{}},\"comment\":{}}],[\"setendkeysignature\",{\"_index\":1035,\"name\":{\"4067\":{},\"5880\":{}},\"comment\":{}}],[\"setendtimesignature\",{\"_index\":1037,\"name\":{\"4069\":{},\"5882\":{}},\"comment\":{}}],[\"setextension\",{\"_index\":1156,\"name\":{\"5064\":{}},\"comment\":{}}],[\"setfillstyle\",{\"_index\":276,\"name\":{\"583\":{},\"3801\":{},\"5460\":{}},\"comment\":{}}],[\"setflagstyle\",{\"_index\":775,\"name\":{\"2306\":{},\"4509\":{}},\"comment\":{}}],[\"setfont\",{\"_index\":67,\"name\":{\"69\":{},\"150\":{},\"224\":{},\"367\":{},\"445\":{},\"524\":{},\"611\":{},\"703\":{},\"827\":{},\"969\":{},\"1119\":{},\"1175\":{},\"1240\":{},\"1397\":{},\"1805\":{},\"1967\":{},\"2082\":{},\"2227\":{},\"2446\":{},\"2515\":{},\"2687\":{},\"2767\":{},\"2907\":{},\"2974\":{},\"3060\":{},\"3280\":{},\"3452\":{},\"3515\":{},\"3598\":{},\"3661\":{},\"3759\":{},\"3832\":{},\"3986\":{},\"4105\":{},\"4174\":{},\"4224\":{},\"4280\":{},\"4347\":{},\"4414\":{},\"4652\":{},\"4726\":{},\"4783\":{},\"4848\":{},\"4906\":{},\"4965\":{},\"5027\":{},\"5100\":{},\"5262\":{},\"5337\":{},\"5412\":{},\"5491\":{},\"5560\":{},\"5752\":{},\"5812\":{},\"5918\":{},\"5974\":{},\"6041\":{},\"6184\":{},\"6384\":{},\"6476\":{},\"6602\":{},\"6675\":{},\"6815\":{},\"6878\":{},\"6961\":{},\"7133\":{},\"7182\":{},\"7249\":{}},\"comment\":{}}],[\"setfontsize\",{\"_index\":71,\"name\":{\"73\":{},\"154\":{},\"228\":{},\"371\":{},\"449\":{},\"528\":{},\"757\":{},\"831\":{},\"973\":{},\"1123\":{},\"1179\":{},\"1244\":{},\"1401\":{},\"1809\":{},\"1971\":{},\"2086\":{},\"2231\":{},\"2450\":{},\"2519\":{},\"2691\":{},\"2771\":{},\"2911\":{},\"2978\":{},\"3064\":{},\"3284\":{},\"3456\":{},\"3519\":{},\"3602\":{},\"3665\":{},\"3763\":{},\"3990\":{},\"4109\":{},\"4178\":{},\"4228\":{},\"4284\":{},\"4351\":{},\"4418\":{},\"4656\":{},\"4730\":{},\"4787\":{},\"4852\":{},\"4910\":{},\"4969\":{},\"5031\":{},\"5104\":{},\"5266\":{},\"5341\":{},\"5416\":{},\"5564\":{},\"5756\":{},\"5816\":{},\"5922\":{},\"5978\":{},\"6045\":{},\"6188\":{},\"6227\":{},\"6388\":{},\"6480\":{},\"6606\":{},\"6679\":{},\"6819\":{},\"6882\":{},\"6965\":{},\"7137\":{},\"7186\":{},\"7253\":{}},\"comment\":{}}],[\"setfrethandfinger\",{\"_index\":680,\"name\":{\"1757\":{}},\"comment\":{}}],[\"setghost\",{\"_index\":796,\"name\":{\"2535\":{},\"5600\":{}},\"comment\":{}}],[\"setglyph\",{\"_index\":747,\"name\":{\"2102\":{},\"3861\":{},\"6634\":{}},\"comment\":{}}],[\"setgroupstyle\",{\"_index\":47,\"name\":{\"49\":{},\"130\":{},\"204\":{},\"347\":{},\"425\":{},\"504\":{},\"734\":{},\"807\":{},\"949\":{},\"1099\":{},\"1155\":{},\"1220\":{},\"1376\":{},\"1785\":{},\"1947\":{},\"2062\":{},\"2208\":{},\"2427\":{},\"2495\":{},\"2667\":{},\"2747\":{},\"2887\":{},\"2954\":{},\"3040\":{},\"3259\":{},\"3433\":{},\"3495\":{},\"3578\":{},\"3641\":{},\"3739\":{},\"3967\":{},\"4087\":{},\"4154\":{},\"4204\":{},\"4260\":{},\"4327\":{},\"4394\":{},\"4633\":{},\"4706\":{},\"4763\":{},\"4828\":{},\"4886\":{},\"4945\":{},\"5007\":{},\"5081\":{},\"5241\":{},\"5317\":{},\"5392\":{},\"5541\":{},\"5732\":{},\"5792\":{},\"5900\":{},\"5954\":{},\"6022\":{},\"6164\":{},\"6364\":{},\"6455\":{},\"6582\":{},\"6655\":{},\"6795\":{},\"6858\":{},\"6941\":{},\"7113\":{},\"7162\":{},\"7230\":{}},\"comment\":{}}],[\"seth\",{\"_index\":253,\"name\":{\"554\":{}},\"comment\":{}}],[\"setharsh\",{\"_index\":1377,\"name\":{\"7087\":{},\"7157\":{}},\"comment\":{}}],[\"setheight\",{\"_index\":386,\"name\":{\"994\":{}},\"comment\":{}}],[\"sethorizontal\",{\"_index\":361,\"name\":{\"707\":{}},\"comment\":{}}],[\"setignoreticks\",{\"_index\":174,\"name\":{\"316\":{},\"917\":{},\"1067\":{},\"1917\":{},\"2176\":{},\"2397\":{},\"2636\":{},\"2856\":{},\"3226\":{},\"3402\":{},\"3935\":{},\"4603\":{},\"5209\":{},\"5701\":{},\"6132\":{},\"6332\":{},\"6414\":{},\"6764\":{}},\"comment\":{}}],[\"setindex\",{\"_index\":31,\"name\":{\"33\":{},\"114\":{},\"188\":{},\"489\":{},\"718\":{},\"1204\":{},\"1769\":{},\"2479\":{},\"2937\":{},\"3479\":{},\"3562\":{},\"3625\":{},\"5301\":{},\"5377\":{},\"6842\":{},\"7097\":{}},\"comment\":{}}],[\"setindexvalue\",{\"_index\":963,\"name\":{\"3781\":{}},\"comment\":{}}],[\"setintrinsicticks\",{\"_index\":191,\"name\":{\"337\":{},\"939\":{},\"1089\":{},\"1937\":{},\"2198\":{},\"2418\":{},\"2657\":{},\"2877\":{},\"3249\":{},\"3423\":{},\"3957\":{},\"4624\":{},\"5231\":{},\"5722\":{},\"6154\":{},\"6354\":{},\"6441\":{},\"6785\":{}},\"comment\":{}}],[\"setisnumeric\",{\"_index\":1304,\"name\":{\"6636\":{}},\"comment\":{}}],[\"setjustification\",{\"_index\":94,\"name\":{\"105\":{},\"6257\":{}},\"comment\":{}}],[\"setkey\",{\"_index\":802,\"name\":{\"2700\":{}},\"comment\":{}}],[\"setkeyline\",{\"_index\":778,\"name\":{\"2309\":{},\"4512\":{}},\"comment\":{}}],[\"setkeysig\",{\"_index\":813,\"name\":{\"2726\":{}},\"comment\":{}}],[\"setkeysignature\",{\"_index\":1034,\"name\":{\"4066\":{},\"5879\":{}},\"comment\":{}}],[\"setkeystyle\",{\"_index\":777,\"name\":{\"2308\":{},\"4511\":{}},\"comment\":{}}],[\"setlastnote\",{\"_index\":1171,\"name\":{\"5290\":{}},\"comment\":{}}],[\"setlayoutmetrics\",{\"_index\":376,\"name\":{\"802\":{},\"2742\":{},\"4149\":{},\"4388\":{},\"4701\":{},\"4758\":{},\"4823\":{},\"4881\":{},\"5002\":{},\"6650\":{}},\"comment\":{}}],[\"setledgerlinestyle\",{\"_index\":773,\"name\":{\"2304\":{},\"4507\":{}},\"comment\":{}}],[\"setleftdisplacedheadpx\",{\"_index\":133,\"name\":{\"274\":{},\"875\":{},\"1025\":{},\"1878\":{},\"2135\":{},\"2369\":{},\"2604\":{},\"2814\":{},\"3184\":{},\"3361\":{},\"3894\":{},\"4575\":{},\"5170\":{},\"5669\":{},\"6090\":{},\"6290\":{},\"6722\":{}},\"comment\":{}}],[\"setline\",{\"_index\":385,\"name\":{\"993\":{},\"3329\":{},\"3732\":{},\"6017\":{},\"6060\":{},\"6258\":{},\"6632\":{},\"7156\":{}},\"comment\":{}}],[\"setlinecap\",{\"_index\":282,\"name\":{\"589\":{},\"3807\":{},\"5467\":{}},\"comment\":{}}],[\"setlinedash\",{\"_index\":283,\"name\":{\"590\":{},\"3808\":{},\"5466\":{}},\"comment\":{}}],[\"setlineendtype\",{\"_index\":1169,\"name\":{\"5286\":{}},\"comment\":{}}],[\"setlinewidth\",{\"_index\":281,\"name\":{\"588\":{},\"3806\":{},\"5465\":{}},\"comment\":{}}],[\"setloweraccidental\",{\"_index\":915,\"name\":{\"3553\":{}},\"comment\":{}}],[\"setmeasure\",{\"_index\":1012,\"name\":{\"4039\":{},\"5853\":{}},\"comment\":{}}],[\"setmetrics\",{\"_index\":625,\"name\":{\"1673\":{}},\"comment\":{}}],[\"setmode\",{\"_index\":1389,\"name\":{\"7212\":{}},\"comment\":{}}],[\"setmodifiercontext\",{\"_index\":34,\"name\":{\"36\":{},\"117\":{},\"191\":{},\"341\":{},\"492\":{},\"721\":{},\"943\":{},\"1093\":{},\"1207\":{},\"1772\":{},\"1941\":{},\"2202\":{},\"2422\":{},\"2482\":{},\"2661\":{},\"2881\":{},\"2940\":{},\"3253\":{},\"3427\":{},\"3482\":{},\"3565\":{},\"3628\":{},\"3961\":{},\"4628\":{},\"5235\":{},\"5304\":{},\"5380\":{},\"5726\":{},\"6158\":{},\"6358\":{},\"6446\":{},\"6789\":{},\"6845\":{},\"7100\":{}},\"comment\":{}}],[\"setmusicfont\",{\"_index\":557,\"name\":{\"1576\":{}},\"comment\":{}}],[\"setnote\",{\"_index\":23,\"name\":{\"25\":{},\"111\":{},\"185\":{},\"486\":{},\"715\":{},\"1195\":{},\"1766\":{},\"2476\":{},\"2934\":{},\"3476\":{},\"3559\":{},\"3617\":{},\"5298\":{},\"5374\":{},\"6839\":{},\"7094\":{}},\"comment\":{}}],[\"setnotedisplaced\",{\"_index\":770,\"name\":{\"2293\":{},\"4496\":{}},\"comment\":{}}],[\"setnotedots\",{\"_index\":452,\"name\":{\"1324\":{}},\"comment\":{}}],[\"setnoteduration\",{\"_index\":453,\"name\":{\"1325\":{}},\"comment\":{}}],[\"setnoteheadxbounds\",{\"_index\":1155,\"name\":{\"5062\":{}},\"comment\":{}}],[\"setnotes\",{\"_index\":397,\"name\":{\"1148\":{},\"4254\":{},\"4320\":{},\"4936\":{},\"5784\":{},\"5945\":{}},\"comment\":{}}],[\"setnotesoccupied\",{\"_index\":1339,\"name\":{\"6933\":{}},\"comment\":{}}],[\"setnotestartx\",{\"_index\":1003,\"name\":{\"4023\":{},\"5837\":{}},\"comment\":{}}],[\"setnotetype\",{\"_index\":454,\"name\":{\"1326\":{}},\"comment\":{}}],[\"setnumlines\",{\"_index\":1009,\"name\":{\"4030\":{},\"5844\":{}},\"comment\":{}}],[\"setoffsetx\",{\"_index\":682,\"name\":{\"1759\":{},\"5288\":{}},\"comment\":{}}],[\"setoffsety\",{\"_index\":683,\"name\":{\"1760\":{},\"5289\":{}},\"comment\":{}}],[\"setoptions\",{\"_index\":469,\"name\":{\"1351\":{},\"1426\":{},\"2043\":{},\"5061\":{},\"5525\":{},\"6565\":{}},\"comment\":{}}],[\"setorigin\",{\"_index\":742,\"name\":{\"2055\":{},\"6576\":{}},\"comment\":{}}],[\"setoriginx\",{\"_index\":740,\"name\":{\"2053\":{},\"6574\":{}},\"comment\":{}}],[\"setoriginy\",{\"_index\":741,\"name\":{\"2054\":{},\"6575\":{}},\"comment\":{}}],[\"setpadding\",{\"_index\":375,\"name\":{\"801\":{},\"2741\":{},\"4148\":{},\"4387\":{},\"4700\":{},\"4757\":{},\"4822\":{},\"4880\":{},\"5001\":{},\"6512\":{},\"6649\":{}},\"comment\":{}}],[\"setpartialbeamsideat\",{\"_index\":220,\"name\":{\"410\":{}},\"comment\":{}}],[\"setplaynote\",{\"_index\":125,\"name\":{\"266\":{},\"867\":{},\"1017\":{},\"1872\":{},\"2127\":{},\"2363\":{},\"2597\":{},\"2806\":{},\"3176\":{},\"3354\":{},\"3886\":{},\"4569\":{},\"5162\":{},\"5662\":{},\"6082\":{},\"6282\":{},\"6714\":{}},\"comment\":{}}],[\"setpoint\",{\"_index\":737,\"name\":{\"2044\":{},\"6566\":{}},\"comment\":{}}],[\"setposition\",{\"_index\":36,\"name\":{\"38\":{},\"119\":{},\"193\":{},\"494\":{},\"723\":{},\"793\":{},\"1209\":{},\"1774\":{},\"2484\":{},\"2733\":{},\"2942\":{},\"3484\":{},\"3567\":{},\"3630\":{},\"4138\":{},\"4252\":{},\"4377\":{},\"4690\":{},\"4747\":{},\"4812\":{},\"4870\":{},\"4991\":{},\"5306\":{},\"5381\":{},\"6639\":{},\"6847\":{},\"7102\":{}},\"comment\":{}}],[\"setratioed\",{\"_index\":1332,\"name\":{\"6925\":{}},\"comment\":{}}],[\"setrawfont\",{\"_index\":303,\"name\":{\"614\":{},\"3835\":{},\"5494\":{}},\"comment\":{}}],[\"setrendered\",{\"_index\":57,\"name\":{\"59\":{},\"140\":{},\"214\":{},\"357\":{},\"435\":{},\"514\":{},\"744\":{},\"817\":{},\"959\":{},\"1109\":{},\"1165\":{},\"1230\":{},\"1387\":{},\"1795\":{},\"1957\":{},\"2072\":{},\"2218\":{},\"2437\":{},\"2505\":{},\"2677\":{},\"2757\":{},\"2897\":{},\"2964\":{},\"3050\":{},\"3270\":{},\"3443\":{},\"3505\":{},\"3588\":{},\"3651\":{},\"3749\":{},\"3977\":{},\"4096\":{},\"4164\":{},\"4214\":{},\"4270\":{},\"4337\":{},\"4404\":{},\"4643\":{},\"4716\":{},\"4773\":{},\"4838\":{},\"4896\":{},\"4955\":{},\"5017\":{},\"5091\":{},\"5252\":{},\"5327\":{},\"5402\":{},\"5551\":{},\"5742\":{},\"5802\":{},\"5909\":{},\"5964\":{},\"6031\":{},\"6174\":{},\"6374\":{},\"6466\":{},\"6592\":{},\"6665\":{},\"6805\":{},\"6868\":{},\"6951\":{},\"7123\":{},\"7172\":{},\"7240\":{}},\"comment\":{}}],[\"setrenderoptions\",{\"_index\":1069,\"name\":{\"4253\":{}},\"comment\":{}}],[\"setrepetitiontype\",{\"_index\":1015,\"name\":{\"4042\":{},\"5856\":{}},\"comment\":{}}],[\"setreportwidth\",{\"_index\":344,\"name\":{\"689\":{}},\"comment\":{}}],[\"setrightdisplacedheadpx\",{\"_index\":134,\"name\":{\"275\":{},\"876\":{},\"1026\":{},\"1879\":{},\"2136\":{},\"2370\":{},\"2605\":{},\"2815\":{},\"3185\":{},\"3362\":{},\"3895\":{},\"4576\":{},\"5171\":{},\"5670\":{},\"6091\":{},\"6291\":{},\"6723\":{}},\"comment\":{}}],[\"setsection\",{\"_index\":1017,\"name\":{\"4044\":{},\"5858\":{}},\"comment\":{}}],[\"setshadowblur\",{\"_index\":280,\"name\":{\"587\":{},\"3805\":{},\"5464\":{}},\"comment\":{}}],[\"setshadowcolor\",{\"_index\":279,\"name\":{\"586\":{},\"3804\":{},\"5463\":{}},\"comment\":{}}],[\"setshiftx\",{\"_index\":1122,\"name\":{\"4683\":{},\"4743\":{},\"4808\":{},\"4865\":{}},\"comment\":{}}],[\"setshifty\",{\"_index\":1123,\"name\":{\"4684\":{},\"4744\":{},\"4809\":{},\"4866\":{},\"4988\":{}},\"comment\":{}}],[\"setsoftmaxfactor\",{\"_index\":1393,\"name\":{\"7220\":{}},\"comment\":{}}],[\"setspacingfromnextmodifier\",{\"_index\":39,\"name\":{\"41\":{},\"122\":{},\"196\":{},\"497\":{},\"726\":{},\"1212\":{},\"1777\":{},\"2487\":{},\"2945\":{},\"3487\":{},\"3570\":{},\"3633\":{},\"5309\":{},\"5384\":{},\"6850\":{},\"7105\":{}},\"comment\":{}}],[\"setstave\",{\"_index\":130,\"name\":{\"271\":{},\"790\":{},\"872\":{},\"1022\":{},\"1823\":{},\"2045\":{},\"2132\":{},\"2291\":{},\"2539\":{},\"2736\":{},\"2811\":{},\"3031\":{},\"3181\":{},\"3332\":{},\"3891\":{},\"4141\":{},\"4380\":{},\"4494\":{},\"4693\":{},\"4750\":{},\"4815\":{},\"4873\":{},\"4994\":{},\"5167\":{},\"5604\":{},\"6087\":{},\"6287\":{},\"6450\":{},\"6567\":{},\"6642\":{},\"6719\":{},\"7215\":{}},\"comment\":{}}],[\"setstavesection\",{\"_index\":1128,\"name\":{\"4742\":{}},\"comment\":{}}],[\"setstavetext\",{\"_index\":1131,\"name\":{\"4864\":{}},\"comment\":{}}],[\"setstem\",{\"_index\":687,\"name\":{\"1831\":{},\"2329\":{},\"2562\":{},\"4535\":{},\"5121\":{},\"5627\":{}},\"comment\":{}}],[\"setstemdirection\",{\"_index\":693,\"name\":{\"1839\":{},\"2336\":{},\"2570\":{},\"4542\":{},\"5129\":{},\"5635\":{}},\"comment\":{}}],[\"setstemlength\",{\"_index\":697,\"name\":{\"1843\":{},\"2338\":{},\"2572\":{},\"4544\":{},\"5133\":{},\"5637\":{}},\"comment\":{}}],[\"setstemlet\",{\"_index\":1161,\"name\":{\"5074\":{}},\"comment\":{}}],[\"setstemstyle\",{\"_index\":771,\"name\":{\"2302\":{},\"4505\":{}},\"comment\":{}}],[\"setstrict\",{\"_index\":1391,\"name\":{\"7218\":{}},\"comment\":{}}],[\"setstringnumber\",{\"_index\":1170,\"name\":{\"5287\":{}},\"comment\":{}}],[\"setstrokestyle\",{\"_index\":278,\"name\":{\"585\":{},\"3803\":{},\"5462\":{}},\"comment\":{}}],[\"setstyle\",{\"_index\":46,\"name\":{\"48\":{},\"129\":{},\"203\":{},\"346\":{},\"424\":{},\"503\":{},\"733\":{},\"806\":{},\"948\":{},\"1098\":{},\"1154\":{},\"1219\":{},\"1375\":{},\"1784\":{},\"1946\":{},\"2061\":{},\"2207\":{},\"2301\":{},\"2494\":{},\"2666\":{},\"2746\":{},\"2886\":{},\"2953\":{},\"3039\":{},\"3258\":{},\"3432\":{},\"3494\":{},\"3577\":{},\"3640\":{},\"3738\":{},\"3966\":{},\"4086\":{},\"4153\":{},\"4203\":{},\"4259\":{},\"4326\":{},\"4393\":{},\"4504\":{},\"4705\":{},\"4762\":{},\"4827\":{},\"4885\":{},\"4944\":{},\"5006\":{},\"5080\":{},\"5240\":{},\"5316\":{},\"5391\":{},\"5540\":{},\"5731\":{},\"5791\":{},\"5899\":{},\"5953\":{},\"6021\":{},\"6163\":{},\"6363\":{},\"6454\":{},\"6581\":{},\"6654\":{},\"6794\":{},\"6857\":{},\"6940\":{},\"7112\":{},\"7161\":{},\"7229\":{}},\"comment\":{}}],[\"settap\",{\"_index\":239,\"name\":{\"478\":{}},\"comment\":{}}],[\"settempo\",{\"_index\":1018,\"name\":{\"4045\":{},\"4807\":{},\"5859\":{}},\"comment\":{}}],[\"settext\",{\"_index\":1019,\"name\":{\"4046\":{},\"4197\":{},\"4319\":{},\"4867\":{},\"5860\":{}},\"comment\":{}}],[\"settextline\",{\"_index\":37,\"name\":{\"39\":{},\"120\":{},\"194\":{},\"495\":{},\"724\":{},\"1210\":{},\"1775\":{},\"2485\":{},\"2943\":{},\"3485\":{},\"3568\":{},\"3631\":{},\"5307\":{},\"5382\":{},\"6848\":{},\"7103\":{}},\"comment\":{}}],[\"settickcontext\",{\"_index\":147,\"name\":{\"288\":{},\"889\":{},\"1039\":{},\"1891\":{},\"2148\":{},\"2380\":{},\"2616\":{},\"2828\":{},\"3198\":{},\"3375\":{},\"3907\":{},\"4586\":{},\"5183\":{},\"5681\":{},\"6104\":{},\"6304\":{},\"6434\":{},\"6736\":{}},\"comment\":{}}],[\"settimesig\",{\"_index\":1301,\"name\":{\"6629\":{}},\"comment\":{}}],[\"settimesignature\",{\"_index\":1036,\"name\":{\"4068\":{},\"5881\":{}},\"comment\":{}}],[\"settuning\",{\"_index\":1309,\"name\":{\"6893\":{}},\"comment\":{}}],[\"settuplet\",{\"_index\":184,\"name\":{\"330\":{},\"931\":{},\"1081\":{},\"1931\":{},\"2190\":{},\"2411\":{},\"2650\":{},\"2870\":{},\"3240\":{},\"3415\":{},\"3949\":{},\"4617\":{},\"5223\":{},\"5715\":{},\"6146\":{},\"6346\":{},\"6430\":{},\"6778\":{}},\"comment\":{}}],[\"settupletlocation\",{\"_index\":1333,\"name\":{\"6926\":{}},\"comment\":{}}],[\"settype\",{\"_index\":107,\"name\":{\"243\":{},\"788\":{},\"844\":{},\"3730\":{},\"4132\":{},\"4195\":{}},\"comment\":{}}],[\"setupperaccidental\",{\"_index\":914,\"name\":{\"3552\":{}},\"comment\":{}}],[\"setvertical\",{\"_index\":359,\"name\":{\"705\":{}},\"comment\":{}}],[\"setverticaljustification\",{\"_index\":92,\"name\":{\"103\":{}},\"comment\":{}}],[\"setvibratowidth\",{\"_index\":1378,\"name\":{\"7088\":{}},\"comment\":{}}],[\"setviewbox\",{\"_index\":1194,\"name\":{\"5470\":{}},\"comment\":{}}],[\"setvisibility\",{\"_index\":1160,\"name\":{\"5073\":{}},\"comment\":{}}],[\"setvoice\",{\"_index\":145,\"name\":{\"286\":{},\"887\":{},\"1037\":{},\"1889\":{},\"2146\":{},\"2378\":{},\"2614\":{},\"2826\":{},\"3196\":{},\"3373\":{},\"3905\":{},\"4584\":{},\"5181\":{},\"5679\":{},\"6102\":{},\"6302\":{},\"6426\":{},\"6734\":{}},\"comment\":{}}],[\"setvoltatype\",{\"_index\":1016,\"name\":{\"4043\":{},\"5857\":{}},\"comment\":{}}],[\"setw\",{\"_index\":252,\"name\":{\"553\":{}},\"comment\":{}}],[\"setwidth\",{\"_index\":26,\"name\":{\"28\":{},\"108\":{},\"182\":{},\"317\":{},\"483\":{},\"712\":{},\"796\":{},\"918\":{},\"1068\":{},\"1199\":{},\"1763\":{},\"1918\":{},\"2177\":{},\"2398\":{},\"2470\":{},\"2637\":{},\"2737\":{},\"2857\":{},\"2931\":{},\"3227\":{},\"3403\":{},\"3471\":{},\"3556\":{},\"3620\":{},\"3936\":{},\"4036\":{},\"4143\":{},\"4382\":{},\"4604\":{},\"4695\":{},\"4752\":{},\"4817\":{},\"4875\":{},\"4996\":{},\"5210\":{},\"5295\":{},\"5371\":{},\"5702\":{},\"5850\":{},\"6133\":{},\"6333\":{},\"6415\":{},\"6644\":{},\"6765\":{},\"6836\":{},\"7091\":{}},\"comment\":{}}],[\"setx\",{\"_index\":250,\"name\":{\"551\":{},\"798\":{},\"2739\":{},\"3325\":{},\"4035\":{},\"4145\":{},\"4384\":{},\"4697\":{},\"4754\":{},\"4819\":{},\"4877\":{},\"4998\":{},\"5527\":{},\"5849\":{},\"6506\":{},\"6646\":{}},\"comment\":{}}],[\"setxbase\",{\"_index\":1277,\"name\":{\"6508\":{}},\"comment\":{}}],[\"setxoffset\",{\"_index\":1279,\"name\":{\"6510\":{}},\"comment\":{}}],[\"setxshift\",{\"_index\":41,\"name\":{\"43\":{},\"124\":{},\"198\":{},\"319\":{},\"477\":{},\"728\":{},\"920\":{},\"1070\":{},\"1214\":{},\"1779\":{},\"1920\":{},\"2047\":{},\"2179\":{},\"2400\":{},\"2489\":{},\"2639\":{},\"2859\":{},\"2947\":{},\"3229\":{},\"3404\":{},\"3489\":{},\"3572\":{},\"3635\":{},\"3938\":{},\"4198\":{},\"4606\":{},\"5212\":{},\"5311\":{},\"5386\":{},\"5704\":{},\"6135\":{},\"6335\":{},\"6417\":{},\"6569\":{},\"6767\":{},\"6852\":{},\"7107\":{}},\"comment\":{}}],[\"sety\",{\"_index\":251,\"name\":{\"552\":{},\"3327\":{},\"4031\":{},\"5529\":{},\"5845\":{}},\"comment\":{}}],[\"setybounds\",{\"_index\":1158,\"name\":{\"5066\":{}},\"comment\":{}}],[\"setys\",{\"_index\":141,\"name\":{\"282\":{},\"883\":{},\"1033\":{},\"1886\":{},\"2142\":{},\"2375\":{},\"2611\":{},\"2822\":{},\"3192\":{},\"3369\":{},\"3901\":{},\"4581\":{},\"5178\":{},\"5676\":{},\"6098\":{},\"6298\":{},\"6730\":{}},\"comment\":{}}],[\"setyshift\",{\"_index\":38,\"name\":{\"40\":{},\"121\":{},\"195\":{},\"496\":{},\"725\":{},\"1211\":{},\"1776\":{},\"2049\":{},\"2486\":{},\"2944\":{},\"3486\":{},\"3569\":{},\"3632\":{},\"5308\":{},\"5383\":{},\"6571\":{},\"6849\":{},\"7104\":{}},\"comment\":{}}],[\"shadow_attributes\",{\"_index\":1186,\"name\":{\"5434\":{},\"5450\":{}},\"comment\":{}}],[\"shadowblur\",{\"_index\":478,\"name\":{\"1365\":{}},\"comment\":{}}],[\"shadowcolor\",{\"_index\":477,\"name\":{\"1364\":{}},\"comment\":{}}],[\"shift_right\",{\"_index\":878,\"name\":{\"3122\":{}},\"comment\":{}}],[\"shift_y\",{\"_index\":718,\"name\":{\"1999\":{}},\"comment\":{}}],[\"shoulddrawflag\",{\"_index\":788,\"name\":{\"2321\":{},\"4524\":{}},\"comment\":{}}],[\"shouldignoreticks\",{\"_index\":135,\"name\":{\"276\":{},\"877\":{},\"1027\":{},\"1880\":{},\"2137\":{},\"2371\":{},\"2606\":{},\"2816\":{},\"3186\":{},\"3363\":{},\"3896\":{},\"4577\":{},\"5172\":{},\"5671\":{},\"6092\":{},\"6292\":{},\"6413\":{},\"6724\":{}},\"comment\":{}}],[\"show_bracket\",{\"_index\":1234,\"name\":{\"6009\":{}},\"comment\":{}}],[\"show_number\",{\"_index\":834,\"name\":{\"3012\":{}},\"comment\":{}}],[\"show_stemlets\",{\"_index\":206,\"name\":{\"394\":{}},\"comment\":{}}],[\"simpleformat\",{\"_index\":645,\"name\":{\"1699\":{}},\"comment\":{}}],[\"simplify\",{\"_index\":667,\"name\":{\"1730\":{}},\"comment\":{}}],[\"single\",{\"_index\":1049,\"name\":{\"4117\":{}},\"comment\":{}}],[\"singlenote\",{\"_index\":414,\"name\":{\"1265\":{}},\"comment\":{}}],[\"size\",{\"_index\":582,\"name\":{\"1607\":{},\"1654\":{},\"5426\":{}},\"comment\":{}}],[\"slash\",{\"_index\":432,\"name\":{\"1287\":{},\"2239\":{}},\"comment\":{}}],[\"slash_notehead_width\",{\"_index\":565,\"name\":{\"1584\":{}},\"comment\":{}}],[\"slashed\",{\"_index\":896,\"name\":{\"3297\":{}},\"comment\":{}}],[\"slide_down\",{\"_index\":1222,\"name\":{\"5767\":{}},\"comment\":{}}],[\"slide_up\",{\"_index\":1221,\"name\":{\"5766\":{}},\"comment\":{}}],[\"slope\",{\"_index\":216,\"name\":{\"405\":{}},\"comment\":{}}],[\"slope_cost\",{\"_index\":211,\"name\":{\"399\":{}},\"comment\":{}}],[\"slope_iterations\",{\"_index\":210,\"name\":{\"398\":{}},\"comment\":{}}],[\"slur_y_shift\",{\"_index\":791,\"name\":{\"2467\":{}},\"comment\":{}}],[\"smooth\",{\"_index\":1259,\"name\":{\"6238\":{}},\"comment\":{}}],[\"smufl\",{\"_index\":591,\"name\":{\"1620\":{}},\"comment\":{}}],[\"soft\",{\"_index\":1381,\"name\":{\"7199\":{}},\"comment\":{}}],[\"softmax\",{\"_index\":1394,\"name\":{\"7221\":{}},\"comment\":{}}],[\"softmax_factor\",{\"_index\":561,\"name\":{\"1580\":{}},\"comment\":{}}],[\"softmaxfactor\",{\"_index\":632,\"name\":{\"1680\":{},\"5497\":{}},\"comment\":{}}],[\"sortandunique\",{\"_index\":1365,\"name\":{\"7064\":{}},\"comment\":{}}],[\"sortbycategory\",{\"_index\":1044,\"name\":{\"4077\":{},\"5890\":{}},\"comment\":{}}],[\"space\",{\"_index\":483,\"name\":{\"1411\":{},\"4021\":{},\"5835\":{},\"6402\":{}},\"comment\":{}}],[\"space_above_staff_ln\",{\"_index\":990,\"name\":{\"4003\":{}},\"comment\":{}}],[\"space_below_staff_ln\",{\"_index\":989,\"name\":{\"4002\":{}},\"comment\":{}}],[\"spaceabove\",{\"_index\":1201,\"name\":{\"5505\":{}},\"comment\":{}}],[\"spacebelow\",{\"_index\":1202,\"name\":{\"5506\":{}},\"comment\":{}}],[\"spacebetweenstaves\",{\"_index\":1207,\"name\":{\"5512\":{}},\"comment\":{}}],[\"spacing\",{\"_index\":322,\"name\":{\"636\":{},\"2992\":{}},\"comment\":{}}],[\"spacing_between_lines_px\",{\"_index\":839,\"name\":{\"3018\":{},\"4008\":{}},\"comment\":{}}],[\"spacingbetweenblocks\",{\"_index\":336,\"name\":{\"666\":{}},\"comment\":{}}],[\"stacktrace\",{\"_index\":1368,\"name\":{\"7068\":{}},\"comment\":{}}],[\"start\",{\"_index\":1229,\"name\":{\"5986\":{},\"6013\":{}},\"comment\":{}}],[\"state\",{\"_index\":1185,\"name\":{\"5431\":{},\"5432\":{},\"5451\":{}},\"comment\":{}}],[\"state_stack\",{\"_index\":1189,\"name\":{\"5452\":{}},\"comment\":{}}],[\"stave\",{\"_index\":482,\"name\":{\"1409\":{},\"1432\":{},\"1526\":{},\"1621\":{},\"1685\":{},\"4011\":{},\"5502\":{},\"7020\":{}},\"comment\":{}}],[\"stave_line_distance\",{\"_index\":566,\"name\":{\"1585\":{}},\"comment\":{}}],[\"stave_line_thickness\",{\"_index\":567,\"name\":{\"1586\":{}},\"comment\":{}}],[\"staveconnector\",{\"_index\":509,\"name\":{\"1458\":{},\"1527\":{},\"4186\":{},\"7021\":{}},\"comment\":{}}],[\"staveconnectortype\",{\"_index\":1058,\"name\":{\"4185\":{}},\"comment\":{}}],[\"stavehairpin\",{\"_index\":535,\"name\":{\"1528\":{},\"4242\":{},\"7022\":{}},\"comment\":{}}],[\"stavehairpinrenderoptions\",{\"_index\":1061,\"name\":{\"4235\":{}},\"comment\":{}}],[\"staveline\",{\"_index\":512,\"name\":{\"1464\":{},\"1529\":{},\"4296\":{},\"7023\":{}},\"comment\":{}}],[\"stavelineconfig\",{\"_index\":984,\"name\":{\"3997\":{}},\"comment\":{}}],[\"stavelinenotes\",{\"_index\":1071,\"name\":{\"4291\":{}},\"comment\":{}}],[\"stavemodifier\",{\"_index\":536,\"name\":{\"1530\":{},\"4371\":{},\"7024\":{}},\"comment\":{}}],[\"stavemodifierposition\",{\"_index\":552,\"name\":{\"1571\":{},\"4363\":{}},\"comment\":{}}],[\"stavenote\",{\"_index\":492,\"name\":{\"1434\":{},\"1531\":{},\"4463\":{},\"7025\":{}},\"comment\":{}}],[\"stavenoteformatsettings\",{\"_index\":1103,\"name\":{\"4436\":{}},\"comment\":{}}],[\"stavenoteheadbounds\",{\"_index\":1092,\"name\":{\"4425\":{}},\"comment\":{}}],[\"stavenotestruct\",{\"_index\":1109,\"name\":{\"4447\":{}},\"comment\":{}}],[\"staveoptions\",{\"_index\":986,\"name\":{\"3999\":{}},\"comment\":{}}],[\"stavesection\",{\"_index\":1127,\"name\":{\"4737\":{},\"7026\":{}},\"comment\":{}}],[\"stavetempo\",{\"_index\":537,\"name\":{\"1532\":{},\"4799\":{},\"7027\":{}},\"comment\":{}}],[\"stavetempooptions\",{\"_index\":1129,\"name\":{\"4794\":{}},\"comment\":{}}],[\"stavetext\",{\"_index\":538,\"name\":{\"1533\":{},\"4859\":{},\"7028\":{}},\"comment\":{}}],[\"stavetie\",{\"_index\":511,\"name\":{\"1463\":{},\"1534\":{},\"4922\":{},\"7029\":{}},\"comment\":{}}],[\"stem\",{\"_index\":443,\"name\":{\"1309\":{},\"1340\":{},\"1535\":{},\"1828\":{},\"1989\":{},\"2326\":{},\"2559\":{},\"4532\":{},\"5052\":{},\"5118\":{},\"5624\":{},\"7030\":{}},\"comment\":{}}],[\"stem_beam_extension\",{\"_index\":709,\"name\":{\"1986\":{}},\"comment\":{}}],[\"stem_direction\",{\"_index\":684,\"name\":{\"1827\":{},\"2240\":{},\"2325\":{},\"2558\":{},\"3303\":{},\"4448\":{},\"4531\":{},\"5046\":{},\"5117\":{},\"5576\":{},\"5623\":{}},\"comment\":{}}],[\"stem_down\",{\"_index\":758,\"name\":{\"2261\":{},\"4467\":{}},\"comment\":{}}],[\"stem_down_extension\",{\"_index\":711,\"name\":{\"1988\":{}},\"comment\":{}}],[\"stem_down_x_offset\",{\"_index\":751,\"name\":{\"2242\":{},\"3113\":{},\"3299\":{},\"4450\":{},\"5578\":{}},\"comment\":{}}],[\"stem_down_y_base_offset\",{\"_index\":1145,\"name\":{\"5039\":{}},\"comment\":{}}],[\"stem_down_y_offset\",{\"_index\":1147,\"name\":{\"5041\":{}},\"comment\":{}}],[\"stem_extension\",{\"_index\":1152,\"name\":{\"5047\":{}},\"comment\":{}}],[\"stem_height\",{\"_index\":568,\"name\":{\"1587\":{}},\"comment\":{}}],[\"stem_up\",{\"_index\":757,\"name\":{\"2260\":{},\"4466\":{}},\"comment\":{}}],[\"stem_up_extension\",{\"_index\":710,\"name\":{\"1987\":{}},\"comment\":{}}],[\"stem_up_x_offset\",{\"_index\":752,\"name\":{\"2243\":{},\"3114\":{},\"3300\":{},\"4451\":{},\"5579\":{}},\"comment\":{}}],[\"stem_up_y_base_offset\",{\"_index\":1146,\"name\":{\"5040\":{}},\"comment\":{}}],[\"stem_up_y_offset\",{\"_index\":1148,\"name\":{\"5042\":{}},\"comment\":{}}],[\"stem_width\",{\"_index\":569,\"name\":{\"1588\":{}},\"comment\":{}}],[\"stemdirection\",{\"_index\":1104,\"name\":{\"4441\":{}},\"comment\":{}}],[\"stemlet_extension\",{\"_index\":212,\"name\":{\"400\":{}},\"comment\":{}}],[\"stemletheight\",{\"_index\":1149,\"name\":{\"5043\":{}},\"comment\":{}}],[\"stemmablenote\",{\"_index\":1164,\"name\":{\"5111\":{},\"7031\":{}},\"comment\":{}}],[\"stemmax\",{\"_index\":1105,\"name\":{\"4442\":{}},\"comment\":{}}],[\"stemmin\",{\"_index\":1106,\"name\":{\"4443\":{}},\"comment\":{}}],[\"stemoffset\",{\"_index\":1323,\"name\":{\"6907\":{}},\"comment\":{}}],[\"stemoptions\",{\"_index\":1144,\"name\":{\"5038\":{}},\"comment\":{}}],[\"stempadding\",{\"_index\":1167,\"name\":{\"5275\":{}},\"comment\":{}}],[\"stemupyoffset\",{\"_index\":904,\"name\":{\"3529\":{}},\"comment\":{}}],[\"stop\",{\"_index\":1230,\"name\":{\"5987\":{},\"6014\":{}},\"comment\":{}}],[\"str\",{\"_index\":1217,\"name\":{\"5572\":{}},\"comment\":{}}],[\"strict\",{\"_index\":1380,\"name\":{\"7198\":{}},\"comment\":{}}],[\"stringnumber\",{\"_index\":505,\"name\":{\"1453\":{},\"1536\":{},\"1632\":{},\"5278\":{},\"7032\":{}},\"comment\":{}}],[\"stringnumbermetrics\",{\"_index\":1165,\"name\":{\"5273\":{}},\"comment\":{}}],[\"stroke\",{\"_index\":295,\"name\":{\"603\":{},\"1537\":{},\"3121\":{},\"3821\":{},\"5348\":{},\"5484\":{},\"7033\":{}},\"comment\":{}}],[\"stroke_px\",{\"_index\":123,\"name\":{\"264\":{},\"865\":{},\"1015\":{},\"1870\":{},\"2125\":{},\"2244\":{},\"2361\":{},\"2595\":{},\"2804\":{},\"3174\":{},\"3352\":{},\"3884\":{},\"4452\":{},\"4567\":{},\"5160\":{},\"5580\":{},\"5660\":{},\"6080\":{},\"6280\":{},\"6712\":{}},\"comment\":{}}],[\"strokestyle\",{\"_index\":302,\"name\":{\"610\":{},\"1367\":{},\"3831\":{},\"5490\":{}},\"comment\":{}}],[\"style\",{\"_index\":584,\"name\":{\"1609\":{},\"3298\":{},\"5427\":{}},\"comment\":{}}],[\"subscript\",{\"_index\":330,\"name\":{\"653\":{},\"6240\":{}},\"comment\":{}}],[\"subscriptoffset\",{\"_index\":318,\"name\":{\"632\":{},\"671\":{},\"688\":{},\"6205\":{}},\"comment\":{}}],[\"subtract\",{\"_index\":668,\"name\":{\"1732\":{}},\"comment\":{}}],[\"success\",{\"_index\":929,\"name\":{\"3687\":{}},\"comment\":{}}],[\"sumarray\",{\"_index\":1362,\"name\":{\"7058\":{}},\"comment\":{}}],[\"superscript\",{\"_index\":331,\"name\":{\"654\":{},\"5989\":{},\"6241\":{}},\"comment\":{}}],[\"superscriptoffset\",{\"_index\":317,\"name\":{\"631\":{},\"670\":{},\"687\":{},\"6204\":{}},\"comment\":{}}],[\"supersubratio\",{\"_index\":323,\"name\":{\"637\":{},\"662\":{}},\"comment\":{}}],[\"sval\",{\"_index\":423,\"name\":{\"1276\":{}},\"comment\":{}}],[\"svg\",{\"_index\":976,\"name\":{\"3839\":{},\"5440\":{}},\"comment\":{}}],[\"svgcontext\",{\"_index\":539,\"name\":{\"1538\":{},\"5436\":{}},\"comment\":{}}],[\"symbol_spacing\",{\"_index\":833,\"name\":{\"3011\":{}},\"comment\":{}}],[\"symbolmodifier\",{\"_index\":306,\"name\":{\"618\":{}},\"comment\":{}}],[\"symbolmodifiers\",{\"_index\":328,\"name\":{\"651\":{},\"675\":{},\"1563\":{}},\"comment\":{}}],[\"symboltype\",{\"_index\":305,\"name\":{\"617\":{}},\"comment\":{}}],[\"symboltypes\",{\"_index\":327,\"name\":{\"647\":{},\"674\":{},\"1562\":{}},\"comment\":{}}],[\"system\",{\"_index\":515,\"name\":{\"1467\":{},\"1539\":{},\"5521\":{},\"7034\":{}},\"comment\":{}}],[\"systemformatteroptions\",{\"_index\":1196,\"name\":{\"5495\":{}},\"comment\":{}}],[\"systemoptions\",{\"_index\":1204,\"name\":{\"5508\":{}},\"comment\":{}}],[\"systemstave\",{\"_index\":1198,\"name\":{\"5500\":{}},\"comment\":{}}],[\"tablature_font_scale\",{\"_index\":563,\"name\":{\"1582\":{}},\"comment\":{}}],[\"tabnote\",{\"_index\":499,\"name\":{\"1443\":{},\"1540\":{},\"5591\":{},\"7035\":{}},\"comment\":{}}],[\"tabnote_stem_down_extension\",{\"_index\":715,\"name\":{\"1996\":{}},\"comment\":{}}],[\"tabnote_stem_up_extension\",{\"_index\":716,\"name\":{\"1997\":{}},\"comment\":{}}],[\"tabnoteposition\",{\"_index\":1216,\"name\":{\"5571\":{}},\"comment\":{}}],[\"tabnotestruct\",{\"_index\":1219,\"name\":{\"5574\":{}},\"comment\":{}}],[\"tabslide\",{\"_index\":540,\"name\":{\"1541\":{},\"5763\":{},\"7036\":{}},\"comment\":{}}],[\"tabstave\",{\"_index\":491,\"name\":{\"1433\":{},\"1542\":{},\"5823\":{},\"7037\":{}},\"comment\":{}}],[\"tabtie\",{\"_index\":541,\"name\":{\"1543\":{},\"5929\":{},\"7038\":{}},\"comment\":{}}],[\"tcontexts\",{\"_index\":1274,\"name\":{\"6503\":{}},\"comment\":{}}],[\"text\",{\"_index\":230,\"name\":{\"459\":{},\"616\":{},\"649\":{},\"1995\":{},\"3716\":{},\"5988\":{},\"6235\":{}},\"comment\":{}}],[\"text_font\",{\"_index\":15,\"name\":{\"16\":{},\"93\":{},\"173\":{},\"240\":{},\"387\":{},\"466\":{},\"683\":{},\"784\":{},\"842\":{},\"991\":{},\"1145\":{},\"1193\":{},\"1371\":{},\"1422\":{},\"1751\":{},\"1820\":{},\"2033\":{},\"2100\":{},\"2267\":{},\"2463\":{},\"2530\":{},\"2717\":{},\"2782\":{},\"2928\":{},\"3024\":{},\"3155\":{},\"3320\":{},\"3468\":{},\"3543\":{},\"3615\":{},\"3712\":{},\"3859\":{},\"4013\":{},\"4129\":{},\"4188\":{},\"4249\":{},\"4298\":{},\"4374\":{},\"4474\":{},\"4665\":{},\"4739\":{},\"4801\":{},\"4861\":{},\"4924\":{},\"4985\":{},\"5059\":{},\"5115\":{},\"5280\":{},\"5359\":{},\"5523\":{},\"5595\":{},\"5765\":{},\"5825\":{},\"5933\":{},\"5997\":{},\"6058\":{},\"6251\":{},\"6409\":{},\"6547\":{},\"6621\":{},\"6690\":{},\"6830\":{},\"6919\":{},\"7084\":{},\"7147\":{},\"7204\":{}},\"comment\":{}}],[\"text_justification\",{\"_index\":1084,\"name\":{\"4318\":{}},\"comment\":{}}],[\"text_line\",{\"_index\":821,\"name\":{\"2988\":{}},\"comment\":{}}],[\"text_margin_right\",{\"_index\":952,\"name\":{\"3728\":{}},\"comment\":{}}],[\"text_position_vertical\",{\"_index\":1083,\"name\":{\"4317\":{}},\"comment\":{}}],[\"text_shift_x\",{\"_index\":1138,\"name\":{\"4933\":{},\"5781\":{},\"5942\":{}},\"comment\":{}}],[\"textbracket\",{\"_index\":514,\"name\":{\"1466\":{},\"1544\":{},\"5994\":{},\"7039\":{}},\"comment\":{}}],[\"textbracketparams\",{\"_index\":1228,\"name\":{\"5985\":{}},\"comment\":{}}],[\"textbracketposition\",{\"_index\":554,\"name\":{\"1573\":{},\"5991\":{}},\"comment\":{}}],[\"textdynamics\",{\"_index\":503,\"name\":{\"1451\":{},\"1545\":{},\"6052\":{},\"7040\":{}},\"comment\":{}}],[\"textformatter\",{\"_index\":542,\"name\":{\"1546\":{},\"6211\":{}},\"comment\":{}}],[\"textformatterinfo\",{\"_index\":1236,\"name\":{\"6195\":{}},\"comment\":{}}],[\"textheight\",{\"_index\":271,\"name\":{\"578\":{}},\"comment\":{}}],[\"textjustification\",{\"_index\":555,\"name\":{\"1574\":{},\"4303\":{},\"6230\":{}},\"comment\":{}}],[\"textmeasure\",{\"_index\":972,\"name\":{\"3790\":{}},\"comment\":{}}],[\"textnote\",{\"_index\":496,\"name\":{\"1438\":{},\"1547\":{},\"6249\":{},\"7041\":{}},\"comment\":{}}],[\"textnotestruct\",{\"_index\":1257,\"name\":{\"6234\":{}},\"comment\":{}}],[\"textverticalposition\",{\"_index\":1076,\"name\":{\"4299\":{}},\"comment\":{}}],[\"thickness\",{\"_index\":390,\"name\":{\"1132\":{},\"4194\":{}},\"comment\":{}}],[\"throwonerror\",{\"_index\":461,\"name\":{\"1336\":{}},\"comment\":{}}],[\"tickable\",{\"_index\":1267,\"name\":{\"6407\":{},\"7042\":{}},\"comment\":{}}],[\"tickcontext\",{\"_index\":506,\"name\":{\"1454\":{},\"1548\":{},\"6500\":{}},\"comment\":{}}],[\"tickcontextmetrics\",{\"_index\":1268,\"name\":{\"6487\":{}},\"comment\":{}}],[\"tickcontextoptions\",{\"_index\":1271,\"name\":{\"6498\":{}},\"comment\":{}}],[\"tickid\",{\"_index\":1272,\"name\":{\"6499\":{}},\"comment\":{}}],[\"ticks\",{\"_index\":891,\"name\":{\"3142\":{}},\"comment\":{}}],[\"tie_spacing\",{\"_index\":1135,\"name\":{\"4930\":{},\"5778\":{},\"5939\":{}},\"comment\":{}}],[\"tienotes\",{\"_index\":1132,\"name\":{\"4917\":{}},\"comment\":{}}],[\"time\",{\"_index\":463,\"name\":{\"1339\":{}},\"comment\":{}}],[\"time4_4\",{\"_index\":570,\"name\":{\"1589\":{}},\"comment\":{}}],[\"timesignature\",{\"_index\":543,\"name\":{\"1549\":{},\"6549\":{},\"6617\":{},\"7043\":{}},\"comment\":{}}],[\"timesignatureglyph\",{\"_index\":1291,\"name\":{\"6533\":{}},\"comment\":{}}],[\"timesignatureinfo\",{\"_index\":1295,\"name\":{\"6613\":{}},\"comment\":{}}],[\"timesignote\",{\"_index\":497,\"name\":{\"1441\":{},\"1550\":{},\"6686\":{},\"7044\":{}},\"comment\":{}}],[\"to_coda\",{\"_index\":1121,\"name\":{\"4680\":{}},\"comment\":{}}],[\"tocssstring\",{\"_index\":613,\"name\":{\"1660\":{}},\"comment\":{}}],[\"token\",{\"_index\":920,\"name\":{\"3678\":{}},\"comment\":{}}],[\"tomixedstring\",{\"_index\":679,\"name\":{\"1747\":{}},\"comment\":{}}],[\"top\",{\"_index\":84,\"name\":{\"86\":{},\"645\":{},\"4301\":{},\"5992\":{},\"6912\":{}},\"comment\":{}}],[\"top_stave\",{\"_index\":1059,\"name\":{\"4192\":{}},\"comment\":{}}],[\"top_text_line\",{\"_index\":822,\"name\":{\"2989\":{}},\"comment\":{}}],[\"top_text_position\",{\"_index\":995,\"name\":{\"4009\":{}},\"comment\":{}}],[\"topglyphs\",{\"_index\":734,\"name\":{\"2038\":{},\"6560\":{}},\"comment\":{}}],[\"topline\",{\"_index\":1298,\"name\":{\"6625\":{}},\"comment\":{}}],[\"topmodifieroffset\",{\"_index\":1324,\"name\":{\"6909\":{}},\"comment\":{}}],[\"topstartx\",{\"_index\":1292,\"name\":{\"6550\":{}},\"comment\":{}}],[\"topy\",{\"_index\":698,\"name\":{\"1846\":{},\"2341\":{},\"2551\":{},\"4547\":{},\"5071\":{},\"5136\":{},\"5616\":{}},\"comment\":{}}],[\"tosimplifiedstring\",{\"_index\":678,\"name\":{\"1746\":{}},\"comment\":{}}],[\"tostring\",{\"_index\":630,\"name\":{\"1678\":{},\"1745\":{}},\"comment\":{}}],[\"totalleftpx\",{\"_index\":1269,\"name\":{\"6488\":{}},\"comment\":{}}],[\"totalrightpx\",{\"_index\":1270,\"name\":{\"6489\":{}},\"comment\":{}}],[\"tremolo\",{\"_index\":544,\"name\":{\"1551\":{},\"1628\":{},\"6826\":{},\"7045\":{}},\"comment\":{}}],[\"triggerfunction\",{\"_index\":918,\"name\":{\"3675\":{}},\"comment\":{}}],[\"tune\",{\"_index\":658,\"name\":{\"1714\":{}},\"comment\":{}}],[\"tuning\",{\"_index\":545,\"name\":{\"1552\":{},\"6889\":{}},\"comment\":{}}],[\"tuplet\",{\"_index\":471,\"name\":{\"1355\":{},\"1460\":{},\"1553\":{},\"1633\":{},\"6913\":{},\"7046\":{}},\"comment\":{}}],[\"tupletlocation\",{\"_index\":1325,\"name\":{\"6910\":{}},\"comment\":{}}],[\"tupletmetrics\",{\"_index\":1321,\"name\":{\"6905\":{}},\"comment\":{}}],[\"tupletoptions\",{\"_index\":1313,\"name\":{\"6897\":{}},\"comment\":{}}],[\"type\",{\"_index\":17,\"name\":{\"18\":{},\"175\":{},\"458\":{},\"1268\":{},\"1302\":{},\"1361\":{},\"2252\":{},\"3080\":{},\"3136\":{},\"3139\":{},\"3148\":{},\"3312\":{},\"3714\":{},\"4126\":{},\"4189\":{},\"4244\":{},\"4460\":{},\"4666\":{},\"4984\":{},\"5350\":{},\"5588\":{},\"6246\":{}},\"comment\":{}}],[\"types\",{\"_index\":371,\"name\":{\"780\":{},\"1282\":{}},\"comment\":{}}],[\"typestring\",{\"_index\":946,\"name\":{\"3719\":{},\"4127\":{},\"4190\":{}},\"comment\":{}}],[\"underline_superscript\",{\"_index\":1233,\"name\":{\"6008\":{}},\"comment\":{}}],[\"unicode\",{\"_index\":574,\"name\":{\"1595\":{}},\"comment\":{}}],[\"unsetpartialbeamsideat\",{\"_index\":221,\"name\":{\"411\":{}},\"comment\":{}}],[\"up\",{\"_index\":233,\"name\":{\"464\":{},\"3842\":{},\"5055\":{}},\"comment\":{}}],[\"updatecachekey\",{\"_index\":1249,\"name\":{\"6219\":{}},\"comment\":{}}],[\"updateindex\",{\"_index\":964,\"name\":{\"3782\":{}},\"comment\":{}}],[\"updatekerningadjustments\",{\"_index\":347,\"name\":{\"692\":{}},\"comment\":{}}],[\"updateoverbaradjustments\",{\"_index\":346,\"name\":{\"691\":{}},\"comment\":{}}],[\"updateparams\",{\"_index\":1248,\"name\":{\"6218\":{}},\"comment\":{}}],[\"updatewidth\",{\"_index\":797,\"name\":{\"2538\":{},\"5603\":{}},\"comment\":{}}],[\"upperkerningtext\",{\"_index\":321,\"name\":{\"635\":{},\"678\":{}},\"comment\":{}}],[\"use_symbols\",{\"_index\":832,\"name\":{\"3010\":{}},\"comment\":{}}],[\"used\",{\"_index\":1264,\"name\":{\"6404\":{}},\"comment\":{}}],[\"val\",{\"_index\":420,\"name\":{\"1273\":{}},\"comment\":{}}],[\"validate\",{\"_index\":611,\"name\":{\"1658\":{}},\"comment\":{}}],[\"valign\",{\"_index\":309,\"name\":{\"621\":{}},\"comment\":{}}],[\"value\",{\"_index\":666,\"name\":{\"1729\":{},\"3773\":{}},\"comment\":{}}],[\"version\",{\"_index\":520,\"name\":{\"1475\":{}},\"comment\":{}}],[\"vertical_bar_width\",{\"_index\":991,\"name\":{\"4004\":{}},\"comment\":{}}],[\"verticaljustify\",{\"_index\":89,\"name\":{\"96\":{},\"660\":{}},\"comment\":{}}],[\"verticaljustifystring\",{\"_index\":90,\"name\":{\"97\":{},\"661\":{}},\"comment\":{}}],[\"verticalpadding\",{\"_index\":1166,\"name\":{\"5274\":{}},\"comment\":{}}],[\"vex\",{\"_index\":1364,\"name\":{\"7062\":{}},\"comment\":{}}],[\"vibrato\",{\"_index\":546,\"name\":{\"1554\":{},\"7047\":{},\"7078\":{}},\"comment\":{}}],[\"vibrato_width\",{\"_index\":1373,\"name\":{\"7075\":{},\"7151\":{}},\"comment\":{}}],[\"vibratobracket\",{\"_index\":513,\"name\":{\"1465\":{},\"1555\":{},\"7048\":{},\"7144\":{}},\"comment\":{}}],[\"vibratorenderoptions\",{\"_index\":1370,\"name\":{\"7072\":{}},\"comment\":{}}],[\"visible\",{\"_index\":985,\"name\":{\"3998\":{}},\"comment\":{}}],[\"voice\",{\"_index\":472,\"name\":{\"1357\":{},\"1457\":{},\"1556\":{},\"7049\":{},\"7201\":{}},\"comment\":{}}],[\"voice_shift\",{\"_index\":1107,\"name\":{\"4444\":{}},\"comment\":{}}],[\"voicemode\",{\"_index\":556,\"name\":{\"1575\":{},\"7197\":{}},\"comment\":{}}],[\"voices\",{\"_index\":1199,\"name\":{\"5501\":{}},\"comment\":{}}],[\"voicetime\",{\"_index\":1379,\"name\":{\"7193\":{}},\"comment\":{}}],[\"volta\",{\"_index\":547,\"name\":{\"1557\":{},\"4982\":{},\"7050\":{}},\"comment\":{}}],[\"voltatype\",{\"_index\":553,\"name\":{\"1572\":{},\"4976\":{}},\"comment\":{}}],[\"w\",{\"_index\":243,\"name\":{\"538\":{},\"545\":{}},\"comment\":{}}],[\"warn\",{\"_index\":1358,\"name\":{\"7054\":{}},\"comment\":{}}],[\"wave_girth\",{\"_index\":1372,\"name\":{\"7074\":{},\"7153\":{}},\"comment\":{}}],[\"wave_height\",{\"_index\":1371,\"name\":{\"7073\":{},\"7152\":{}},\"comment\":{}}],[\"wave_width\",{\"_index\":1375,\"name\":{\"7077\":{},\"7155\":{}},\"comment\":{}}],[\"web_font_files\",{\"_index\":618,\"name\":{\"1665\":{}},\"comment\":{}}],[\"web_font_host\",{\"_index\":617,\"name\":{\"1664\":{}},\"comment\":{}}],[\"weight\",{\"_index\":583,\"name\":{\"1608\":{},\"5428\":{}},\"comment\":{}}],[\"width\",{\"_index\":6,\"name\":{\"7\":{},\"460\":{},\"562\":{},\"570\":{},\"622\":{},\"773\":{},\"1416\":{},\"1994\":{},\"2004\":{},\"2991\":{},\"3125\":{},\"3793\":{},\"5057\":{},\"5441\":{},\"5516\":{},\"6490\":{},\"6552\":{}},\"comment\":{}}],[\"x\",{\"_index\":159,\"name\":{\"301\":{},\"457\":{},\"536\":{},\"543\":{},\"902\":{},\"1052\":{},\"1904\":{},\"2161\":{},\"2299\":{},\"2543\":{},\"2841\":{},\"3211\":{},\"3306\":{},\"3388\":{},\"3791\":{},\"3920\":{},\"4502\":{},\"5196\":{},\"5446\":{},\"5515\":{},\"5608\":{},\"6117\":{},\"6317\":{},\"6749\":{}},\"comment\":{}}],[\"x_begin\",{\"_index\":1154,\"name\":{\"5051\":{}},\"comment\":{}}],[\"x_end\",{\"_index\":1153,\"name\":{\"5050\":{}},\"comment\":{}}],[\"x_max\",{\"_index\":597,\"name\":{\"1637\":{},\"2007\":{}},\"comment\":{}}],[\"x_min\",{\"_index\":596,\"name\":{\"1636\":{},\"2006\":{}},\"comment\":{}}],[\"x_shift\",{\"_index\":366,\"name\":{\"768\":{},\"1133\":{},\"2008\":{},\"3302\":{}},\"comment\":{}}],[\"xmax\",{\"_index\":1089,\"name\":{\"4360\":{}},\"comment\":{}}],[\"xmin\",{\"_index\":1088,\"name\":{\"4359\":{},\"6554\":{}},\"comment\":{}}],[\"xoffset\",{\"_index\":903,\"name\":{\"3527\":{}},\"comment\":{}}],[\"xshift\",{\"_index\":307,\"name\":{\"619\":{}},\"comment\":{}}],[\"y\",{\"_index\":160,\"name\":{\"302\":{},\"537\":{},\"544\":{},\"903\":{},\"983\":{},\"1053\":{},\"1905\":{},\"2162\":{},\"2300\":{},\"2544\":{},\"2842\":{},\"3212\":{},\"3307\":{},\"3389\":{},\"3792\":{},\"3921\":{},\"4503\":{},\"5197\":{},\"5447\":{},\"5517\":{},\"5609\":{},\"6118\":{},\"6318\":{},\"6750\":{}},\"comment\":{}}],[\"y_bottom\",{\"_index\":1094,\"name\":{\"4427\":{},\"5048\":{}},\"comment\":{}}],[\"y_max\",{\"_index\":599,\"name\":{\"1639\":{}},\"comment\":{}}],[\"y_min\",{\"_index\":598,\"name\":{\"1638\":{}},\"comment\":{}}],[\"y_offset\",{\"_index\":1320,\"name\":{\"6904\":{}},\"comment\":{}}],[\"y_shift\",{\"_index\":116,\"name\":{\"256\":{},\"857\":{},\"1007\":{},\"1134\":{},\"1862\":{},\"2009\":{},\"2117\":{},\"2353\":{},\"2587\":{},\"2796\":{},\"3166\":{},\"3344\":{},\"3876\":{},\"4241\":{},\"4559\":{},\"4934\":{},\"5152\":{},\"5652\":{},\"5782\":{},\"5943\":{},\"6072\":{},\"6272\":{},\"6704\":{}},\"comment\":{}}],[\"y_spacing_scale\",{\"_index\":1305,\"name\":{\"6832\":{}},\"comment\":{}}],[\"y_top\",{\"_index\":1093,\"name\":{\"4426\":{},\"5049\":{}},\"comment\":{}}],[\"yextent\",{\"_index\":1241,\"name\":{\"6207\":{}},\"comment\":{}}],[\"ymax\",{\"_index\":1243,\"name\":{\"6209\":{}},\"comment\":{}}],[\"ymin\",{\"_index\":1242,\"name\":{\"6208\":{}},\"comment\":{}}],[\"yoffset\",{\"_index\":314,\"name\":{\"627\":{},\"3528\":{}},\"comment\":{}}],[\"yshift\",{\"_index\":308,\"name\":{\"620\":{}},\"comment\":{}}],[\"zeroormore\",{\"_index\":923,\"name\":{\"3681\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/api/assets/style.css b/docs/api/assets/style.css index 496e66f21b..5b967176a3 100644 --- a/docs/api/assets/style.css +++ b/docs/api/assets/style.css @@ -6,17 +6,36 @@ --light-color-background-warning: #e6e600; --light-color-icon-background: var(--light-color-background); --light-color-accent: #c5c7c9; + --light-color-active-menu-item: var(--light-color-accent); --light-color-text: #222; - --light-color-text-aside: #707070; - --light-color-link: #4da6ff; - --light-color-ts: #db1373; - --light-color-ts-interface: #139d2c; - --light-color-ts-enum: #9c891a; - --light-color-ts-class: #2484e5; + --light-color-text-aside: #6e6e6e; + --light-color-link: #1f70c2; + + --light-color-ts-project: #b111c9; + --light-color-ts-module: var(--light-color-ts-project); + --light-color-ts-namespace: var(--light-color-ts-project); + --light-color-ts-enum: #7e6f15; + --light-color-ts-enum-member: var(--light-color-ts-enum); + --light-color-ts-variable: #4760ec; --light-color-ts-function: #572be7; - --light-color-ts-namespace: #b111c9; - --light-color-ts-private: #707070; - --light-color-ts-variable: #4d68ff; + --light-color-ts-class: #1f70c2; + --light-color-ts-interface: #108024; + --light-color-ts-constructor: var(--light-color-ts-class); + --light-color-ts-property: var(--light-color-ts-variable); + --light-color-ts-method: var(--light-color-ts-function); + --light-color-ts-call-signature: var(--light-color-ts-method); + --light-color-ts-index-signature: var(--light-color-ts-property); + --light-color-ts-constructor-signature: var(--light-color-ts-constructor); + --light-color-ts-parameter: var(--light-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --light-color-ts-type-parameter: var(--light-color-ts-type-alias); + --light-color-ts-accessor: var(--light-color-ts-property); + --light-color-ts-get-signature: var(--light-color-ts-accessor); + --light-color-ts-set-signature: var(--light-color-ts-accessor); + /* object literal not included as it is not used and will be removed in 0.25 */ + --light-color-ts-type-alias: #d51270; + /* reference not included as links will be colored with the kind that it points to */ + --light-external-icon: url("data:image/svg+xml;utf8,"); --light-color-scheme: light; @@ -27,17 +46,36 @@ --dark-color-warning-text: #222; --dark-color-icon-background: var(--dark-color-background-secondary); --dark-color-accent: #9096a2; + --dark-color-active-menu-item: #5d5d6a; --dark-color-text: #f5f5f5; --dark-color-text-aside: #dddddd; --dark-color-link: #00aff4; - --dark-color-ts: #ff6492; - --dark-color-ts-interface: #6cff87; + + --dark-color-ts-project: #e358ff; + --dark-color-ts-module: var(--dark-color-ts-project); + --dark-color-ts-namespace: var(--dark-color-ts-project); --dark-color-ts-enum: #f4d93e; - --dark-color-ts-class: #61b0ff; - --dark-color-ts-function: #9772ff; - --dark-color-ts-namespace: #e14dff; - --dark-color-ts-private: #e2e2e2; - --dark-color-ts-variable: #4d68ff; + --dark-color-ts-enum-member: var(--dark-color-ts-enum); + --dark-color-ts-variable: #798dff; + --dark-color-ts-function: #a280ff; + --dark-color-ts-class: #8ac4ff; + --dark-color-ts-interface: #6cff87; + --dark-color-ts-constructor: var(--dark-color-ts-class); + --dark-color-ts-property: var(--dark-color-ts-variable); + --dark-color-ts-method: var(--dark-color-ts-function); + --dark-color-ts-call-signature: var(--dark-color-ts-method); + --dark-color-ts-index-signature: var(--dark-color-ts-property); + --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor); + --dark-color-ts-parameter: var(--dark-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --dark-color-ts-type-parameter: var(--dark-color-ts-type-alias); + --dark-color-ts-accessor: var(--dark-color-ts-property); + --dark-color-ts-get-signature: var(--dark-color-ts-accessor); + --dark-color-ts-set-signature: var(--dark-color-ts-accessor); + /* object literal not included as it is not used and will be removed in 0.25 */ + --dark-color-ts-type-alias: #ff6492; + /* reference not included as links will be colored with the kind that it points to */ + --dark-external-icon: url("data:image/svg+xml;utf8,"); --dark-color-scheme: dark; } @@ -50,17 +88,34 @@ --color-warning-text: var(--light-color-warning-text); --color-icon-background: var(--light-color-icon-background); --color-accent: var(--light-color-accent); + --color-active-menu-item: var(--light-color-active-menu-item); --color-text: var(--light-color-text); --color-text-aside: var(--light-color-text-aside); --color-link: var(--light-color-link); - --color-ts: var(--light-color-ts); - --color-ts-interface: var(--light-color-ts-interface); - --color-ts-enum: var(--light-color-ts-enum); - --color-ts-class: var(--light-color-ts-class); - --color-ts-function: var(--light-color-ts-function); + + --color-ts-module: var(--light-color-ts-module); --color-ts-namespace: var(--light-color-ts-namespace); - --color-ts-private: var(--light-color-ts-private); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-enum-member: var(--light-color-ts-enum-member); --color-ts-variable: var(--light-color-ts-variable); + --color-ts-function: var(--light-color-ts-function); + --color-ts-class: var(--light-color-ts-class); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-constructor: var(--light-color-ts-constructor); + --color-ts-property: var(--light-color-ts-property); + --color-ts-method: var(--light-color-ts-method); + --color-ts-call-signature: var(--light-color-ts-call-signature); + --color-ts-index-signature: var(--light-color-ts-index-signature); + --color-ts-constructor-signature: var( + --light-color-ts-constructor-signature + ); + --color-ts-parameter: var(--light-color-ts-parameter); + --color-ts-type-parameter: var(--light-color-ts-type-parameter); + --color-ts-accessor: var(--light-color-ts-accessor); + --color-ts-get-signature: var(--light-color-ts-get-signature); + --color-ts-set-signature: var(--light-color-ts-set-signature); + --color-ts-type-alias: var(--light-color-ts-type-alias); + --external-icon: var(--light-external-icon); --color-scheme: var(--light-color-scheme); } @@ -74,17 +129,34 @@ --color-warning-text: var(--dark-color-warning-text); --color-icon-background: var(--dark-color-icon-background); --color-accent: var(--dark-color-accent); + --color-active-menu-item: var(--dark-color-active-menu-item); --color-text: var(--dark-color-text); --color-text-aside: var(--dark-color-text-aside); --color-link: var(--dark-color-link); - --color-ts: var(--dark-color-ts); - --color-ts-interface: var(--dark-color-ts-interface); - --color-ts-enum: var(--dark-color-ts-enum); - --color-ts-class: var(--dark-color-ts-class); - --color-ts-function: var(--dark-color-ts-function); + + --color-ts-module: var(--dark-color-ts-module); --color-ts-namespace: var(--dark-color-ts-namespace); - --color-ts-private: var(--dark-color-ts-private); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-enum-member: var(--dark-color-ts-enum-member); --color-ts-variable: var(--dark-color-ts-variable); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-constructor: var(--dark-color-ts-constructor); + --color-ts-property: var(--dark-color-ts-property); + --color-ts-method: var(--dark-color-ts-method); + --color-ts-call-signature: var(--dark-color-ts-call-signature); + --color-ts-index-signature: var(--dark-color-ts-index-signature); + --color-ts-constructor-signature: var( + --dark-color-ts-constructor-signature + ); + --color-ts-parameter: var(--dark-color-ts-parameter); + --color-ts-type-parameter: var(--dark-color-ts-type-parameter); + --color-ts-accessor: var(--dark-color-ts-accessor); + --color-ts-get-signature: var(--dark-color-ts-get-signature); + --color-ts-set-signature: var(--dark-color-ts-set-signature); + --color-ts-type-alias: var(--dark-color-ts-type-alias); + --external-icon: var(--dark-external-icon); --color-scheme: var(--dark-color-scheme); } @@ -105,17 +177,34 @@ body { --color-warning-text: var(--light-color-warning-text); --color-icon-background: var(--light-color-icon-background); --color-accent: var(--light-color-accent); + --color-active-menu-item: var(--light-color-active-menu-item); --color-text: var(--light-color-text); --color-text-aside: var(--light-color-text-aside); --color-link: var(--light-color-link); - --color-ts: var(--light-color-ts); - --color-ts-interface: var(--light-color-ts-interface); - --color-ts-enum: var(--light-color-ts-enum); - --color-ts-class: var(--light-color-ts-class); - --color-ts-function: var(--light-color-ts-function); + + --color-ts-module: var(--light-color-ts-module); --color-ts-namespace: var(--light-color-ts-namespace); - --color-ts-private: var(--light-color-ts-private); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-enum-member: var(--light-color-ts-enum-member); --color-ts-variable: var(--light-color-ts-variable); + --color-ts-function: var(--light-color-ts-function); + --color-ts-class: var(--light-color-ts-class); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-constructor: var(--light-color-ts-constructor); + --color-ts-property: var(--light-color-ts-property); + --color-ts-method: var(--light-color-ts-method); + --color-ts-call-signature: var(--light-color-ts-call-signature); + --color-ts-index-signature: var(--light-color-ts-index-signature); + --color-ts-constructor-signature: var( + --light-color-ts-constructor-signature + ); + --color-ts-parameter: var(--light-color-ts-parameter); + --color-ts-type-parameter: var(--light-color-ts-type-parameter); + --color-ts-accessor: var(--light-color-ts-accessor); + --color-ts-get-signature: var(--light-color-ts-get-signature); + --color-ts-set-signature: var(--light-color-ts-set-signature); + --color-ts-type-alias: var(--light-color-ts-type-alias); + --external-icon: var(--light-external-icon); --color-scheme: var(--light-color-scheme); } @@ -127,17 +216,34 @@ body { --color-warning-text: var(--dark-color-warning-text); --color-icon-background: var(--dark-color-icon-background); --color-accent: var(--dark-color-accent); + --color-active-menu-item: var(--dark-color-active-menu-item); --color-text: var(--dark-color-text); --color-text-aside: var(--dark-color-text-aside); --color-link: var(--dark-color-link); - --color-ts: var(--dark-color-ts); - --color-ts-interface: var(--dark-color-ts-interface); - --color-ts-enum: var(--dark-color-ts-enum); - --color-ts-class: var(--dark-color-ts-class); - --color-ts-function: var(--dark-color-ts-function); + + --color-ts-module: var(--dark-color-ts-module); --color-ts-namespace: var(--dark-color-ts-namespace); - --color-ts-private: var(--dark-color-ts-private); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-enum-member: var(--dark-color-ts-enum-member); --color-ts-variable: var(--dark-color-ts-variable); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-constructor: var(--dark-color-ts-constructor); + --color-ts-property: var(--dark-color-ts-property); + --color-ts-method: var(--dark-color-ts-method); + --color-ts-call-signature: var(--dark-color-ts-call-signature); + --color-ts-index-signature: var(--dark-color-ts-index-signature); + --color-ts-constructor-signature: var( + --dark-color-ts-constructor-signature + ); + --color-ts-parameter: var(--dark-color-ts-parameter); + --color-ts-type-parameter: var(--dark-color-ts-type-parameter); + --color-ts-accessor: var(--dark-color-ts-accessor); + --color-ts-get-signature: var(--dark-color-ts-get-signature); + --color-ts-set-signature: var(--dark-color-ts-set-signature); + --color-ts-type-alias: var(--dark-color-ts-type-alias); + --external-icon: var(--dark-external-icon); --color-scheme: var(--dark-color-scheme); } @@ -156,6 +262,16 @@ h6 { line-height: 1.2; } +h1 > a, +h2 > a, +h3 > a, +h4 > a, +h5 > a, +h6 > a { + text-decoration: none; + color: var(--color-text); +} + h1 { font-size: 1.875rem; margin: 0.67rem 0; @@ -190,12 +306,6 @@ h6 { text-transform: uppercase; } -pre { - white-space: pre; - white-space: pre-wrap; - word-wrap: break-word; -} - dl, menu, ol, @@ -208,26 +318,10 @@ dd { } .container { - max-width: 1600px; + max-width: 1700px; padding: 0 2rem; } -@media (min-width: 640px) { - .container { - padding: 0 4rem; - } -} -@media (min-width: 1200px) { - .container { - padding: 0 8rem; - } -} -@media (min-width: 1600px) { - .container { - padding: 0 12rem; - } -} - /* Footer */ .tsd-generator { border-top: 1px solid var(--color-accent); @@ -243,26 +337,9 @@ dd { } .container-main { - display: flex; - justify-content: space-between; - position: relative; margin: 0 auto; -} - -.col-4, -.col-8 { - box-sizing: border-box; - float: left; - padding: 2rem 1rem; -} - -.col-4 { - flex: 0 0 25%; -} -.col-8 { - flex: 1 0; - flex-wrap: wrap; - padding-left: 0; + /* toolbar, footer, margin */ + min-height: calc(100vh - 41px - 56px - 4rem); } @keyframes fade-in { @@ -305,22 +382,6 @@ dd { opacity: 0; } } -@keyframes shift-to-left { - from { - transform: translate(0, 0); - } - to { - transform: translate(-25%, 0); - } -} -@keyframes unshift-to-left { - from { - transform: translate(-25%, 0); - } - to { - transform: translate(0, 0); - } -} @keyframes pop-in-from-right { from { transform: translate(100%, 0); @@ -369,13 +430,29 @@ pre { } pre { + position: relative; + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; padding: 10px; - border: 0.1em solid var(--color-accent); + border: 1px solid var(--color-accent); } pre code { padding: 0; font-size: 100%; } +pre > button { + position: absolute; + top: 10px; + right: 10px; + opacity: 0; + transition: opacity 0.1s; + box-sizing: border-box; +} +pre:hover > button, +pre > button.visible { + opacity: 1; +} blockquote { margin: 1em 0; @@ -409,91 +486,6 @@ blockquote { margin: 1em 0; } -@media (max-width: 1024px) { - html .col-content { - float: none; - max-width: 100%; - width: 100%; - padding-top: 3rem; - } - html .col-menu { - position: fixed !important; - overflow-y: auto; - -webkit-overflow-scrolling: touch; - z-index: 1024; - top: 0 !important; - bottom: 0 !important; - left: auto !important; - right: 0 !important; - padding: 1.5rem 1.5rem 0 0; - max-width: 25rem; - visibility: hidden; - background-color: var(--color-background); - transform: translate(100%, 0); - } - html .col-menu > *:last-child { - padding-bottom: 20px; - } - html .overlay { - content: ""; - display: block; - position: fixed; - z-index: 1023; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: rgba(0, 0, 0, 0.75); - visibility: hidden; - } - - .to-has-menu .overlay { - animation: fade-in 0.4s; - } - - .to-has-menu :is(header, footer, .col-content) { - animation: shift-to-left 0.4s; - } - - .to-has-menu .col-menu { - animation: pop-in-from-right 0.4s; - } - - .from-has-menu .overlay { - animation: fade-out 0.4s; - } - - .from-has-menu :is(header, footer, .col-content) { - animation: unshift-to-left 0.4s; - } - - .from-has-menu .col-menu { - animation: pop-out-to-right 0.4s; - } - - .has-menu body { - overflow: hidden; - } - .has-menu .overlay { - visibility: visible; - } - .has-menu :is(header, footer, .col-content) { - transform: translate(-25%, 0); - } - .has-menu .col-menu { - visibility: visible; - transform: translate(0, 0); - display: flex; - flex-direction: column; - gap: 1.5rem; - max-height: 100vh; - padding: 1rem 2rem; - } - .has-menu .tsd-navigation { - max-height: 100%; - } -} - .tsd-breadcrumb { margin: 0; padding: 0; @@ -672,43 +664,6 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { -o-page-break-inside: avoid; page-break-inside: avoid; } -.tsd-index-panel a, -.tsd-index-panel a.tsd-parent-kind-module { - color: var(--color-ts); -} -.tsd-index-panel a.tsd-parent-kind-interface { - color: var(--color-ts-interface); -} -.tsd-index-panel a.tsd-parent-kind-enum { - color: var(--color-ts-enum); -} -.tsd-index-panel a.tsd-parent-kind-class { - color: var(--color-ts-class); -} -.tsd-index-panel a.tsd-kind-module { - color: var(--color-ts-namespace); -} -.tsd-index-panel a.tsd-kind-interface { - color: var(--color-ts-interface); -} -.tsd-index-panel a.tsd-kind-enum { - color: var(--color-ts-enum); -} -.tsd-index-panel a.tsd-kind-class { - color: var(--color-ts-class); -} -.tsd-index-panel a.tsd-kind-function { - color: var(--color-ts-function); -} -.tsd-index-panel a.tsd-kind-namespace { - color: var(--color-ts-namespace); -} -.tsd-index-panel a.tsd-kind-variable { - color: var(--color-ts-variable); -} -.tsd-index-panel a.tsd-is-private { - color: var(--color-ts-private); -} .tsd-flag { display: inline-block; @@ -723,7 +678,7 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { } .tsd-anchor { - position: absolute; + position: relative; top: -100px; } @@ -737,108 +692,64 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { margin-bottom: 0; border-bottom: none; } -.tsd-member [data-tsd-kind] { - color: var(--color-ts); -} -.tsd-member [data-tsd-kind="Interface"] { - color: var(--color-ts-interface); -} -.tsd-member [data-tsd-kind="Enum"] { - color: var(--color-ts-enum); -} -.tsd-member [data-tsd-kind="Class"] { - color: var(--color-ts-class); + +.tsd-navigation.settings { + margin: 1rem 0; } -.tsd-member [data-tsd-kind="Private"] { - color: var(--color-ts-private); +.tsd-navigation > a, +.tsd-navigation .tsd-accordion-summary { + width: calc(100% - 0.5rem); } - -.tsd-navigation a { - display: block; - margin: 0.4rem 0; - border-left: 2px solid transparent; +.tsd-navigation a, +.tsd-navigation summary > span, +.tsd-page-navigation a { + display: inline-flex; + align-items: center; + padding: 0.25rem; color: var(--color-text); text-decoration: none; - transition: border-left-color 0.1s; + box-sizing: border-box; +} +.tsd-navigation a.current, +.tsd-page-navigation a.current { + background: var(--color-active-menu-item); } -.tsd-navigation a:hover { +.tsd-navigation a:hover, +.tsd-page-navigation a:hover { text-decoration: underline; } -.tsd-navigation ul { - margin: 0; +.tsd-navigation ul, +.tsd-page-navigation ul { + margin-top: 0; + margin-bottom: 0; padding: 0; list-style: none; } -.tsd-navigation li { +.tsd-navigation li, +.tsd-page-navigation li { padding: 0; + max-width: 100%; } - -.tsd-navigation.primary .tsd-accordion-details > ul { - margin-top: 0.75rem; -} -.tsd-navigation.primary a { - padding: 0.75rem 0.5rem; - margin: 0; +.tsd-nested-navigation { + margin-left: 3rem; } -.tsd-navigation.primary ul li a { - margin-left: 0.5rem; +.tsd-nested-navigation > li > details { + margin-left: -1.5rem; } -.tsd-navigation.primary ul li li a { +.tsd-small-nested-navigation { margin-left: 1.5rem; } -.tsd-navigation.primary ul li li li a { - margin-left: 2.5rem; -} -.tsd-navigation.primary ul li li li li a { - margin-left: 3.5rem; -} -.tsd-navigation.primary ul li li li li li a { - margin-left: 4.5rem; -} -.tsd-navigation.primary ul li li li li li li a { - margin-left: 5.5rem; -} -.tsd-navigation.primary li.current > a { - border-left: 0.15rem var(--color-text) solid; -} -.tsd-navigation.primary li.selected > a { - font-weight: bold; - border-left: 0.2rem var(--color-text) solid; -} -.tsd-navigation.primary ul li a:hover { - border-left: 0.2rem var(--color-text-aside) solid; -} -.tsd-navigation.primary li.globals + li > span, -.tsd-navigation.primary li.globals + li > a { - padding-top: 20px; +.tsd-small-nested-navigation > li > details { + margin-left: -1.5rem; } -.tsd-navigation.secondary.tsd-navigation--toolbar-hide { - max-height: calc(100vh - 1rem); - top: 0.5rem; -} -.tsd-navigation.secondary > ul { - display: inline; - padding-right: 0.5rem; - transition: opacity 0.2s; +.tsd-nested-navigation > li > a, +.tsd-nested-navigation > li > span { + width: calc(100% - 1.75rem - 0.5rem); } -.tsd-navigation.secondary ul li a { - padding-left: 0; -} -.tsd-navigation.secondary ul li li a { - padding-left: 1.1rem; -} -.tsd-navigation.secondary ul li li li a { - padding-left: 2.2rem; -} -.tsd-navigation.secondary ul li li li li a { - padding-left: 3.3rem; -} -.tsd-navigation.secondary ul li li li li li a { - padding-left: 4.4rem; -} -.tsd-navigation.secondary ul li li li li li li a { - padding-left: 5.5rem; + +.tsd-page-navigation ul { + padding-left: 1.75rem; } #tsd-sidebar-links a { @@ -851,41 +762,38 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { } a.tsd-index-link { - margin: 0.25rem 0; + padding: 0.25rem 0 !important; font-size: 1rem; line-height: 1.25rem; display: inline-flex; align-items: center; + color: var(--color-text); } -.tsd-accordion-summary > h1, -.tsd-accordion-summary > h2, -.tsd-accordion-summary > h3, -.tsd-accordion-summary > h4, -.tsd-accordion-summary > h5 { - display: inline-flex; +.tsd-accordion-summary { + list-style-type: none; + display: flex; align-items: center; - vertical-align: middle; - margin-bottom: 0; +} +.tsd-accordion-summary, +.tsd-accordion-summary a { user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -} -.tsd-accordion-summary { - display: block; + cursor: pointer; } +.tsd-accordion-summary a { + flex-grow: 1; +} .tsd-accordion-summary > * { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; } -.tsd-accordion-summary::-webkit-details-marker { - display: none; -} -.tsd-index-accordion .tsd-accordion-summary svg { - margin-right: 0.25rem; +.tsd-index-accordion .tsd-accordion-summary > svg { + margin-left: 0.25rem; } .tsd-index-content > :not(:first-child) { margin-top: 0.75rem; @@ -910,34 +818,6 @@ a.tsd-index-link { margin-right: 0.8rem; } -@media (min-width: 1025px) { - .col-content { - margin: 2rem auto; - } - - .menu-sticky-wrap { - position: sticky; - height: calc(100vh - 2rem); - top: 4rem; - right: 0; - padding: 0 1.5rem; - padding-top: 1rem; - margin-top: 3rem; - transition: 0.3s ease-in-out; - transition-property: top, padding-top, padding, height; - overflow-y: auto; - } - .col-menu { - border-left: 1px solid var(--color-accent); - } - .col-menu--hide { - top: 1rem; - } - .col-menu .tsd-navigation:not(:last-child) { - padding-bottom: 1.75rem; - } -} - .tsd-panel { margin-bottom: 2.5rem; } @@ -1143,7 +1023,7 @@ ul.tsd-type-parameter-list h5 { } .tsd-page-toolbar { - position: fixed; + position: sticky; z-index: 1; top: 0; left: 0; @@ -1183,10 +1063,6 @@ ul.tsd-type-parameter-list h5 { padding: 12px 0; } -.tsd-page-toolbar--hide { - transform: translateY(-100%); -} - .tsd-widget { display: inline-block; overflow: hidden; @@ -1214,12 +1090,6 @@ ul.tsd-type-parameter-list h5 { .tsd-widget.menu { display: none; } -@media (max-width: 1024px) { - .tsd-widget.options, - .tsd-widget.menu { - display: inline-block; - } -} input[type="checkbox"] + .tsd-widget:before { background-position: -120px 0; } @@ -1259,6 +1129,78 @@ img { background: var(--color-background-warning); } +.tsd-kind-project { + color: var(--color-ts-project); +} +.tsd-kind-module { + color: var(--color-ts-module); +} +.tsd-kind-namespace { + color: var(--color-ts-namespace); +} +.tsd-kind-enum { + color: var(--color-ts-enum); +} +.tsd-kind-enum-member { + color: var(--color-ts-enum-member); +} +.tsd-kind-variable { + color: var(--color-ts-variable); +} +.tsd-kind-function { + color: var(--color-ts-function); +} +.tsd-kind-class { + color: var(--color-ts-class); +} +.tsd-kind-interface { + color: var(--color-ts-interface); +} +.tsd-kind-constructor { + color: var(--color-ts-constructor); +} +.tsd-kind-property { + color: var(--color-ts-property); +} +.tsd-kind-method { + color: var(--color-ts-method); +} +.tsd-kind-call-signature { + color: var(--color-ts-call-signature); +} +.tsd-kind-index-signature { + color: var(--color-ts-index-signature); +} +.tsd-kind-constructor-signature { + color: var(--color-ts-constructor-signature); +} +.tsd-kind-parameter { + color: var(--color-ts-parameter); +} +.tsd-kind-type-literal { + color: var(--color-ts-type-literal); +} +.tsd-kind-type-parameter { + color: var(--color-ts-type-parameter); +} +.tsd-kind-accessor { + color: var(--color-ts-accessor); +} +.tsd-kind-get-signature { + color: var(--color-ts-get-signature); +} +.tsd-kind-set-signature { + color: var(--color-ts-set-signature); +} +.tsd-kind-type-alias { + color: var(--color-ts-type-alias); +} + +/* if we have a kind icon, don't color the text by kind */ +.tsd-kind-icon ~ span { + color: var(--color-text); +} + * { scrollbar-width: thin; scrollbar-color: var(--color-accent) var(--color-icon-background); @@ -1277,3 +1219,147 @@ img { border-radius: 999rem; border: 0.25rem solid var(--color-icon-background); } + +/* mobile */ +@media (max-width: 769px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } + + .container-main { + display: flex; + } + html .col-content { + float: none; + max-width: 100%; + width: 100%; + } + html .col-sidebar { + position: fixed !important; + overflow-y: auto; + -webkit-overflow-scrolling: touch; + z-index: 1024; + top: 0 !important; + bottom: 0 !important; + left: auto !important; + right: 0 !important; + padding: 1.5rem 1.5rem 0 0; + width: 75vw; + visibility: hidden; + background-color: var(--color-background); + transform: translate(100%, 0); + } + html .col-sidebar > *:last-child { + padding-bottom: 20px; + } + html .overlay { + content: ""; + display: block; + position: fixed; + z-index: 1023; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.75); + visibility: hidden; + } + + .to-has-menu .overlay { + animation: fade-in 0.4s; + } + + .to-has-menu .col-sidebar { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu .col-sidebar { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu .col-sidebar { + visibility: visible; + transform: translate(0, 0); + display: flex; + flex-direction: column; + gap: 1.5rem; + max-height: 100vh; + padding: 1rem 2rem; + } + .has-menu .tsd-navigation { + max-height: 100%; + } +} + +/* one sidebar */ +@media (min-width: 770px) { + .container-main { + display: grid; + grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); + grid-template-areas: "sidebar content"; + margin: 2rem auto; + } + + .col-sidebar { + grid-area: sidebar; + } + .col-content { + grid-area: content; + padding: 0 1rem; + } +} +@media (min-width: 770px) and (max-width: 1399px) { + .col-sidebar { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + padding-top: 1rem; + } + .site-menu { + margin-top: 1rem; + } +} + +/* two sidebars */ +@media (min-width: 1200px) { + .container-main { + grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax(0, 20rem); + grid-template-areas: "sidebar content toc"; + } + + .col-sidebar { + display: contents; + } + + .page-menu { + grid-area: toc; + padding-left: 1rem; + } + .site-menu { + grid-area: sidebar; + } + + .site-menu { + margin-top: 1rem 0; + } + + .page-menu, + .site-menu { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + } +} diff --git a/docs/api/classes/Accidental.html b/docs/api/classes/Accidental.html index c695d1d4d6..ed3190667b 100644 --- a/docs/api/classes/Accidental.html +++ b/docs/api/classes/Accidental.html @@ -1,4 +1,4 @@ -Accidental | vexflow
+Accidental | vexflow
-
+
  • vexflow
  • @@ -24,7 +24,7 @@

    Class Accidental

Hierarchy

@@ -34,89 +34,89 @@

Constructors

-
+
-
-

Returns Accidental

+
-
type: string
+
type: string

Accidental code provided to the constructor.

-
+
-
DEBUG: boolean = false
+
DEBUG: boolean = false

To enable logging for this class. Set Vex.Flow.Accidental.DEBUG to true.

-
+
-
TEXT_FONT: Required<FontInfo> = ...
+
TEXT_FONT: Required<FontInfo> = ...

Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

Accessors

-
+
-
    +
    • get font(): string
    • Returns the CSS compatible font string for the text font.

      Returns string

    • -
    • set font(f: string): void
    • +
    • set font(f): void
    • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

      @@ -181,38 +181,37 @@

      Returns stringParameters

      • -
        f: string
      +
      f: string

    Returns void

-
+
-
    -
  • get fontInfo(): Required<FontInfo>
  • +
      +
    • get fontInfo(): Required<FontInfo>
    • Return a copy of the current FontInfo object.

      -

      Returns Required<FontInfo>

    • -
    • set fontInfo(fontInfo: FontInfo): void
    • +
    • set fontInfo(fontInfo): void
    • Parameters

      +
      fontInfo: FontInfo

    Returns void

-
+
-
    +
    • get fontSize(): string
    • -
      -

      Returns

      a CSS font-size string (e.g., '18pt', '12px', '1em').

      -
      -

      Returns string

    • -
    • set fontSize(size: string | number): void
    • +
    • set fontSize(size): void
    • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

      @@ -221,99 +220,95 @@

      Returns stringParameters

      • -
        size: string | number
      +
      size: string | number

    Returns void

-
+
-
    +
    • get fontSizeInPixels(): number
    • -
      -

      Returns

      the font size in px.

      -
      -

      Returns number

-
+
-
    +
    • get fontSizeInPoints(): number
    • -
      -

      Returns

      the font size in pt.

      -
      -

      Returns number

-
+
-
    +
    • get fontStyle(): string
    • -
      -

      Returns

      a CSS font-style string (e.g., 'italic').

      -
      -

      Returns string

    • -
    • set fontStyle(style: string): void
    • +
    • set fontStyle(style): void
    • Parameters

      • -
        style: string
      +
      style: string

    Returns void

-
+
-
    +
    • get fontWeight(): string
    • -
      -

      Returns

      a CSS font-weight string (e.g., 'bold'). +

      +

      Returns string

      a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

      -
      -

      Returns string

    • -
    • set fontWeight(weight: string | number): void
    • +
    • set fontWeight(weight): void
    • Parameters

      • -
        weight: string | number
      +
      weight: string | number

    Returns void

-
+
-
    +
    • get CATEGORY(): string
    • Accidentals category string.

      Returns string

-
+
-
-
+
-
    -
  • get PositionString(): Record<string, number>
  • +
      +
    • get PositionString(): Record<string, number>
    • -

      Returns Record<string, number>

Methods

-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
    - +
      +
    • Used in draw() to check and get the attached note (StaveNote, TabNote, etc.). Also verifies that the index is valid.

      -

      Returns Note

-
+
-
-
+
-
    - +
      +
    • Check and get note index, which is a specific note in a chord.

      Returns number

-
+
-
-
+
-
    - +
      +
    • Render accidental onto canvas.

      Returns void

-
+
-
    - +
      +
    • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

      Returns void

-
+
-
-
+
-
-
+
-
-
+
-
    - +
-
+
-
-
+
-
    - +
      +
    • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

      Returns string

-
+
-
    - +
      +
    • -
      -

      Returns

      a CSS font-size string (e.g., '18pt', '12px', '1em'). +

      +

      Returns string

      a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

      -
      -

      Returns string

-
+
-
    - +
      +
    • Get note index, which is a specific note in a chord.

      Returns undefined | number

-
+
-
-
+
-
-
+
-
    - +
-
+
-
-
+
-
    - +
-
+
-
-
+
-
    - +
      +
    • Get width in pixels.

      Returns number

-
+
-
    - +
      +
    • Get shift modifier x

      Returns number

-
+
-
-
+
-
    - +
      +
    • Return the rendered status.

      Returns boolean

-
+
-
-
+
-
-
+
-
    - +
      +
    • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

      Returns void

-
+
-
-
+
-
-
+

Returns Accidental

+
-
-
+
-
-
+
-
    - +
      +
    • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

      @@ -711,31 +705,31 @@
      • -
        Optional font: string | FontInfo
        +
        Optional font: string | FontInfo

        is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

      • -
        Optional size: string | number
        +
        Optional size: string | number

        a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

      • -
        Optional weight: string | number
        +
        Optional weight: string | number

        is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

      • -
        Optional style: string
        +
        Optional style: string

        is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

      -

      Returns Accidental

-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
    - +
      +
    • Set spacing from next modifier.

      @@ -843,37 +837,37 @@

    Returns void

-
+
-
    - +
      +
    • Set the element style used to render.

      Example:

      element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
      element.draw(); -
      +

      Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

      element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
      element.getContext().setFillStyle('red');
      element.getContext().setStrokeStyle('red');
      element.draw(); -
      +

      or using drawWithStyle:

      element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
      element.drawWithStyle(); -
      +

      Parameters

      -

      Returns Accidental

    +

    Returns Accidental

-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
    - +
      +
    • Use this method to automatically apply accidentals to a set of voices. The accidentals will be remembered between all the voices provided. @@ -940,14 +934,14 @@

      • -
        voices: Voice[]
      • +
        voices: Voice[]
      • -
        keySignature: string
      +
      keySignature: string

    Returns void

-
+
-
    - +
      +
    • Helper function to determine whether two lines of accidentals collide vertically

      @@ -955,14 +949,14 @@ +
      line2: Line

    Returns boolean

-
+
-
- +
+

On This Page

- -
\ No newline at end of file +
  • constructor
  • +
  • render_options
  • +
  • type
  • +
  • DEBUG
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • PositionString
  • +
  • addChildElement
  • +
  • addClass
  • +
  • alignSubNotesWithNote
  • +
  • applyStyle
  • +
  • checkAttachedNote
  • +
  • checkContext
  • +
  • checkIndex
  • +
  • checkModifierContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getIndex
  • +
  • getModifierContext
  • +
  • getNote
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getSpacingFromNextModifier
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getXShift
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAsCautionary
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIndex
  • +
  • setModifierContext
  • +
  • setNote
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setSpacingFromNextModifier
  • +
  • setStyle
  • +
  • setTextLine
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYShift
  • +
  • applyAccidentals
  • +
  • checkCollision
  • +
  • format
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Annotation.html b/docs/api/classes/Annotation.html index 23042763e3..7a98f00a81 100644 --- a/docs/api/classes/Annotation.html +++ b/docs/api/classes/Annotation.html @@ -1,4 +1,4 @@ -Annotation | vexflow
    +Annotation | vexflow
    -
    +
    • vexflow
    • @@ -23,7 +23,7 @@

      Class Annotation

    Hierarchy

    @@ -33,92 +33,92 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    DEBUG: boolean = false
    +
    DEBUG: boolean = false

    To enable logging for this class. Set Vex.Flow.Annotation.DEBUG to true.

    -
    +
    -
    HorizontalJustify: typeof AnnotationHorizontalJustify = AnnotationHorizontalJustify
    +
    HorizontalJustify: typeof AnnotationHorizontalJustify = AnnotationHorizontalJustify

    Text annotations can be positioned and justified relative to the note.

    -
    +
    -
    HorizontalJustifyString: Record<string, number> = ...
    -
    +
    HorizontalJustifyString: Record<string, number> = ...
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    -
    +
    -
    VerticalJustify: typeof AnnotationVerticalJustify = AnnotationVerticalJustify
    -
    +
    VerticalJustify: typeof AnnotationVerticalJustify = AnnotationVerticalJustify
    +
    -
    VerticalJustifyString: Record<string, number> = ...
    +
    VerticalJustifyString: Record<string, number> = ...

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -179,38 +179,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -219,105 +218,101 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Annotations category string.

        Returns string

    -
    +
    -
    -
    +
    -
      -
    • get PositionString(): Record<string, number>
    • +
        +
      • get PositionString(): Record<string, number>
      • -

        Returns Record<string, number>

    -
    +
    -
      +
      • get minAnnotationPadding(): number
      • Returns number

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Used in draw() to check and get the attached note (StaveNote, TabNote, etc.). Also verifies that the index is valid.

        -

        Returns Note

    -
    +
    -
    -
    +
    -
      - +
        +
      • Check and get note index, which is a specific note in a chord.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Render text beside the note.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Get note index, which is a specific note in a chord.

        Returns undefined | number

    -
    +
    -
    -
    +

    Returns AnnotationHorizontalJustify

    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get modifier widths.

        Returns number

    -
    +
    -
      - +
        +
      • Get shift modifier x

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -715,31 +709,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Annotation

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    just: string | AnnotationHorizontalJustify
    +

    Returns Annotation

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set spacing from next modifier.

        @@ -862,37 +856,37 @@

      Returns void

    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Annotation

      +

      Returns Annotation

    -
    +
    -
    -
    +
    -
    -
    +

    Returns Annotation

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • DEBUG
  • +
  • HorizontalJustify
  • +
  • HorizontalJustifyString
  • +
  • TEXT_FONT
  • +
  • VerticalJustify
  • +
  • VerticalJustifyString
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • PositionString
  • +
  • minAnnotationPadding
  • +
  • addChildElement
  • +
  • addClass
  • +
  • alignSubNotesWithNote
  • +
  • applyStyle
  • +
  • checkAttachedNote
  • +
  • checkContext
  • +
  • checkIndex
  • +
  • checkModifierContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getIndex
  • +
  • getJustification
  • +
  • getModifierContext
  • +
  • getNote
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getSpacingFromNextModifier
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getXShift
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIndex
  • +
  • setJustification
  • +
  • setModifierContext
  • +
  • setNote
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setSpacingFromNextModifier
  • +
  • setStyle
  • +
  • setTextLine
  • +
  • setVerticalJustification
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYShift
  • +
  • format
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Articulation.html b/docs/api/classes/Articulation.html index a199680b10..dae87a9c3f 100644 --- a/docs/api/classes/Articulation.html +++ b/docs/api/classes/Articulation.html @@ -1,4 +1,4 @@ -Articulation | vexflow
    +Articulation | vexflow
    -
    +
    • vexflow
    • @@ -24,7 +24,7 @@

      Class Articulation

    Hierarchy

    @@ -34,88 +34,88 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    render_options: {
        font_scale: number;
    }
    +
    render_options: {
        font_scale: number;
    }

    Type declaration

    • -
      font_scale: number
    -
    +
    font_scale: number
    +
    -
    type: string
    +
    type: string

    Articulation code provided to the constructor.

    -
    +
    -
    DEBUG: boolean = false
    +
    DEBUG: boolean = false

    To enable logging for this class. Set Vex.Flow.Articulation.DEBUG to true.

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -180,38 +180,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -220,99 +219,95 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Articulations category string.

        Returns string

    -
    +
    -
    -
    +
    -
      -
    • get PositionString(): Record<string, number>
    • +
        +
      • get PositionString(): Record<string, number>
      • -

        Returns Record<string, number>

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Used in draw() to check and get the attached note (StaveNote, TabNote, etc.). Also verifies that the index is valid.

        -

        Returns Note

    -
    +
    -
    -
    +
    -
      - +
        +
      • Check and get note index, which is a specific note in a chord.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Render articulation in position next to note.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Get note index, which is a specific note in a chord.

        Returns undefined | number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get modifier widths.

        Returns number

    -
    +
    -
      - +
        +
      • Get shift modifier x

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    betweenLines: boolean = true
    +

    Returns Articulation

    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -715,31 +709,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Articulation

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set spacing from next modifier.

        @@ -849,37 +843,37 @@

      Returns void

    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Articulation

      +

      Returns Articulation

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          __namedParameters: {
              articulations: string;
          }
          +
          __namedParameters: {
              articulations: string;
          }
          • -
            articulations: string
        • +
          articulations: string
      • -
        note: StemmableNote
      • +
        note: StemmableNote
      • -
        builder: Builder
      +
      builder: Builder

    Returns void

    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • render_options
  • +
  • type
  • +
  • DEBUG
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • PositionString
  • +
  • addChildElement
  • +
  • addClass
  • +
  • alignSubNotesWithNote
  • +
  • applyStyle
  • +
  • checkAttachedNote
  • +
  • checkContext
  • +
  • checkIndex
  • +
  • checkModifierContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getIndex
  • +
  • getModifierContext
  • +
  • getNote
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getSpacingFromNextModifier
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getXShift
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBetweenLines
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIndex
  • +
  • setModifierContext
  • +
  • setNote
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setSpacingFromNextModifier
  • +
  • setStyle
  • +
  • setTextLine
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYShift
  • +
  • easyScoreHook
  • +
  • format
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/BarNote.html b/docs/api/classes/BarNote.html index 28c1aba694..656131a69d 100644 --- a/docs/api/classes/BarNote.html +++ b/docs/api/classes/BarNote.html @@ -1,4 +1,4 @@ -BarNote | vexflow
    +BarNote | vexflow
    -
    +
    • vexflow
    • @@ -24,7 +24,7 @@

      Class BarNote

    Hierarchy

    @@ -34,225 +34,226 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    glyphProps: GlyphProps
    -
    +
    -
    keyProps: KeyProps[]
    -
    +
    -
    keys: string[]
    -
    +
    -
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }
    +
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }

    Type declaration

    • -
      annotation_spacing: number
    • +
      annotation_spacing: number
    • -
      Optional draw?: boolean
    • +
      Optional draw?: boolean
    • -
      Optional draw_dots?: boolean
    • +
      Optional draw_dots?: boolean
    • -
      Optional draw_stem?: boolean
    • +
      Optional draw_stem?: boolean
    • -
      Optional draw_stem_through_stave?: boolean
    • +
      Optional draw_stem_through_stave?: boolean
    • -
      Optional extend_left?: number
    • +
      Optional extend_left?: number
    • -
      Optional extend_right?: number
    • +
      Optional extend_right?: number
    • -
      font: string
    • +
      font: string
    • -
      glyph_font_scale: number
    • +
      glyph_font_scale: number
    • -
      Optional glyph_font_size?: number
    • +
      Optional glyph_font_size?: number
    • -
      scale: number
    • +
      scale: number
    • -
      stroke_px: number
    • +
      stroke_px: number
    • -
      y_shift: number
    -
    +
    -
    DEBUG: boolean = false
    +
    DEBUG: boolean = false

    To enable logging for this class. Set Vex.Flow.BarNote.DEBUG to true.

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -261,38 +262,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -301,76 +301,72 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get postFormatted(): boolean
      • Returns boolean

      • -
      • set postFormatted(value: boolean): void
      • +
      • set postFormatted(value): void
      • Set postformatted status.

        @@ -378,17 +374,17 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get preFormatted(): boolean
      • Returns boolean

      • -
      • set preFormatted(value: boolean): void
      • +
      • set preFormatted(value): void
      • Set preformatted status.

        @@ -396,22 +392,22 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Attach a modifier to this note.

        - -

        Returns

        this

        Parameters

        • -
          modifier: Modifier
          +
          modifier: Modifier

          the Modifier to add.

        • -
          index: number = 0
          +
          index: number = 0

          of the key to modify.

        -

        Returns BarNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Render note to stave.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the beam.

        -

        Returns undefined | Beam

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Return the center x shift.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to duration.

        Returns string

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Deprecated

        Use getGlyphProps() instead.

        Returns any

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the glyph width.

        Returns number

    -
    +
    -
      - +
        +
      • Return the intrinsic ticks.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns string[]

    -
    +
    -
      - +
        +
      • Get spacing to the left of the notes.

        Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
      - +
        +
      • Get the stave line number for rest.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to note type.

        Returns string

    -
    +
    -
      - +
        +
      • Get the play note, which is arbitrary data that can be used by an audio player.

        -

        Returns undefined | Note

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the target stave.

        -

        Returns undefined | Stave

    -
    +
    -
      - +
        +
      • Get the direction of the stem.

        Returns number

    -
    +
    -
      - +
        +
      • Get the top and bottom y values of the stem.

        -

        Returns Record<string, number>

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the x coordinate to the left of the note.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x coordinate to the right of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +

    Returns BarlineType

    +
    -
    -
    +
    -
      - +
        +
      • Get width of note. Used by the formatter for positioning.

        Returns number

    -
    +
    -
      - +
        +
      • Get x position of this tick context.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x displaced pixels of the note.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get Y positions for this note. Each Y value is associated with an individual pitch/key within the note/chord.

        Returns number[]

    -
    +
    -
      - +
        +
      • Check it has a beam.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to hasStem.

        Returns boolean

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Accessor to isDotted.

        Returns boolean

    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        true if this note is a type of rest.

        +
        +

        Returns boolean

        true if this note is a type of rest.

        Rests don't have pitches, but take up space in the score. Subclasses should override this default implementation.

        -
        -

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -1361,31 +1353,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns BarNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set spacing to the left of the notes.

        @@ -1449,13 +1441,13 @@
      +

      Returns BarNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set spacing to the right of the notes.

        @@ -1506,13 +1498,13 @@
      +

      Returns BarNote

    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns BarNote

      +

      Returns BarNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    type: string | BarlineType
    +

    Returns BarNote

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • True if this note has no duration (e.g., bar notes, spacers, etc.).

        Returns boolean

    -
    +
    + +
      + +
    • +

      Get point for notes.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional size: string
      +

      Returns number

    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • glyphProps
  • +
  • keyProps
  • +
  • keys
  • +
  • render_options
  • +
  • DEBUG
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • postFormatted
  • +
  • preFormatted
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addModifier
  • +
  • addStroke
  • +
  • addToModifierContext
  • +
  • applyStyle
  • +
  • applyTickMultiplier
  • +
  • checkBeam
  • +
  • checkContext
  • +
  • checkModifierContext
  • +
  • checkStave
  • +
  • checkTickContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAbsoluteX
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBeam
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getCenterXShift
  • +
  • getContext
  • +
  • getDuration
  • +
  • getFirstDotPx
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getFormatterMetrics
  • +
  • getGlyph
  • +
  • getGlyphProps
  • +
  • getGlyphWidth
  • +
  • getIntrinsicTicks
  • +
  • getKeyProps
  • +
  • getKeys
  • +
  • getLeftDisplacedHeadPx
  • +
  • getLeftParenthesisPx
  • +
  • getLineForRest
  • +
  • getLineNumber
  • +
  • getMetrics
  • +
  • getModifierContext
  • +
  • getModifierStartXY
  • +
  • getModifiers
  • +
  • getModifiersByType
  • +
  • getNoteType
  • +
  • getPlayNote
  • +
  • getRightDisplacedHeadPx
  • +
  • getRightParenthesisPx
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStemDirection
  • +
  • getStemExtents
  • +
  • getStyle
  • +
  • getTickContext
  • +
  • getTickMultiplier
  • +
  • getTicks
  • +
  • getTieLeftX
  • +
  • getTieRightX
  • +
  • getTuplet
  • +
  • getTupletStack
  • +
  • getType
  • +
  • getVoice
  • +
  • getWidth
  • +
  • getX
  • +
  • getXShift
  • +
  • getYForTopText
  • +
  • getYs
  • +
  • hasBeam
  • +
  • hasClass
  • +
  • hasStem
  • +
  • isCenterAligned
  • +
  • isDotted
  • +
  • isRendered
  • +
  • isRest
  • +
  • onRegister
  • +
  • postFormat
  • +
  • preFormat
  • +
  • removeClass
  • +
  • reset
  • +
  • resetFont
  • +
  • resetTuplet
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBeam
  • +
  • setCenterAlignment
  • +
  • setCenterXShift
  • +
  • setContext
  • +
  • setDuration
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIgnoreTicks
  • +
  • setIntrinsicTicks
  • +
  • setLeftDisplacedHeadPx
  • +
  • setModifierContext
  • +
  • setPlayNote
  • +
  • setRendered
  • +
  • setRightDisplacedHeadPx
  • +
  • setStave
  • +
  • setStyle
  • +
  • setTickContext
  • +
  • setTuplet
  • +
  • setType
  • +
  • setVoice
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYs
  • +
  • shouldIgnoreTicks
  • +
  • getPoint
  • +
  • plotMetrics
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Barline.html b/docs/api/classes/Barline.html index a07ec464e0..fc93d6ee17 100644 --- a/docs/api/classes/Barline.html +++ b/docs/api/classes/Barline.html @@ -1,4 +1,4 @@ -Barline | vexflow
    +Barline | vexflow
    -
    +
    • vexflow
    • @@ -26,7 +26,7 @@

      Class Barline

    Hierarchy

    @@ -36,111 +36,111 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -149,38 +149,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -189,100 +188,96 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -
    -
    +
    -
    -
    +

    Returns typeof BarlineType

    +
    -
    +

    Returns Record<string, BarlineType>

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          stave: Stave
        • +
          stave: Stave
        • -
          x: number
        • +
          x: number
        • -
          begin: boolean
        +
        begin: boolean

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          stave: Stave
        • +
          stave: Stave
        • -
          x: number
        • +
          x: number
        • -
          Optional double_bar: boolean
        +
        Optional double_bar: boolean

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        +
        x: number

      Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Runs setYShift() for the Glyph object so that it matches the position of line for the Stave provided. A customShift can also be given (measured in the same units @@ -608,19 +602,19 @@

        +
        customShift: number = 0

      Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -700,31 +694,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Barline

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Barline

      +

      Returns Barline

    -
    +
    -
      - +
        +
      • Parameters

        • -
          type: string | number
        -

        Returns Barline

    -
    +
    type: string | number
    +

    Returns Barline

    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • type
  • +
  • typeString
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • checkStave
  • +
  • draw
  • +
  • drawRepeatBar
  • +
  • drawVerticalBar
  • +
  • drawVerticalEndBar
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getLayoutMetrics
  • +
  • getPadding
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStyle
  • +
  • getType
  • +
  • getWidth
  • +
  • getX
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • placeGlyphOnLine
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setLayoutMetrics
  • +
  • setPadding
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setStave
  • +
  • setStyle
  • +
  • setType
  • +
  • setWidth
  • +
  • setX
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Beam.html b/docs/api/classes/Beam.html index af26584ade..5bb4b0cf82 100644 --- a/docs/api/classes/Beam.html +++ b/docs/api/classes/Beam.html @@ -1,4 +1,4 @@ -Beam | vexflow
    +Beam | vexflow
    -
    +
    • vexflow
    • @@ -21,7 +21,7 @@

      Class Beam

    Hierarchy

    @@ -31,152 +31,152 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    notes: StemmableNote[]
    -
    +
    notes: StemmableNote[]
    +
    -
    postFormatted: boolean
    -
    +
    postFormatted: boolean
    +
    -
    render_options: {
        beam_width: number;
        flat_beam_offset?: number;
        flat_beams: boolean;
        max_slope: number;
        min_flat_beam_offset: number;
        min_slope: number;
        partial_beam_length: number;
        secondary_break_ticks?: number;
        show_stemlets: boolean;
        slope_cost: number;
        slope_iterations: number;
        stemlet_extension: number;
    }
    +
    render_options: {
        beam_width: number;
        flat_beam_offset?: number;
        flat_beams: boolean;
        max_slope: number;
        min_flat_beam_offset: number;
        min_slope: number;
        partial_beam_length: number;
        secondary_break_ticks?: number;
        show_stemlets: boolean;
        slope_cost: number;
        slope_iterations: number;
        stemlet_extension: number;
    }

    Type declaration

    • -
      beam_width: number
    • +
      beam_width: number
    • -
      Optional flat_beam_offset?: number
    • +
      Optional flat_beam_offset?: number
    • -
      flat_beams: boolean
    • +
      flat_beams: boolean
    • -
      max_slope: number
    • +
      max_slope: number
    • -
      min_flat_beam_offset: number
    • +
      min_flat_beam_offset: number
    • -
      min_slope: number
    • +
      min_slope: number
    • -
      partial_beam_length: number
    • +
      partial_beam_length: number
    • -
      Optional secondary_break_ticks?: number
    • +
      Optional secondary_break_ticks?: number
    • -
      show_stemlets: boolean
    • +
      show_stemlets: boolean
    • -
      slope_cost: number
    • +
      slope_cost: number
    • -
      slope_iterations: number
    • +
      slope_iterations: number
    • -
      stemlet_extension: number
    -
    +
    stemlet_extension: number
    +
    -
    slope: number = 0
    -
    +
    slope: number = 0
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -185,38 +185,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -225,81 +224,77 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Create new stems for the notes in the beam, so that each stem extends into the beams.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    indices: number[]
    +

    Returns Beam

    +
    -
      - +
        +
      • Calculate a slope and y-shift for flat beams.

        Returns void

    -
    +
    -
      - +
        +
      • Calculate the best possible slope for the provided notes.

        Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Render the beam to the canvas context

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the max number of beams in the set of notes.

        Returns number

    -
    +
    -
    -
    +
    duration: string
    +

    Returns {
        end?: number;
        start: number;
    }[]

    +
    -
      - +
        +
      • Return the Beam y offset.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +

    Returns StemmableNote[]

    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the direction of the beam

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    noteIndex: number
    +

    Returns PartialBeamDirection

    +
    -
    -
    +
    -
      - +
        +
      • Post-format the beam. This can only be called after the notes in the beam have both x and y values. ie: they've been formatted and have staves.

        Returns void

    -
    +
    -
      - +
        +
      • Pre-format the beam.

        -

        Returns Beam

    -
    +

    Returns Beam

    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -725,31 +719,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Beam

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Forces the direction of a partial beam (a secondary-level beam that exists on one note only of the beam group). This is useful in rhythms such as 6/8 @@ -786,20 +780,20 @@

        Parameters

        -

        Returns Beam

    -
    +
    side: PartialBeamDirection
    +

    Returns Beam

    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Beam

      +

      Returns Beam

    -
    +
    -
      - +
        +
      • Restore the default direction of a partial beam (a secondary-level beam that does not connect to any other notes).

        @@ -846,12 +840,12 @@
        -

        Returns Beam

    -
    +
    noteIndex: number
    +

    Returns Beam

    +
    -
      - +
        +
      • A helper function to automatically build basic beams for a voice. For more complex auto-beaming use Beam.generateBeams().

        @@ -860,76 +854,76 @@
        • -
          voice: Voice
          +
          voice: Voice

          the voice to generate the beams for

        • -
          Optional stem_direction: number
          +
          Optional stem_direction: number

          a stem direction to apply to the entire voice

        • -
          Optional groups: Fraction[]
          +
          Optional groups: Fraction[]

          an array of Fraction representing beat groupings for the beam

        -

        Returns Beam[]

    -
    +

    Returns Beam[]

    +
    -
      - +
        +
      • A helper function to autimatically build beams for a voice with configuration options.

        Example configuration object:

        config = {
        groups: [new Vex.Flow.Fraction(2, 8)],
        stem_direction: -1,
        beam_rests: true,
        beam_middle_only: true,
        show_stemlets: false
        }; -
        +

        Parameters

        • -
          notes: StemmableNote[]
          +
          notes: StemmableNote[]

          an array of notes to create the beams for

        • -
          config: {
              beam_middle_only?: boolean;
              beam_rests?: boolean;
              flat_beam_offset?: number;
              flat_beams?: boolean;
              groups?: Fraction[];
              maintain_stem_directions?: boolean;
              secondary_breaks?: string;
              show_stemlets?: boolean;
              stem_direction?: number;
          } = {}
          +
          config: {
              beam_middle_only?: boolean;
              beam_rests?: boolean;
              flat_beam_offset?: number;
              flat_beams?: boolean;
              groups?: Fraction[];
              maintain_stem_directions?: boolean;
              secondary_breaks?: string;
              show_stemlets?: boolean;
              stem_direction?: number;
          } = {}

          the configuration object

          • -
            Optional beam_middle_only?: boolean
            +
            Optional beam_middle_only?: boolean

            set to true to only beam rests in the middle of the beat

          • -
            Optional beam_rests?: boolean
            +
            Optional beam_rests?: boolean

            set to true to include rests in the beams

          • -
            Optional flat_beam_offset?: number
          • +
            Optional flat_beam_offset?: number
          • -
            Optional flat_beams?: boolean
          • +
            Optional flat_beams?: boolean
          • -
            Optional groups?: Fraction[]
            +
            Optional groups?: Fraction[]

            array of Fractions that represent the beat structure to beam the notes

          • -
            Optional maintain_stem_directions?: boolean
            +
            Optional maintain_stem_directions?: boolean

            set to true to not apply new stem directions

          • -
            Optional secondary_breaks?: string
          • +
            Optional secondary_breaks?: string
          • -
            Optional show_stemlets?: boolean
            +
            Optional show_stemlets?: boolean

            set to true to draw stemlets for rests

          • -
            Optional stem_direction?: number
            +
            Optional stem_direction?: number

            set to apply the same direction to all notes

        -

        Returns Beam[]

    -
    +

    Returns Beam[]

    +
    -
      - +
        +
      • Get the default beam groups for a provided time signature. Attempt to guess if the time signature is not found in table. @@ -939,12 +933,13 @@

        • -
          time_sig: string
        -

        Returns Fraction[]

    - +

    Returns Fraction[]

    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • notes
  • +
  • postFormatted
  • +
  • render_options
  • +
  • slope
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStemExtensions
  • +
  • applyStyle
  • +
  • breakSecondaryAt
  • +
  • calculateFlatSlope
  • +
  • calculateSlope
  • +
  • checkContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBeamCount
  • +
  • getBeamLines
  • +
  • getBeamYToDraw
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getNotes
  • +
  • getSVGElement
  • +
  • getSlopeY
  • +
  • getStemDirection
  • +
  • getStyle
  • +
  • hasClass
  • +
  • isRendered
  • +
  • lookupBeamDirection
  • +
  • onRegister
  • +
  • postFormat
  • +
  • preFormat
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setPartialBeamSideAt
  • +
  • setRendered
  • +
  • setStyle
  • +
  • unsetPartialBeamSideAt
  • +
  • applyAndGetBeams
  • +
  • generateBeams
  • +
  • getDefaultBeamGroups
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Bend.html b/docs/api/classes/Bend.html index a7708877b9..26ae8140aa 100644 --- a/docs/api/classes/Bend.html +++ b/docs/api/classes/Bend.html @@ -1,4 +1,4 @@ -Bend | vexflow
    +Bend | vexflow
    -
    +
    • vexflow
    • @@ -21,7 +21,7 @@

      Class Bend

    Hierarchy

    @@ -31,145 +31,145 @@

    Constructors

    -
    +
    -
      - +
        +
      • Example of a phrase:

           [{
        type: UP,
        text: "whole"
        width: 8;
        },
        {
        type: DOWN,
        text: "whole"
        width: 8;
        },
        {
        type: UP,
        text: "half"
        width: 8;
        },
        {
        type: UP,
        text: "whole"
        width: 8;
        },
        {
        type: DOWN,
        text: "1 1/2"
        width: 8;
        }] -
        +

        Parameters

        • -
          text: string
          +
          text: string

          text for bend ("Full", "Half", etc.) (DEPRECATED)

        • -
          release: boolean = false
          +
          release: boolean = false

          if true, render a release. (DEPRECATED)

        • -
          Optional phrase: BendPhrase[]
          +
          Optional phrase: BendPhrase[]

          if set, ignore "text" and "release", and use the more sophisticated phrase specified

        -

        Returns Bend

    Properties

    -
    +
    -
    render_options: {
        bend_width: number;
        line_style: string;
        line_width: number;
        release_width: number;
    }
    +
    render_options: {
        bend_width: number;
        line_style: string;
        line_width: number;
        release_width: number;
    }

    Type declaration

    • -
      bend_width: number
    • +
      bend_width: number
    • -
      line_style: string
    • +
      line_style: string
    • -
      line_width: number
    • +
      line_width: number
    • -
      release_width: number
    -
    +
    release_width: number
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default text font.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -178,38 +178,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -218,71 +217,67 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Modifiers category string. Every modifier has a different category. @@ -290,40 +285,40 @@

    -
    +
    -
      +
      • get DOWN(): number
      • Returns number

    -
    +
    -
    -
    +
    -
      -
    • get PositionString(): Record<string, number>
    • +
        +
      • get PositionString(): Record<string, number>
      • -

        Returns Record<string, number>

    -
    +
    -
      +
      • get UP(): number
      • Returns number

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Used in draw() to check and get the attached note (StaveNote, TabNote, etc.). Also verifies that the index is valid.

        -

        Returns Note

    -
    +
    -
    -
    +
    -
      - +
        +
      • Check and get note index, which is a specific note in a chord.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the bend on the rendering context.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Get note index, which is a specific note in a chord.

        Returns undefined | number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get text provided in the constructor.

        Returns string

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Get modifier widths.

        Returns number

    -
    +
    -
      - +
        +
      • Get shift modifier x

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -727,31 +721,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Bend

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set spacing from next modifier.

        @@ -861,48 +855,48 @@

      Returns void

    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Bend

      +

      Returns Bend

    -
    +
    -
      - +
        +
      • Parameters

        • -
          value: string
        -

        Returns Bend

    -
    +
    value: string
    +

    Returns Bend

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • render_options
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • DOWN
  • +
  • Position
  • +
  • PositionString
  • +
  • UP
  • +
  • addChildElement
  • +
  • addClass
  • +
  • alignSubNotesWithNote
  • +
  • applyStyle
  • +
  • checkAttachedNote
  • +
  • checkContext
  • +
  • checkIndex
  • +
  • checkModifierContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getIndex
  • +
  • getModifierContext
  • +
  • getNote
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getSpacingFromNextModifier
  • +
  • getStyle
  • +
  • getText
  • +
  • getTextHeight
  • +
  • getWidth
  • +
  • getXShift
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIndex
  • +
  • setModifierContext
  • +
  • setNote
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setSpacingFromNextModifier
  • +
  • setStyle
  • +
  • setTap
  • +
  • setTextLine
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYShift
  • +
  • format
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/BoundingBox.html b/docs/api/classes/BoundingBox.html index b3dd1dbfa3..aa675f0eed 100644 --- a/docs/api/classes/BoundingBox.html +++ b/docs/api/classes/BoundingBox.html @@ -1,4 +1,4 @@ -BoundingBox | vexflow
    +BoundingBox | vexflow
    -
    +
    @@ -30,113 +30,113 @@

    Constructors

    -
    +
    -
      - +
        +
      • Parameters

        • -
          x: number
        • +
          x: number
        • -
          y: number
        • +
          y: number
        • -
          w: number
        • +
          w: number
        • -
          h: number
        -

        Returns BoundingBox

    +
    h: number
    +

    Returns BoundingBox

    Properties

    -
    +
    -
    h: number
    -
    +
    -
    w: number
    -
    +
    -
    x: number
    -
    +
    -
    y: number

    Methods

    -
    +
    -
    -
    +

    Returns BoundingBox

    +
    -
      - +
        +
      • Get height.

        Returns number

    -
    +
    -
      - +
        +
      • Get width.

        Returns number

    -
    +
    -
      - +
        +
      • Get x position.

        Returns number

    -
    +
    -
      - +
        +
      • Get y position.

        Returns number

    -
    +
    -
    -
    +
    boundingBox: BoundingBox
    +

    Returns BoundingBox

    +
    -
    -
    +
    y: number
    +

    Returns BoundingBox

    +
    -
    -
    +
    h: number
    +

    Returns BoundingBox

    +
    -
    -
    +
    w: number
    +

    Returns BoundingBox

    +
    -
    -
    +
    x: number
    +

    Returns BoundingBox

    +
    -
    -
    +
    y: number
    +

    Returns BoundingBox

    +
    -
    - +

    Returns BoundingBox

    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • h
  • +
  • w
  • +
  • x
  • +
  • y
  • +
  • clone
  • +
  • getH
  • +
  • getW
  • +
  • getX
  • +
  • getY
  • +
  • mergeWith
  • +
  • move
  • +
  • setH
  • +
  • setW
  • +
  • setX
  • +
  • setY
  • +
  • copy
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/BoundingBoxComputation.html b/docs/api/classes/BoundingBoxComputation.html index 61d9655eec..f0f4604533 100644 --- a/docs/api/classes/BoundingBoxComputation.html +++ b/docs/api/classes/BoundingBoxComputation.html @@ -1,4 +1,4 @@ -BoundingBoxComputation | vexflow
    +BoundingBoxComputation | vexflow

    Constructors

    -
    +
    -
    +

    Returns BoundingBoxComputation

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get calculated X1.

        Returns number

    -
    +
    -
      - +
        +
      • Get calculated Y1.

        Returns number

    -
    +
    -
      - +
        +
      • Get calculated height.

        Returns number

    -
    +
    -
      - +
        +
      • Get calculated width.

        Returns number

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • addBezierCurve
  • +
  • addPoint
  • +
  • addQuadraticCurve
  • +
  • addX
  • +
  • addY
  • +
  • getX1
  • +
  • getY1
  • +
  • height
  • +
  • width
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Builder.html b/docs/api/classes/Builder.html index 746fb44408..f95f8c70e1 100644 --- a/docs/api/classes/Builder.html +++ b/docs/api/classes/Builder.html @@ -1,4 +1,4 @@ -Builder | vexflow
    +Builder | vexflow

    Constructors

    -
    +
    -
    +
    factory: Factory
    +

    Returns Builder

    Properties

    -
    +
    -
    commitHooks: CommitHook[] = []
    -
    +
    commitHooks: CommitHook[] = []
    +
    -
    elements: BuilderElements
    -
    +
    elements: BuilderElements
    +
    -
    factory: Factory
    -
    +
    factory: Factory
    +
    -
    -
    +
    +
    -
    piece: Piece
    -
    +
    piece: Piece
    +
    -
    rollingDuration: string
    +
    rollingDuration: string

    Methods

    -
    +
    -
      - +
        +
      • Parameters

        +
        notes: Match[]

      Returns void

    -
    +
    -
      - +

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          Optional key: string
        • +
          Optional key: string
        • -
          Optional accid: null | string
        • +
          Optional accid: null | string
        • -
          Optional octave: string
        +
        Optional octave: string

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          key: string
        • +
          key: string
        • -
          value: string
        +
        value: string

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          key: string
        • +
          key: string
        • -
          Optional accid: null | string
        • +
          Optional accid: null | string
        • -
          Optional octave: string
        +
        Optional octave: string

      Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
    -
    +

    Returns BuilderElements

    +
    -
    -
    +

    Returns Factory

    +
    -
    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Parameters

        +
        dots: Match[]

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          Optional duration: string
        +
        Optional duration: string

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          Optional type: string
        +
        Optional type: string

      Returns void

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • commitHooks
  • +
  • elements
  • +
  • factory
  • +
  • options
  • +
  • piece
  • +
  • rollingDuration
  • +
  • addChord
  • +
  • addCommitHook
  • +
  • addNote
  • +
  • addNoteOption
  • +
  • addSingleNote
  • +
  • commitPiece
  • +
  • getElements
  • +
  • getFactory
  • +
  • reset
  • +
  • resetPiece
  • +
  • setNoteDots
  • +
  • setNoteDuration
  • +
  • setNoteType
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/CanvasContext.html b/docs/api/classes/CanvasContext.html index a4ed5dff84..adf7079fb9 100644 --- a/docs/api/classes/CanvasContext.html +++ b/docs/api/classes/CanvasContext.html @@ -1,4 +1,4 @@ -CanvasContext | vexflow
    +CanvasContext | vexflow

    Constructors

    -
    +
    -
      - +
        +
      • Parameters

        • -
          context: OffscreenCanvasRenderingContext2D | CanvasRenderingContext2D
        -

        Returns CanvasContext

      +

      Returns CanvasContext

    Properties

    -
    +
    -
    canvas: HTMLCanvasElement | OffscreenCanvas | {
        height: number;
        width: number;
    }
    +
    canvas: HTMLCanvasElement | OffscreenCanvas | {
        height: number;
        width: number;
    }

    The HTMLCanvasElement or OffscreenCanvas that is associated with the above context. If there was no associated <canvas> element, just store the default WIDTH / HEIGHT.

    -
    +
    -
    context2D: OffscreenCanvasRenderingContext2D | CanvasRenderingContext2D
    +
    context2D: OffscreenCanvasRenderingContext2D | CanvasRenderingContext2D

    The 2D rendering context from the Canvas API. Forward method calls to this object.

    -
    +
    -
    textHeight: number = 0
    +
    textHeight: number = 0

    Height of one line of text (in pixels).

    Accessors

    -
    +
    -
      -
    • get fillStyle(): string | CanvasGradient | CanvasPattern
    • +
        +
      • get fillStyle(): string | CanvasGradient | CanvasPattern
      • -

        Returns string | CanvasGradient | CanvasPattern

      • -
      • set fillStyle(style: string | CanvasGradient | CanvasPattern): void
      • +
      • set fillStyle(style): void
      • Parameters

        • -
          style: string | CanvasGradient | CanvasPattern
        +
        style: string | CanvasGradient | CanvasPattern

      Returns void

    -
    +
    -
      +
      • get font(): string
      • Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Parameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get strokeStyle(): string | CanvasGradient | CanvasPattern
    • +
        +
      • get strokeStyle(): string | CanvasGradient | CanvasPattern
      • -

        Returns string | CanvasGradient | CanvasPattern

      • -
      • set strokeStyle(style: string | CanvasGradient | CanvasPattern): void
      • +
      • set strokeStyle(style): void
      • Parameters

        • -
          style: string | CanvasGradient | CanvasPattern
        +
        style: string | CanvasGradient | CanvasPattern

      Returns void

    -
    +
    -
      +
      • get CANVAS_BROWSER_SIZE_LIMIT(): number
      • Returns number

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -
      +
      • get HEIGHT(): number
      • Returns number

    -
    +
    -
      +
      • get WIDTH(): number
      • Returns number

    Methods

    -
    +
    -
      - +
        +
      • Parameters

        • -
          child: any
        +
        child: any

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          x: number
        • +
          x: number
        • -
          y: number
        • +
          y: number
        • -
          radius: number
        • +
          radius: number
        • -
          startAngle: number
        • +
          startAngle: number
        • -
          endAngle: number
        • +
          endAngle: number
        • -
          counterclockwise: boolean
        -

        Returns CanvasContext

      +

      Returns CanvasContext

    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          cp1x: number
        • +
          cp1x: number
        • -
          cp1y: number
        • +
          cp1y: number
        • -
          cp2x: number
        • +
          cp2x: number
        • -
          cp2y: number
        • +
          cp2y: number
        • -
          x: number
        • +
          x: number
        • -
          y: number
        -

        Returns CanvasContext

      +

      Returns CanvasContext

    -
    +
    -
      - +
        +
      • Set all pixels to transparent black rgba(0,0,0,0).

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Return a string of the form 'italic bold 15pt Arial'

        Returns string

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          Optional f: string | FontInfo
          +
          Optional f: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal').

        -

        Returns CanvasContext

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Ensure that width and height do not exceed the browser limit.

        - -

        Returns

        array of [width, height] clamped to the browser limit.

        Parameters

        • -
          width: number
        • +
          width: number
        • -
          height: number
        -

        Returns [number, number]

    - +

    Returns [number, number]

    array of [width, height] clamped to the browser limit.

    +
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • canvas
  • +
  • context2D
  • +
  • textHeight
  • +
  • fillStyle
  • +
  • font
  • +
  • strokeStyle
  • +
  • CANVAS_BROWSER_SIZE_LIMIT
  • +
  • CATEGORY
  • +
  • HEIGHT
  • +
  • WIDTH
  • +
  • add
  • +
  • arc
  • +
  • beginPath
  • +
  • bezierCurveTo
  • +
  • clear
  • +
  • clearRect
  • +
  • closeGroup
  • +
  • closePath
  • +
  • fill
  • +
  • fillRect
  • +
  • fillText
  • +
  • getFont
  • +
  • lineTo
  • +
  • measureText
  • +
  • moveTo
  • +
  • openGroup
  • +
  • quadraticCurveTo
  • +
  • rect
  • +
  • resize
  • +
  • restore
  • +
  • save
  • +
  • scale
  • +
  • setBackgroundFillStyle
  • +
  • setFillStyle
  • +
  • setFont
  • +
  • setLineCap
  • +
  • setLineDash
  • +
  • setLineWidth
  • +
  • setRawFont
  • +
  • setShadowBlur
  • +
  • setShadowColor
  • +
  • setStrokeStyle
  • +
  • stroke
  • +
  • sanitizeCanvasDims
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/ChordSymbol.html b/docs/api/classes/ChordSymbol.html index 986c5cdedd..41cbd7163b 100644 --- a/docs/api/classes/ChordSymbol.html +++ b/docs/api/classes/ChordSymbol.html @@ -1,4 +1,4 @@ -ChordSymbol | vexflow
    +ChordSymbol | vexflow
    -
    +
    • vexflow
    • @@ -22,7 +22,7 @@

      Class ChordSymbol

    Hierarchy

    @@ -32,171 +32,171 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    DEBUG: boolean = false
    -
    +
    DEBUG: boolean = false
    +
    -
    HorizontalJustify: typeof ChordSymbolHorizontalJustify = ChordSymbolHorizontalJustify
    -
    +
    HorizontalJustify: typeof ChordSymbolHorizontalJustify = ChordSymbolHorizontalJustify
    +
    -
    HorizontalJustifyString: Record<string, ChordSymbolHorizontalJustify> = ...
    -
    +
    HorizontalJustifyString: Record<string, ChordSymbolHorizontalJustify> = ...
    +
    -
    VerticalJustify: typeof ChordSymbolVerticalJustify = ChordSymbolVerticalJustify
    -
    +
    VerticalJustify: typeof ChordSymbolVerticalJustify = ChordSymbolVerticalJustify
    +
    -
    VerticalJustifyString: Record<string, ChordSymbolVerticalJustify> = ...
    -
    +
    VerticalJustifyString: Record<string, ChordSymbolVerticalJustify> = ...
    +
    -
    glyphs: Record<string, {
        code: string;
    }> = ...
    -
    +
    glyphs: Record<string, {
        code: string;
    }> = ...
    +
    -
    symbolModifiers: typeof SymbolModifiers = SymbolModifiers
    -
    +
    symbolModifiers: typeof SymbolModifiers = SymbolModifiers
    +
    -
    symbolTypes: typeof SymbolTypes = SymbolTypes
    +
    symbolTypes: typeof SymbolTypes = SymbolTypes

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -205,38 +205,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -245,85 +244,81 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get subscriptOffset(): number
      • Returns number

    -
    +
    -
      +
      • get superscriptOffset(): number
      • The offset is specified in em. Scale this value by the font size in pixels.

        Returns number

    -
    +
    -
      +
      • get CATEGORY(): string
      • Modifiers category string. Every modifier has a different category. @@ -331,13 +326,13 @@

    -
    +
    -
      +
      • get NO_TEXT_FORMAT(): boolean
      • Returns boolean

      • -
      • set NO_TEXT_FORMAT(val: boolean): void
      • +
      • set NO_TEXT_FORMAT(val): void
      • Currently unused: Globally turn off text formatting, if the built-in formatting does not work for your font.

        @@ -345,101 +340,101 @@

        Returns booleanParameters

        • -
          val: boolean
        +
        val: boolean

      Returns void

    -
    +
    -
    -
    +
    -
      -
    • get PositionString(): Record<string, number>
    • +
        +
      • get PositionString(): Record<string, number>
      • -

        Returns Record<string, number>

    -
    +
    -
      -
    • get TEXT_FONT(): Required<FontInfo>
    • +
        +
      • get TEXT_FONT(): Required<FontInfo>
      • Default text font. Choose a font family that works well with the current music engraving font. Element.TEXT_FONT.

        -

        Returns Required<FontInfo>

    -
    +
    -
      +
      • get engravingFontResolution(): number
      • Returns number

    -
    +
    -
      +
      • get kerningOffset(): number
      • Returns number

    -
    +
    -
      +
      • get lowerKerningText(): string[]
      • Returns string[]

    -
    +
    -
    -
    +

    Returns ChordSymbolMetrics

    +
    -
      +
      • get minPadding(): number
      • Returns number

    -
    +
    -
      +
      • get spacingBetweenBlocks(): number
      • Returns number

    -
    +
    -
      +
      • get subscriptOffset(): number
      • Returns number

    -
    +
    -
      +
      • get superSubRatio(): number
      • Returns number

    -
    +
    -
      +
      • get superscriptOffset(): number
      • Returns number

    -
    +
    -
      +
      • get upperKerningText(): string[]
      • Returns string[]

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    params: any = {}
    +

    Returns ChordSymbol

    +
    -
    -
    +
    params: any = {}
    +

    Returns ChordSymbol

    +
    -
    -
    +
    glyph: string
    +

    Returns ChordSymbol

    +
    -
    -
    +
    params: any = {}
    +

    Returns ChordSymbol

    +
    -
    -
    +
    parameters: any
    +

    Returns ChordSymbol

    +
    -
    -
    +
    parameters: any = {}
    +

    Returns ChordSymbol

    +
    -
    -
    +
    text: string
    +

    Returns ChordSymbol

    +
    -
    -
    +
    text: string
    +

    Returns ChordSymbol

    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Used in draw() to check and get the attached note (StaveNote, TabNote, etc.). Also verifies that the index is valid.

        -

        Returns Note

    -
    +
    -
    -
    +
    -
      - +
        +
      • Check and get note index, which is a specific note in a chord.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Render text and glyphs above/below the note.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Get note index, which is a specific note in a chord.

        Returns undefined | number

    -
    +
    -
      - +
        +
      • Do some basic kerning so that letter chords like 'A' don't have the extensions hanging off to the right.

        @@ -762,45 +756,45 @@
        • -
          j: number
        +
        j: number

      Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Returns boolean

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    params: any = {}
    +

    Returns ChordSymbolBlock

    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Get modifier widths.

        Returns number

    -
    +
    -
      - +
        +
      • Get shift modifier x

        Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          text: string
        +
        text: string

      Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    val: boolean
    +

    Returns ChordSymbol

    +
    -
      - +
        +
      • Set the chord symbol's font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -1007,30 +1001,30 @@
        • -
          Optional f: string | FontInfo
          +
          Optional f: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal').

          See: Element.

        -

        Returns ChordSymbol

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    hj: string | number
    +

    Returns ChordSymbol

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    value: boolean
    +

    Returns ChordSymbol

    +
    -
      - +
        +
      • Set spacing from next modifier.

        @@ -1164,37 +1158,37 @@

      Returns void

    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns ChordSymbol

      +

      Returns ChordSymbol

    -
    +
    -
    -
    +
    -
    -
    +
    vj: string | number
    +

    Returns ChordSymbol

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    glyphCode: string
    +

    Returns undefined | ChordSymbolGlyphMetrics

    +
    -
      - +
        +
      • Parameters

        +
        glyph: Glyph

      Returns number

    -
    +
    -
      - +
        +
      • Parameters

        +
        glyph: Glyph

      Returns number

    -
    +
    -
      - +
        +
      • Parameters

        +
        glyph: Glyph

      Returns number

    -
    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • DEBUG
  • +
  • HorizontalJustify
  • +
  • HorizontalJustifyString
  • +
  • VerticalJustify
  • +
  • VerticalJustifyString
  • +
  • glyphs
  • +
  • symbolModifiers
  • +
  • symbolTypes
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • subscriptOffset
  • +
  • superscriptOffset
  • +
  • CATEGORY
  • +
  • NO_TEXT_FORMAT
  • +
  • Position
  • +
  • PositionString
  • +
  • TEXT_FONT
  • +
  • engravingFontResolution
  • +
  • kerningOffset
  • +
  • lowerKerningText
  • +
  • metrics
  • +
  • minPadding
  • +
  • spacingBetweenBlocks
  • +
  • subscriptOffset
  • +
  • superSubRatio
  • +
  • superscriptOffset
  • +
  • upperKerningText
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addGlyph
  • +
  • addGlyphOrText
  • +
  • addGlyphSuperscript
  • +
  • addLine
  • +
  • addSymbolBlock
  • +
  • addText
  • +
  • addTextSubscript
  • +
  • addTextSuperscript
  • +
  • alignSubNotesWithNote
  • +
  • applyStyle
  • +
  • checkAttachedNote
  • +
  • checkContext
  • +
  • checkIndex
  • +
  • checkModifierContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getHorizontal
  • +
  • getIndex
  • +
  • getKerningAdjustment
  • +
  • getModifierContext
  • +
  • getNote
  • +
  • getPosition
  • +
  • getReportWidth
  • +
  • getSVGElement
  • +
  • getSpacingFromNextModifier
  • +
  • getStyle
  • +
  • getSymbolBlock
  • +
  • getVertical
  • +
  • getWidth
  • +
  • getXShift
  • +
  • getYOffsetForText
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setEnableKerning
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setHorizontal
  • +
  • setIndex
  • +
  • setModifierContext
  • +
  • setNote
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setReportWidth
  • +
  • setSpacingFromNextModifier
  • +
  • setStyle
  • +
  • setTextLine
  • +
  • setVertical
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYShift
  • +
  • updateKerningAdjustments
  • +
  • updateOverBarAdjustments
  • +
  • format
  • +
  • getMetricForGlyph
  • +
  • getWidthForGlyph
  • +
  • getXShiftForGlyph
  • +
  • getYShiftForGlyph
  • +
  • isSubscript
  • +
  • isSuperscript
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Clef.html b/docs/api/classes/Clef.html index bcdb306685..91075415d3 100644 --- a/docs/api/classes/Clef.html +++ b/docs/api/classes/Clef.html @@ -1,4 +1,4 @@ -Clef | vexflow
    +Clef | vexflow
    -
    +
    • vexflow
    • @@ -22,7 +22,7 @@

      Class Clef

    Hierarchy

    @@ -32,82 +32,82 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    annotation?: ClefAnnotatiomType
    -
    +
    annotation?: ClefAnnotatiomType
    +
    -
    clef: ClefType = ...
    +
    clef: ClefType = ...

    The attribute clef must be a key from Clef.types

    -
    +
    -
    DEBUG: boolean = false
    +
    DEBUG: boolean = false

    To enable logging for this class, set Vex.Flow.Clef.DEBUG to true.

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -165,38 +165,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -205,103 +204,99 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -
    -
    +
    -
      -
    • get annotationSmufl(): Record<string, string>
    • +
        +
      • get annotationSmufl(): Record<string, string>
      • -

        Returns Record<string, string>

    -
    +

    Returns Record<string, string>

    +
    -
      -
    • get types(): Record<string, ClefType>
    • +
        +
      • get types(): Record<string, ClefType>
      • Every clef name is associated with a glyph code from the font file and a default stave line number.

        -

        Returns Record<string, ClefType>

    +

    Returns Record<string, ClefType>

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Runs setYShift() for the Glyph object so that it matches the position of line for the Stave provided. A customShift can also be given (measured in the same units @@ -575,19 +569,19 @@

        +
        customShift: number = 0

      Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -667,31 +661,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Clef

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Clef

      +

      Returns Clef

    -
    +
    -
    -
    +
    Optional annotation: string
    +

    Returns Clef

    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get point for clefs.

        @@ -856,12 +850,13 @@
        • -
          Optional size: string
        +
        Optional size: string

      Returns number

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • annotation
  • +
  • clef
  • +
  • DEBUG
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • annotationSmufl
  • +
  • types
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • checkStave
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getLayoutMetrics
  • +
  • getPadding
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getX
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • placeGlyphOnLine
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setLayoutMetrics
  • +
  • setPadding
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setStave
  • +
  • setStyle
  • +
  • setType
  • +
  • setWidth
  • +
  • setX
  • +
  • getPoint
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/ClefNote.html b/docs/api/classes/ClefNote.html index be79819732..e22bc77a03 100644 --- a/docs/api/classes/ClefNote.html +++ b/docs/api/classes/ClefNote.html @@ -1,4 +1,4 @@ -ClefNote | vexflow
    +ClefNote | vexflow
    -
    +
    • vexflow
    • @@ -21,7 +21,7 @@

      Class ClefNote

    Hierarchy

    @@ -31,223 +31,224 @@

    Constructors

    -
    +
    -
      - +
        +
      • Parameters

        • -
          type: string
        • +
          type: string
        • -
          Optional size: string
        • +
          Optional size: string
        • -
          Optional annotation: string
        -

        Returns ClefNote

      +

      Returns ClefNote

    Properties

    -
    +
    -
    glyphProps: GlyphProps
    -
    +
    -
    keyProps: KeyProps[]
    -
    +
    -
    keys: string[]
    -
    +
    -
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }
    +
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }

    Type declaration

    • -
      annotation_spacing: number
    • +
      annotation_spacing: number
    • -
      Optional draw?: boolean
    • +
      Optional draw?: boolean
    • -
      Optional draw_dots?: boolean
    • +
      Optional draw_dots?: boolean
    • -
      Optional draw_stem?: boolean
    • +
      Optional draw_stem?: boolean
    • -
      Optional draw_stem_through_stave?: boolean
    • +
      Optional draw_stem_through_stave?: boolean
    • -
      Optional extend_left?: number
    • +
      Optional extend_left?: number
    • -
      Optional extend_right?: number
    • +
      Optional extend_right?: number
    • -
      font: string
    • +
      font: string
    • -
      glyph_font_scale: number
    • +
      glyph_font_scale: number
    • -
      Optional glyph_font_size?: number
    • +
      Optional glyph_font_size?: number
    • -
      scale: number
    • +
      scale: number
    • -
      stroke_px: number
    • +
      stroke_px: number
    • -
      y_shift: number
    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -256,38 +257,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -296,76 +296,72 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get postFormatted(): boolean
      • Returns boolean

      • -
      • set postFormatted(value: boolean): void
      • +
      • set postFormatted(value): void
      • Set postformatted status.

        @@ -373,17 +369,17 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get preFormatted(): boolean
      • Returns boolean

      • -
      • set preFormatted(value: boolean): void
      • +
      • set preFormatted(value): void
      • Set preformatted status.

        @@ -391,22 +387,22 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Attach a modifier to this note.

        - -

        Returns

        this

        Parameters

        • -
          modifier: Modifier
          +
          modifier: Modifier

          the Modifier to add.

        • -
          index: number = 0
          +
          index: number = 0

          of the key to modify.

        -

        Returns ClefNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Render clef note.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the beam.

        -

        Returns undefined | Beam

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Return the center x shift.

        Returns number

    -
    +
    -
    -
    +

    Returns ClefType

    +
    -
    -
    +
    -
      - +
        +
      • Accessor to duration.

        Returns string

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Deprecated

        Use getGlyphProps() instead.

        Returns any

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the glyph width.

        Returns number

    -
    +
    -
      - +
        +
      • Return the intrinsic ticks.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns string[]

    -
    +
    -
      - +
        +
      • Get spacing to the left of the notes.

        Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
      - +
        +
      • Get the stave line number for rest.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to note type.

        Returns string

    -
    +
    -
      - +
        +
      • Get the play note, which is arbitrary data that can be used by an audio player.

        -

        Returns undefined | Note

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the target stave.

        -

        Returns undefined | Stave

    -
    +
    -
      - +
        +
      • Get the direction of the stem.

        Returns number

    -
    +
    -
      - +
        +
      • Get the top and bottom y values of the stem.

        -

        Returns Record<string, number>

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the x coordinate to the left of the note.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x coordinate to the right of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get width of note. Used by the formatter for positioning.

        Returns number

    -
    +
    -
      - +
        +
      • Get x position of this tick context.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x displaced pixels of the note.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get Y positions for this note. Each Y value is associated with an individual pitch/key within the note/chord.

        Returns number[]

    -
    +
    -
      - +
        +
      • Check it has a beam.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to hasStem.

        Returns boolean

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Accessor to isDotted.

        Returns boolean

    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        true if this note is a type of rest.

        +
        +

        Returns boolean

        true if this note is a type of rest.

        Rests don't have pitches, but take up space in the score. Subclasses should override this default implementation.

        -
        -

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -1356,31 +1348,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns ClefNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns ClefNote

      +

      Returns ClefNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    annotation: string
    +

    Returns ClefNote

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • True if this note has no duration (e.g., bar notes, spacers, etc.).

        Returns boolean

    -
    +
    + +
      + +
    • +

      Get point for notes.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional size: string
      +

      Returns number

    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • glyphProps
  • +
  • keyProps
  • +
  • keys
  • +
  • render_options
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • postFormatted
  • +
  • preFormatted
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addModifier
  • +
  • addStroke
  • +
  • addToModifierContext
  • +
  • applyStyle
  • +
  • applyTickMultiplier
  • +
  • checkBeam
  • +
  • checkContext
  • +
  • checkModifierContext
  • +
  • checkStave
  • +
  • checkTickContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAbsoluteX
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBeam
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getCenterXShift
  • +
  • getClef
  • +
  • getContext
  • +
  • getDuration
  • +
  • getFirstDotPx
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getFormatterMetrics
  • +
  • getGlyph
  • +
  • getGlyphProps
  • +
  • getGlyphWidth
  • +
  • getIntrinsicTicks
  • +
  • getKeyProps
  • +
  • getKeys
  • +
  • getLeftDisplacedHeadPx
  • +
  • getLeftParenthesisPx
  • +
  • getLineForRest
  • +
  • getLineNumber
  • +
  • getMetrics
  • +
  • getModifierContext
  • +
  • getModifierStartXY
  • +
  • getModifiers
  • +
  • getModifiersByType
  • +
  • getNoteType
  • +
  • getPlayNote
  • +
  • getRightDisplacedHeadPx
  • +
  • getRightParenthesisPx
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStemDirection
  • +
  • getStemExtents
  • +
  • getStyle
  • +
  • getTickContext
  • +
  • getTickMultiplier
  • +
  • getTicks
  • +
  • getTieLeftX
  • +
  • getTieRightX
  • +
  • getTuplet
  • +
  • getTupletStack
  • +
  • getVoice
  • +
  • getWidth
  • +
  • getX
  • +
  • getXShift
  • +
  • getYForTopText
  • +
  • getYs
  • +
  • hasBeam
  • +
  • hasClass
  • +
  • hasStem
  • +
  • isCenterAligned
  • +
  • isDotted
  • +
  • isRendered
  • +
  • isRest
  • +
  • onRegister
  • +
  • postFormat
  • +
  • preFormat
  • +
  • removeClass
  • +
  • reset
  • +
  • resetFont
  • +
  • resetTuplet
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBeam
  • +
  • setCenterAlignment
  • +
  • setCenterXShift
  • +
  • setContext
  • +
  • setDuration
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIgnoreTicks
  • +
  • setIntrinsicTicks
  • +
  • setLeftDisplacedHeadPx
  • +
  • setModifierContext
  • +
  • setPlayNote
  • +
  • setRendered
  • +
  • setRightDisplacedHeadPx
  • +
  • setStave
  • +
  • setStyle
  • +
  • setTickContext
  • +
  • setTuplet
  • +
  • setType
  • +
  • setVoice
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYs
  • +
  • shouldIgnoreTicks
  • +
  • getPoint
  • +
  • plotMetrics
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Crescendo.html b/docs/api/classes/Crescendo.html index 470d80dd2f..87103a418e 100644 --- a/docs/api/classes/Crescendo.html +++ b/docs/api/classes/Crescendo.html @@ -1,4 +1,4 @@ -Crescendo | vexflow
    +Crescendo | vexflow
    -
    +
    • vexflow
    • @@ -26,7 +26,7 @@

      Class Crescendo

    Hierarchy

    @@ -36,224 +36,225 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    glyphProps: GlyphProps
    -
    +
    -
    keyProps: KeyProps[]
    -
    +
    -
    keys: string[]
    -
    +
    -
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }
    +
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }

    Type declaration

    • -
      annotation_spacing: number
    • +
      annotation_spacing: number
    • -
      Optional draw?: boolean
    • +
      Optional draw?: boolean
    • -
      Optional draw_dots?: boolean
    • +
      Optional draw_dots?: boolean
    • -
      Optional draw_stem?: boolean
    • +
      Optional draw_stem?: boolean
    • -
      Optional draw_stem_through_stave?: boolean
    • +
      Optional draw_stem_through_stave?: boolean
    • -
      Optional extend_left?: number
    • +
      Optional extend_left?: number
    • -
      Optional extend_right?: number
    • +
      Optional extend_right?: number
    • -
      font: string
    • +
      font: string
    • -
      glyph_font_scale: number
    • +
      glyph_font_scale: number
    • -
      Optional glyph_font_size?: number
    • +
      Optional glyph_font_size?: number
    • -
      scale: number
    • +
      scale: number
    • -
      stroke_px: number
    • +
      stroke_px: number
    • -
      y_shift: number
    -
    +
    -
    DEBUG: boolean = false
    -
    +
    DEBUG: boolean = false
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -262,38 +263,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -302,76 +302,72 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get postFormatted(): boolean
      • Returns boolean

      • -
      • set postFormatted(value: boolean): void
      • +
      • set postFormatted(value): void
      • Set postformatted status.

        @@ -379,17 +375,17 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get preFormatted(): boolean
      • Returns boolean

      • -
      • set preFormatted(value: boolean): void
      • +
      • set preFormatted(value): void
      • Set preformatted status.

        @@ -397,12 +393,12 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Crescendo category string.

        @@ -411,10 +407,10 @@

        Returns stringOverrides Note.CATEGORY

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw an element.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the beam.

        -

        Returns undefined | Beam

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Return the center x shift.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to duration.

        Returns string

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Deprecated

        Use getGlyphProps() instead.

        Returns any

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the glyph width.

        Returns number

    -
    +
    -
      - +
        +
      • Return the intrinsic ticks.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns string[]

    -
    +
    -
      - +
        +
      • Get spacing to the left of the notes.

        Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
      - +
        +
      • Get the stave line number for rest.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to note type.

        Returns string

    -
    +
    -
      - +
        +
      • Get the play note, which is arbitrary data that can be used by an audio player.

        -

        Returns undefined | Note

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the target stave.

        -

        Returns undefined | Stave

    -
    +
    -
      - +
        +
      • Get the direction of the stem.

        Returns number

    -
    +
    -
      - +
        +
      • Get the top and bottom y values of the stem.

        -

        Returns Record<string, number>

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the x coordinate to the left of the note.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x coordinate to the right of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get width of note. Used by the formatter for positioning.

        Returns number

    -
    +
    -
      - +
        +
      • Get x position of this tick context.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x displaced pixels of the note.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get Y positions for this note. Each Y value is associated with an individual pitch/key within the note/chord.

        Returns number[]

    -
    +
    -
      - +
        +
      • Check it has a beam.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to hasStem.

        Returns boolean

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Accessor to isDotted.

        Returns boolean

    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        true if this note is a type of rest.

        +
        +

        Returns boolean

        true if this note is a type of rest.

        Rests don't have pitches, but take up space in the score. Subclasses should override this default implementation.

        -
        -

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    decresc: boolean
    +

    Returns Crescendo

    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -1367,31 +1359,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Crescendo

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    height: number
    +

    Returns Crescendo

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    line: number
    +

    Returns Crescendo

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Crescendo

      +

      Returns Crescendo

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • True if this note has no duration (e.g., bar notes, spacers, etc.).

        Returns boolean

    -
    +
    + +
      + +
    • +

      Get point for notes.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional size: string
      +

      Returns number

    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • glyphProps
  • +
  • keyProps
  • +
  • keys
  • +
  • render_options
  • +
  • DEBUG
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • postFormatted
  • +
  • preFormatted
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addModifier
  • +
  • addStroke
  • +
  • addToModifierContext
  • +
  • applyStyle
  • +
  • applyTickMultiplier
  • +
  • checkBeam
  • +
  • checkContext
  • +
  • checkModifierContext
  • +
  • checkStave
  • +
  • checkTickContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAbsoluteX
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBeam
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getCenterXShift
  • +
  • getContext
  • +
  • getDuration
  • +
  • getFirstDotPx
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getFormatterMetrics
  • +
  • getGlyph
  • +
  • getGlyphProps
  • +
  • getGlyphWidth
  • +
  • getIntrinsicTicks
  • +
  • getKeyProps
  • +
  • getKeys
  • +
  • getLeftDisplacedHeadPx
  • +
  • getLeftParenthesisPx
  • +
  • getLineForRest
  • +
  • getLineNumber
  • +
  • getMetrics
  • +
  • getModifierContext
  • +
  • getModifierStartXY
  • +
  • getModifiers
  • +
  • getModifiersByType
  • +
  • getNoteType
  • +
  • getPlayNote
  • +
  • getRightDisplacedHeadPx
  • +
  • getRightParenthesisPx
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStemDirection
  • +
  • getStemExtents
  • +
  • getStyle
  • +
  • getTickContext
  • +
  • getTickMultiplier
  • +
  • getTicks
  • +
  • getTieLeftX
  • +
  • getTieRightX
  • +
  • getTuplet
  • +
  • getTupletStack
  • +
  • getVoice
  • +
  • getWidth
  • +
  • getX
  • +
  • getXShift
  • +
  • getYForTopText
  • +
  • getYs
  • +
  • hasBeam
  • +
  • hasClass
  • +
  • hasStem
  • +
  • isCenterAligned
  • +
  • isDotted
  • +
  • isRendered
  • +
  • isRest
  • +
  • onRegister
  • +
  • postFormat
  • +
  • preFormat
  • +
  • removeClass
  • +
  • reset
  • +
  • resetFont
  • +
  • resetTuplet
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBeam
  • +
  • setCenterAlignment
  • +
  • setCenterXShift
  • +
  • setContext
  • +
  • setDecrescendo
  • +
  • setDuration
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setHeight
  • +
  • setIgnoreTicks
  • +
  • setIntrinsicTicks
  • +
  • setLeftDisplacedHeadPx
  • +
  • setLine
  • +
  • setModifierContext
  • +
  • setPlayNote
  • +
  • setRendered
  • +
  • setRightDisplacedHeadPx
  • +
  • setStave
  • +
  • setStyle
  • +
  • setTickContext
  • +
  • setTuplet
  • +
  • setVoice
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYs
  • +
  • shouldIgnoreTicks
  • +
  • getPoint
  • +
  • plotMetrics
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Curve.html b/docs/api/classes/Curve.html index 2e158be54c..c00060b789 100644 --- a/docs/api/classes/Curve.html +++ b/docs/api/classes/Curve.html @@ -1,4 +1,4 @@ -Curve | vexflow
    +Curve | vexflow

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    render_options: Required<CurveOptions>
    -
    +
    render_options: Required<CurveOptions>
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -140,38 +140,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -180,93 +179,89 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -
    -
    +

    Returns typeof CurvePosition

    +
    -
      -
    • get PositionString(): Record<string, number>
    • +
        +
      • get PositionString(): Record<string, number>
      • -

        Returns Record<string, number>

    +

    Returns Record<string, number>

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw an element.

        Returns boolean

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • -
        -

        Returns

        Returns true if this is a partial bar.

        -
        -

        Returns boolean

    -
    +
    +

    Returns boolean

    Returns true if this is a partial bar.

    +
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          params: {
              direction: number;
              first_x: number;
              first_y: number;
              last_x: number;
              last_y: number;
          }
          +
          params: {
              direction: number;
              first_x: number;
              first_y: number;
              last_x: number;
              last_y: number;
          }
          • -
            direction: number
          • +
            direction: number
          • -
            first_x: number
          • +
            first_x: number
          • -
            first_y: number
          • +
            first_y: number
          • -
            last_x: number
          • +
            last_x: number
          • -
            last_y: number
        +
        last_y: number

    Returns void

    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -582,31 +575,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Curve

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    to: Note
    +

    Returns Curve

    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Curve

      +

      Returns Curve

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • render_options
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • PositionString
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getSVGElement
  • +
  • getStyle
  • +
  • hasClass
  • +
  • isPartial
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • renderCurve
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setNotes
  • +
  • setRendered
  • +
  • setStyle
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Dot.html b/docs/api/classes/Dot.html index cbebe797fc..2a2ee9a93c 100644 --- a/docs/api/classes/Dot.html +++ b/docs/api/classes/Dot.html @@ -1,4 +1,4 @@ -Dot | vexflow
    +Dot | vexflow
    -
    +
    • vexflow
    • @@ -28,7 +28,7 @@

      Class Dot

    Hierarchy

    @@ -38,110 +38,110 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -150,38 +150,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -190,71 +189,67 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Modifiers category string. Every modifier has a different category. @@ -262,28 +257,28 @@

    -
    +
    -
    -
    +
    -
      -
    • get PositionString(): Record<string, number>
    • +
        +
      • get PositionString(): Record<string, number>
      • -

        Returns Record<string, number>

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Used in draw() to check and get the attached note (StaveNote, TabNote, etc.). Also verifies that the index is valid.

        -

        Returns Note

    -
    +
    -
    -
    +
    -
      - +
        +
      • Check and get note index, which is a specific note in a chord.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Render the modifier onto the canvas.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Get note index, which is a specific note in a chord.

        Returns undefined | number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get modifier widths.

        Returns number

    -
    +
    -
      - +
        +
      • Get shift modifier x

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          y: number
        -

        Returns Dot

    -
    +
    y: number
    +

    Returns Dot

    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -684,31 +678,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Dot

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set spacing from next modifier.

        @@ -818,37 +812,37 @@

      Returns void

    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Dot

      +

      Returns Dot

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Add a dot on the specified keys to the notes.

        @@ -913,32 +907,32 @@
        • -
          notes: Note[]
        • +
          notes: Note[]
        • -
          Optional options: {
              all?: boolean;
              index?: number;
          }
          +
          Optional options: {
              all?: boolean;
              index?: number;
          }
          • -
            Optional all?: boolean
          • +
            Optional all?: boolean
          • -
            Optional index?: number
        +
        Optional index?: number

    Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns the dots associated to a Note.

        @@ -946,12 +940,13 @@ -

        Returns Dot[]

    - +

    Returns Dot[]

    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • PositionString
  • +
  • addChildElement
  • +
  • addClass
  • +
  • alignSubNotesWithNote
  • +
  • applyStyle
  • +
  • checkAttachedNote
  • +
  • checkContext
  • +
  • checkIndex
  • +
  • checkModifierContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getIndex
  • +
  • getModifierContext
  • +
  • getNote
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getSpacingFromNextModifier
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getXShift
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setDotShiftY
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIndex
  • +
  • setModifierContext
  • +
  • setNote
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setSpacingFromNextModifier
  • +
  • setStyle
  • +
  • setTextLine
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYShift
  • +
  • buildAndAttach
  • +
  • format
  • +
  • getDots
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/EasyScore.html b/docs/api/classes/EasyScore.html index ff4fda0835..2ac63c5553 100644 --- a/docs/api/classes/EasyScore.html +++ b/docs/api/classes/EasyScore.html @@ -1,4 +1,4 @@ -EasyScore | vexflow
    +EasyScore | vexflow

    Constructors

    -
    +
    -
    +
    options: EasyScoreOptions = {}
    +

    Returns EasyScore

    Properties

    -
    +
    -
    builder: Builder
    -
    +
    builder: Builder
    +
    -
    defaults: EasyScoreDefaults = ...
    -
    +
    defaults: EasyScoreDefaults = ...
    +
    -
    factory: Factory
    -
    +
    factory: Factory
    +
    -
    -
    +
    +
    -
    -
    +
    +
    -
    parser: Parser
    -
    +
    parser: Parser
    +
    -
    DEBUG: boolean = false
    +
    DEBUG: boolean = false

    Methods

    -
    +
    -
      - +

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          notes: StemmableNote[]
        • +
          notes: StemmableNote[]
        • -
          Optional options: {
              autoStem?: boolean;
              partialBeamDirections?: {
                  [noteIndex: number]: PartialBeamDirection;
              };
              secondaryBeamBreaks?: number[];
          }
          +
          Optional options: {
              autoStem?: boolean;
              partialBeamDirections?: {
                  [noteIndex: number]: PartialBeamDirection;
              };
              secondaryBeamBreaks?: number[];
          }
        • -
          Optional secondaryBeamBreaks?: number[]
      -

      Returns StemmableNote[]

    -
    +
    Optional secondaryBeamBreaks?: number[]
    +

    Returns StemmableNote[]

    +
    -
    -
    +
    options: BuilderOptions = {}
    +

    Returns StemmableNote[]

    +
    -
    -
    +
    options: BuilderOptions = {}
    +

    Returns Result

    +
    -
    -
    +
    defaults: EasyScoreDefaults
    +

    Returns EasyScore

    this

    +
    +
    -
    -
    +
    context: RenderContext
    +

    Returns EasyScore

    +
    -
    -
    +
    options: EasyScoreOptions
    +

    Returns EasyScore

    this

    +
    +
    -
    -
    +
    Optional options: TupletOptions
    +

    Returns StemmableNote[]

    +
    -
      - +
        +
      • Parameters

        • -
          notes: Note[]
        • +
          notes: Note[]
        • -
          options: {
              options?: {
                  softmaxFactor: number;
              };
              time?: string;
          } = {}
          +
          options: {
              options?: {
                  softmaxFactor: number;
              };
              time?: string;
          } = {}
          • -
            Optional options?: {
                softmaxFactor: number;
            }
            +
            Optional options?: {
                softmaxFactor: number;
            }
            • -
              softmaxFactor: number
          • +
            softmaxFactor: number
        • -
          Optional time?: string
      -

      Returns Voice

    - +

    Returns Voice

    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • builder
  • +
  • defaults
  • +
  • factory
  • +
  • grammar
  • +
  • options
  • +
  • parser
  • +
  • DEBUG
  • +
  • addCommitHook
  • +
  • beam
  • +
  • notes
  • +
  • parse
  • +
  • set
  • +
  • setContext
  • +
  • setOptions
  • +
  • tuplet
  • +
  • voice
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/EasyScoreGrammar.html b/docs/api/classes/EasyScoreGrammar.html index e40e12ac7f..8c2e2f68f6 100644 --- a/docs/api/classes/EasyScoreGrammar.html +++ b/docs/api/classes/EasyScoreGrammar.html @@ -1,4 +1,4 @@ -EasyScoreGrammar | vexflow
    +EasyScoreGrammar | vexflow
    -
    +
    @@ -30,299 +30,300 @@

    Constructors

    -
    +
    -
    +
    builder: Builder
    +

    Returns EasyScoreGrammar

    Properties

    -
    +
    -
    builder: Builder
    +
    builder: Builder

    Methods

    -
    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    -
    +

    Returns Rule

    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • builder
  • +
  • ACCIDENTAL
  • +
  • ACCIDENTALS
  • +
  • CHORD
  • +
  • CHORDORNOTE
  • +
  • COMMA
  • +
  • DOT
  • +
  • DOTS
  • +
  • DURATION
  • +
  • DURATIONS
  • +
  • DVAL
  • +
  • EOL
  • +
  • EQUALS
  • +
  • KEY
  • +
  • KEYVAL
  • +
  • KEYVALS
  • +
  • LBRACKET
  • +
  • LINE
  • +
  • LPAREN
  • +
  • MAYBESLASH
  • +
  • MICROTONES
  • +
  • NOTE
  • +
  • NOTENAME
  • +
  • NOTES
  • +
  • OCTAVE
  • +
  • OPTS
  • +
  • PARAMS
  • +
  • PIECE
  • +
  • PIECES
  • +
  • RBRACKET
  • +
  • RPAREN
  • +
  • SINGLENOTE
  • +
  • SLASH
  • +
  • SVAL
  • +
  • TYPE
  • +
  • TYPES
  • +
  • VAL
  • +
  • begin
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Element.html b/docs/api/classes/Element.html index 513e400cee..41374efeae 100644 --- a/docs/api/classes/Element.html +++ b/docs/api/classes/Element.html @@ -1,4 +1,4 @@ -Element | vexflow
    +Element | vexflow
    +
  • Beam
  • +
  • Curve
  • +
  • Glyph
  • +
  • Modifier
  • +
  • MultiMeasureRest
  • +
  • PedalMarking
  • +
  • Stave
  • +
  • StaveConnector
  • +
  • StaveHairpin
  • +
  • StaveLine
  • +
  • StaveModifier
  • +
  • StaveTie
  • +
  • Stem
  • +
  • System
  • +
  • TextBracket
  • +
  • Tickable
  • +
  • Tuplet
  • +
  • VibratoBracket
  • +
  • Voice
  • @@ -54,81 +54,81 @@

    Constructors

    -
    +
    -
    +

    Returns Element

    Properties

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -137,34 +137,33 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +

        Returns Required<FontInfo>

        +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        + +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -173,73 +172,69 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    +

    Returns number

    the font size in px.

    +
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    +

    Returns number

    the font size in pt.

    +
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
        +

        Returns string

        a CSS font-style string (e.g., 'italic').

        + +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • + +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    child: Element
    +

    Returns Element

    +
    -
    -
    +
    className: string
    +

    Returns Element

    +
    -
    -
    +
    style: undefined | ElementStyle = ...
    +

    Returns Element

    +
    -
    -
    +

    Returns RenderContext

    +
    -
      - +
        +
      • Draw an element.

        @@ -300,21 +295,21 @@
        • -
          Rest ...args: any[]
        +
        Rest ...args: any[]

      Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +

    Returns ElementAttributes

    +
    -
    -
    +

    Returns undefined | BoundingBox

    +
    -
      - +
        +
      • Returns string

    -
    +
    -
    -
    +

    Returns undefined | RenderContext

    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    +
    -
    -
    +
    suffix: string = ''
    +

    Returns undefined | SVGElement

    +
    -
    -
    +

    Returns undefined | ElementStyle

    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    registry: Registry
    +

    Returns Element

    +
    -
    -
    +
    className: string
    +

    Returns Element

    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    style: undefined | ElementStyle = ...
    +

    Returns Element

    +
    -
    -
    +
    value: undefined | string
    +

    Returns Element

    +
    -
    -
    +
    Optional context: RenderContext
    +

    Returns Element

    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -506,30 +500,30 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Element

    -
    +

    Returns Element

    +
    -
    -
    +
    Optional size: string | number
    +

    Returns Element

    +
    -
    -
    +
    style: ElementStyle
    +

    Returns Element

    +
    -
    -
    +
    rendered: boolean = true
    +

    Returns Element

    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Element

    - +

    Returns Element

    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getSVGElement
  • +
  • getStyle
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setRendered
  • +
  • setStyle
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Factory.html b/docs/api/classes/Factory.html index 6ccf989cd5..a1790e0dd9 100644 --- a/docs/api/classes/Factory.html +++ b/docs/api/classes/Factory.html @@ -1,4 +1,4 @@ -Factory | vexflow
    +Factory | vexflow

    Constructors

    -
    +
    -
    +
    options: FactoryOptions = {}
    +

    Returns Factory

    Properties

    -
    +
    -
    DEBUG: boolean = false
    +
    DEBUG: boolean = false

    To enable logging for this class. Set Vex.Flow.Factory.DEBUG to true.

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default text font.

    Methods

    -
    +
    -
      - +
        +
      • Parameters

        • -
          params: {
              type: string;
          }
          +
          params: {
              type: string;
          }
          • -
            type: string
        -

        Returns Accidental

    -
    +
    type: string
    +

    Returns Accidental

    +
    -
    -
    +
    Optional vJustify?: string | AnnotationVerticalJustify
    +

    Returns Annotation

    +
    -
      - +
        +
      • Parameters

        • -
          Optional params: {
              betweenLines?: boolean;
              position?: string | number;
              type?: string;
          }
          +
          Optional params: {
              betweenLines?: boolean;
              position?: string | number;
              type?: string;
          }
          • -
            Optional betweenLines?: boolean
          • +
            Optional betweenLines?: boolean
          • -
            Optional position?: string | number
          • +
            Optional position?: string | number
          • -
            Optional type?: string
        -

        Returns Articulation

    -
    +
    Optional type?: string
    +

    Returns Articulation

    +
    -
    -
    +
    Optional type?: string | BarlineType
    +

    Returns BarNote

    +
    -
      - +
        +
      • Parameters

        • -
          params: {
              notes: StemmableNote[];
              options?: {
                  autoStem?: boolean;
                  partialBeamDirections?: {
                      [noteIndex: number]: PartialBeamDirection;
                  };
                  secondaryBeamBreaks?: number[];
              };
          }
          +
          params: {
              notes: StemmableNote[];
              options?: {
                  autoStem?: boolean;
                  partialBeamDirections?: {
                      [noteIndex: number]: PartialBeamDirection;
                  };
                  secondaryBeamBreaks?: number[];
              };
          }
          • -
            notes: StemmableNote[]
          • +
            notes: StemmableNote[]
          • -
            Optional options?: {
                autoStem?: boolean;
                partialBeamDirections?: {
                    [noteIndex: number]: PartialBeamDirection;
                };
                secondaryBeamBreaks?: number[];
            }
            +
            Optional options?: {
                autoStem?: boolean;
                partialBeamDirections?: {
                    [noteIndex: number]: PartialBeamDirection;
                };
                secondaryBeamBreaks?: number[];
            }
          • -
            Optional secondaryBeamBreaks?: number[]
      -

      Returns Beam

    -
    +
    Optional secondaryBeamBreaks?: number[]
    +

    Returns Beam

    +
    -
      - +
        +
      • Parameters

        • -
          Optional params: {
              fontFamily?: string;
              fontSize?: number;
              fontWeight?: string;
              hJustify?: string;
              kerning?: boolean;
              reportWidth?: boolean;
              vJustify?: string;
          }
          +
          Optional params: {
              fontFamily?: string;
              fontSize?: number;
              fontWeight?: string;
              hJustify?: string;
              kerning?: boolean;
              reportWidth?: boolean;
              vJustify?: string;
          }
          • -
            Optional fontFamily?: string
          • +
            Optional fontFamily?: string
          • -
            Optional fontSize?: number
          • +
            Optional fontSize?: number
          • -
            Optional fontWeight?: string
          • +
            Optional fontWeight?: string
          • -
            Optional hJustify?: string
          • +
            Optional hJustify?: string
          • -
            Optional kerning?: boolean
          • +
            Optional kerning?: boolean
          • -
            Optional reportWidth?: boolean
          • +
            Optional reportWidth?: boolean
          • -
            Optional vJustify?: string
        -

        Returns ChordSymbol

    -
    +
    Optional vJustify?: string
    +

    Returns ChordSymbol

    +
    -
      - +
        +
      • Parameters

        • -
          Optional params: {
              options?: {
                  annotation?: string;
                  size?: string;
              };
              type?: string;
          }
          +
          Optional params: {
              options?: {
                  annotation?: string;
                  size?: string;
              };
              type?: string;
          }
          • -
            Optional options?: {
                annotation?: string;
                size?: string;
            }
            +
            Optional options?: {
                annotation?: string;
                size?: string;
            }
            • -
              Optional annotation?: string
            • +
              Optional annotation?: string
            • -
              Optional size?: string
          • +
            Optional size?: string
        • -
          Optional type?: string
      -

      Returns ClefNote

    -
    +
    Optional type?: string
    +

    Returns ClefNote

    +
    -
    -
    +
    to: Note
    +

    Returns Curve

    +
    -
      - +
        +
      • Creates EasyScore. Normally the first step after constructing a Factory. For example:

        const vf: Factory = new Vex.Flow.Factory({renderer: { elementId: 'boo', width: 1200, height: 600 }});
        const score: EasyScore = vf.EasyScore(); -
        +

        Parameters

        -

        Returns EasyScore

    -
    +
    options: EasyScoreOptions = {}
    +

    Returns EasyScore

    +
    -
      - +
        +
      • Parameters

        • -
          params: {
              number?: string;
              position?: string;
          }
          +
          params: {
              number?: string;
              position?: string;
          }
          • -
            Optional number?: string
          • +
            Optional number?: string
          • -
            Optional position?: string
        -

        Returns FretHandFinger

    -
    +
    Optional position?: string
    +

    Returns FretHandFinger

    +
    -
    -
    +
    Optional options: FormatterOptions
    +

    Returns Formatter

    +
    -
    -
    +
    noteStruct: string | NoteStruct
    +

    Returns GhostNote

    +
    -
    -
    +
    Optional options: GlyphNoteOptions
    +

    Returns GlyphNote

    +
    -
    -
    +
    noteStruct: GraceNoteStruct
    +

    Returns GraceNote

    +
    -
    -
    +
    Optional slur?: boolean
    +

    Returns GraceNoteGroup

    +
    -
      - +
        +
      • Parameters

        • -
          params: {
              alterKey?: string[];
              cancelKey?: string;
              key: string;
          }
          +
          params: {
              alterKey?: string[];
              cancelKey?: string;
              key: string;
          }
          • -
            Optional alterKey?: string[]
          • +
            Optional alterKey?: string[]
          • -
            Optional cancelKey?: string
          • +
            Optional cancelKey?: string
          • -
            key: string
        -

        Returns KeySigNote

    -
    +
    key: string
    +

    Returns KeySigNote

    +
    -
    -
    +

    Returns ModifierContext

    +
    -
    -
    +
    params: MultimeasureRestRenderOptions
    +

    Returns MultiMeasureRest

    +
    -
    -
    +
    Optional notes?: Note[]
    +

    Returns NoteSubGroup

    +
    -
      - +
        +
      • Parameters

        • -
          type: string
        • +
          type: string
        • -
          Optional params: {
              delayed?: boolean;
              lowerAccidental?: string;
              position?: string | number;
              upperAccidental?: string;
          }
          +
          Optional params: {
              delayed?: boolean;
              lowerAccidental?: string;
              position?: string | number;
              upperAccidental?: string;
          }
          • -
            Optional delayed?: boolean
          • +
            Optional delayed?: boolean
          • -
            Optional lowerAccidental?: string
          • +
            Optional lowerAccidental?: string
          • -
            Optional position?: string | number
          • +
            Optional position?: string | number
          • -
            Optional upperAccidental?: string
        -

        Returns Ornament

    -
    +
    Optional upperAccidental?: string
    +

    Returns Ornament

    +
    -
      - +
        +
      • Parameters

        • -
          Optional params: {
              notes?: StaveNote[];
              options?: {
                  style: string;
              };
          }
          +
          Optional params: {
              notes?: StaveNote[];
              options?: {
                  style: string;
              };
          }
          • -
            Optional notes?: StaveNote[]
          • +
            Optional notes?: StaveNote[]
          • -
            Optional options?: {
                style: string;
            }
            +
            Optional options?: {
                style: string;
            }
            • -
              style: string
        -

        Returns PedalMarking

    -
    +
    style: string
    +

    Returns PedalMarking

    +
    -
    -
    +
    Optional options: GlyphNoteOptions
    +

    Returns RepeatNote

    +
    -
      - +
    -
    +
    Optional y?: number
    +

    Returns Stave

    +
    -
    -
    +
    type: StaveConnectorType
    +

    Returns StaveConnector

    +
    -
      - +
        +
      • Parameters

        • -
          params: {
              first_indices: number[];
              from: StaveNote;
              last_indices: number[];
              options?: {
                  font?: FontInfo;
                  text?: string;
              };
              to: StaveNote;
          }
          +
          params: {
              first_indices: number[];
              from: StaveNote;
              last_indices: number[];
              options?: {
                  font?: FontInfo;
                  text?: string;
              };
              to: StaveNote;
          }
          • -
            first_indices: number[]
          • +
            first_indices: number[]
          • -
            from: StaveNote
          • +
            from: StaveNote
          • -
            last_indices: number[]
          • +
            last_indices: number[]
          • -
            Optional options?: {
                font?: FontInfo;
                text?: string;
            }
            +
            Optional options?: {
                font?: FontInfo;
                text?: string;
            }
          • +
            Optional text?: string
        • -
          to: StaveNote
      -

      Returns StaveLine

    -
    +
    to: StaveNote
    +

    Returns StaveLine

    +
    -
    -
    +
    noteStruct: StaveNoteStruct
    +

    Returns StaveNote

    +
    -
      - +
        +
      • Parameters

        • -
          params: {
              first_indices?: number[];
              from?: null | Note;
              last_indices?: number[];
              options?: {
                  direction?: number;
              };
              text?: string;
              to?: null | Note;
          }
          +
          params: {
              first_indices?: number[];
              from?: null | Note;
              last_indices?: number[];
              options?: {
                  direction?: number;
              };
              text?: string;
              to?: null | Note;
          }
          • -
            Optional first_indices?: number[]
          • +
            Optional first_indices?: number[]
          • -
            Optional from?: null | Note
          • +
            Optional from?: null | Note
          • -
            Optional last_indices?: number[]
          • +
            Optional last_indices?: number[]
          • -
            Optional options?: {
                direction?: number;
            }
            +
            Optional options?: {
                direction?: number;
            }
            • -
              Optional direction?: number
          • +
            Optional direction?: number
        • -
          Optional text?: string
        • +
          Optional text?: string
        • -
          Optional to?: null | Note
      -

      Returns StaveTie

    -
    +
    Optional to?: null | Note
    +

    Returns StaveTie

    +
    -
      - +
        +
      • Parameters

        • -
          params: {
              number: string;
              position: string;
          }
          +
          params: {
              number: string;
              position: string;
          }
          • -
            number: string
          • +
            number: string
          • -
            position: string
        • +
          position: string
      • -
        drawCircle: boolean = true
      -

      Returns StringNumber

    -
    +
    drawCircle: boolean = true
    +

    Returns StringNumber

    +
    -
    -
    +
    params: SystemOptions = {}
    +

    Returns System

    +
    -
    -
    +
    noteStruct: TabNoteStruct
    +

    Returns TabNote

    +
    -
      - +
        +
      • Parameters

        • -
          Optional params: {
              options?: StaveOptions;
              width?: number;
              x?: number;
              y?: number;
          }
          +
          Optional params: {
              options?: StaveOptions;
              width?: number;
              x?: number;
              y?: number;
          }
          • -
            Optional options?: StaveOptions
          • +
            Optional options?: StaveOptions
          • -
            Optional width?: number
          • +
            Optional width?: number
          • -
            Optional x?: number
          • +
            Optional x?: number
          • -
            Optional y?: number
        -

        Returns TabStave

    -
    +
    Optional y?: number
    +

    Returns TabStave

    +
    -
      - +
        +
      • Parameters

        • -
          params: {
              from: Note;
              options: {
                  font?: FontInfo;
                  line?: number;
                  position: string;
                  superscript: string;
              };
              text: string;
              to: Note;
          }
          +
          params: {
              from: Note;
              options: {
                  font?: FontInfo;
                  line?: number;
                  position: string;
                  superscript: string;
              };
              text: string;
              to: Note;
          }
          • -
            from: Note
          • +
            from: Note
          • -
            options: {
                font?: FontInfo;
                line?: number;
                position: string;
                superscript: string;
            }
            +
            options: {
                font?: FontInfo;
                line?: number;
                position: string;
                superscript: string;
            }
            • -
              Optional font?: FontInfo
            • +
              Optional font?: FontInfo
            • -
              Optional line?: number
            • +
              Optional line?: number
            • -
              position: string
            • +
              position: string
            • -
              superscript: string
          • +
            superscript: string
        • -
          text: string
        • +
          text: string
        • -
          to: Note
      -

      Returns TextBracket

    -
    +
    to: Note
    +

    Returns TextBracket

    +
    -
      - +
        +
      • Parameters

        • -
          Optional params: {
              dots?: number;
              duration?: string;
              line?: number;
              text?: string;
          }
          +
          Optional params: {
              dots?: number;
              duration?: string;
              line?: number;
              text?: string;
          }
          • -
            Optional dots?: number
          • +
            Optional dots?: number
          • -
            Optional duration?: string
          • +
            Optional duration?: string
          • -
            Optional line?: number
          • +
            Optional line?: number
          • -
            Optional text?: string
        -

        Returns TextDynamics

    -
    +
    Optional text?: string
    +

    Returns TextDynamics

    +
    -
    -
    +
    noteStruct: TextNoteStruct
    +

    Returns TextNote

    +
    -
    -
    +

    Returns TickContext

    +
    -
      - +
        +
      • Parameters

        • -
          Optional params: {
              time?: string;
          }
          +
          Optional params: {
              time?: string;
          }
          • -
            Optional time?: string
        -

        Returns TimeSigNote

    -
    +
    Optional time?: string
    +

    Returns TimeSigNote

    +
    -
    -
    +
    Optional options?: TupletOptions
    +

    Returns Tuplet

    +
    -
      - +
        +
      • Parameters

        • -
          params: {
              from: null | Note;
              options: {
                  harsh?: boolean;
                  line?: number;
              };
              to: null | Note;
          }
          +
          params: {
              from: null | Note;
              options: {
                  harsh?: boolean;
                  line?: number;
              };
              to: null | Note;
          }
          • -
            from: null | Note
          • +
            from: null | Note
          • -
            options: {
                harsh?: boolean;
                line?: number;
            }
            +
            options: {
                harsh?: boolean;
                line?: number;
            }
            • -
              Optional harsh?: boolean
            • +
              Optional harsh?: boolean
            • -
              Optional line?: number
          • +
            Optional line?: number
        • -
          to: null | Note
      -

      Returns VibratoBracket

    -
    +
    to: null | Note
    +

    Returns VibratoBracket

    +
    -
      - +
        +
      • Parameters

        • -
          Optional params: {
              time?: string | VoiceTime;
          }
          +
          Optional params: {
              time?: string | VoiceTime;
          }
        -

        Returns Voice

    -
    +
    Optional time?: string | VoiceTime
    +

    Returns Voice

    +
    -
      - +
        +
      • Render the score.

        Returns void

    -
    +
    -
    -
    +

    Returns RenderContext

    +
    -
      - +
        +
      • -

        Returns undefined | Stave

    -
    +

    Returns undefined | Stave

    +
    -
    -
    +

    Returns Voice[]

    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
    -
    +
    context: RenderContext
    +

    Returns Factory

    +
    -
    -
    +
    -
      - +
        +
      • Static simplified function to access constructor without providing FactoryOptions

        Example:

        @@ -847,16 +847,17 @@
        • -
          elementId: null | string
        • +
          elementId: null | string
        • -
          width: number = 500
        • +
          width: number = 500
        • -
          height: number = 200
        -

        Returns Factory

    - +

    Returns Factory

    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • DEBUG
  • +
  • TEXT_FONT
  • +
  • Accidental
  • +
  • Annotation
  • +
  • Articulation
  • +
  • BarNote
  • +
  • Beam
  • +
  • ChordSymbol
  • +
  • ClefNote
  • +
  • Curve
  • +
  • EasyScore
  • +
  • Fingering
  • +
  • Formatter
  • +
  • GhostNote
  • +
  • GlyphNote
  • +
  • GraceNote
  • +
  • GraceNoteGroup
  • +
  • KeySigNote
  • +
  • ModifierContext
  • +
  • MultiMeasureRest
  • +
  • NoteSubGroup
  • +
  • Ornament
  • +
  • PedalMarking
  • +
  • RepeatNote
  • +
  • Stave
  • +
  • StaveConnector
  • +
  • StaveLine
  • +
  • StaveNote
  • +
  • StaveTie
  • +
  • StringNumber
  • +
  • System
  • +
  • TabNote
  • +
  • TabStave
  • +
  • TextBracket
  • +
  • TextDynamics
  • +
  • TextNote
  • +
  • TickContext
  • +
  • TimeSigNote
  • +
  • Tuplet
  • +
  • VibratoBracket
  • +
  • Voice
  • +
  • draw
  • +
  • getContext
  • +
  • getStave
  • +
  • getVoices
  • +
  • initRenderer
  • +
  • reset
  • +
  • setContext
  • +
  • setOptions
  • +
  • newFromElementId
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Flow.html b/docs/api/classes/Flow.html index e16ae620ab..7c35d6a904 100644 --- a/docs/api/classes/Flow.html +++ b/docs/api/classes/Flow.html @@ -1,4 +1,4 @@ -Flow | vexflow
    +Flow | vexflow
    -
    +

    Constructors

    -
    +
    -
    +

    Returns Flow

    Properties

    -
    +
    -
    Accidental: typeof Accidental = Accidental
    -
    +
    Accidental: typeof Accidental = Accidental
    +
    -
    Annotation: typeof Annotation = Annotation
    -
    +
    Annotation: typeof Annotation = Annotation
    +
    -
    AnnotationHorizontalJustify: typeof AnnotationHorizontalJustify = AnnotationHorizontalJustify
    -
    +
    AnnotationHorizontalJustify: typeof AnnotationHorizontalJustify = AnnotationHorizontalJustify
    +
    -
    AnnotationVerticalJustify: typeof AnnotationVerticalJustify = AnnotationVerticalJustify
    -
    +
    AnnotationVerticalJustify: typeof AnnotationVerticalJustify = AnnotationVerticalJustify
    +
    -
    Articulation: typeof Articulation = Articulation
    -
    +
    Articulation: typeof Articulation = Articulation
    +
    -
    BarNote: typeof BarNote = BarNote
    -
    +
    BarNote: typeof BarNote = BarNote
    +
    -
    Barline: typeof Barline = Barline
    -
    +
    Barline: typeof Barline = Barline
    +
    -
    BarlineType: typeof BarlineType = BarlineType
    -
    +
    BarlineType: typeof BarlineType = BarlineType
    +
    -
    Beam: typeof Beam = Beam
    -
    +
    Beam: typeof Beam = Beam
    +
    -
    Bend: typeof Bend = Bend
    -
    +
    Bend: typeof Bend = Bend
    +
    -
    BoundingBox: typeof BoundingBox = BoundingBox
    -
    +
    BoundingBox: typeof BoundingBox = BoundingBox
    +
    -
    BoundingBoxComputation: typeof BoundingBoxComputation = BoundingBoxComputation
    -
    +
    BoundingBoxComputation: typeof BoundingBoxComputation = BoundingBoxComputation
    +
    -
    CanvasContext: typeof CanvasContext = CanvasContext
    -
    +
    CanvasContext: typeof CanvasContext = CanvasContext
    +
    -
    ChordSymbol: typeof ChordSymbol = ChordSymbol
    -
    +
    ChordSymbol: typeof ChordSymbol = ChordSymbol
    +
    -
    ChordSymbolHorizontalJustify: typeof ChordSymbolHorizontalJustify = ChordSymbolHorizontalJustify
    -
    +
    ChordSymbolHorizontalJustify: typeof ChordSymbolHorizontalJustify = ChordSymbolHorizontalJustify
    +
    -
    ChordSymbolVerticalJustify: typeof ChordSymbolVerticalJustify = ChordSymbolVerticalJustify
    -
    +
    ChordSymbolVerticalJustify: typeof ChordSymbolVerticalJustify = ChordSymbolVerticalJustify
    +
    -
    Clef: typeof Clef = Clef
    -
    +
    Clef: typeof Clef = Clef
    +
    -
    ClefNote: typeof ClefNote = ClefNote
    -
    +
    ClefNote: typeof ClefNote = ClefNote
    +
    -
    Crescendo: typeof Crescendo = Crescendo
    -
    +
    Crescendo: typeof Crescendo = Crescendo
    +
    -
    Curve: typeof Curve = Curve
    -
    +
    Curve: typeof Curve = Curve
    +
    -
    CurvePosition: typeof CurvePosition = CurvePosition
    -
    +
    CurvePosition: typeof CurvePosition = CurvePosition
    +
    -
    Dot: typeof Dot = Dot
    -
    +
    Dot: typeof Dot = Dot
    +
    -
    EasyScore: typeof EasyScore = EasyScore
    -
    +
    EasyScore: typeof EasyScore = EasyScore
    +
    -
    Element: typeof Element = Element
    -
    +
    Element: typeof Element = Element
    +
    -
    Factory: typeof Factory = Factory
    -
    +
    Factory: typeof Factory = Factory
    +
    -
    Font: typeof Font = Font
    -
    +
    Font: typeof Font = Font
    +
    -
    FontStyle: typeof FontStyle = FontStyle
    -
    +
    FontStyle: typeof FontStyle = FontStyle
    +
    -
    FontWeight: typeof FontWeight = FontWeight
    -
    +
    FontWeight: typeof FontWeight = FontWeight
    +
    -
    Formatter: typeof Formatter = Formatter
    -
    +
    Formatter: typeof Formatter = Formatter
    +
    -
    Fraction: typeof Fraction = Fraction
    -
    +
    Fraction: typeof Fraction = Fraction
    +
    -
    FretHandFinger: typeof FretHandFinger = FretHandFinger
    -
    +
    FretHandFinger: typeof FretHandFinger = FretHandFinger
    +
    -
    GhostNote: typeof GhostNote = GhostNote
    -
    +
    GhostNote: typeof GhostNote = GhostNote
    +
    -
    Glyph: typeof Glyph = Glyph
    -
    +
    Glyph: typeof Glyph = Glyph
    +
    -
    GlyphNote: typeof GlyphNote = GlyphNote
    -
    +
    GlyphNote: typeof GlyphNote = GlyphNote
    +
    -
    GraceNote: typeof GraceNote = GraceNote
    -
    +
    GraceNote: typeof GraceNote = GraceNote
    +
    -
    GraceNoteGroup: typeof GraceNoteGroup = GraceNoteGroup
    -
    +
    GraceNoteGroup: typeof GraceNoteGroup = GraceNoteGroup
    +
    -
    GraceTabNote: typeof GraceTabNote = GraceTabNote
    -
    +
    GraceTabNote: typeof GraceTabNote = GraceTabNote
    +
    -
    KeyManager: typeof KeyManager = KeyManager
    -
    +
    KeyManager: typeof KeyManager = KeyManager
    +
    -
    KeySigNote: typeof KeySigNote = KeySigNote
    -
    +
    KeySigNote: typeof KeySigNote = KeySigNote
    +
    -
    KeySignature: typeof KeySignature = KeySignature
    -
    +
    KeySignature: typeof KeySignature = KeySignature
    +
    -
    Modifier: typeof Modifier = Modifier
    -
    +
    Modifier: typeof Modifier = Modifier
    +
    -
    ModifierContext: typeof ModifierContext = ModifierContext
    -
    +
    ModifierContext: typeof ModifierContext = ModifierContext
    +
    -
    ModifierPosition: typeof ModifierPosition = ModifierPosition
    -
    +
    ModifierPosition: typeof ModifierPosition = ModifierPosition
    +
    -
    MultiMeasureRest: typeof MultiMeasureRest = MultiMeasureRest
    -
    +
    MultiMeasureRest: typeof MultiMeasureRest = MultiMeasureRest
    +
    -
    Music: typeof Music = Music
    -
    +
    Music: typeof Music = Music
    +
    -
    Note: typeof Note = Note
    -
    +
    Note: typeof Note = Note
    +
    -
    NoteHead: typeof NoteHead = NoteHead
    -
    +
    NoteHead: typeof NoteHead = NoteHead
    +
    -
    NoteSubGroup: typeof NoteSubGroup = NoteSubGroup
    -
    +
    NoteSubGroup: typeof NoteSubGroup = NoteSubGroup
    +
    -
    Ornament: typeof Ornament = Ornament
    -
    +
    Ornament: typeof Ornament = Ornament
    +
    -
    Parenthesis: typeof Parenthesis = Parenthesis
    -
    +
    Parenthesis: typeof Parenthesis = Parenthesis
    +
    -
    Parser: typeof Parser = Parser
    -
    +
    Parser: typeof Parser = Parser
    +
    -
    PedalMarking: typeof PedalMarking = PedalMarking
    -
    +
    PedalMarking: typeof PedalMarking = PedalMarking
    +
    -
    Registry: typeof Registry = Registry
    -
    +
    Registry: typeof Registry = Registry
    +
    -
    RenderContext: typeof RenderContext = RenderContext
    -
    +
    RenderContext: typeof RenderContext = RenderContext
    +
    -
    Renderer: typeof Renderer = Renderer
    -
    +
    Renderer: typeof Renderer = Renderer
    +
    -
    RendererBackends: typeof RendererBackends = RendererBackends
    -
    +
    RendererBackends: typeof RendererBackends = RendererBackends
    +
    -
    RendererLineEndType: typeof RendererLineEndType = RendererLineEndType
    -
    +
    RendererLineEndType: typeof RendererLineEndType = RendererLineEndType
    +
    -
    RepeatNote: typeof RepeatNote = RepeatNote
    -
    +
    RepeatNote: typeof RepeatNote = RepeatNote
    +
    -
    Repetition: typeof Repetition = Repetition
    -
    +
    Repetition: typeof Repetition = Repetition
    +
    -
    SVGContext: typeof SVGContext = SVGContext
    -
    +
    SVGContext: typeof SVGContext = SVGContext
    +
    -
    Stave: typeof Stave = Stave
    -
    +
    Stave: typeof Stave = Stave
    +
    -
    StaveConnector: typeof StaveConnector = StaveConnector
    -
    +
    StaveConnector: typeof StaveConnector = StaveConnector
    +
    -
    StaveHairpin: typeof StaveHairpin = StaveHairpin
    -
    +
    StaveHairpin: typeof StaveHairpin = StaveHairpin
    +
    -
    StaveLine: typeof StaveLine = StaveLine
    -
    +
    StaveLine: typeof StaveLine = StaveLine
    +
    -
    StaveModifier: typeof StaveModifier = StaveModifier
    -
    +
    StaveModifier: typeof StaveModifier = StaveModifier
    +
    -
    StaveModifierPosition: typeof StaveModifierPosition = StaveModifierPosition
    -
    +
    StaveModifierPosition: typeof StaveModifierPosition = StaveModifierPosition
    +
    -
    StaveNote: typeof StaveNote = StaveNote
    -
    +
    StaveNote: typeof StaveNote = StaveNote
    +
    -
    StaveTempo: typeof StaveTempo = StaveTempo
    -
    +
    StaveTempo: typeof StaveTempo = StaveTempo
    +
    -
    StaveText: typeof StaveText = StaveText
    -
    +
    StaveText: typeof StaveText = StaveText
    +
    -
    StaveTie: typeof StaveTie = StaveTie
    -
    +
    StaveTie: typeof StaveTie = StaveTie
    +
    -
    Stem: typeof Stem = Stem
    -
    +
    Stem: typeof Stem = Stem
    +
    -
    StringNumber: typeof StringNumber = StringNumber
    -
    +
    StringNumber: typeof StringNumber = StringNumber
    +
    -
    Stroke: typeof Stroke = Stroke
    -
    +
    Stroke: typeof Stroke = Stroke
    +
    -
    SymbolModifiers: typeof SymbolModifiers = SymbolModifiers
    -
    +
    SymbolModifiers: typeof SymbolModifiers = SymbolModifiers
    +
    -
    SymbolTypes: typeof SymbolTypes = SymbolTypes
    -
    +
    SymbolTypes: typeof SymbolTypes = SymbolTypes
    +
    -
    System: typeof System = System
    -
    +
    System: typeof System = System
    +
    -
    TabNote: typeof TabNote = TabNote
    -
    +
    TabNote: typeof TabNote = TabNote
    +
    -
    TabSlide: typeof TabSlide = TabSlide
    -
    +
    TabSlide: typeof TabSlide = TabSlide
    +
    -
    TabStave: typeof TabStave = TabStave
    -
    +
    TabStave: typeof TabStave = TabStave
    +
    -
    TabTie: typeof TabTie = TabTie
    -
    +
    TabTie: typeof TabTie = TabTie
    +
    -
    TextBracket: typeof TextBracket = TextBracket
    -
    +
    TextBracket: typeof TextBracket = TextBracket
    +
    -
    TextBracketPosition: typeof TextBracketPosition = TextBracketPosition
    -
    +
    TextBracketPosition: typeof TextBracketPosition = TextBracketPosition
    +
    -
    TextDynamics: typeof TextDynamics = TextDynamics
    -
    +
    TextDynamics: typeof TextDynamics = TextDynamics
    +
    -
    TextFormatter: typeof TextFormatter = TextFormatter
    -
    +
    TextFormatter: typeof TextFormatter = TextFormatter
    +
    -
    TextJustification: typeof TextJustification = TextJustification
    -
    +
    TextJustification: typeof TextJustification = TextJustification
    +
    -
    TextNote: typeof TextNote = TextNote
    -
    +
    TextNote: typeof TextNote = TextNote
    +
    -
    TickContext: typeof TickContext = TickContext
    -
    +
    TickContext: typeof TickContext = TickContext
    +
    -
    TimeSigNote: typeof TimeSigNote = TimeSigNote
    -
    +
    TimeSigNote: typeof TimeSigNote = TimeSigNote
    +
    -
    TimeSignature: typeof TimeSignature = TimeSignature
    -
    +
    TimeSignature: typeof TimeSignature = TimeSignature
    +
    -
    Tremolo: typeof Tremolo = Tremolo
    -
    +
    Tremolo: typeof Tremolo = Tremolo
    +
    -
    Tuning: typeof Tuning = Tuning
    -
    +
    Tuning: typeof Tuning = Tuning
    +
    -
    Tuplet: typeof Tuplet = Tuplet
    -
    +
    Tuplet: typeof Tuplet = Tuplet
    +
    -
    Vibrato: typeof Vibrato = Vibrato
    -
    +
    Vibrato: typeof Vibrato = Vibrato
    +
    -
    VibratoBracket: typeof VibratoBracket = VibratoBracket
    -
    +
    VibratoBracket: typeof VibratoBracket = VibratoBracket
    +
    -
    Voice: typeof Voice = Voice
    -
    +
    Voice: typeof Voice = Voice
    +
    -
    VoiceMode: typeof VoiceMode = VoiceMode
    -
    +
    VoiceMode: typeof VoiceMode = VoiceMode
    +
    -
    Volta: typeof Volta = Volta
    -
    +
    Volta: typeof Volta = Volta
    +
    -
    VoltaType: typeof VoltaType = VoltaType
    +
    VoltaType: typeof VoltaType = VoltaType

    Accessors

    -
    +
    -
      -
    • get BUILD(): {
          DATE: string;
          ID: string;
          VERSION: string;
      }
    • +
        +
      • get BUILD(): {
            DATE: string;
            ID: string;
            VERSION: string;
        }
      • -

        Returns {
            DATE: string;
            ID: string;
            VERSION: string;
        }

        +

        Returns {
            DATE: string;
            ID: string;
            VERSION: string;
        }

        • -
          DATE: string
          +
          DATE: string

          The date when this library was compiled.

        • -
          ID: string
          +
          ID: string

          git commit ID that this library was built from.

        • -
          VERSION: string
          +
          VERSION: string

          version number.

    -
    +
    -
      +
      • get NOTATION_FONT_SCALE(): number
      • Returns number

      • -
      • set NOTATION_FONT_SCALE(value: number): void
      • +
      • set NOTATION_FONT_SCALE(value): void
      • Parameters

        • -
          value: number
        +
        value: number

      Returns void

    -
    +
    -
      +
      • get RENDER_PRECISION_PLACES(): number
      • Returns number

      • -
      • set RENDER_PRECISION_PLACES(precision: number): void
      • +
      • set RENDER_PRECISION_PLACES(precision): void
      • Parameters

        • -
          precision: number
        +
        precision: number

      Returns void

    -
    +
    -
      +
      • get RESOLUTION(): number
      • Returns number

      • -
      • set RESOLUTION(value: number): void
      • +
      • set RESOLUTION(value): void
      • Parameters

        • -
          value: number
        +
        value: number

      Returns void

    -
    +
    -
      +
      • get SLASH_NOTEHEAD_WIDTH(): number
      • Returns number

      • -
      • set SLASH_NOTEHEAD_WIDTH(value: number): void
      • +
      • set SLASH_NOTEHEAD_WIDTH(value): void
      • Parameters

        • -
          value: number
        +
        value: number

      Returns void

    -
    +
    -
      +
      • get SOFTMAX_FACTOR(): number
      • Returns number

      • -
      • set SOFTMAX_FACTOR(factor: number): void
      • +
      • set SOFTMAX_FACTOR(factor): void
      • Parameters

        • -
          factor: number
        +
        factor: number

      Returns void

    -
    +
    -
      +
      • get STAVE_LINE_DISTANCE(): number
      • Returns number

      • -
      • set STAVE_LINE_DISTANCE(value: number): void
      • +
      • set STAVE_LINE_DISTANCE(value): void
      • Parameters

        • -
          value: number
        +
        value: number

      Returns void

    -
    +
    -
      +
      • get STAVE_LINE_THICKNESS(): number
      • Returns number

      • -
      • set STAVE_LINE_THICKNESS(value: number): void
      • +
      • set STAVE_LINE_THICKNESS(value): void
      • Parameters

        • -
          value: number
        +
        value: number

      Returns void

    -
    +
    -
      +
      • get STEM_HEIGHT(): number
      • Returns number

      • -
      • set STEM_HEIGHT(value: number): void
      • +
      • set STEM_HEIGHT(value): void
      • Parameters

        • -
          value: number
        +
        value: number

      Returns void

    -
    +
    -
      +
      • get STEM_WIDTH(): number
      • Returns number

      • -
      • set STEM_WIDTH(value: number): void
      • +
      • set STEM_WIDTH(value): void
      • Parameters

        • -
          value: number
        +
        value: number

      Returns void

    -
    +
    -
      +
      • get TABLATURE_FONT_SCALE(): number
      • Returns number

      • -
      • set TABLATURE_FONT_SCALE(value: number): void
      • +
      • set TABLATURE_FONT_SCALE(value): void
      • Parameters

        • -
          value: number
        +
        value: number

      Returns void

    -
    +
    -
      -
    • get TIME4_4(): {
          beat_value: number;
          num_beats: number;
          resolution: number;
      }
    • +
        +
      • get TIME4_4(): {
            beat_value: number;
            num_beats: number;
            resolution: number;
        }
      • -

        Returns {
            beat_value: number;
            num_beats: number;
            resolution: number;
        }

        +

        Returns {
            beat_value: number;
            num_beats: number;
            resolution: number;
        }

        • -
          beat_value: number
        • +
          beat_value: number
        • -
          num_beats: number
        • +
          num_beats: number
        • -
          resolution: number
    -
    +
    resolution: number
    +
    -
      -
    • get accidentalMap(): Record<string, {
          code: string;
          parenRightPaddingAdjustment: number;
      }>
    • +
        +
      • get accidentalMap(): Record<string, {
            code: string;
            parenRightPaddingAdjustment: number;
        }>
      • -

        Returns Record<string, {
            code: string;
            parenRightPaddingAdjustment: number;
        }>

    -
    +

    Returns Record<string, {
        code: string;
        parenRightPaddingAdjustment: number;
    }>

    +
    -
      -
    • get unicode(): Record<string, string>
    • +
        +
      • get unicode(): Record<string, string>
      • -

        Returns Record<string, string>

    +

    Returns Record<string, string>

    Methods

    -
    +
    -
      - +
        +
      • Parameters

        • -
          clef: string
        -

        Returns {
            line_shift: number;
        }

        +
        clef: string
      +

      Returns {
          line_shift: number;
      }

      • -
        line_shift: number
    -
    +
    line_shift: number
    +
    -
      - +
        +
      • Parameters

        • -
          duration: string
        +
        duration: string

      Returns number

    -
    +
    -
      - +
        +
      • Used with vexflow-core which supports dynamic font loading.

        @@ -686,67 +686,67 @@
        • -
          fontName: string
        • +
          fontName: string
        • -
          Optional fontModuleOrPath: string | FontModule
        -

        Returns Promise<void>

    -
    +
    Optional fontModuleOrPath: string | FontModule
    +

    Returns Promise<void>

    +
    -
      - +
        +
      • -

        Returns Record<string, {
            acc?: string;
            num: number;
        }>

    -
    +

    Returns Record<string, {
        acc?: string;
        num: number;
    }>

    +
    -
      - +
        +
      • Returns string[]

    -
    +
    -
      - +
        +
      • Parameters

        • -
          spec: string
        +
        spec: string

      Returns boolean

    -
    +
    -
      - +
        +
      • Parameters

        • -
          key: string
        • +
          key: string
        • -
          Optional clef: string
        • +
          Optional clef: string
        • -
          Optional params: any
        +
        Optional params: any

      Returns any

    -
    +
    -
      - +
        +
      • Parameters

        • -
          spec: string
        -

        Returns {
            line: number;
            type: string;
        }[]

    -
    +
    spec: string
    +

    Returns {
        line: number;
        type: string;
    }[]

    +
    -
      - +
        +
      • Examples:

        Vex.Flow.setMusicFont('Petaluma');
        Vex.Flow.setMusicFont('Bravura', 'Gonville'); -
        +

        CASE 1: You are using vexflow.js, which includes all music fonts (Bravura, Gonville, Petaluma, Custom). In this case, calling this method is optional, since VexFlow already defaults to a music font stack of: 'Bravura', 'Gonville', 'Custom'.

        @@ -756,21 +756,21 @@

        Parameters

        • -
          Rest ...fontNames: string[]
        -

        Returns Font[]

    - +

    Returns Font[]

    an array of Font objects corresponding to the provided fontNames.

    +
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • Accidental
  • +
  • Annotation
  • +
  • AnnotationHorizontalJustify
  • +
  • AnnotationVerticalJustify
  • +
  • Articulation
  • +
  • BarNote
  • +
  • Barline
  • +
  • BarlineType
  • +
  • Beam
  • +
  • Bend
  • +
  • BoundingBox
  • +
  • BoundingBoxComputation
  • +
  • CanvasContext
  • +
  • ChordSymbol
  • +
  • ChordSymbolHorizontalJustify
  • +
  • ChordSymbolVerticalJustify
  • +
  • Clef
  • +
  • ClefNote
  • +
  • Crescendo
  • +
  • Curve
  • +
  • CurvePosition
  • +
  • Dot
  • +
  • EasyScore
  • +
  • Element
  • +
  • Factory
  • +
  • Font
  • +
  • FontStyle
  • +
  • FontWeight
  • +
  • Formatter
  • +
  • Fraction
  • +
  • FretHandFinger
  • +
  • GhostNote
  • +
  • Glyph
  • +
  • GlyphNote
  • +
  • GraceNote
  • +
  • GraceNoteGroup
  • +
  • GraceTabNote
  • +
  • KeyManager
  • +
  • KeySigNote
  • +
  • KeySignature
  • +
  • Modifier
  • +
  • ModifierContext
  • +
  • ModifierPosition
  • +
  • MultiMeasureRest
  • +
  • Music
  • +
  • Note
  • +
  • NoteHead
  • +
  • NoteSubGroup
  • +
  • Ornament
  • +
  • Parenthesis
  • +
  • Parser
  • +
  • PedalMarking
  • +
  • Registry
  • +
  • RenderContext
  • +
  • Renderer
  • +
  • RendererBackends
  • +
  • RendererLineEndType
  • +
  • RepeatNote
  • +
  • Repetition
  • +
  • SVGContext
  • +
  • Stave
  • +
  • StaveConnector
  • +
  • StaveHairpin
  • +
  • StaveLine
  • +
  • StaveModifier
  • +
  • StaveModifierPosition
  • +
  • StaveNote
  • +
  • StaveTempo
  • +
  • StaveText
  • +
  • StaveTie
  • +
  • Stem
  • +
  • StringNumber
  • +
  • Stroke
  • +
  • SymbolModifiers
  • +
  • SymbolTypes
  • +
  • System
  • +
  • TabNote
  • +
  • TabSlide
  • +
  • TabStave
  • +
  • TabTie
  • +
  • TextBracket
  • +
  • TextBracketPosition
  • +
  • TextDynamics
  • +
  • TextFormatter
  • +
  • TextJustification
  • +
  • TextNote
  • +
  • TickContext
  • +
  • TimeSigNote
  • +
  • TimeSignature
  • +
  • Tremolo
  • +
  • Tuning
  • +
  • Tuplet
  • +
  • Vibrato
  • +
  • VibratoBracket
  • +
  • Voice
  • +
  • VoiceMode
  • +
  • Volta
  • +
  • VoltaType
  • +
  • BUILD
  • +
  • NOTATION_FONT_SCALE
  • +
  • RENDER_PRECISION_PLACES
  • +
  • RESOLUTION
  • +
  • SLASH_NOTEHEAD_WIDTH
  • +
  • SOFTMAX_FACTOR
  • +
  • STAVE_LINE_DISTANCE
  • +
  • STAVE_LINE_THICKNESS
  • +
  • STEM_HEIGHT
  • +
  • STEM_WIDTH
  • +
  • TABLATURE_FONT_SCALE
  • +
  • TIME4_4
  • +
  • accidentalMap
  • +
  • unicode
  • +
  • clefProperties
  • +
  • durationToTicks
  • +
  • fetchMusicFont
  • +
  • getKeySignatures
  • +
  • getMusicFont
  • +
  • hasKeySignature
  • +
  • keyProperties
  • +
  • keySignature
  • +
  • setMusicFont
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Font.html b/docs/api/classes/Font.html index 796b6a79bf..a1e29a12c1 100644 --- a/docs/api/classes/Font.html +++ b/docs/api/classes/Font.html @@ -1,4 +1,4 @@ -Font | vexflow
    +Font | vexflow

    Properties

    -
    +
    -
    SANS_SERIF: string = 'Arial, sans-serif'
    +
    SANS_SERIF: string = 'Arial, sans-serif'

    Default sans-serif font family.

    -
    +
    -
    SERIF: string = 'Times New Roman, serif'
    +
    SERIF: string = 'Times New Roman, serif'

    Default serif font family.

    -
    +
    -
    SIZE: number = 10
    +
    SIZE: number = 10

    Default font size in pt.

    -
    +
    -
    WEB_FONT_FILES: Record<string, string> = ...
    +
    WEB_FONT_FILES: Record<string, string> = ...

    These font files will be loaded from the CDN specified by Font.WEB_FONT_HOST when await Font.loadWebFonts() is called. Customize this field to specify a different set of fonts to load. See: Font.loadWebFonts().

    -
    +
    -
    WEB_FONT_HOST: string = 'https://unpkg.com/vexflow-fonts@1.0.3/'
    +
    WEB_FONT_HOST: string = 'https://unpkg.com/vexflow-fonts@1.0.3/'

    Customize this field to specify a different CDN for delivering web fonts. Alternative: https://cdn.jsdelivr.net/npm/vexflow-fonts@1.0.3/ Or you can use your own host.

    -
    +
    -
    scaleToPxFrom: Record<string, number> = ...
    +
    scaleToPxFrom: Record<string, number> = ...

    Given a length (for units: pt, px, em, %, in, mm, cm) what is the scale factor to convert it to px?

    Methods

    -
    +
    -
    -
    +

    Returns FontData

    +
    -
    -
    +

    Returns Record<string, FontGlyph>

    +
    -
    -
    +

    Returns FontMetrics

    +
    -
      - +
        +
      • Returns string

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns boolean

    -
    +
    -
      - +
        +
      • Use the provided key to look up a value in this font's metrics file (e.g., bravura_metrics.ts, petaluma_metrics.ts).

        - -

        Returns

        the retrieved value (or defaultValue if the lookup fails).

        Parameters

        • -
          key: string
          +
          key: string

          is a string separated by periods (e.g., stave.endPaddingMax, clef.lineCount.'5'.shiftY).

        • -
          Optional defaultValue: number | Record<string, any>
          +
          Optional defaultValue: number | Record<string, any>

          is returned if the lookup fails.

        -

        Returns any

    -
    +

    Returns any

    the retrieved value (or defaultValue if the lookup fails).

    +
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • For debugging.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        the number of pixels that is equivalent to fontSize

        -
        +

        Parameters

        • -
          fontSize: string | number = Font.SIZE
          +
          fontSize: string | number = Font.SIZE

          a font size to convert. Can be specified as a CSS length string (e.g., '16pt', '1em') or as a number (the unit is assumed to be 'pt'). See Font.scaleToPxFrom for the supported units (e.g., pt, em, %).

        -

        Returns number

    -
    +

    Returns number

    the number of pixels that is equivalent to fontSize

    +
    +
    -
      - +
        +
      • -
        -

        Returns

        the number of points that is equivalent to fontSize

        -
        +

        Parameters

        • -
          fontSize: string | number = Font.SIZE
          +
          fontSize: string | number = Font.SIZE

          a font size to convert. Can be specified as a CSS length string (e.g., '16pt', '1em') or as a number (the unit is assumed to be 'pt'). See Font.scaleToPxFrom for the supported units (e.g., pt, em, %).

        -

        Returns number

    -
    +

    Returns number

    the number of points that is equivalent to fontSize

    +
    +
    -
      - +
        +
      • Parameters

        • -
          cssFontShorthand: string
          +
          cssFontShorthand: string

          a string formatted as CSS font shorthand (e.g., 'italic bold 15pt Arial').

        -

        Returns Required<FontInfo>

    -
    +

    Returns Required<FontInfo>

    +
    -
      - +
        +
      • -
        -

        Returns

        true if the font weight indicates bold.

        -
        +

        Parameters

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          a string (e.g., 'bold') or a number (e.g., 600 / semi-bold in the OpenType spec).

        -

        Returns boolean

    -
    +

    Returns boolean

    true if the font weight indicates bold.

    +
    +
    -
      - +
        +
      • -
        -

        Returns

        true if the font style indicates 'italic'.

        -
        +

        Parameters

        • -
          Optional style: string
        -

        Returns boolean

    -
    +
    Optional style: string
    +

    Returns boolean

    true if the font style indicates 'italic'.

    +
    +
    -
      - +
        +
      • -
        -

        Returns

        a Font object with the given fontName. - Reuse an existing Font object if a matching one is found.

        -
        +

        Parameters

        • -
          fontName: string
        • +
          fontName: string
        • -
          Optional data: FontData
          +
          Optional data: FontData

          optionally set the Font object's .data property. This is usually done when setting up a font for the first time.

        • -
          Optional metrics: FontMetrics
          +
          Optional metrics: FontMetrics

          optionally set the Font object's .metrics property. This is usually done when setting up a font for the first time.

        -

        Returns Font

    -
    +

    Returns Font

    a Font object with the given fontName. + Reuse an existing Font object if a matching one is found.

    +
    +
    -
      - +
        +
      • Parameters

        • -
          fontName: string
        • +
          fontName: string
        • -
          woffURL: string
          +
          woffURL: string

          The absolute or relative URL to the woff file.

        • -
          includeWoff2: boolean = true
          +
          includeWoff2: boolean = true

          If true, we assume that a woff2 file is in the same folder as the woff file, and will append a 2 to the url.

        -

        Returns Promise<FontFace>

    -
    +

    Returns Promise<FontFace>

    +
    -
      - +
        +
      • Load the web fonts that are used by ChordSymbol. For example, flow.html calls: await Vex.Flow.Font.loadWebFonts(); @@ -320,72 +314,70 @@

        -

        Returns Promise<void>

    -
    +

    Returns Promise<void>

    +
    -
      - +
        +
      • -
        -

        Returns

        size * scaleFactor (e.g., 16pt * 3 = 48pt, 8px * 0.5 = 4px, 24 * 2 = 48). -If the fontSize argument was a number, the return value will be a number. -If the fontSize argument was a string, the return value will be a string.

        -
        -
        +
        +

        Type Parameters

        -
          +
          • -

            T extends string | number

        +

        T extends string | number

    Parameters

    • -
      fontSize: T
      +
      fontSize: T

      a number representing a font size, or a string font size with units.

    • -
      scaleFactor: number
      +
      scaleFactor: number

      multiply the size by this factor.

    -

    Returns T

    -
    +

    Returns T

    size * scaleFactor (e.g., 16pt * 3 = 48pt, 8px * 0.5 = 4px, 24 * 2 = 48). +If the fontSize argument was a number, the return value will be a number. +If the fontSize argument was a string, the return value will be a string.

    +
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font shorthand string of the form italic bold 16pt Arial.

        -
        +

        Parameters

        -

        Returns string

    -
    +
    Optional fontInfo: FontInfo
    +

    Returns string

    a CSS font shorthand string of the form italic bold 16pt Arial.

    +
    +
    -
      - +
        +
      • -
        -

        Returns

        the size field will include the units (e.g., '12pt', '16px').

        -
        +

        Parameters

        • -
          Optional f: string | FontInfo
        • +
          Optional f: string | FontInfo
        • -
          Optional size: string | number
        • +
          Optional size: string | number
        • -
          Optional weight: string | number
        • +
          Optional weight: string | number
        • -
          Optional style: string
        -

        Returns Required<FontInfo>

    - +

    Returns Required<FontInfo>

    the size field will include the units (e.g., '12pt', '16px').

    +
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • SANS_SERIF
  • +
  • SERIF
  • +
  • SIZE
  • +
  • WEB_FONT_FILES
  • +
  • WEB_FONT_HOST
  • +
  • scaleToPxFrom
  • +
  • getData
  • +
  • getGlyphs
  • +
  • getMetrics
  • +
  • getName
  • +
  • getResolution
  • +
  • hasData
  • +
  • lookupMetric
  • +
  • setData
  • +
  • setMetrics
  • +
  • toString
  • +
  • convertSizeToPixelValue
  • +
  • convertSizeToPointValue
  • +
  • fromCSSString
  • +
  • isBold
  • +
  • isItalic
  • +
  • load
  • +
  • loadWebFont
  • +
  • loadWebFonts
  • +
  • scaleSize
  • +
  • toCSSString
  • +
  • validate
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Formatter.html b/docs/api/classes/Formatter.html index 63a0adb585..02e4d161e8 100644 --- a/docs/api/classes/Formatter.html +++ b/docs/api/classes/Formatter.html @@ -1,4 +1,4 @@ -Formatter | vexflow
    +Formatter | vexflow

    Constructors

    -
    +
    -
    +
    Optional options: FormatterOptions
    +

    Returns Formatter

    Properties

    -
    +
    -
    DEBUG: boolean = false
    +
    DEBUG: boolean = false

    Methods

    -
    +
    -
      - +
        +
      • Find all the rests in each of the voices and align them to neighboring notes.

        @@ -99,16 +99,16 @@
        • -
          voices: Voice[]
        • +
          voices: Voice[]
        • -
          alignAllNotes: boolean
          +
          alignAllNotes: boolean

          If false, only align rests within beamed groups of notes. If true, align all rests.

        Returns void

    -
    +
    -
      - +
        +
      • Create a ModifierContext for each tick in voices.

        @@ -116,12 +116,12 @@ +
        voices: Voice[]

      Returns void

    -
    +
    -
    -
    +
    voices: Voice[]
    +

    Returns AlignmentContexts<TickContext>

    +
    -
      - +
        +
      • Calculate the total cost of this formatting decision.

        Returns number

    -
    +
    -
      - +
        +
      • Align rests in voices, justify the contexts, and position the notes so voices are aligned and ready to render onto the stave. This method @@ -156,60 +156,60 @@

        -

        Returns Formatter

    -
    +
    Optional options: FormatParams
    +

    Returns Formatter

    +
    -
    -
    +
    Optional optionsParam: FormatParams
    +

    Returns Formatter

    +
    -
      - +
        +
      • Get minimum width required to render all voices. Either format or preCalculateMinTotalWidth must be called before this method.

        Returns number

    -
    +
    -
    -
    +
    tick: number
    +

    Returns undefined | TickContext

    +
    -
    -
    +

    Returns undefined | AlignmentContexts<TickContext>

    +
    -
    -
    +
    voices: Voice[]
    +

    Returns Formatter

    +
    -
      - +
        +
      • This is the top-level call for all formatting logic completed after x and y values have been computed for the notes in the voices.

        -

        Returns Formatter

    -
    +

    Returns Formatter

    +
    -
      - +
        +
      • Estimate the width required to render 'voices'. This is done by:

          @@ -250,21 +250,20 @@

        Parameters

        • -
          voices: Voice[]
          +
          voices: Voice[]

          the voices that contain the notes

        -

        Returns number

    -
    +

    Returns number

    the estimated width in pixels

    +
    +
    -
    -
    +
    -

    Returns number

    -
    +
    -
      - +
        +
      • Automatically set the vertical position of rests based on previous/next note positions.

        @@ -313,22 +312,22 @@
        • -
          tickables: Tickable[]
          +
          tickables: Tickable[]

          an array of Tickables.

        • -
          alignAllNotes: boolean
          +
          alignAllNotes: boolean

          If false, only align rests that are within a group of beamed notes.

        • -
          Optional alignTuplets: boolean
          +
          Optional alignTuplets: boolean

          If false, ignores tuplets.

        Returns void

    -
    +
    -
    -
    +

    Returns undefined | BoundingBox

    +
    -
      - +
        +
      • Helper function to format and draw aligned tab and stave notes in two separate staves.

        @@ -373,31 +372,31 @@
        • -
          ctx: RenderContext
          +
          ctx: RenderContext

          the rendering context

        • -
          tabstave: TabStave
          +
          tabstave: TabStave

          a TabStave instance on which to render TabNotes.

        • -
          stave: Stave
          +
          stave: Stave

          a Stave instance on which to render Notes.

        • -
          tabnotes: TabNote[]
          +
          tabnotes: TabNote[]

          array of Note instances for the tab stave (TabNote, BarNote, etc.)

        • -
          notes: Tickable[]
          +
          notes: Tickable[]

          array of Note instances for the stave (Note, BarNote, etc.)

        • -
          autobeam: boolean
          +
          autobeam: boolean

          automatically generate beams.

        • -
          params: FormatParams
          +
          params: FormatParams

          a configuration object:

          • autobeam automatically generates beams for the notes.
          • @@ -405,10 +404,10 @@
            params:

        Returns void

    -
    +
    -
      - +
        +
      • Helper function to layout "notes" one after the other without regard for proportions. Useful for tests and debugging.

        @@ -417,19 +416,19 @@
        • -
          notes: Tickable[]
        • +
          notes: Tickable[]
        • -
          x: number = 0
        • +
          x: number = 0
        • -
          __namedParameters: {
              paddingBetween: undefined | number;
          } = {}
          +
          __namedParameters: {
              paddingBetween: undefined | number;
          } = {}
          • -
            paddingBetween: undefined | number
        +
        paddingBetween: undefined | number

    Returns void

    -
    +
    -
      - +
        +
      • Calculate the resolution multiplier for voices.

        @@ -437,12 +436,12 @@ +
        voices: Voice[]

      Returns number

    -
    +
    -
      - +
        +
      • Helper function to plot formatter debug info.

        @@ -450,25 +449,26 @@
        • -
          ctx: RenderContext
        • +
          ctx: RenderContext
        • -
          formatter: Formatter
        • +
          formatter: Formatter
        • -
          xPos: number
        • +
          xPos: number
        • -
          y1: number
        • +
          y1: number
        • -
          y2: number
        • +
          y2: number
        • -
          Optional options: {
              stavePadding: number;
          }
          +
          Optional options: {
              stavePadding: number;
          }
          • -
            stavePadding: number
        +
        stavePadding: number

    Returns void

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • DEBUG
  • +
  • alignRests
  • +
  • createModifierContexts
  • +
  • createTickContexts
  • +
  • evaluate
  • +
  • format
  • +
  • formatToStave
  • +
  • getMinTotalWidth
  • +
  • getTickContext
  • +
  • getTickContexts
  • +
  • joinVoices
  • +
  • postFormat
  • +
  • preCalculateMinTotalWidth
  • +
  • preFormat
  • +
  • tune
  • +
  • AlignRestsToNotes
  • +
  • FormatAndDraw
  • +
  • FormatAndDrawTab
  • +
  • SimpleFormat
  • +
  • getResolutionMultiplier
  • +
  • plotDebugging
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Fraction.html b/docs/api/classes/Fraction.html index 95047f0860..dadb2a1668 100644 --- a/docs/api/classes/Fraction.html +++ b/docs/api/classes/Fraction.html @@ -1,4 +1,4 @@ -Fraction | vexflow
    +Fraction | vexflow

    Constructors

    -
    +
    -
    +
    Optional denominator: number
    +

    Returns Fraction

    Properties

    -
    +
    -
    denominator: number = 1
    -
    +
    denominator: number = 1
    +
    -
    numerator: number = 1
    +
    numerator: number = 1

    Accessors

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    param2: number = 1
    +

    Returns Fraction

    +
    -
    -
    +

    Returns Fraction

    +
    -
    -
    +
    other: number | Fraction
    +

    Returns Fraction

    +
    -
    -
    +
    param2: number = 1
    +

    Returns Fraction

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +

    Returns Fraction

    +
    -
    -
    +
    param2: number = 1
    +

    Returns Fraction

    +
    -
    -
    +
    str: string
    +

    Returns Fraction

    +
    -
      - +
        +
      • Return the integer component (eg. 5/2 => 2).

        Returns number

    -
    +
    -
      - +
        +
      • Return the remainder component (eg. 5/2 => 1).

        Returns number

    -
    +
    -
    -
    +
    denominator: number = 1
    +

    Returns Fraction

    +
    -
    -
    +

    Returns Fraction

    +
    -
    -
    +
    param2: number = 1
    +

    Returns Fraction

    +
    -
      - +
        +
      • Return string representation in mixed form.

        Returns string

    -
    +
    -
      - +
        +
      • Return a simplified string respresentation.

        Returns string

    -
    +
    -
      - +
        +
      • Return a raw string representation (eg. "5/2").

        Returns string

    -
    +
    -
      - +
        +
      • Return the value of the fraction.

        Returns number

    -
    +
    -
      - +
        +
      • GCD: Greatest common divisor using the Euclidean algorithm. Note: GCD(0, 0) => 0 and GCD(0, n) => n.

        @@ -352,14 +352,14 @@
        • -
          a: number
        • +
          a: number
        • -
          b: number
        +
        b: number

      Returns number

    -
    +
    -
      - +
        +
      • LCM: Lowest common multiple.

        @@ -367,14 +367,14 @@
        • -
          a: number
        • +
          a: number
        • -
          b: number
        +
        b: number

      Returns number

    -
    +
    -
      - +
        +
      • Lowest common multiple for more than two numbers.

        @@ -382,12 +382,13 @@
        • -
          args: number[]
        +
        args: number[]

      Returns number

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • denominator
  • +
  • numerator
  • +
  • CATEGORY
  • +
  • add
  • +
  • clone
  • +
  • copy
  • +
  • divide
  • +
  • equals
  • +
  • greaterThan
  • +
  • greaterThanEquals
  • +
  • lessThan
  • +
  • lessThanEquals
  • +
  • makeAbs
  • +
  • multiply
  • +
  • parse
  • +
  • quotient
  • +
  • remainder
  • +
  • set
  • +
  • simplify
  • +
  • subtract
  • +
  • toMixedString
  • +
  • toSimplifiedString
  • +
  • toString
  • +
  • value
  • +
  • GCD
  • +
  • LCM
  • +
  • LCMM
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/FretHandFinger.html b/docs/api/classes/FretHandFinger.html index d79e30ad78..192bcba17b 100644 --- a/docs/api/classes/FretHandFinger.html +++ b/docs/api/classes/FretHandFinger.html @@ -1,4 +1,4 @@ -FretHandFinger | vexflow
    +FretHandFinger | vexflow
    -
    +
    • vexflow
    • @@ -28,7 +28,7 @@

      Class FretHandFinger

    Hierarchy

    @@ -38,117 +38,117 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -157,38 +157,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -197,71 +196,67 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Modifiers category string. Every modifier has a different category. @@ -269,28 +264,28 @@

    -
    +
    -
    -
    +
    -
      -
    • get PositionString(): Record<string, number>
    • +
        +
      • get PositionString(): Record<string, number>
      • -

        Returns Record<string, number>

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Used in draw() to check and get the attached note (StaveNote, TabNote, etc.). Also verifies that the index is valid.

        -

        Returns Note

    -
    +
    -
    -
    +
    -
      - +
        +
      • Check and get note index, which is a specific note in a chord.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Render the modifier onto the canvas.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Returns string

    -
    +
    -
      - +
        +
      • Get note index, which is a specific note in a chord.

        Returns undefined | number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get modifier widths.

        Returns number

    -
    +
    -
      - +
        +
      • Get shift modifier x

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -686,31 +680,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns FretHandFinger

    -
    +
    -
    -
    +
    -
    -
    +
    finger: string
    +

    Returns FretHandFinger

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    x: number
    +

    Returns FretHandFinger

    +
    -
    -
    +
    y: number
    +

    Returns FretHandFinger

    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set spacing from next modifier.

        @@ -853,37 +847,37 @@

      Returns void

    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns FretHandFinger

      +

      Returns FretHandFinger

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          __namedParameters: {
              fingerings?: string;
          } = {}
          +
          __namedParameters: {
              fingerings?: string;
          } = {}
          • -
            Optional fingerings?: string
        • +
          Optional fingerings?: string
      • -
        note: StemmableNote
      • +
        note: StemmableNote
      • -
        builder: Builder
      +
      builder: Builder

    Returns void

    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • PositionString
  • +
  • addChildElement
  • +
  • addClass
  • +
  • alignSubNotesWithNote
  • +
  • applyStyle
  • +
  • checkAttachedNote
  • +
  • checkContext
  • +
  • checkIndex
  • +
  • checkModifierContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getFretHandFinger
  • +
  • getIndex
  • +
  • getModifierContext
  • +
  • getNote
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getSpacingFromNextModifier
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getXShift
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setFretHandFinger
  • +
  • setGroupStyle
  • +
  • setIndex
  • +
  • setModifierContext
  • +
  • setNote
  • +
  • setOffsetX
  • +
  • setOffsetY
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setSpacingFromNextModifier
  • +
  • setStyle
  • +
  • setTextLine
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYShift
  • +
  • easyScoreHook
  • +
  • format
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/GhostNote.html b/docs/api/classes/GhostNote.html index b1097c3988..234c40bb0e 100644 --- a/docs/api/classes/GhostNote.html +++ b/docs/api/classes/GhostNote.html @@ -1,4 +1,4 @@ -GhostNote | vexflow
    +GhostNote | vexflow
    -
    +
    • vexflow
    • @@ -26,7 +26,7 @@

      Class GhostNote

    Hierarchy

    @@ -36,244 +36,245 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    glyphProps: GlyphProps
    -
    +
    -
    keyProps: KeyProps[]
    -
    +
    -
    keys: string[]
    -
    +
    -
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }
    +
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }

    Type declaration

    • -
      annotation_spacing: number
    • +
      annotation_spacing: number
    • -
      Optional draw?: boolean
    • +
      Optional draw?: boolean
    • -
      Optional draw_dots?: boolean
    • +
      Optional draw_dots?: boolean
    • -
      Optional draw_stem?: boolean
    • +
      Optional draw_stem?: boolean
    • -
      Optional draw_stem_through_stave?: boolean
    • +
      Optional draw_stem_through_stave?: boolean
    • -
      Optional extend_left?: number
    • +
      Optional extend_left?: number
    • -
      Optional extend_right?: number
    • +
      Optional extend_right?: number
    • -
      font: string
    • +
      font: string
    • -
      glyph_font_scale: number
    • +
      glyph_font_scale: number
    • -
      Optional glyph_font_size?: number
    • +
      Optional glyph_font_size?: number
    • -
      scale: number
    • +
      scale: number
    • -
      stroke_px: number
    • +
      stroke_px: number
    • -
      y_shift: number
    -
    +
    -
    stem?: Stem
    -
    +
    -
    stem_direction?: number
    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -282,38 +283,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -322,76 +322,72 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get postFormatted(): boolean
      • Returns boolean

      • -
      • set postFormatted(value: boolean): void
      • +
      • set postFormatted(value): void
      • Set postformatted status.

        @@ -399,17 +395,17 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get preFormatted(): boolean
      • Returns boolean

      • -
      • set preFormatted(value: boolean): void
      • +
      • set preFormatted(value): void
      • Set preformatted status.

        @@ -417,22 +413,22 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          category: string = 'flag'
        +
        category: string = 'flag'

      Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Deprecated

        Use getGlyphProps() instead.

        Returns any

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Get the play note, which is arbitrary data that can be used by an audio player.

        -

        Returns undefined | Note

    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the top and bottom y values of the stem.

        -

        Returns {
            baseY: number;
            topY: number;
        }

        +

        Returns {
            baseY: number;
            topY: number;
        }

        • -
          baseY: number
        • +
          baseY: number
        • -
          topY: number
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the x coordinate to the left of the note.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x coordinate to the right of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get width of note. Used by the formatter for positioning.

        Returns number

    -
    +
    -
      - +
        +
      • Get x position of this tick context.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x displaced pixels of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get Y positions for this note. Each Y value is associated with an individual pitch/key within the note/chord.

        Returns number[]

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • -
        -

        Returns

        true if this note is a type of rest. Rests don't have pitches, but take up space in the score.

        -
        -

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -1493,31 +1485,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns GhostNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns GhostNote

      +

      Returns GhostNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • True if this note has no duration (e.g., bar notes, spacers, etc.).

        Returns boolean

    -
    +
    + +
      + +
    • +

      Get point for notes.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional size: string
      +

      Returns number

    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • glyphProps
  • +
  • keyProps
  • +
  • keys
  • +
  • render_options
  • +
  • stem
  • +
  • stem_direction
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • postFormatted
  • +
  • preFormatted
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addModifier
  • +
  • addStroke
  • +
  • addToModifierContext
  • +
  • applyStyle
  • +
  • applyTickMultiplier
  • +
  • buildFlag
  • +
  • buildStem
  • +
  • checkBeam
  • +
  • checkContext
  • +
  • checkModifierContext
  • +
  • checkStave
  • +
  • checkStem
  • +
  • checkTickContext
  • +
  • draw
  • +
  • drawStem
  • +
  • drawWithStyle
  • +
  • getAbsoluteX
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBaseCustomNoteHeadGlyphProps
  • +
  • getBeam
  • +
  • getBeamCount
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getCenterGlyphX
  • +
  • getCenterXShift
  • +
  • getContext
  • +
  • getDuration
  • +
  • getFirstDotPx
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getFormatterMetrics
  • +
  • getGlyph
  • +
  • getGlyphProps
  • +
  • getGlyphWidth
  • +
  • getIntrinsicTicks
  • +
  • getKeyProps
  • +
  • getKeys
  • +
  • getLeftDisplacedHeadPx
  • +
  • getLeftParenthesisPx
  • +
  • getLineForRest
  • +
  • getLineNumber
  • +
  • getMetrics
  • +
  • getModifierContext
  • +
  • getModifierStartXY
  • +
  • getModifiers
  • +
  • getModifiersByType
  • +
  • getNoteType
  • +
  • getPlayNote
  • +
  • getRightDisplacedHeadPx
  • +
  • getRightParenthesisPx
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStem
  • +
  • getStemDirection
  • +
  • getStemExtension
  • +
  • getStemExtents
  • +
  • getStemLength
  • +
  • getStemMinimumLength
  • +
  • getStemX
  • +
  • getStyle
  • +
  • getTickContext
  • +
  • getTickMultiplier
  • +
  • getTicks
  • +
  • getTieLeftX
  • +
  • getTieRightX
  • +
  • getTuplet
  • +
  • getTupletStack
  • +
  • getVoice
  • +
  • getWidth
  • +
  • getX
  • +
  • getXShift
  • +
  • getYForBottomText
  • +
  • getYForTopText
  • +
  • getYs
  • +
  • hasBeam
  • +
  • hasClass
  • +
  • hasFlag
  • +
  • hasStem
  • +
  • isCenterAligned
  • +
  • isDotted
  • +
  • isRendered
  • +
  • isRest
  • +
  • onRegister
  • +
  • postFormat
  • +
  • preFormat
  • +
  • removeClass
  • +
  • reset
  • +
  • resetFont
  • +
  • resetTuplet
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBeam
  • +
  • setCenterAlignment
  • +
  • setCenterXShift
  • +
  • setContext
  • +
  • setDuration
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIgnoreTicks
  • +
  • setIntrinsicTicks
  • +
  • setLeftDisplacedHeadPx
  • +
  • setModifierContext
  • +
  • setPlayNote
  • +
  • setRendered
  • +
  • setRightDisplacedHeadPx
  • +
  • setStave
  • +
  • setStem
  • +
  • setStemDirection
  • +
  • setStemLength
  • +
  • setStyle
  • +
  • setTickContext
  • +
  • setTuplet
  • +
  • setVoice
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYs
  • +
  • shouldIgnoreTicks
  • +
  • getPoint
  • +
  • plotMetrics
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Glyph.html b/docs/api/classes/Glyph.html index 7ea0e57036..13cd92fd20 100644 --- a/docs/api/classes/Glyph.html +++ b/docs/api/classes/Glyph.html @@ -1,4 +1,4 @@ -Glyph | vexflow
    +Glyph | vexflow
    -
    +
    • vexflow
    • @@ -26,11 +26,11 @@

      Class Glyph

    Hierarchy

    +
  • TimeSignatureGlyph
  • @@ -38,149 +38,149 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    bbox: BoundingBox = ...
    -
    +
    bbox: BoundingBox = ...
    +
    -
    botGlyphs: Glyph[] = []
    -
    +
    botGlyphs: Glyph[] = []
    +
    -
    code: string
    -
    +
    code: string
    +
    -
    metrics: GlyphMetrics
    -
    +
    metrics: GlyphMetrics
    +
    -
    scale: number = 1
    -
    +
    scale: number = 1
    +
    -
    topGlyphs: Glyph[] = []
    -
    +
    topGlyphs: Glyph[] = []
    +
    -
    CURRENT_CACHE_KEY: string = ''
    -
    +
    CURRENT_CACHE_KEY: string = ''
    +
    -
    MUSIC_FONT_STACK: Font[] = []
    -
    +
    MUSIC_FONT_STACK: Font[] = []
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -189,38 +189,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -229,81 +228,77 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +

    Returns GlyphMetrics

    +
    -
    -
    +

    Returns Stave

    +
    -
    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +

    Returns GlyphMetrics

    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          x: number
        +
        x: number

      Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -661,31 +655,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Glyph

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          options: any
        +
        options: any

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          x: number
        • +
          x: number
        • -
          y: number
        +
        y: number

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          x: number
        +
        x: number

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          y: number
        +
        y: number

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          point: number
        -

        Returns Glyph

    -
    +
    point: number
    +

    Returns Glyph

    +
    -
    -
    +
    -
    -
    +
    stave: Stave
    +

    Returns Glyph

    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Glyph

      +

      Returns Glyph

    -
    +
    -
      - +
        +
      • Parameters

        • -
          x_shift: number
        -

        Returns Glyph

    -
    +
    x_shift: number
    +

    Returns Glyph

    +
    -
      - +
        +
      • Parameters

        • -
          y_shift: number
        -

        Returns Glyph

    -
    +
    y_shift: number
    +

    Returns Glyph

    +
    -
      - +
        +
      • Parameters

        • -
          outline: number[]
        • +
          outline: number[]
        • -
          scale: number
        • +
          scale: number
        • -
          x_pos: number
        • +
          x_pos: number
        • -
          y_pos: number
        -

        Returns BoundingBox

    -
    +
    y_pos: number
    +

    Returns BoundingBox

    +
    -
      - +
        +
      • Parameters

        • -
          code: string
        • +
          code: string
        • -
          point: number
        • +
          point: number
        • -
          Optional category: string
        +
        Optional category: string

      Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          fontStack: Font[]
        • +
          fontStack: Font[]
        • -
          code: string
        • +
          code: string
        • -
          Optional category: string
        -

        Returns GlyphMetrics

    -
    +
    Optional category: string
    +

    Returns GlyphMetrics

    +
    -
      - +
        +
      • Pass a key of the form glyphs.{category}.{code}.{key} to Font.lookupMetric(). If the initial lookup fails, try again with the path glyphs.{category}.{key}. If the second lookup fails, return the defaultValue.

        @@ -897,98 +891,98 @@
        • -
          font: Font
        • +
          font: Font
        • -
          category: string
          +
          category: string

          any metric path under 'glyphs', so 'stem.up' could resolve to glyphs.stem.up.shiftX, glyphs.stem.up.shiftY, etc.

        • -
          code: string
        • +
          code: string
        • -
          key: string
        • +
          key: string
        • -
          defaultValue: number
        +
        defaultValue: number

      Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          fontStack: Font[]
        • +
          fontStack: Font[]
        • -
          code: string
        -

        Returns {
            font: Font;
            glyph: FontGlyph;
        }

        +
        code: string
      +

      Returns {
          font: Font;
          glyph: FontGlyph;
      }

    -
    +
    glyph: FontGlyph
    +
    -
      - +
        +
      • Renders glyphs from the default font stack.

        - -

        Returns

        +

        Parameters

        • -
          ctx: RenderContext
          +
          ctx: RenderContext

          Canvas or SVG context

        • -
          x_pos: number
          +
          x_pos: number

          x coordinate

        • -
          y_pos: number
          +
          y_pos: number

          y coordinate

        • -
          point: number
          +
          point: number

          the point size of the font

        • -
          code: string
          +
          code: string

          the glyph code in font.getGlyphs()

        • -
          Optional options: {
              category?: string;
              scale?: number;
          }
          +
          Optional options: {
              category?: string;
              scale?: number;
          }
          • -
            Optional category?: string
          • +
            Optional category?: string
          • -
            Optional scale?: number
        -

        Returns GlyphMetrics

    -
    +
    Optional scale?: number
    +

    Returns GlyphMetrics

    +
    -
      - +
        +
      • Parameters

        • -
          ctx: RenderContext
        • +
          ctx: RenderContext
        • -
          outline: number[]
        • +
          outline: number[]
        • -
          scale: number
        • +
          scale: number
        • -
          x_pos: number
        • +
          x_pos: number
        • -
          y_pos: number
        +
        y_pos: number

      Returns void

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • bbox
  • +
  • botGlyphs
  • +
  • code
  • +
  • metrics
  • +
  • scale
  • +
  • topGlyphs
  • +
  • CURRENT_CACHE_KEY
  • +
  • MUSIC_FONT_STACK
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • checkMetrics
  • +
  • checkStave
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getCode
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getMetrics
  • +
  • getSVGElement
  • +
  • getStyle
  • +
  • getXShift
  • +
  • getYshift
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • render
  • +
  • renderToStave
  • +
  • reset
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setOptions
  • +
  • setOrigin
  • +
  • setOriginX
  • +
  • setOriginY
  • +
  • setPoint
  • +
  • setRendered
  • +
  • setStave
  • +
  • setStyle
  • +
  • setXShift
  • +
  • setYShift
  • +
  • getOutlineBoundingBox
  • +
  • getWidth
  • +
  • loadMetrics
  • +
  • lookupFontMetric
  • +
  • lookupGlyph
  • +
  • renderGlyph
  • +
  • renderOutline
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/GlyphNote.html b/docs/api/classes/GlyphNote.html index 807b85f894..9c3e6a59a1 100644 --- a/docs/api/classes/GlyphNote.html +++ b/docs/api/classes/GlyphNote.html @@ -1,4 +1,4 @@ -GlyphNote | vexflow
    +GlyphNote | vexflow
    -
    +
    • vexflow
    • @@ -26,11 +26,11 @@

      Class GlyphNote

    Hierarchy

    +
  • RepeatNote
  • @@ -38,223 +38,224 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    glyphProps: GlyphProps
    -
    +
    -
    keyProps: KeyProps[]
    -
    +
    -
    keys: string[]
    -
    +
    -
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }
    +
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }

    Type declaration

    • -
      annotation_spacing: number
    • +
      annotation_spacing: number
    • -
      Optional draw?: boolean
    • +
      Optional draw?: boolean
    • -
      Optional draw_dots?: boolean
    • +
      Optional draw_dots?: boolean
    • -
      Optional draw_stem?: boolean
    • +
      Optional draw_stem?: boolean
    • -
      Optional draw_stem_through_stave?: boolean
    • +
      Optional draw_stem_through_stave?: boolean
    • -
      Optional extend_left?: number
    • +
      Optional extend_left?: number
    • -
      Optional extend_right?: number
    • +
      Optional extend_right?: number
    • -
      font: string
    • +
      font: string
    • -
      glyph_font_scale: number
    • +
      glyph_font_scale: number
    • -
      Optional glyph_font_size?: number
    • +
      Optional glyph_font_size?: number
    • -
      scale: number
    • +
      scale: number
    • -
      stroke_px: number
    • +
      stroke_px: number
    • -
      y_shift: number
    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -263,38 +264,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -303,76 +303,72 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get postFormatted(): boolean
      • Returns boolean

      • -
      • set postFormatted(value: boolean): void
      • +
      • set postFormatted(value): void
      • Set postformatted status.

        @@ -380,17 +376,17 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get preFormatted(): boolean
      • Returns boolean

      • -
      • set preFormatted(value: boolean): void
      • +
      • set preFormatted(value): void
      • Set preformatted status.

        @@ -398,22 +394,22 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw an element.

        Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the beam.

        -

        Returns undefined | Beam

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Return the center x shift.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to duration.

        Returns string

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Deprecated

        Use getGlyphProps() instead.

        Returns any

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the glyph width.

        Returns number

    -
    +
    -
      - +
        +
      • Return the intrinsic ticks.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns string[]

    -
    +
    -
      - +
        +
      • Get spacing to the left of the notes.

        Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
      - +
        +
      • Get the stave line number for rest.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to note type.

        Returns string

    -
    +
    -
      - +
        +
      • Get the play note, which is arbitrary data that can be used by an audio player.

        -

        Returns undefined | Note

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the target stave.

        -

        Returns undefined | Stave

    -
    +
    -
      - +
        +
      • Get the direction of the stem.

        Returns number

    -
    +
    -
      - +
        +
      • Get the top and bottom y values of the stem.

        -

        Returns Record<string, number>

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the x coordinate to the left of the note.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x coordinate to the right of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get width of note. Used by the formatter for positioning.

        Returns number

    -
    +
    -
      - +
        +
      • Get x position of this tick context.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x displaced pixels of the note.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get Y positions for this note. Each Y value is associated with an individual pitch/key within the note/chord.

        Returns number[]

    -
    +
    -
      - +
        +
      • Check it has a beam.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to hasStem.

        Returns boolean

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Accessor to isDotted.

        Returns boolean

    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        true if this note is a type of rest.

        +
        +

        Returns boolean

        true if this note is a type of rest.

        Rests don't have pitches, but take up space in the score. Subclasses should override this default implementation.

        -
        -

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -1361,31 +1353,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns GlyphNote

    -
    +
    -
    -
    +
    -
    -
    +
    glyph: Glyph
    +

    Returns GlyphNote

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns GlyphNote

      +

      Returns GlyphNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • True if this note has no duration (e.g., bar notes, spacers, etc.).

        Returns boolean

    -
    +
    + +
      + +
    • +

      Get point for notes.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional size: string
      +

      Returns number

    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • glyphProps
  • +
  • keyProps
  • +
  • keys
  • +
  • render_options
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • postFormatted
  • +
  • preFormatted
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addModifier
  • +
  • addStroke
  • +
  • addToModifierContext
  • +
  • applyStyle
  • +
  • applyTickMultiplier
  • +
  • checkBeam
  • +
  • checkContext
  • +
  • checkModifierContext
  • +
  • checkStave
  • +
  • checkTickContext
  • +
  • draw
  • +
  • drawModifiers
  • +
  • drawWithStyle
  • +
  • getAbsoluteX
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBeam
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getCenterXShift
  • +
  • getContext
  • +
  • getDuration
  • +
  • getFirstDotPx
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getFormatterMetrics
  • +
  • getGlyph
  • +
  • getGlyphProps
  • +
  • getGlyphWidth
  • +
  • getIntrinsicTicks
  • +
  • getKeyProps
  • +
  • getKeys
  • +
  • getLeftDisplacedHeadPx
  • +
  • getLeftParenthesisPx
  • +
  • getLineForRest
  • +
  • getLineNumber
  • +
  • getMetrics
  • +
  • getModifierContext
  • +
  • getModifierStartXY
  • +
  • getModifiers
  • +
  • getModifiersByType
  • +
  • getNoteType
  • +
  • getPlayNote
  • +
  • getRightDisplacedHeadPx
  • +
  • getRightParenthesisPx
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStemDirection
  • +
  • getStemExtents
  • +
  • getStyle
  • +
  • getTickContext
  • +
  • getTickMultiplier
  • +
  • getTicks
  • +
  • getTieLeftX
  • +
  • getTieRightX
  • +
  • getTuplet
  • +
  • getTupletStack
  • +
  • getVoice
  • +
  • getWidth
  • +
  • getX
  • +
  • getXShift
  • +
  • getYForTopText
  • +
  • getYs
  • +
  • hasBeam
  • +
  • hasClass
  • +
  • hasStem
  • +
  • isCenterAligned
  • +
  • isDotted
  • +
  • isRendered
  • +
  • isRest
  • +
  • onRegister
  • +
  • postFormat
  • +
  • preFormat
  • +
  • removeClass
  • +
  • reset
  • +
  • resetFont
  • +
  • resetTuplet
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBeam
  • +
  • setCenterAlignment
  • +
  • setCenterXShift
  • +
  • setContext
  • +
  • setDuration
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGlyph
  • +
  • setGroupStyle
  • +
  • setIgnoreTicks
  • +
  • setIntrinsicTicks
  • +
  • setLeftDisplacedHeadPx
  • +
  • setModifierContext
  • +
  • setPlayNote
  • +
  • setRendered
  • +
  • setRightDisplacedHeadPx
  • +
  • setStave
  • +
  • setStyle
  • +
  • setTickContext
  • +
  • setTuplet
  • +
  • setVoice
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYs
  • +
  • shouldIgnoreTicks
  • +
  • getPoint
  • +
  • plotMetrics
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/GraceNote.html b/docs/api/classes/GraceNote.html index 12fff46b6c..bbcad03749 100644 --- a/docs/api/classes/GraceNote.html +++ b/docs/api/classes/GraceNote.html @@ -1,4 +1,4 @@ -GraceNote | vexflow
    +GraceNote | vexflow
    -
    +
    • vexflow
    • @@ -26,7 +26,7 @@

      Class GraceNote

    Hierarchy

    @@ -36,296 +36,297 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    glyphProps: GlyphProps
    -
    +
    -
    keyProps: KeyProps[]
    -
    +
    -
    keys: string[]
    -
    +
    -
    maxLine: number = 0
    -
    +
    -
    minLine: number = 0
    -
    +
    -
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }
    +
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }

    Type declaration

    • -
      annotation_spacing: number
    • +
      annotation_spacing: number
    • -
      Optional draw?: boolean
    • +
      Optional draw?: boolean
    • -
      Optional draw_dots?: boolean
    • +
      Optional draw_dots?: boolean
    • -
      Optional draw_stem?: boolean
    • +
      Optional draw_stem?: boolean
    • -
      Optional draw_stem_through_stave?: boolean
    • +
      Optional draw_stem_through_stave?: boolean
    • -
      Optional extend_left?: number
    • +
      Optional extend_left?: number
    • -
      Optional extend_right?: number
    • +
      Optional extend_right?: number
    • -
      font: string
    • +
      font: string
    • -
      glyph_font_scale: number
    • +
      glyph_font_scale: number
    • -
      Optional glyph_font_size?: number
    • +
      Optional glyph_font_size?: number
    • -
      scale: number
    • +
      scale: number
    • -
      stroke_px: number
    • +
      stroke_px: number
    • -
      y_shift: number
    -
    +
    -
    stem?: Stem
    -
    +
    -
    stem_direction?: number
    -
    +
    -
    DEBUG: boolean = false
    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -334,38 +335,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -374,93 +374,89 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
    -
    +
    -
      -
    • get note_heads(): NoteHead[]
    • +
        +
      • get note_heads(): NoteHead[]
      • Deprecated

        use StaveNote.noteHeads instead.

        -

        Returns NoteHead[]

    -
    +
    -
      +
      • get postFormatted(): boolean
      • Returns boolean

      • -
      • set postFormatted(value: boolean): void
      • +
      • set postFormatted(value): void
      • Set postformatted status.

        @@ -468,17 +464,17 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get preFormatted(): boolean
      • Returns boolean

      • -
      • set preFormatted(value: boolean): void
      • +
      • set preFormatted(value): void
      • Set preformatted status.

        @@ -486,32 +482,32 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -
      +
      • get LEDGER_LINE_OFFSET(): number
      • Returns number

    -
    +
    -
      +
      • get SCALE(): number
      • Returns number

    -
    +
    -
      +
      • get STEM_DOWN(): number
      • @@ -519,9 +515,9 @@

        Deprecated

        Use Stem.DOWN.

        Returns number

    -
    +
    -
      +
      • get STEM_UP(): number
      • @@ -529,19 +525,19 @@

        Deprecated

        Use Stem.UP.

        Returns number

    -
    +
    -
      +
      • get minNoteheadPadding(): number
      • Returns number

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          category: string = 'flag'
        +
        category: string = 'flag'

      Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          slashStemOffset: number
        • +
          slashStemOffset: number
        • -
          slashBeamOffset: number
        • +
          slashBeamOffset: number
        • -
          protrusions: {
              beam: number;
              stem: number;
          }
          +
          protrusions: {
              beam: number;
              stem: number;
          }
          • -
            beam: number
          • +
            beam: number
          • -
            stem: number
        -

        Returns Record<string, number>

    -
    +
    stem: number
    +

    Returns Record<string, number>

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw an element.

        Returns void

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Deprecated

        Use getGlyphProps() instead.

        Returns any

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
      - +
        +
      • Get the stave line number for rest.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    - +

    Returns {
        x: number;
        y: number;
    }

    • -
      x: number
    • +
      x: number
    • -
      y: number
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Get the play note, which is arbitrary data that can be used by an audio player.

        -

        Returns undefined | Note

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Primarily used as the scaling factor for grace notes, GraceNote will return the required scale.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Override stemmablenote stem extension to adjust for distance from middle line.

        Returns number

    -
    +
    -
      - +
        +
      • Get the top and bottom y values of the stem.

        -

        Returns {
            baseY: number;
            topY: number;
        }

        +

        Returns {
            baseY: number;
            topY: number;
        }

        • -
          baseY: number
        • +
          baseY: number
        • -
          topY: number
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the x coordinate to the left of the note.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x coordinate to the right of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get width of note. Used by the formatter for positioning.

        Returns number

    -
    +
    -
      - +
        +
      • Get x position of this tick context.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x displaced pixels of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get Y positions for this note. Each Y value is associated with an individual pitch/key within the note/chord.

        Returns number[]

    -
    +
    -
      - +
        +
      • Check it has a beam.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Accessor to hasStem.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Accessor to isDotted.

        Returns boolean

    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        true if this note is a type of rest. Rests don't have pitches, but take up space in the score.

        -
        -

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Preformat the Tickable.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -1794,31 +1785,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns GraceNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns GraceNote

      +

      Returns GraceNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • True if this note has no duration (e.g., bar notes, spacers, etc.).

        Returns boolean

    -
    +
    -
    -
    +
    + +
      + +
    • +

      Get point for notes.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional size: string
      +

      Returns number

    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        +
        notes: Note[]

      Returns boolean

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • glyphProps
  • +
  • keyProps
  • +
  • keys
  • +
  • maxLine
  • +
  • minLine
  • +
  • render_options
  • +
  • stem
  • +
  • stem_direction
  • +
  • DEBUG
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • noteHeads
  • +
  • note_heads
  • +
  • postFormatted
  • +
  • preFormatted
  • +
  • CATEGORY
  • +
  • LEDGER_LINE_OFFSET
  • +
  • SCALE
  • +
  • STEM_DOWN
  • +
  • STEM_UP
  • +
  • minNoteheadPadding
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addModifier
  • +
  • addStroke
  • +
  • addToModifierContext
  • +
  • applyStyle
  • +
  • applyTickMultiplier
  • +
  • autoStem
  • +
  • buildFlag
  • +
  • buildNoteHeads
  • +
  • buildStem
  • +
  • calcBeamedNotesSlashBBox
  • +
  • calcNoteDisplacements
  • +
  • calculateKeyProps
  • +
  • calculateOptimalStemDirection
  • +
  • checkBeam
  • +
  • checkContext
  • +
  • checkModifierContext
  • +
  • checkStave
  • +
  • checkStem
  • +
  • checkTickContext
  • +
  • draw
  • +
  • drawFlag
  • +
  • drawLedgerLines
  • +
  • drawModifiers
  • +
  • drawNoteHeads
  • +
  • drawStem
  • +
  • drawWithStyle
  • +
  • getAbsoluteX
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBaseCustomNoteHeadGlyphProps
  • +
  • getBeam
  • +
  • getBeamCount
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getCenterGlyphX
  • +
  • getCenterXShift
  • +
  • getContext
  • +
  • getDuration
  • +
  • getFirstDotPx
  • +
  • getFlagStyle
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getFormatterMetrics
  • +
  • getGlyph
  • +
  • getGlyphProps
  • +
  • getGlyphWidth
  • +
  • getIntrinsicTicks
  • +
  • getKeyLine
  • +
  • getKeyProps
  • +
  • getKeys
  • +
  • getLedgerLineStyle
  • +
  • getLeftDisplacedHeadPx
  • +
  • getLeftParenthesisPx
  • +
  • getLineForRest
  • +
  • getLineNumber
  • +
  • getMetrics
  • +
  • getModifierContext
  • +
  • getModifierStartXY
  • +
  • getModifiers
  • +
  • getModifiersByType
  • +
  • getNoteHeadBeginX
  • +
  • getNoteHeadBounds
  • +
  • getNoteHeadEndX
  • +
  • getNoteType
  • +
  • getPlayNote
  • +
  • getRightDisplacedHeadPx
  • +
  • getRightParenthesisPx
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStaveNoteScale
  • +
  • getStem
  • +
  • getStemDirection
  • +
  • getStemExtension
  • +
  • getStemExtents
  • +
  • getStemLength
  • +
  • getStemMinimumLength
  • +
  • getStemStyle
  • +
  • getStemX
  • +
  • getStyle
  • +
  • getTickContext
  • +
  • getTickMultiplier
  • +
  • getTicks
  • +
  • getTieLeftX
  • +
  • getTieRightX
  • +
  • getTuplet
  • +
  • getTupletStack
  • +
  • getVoice
  • +
  • getVoiceShiftWidth
  • +
  • getWidth
  • +
  • getX
  • +
  • getXShift
  • +
  • getYForBottomText
  • +
  • getYForTopText
  • +
  • getYs
  • +
  • hasBeam
  • +
  • hasClass
  • +
  • hasFlag
  • +
  • hasStem
  • +
  • isCenterAligned
  • +
  • isChord
  • +
  • isDisplaced
  • +
  • isDotted
  • +
  • isRendered
  • +
  • isRest
  • +
  • onRegister
  • +
  • postFormat
  • +
  • preFormat
  • +
  • removeClass
  • +
  • reset
  • +
  • resetFont
  • +
  • resetTuplet
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBeam
  • +
  • setCenterAlignment
  • +
  • setCenterXShift
  • +
  • setContext
  • +
  • setDuration
  • +
  • setFlagStyle
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIgnoreTicks
  • +
  • setIntrinsicTicks
  • +
  • setKeyLine
  • +
  • setKeyStyle
  • +
  • setLedgerLineStyle
  • +
  • setLeftDisplacedHeadPx
  • +
  • setModifierContext
  • +
  • setNoteDisplaced
  • +
  • setPlayNote
  • +
  • setRendered
  • +
  • setRightDisplacedHeadPx
  • +
  • setStave
  • +
  • setStem
  • +
  • setStemDirection
  • +
  • setStemLength
  • +
  • setStemStyle
  • +
  • setStyle
  • +
  • setTickContext
  • +
  • setTuplet
  • +
  • setVoice
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYs
  • +
  • shouldDrawFlag
  • +
  • shouldIgnoreTicks
  • +
  • format
  • +
  • getPoint
  • +
  • plotMetrics
  • +
  • postFormat
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/GraceNoteGroup.html b/docs/api/classes/GraceNoteGroup.html index 422d20888c..8074cb6a45 100644 --- a/docs/api/classes/GraceNoteGroup.html +++ b/docs/api/classes/GraceNoteGroup.html @@ -1,4 +1,4 @@ -GraceNoteGroup | vexflow
    +GraceNoteGroup | vexflow
    -
    +
    • vexflow
    • @@ -21,7 +21,7 @@

      Class GraceNoteGroup

    Hierarchy

    @@ -31,130 +31,130 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    render_options: {
        slur_y_shift: number;
    }
    +
    render_options: {
        slur_y_shift: number;
    }

    Type declaration

    • -
      slur_y_shift: number
    -
    +
    slur_y_shift: number
    +
    -
    DEBUG: boolean = false
    -
    +
    DEBUG: boolean = false
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -163,38 +163,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -203,71 +202,67 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Modifiers category string. Every modifier has a different category. @@ -275,28 +270,28 @@

    -
    +
    -
    -
    +
    -
      -
    • get PositionString(): Record<string, number>
    • +
        +
      • get PositionString(): Record<string, number>
      • -

        Returns Record<string, number>

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    Optional grace_notes: StemmableNote[]
    +

    Returns GraceNoteGroup

    +
    -
      - +
        +
      • Used in draw() to check and get the attached note (StaveNote, TabNote, etc.). Also verifies that the index is valid.

        -

        Returns Note

    -
    +
    -
    -
    +
    -
      - +
        +
      • Check and get note index, which is a specific note in a chord.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Render the modifier onto the canvas.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • -

        Returns Note[]

    -
    +

    Returns Note[]

    +
    -
      - +
        +
      • Get note index, which is a specific note in a chord.

        Returns undefined | number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get modifier widths.

        Returns number

    -
    +
    -
      - +
        +
      • Get shift modifier x

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -709,31 +703,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns GraceNoteGroup

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set spacing from next modifier.

        @@ -843,37 +837,37 @@

      Returns void

    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns GraceNoteGroup

      +

      Returns GraceNoteGroup

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • render_options
  • +
  • DEBUG
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • PositionString
  • +
  • addChildElement
  • +
  • addClass
  • +
  • alignSubNotesWithNote
  • +
  • applyStyle
  • +
  • beamNotes
  • +
  • checkAttachedNote
  • +
  • checkContext
  • +
  • checkIndex
  • +
  • checkModifierContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getGraceNotes
  • +
  • getIndex
  • +
  • getModifierContext
  • +
  • getNote
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getSpacingFromNextModifier
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getXShift
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • preFormat
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIndex
  • +
  • setModifierContext
  • +
  • setNote
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setSpacingFromNextModifier
  • +
  • setStyle
  • +
  • setTextLine
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYShift
  • +
  • format
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/GraceTabNote.html b/docs/api/classes/GraceTabNote.html index 082272562b..cefa3e66ac 100644 --- a/docs/api/classes/GraceTabNote.html +++ b/docs/api/classes/GraceTabNote.html @@ -1,4 +1,4 @@ -GraceTabNote | vexflow
    +GraceTabNote | vexflow
    -
    +
    • vexflow
    • @@ -26,7 +26,7 @@

      Class GraceTabNote

    Hierarchy

    @@ -36,254 +36,255 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    glyphProps: GlyphProps
    -
    +
    -
    keyProps: KeyProps[]
    -
    +
    -
    keys: string[]
    -
    +
    -
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }
    +
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }

    Type declaration

    • -
      annotation_spacing: number
    • +
      annotation_spacing: number
    • -
      Optional draw?: boolean
    • +
      Optional draw?: boolean
    • -
      Optional draw_dots?: boolean
    • +
      Optional draw_dots?: boolean
    • -
      Optional draw_stem?: boolean
    • +
      Optional draw_stem?: boolean
    • -
      Optional draw_stem_through_stave?: boolean
    • +
      Optional draw_stem_through_stave?: boolean
    • -
      Optional extend_left?: number
    • +
      Optional extend_left?: number
    • -
      Optional extend_right?: number
    • +
      Optional extend_right?: number
    • -
      font: string
    • +
      font: string
    • -
      glyph_font_scale: number
    • +
      glyph_font_scale: number
    • -
      Optional glyph_font_size?: number
    • +
      Optional glyph_font_size?: number
    • -
      scale: number
    • +
      scale: number
    • -
      stroke_px: number
    • +
      stroke_px: number
    • -
      y_shift: number
    -
    +
    -
    stem?: Stem
    -
    +
    -
    stem_direction?: number
    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -292,38 +293,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -332,76 +332,72 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get postFormatted(): boolean
      • Returns boolean

      • -
      • set postFormatted(value: boolean): void
      • +
      • set postFormatted(value): void
      • Set postformatted status.

        @@ -409,17 +405,17 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get preFormatted(): boolean
      • Returns boolean

      • -
      • set preFormatted(value: boolean): void
      • +
      • set preFormatted(value): void
      • Set preformatted status.

        @@ -427,22 +423,22 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          category: string = 'flag'
        +
        category: string = 'flag'

      Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw an element.

        Returns void

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to duration.

        Returns string

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Deprecated

        Use getGlyphProps() instead.

        Returns any

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
      - +
        +
      • Get the stave line number for rest.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to note type.

        Returns string

    -
    +
    -
      - +
        +
      • Get the play note, which is arbitrary data that can be used by an audio player.

        -

        Returns undefined | Note

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the top and bottom y values of the stem.

        -

        Returns {
            baseY: number;
            topY: number;
        }

        +

        Returns {
            baseY: number;
            topY: number;
        }

        • -
          baseY: number
        • +
          baseY: number
        • -
          topY: number
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the x coordinate to the left of the note.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x coordinate to the right of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get width of note. Used by the formatter for positioning.

        Returns number

    -
    +
    -
      - +
        +
      • Get x position of this tick context.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x displaced pixels of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get Y positions for this note. Each Y value is associated with an individual pitch/key within the note/chord.

        Returns number[]

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Check it has a beam.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Accessor to hasStem.

        Returns boolean

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Accessor to isDotted.

        Returns boolean

    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        true if this note is a type of rest.

        +
        +

        Returns boolean

        true if this note is a type of rest.

        Rests don't have pitches, but take up space in the score. Subclasses should override this default implementation.

        -
        -

        Returns boolean

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Preformat the Tickable.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -1559,31 +1551,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns GraceTabNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns GraceTabNote

      +

      Returns GraceTabNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • True if this note has no duration (e.g., bar notes, spacers, etc.).

        Returns boolean

    -
    +
    -
      - +
    -
    +
    + +
      + +
    • +

      Get point for notes.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional size: string
      +

      Returns number

    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • glyphProps
  • +
  • keyProps
  • +
  • keys
  • +
  • render_options
  • +
  • stem
  • +
  • stem_direction
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • postFormatted
  • +
  • preFormatted
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addModifier
  • +
  • addStroke
  • +
  • addToModifierContext
  • +
  • applyStyle
  • +
  • applyTickMultiplier
  • +
  • buildFlag
  • +
  • buildStem
  • +
  • checkBeam
  • +
  • checkContext
  • +
  • checkModifierContext
  • +
  • checkStave
  • +
  • checkStem
  • +
  • checkTickContext
  • +
  • draw
  • +
  • drawFlag
  • +
  • drawModifiers
  • +
  • drawPositions
  • +
  • drawStem
  • +
  • drawStemThrough
  • +
  • drawWithStyle
  • +
  • getAbsoluteX
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBaseCustomNoteHeadGlyphProps
  • +
  • getBeam
  • +
  • getBeamCount
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getCenterGlyphX
  • +
  • getCenterXShift
  • +
  • getContext
  • +
  • getDuration
  • +
  • getFirstDotPx
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getFormatterMetrics
  • +
  • getGlyph
  • +
  • getGlyphProps
  • +
  • getGlyphWidth
  • +
  • getIntrinsicTicks
  • +
  • getKeyProps
  • +
  • getKeys
  • +
  • getLeftDisplacedHeadPx
  • +
  • getLeftParenthesisPx
  • +
  • getLineForRest
  • +
  • getLineNumber
  • +
  • getMetrics
  • +
  • getModifierContext
  • +
  • getModifierStartXY
  • +
  • getModifiers
  • +
  • getModifiersByType
  • +
  • getNoteType
  • +
  • getPlayNote
  • +
  • getPositions
  • +
  • getRightDisplacedHeadPx
  • +
  • getRightParenthesisPx
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStem
  • +
  • getStemDirection
  • +
  • getStemExtension
  • +
  • getStemExtents
  • +
  • getStemLength
  • +
  • getStemMinimumLength
  • +
  • getStemX
  • +
  • getStemY
  • +
  • getStyle
  • +
  • getTickContext
  • +
  • getTickMultiplier
  • +
  • getTicks
  • +
  • getTieLeftX
  • +
  • getTieRightX
  • +
  • getTuplet
  • +
  • getTupletStack
  • +
  • getVoice
  • +
  • getWidth
  • +
  • getX
  • +
  • getXShift
  • +
  • getYForBottomText
  • +
  • getYForTopText
  • +
  • getYs
  • +
  • greatestString
  • +
  • hasBeam
  • +
  • hasClass
  • +
  • hasFlag
  • +
  • hasStem
  • +
  • isCenterAligned
  • +
  • isDotted
  • +
  • isRendered
  • +
  • isRest
  • +
  • leastString
  • +
  • onRegister
  • +
  • postFormat
  • +
  • preFormat
  • +
  • removeClass
  • +
  • reset
  • +
  • resetFont
  • +
  • resetTuplet
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBeam
  • +
  • setCenterAlignment
  • +
  • setCenterXShift
  • +
  • setContext
  • +
  • setDuration
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGhost
  • +
  • setGroupStyle
  • +
  • setIgnoreTicks
  • +
  • setIntrinsicTicks
  • +
  • setLeftDisplacedHeadPx
  • +
  • setModifierContext
  • +
  • setPlayNote
  • +
  • setRendered
  • +
  • setRightDisplacedHeadPx
  • +
  • setStave
  • +
  • setStem
  • +
  • setStemDirection
  • +
  • setStemLength
  • +
  • setStyle
  • +
  • setTickContext
  • +
  • setTuplet
  • +
  • setVoice
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYs
  • +
  • shouldIgnoreTicks
  • +
  • updateWidth
  • +
  • getPoint
  • +
  • plotMetrics
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/KeyManager.html b/docs/api/classes/KeyManager.html index d934af54a9..9b45600042 100644 --- a/docs/api/classes/KeyManager.html +++ b/docs/api/classes/KeyManager.html @@ -1,4 +1,4 @@ -KeyManager | vexflow
    +KeyManager | vexflow

    Constructors

    -
    +
    -
    +
    key: string
    +

    Returns KeyManager

    Methods

    -
    +
    -
      - +
        +
      • Parameters

        • -
          key: string
        -

        Returns {
            accidental?: string;
            change?: boolean;
            note: string;
        }

        +
        key: string
      +

      Returns {
          accidental?: string;
          change?: boolean;
          note: string;
      }

      • -
        Optional accidental?: string
      • +
        Optional accidental?: string
      • -
        Optional change?: boolean
      • +
        Optional change?: boolean
      • -
        note: string
    -
    +
    note: string
    +
    -
      - +
        +
      • Returns string

    -
    +
    -
    -
    +

    Returns KeyManager

    +
    -
      - +
        +
      • Parameters

        • -
          note: string
        -

        Returns {
            accidental?: string;
            change: boolean;
            note: string;
        }

        +
        note: string
      +

      Returns {
          accidental?: string;
          change: boolean;
          note: string;
      }

      • -
        Optional accidental?: string
      • +
        Optional accidental?: string
      • -
        change: boolean
      • +
        change: boolean
      • -
        note: string
    -
    +
    note: string
    +
    -
    - +

    Returns KeyManager

    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • getAccidental
  • +
  • getKey
  • +
  • reset
  • +
  • selectNote
  • +
  • setKey
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/KeySigNote.html b/docs/api/classes/KeySigNote.html index 8ebb839f9a..712cc5b4fd 100644 --- a/docs/api/classes/KeySigNote.html +++ b/docs/api/classes/KeySigNote.html @@ -1,4 +1,4 @@ -KeySigNote | vexflow
    +KeySigNote | vexflow
    -
    +
    • vexflow
    • @@ -26,7 +26,7 @@

      Class KeySigNote

    Hierarchy

    @@ -36,221 +36,222 @@

    Constructors

    -
    +
    -
      - +
        +
      • Parameters

        • -
          keySpec: string
        • +
          keySpec: string
        • -
          Optional cancelKeySpec: string
        • +
          Optional cancelKeySpec: string
        • -
          Optional alterKeySpec: string[]
        -

        Returns KeySigNote

      +

      Returns KeySigNote

    Properties

    -
    +
    -
    glyphProps: GlyphProps
    -
    +
    -
    keyProps: KeyProps[]
    -
    +
    -
    keys: string[]
    -
    +
    -
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }
    +
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }

    Type declaration

    • -
      annotation_spacing: number
    • +
      annotation_spacing: number
    • -
      Optional draw?: boolean
    • +
      Optional draw?: boolean
    • -
      Optional draw_dots?: boolean
    • +
      Optional draw_dots?: boolean
    • -
      Optional draw_stem?: boolean
    • +
      Optional draw_stem?: boolean
    • -
      Optional draw_stem_through_stave?: boolean
    • +
      Optional draw_stem_through_stave?: boolean
    • -
      Optional extend_left?: number
    • +
      Optional extend_left?: number
    • -
      Optional extend_right?: number
    • +
      Optional extend_right?: number
    • -
      font: string
    • +
      font: string
    • -
      glyph_font_scale: number
    • +
      glyph_font_scale: number
    • -
      Optional glyph_font_size?: number
    • +
      Optional glyph_font_size?: number
    • -
      scale: number
    • +
      scale: number
    • -
      stroke_px: number
    • +
      stroke_px: number
    • -
      y_shift: number
    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -259,38 +260,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -299,76 +299,72 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get postFormatted(): boolean
      • Returns boolean

      • -
      • set postFormatted(value: boolean): void
      • +
      • set postFormatted(value): void
      • Set postformatted status.

        @@ -376,17 +372,17 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get preFormatted(): boolean
      • Returns boolean

      • -
      • set preFormatted(value: boolean): void
      • +
      • set preFormatted(value): void
      • Set preformatted status.

        @@ -394,22 +390,22 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw an element.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the beam.

        -

        Returns undefined | Beam

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Return the center x shift.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to duration.

        Returns string

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Deprecated

        Use getGlyphProps() instead.

        Returns any

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the glyph width.

        Returns number

    -
    +
    -
      - +
        +
      • Return the intrinsic ticks.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns string[]

    -
    +
    -
      - +
        +
      • Get spacing to the left of the notes.

        Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
      - +
        +
      • Get the stave line number for rest.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to note type.

        Returns string

    -
    +
    -
      - +
        +
      • Get the play note, which is arbitrary data that can be used by an audio player.

        -

        Returns undefined | Note

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the target stave.

        -

        Returns undefined | Stave

    -
    +
    -
      - +
        +
      • Get the direction of the stem.

        Returns number

    -
    +
    -
      - +
        +
      • Get the top and bottom y values of the stem.

        -

        Returns Record<string, number>

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the x coordinate to the left of the note.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x coordinate to the right of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get width of note. Used by the formatter for positioning.

        Returns number

    -
    +
    -
      - +
        +
      • Get x position of this tick context.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x displaced pixels of the note.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get Y positions for this note. Each Y value is associated with an individual pitch/key within the note/chord.

        Returns number[]

    -
    +
    -
      - +
        +
      • Check it has a beam.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to hasStem.

        Returns boolean

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Accessor to isDotted.

        Returns boolean

    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        true if this note is a type of rest.

        +
        +

        Returns boolean

        true if this note is a type of rest.

        Rests don't have pitches, but take up space in the score. Subclasses should override this default implementation.

        -
        -

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -1351,31 +1343,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns KeySigNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns KeySigNote

      +

      Returns KeySigNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • True if this note has no duration (e.g., bar notes, spacers, etc.).

        Returns boolean

    -
    +
    + +
      + +
    • +

      Get point for notes.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional size: string
      +

      Returns number

    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • glyphProps
  • +
  • keyProps
  • +
  • keys
  • +
  • render_options
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • postFormatted
  • +
  • preFormatted
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addModifier
  • +
  • addStroke
  • +
  • addToModifierContext
  • +
  • applyStyle
  • +
  • applyTickMultiplier
  • +
  • checkBeam
  • +
  • checkContext
  • +
  • checkModifierContext
  • +
  • checkStave
  • +
  • checkTickContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAbsoluteX
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBeam
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getCenterXShift
  • +
  • getContext
  • +
  • getDuration
  • +
  • getFirstDotPx
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getFormatterMetrics
  • +
  • getGlyph
  • +
  • getGlyphProps
  • +
  • getGlyphWidth
  • +
  • getIntrinsicTicks
  • +
  • getKeyProps
  • +
  • getKeys
  • +
  • getLeftDisplacedHeadPx
  • +
  • getLeftParenthesisPx
  • +
  • getLineForRest
  • +
  • getLineNumber
  • +
  • getMetrics
  • +
  • getModifierContext
  • +
  • getModifierStartXY
  • +
  • getModifiers
  • +
  • getModifiersByType
  • +
  • getNoteType
  • +
  • getPlayNote
  • +
  • getRightDisplacedHeadPx
  • +
  • getRightParenthesisPx
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStemDirection
  • +
  • getStemExtents
  • +
  • getStyle
  • +
  • getTickContext
  • +
  • getTickMultiplier
  • +
  • getTicks
  • +
  • getTieLeftX
  • +
  • getTieRightX
  • +
  • getTuplet
  • +
  • getTupletStack
  • +
  • getVoice
  • +
  • getWidth
  • +
  • getX
  • +
  • getXShift
  • +
  • getYForTopText
  • +
  • getYs
  • +
  • hasBeam
  • +
  • hasClass
  • +
  • hasStem
  • +
  • isCenterAligned
  • +
  • isDotted
  • +
  • isRendered
  • +
  • isRest
  • +
  • onRegister
  • +
  • postFormat
  • +
  • preFormat
  • +
  • removeClass
  • +
  • reset
  • +
  • resetFont
  • +
  • resetTuplet
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBeam
  • +
  • setCenterAlignment
  • +
  • setCenterXShift
  • +
  • setContext
  • +
  • setDuration
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIgnoreTicks
  • +
  • setIntrinsicTicks
  • +
  • setLeftDisplacedHeadPx
  • +
  • setModifierContext
  • +
  • setPlayNote
  • +
  • setRendered
  • +
  • setRightDisplacedHeadPx
  • +
  • setStave
  • +
  • setStyle
  • +
  • setTickContext
  • +
  • setTuplet
  • +
  • setVoice
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYs
  • +
  • shouldIgnoreTicks
  • +
  • getPoint
  • +
  • plotMetrics
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/KeySignature.html b/docs/api/classes/KeySignature.html index 7b715ab995..094af48386 100644 --- a/docs/api/classes/KeySignature.html +++ b/docs/api/classes/KeySignature.html @@ -1,4 +1,4 @@ -KeySignature | vexflow
    +KeySignature | vexflow
    -
    +
    • vexflow
    • @@ -26,7 +26,7 @@

      Class KeySignature

    Hierarchy

    @@ -36,122 +36,122 @@

    Constructors

    -
    +
    -
      - +
        +
      • Parameters

        • -
          keySpec: string
        • +
          keySpec: string
        • -
          Optional cancelKeySpec: string
        • +
          Optional cancelKeySpec: string
        • -
          Optional alterKeySpec: string[]
        -

        Returns KeySignature

      +

      Returns KeySignature

    Properties

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    -
    +
    -
    accidentalSpacing: Record<string, {
        above: number;
        below: number;
    }> = ...
    +
    accidentalSpacing: Record<string, {
        above: number;
        below: number;
    }> = ...

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -160,38 +160,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -200,88 +199,84 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    stave: Stave
    +

    Returns KeySignature

    +
    -
    -
    +
    alterKeySpec: string[]
    +

    Returns KeySignature

    +
    -
    -
    +
    -
    -
    +
    spec: string
    +

    Returns KeySignature

    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          clef: string
        • +
          clef: string
        • -
          Optional type: string
        • +
          Optional type: string
        • -
          accList: {
              line: number;
              type: string;
          }[] = ...
        +
        accList: {
            line: number;
            type: string;
        }[] = ...

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          alterKeySpec: string[]
        +
        alterKeySpec: string[]

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          spec: string
        -

        Returns undefined | {
            accList: {
                line: number;
                type: string;
            }[];
            type: string;
        }

    -
    +
    spec: string
    +

    Returns undefined | {
        accList: {
            line: number;
            type: string;
        }[];
        type: string;
    }

    +
    -
      - +
        +
      • Parameters

        • -
          acc: {
              line: number;
              type: string;
          }
          +
          acc: {
              line: number;
              type: string;
          }
          • -
            line: number
          • +
            line: number
          • -
            type: string
        • +
          type: string
      • -
        nextAcc: {
            line: number;
            type: string;
        }
        +
        nextAcc: {
            line: number;
            type: string;
        }
        • -
          line: number
        • +
          line: number
        • -
          type: string
      +
      type: string

    Returns void

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Return the Glyph objects making up this KeySignature.

        -

        Returns Glyph[]

    -
    +

    Returns Glyph[]

    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Runs setYShift() for the Glyph object so that it matches the position of line for the Stave provided. A customShift can also be given (measured in the same units @@ -660,19 +654,19 @@

        +
        customShift: number = 0

      Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -752,31 +746,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns KeySignature

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          keySpec: string
        • +
          keySpec: string
        • -
          Optional cancelKeySpec: string
        • +
          Optional cancelKeySpec: string
        • -
          Optional alterKeySpec: string[]
        -

        Returns KeySignature

    -
    +
    Optional alterKeySpec: string[]
    +

    Returns KeySignature

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns KeySignature

      +

      Returns KeySignature

    -
    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • TEXT_FONT
  • +
  • accidentalSpacing
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addToStave
  • +
  • alterKey
  • +
  • applyStyle
  • +
  • cancelKey
  • +
  • checkContext
  • +
  • checkStave
  • +
  • convertAccLines
  • +
  • convertToAlterAccList
  • +
  • convertToCancelAccList
  • +
  • convertToGlyph
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • format
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getGlyphs
  • +
  • getLayoutMetrics
  • +
  • getPadding
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getX
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • placeGlyphOnLine
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setKeySig
  • +
  • setLayoutMetrics
  • +
  • setPadding
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setStave
  • +
  • setStyle
  • +
  • setWidth
  • +
  • setX
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Modifier.html b/docs/api/classes/Modifier.html index e54d5380a0..a8f73192db 100644 --- a/docs/api/classes/Modifier.html +++ b/docs/api/classes/Modifier.html @@ -1,4 +1,4 @@ -Modifier | vexflow
    +Modifier | vexflow
    @@ -54,106 +54,106 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -162,38 +162,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -202,71 +201,67 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Modifiers category string. Every modifier has a different category. @@ -274,26 +269,26 @@

    -
    +
    -
    -
    +

    Returns typeof ModifierPosition

    +
    -
      -
    • get PositionString(): Record<string, number>
    • +
        +
      • get PositionString(): Record<string, number>
      • -

        Returns Record<string, number>

    +

    Returns Record<string, number>

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        +
        note: Note

      Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Used in draw() to check and get the attached note (StaveNote, TabNote, etc.). Also verifies that the index is valid.

        -

        Returns Note

    -
    +

    Returns Note

    +
    -
    -
    +
    -
      - +
        +
      • Check and get note index, which is a specific note in a chord.

        Returns number

    -
    +
    -
    -
    +

    Returns ModifierContext

    +
    -
      - +
        +
      • Render the modifier onto the canvas.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Get note index, which is a specific note in a chord.

        Returns undefined | number

    -
    +
    -
    -
    +

    Returns undefined | ModifierContext

    +
    -
      - +
        +
      • Get attached note (StaveNote, TabNote, etc.)

        -

        Returns Note

    -
    +

    Returns Note

    +
    -
      - +
        +
      • Get position.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get spacing from next modifier.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get modifier widths.

        Returns number

    -
    +
    -
      - +
        +
      • Get shift modifier x

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -672,31 +666,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Modifier

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    index: number
    +

    Returns Modifier

    +
    -
    -
    +
    c: ModifierContext
    +

    Returns Modifier

    +
    -
    -
    +

    Returns Modifier

    +
    -
    -
    +

    Returns Modifier

    +
    -
    -
    +
    -
      - +
        +
      • Set spacing from next modifier.

        @@ -802,36 +796,36 @@

      Returns void

    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Modifier

      +

      Returns Modifier

    -
    +
    -
    -
    +
    line: number
    +

    Returns Modifier

    +
    -
    -
    +
    width: number
    +

    Returns Modifier

    +
    -
    -
    +
    x: number
    +

    Returns Modifier

    +
    -
    - +

    Returns Modifier

    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • PositionString
  • +
  • addChildElement
  • +
  • addClass
  • +
  • alignSubNotesWithNote
  • +
  • applyStyle
  • +
  • checkAttachedNote
  • +
  • checkContext
  • +
  • checkIndex
  • +
  • checkModifierContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getIndex
  • +
  • getModifierContext
  • +
  • getNote
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getSpacingFromNextModifier
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getXShift
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIndex
  • +
  • setModifierContext
  • +
  • setNote
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setSpacingFromNextModifier
  • +
  • setStyle
  • +
  • setTextLine
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYShift
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/ModifierContext.html b/docs/api/classes/ModifierContext.html index 037c471a9f..d77fb50728 100644 --- a/docs/api/classes/ModifierContext.html +++ b/docs/api/classes/ModifierContext.html @@ -1,4 +1,4 @@ -ModifierContext | vexflow
    +ModifierContext | vexflow

    Constructors

    -
    +
    -
    +

    Returns ModifierContext

    Properties

    -
    +
    -
    DEBUG: boolean = false
    +
    DEBUG: boolean = false

    Methods

    -
    +
    -
    -
    +
    member: ModifierContextMember
    +

    Returns ModifierContext

    this

    +
    +
    -
    -
    +
    member: ModifierContextMember
    +

    Returns ModifierContext

    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +
    category: string
    +

    Returns ModifierContextMember[]

    +
    -
    -
    +

    Returns ModifierContextMetrics

    +
    -
    -
    +
    category: string
    +

    Returns ModifierContextMember[]

    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +

    Returns ModifierContextState

    +
    -
      - +
        +
      • Get the width of the entire

        Returns number

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Returns void

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • DEBUG
  • +
  • addMember
  • +
  • addModifier
  • +
  • getLeftShift
  • +
  • getMembers
  • +
  • getMetrics
  • +
  • getModifiers
  • +
  • getRightShift
  • +
  • getState
  • +
  • getWidth
  • +
  • postFormat
  • +
  • preFormat
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/MultiMeasureRest.html b/docs/api/classes/MultiMeasureRest.html index b5d66a5c35..a96687decd 100644 --- a/docs/api/classes/MultiMeasureRest.html +++ b/docs/api/classes/MultiMeasureRest.html @@ -1,4 +1,4 @@ -MultiMeasureRest | vexflow
    +MultiMeasureRest | vexflow

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    render_options: Required<MultimeasureRestRenderOptions>
    -
    +
    render_options: Required<MultimeasureRestRenderOptions>
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -143,38 +143,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -183,81 +182,77 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +

    Returns Stave

    +
    -
      - +
        +
      • Draw an element.

        Returns void

    -
    +
    -
      - +
        +
      • Parameters

        +
        spacingBetweenLines: number

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        +
        spacingBetweenLines: number

      Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • -

        Returns undefined | Stave

    -
    +

    Returns undefined | Stave

    +
    -
    -
    +
    -
      - +
        +
      • -

        Returns {
            left: number;
            right: number;
        }

        +

        Returns {
            left: number;
            right: number;
        }

        • -
          left: number
        • +
          left: number
        • -
          right: number
    -
    +
    right: number
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -603,31 +597,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns MultiMeasureRest

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    stave: Stave
    +

    Returns MultiMeasureRest

    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns MultiMeasureRest

      +

      Returns MultiMeasureRest

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • render_options
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • checkStave
  • +
  • draw
  • +
  • drawLine
  • +
  • drawSymbols
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStyle
  • +
  • getXs
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setRendered
  • +
  • setStave
  • +
  • setStyle
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Music.html b/docs/api/classes/Music.html index 7071969487..95d8bdc7d8 100644 --- a/docs/api/classes/Music.html +++ b/docs/api/classes/Music.html @@ -1,4 +1,4 @@ -Music | vexflow
    +Music | vexflow

    Constructors

    -
    +
    -
    +

    Returns Music

    Accessors

    -
    +
    -
      +
      • get NUM_TONES(): number
      • Number of an canonical notes (12).

        Returns number

    -
    +
    -
      +
      • get accidentals(): string[]
      • Accidentals abbreviations.

        Returns string[]

    -
    +
    -
      +
      • get canonical_notes(): string[]
      • Names of canonical notes ('c', 'c#', 'd',...).

        Returns string[]

    -
    +
    -
      -
    • get diatonic_accidentals(): Record<string, NoteAccidental>
    • +
        +
      • get diatonic_accidentals(): Record<string, NoteAccidental>
      • NoteAccidental associated to diatonic intervals.

        -

        Returns Record<string, NoteAccidental>

    -
    +

    Returns Record<string, NoteAccidental>

    +
    -
      +
      • get diatonic_intervals(): string[]
      • Names of diatonic intervals ('unison', 'm2', 'M2',...).

        Returns string[]

    -
    +
    -
      -
    • get intervals(): Record<string, number>
    • +
        +
      • get intervals(): Record<string, number>
      • Semitones shift associated to intervals .

        -

        Returns Record<string, number>

    -
    +

    Returns Record<string, number>

    +
    -
      -
    • get noteValues(): Record<string, Key>
    • +
        +
      • get noteValues(): Record<string, Key>
      • Note values.

        -

        Returns Record<string, Key>

    -
    +

    Returns Record<string, Key>

    +
    -
      -
    • get root_indices(): Record<string, RootValue>
    • +
        +
      • get root_indices(): Record<string, RootValue>
      • Indices of the root notes.

        -

        Returns Record<string, RootValue>

    -
    +

    Returns Record<string, RootValue>

    +
    -
    -
    +

    Returns KeyValue[]

    +
    -
      +
      • get roots(): string[]
      • Names of root notes ('c', 'd',...)

        Returns string[]

    -
    +
    -
      -
    • get scaleTypes(): Record<string, number[]>
    • +
        +
      • get scaleTypes(): Record<string, number[]>
      • Scales associated with m (minor) and M (major).

        -

        Returns Record<string, number[]>

    -
    +

    Returns Record<string, number[]>

    +
    -
      -
    • get scales(): Record<string, number[]>
    • +
        +
      • get scales(): Record<string, number[]>
      • Semitones shifts associated with scales.

        -

        Returns Record<string, number[]>

    +

    Returns Record<string, number[]>

    Methods

    -
    +
    -
      - +
    -
    +
    keySignature: string
    +

    Returns Record<string, string>

    +
    -
      - +
        +
      • Interval name associated to a value.

        @@ -195,12 +195,12 @@
        • -
          intervalValue: number
        +
        intervalValue: number

      Returns string

    -
    +
    -
      - +
        +
      • Canonical note name associated to a value.

        @@ -208,12 +208,12 @@

        Parameters

        • -
          noteValue: number
        +
        noteValue: number

      Returns string

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    keyString: string
    +

    Returns KeyParts

    +
    -
    -
    +
    noteString: string
    +

    Returns NoteParts

    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Given a note, interval, and interval direction, produce the relative note.

        @@ -306,16 +306,16 @@

        Parameters

        • -
          noteValue: number
        • +
          noteValue: number
        • -
          intervalValue: number
        • +
          intervalValue: number
        • -
          direction: number = 1
        +
        direction: number = 1

      Returns number

    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • NUM_TONES
  • +
  • accidentals
  • +
  • canonical_notes
  • +
  • diatonic_accidentals
  • +
  • diatonic_intervals
  • +
  • intervals
  • +
  • noteValues
  • +
  • root_indices
  • +
  • root_values
  • +
  • roots
  • +
  • scaleTypes
  • +
  • scales
  • +
  • createScaleMap
  • +
  • getCanonicalIntervalName
  • +
  • getCanonicalNoteName
  • +
  • getIntervalBetween
  • +
  • getIntervalValue
  • +
  • getKeyParts
  • +
  • getNoteParts
  • +
  • getNoteValue
  • +
  • getRelativeNoteName
  • +
  • getRelativeNoteValue
  • +
  • getScaleTones
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Note.html b/docs/api/classes/Note.html index 6c3cb78a36..7ec5500a4c 100644 --- a/docs/api/classes/Note.html +++ b/docs/api/classes/Note.html @@ -1,4 +1,4 @@ -Note | vexflow
    +Note | vexflow
    @@ -47,143 +47,144 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    glyphProps: GlyphProps
    -
    +
    glyphProps: GlyphProps
    +
    -
    keyProps: KeyProps[]
    -
    +
    keyProps: KeyProps[]
    +
    -
    keys: string[]
    -
    +
    keys: string[]
    +
    -
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }
    +
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }

    Type declaration

    • -
      annotation_spacing: number
    • +
      annotation_spacing: number
    • -
      Optional draw?: boolean
    • +
      Optional draw?: boolean
    • -
      Optional draw_dots?: boolean
    • +
      Optional draw_dots?: boolean
    • -
      Optional draw_stem?: boolean
    • +
      Optional draw_stem?: boolean
    • -
      Optional draw_stem_through_stave?: boolean
    • +
      Optional draw_stem_through_stave?: boolean
    • -
      Optional extend_left?: number
    • +
      Optional extend_left?: number
    • -
      Optional extend_right?: number
    • +
      Optional extend_right?: number
    • -
      font: string
    • +
      font: string
    • -
      glyph_font_scale: number
    • +
      glyph_font_scale: number
    • -
      Optional glyph_font_size?: number
    • +
      Optional glyph_font_size?: number
    • -
      scale: number
    • +
      scale: number
    • -
      stroke_px: number
    • +
      stroke_px: number
    • -
      y_shift: number
    -
    +
    y_shift: number
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -267,38 +268,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -307,76 +307,72 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get postFormatted(): boolean
      • Returns boolean

      • -
      • set postFormatted(value: boolean): void
      • +
      • set postFormatted(value): void
      • Set postformatted status.

        @@ -384,17 +380,17 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get preFormatted(): boolean
      • Returns boolean

      • -
      • set preFormatted(value: boolean): void
      • +
      • set preFormatted(value): void
      • Set preformatted status.

        @@ -402,22 +398,22 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Attach a modifier to this note.

        - -

        Returns

        this

        Parameters

        • -
          modifier: Modifier
          +
          modifier: Modifier

          the Modifier to add.

        • -
          index: number = 0
          +
          index: number = 0

          of the key to modify.

        -

        Returns Note

    -
    +
    -
    -
    +
    stroke: Stroke
    +

    Returns Note

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Check and get the beam.

        -

        Returns Beam

    -
    +

    Returns Beam

    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Check and get the target stave.

        -

        Returns Stave

    -
    +

    Returns Stave

    +
    -
    -
    +
    -
      - +
        +
      • Draw an element.

        @@ -589,23 +583,23 @@
        • -
          Rest ...args: any[]
        +
        Rest ...args: any[]

      Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
      - +
        +
      • Get the absolute X position of this note's tick context. This excludes x_shift, so you'll need to factor it in if you're @@ -613,10 +607,10 @@

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the beam.

        -

        Returns undefined | Beam

    -
    +

    Returns undefined | Beam

    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to duration.

        Returns string

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Deprecated

        Use getGlyphProps() instead.

        Returns any

    -
    +
    -
    -
    +

    Returns GlyphProps

    +
    -
      - +
        +
      • Get the glyph width.

        Returns number

    -
    +
    -
      - +
    -
    +
    -
    -
    +

    Returns KeyProps[]

    +
    -
      - +
        +
      • Returns string[]

    -
    +
    -
      - +
        +
      • Get spacing to the left of the notes.

        Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
      - +
        +
      • Get the stave line number for rest.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    y: number
    +
    -
    -
    +
    -
    -
    +
    type: string
    +

    Returns Modifier[]

    +
    -
      - +
        +
      • Accessor to note type.

        Returns string

    -
    +
    -
      - +
        +
      • Get the play note, which is arbitrary data that can be used by an audio player.

        -

        Returns undefined | Note

    -
    +

    Returns undefined | Note

    +
    -
      - +
        +
      • Get spacing to the right of the notes.

        Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the direction of the stem.

        Returns number

    -
    +
    -
      - +
        +
      • Get the top and bottom y values of the stem.

        -

        Returns Record<string, number>

    -
    +

    Returns Record<string, number>

    +
    -
    -
    +
    -
    -
    +

    Returns TickContext

    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the x coordinate to the left of the note.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x coordinate to the right of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get width of note. Used by the formatter for positioning.

        Returns number

    -
    +
    -
      - +
        +
      • Get x position of this tick context.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x displaced pixels of the note.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get Y positions for this note. Each Y value is associated with an individual pitch/key within the note/chord.

        Returns number[]

    -
    +
    -
      - +
        +
      • Check it has a beam.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to hasStem.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to isDotted.

        Returns boolean

    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        true if this note is a type of rest.

        +
        +

        Returns boolean

        true if this note is a type of rest.

        Rests don't have pitches, but take up space in the score. Subclasses should override this default implementation.

        -
        -

        Returns boolean

    -
    +
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Preformat the Tickable.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    beam: Beam
    +

    Returns Note

    +
    -
      - +
        +
      • Parameters

        • -
          align_center: boolean
        -

        Returns Note

      +

      Returns Note

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -1331,31 +1323,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Note

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set spacing to the left of the notes.

        @@ -1419,12 +1411,12 @@
    -
    +
    x: number
    +

    Returns Note

    +
    -
    -
    +
    -
      - +
        +
      • Set the play note, which is arbitrary data that can be used by an audio player.

        @@ -1447,12 +1439,12 @@
        -

        Returns Note

    -
    +
    note: Note
    +

    Returns Note

    +
    -
    -
    +
    -
      - +
        +
      • Set spacing to the right of the notes.

        @@ -1474,12 +1466,12 @@
    -
    +
    x: number
    +

    Returns Note

    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Note

      +

      Returns Note

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    ys: number[]
    +

    Returns Note

    +
    -
      - +
        +
      • True if this note has no duration (e.g., bar notes, spacers, etc.).

        Returns boolean

    -
    +
    + +
      + +
    • +

      Get point for notes.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional size: string
      +

      Returns number

    +
    -
      - +
        +
      • Debug helper. Displays various note metrics for the given note.

        @@ -1618,16 +1623,17 @@ +
        yPos: number

      Returns void

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • glyphProps
  • +
  • keyProps
  • +
  • keys
  • +
  • render_options
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • postFormatted
  • +
  • preFormatted
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addModifier
  • +
  • addStroke
  • +
  • addToModifierContext
  • +
  • applyStyle
  • +
  • applyTickMultiplier
  • +
  • checkBeam
  • +
  • checkContext
  • +
  • checkModifierContext
  • +
  • checkStave
  • +
  • checkTickContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAbsoluteX
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBeam
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getCenterXShift
  • +
  • getContext
  • +
  • getDuration
  • +
  • getFirstDotPx
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getFormatterMetrics
  • +
  • getGlyph
  • +
  • getGlyphProps
  • +
  • getGlyphWidth
  • +
  • getIntrinsicTicks
  • +
  • getKeyProps
  • +
  • getKeys
  • +
  • getLeftDisplacedHeadPx
  • +
  • getLeftParenthesisPx
  • +
  • getLineForRest
  • +
  • getLineNumber
  • +
  • getMetrics
  • +
  • getModifierContext
  • +
  • getModifierStartXY
  • +
  • getModifiers
  • +
  • getModifiersByType
  • +
  • getNoteType
  • +
  • getPlayNote
  • +
  • getRightDisplacedHeadPx
  • +
  • getRightParenthesisPx
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStemDirection
  • +
  • getStemExtents
  • +
  • getStyle
  • +
  • getTickContext
  • +
  • getTickMultiplier
  • +
  • getTicks
  • +
  • getTieLeftX
  • +
  • getTieRightX
  • +
  • getTuplet
  • +
  • getTupletStack
  • +
  • getVoice
  • +
  • getWidth
  • +
  • getX
  • +
  • getXShift
  • +
  • getYForTopText
  • +
  • getYs
  • +
  • hasBeam
  • +
  • hasClass
  • +
  • hasStem
  • +
  • isCenterAligned
  • +
  • isDotted
  • +
  • isRendered
  • +
  • isRest
  • +
  • onRegister
  • +
  • postFormat
  • +
  • preFormat
  • +
  • removeClass
  • +
  • reset
  • +
  • resetFont
  • +
  • resetTuplet
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBeam
  • +
  • setCenterAlignment
  • +
  • setCenterXShift
  • +
  • setContext
  • +
  • setDuration
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIgnoreTicks
  • +
  • setIntrinsicTicks
  • +
  • setLeftDisplacedHeadPx
  • +
  • setModifierContext
  • +
  • setPlayNote
  • +
  • setRendered
  • +
  • setRightDisplacedHeadPx
  • +
  • setStave
  • +
  • setStyle
  • +
  • setTickContext
  • +
  • setTuplet
  • +
  • setVoice
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYs
  • +
  • shouldIgnoreTicks
  • +
  • getPoint
  • +
  • plotMetrics
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/NoteHead.html b/docs/api/classes/NoteHead.html index fb65b36260..2579f3554d 100644 --- a/docs/api/classes/NoteHead.html +++ b/docs/api/classes/NoteHead.html @@ -1,4 +1,4 @@ -NoteHead | vexflow
    +NoteHead | vexflow
    -
    +
    • vexflow
    • @@ -23,7 +23,7 @@

      Class NoteHead

    Hierarchy

    @@ -33,233 +33,234 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    glyphProps: GlyphProps
    -
    +
    -
    glyph_code: string
    -
    +
    glyph_code: string
    +
    -
    keyProps: KeyProps[]
    -
    +
    -
    keys: string[]
    -
    +
    -
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }
    +
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }

    Type declaration

    • -
      annotation_spacing: number
    • +
      annotation_spacing: number
    • -
      Optional draw?: boolean
    • +
      Optional draw?: boolean
    • -
      Optional draw_dots?: boolean
    • +
      Optional draw_dots?: boolean
    • -
      Optional draw_stem?: boolean
    • +
      Optional draw_stem?: boolean
    • -
      Optional draw_stem_through_stave?: boolean
    • +
      Optional draw_stem_through_stave?: boolean
    • -
      Optional extend_left?: number
    • +
      Optional extend_left?: number
    • -
      Optional extend_right?: number
    • +
      Optional extend_right?: number
    • -
      font: string
    • +
      font: string
    • -
      glyph_font_scale: number
    • +
      glyph_font_scale: number
    • -
      Optional glyph_font_size?: number
    • +
      Optional glyph_font_size?: number
    • -
      scale: number
    • +
      scale: number
    • -
      stroke_px: number
    • +
      stroke_px: number
    • -
      y_shift: number
    -
    +
    -
    DEBUG: boolean = false
    +
    DEBUG: boolean = false

    To enable logging for this class. Set Vex.Flow.NoteHead.DEBUG to true.

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -268,38 +269,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -308,76 +308,72 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get postFormatted(): boolean
      • Returns boolean

      • -
      • set postFormatted(value: boolean): void
      • +
      • set postFormatted(value): void
      • Set postformatted status.

        @@ -385,17 +381,17 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get preFormatted(): boolean
      • Returns boolean

      • -
      • set preFormatted(value: boolean): void
      • +
      • set preFormatted(value): void
      • Set preformatted status.

        @@ -403,22 +399,22 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Attach a modifier to this note.

        - -

        Returns

        this

        Parameters

        • -
          modifier: Modifier
          +
          modifier: Modifier

          the Modifier to add.

        • -
          index: number = 0
          +
          index: number = 0

          of the key to modify.

        -

        Returns NoteHead

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the notehead.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
      - +
        +
      • Get the canvas x coordinate position of the notehead.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the beam.

        -

        Returns undefined | Beam

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Return the center x shift.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to duration.

        Returns string

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Deprecated

        Use getGlyphProps() instead.

        Returns any

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the glyph width.

        Returns number

    -
    +
    -
      - +
        +
      • Return the intrinsic ticks.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns string[]

    -
    +
    -
      - +
        +
      • Get spacing to the left of the notes.

        Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
      - +
        +
      • Get the stave line the notehead is placed on.

        Returns number

    -
    +
    -
      - +
        +
      • Get the stave line number for rest.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to note type.

        Returns string

    -
    +
    -
      - +
        +
      • Get the play note, which is arbitrary data that can be used by an audio player.

        -

        Returns undefined | Note

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the target stave.

        -

        Returns undefined | Stave

    -
    +
    -
      - +
        +
      • Get the direction of the stem.

        Returns number

    -
    +
    -
      - +
        +
      • Get the top and bottom y values of the stem.

        -

        Returns Record<string, number>

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the x coordinate to the left of the note.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x coordinate to the right of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the width of the notehead.

        Returns number

    -
    +
    -
      - +
        +
      • Get x position of this tick context.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x displaced pixels of the note.

        Returns number

    -
    +
    -
      - +
        +
      • Get the Y coordinate.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get Y positions for this note. Each Y value is associated with an individual pitch/key within the note/chord.

        Returns number[]

    -
    +
    -
      - +
        +
      • Check it has a beam.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to hasStem.

        Returns boolean

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Determine if the notehead is displaced.

        Returns boolean

    -
    +
    -
      - +
        +
      • Accessor to isDotted.

        Returns boolean

    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        true if this note is a type of rest.

        +
        +

        Returns boolean

        true if this note is a type of rest.

        Rests don't have pitches, but take up space in the score. Subclasses should override this default implementation.

        -
        -

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -1382,31 +1374,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns NoteHead

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    line: number
    +

    Returns NoteHead

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns NoteHead

      +

      Returns NoteHead

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    x: number
    +

    Returns NoteHead

    +
    -
    -
    +
    -
    -
    +
    y: number
    +

    Returns NoteHead

    +
    -
    -
    +
    -
      - +
        +
      • True if this note has no duration (e.g., bar notes, spacers, etc.).

        Returns boolean

    -
    +
    + +
      + +
    • +

      Get point for notes.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional size: string
      +

      Returns number

    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • glyphProps
  • +
  • glyph_code
  • +
  • keyProps
  • +
  • keys
  • +
  • render_options
  • +
  • DEBUG
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • postFormatted
  • +
  • preFormatted
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addModifier
  • +
  • addStroke
  • +
  • addToModifierContext
  • +
  • applyStyle
  • +
  • applyTickMultiplier
  • +
  • checkBeam
  • +
  • checkContext
  • +
  • checkModifierContext
  • +
  • checkStave
  • +
  • checkTickContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAbsoluteX
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBeam
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getCenterXShift
  • +
  • getContext
  • +
  • getDuration
  • +
  • getFirstDotPx
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getFormatterMetrics
  • +
  • getGlyph
  • +
  • getGlyphProps
  • +
  • getGlyphWidth
  • +
  • getIntrinsicTicks
  • +
  • getKeyProps
  • +
  • getKeys
  • +
  • getLeftDisplacedHeadPx
  • +
  • getLeftParenthesisPx
  • +
  • getLine
  • +
  • getLineForRest
  • +
  • getLineNumber
  • +
  • getMetrics
  • +
  • getModifierContext
  • +
  • getModifierStartXY
  • +
  • getModifiers
  • +
  • getModifiersByType
  • +
  • getNoteType
  • +
  • getPlayNote
  • +
  • getRightDisplacedHeadPx
  • +
  • getRightParenthesisPx
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStemDirection
  • +
  • getStemExtents
  • +
  • getStyle
  • +
  • getTickContext
  • +
  • getTickMultiplier
  • +
  • getTicks
  • +
  • getTieLeftX
  • +
  • getTieRightX
  • +
  • getTuplet
  • +
  • getTupletStack
  • +
  • getVoice
  • +
  • getWidth
  • +
  • getX
  • +
  • getXShift
  • +
  • getY
  • +
  • getYForTopText
  • +
  • getYs
  • +
  • hasBeam
  • +
  • hasClass
  • +
  • hasStem
  • +
  • isCenterAligned
  • +
  • isDisplaced
  • +
  • isDotted
  • +
  • isRendered
  • +
  • isRest
  • +
  • onRegister
  • +
  • postFormat
  • +
  • preFormat
  • +
  • removeClass
  • +
  • reset
  • +
  • resetFont
  • +
  • resetTuplet
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBeam
  • +
  • setCenterAlignment
  • +
  • setCenterXShift
  • +
  • setContext
  • +
  • setDuration
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIgnoreTicks
  • +
  • setIntrinsicTicks
  • +
  • setLeftDisplacedHeadPx
  • +
  • setLine
  • +
  • setModifierContext
  • +
  • setPlayNote
  • +
  • setRendered
  • +
  • setRightDisplacedHeadPx
  • +
  • setStave
  • +
  • setStyle
  • +
  • setTickContext
  • +
  • setTuplet
  • +
  • setVoice
  • +
  • setWidth
  • +
  • setX
  • +
  • setXShift
  • +
  • setY
  • +
  • setYs
  • +
  • shouldIgnoreTicks
  • +
  • getPoint
  • +
  • plotMetrics
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/NoteSubGroup.html b/docs/api/classes/NoteSubGroup.html index 5650ef1c40..fbd540ad06 100644 --- a/docs/api/classes/NoteSubGroup.html +++ b/docs/api/classes/NoteSubGroup.html @@ -1,4 +1,4 @@ -NoteSubGroup | vexflow
    +NoteSubGroup | vexflow
    -
    +
    • vexflow
    • @@ -28,7 +28,7 @@

      Class NoteSubGroup

    Hierarchy

    @@ -38,113 +38,113 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -153,38 +153,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -193,71 +192,67 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Modifiers category string. Every modifier has a different category. @@ -265,28 +260,28 @@

    -
    +
    -
    -
    +
    -
      -
    • get PositionString(): Record<string, number>
    • +
        +
      • get PositionString(): Record<string, number>
      • -

        Returns Record<string, number>

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Used in draw() to check and get the attached note (StaveNote, TabNote, etc.). Also verifies that the index is valid.

        -

        Returns Note

    -
    +
    -
    -
    +
    -
      - +
        +
      • Check and get note index, which is a specific note in a chord.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Render the modifier onto the canvas.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Get note index, which is a specific note in a chord.

        Returns undefined | number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get modifier widths.

        Returns number

    -
    +
    -
      - +
        +
      • Get shift modifier x

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -682,31 +676,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns NoteSubGroup

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set spacing from next modifier.

        @@ -816,37 +810,37 @@

      Returns void

    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns NoteSubGroup

      +

      Returns NoteSubGroup

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • PositionString
  • +
  • addChildElement
  • +
  • addClass
  • +
  • alignSubNotesWithNote
  • +
  • applyStyle
  • +
  • checkAttachedNote
  • +
  • checkContext
  • +
  • checkIndex
  • +
  • checkModifierContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getIndex
  • +
  • getModifierContext
  • +
  • getNote
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getSpacingFromNextModifier
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getXShift
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • preFormat
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIndex
  • +
  • setModifierContext
  • +
  • setNote
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setSpacingFromNextModifier
  • +
  • setStyle
  • +
  • setTextLine
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYShift
  • +
  • format
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Ornament.html b/docs/api/classes/Ornament.html index 9e5de18cea..14810316a6 100644 --- a/docs/api/classes/Ornament.html +++ b/docs/api/classes/Ornament.html @@ -1,4 +1,4 @@ -Ornament | vexflow
    +Ornament | vexflow
    -
    +
    • vexflow
    • @@ -24,7 +24,7 @@

      Class Ornament

    Hierarchy

    @@ -34,95 +34,95 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    render_options: {
        accidentalLowerPadding: number;
        accidentalUpperPadding: number;
        font_scale: number;
    }
    +
    render_options: {
        accidentalLowerPadding: number;
        accidentalUpperPadding: number;
        font_scale: number;
    }

    Type declaration

    • -
      accidentalLowerPadding: number
    • +
      accidentalLowerPadding: number
    • -
      accidentalUpperPadding: number
    • +
      accidentalUpperPadding: number
    • -
      font_scale: number
    -
    +
    font_scale: number
    +
    -
    DEBUG: boolean = false
    +
    DEBUG: boolean = false

    To enable logging for this class. Set Vex.Flow.Ornament.DEBUG to true.

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -180,38 +180,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -220,137 +219,133 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Ornaments category string.

        Returns string

    -
    +
    -
    -
    +
    -
      -
    • get PositionString(): Record<string, number>
    • +
        +
      • get PositionString(): Record<string, number>
      • -

        Returns Record<string, number>

    -
    +
    -
      +
      • get minPadding(): number
      • Returns number

    -
    +
    -
      +
      • get ornamentAlignWithNoteHead(): string[]
      • The ornament is aligned based on the note head, but without regard to whether the stem goes up or down.

        Returns string[]

    -
    +
    -
      +
      • get ornamentArticulation(): string[]
      • ornamentArticulation goes above/below the note based on space availablity

        Returns string[]

    -
    +
    -
      +
      • get ornamentAttack(): string[]
      • ornamentAttack indicates something that happens in the attach, placed before the note and any accidentals

        Returns string[]

    -
    +
    -
      +
      • get ornamentNoteTransition(): string[]
      • ornamentNoteTransition means the jazz ornament represents an effect from one note to another, these are generally on the top of the staff.

        Returns string[]

    -
    +
    -
      +
      • get ornamentRelease(): string[]
      • An ornament that happens on the release of the note, generally placed after the @@ -359,10 +354,10 @@

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Used in draw() to check and get the attached note (StaveNote, TabNote, etc.). Also verifies that the index is valid.

        -

        Returns Note

    -
    +
    -
    -
    +
    -
      - +
        +
      • Check and get note index, which is a specific note in a chord.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Render ornament in position next to note.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Get note index, which is a specific note in a chord.

        Returns undefined | number

    -
    +
    -
    -
    +

    Returns OrnamentMetrics

    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get modifier widths.

        Returns number

    -
    +
    -
      - +
        +
      • Get shift modifier x

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    delayed: boolean
    +

    Returns Ornament

    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -774,31 +768,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Ornament

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    accid: string
    +

    Returns Ornament

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set spacing from next modifier.

        @@ -921,37 +915,37 @@

      Returns void

    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Ornament

      +

      Returns Ornament

    -
    +
    -
    -
    +
    -
    -
    +
    accid: string
    +

    Returns Ornament

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • render_options
  • +
  • DEBUG
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • PositionString
  • +
  • minPadding
  • +
  • ornamentAlignWithNoteHead
  • +
  • ornamentArticulation
  • +
  • ornamentAttack
  • +
  • ornamentNoteTransition
  • +
  • ornamentRelease
  • +
  • addChildElement
  • +
  • addClass
  • +
  • alignSubNotesWithNote
  • +
  • applyStyle
  • +
  • checkAttachedNote
  • +
  • checkContext
  • +
  • checkIndex
  • +
  • checkModifierContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getIndex
  • +
  • getMetrics
  • +
  • getModifierContext
  • +
  • getNote
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getSpacingFromNextModifier
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getXShift
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setDelayed
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIndex
  • +
  • setLowerAccidental
  • +
  • setModifierContext
  • +
  • setNote
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setSpacingFromNextModifier
  • +
  • setStyle
  • +
  • setTextLine
  • +
  • setUpperAccidental
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYShift
  • +
  • format
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Parenthesis.html b/docs/api/classes/Parenthesis.html index 2f88507dca..43efeca7a2 100644 --- a/docs/api/classes/Parenthesis.html +++ b/docs/api/classes/Parenthesis.html @@ -1,4 +1,4 @@ -Parenthesis | vexflow
    +Parenthesis | vexflow
    -
    +
    • vexflow
    • @@ -21,7 +21,7 @@

      Class Parenthesis

    Hierarchy

    @@ -31,84 +31,84 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -150,38 +150,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -190,71 +189,67 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Modifiers category string. Every modifier has a different category. @@ -262,28 +257,28 @@

    -
    +
    -
    -
    +
    -
      -
    • get PositionString(): Record<string, number>
    • +
        +
      • get PositionString(): Record<string, number>
      • -

        Returns Record<string, number>

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Used in draw() to check and get the attached note (StaveNote, TabNote, etc.). Also verifies that the index is valid.

        -

        Returns Note

    -
    +
    -
    -
    +
    -
      - +
        +
      • Check and get note index, which is a specific note in a chord.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Render the parenthesis.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Get note index, which is a specific note in a chord.

        Returns undefined | number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get modifier widths.

        Returns number

    -
    +
    -
      - +
        +
      • Get shift modifier x

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -673,31 +667,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Parenthesis

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set spacing from next modifier.

        @@ -805,37 +799,37 @@

      Returns void

    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Parenthesis

      +

      Returns Parenthesis

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Add parentheses to the notes.

        @@ -900,12 +894,12 @@ +
        notes: Note[]

      Returns void

    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • PositionString
  • +
  • addChildElement
  • +
  • addClass
  • +
  • alignSubNotesWithNote
  • +
  • applyStyle
  • +
  • checkAttachedNote
  • +
  • checkContext
  • +
  • checkIndex
  • +
  • checkModifierContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getIndex
  • +
  • getModifierContext
  • +
  • getNote
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getSpacingFromNextModifier
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getXShift
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIndex
  • +
  • setModifierContext
  • +
  • setNote
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setSpacingFromNextModifier
  • +
  • setStyle
  • +
  • setTextLine
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYShift
  • +
  • buildAndAttach
  • +
  • format
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Parser.html b/docs/api/classes/Parser.html index 9282031052..bc8fb05b29 100644 --- a/docs/api/classes/Parser.html +++ b/docs/api/classes/Parser.html @@ -1,4 +1,4 @@ -Parser | vexflow
    +Parser | vexflow

    Constructors

    -
    +
    -
    +
    grammar: Grammar
    +

    Returns Parser

    Properties

    -
    +
    -
    DEBUG: boolean = false
    +
    DEBUG: boolean = false

    Methods

    -
    +
    -
    -
    +
    ruleFunc: RuleFunction
    +

    Returns Result

    +
    -
      - +
        +
      • Parameters

        • -
          rule: Rule
        • +
          rule: Rule
        • -
          maybe: boolean = false
        -

        Returns Result

    -
    +
    maybe: boolean = false
    +

    Returns Result

    +
    -
      - +
        +
      • Parameters

        • -
          rule: Rule
        • +
          rule: Rule
        • -
          maybe: boolean = false
        -

        Returns Result

    -
    +
    maybe: boolean = false
    +

    Returns Result

    +
    -
    -
    +
    rule: Rule
    +

    Returns Result

    +
    -
      - +
        +
      • Parameters

        • -
          returnPos: number
        +
        returnPos: number

      Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          token: string
        • +
          token: string
        • -
          noSpace: boolean = false
        -

        Returns Result

    -
    +
    noSpace: boolean = false
    +

    Returns Result

    +
    -
      - +
        +
      • Parameters

        • -
          line: string
        -

        Returns Result

    - +

    Returns Result

    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • DEBUG
  • +
  • expect
  • +
  • expectOne
  • +
  • expectOneOrMore
  • +
  • expectZeroOrMore
  • +
  • matchFail
  • +
  • matchSuccess
  • +
  • matchToken
  • +
  • parse
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/PedalMarking.html b/docs/api/classes/PedalMarking.html index 8e9727e71a..db0e47bf68 100644 --- a/docs/api/classes/PedalMarking.html +++ b/docs/api/classes/PedalMarking.html @@ -1,4 +1,4 @@ -PedalMarking | vexflow
    +PedalMarking | vexflow

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    render_options: {
        bracket_height: number;
        bracket_line_width: number;
        color: string;
        text_margin_right: number;
    }
    +
    render_options: {
        bracket_height: number;
        bracket_line_width: number;
        color: string;
        text_margin_right: number;
    }

    Type declaration

    • -
      bracket_height: number
    • +
      bracket_height: number
    • -
      bracket_line_width: number
    • +
      bracket_line_width: number
    • -
      color: string
    • +
      color: string
    • -
      text_margin_right: number
    -
    +
    text_margin_right: number
    +
    -
    DEBUG: boolean = false
    +
    DEBUG: boolean = false

    To enable logging for this class. Set Vex.Flow.PedalMarking.DEBUG to true.

    -
    +
    -
    GLYPHS: Record<string, {
        code: string;
    }> = ...
    +
    GLYPHS: Record<string, {
        code: string;
    }> = ...

    Glyph data

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    -
    +
    -
    type: {
        BRACKET: number;
        MIXED: number;
        TEXT: number;
    } = ...
    +
    type: {
        BRACKET: number;
        MIXED: number;
        TEXT: number;
    } = ...

    Pedal type as number.

    Type declaration

    • -
      BRACKET: number
    • +
      BRACKET: number
    • -
      MIXED: number
    • +
      MIXED: number
    • -
      TEXT: number
    -
    +
    TEXT: number
    +
    -
    typeString: Record<string, number> = ...
    +
    typeString: Record<string, number> = ...

    Pedal type as string.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -181,38 +181,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -221,81 +220,77 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Render the pedal marking in position on the rendering context.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the bracket based pedal markings.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the text based pedal markings. This defaults to the traditional "Ped" and "*"" symbols if no custom text has been provided.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    Optional release: string
    +

    Returns PedalMarking

    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -613,31 +607,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns PedalMarking

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    line: number
    +

    Returns PedalMarking

    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns PedalMarking

      +

      Returns PedalMarking

    -
    +
    -
    -
    +
    type: string | number
    +

    Returns PedalMarking

    +
    -
    -
    +
    notes: StaveNote[]
    +

    Returns PedalMarking

    +
    -
      - +
        +
      • Create a sustain pedal marking. Returns the defaults PedalMarking. Which uses the traditional "Ped" and "*"" markings.

        @@ -751,12 +745,12 @@
        -

        Returns PedalMarking

    -
    +
    notes: StaveNote[]
    +

    Returns PedalMarking

    +
    -
    - +

    Returns PedalMarking

    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • render_options
  • +
  • DEBUG
  • +
  • GLYPHS
  • +
  • TEXT_FONT
  • +
  • type
  • +
  • typeString
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • draw
  • +
  • drawBracketed
  • +
  • drawText
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getSVGElement
  • +
  • getStyle
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setCustomText
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setLine
  • +
  • setRendered
  • +
  • setStyle
  • +
  • setType
  • +
  • createSostenuto
  • +
  • createSustain
  • +
  • createUnaCorda
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Piece.html b/docs/api/classes/Piece.html index dc2b657912..bdd3bc1d16 100644 --- a/docs/api/classes/Piece.html +++ b/docs/api/classes/Piece.html @@ -1,4 +1,4 @@ -Piece | vexflow
    +Piece | vexflow
    -
    +

    Constructors

    -
    +
    -
      - +
        +
      • Parameters

        • -
          duration: string
        -

        Returns Piece

    +
    duration: string
    +

    Returns Piece

    Properties

    -
    +
    -
    chord: NotePiece[] = []
    -
    +
    chord: NotePiece[] = []
    +
    -
    dots: number = 0
    -
    +
    dots: number = 0
    +
    -
    duration: string
    -
    +
    duration: string
    +
    -
    options: {
        [x: string]: string;
    } = {}
    +
    options: {
        [x: string]: string;
    } = {}

    Type declaration

    • -
      [x: string]: string
    -
    +
    [x: string]: string
    +
    -
    type?: string
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • chord
  • +
  • dots
  • +
  • duration
  • +
  • options
  • +
  • type
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Registry.html b/docs/api/classes/Registry.html index 6e7114d719..7937412065 100644 --- a/docs/api/classes/Registry.html +++ b/docs/api/classes/Registry.html @@ -1,4 +1,4 @@ -Registry | vexflow
    +Registry | vexflow

    Constructors

    -
    +
    -
    +

    Returns Registry

    Methods

    -
    +
    -
    -
    +

    Returns Registry

    +
    -
      - +
        +
      • Parameters

        • -
          id: string
        -

        Returns undefined | Element

    -
    +
    id: string
    +

    Returns undefined | Element

    +
    -
      - +
        +
      • Parameters

        • -
          attribute: string
        • +
          attribute: string
        • -
          value: string
        -

        Returns Element[]

    -
    +
    value: string
    +

    Returns Element[]

    +
    -
      - +
        +
      • Parameters

        • -
          className: string
        -

        Returns Element[]

    -
    +
    className: string
    +

    Returns Element[]

    +
    -
      - +
        +
      • Parameters

        • -
          type: string
        -

        Returns Element[]

    -
    +
    type: string
    +

    Returns Element[]

    +
    -
    -
    +
    info: RegistryUpdate
    +

    Returns Registry

    +
    -
      - +
        +
      • Register element elem with this registry. This adds the element to its index and watches it for attribute changes.

        - -

        Returns

        this

        Parameters

        -

        Returns Registry

    -
    +
    Optional id: string
    +

    Returns Registry

    this

    +
    +
    -
      - +
        +
      • Parameters

        • -
          name: string
        • +
          name: string
        • -
          value: string
        • +
          value: string
        • -
          id: string
        • +
          id: string
        • -
          elem: Element
        +
        elem: Element

      Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Parameters

        +
        registry: Registry

      Returns void

    -
    +
    -
      - +
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • clear
  • +
  • getElementById
  • +
  • getElementsByAttribute
  • +
  • getElementsByClass
  • +
  • getElementsByType
  • +
  • onUpdate
  • +
  • register
  • +
  • setIndexValue
  • +
  • updateIndex
  • +
  • disableDefaultRegistry
  • +
  • enableDefaultRegistry
  • +
  • getDefaultRegistry
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/RenderContext.html b/docs/api/classes/RenderContext.html index 6a3cd8449b..d5dcb5034b 100644 --- a/docs/api/classes/RenderContext.html +++ b/docs/api/classes/RenderContext.html @@ -1,4 +1,4 @@ -RenderContext | vexflow
    +RenderContext | vexflow
    -
    +
    +
  • CanvasContext
  • +
  • SVGContext
  • @@ -29,454 +29,454 @@

    Constructors

    -
    +
    -
    +

    Returns RenderContext

    Accessors

    -
    +
    -
      -
    • get fillStyle(): string | CanvasGradient | CanvasPattern
    • +
        +
      • get fillStyle(): string | CanvasGradient | CanvasPattern
      • -

        Returns string | CanvasGradient | CanvasPattern

      • -
      • set fillStyle(style: string | CanvasGradient | CanvasPattern): void
      • +

        Returns string | CanvasGradient | CanvasPattern

        +
      • set fillStyle(style): void
      • Parameters

        • -
          style: string | CanvasGradient | CanvasPattern
        +
        style: string | CanvasGradient | CanvasPattern

      Returns void

    -
    +
    -
      +
      • get font(): string
      • Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Parameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get strokeStyle(): string | CanvasGradient | CanvasPattern
    • +
        +
      • get strokeStyle(): string | CanvasGradient | CanvasPattern
      • -

        Returns string | CanvasGradient | CanvasPattern

      • -
      • set strokeStyle(style: string | CanvasGradient | CanvasPattern): void
      • +

        Returns string | CanvasGradient | CanvasPattern

        +
      • set strokeStyle(style): void
      • Parameters

        • -
          style: string | CanvasGradient | CanvasPattern
        +
        style: string | CanvasGradient | CanvasPattern

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
      - +
        +
      • Parameters

        • -
          child: any
        +
        child: any

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          x: number
        • +
          x: number
        • -
          y: number
        • +
          y: number
        • -
          radius: number
        • +
          radius: number
        • -
          startAngle: number
        • +
          startAngle: number
        • -
          endAngle: number
        • +
          endAngle: number
        • -
          counterclockwise: boolean
        -

        Returns RenderContext

    -
    +
    counterclockwise: boolean
    +

    Returns RenderContext

    +
    -
    -
    +

    Returns RenderContext

    +
    -
      - +
        +
      • Parameters

        • -
          cp1x: number
        • +
          cp1x: number
        • -
          cp1y: number
        • +
          cp1y: number
        • -
          cp2x: number
        • +
          cp2x: number
        • -
          cp2y: number
        • +
          cp2y: number
        • -
          x: number
        • +
          x: number
        • -
          y: number
        -

        Returns RenderContext

    -
    +
    y: number
    +

    Returns RenderContext

    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          x: number
        • +
          x: number
        • -
          y: number
        • +
          y: number
        • -
          width: number
        • +
          width: number
        • -
          height: number
        -

        Returns RenderContext

    -
    +
    height: number
    +

    Returns RenderContext

    +
    -
      - +
        +
      • Returns void

    -
    +
    -
    -
    +

    Returns RenderContext

    +
    -
    -
    +
    Optional attributes: any
    +

    Returns RenderContext

    +
    -
      - +
        +
      • Parameters

        • -
          x: number
        • +
          x: number
        • -
          y: number
        • +
          y: number
        • -
          width: number
        • +
          width: number
        • -
          height: number
        -

        Returns RenderContext

    -
    +
    height: number
    +

    Returns RenderContext

    +
    -
      - +
        +
      • Parameters

        • -
          text: string
        • +
          text: string
        • -
          x: number
        • +
          x: number
        • -
          y: number
        -

        Returns RenderContext

    -
    +
    y: number
    +

    Returns RenderContext

    +
    -
      - +
        +
      • Returns string

    -
    +
    -
    -
    +
    y: number
    +

    Returns RenderContext

    +
    -
    -
    +
    text: string
    +

    Returns TextMeasure

    +
    -
    -
    +
    y: number
    +

    Returns RenderContext

    +
    -
      - +
        +
      • Parameters

        • -
          Optional cls: string
        • +
          Optional cls: string
        • -
          Optional id: string
        • +
          Optional id: string
        • -
          Optional attrs: GroupAttributes
        +
        Optional attrs: GroupAttributes

      Returns any

    -
    +
    -
      - +
        +
      • Parameters

        • -
          cpx: number
        • +
          cpx: number
        • -
          cpy: number
        • +
          cpy: number
        • -
          x: number
        • +
          x: number
        • -
          y: number
        -

        Returns RenderContext

    -
    +
    y: number
    +

    Returns RenderContext

    +
    -
      - +
        +
      • Parameters

        • -
          x: number
        • +
          x: number
        • -
          y: number
        • +
          y: number
        • -
          width: number
        • +
          width: number
        • -
          height: number
        -

        Returns RenderContext

    -
    +
    height: number
    +

    Returns RenderContext

    +
    -
    -
    +
    height: number
    +

    Returns RenderContext

    +
    -
    -
    +

    Returns RenderContext

    +
    -
    -
    +

    Returns RenderContext

    +
    -
    -
    +
    y: number
    +

    Returns RenderContext

    +
    -
    -
    +
    style: string
    +

    Returns RenderContext

    +
    -
    -
    +
    style: string
    +

    Returns RenderContext

    +
    -
      - +
        +
      • Parameters

        • -
          Optional f: string | FontInfo
        • +
          Optional f: string | FontInfo
        • -
          Optional size: string | number
        • +
          Optional size: string | number
        • -
          Optional weight: string | number
        • +
          Optional weight: string | number
        • -
          Optional style: string
        -

        Returns RenderContext

    -
    +
    Optional style: string
    +

    Returns RenderContext

    +
    -
    -
    +
    capType: CanvasLineCap
    +

    Returns RenderContext

    +
    -
    -
    +
    dashPattern: number[]
    +

    Returns RenderContext

    +
    -
    -
    +
    width: number
    +

    Returns RenderContext

    +
    -
      - +
        +
      • This is kept for backwards compatibility with 3.0.9.

        @@ -486,51 +486,52 @@

        Deprecated

        use setFont(...) instead since it now support

        Parameters

        • -
          f: string
        -

        Returns RenderContext

    -
    +
    f: string
    +

    Returns RenderContext

    +
    -
    -
    +
    blur: number
    +

    Returns RenderContext

    +
    -
    -
    +
    color: string
    +

    Returns RenderContext

    +
    -
    -
    +
    style: string
    +

    Returns RenderContext

    +
    -
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • fillStyle
  • +
  • font
  • +
  • strokeStyle
  • +
  • CATEGORY
  • +
  • add
  • +
  • arc
  • +
  • beginPath
  • +
  • bezierCurveTo
  • +
  • clear
  • +
  • clearRect
  • +
  • closeGroup
  • +
  • closePath
  • +
  • fill
  • +
  • fillRect
  • +
  • fillText
  • +
  • getFont
  • +
  • lineTo
  • +
  • measureText
  • +
  • moveTo
  • +
  • openGroup
  • +
  • quadraticCurveTo
  • +
  • rect
  • +
  • resize
  • +
  • restore
  • +
  • save
  • +
  • scale
  • +
  • setBackgroundFillStyle
  • +
  • setFillStyle
  • +
  • setFont
  • +
  • setLineCap
  • +
  • setLineDash
  • +
  • setLineWidth
  • +
  • setRawFont
  • +
  • setShadowBlur
  • +
  • setShadowColor
  • +
  • setStrokeStyle
  • +
  • stroke
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Renderer.html b/docs/api/classes/Renderer.html index 296169efc8..b602604ffe 100644 --- a/docs/api/classes/Renderer.html +++ b/docs/api/classes/Renderer.html @@ -1,4 +1,4 @@ -Renderer | vexflow
    +Renderer | vexflow

    Constructors

    -
    +
    -
    +
    backend: number
    +

    Returns Renderer

    Properties

    -
    +
    -
    Backends: typeof RendererBackends = RendererBackends
    -
    +
    Backends: typeof RendererBackends = RendererBackends
    +
    -
    LineEndType: typeof RendererLineEndType = RendererLineEndType
    -
    +
    LineEndType: typeof RendererLineEndType = RendererLineEndType
    +
    -
    lastContext?: RenderContext = undefined
    +
    lastContext?: RenderContext = undefined

    Methods

    -
    +
    -
    -
    +

    Returns RenderContext

    +
    -
      - +
        +
      • Parameters

        • -
          width: number
        • +
          width: number
        • -
          height: number
        -

        Returns Renderer

    -
    +
    height: number
    +

    Returns Renderer

    +
    -
      - +
        +
      • Parameters

        • -
          elementId: string | HTMLCanvasElement | HTMLDivElement
        • +
          elementId: string | HTMLCanvasElement | HTMLDivElement
        • -
          backend: number
        • +
          backend: number
        • -
          width: number
        • +
          width: number
        • -
          height: number
        • +
          height: number
        • -
          background: string = '#FFF'
        -

        Returns RenderContext

    -
    +
    background: string = '#FFF'
    +

    Returns RenderContext

    +
    -
      - +
        +
      • Parameters

        • -
          context: RenderContext
        • +
          context: RenderContext
        • -
          fromX: number
        • +
          fromX: number
        • -
          fromY: number
        • +
          fromY: number
        • -
          toX: number
        • +
          toX: number
        • -
          toY: number
        • +
          toY: number
        • -
          dashPattern: number[]
        +
        dashPattern: number[]

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          elementId: string
        • +
          elementId: string
        • -
          width: number
        • +
          width: number
        • -
          height: number
        • +
          height: number
        • -
          Optional background: string
        -

        Returns RenderContext

    -
    +
    Optional background: string
    +

    Returns RenderContext

    +
    -
      - +
        +
      • Parameters

        • -
          elementId: string
        • +
          elementId: string
        • -
          width: number
        • +
          width: number
        • -
          height: number
        • +
          height: number
        • -
          Optional background: string
        -

        Returns RenderContext

    - +

    Returns RenderContext

    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • Backends
  • +
  • LineEndType
  • +
  • lastContext
  • +
  • getContext
  • +
  • resize
  • +
  • buildContext
  • +
  • drawDashedLine
  • +
  • getCanvasContext
  • +
  • getSVGContext
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/RepeatNote.html b/docs/api/classes/RepeatNote.html index 2a14ebfbf2..fe2f348798 100644 --- a/docs/api/classes/RepeatNote.html +++ b/docs/api/classes/RepeatNote.html @@ -1,4 +1,4 @@ -RepeatNote | vexflow
    +RepeatNote | vexflow
    -
    +
    • vexflow
    • @@ -26,7 +26,7 @@

      Class RepeatNote

    Hierarchy

    @@ -36,223 +36,224 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    glyphProps: GlyphProps
    -
    +
    -
    keyProps: KeyProps[]
    -
    +
    -
    keys: string[]
    -
    +
    -
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }
    +
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }

    Type declaration

    • -
      annotation_spacing: number
    • +
      annotation_spacing: number
    • -
      Optional draw?: boolean
    • +
      Optional draw?: boolean
    • -
      Optional draw_dots?: boolean
    • +
      Optional draw_dots?: boolean
    • -
      Optional draw_stem?: boolean
    • +
      Optional draw_stem?: boolean
    • -
      Optional draw_stem_through_stave?: boolean
    • +
      Optional draw_stem_through_stave?: boolean
    • -
      Optional extend_left?: number
    • +
      Optional extend_left?: number
    • -
      Optional extend_right?: number
    • +
      Optional extend_right?: number
    • -
      font: string
    • +
      font: string
    • -
      glyph_font_scale: number
    • +
      glyph_font_scale: number
    • -
      Optional glyph_font_size?: number
    • +
      Optional glyph_font_size?: number
    • -
      scale: number
    • +
      scale: number
    • -
      stroke_px: number
    • +
      stroke_px: number
    • -
      y_shift: number
    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -261,38 +262,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -301,76 +301,72 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get postFormatted(): boolean
      • Returns boolean

      • -
      • set postFormatted(value: boolean): void
      • +
      • set postFormatted(value): void
      • Set postformatted status.

        @@ -378,17 +374,17 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get preFormatted(): boolean
      • Returns boolean

      • -
      • set preFormatted(value: boolean): void
      • +
      • set preFormatted(value): void
      • Set preformatted status.

        @@ -396,22 +392,22 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw an element.

        Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Deprecated

        Use getGlyphProps() instead.

        Returns any

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
      - +
        +
      • Get the stave line number for rest.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Get the play note, which is arbitrary data that can be used by an audio player.

        -

        Returns undefined | Note

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Get the top and bottom y values of the stem.

        -

        Returns Record<string, number>

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the x coordinate to the left of the note.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x coordinate to the right of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get width of note. Used by the formatter for positioning.

        Returns number

    -
    +
    -
      - +
        +
      • Get x position of this tick context.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x displaced pixels of the note.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get Y positions for this note. Each Y value is associated with an individual pitch/key within the note/chord.

        Returns number[]

    -
    +
    -
      - +
        +
      • Check it has a beam.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to hasStem.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to isDotted.

        Returns boolean

    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        true if this note is a type of rest.

        +
        +

        Returns boolean

        true if this note is a type of rest.

        Rests don't have pitches, but take up space in the score. Subclasses should override this default implementation.

        -
        -

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -1360,31 +1352,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns RepeatNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns RepeatNote

      +

      Returns RepeatNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • True if this note has no duration (e.g., bar notes, spacers, etc.).

        Returns boolean

    -
    +
    + +
      + +
    • +

      Get point for notes.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional size: string
      +

      Returns number

    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • glyphProps
  • +
  • keyProps
  • +
  • keys
  • +
  • render_options
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • postFormatted
  • +
  • preFormatted
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addModifier
  • +
  • addStroke
  • +
  • addToModifierContext
  • +
  • applyStyle
  • +
  • applyTickMultiplier
  • +
  • checkBeam
  • +
  • checkContext
  • +
  • checkModifierContext
  • +
  • checkStave
  • +
  • checkTickContext
  • +
  • draw
  • +
  • drawModifiers
  • +
  • drawWithStyle
  • +
  • getAbsoluteX
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBeam
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getCenterXShift
  • +
  • getContext
  • +
  • getDuration
  • +
  • getFirstDotPx
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getFormatterMetrics
  • +
  • getGlyph
  • +
  • getGlyphProps
  • +
  • getGlyphWidth
  • +
  • getIntrinsicTicks
  • +
  • getKeyProps
  • +
  • getKeys
  • +
  • getLeftDisplacedHeadPx
  • +
  • getLeftParenthesisPx
  • +
  • getLineForRest
  • +
  • getLineNumber
  • +
  • getMetrics
  • +
  • getModifierContext
  • +
  • getModifierStartXY
  • +
  • getModifiers
  • +
  • getModifiersByType
  • +
  • getNoteType
  • +
  • getPlayNote
  • +
  • getRightDisplacedHeadPx
  • +
  • getRightParenthesisPx
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStemDirection
  • +
  • getStemExtents
  • +
  • getStyle
  • +
  • getTickContext
  • +
  • getTickMultiplier
  • +
  • getTicks
  • +
  • getTieLeftX
  • +
  • getTieRightX
  • +
  • getTuplet
  • +
  • getTupletStack
  • +
  • getVoice
  • +
  • getWidth
  • +
  • getX
  • +
  • getXShift
  • +
  • getYForTopText
  • +
  • getYs
  • +
  • hasBeam
  • +
  • hasClass
  • +
  • hasStem
  • +
  • isCenterAligned
  • +
  • isDotted
  • +
  • isRendered
  • +
  • isRest
  • +
  • onRegister
  • +
  • postFormat
  • +
  • preFormat
  • +
  • removeClass
  • +
  • reset
  • +
  • resetFont
  • +
  • resetTuplet
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBeam
  • +
  • setCenterAlignment
  • +
  • setCenterXShift
  • +
  • setContext
  • +
  • setDuration
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGlyph
  • +
  • setGroupStyle
  • +
  • setIgnoreTicks
  • +
  • setIntrinsicTicks
  • +
  • setLeftDisplacedHeadPx
  • +
  • setModifierContext
  • +
  • setPlayNote
  • +
  • setRendered
  • +
  • setRightDisplacedHeadPx
  • +
  • setStave
  • +
  • setStyle
  • +
  • setTickContext
  • +
  • setTuplet
  • +
  • setVoice
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYs
  • +
  • shouldIgnoreTicks
  • +
  • getPoint
  • +
  • plotMetrics
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Repetition.html b/docs/api/classes/Repetition.html index b739b8b0b2..6d0ab49322 100644 --- a/docs/api/classes/Repetition.html +++ b/docs/api/classes/Repetition.html @@ -1,4 +1,4 @@ -Repetition | vexflow
    +Repetition | vexflow
    -
    +
    • vexflow
    • @@ -26,7 +26,7 @@

      Class Repetition

    Hierarchy

    @@ -36,146 +36,146 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    -
    +
    -
    type: {
        CODA_LEFT: number;
        CODA_RIGHT: number;
        DC: number;
        DC_AL_CODA: number;
        DC_AL_FINE: number;
        DS: number;
        DS_AL_CODA: number;
        DS_AL_FINE: number;
        FINE: number;
        NONE: number;
        SEGNO_LEFT: number;
        SEGNO_RIGHT: number;
        TO_CODA: number;
    } = ...
    +
    type: {
        CODA_LEFT: number;
        CODA_RIGHT: number;
        DC: number;
        DC_AL_CODA: number;
        DC_AL_FINE: number;
        DS: number;
        DS_AL_CODA: number;
        DS_AL_FINE: number;
        FINE: number;
        NONE: number;
        SEGNO_LEFT: number;
        SEGNO_RIGHT: number;
        TO_CODA: number;
    } = ...

    Type declaration

    • -
      CODA_LEFT: number
    • +
      CODA_LEFT: number
    • -
      CODA_RIGHT: number
    • +
      CODA_RIGHT: number
    • -
      DC: number
    • +
      DC: number
    • -
      DC_AL_CODA: number
    • +
      DC_AL_CODA: number
    • -
      DC_AL_FINE: number
    • +
      DC_AL_FINE: number
    • -
      DS: number
    • +
      DS: number
    • -
      DS_AL_CODA: number
    • +
      DS_AL_CODA: number
    • -
      DS_AL_FINE: number
    • +
      DS_AL_FINE: number
    • -
      FINE: number
    • +
      FINE: number
    • -
      NONE: number
    • +
      NONE: number
    • -
      SEGNO_LEFT: number
    • +
      SEGNO_LEFT: number
    • -
      SEGNO_RIGHT: number
    • +
      SEGNO_RIGHT: number
    • -
      TO_CODA: number
    +
    TO_CODA: number

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -184,38 +184,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -224,88 +223,84 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    x: number
    +

    Returns Repetition

    +
    -
    -
    +
    x: number
    +

    Returns Repetition

    +
    -
      - +
        +
      • Parameters

        • -
          stave: Stave
        • +
          stave: Stave
        • -
          x: number
        • +
          x: number
        • -
          text: string
        • +
          text: string
        • -
          draw_coda: boolean
        -

        Returns Repetition

    -
    +
    draw_coda: boolean
    +

    Returns Repetition

    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Runs setYShift() for the Glyph object so that it matches the position of line for the Stave provided. A customShift can also be given (measured in the same units @@ -627,19 +621,19 @@

        +
        customShift: number = 0

      Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -719,31 +713,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Repetition

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    x: number
    +

    Returns Repetition

    +
    -
    -
    +
    y: number
    +

    Returns Repetition

    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Repetition

      +

      Returns Repetition

    -
    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • TEXT_FONT
  • +
  • type
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • checkStave
  • +
  • draw
  • +
  • drawCodaFixed
  • +
  • drawSignoFixed
  • +
  • drawSymbolText
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getLayoutMetrics
  • +
  • getPadding
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getX
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • placeGlyphOnLine
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setLayoutMetrics
  • +
  • setPadding
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setShiftX
  • +
  • setShiftY
  • +
  • setStave
  • +
  • setStyle
  • +
  • setWidth
  • +
  • setX
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/RuntimeError.html b/docs/api/classes/RuntimeError.html index e614b49388..7662e96856 100644 --- a/docs/api/classes/RuntimeError.html +++ b/docs/api/classes/RuntimeError.html @@ -1,4 +1,4 @@ -RuntimeError | vexflow
    +RuntimeError | vexflow
    -
    +
    • vexflow
    • @@ -21,7 +21,7 @@

      Class RuntimeError

    Hierarchy

      -
    • Error +
    • Error
      • RuntimeError
    @@ -31,63 +31,63 @@

    Constructors

    -
    +
    -
      - +
        +
      • Parameters

        • -
          code: string
        • +
          code: string
        • -
          message: string = ''
        -

        Returns RuntimeError

      +

      Returns RuntimeError

    Properties

    -
    +
    -
    code: string
    -
    +
    code: string
    +
    -
    message: string
    -
    +
    -
    name: string
    -
    +
    -
    stack?: string
    -
    +
    -
    prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)
    +
    prepareStackTrace?: ((err, stackTraces) => any)

    Type declaration

    Returns any

    -
    +
    -
    stackTraceLimit: number

    Methods

    -
    +
    -
      - +
        +
      • Create .stack property on a target object

        @@ -119,15 +119,16 @@
        • -
          targetObject: object
        • +
          targetObject: object
        • -
          Optional constructorOpt: Function
        +
        Optional constructorOpt: Function

      Returns void

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • code
  • +
  • message
  • +
  • name
  • +
  • stack
  • +
  • prepareStackTrace
  • +
  • stackTraceLimit
  • +
  • captureStackTrace
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/SVGContext.html b/docs/api/classes/SVGContext.html index 481746e35b..8f5d0408f1 100644 --- a/docs/api/classes/SVGContext.html +++ b/docs/api/classes/SVGContext.html @@ -1,4 +1,4 @@ -SVGContext | vexflow
    +SVGContext | vexflow

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    attributes: Attributes
    -
    +
    attributes: Attributes
    +
    -
    backgroundFillStyle: string = 'white'
    -
    +
    backgroundFillStyle: string = 'white'
    +
    -
    element: HTMLElement
    -
    +
    element: HTMLElement
    +
    -
    groups: SVGGElement[]
    -
    +
    groups: SVGGElement[]
    +
    -
    height: number = 0
    -
    +
    height: number = 0
    +
    -
    lineWidth: number
    -
    +
    lineWidth: number
    +
    -
    parent: SVGGElement
    -
    +
    parent: SVGGElement
    +
    -
    path: string
    -
    +
    path: string
    +
    -
    pen: {
        x: number;
        y: number;
    }
    +
    pen: {
        x: number;
        y: number;
    }

    Type declaration

    • -
      x: number
    • +
      x: number
    • -
      y: number
    -
    +
    y: number
    +
    -
    shadow_attributes: Attributes
    -
    +
    shadow_attributes: Attributes
    +
    -
    state: Attributes
    -
    +
    state: Attributes
    +
    -
    state_stack: State[]
    -
    +
    state_stack: State[]
    +
    -
    svg: SVGSVGElement
    -
    +
    svg: SVGSVGElement
    +
    -
    width: number = 0
    +
    width: number = 0

    Accessors

    -
    +
    -
      -
    • get fillStyle(): string | CanvasGradient | CanvasPattern
    • +
        +
      • get fillStyle(): string | CanvasGradient | CanvasPattern
      • -

        Returns string | CanvasGradient | CanvasPattern

      • -
      • set fillStyle(style: string | CanvasGradient | CanvasPattern): void
      • +
      • set fillStyle(style): void
      • Parameters

        • -
          style: string | CanvasGradient | CanvasPattern
        +
        style: string | CanvasGradient | CanvasPattern

      Returns void

    -
    +
    -
      +
      • get font(): string
      • Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Parameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get strokeStyle(): string | CanvasGradient | CanvasPattern
    • +
        +
      • get strokeStyle(): string | CanvasGradient | CanvasPattern
      • -

        Returns string | CanvasGradient | CanvasPattern

      • -
      • set strokeStyle(style: string | CanvasGradient | CanvasPattern): void
      • +
      • set strokeStyle(style): void
      • Parameters

        • -
          style: string | CanvasGradient | CanvasPattern
        +
        style: string | CanvasGradient | CanvasPattern

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
      - +
        +
      • Parameters

        • -
          elem: SVGElement
        +
        elem: SVGElement

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          element: SVGElement
        • +
          element: SVGElement
        • -
          attributes: Attributes
        -

        Returns SVGElement

    -
    +
    attributes: Attributes
    +

    Returns SVGElement

    +
    -
      - +
        +
      • Parameters

        • -
          x: number
        • +
          x: number
        • -
          y: number
        • +
          y: number
        • -
          radius: number
        • +
          radius: number
        • -
          startAngle: number
        • +
          startAngle: number
        • -
          endAngle: number
        • +
          endAngle: number
        • -
          counterclockwise: boolean
        -

        Returns SVGContext

      +

      Returns SVGContext

    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          x1: number
        • +
          x1: number
        • -
          y1: number
        • +
          y1: number
        • -
          x2: number
        • +
          x2: number
        • -
          y2: number
        • +
          y2: number
        • -
          x: number
        • +
          x: number
        • -
          y: number
        -

        Returns SVGContext

      +

      Returns SVGContext

    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          x: number
        • +
          x: number
        • -
          y: number
        • +
          y: number
        • -
          width: number
        • +
          width: number
        • -
          height: number
        -

        Returns SVGContext

      +

      Returns SVGContext

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - + +

      Returns SVGGElement

      +
    • Parameters

      • -
        svgElementType: "path"
      -

      Returns SVGPathElement

    • - +
      svgElementType: "path"
    +

    Returns SVGPathElement

    +
  • Parameters

    • -
      svgElementType: "rect"
    -

    Returns SVGRectElement

  • - +
    svgElementType: "rect"
    +

    Returns SVGRectElement

    +
  • Parameters

    • -
      svgElementType: "svg"
    -

    Returns SVGSVGElement

  • - +
    svgElementType: "svg"
    +

    Returns SVGSVGElement

    +
  • Parameters

    • -
      svgElementType: "text"
    -

    Returns SVGTextElement

  • - +
    svgElementType: "text"
    +

    Returns SVGTextElement

    +
  • Parameters

    • -
      svgElementType: string
    -

    Returns SVGElement

  • -
    +
    svgElementType: string
    +

    Returns SVGElement

    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          x: number
        • +
          x: number
        • -
          y: number
        • +
          y: number
        • -
          width: number
        • +
          width: number
        • -
          height: number
        -

        Returns SVGContext

      +

      Returns SVGContext

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return a string of the form 'italic bold 15pt Arial'

        Returns string

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          Optional cls: string
        • +
          Optional cls: string
        • -
          Optional id: string
        • +
          Optional id: string
        • -
          Optional attrs: GroupAttributes
        -

        Returns SVGGElement

      +

      Returns SVGGElement

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Used to set the fill color for clearRect(). This allows us to simulate cutting a "hole" into the SVG drawing.

        @@ -594,103 +594,100 @@
        • -
          style: string
        -

        Returns SVGContext

      +

      Returns SVGContext

    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          Optional f: string | FontInfo
          +
          Optional f: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900). It is inserted into the font-weight attribute (e.g., font-weight="bold")

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal') that is inserted into the font-style attribute (e.g., font-style="italic")

        -

        Returns SVGContext

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • -
        -

        Returns

        this

        -
        +

        Parameters

        • -
          blur: number
          +
          blur: number

          A non-negative float specifying the level of shadow blur, where 0 represents no blur and larger numbers represent increasingly more blur.

        -

        Returns SVGContext

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • attributes
  • +
  • backgroundFillStyle
  • +
  • element
  • +
  • groups
  • +
  • height
  • +
  • lineWidth
  • +
  • parent
  • +
  • path
  • +
  • pen
  • +
  • shadow_attributes
  • +
  • state
  • +
  • state_stack
  • +
  • svg
  • +
  • width
  • +
  • fillStyle
  • +
  • font
  • +
  • strokeStyle
  • +
  • CATEGORY
  • +
  • add
  • +
  • applyAttributes
  • +
  • arc
  • +
  • beginPath
  • +
  • bezierCurveTo
  • +
  • clear
  • +
  • clearRect
  • +
  • closeGroup
  • +
  • closePath
  • +
  • create
  • +
  • fill
  • +
  • fillRect
  • +
  • fillText
  • +
  • getFont
  • +
  • lineTo
  • +
  • measureText
  • +
  • moveTo
  • +
  • openGroup
  • +
  • quadraticCurveTo
  • +
  • rect
  • +
  • resize
  • +
  • restore
  • +
  • save
  • +
  • scale
  • +
  • setBackgroundFillStyle
  • +
  • setFillStyle
  • +
  • setFont
  • +
  • setLineCap
  • +
  • setLineDash
  • +
  • setLineWidth
  • +
  • setRawFont
  • +
  • setShadowBlur
  • +
  • setShadowColor
  • +
  • setStrokeStyle
  • +
  • setViewBox
  • +
  • stroke
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Stave.html b/docs/api/classes/Stave.html index edc80f7461..b614ff6d49 100644 --- a/docs/api/classes/Stave.html +++ b/docs/api/classes/Stave.html @@ -1,4 +1,4 @@ -Stave | vexflow
    +Stave | vexflow
    -
    +
    • vexflow
    • @@ -26,11 +26,11 @@

      Class Stave

    Hierarchy

    +
  • TabStave
  • @@ -38,164 +38,164 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    options: Required<StaveOptions>
    -
    +
    options: Required<StaveOptions>
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -204,38 +204,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -244,93 +243,89 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -
      +
      • get defaultPadding(): number
      • Returns number

    -
    +
    -
      +
      • get rightPadding(): number
      • Returns number

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Add a clef to the stave.

        Example:

        stave.addClef('treble')

        - -

        Returns

        +

        Parameters

        • -
          clef: string
          -

          clef (treble|bass|...) see types

          +
          clef: string
          +

          clef (treble|bass|...) see types

        • -
          Optional size: string
        • +
          Optional size: string
        • -
          Optional annotation: string
        • +
          Optional annotation: string
        • -
          Optional position: number
        -

        Returns Stave

    -
    +
    Optional position: number
    +

    Returns Stave

    +
    -
      - +
        +
      • Parameters

        • -
          clef: string
        • +
          clef: string
        • -
          Optional size: string
        • +
          Optional size: string
        • -
          Optional annotation: string
        -

        Returns Stave

    -
    +
    Optional annotation: string
    +

    Returns Stave

    +
    -
    -
    +
    modifier: StaveModifier
    +

    Returns Stave

    +
    -
      - +
        +
      • Parameters

        • -
          timeSpec: string
        • +
          timeSpec: string
        • -
          Optional customPadding: number
        -

        Returns Stave

    -
    +
    Optional customPadding: number
    +

    Returns Stave

    +
    -
      - +
        +
      • Add a key signature to the stave.

        Example: stave.addKeySignature('Db');

        - -

        Returns

        +

        Parameters

        • -
          keySpec: string
          +
          keySpec: string

          new key specification [A-G][b|#]?

        • -
          Optional cancelKeySpec: string
        • +
          Optional cancelKeySpec: string
        • -
          Optional position: number
        -

        Returns Stave

    -
    +
    Optional position: number
    +

    Returns Stave

    +
    -
    -
    +
    Optional position: number
    +

    Returns Stave

    +
    -
      - +
        +
      • Add a time signature to the stave

        Example:

        stave.addTimeSignature('4/4');

        - -

        Returns

        +

        Parameters

        • -
          timeSpec: string
          +
          timeSpec: string

          time signature specification (C\||C|\d/\d)

        • -
          Optional customPadding: number
        • +
          Optional customPadding: number
        • -
          Optional position: number
        -

        Returns Stave

    -
    +
    Optional position: number
    +

    Returns Stave

    +
    -
    -
    +

    Returns Stave

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Returns string

    -
    +
    -
    -
    +

    Returns StaveLineConfig[]

    An array of configuration objects.

    +
    +
    -
    -
    +
    -
    -
    +

    Returns ElementStyle

    +
    -
      - +
        +
      • Returns undefined | string

    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          y: number
        +
        y: number

      Returns number

    -
    +
    -
      - +
        +
      • Return the measure number of this Stave.

        Returns number

    -
    +
    -
      - +
        +
      • Gets the pixels to shift from the beginning of the stave following the modifier at the provided index

        - -

        Returns

        The amount of pixels shifted

        Parameters

        • -
          index: number = 0
          +
          index: number = 0

          The index from which to determine the shift

        -

        Returns number

    -
    +

    Returns number

    The amount of pixels shifted

    +
    +
    -
      - +
        +
      • -
        -

        Returns

        array of StaveModifiers that match the provided position and category.

        -
        +

        Parameters

        • -
          Optional position: number
        • +
          Optional position: number
        • -
          Optional category: string
        -

        Returns StaveModifier[]

    -
    +
    Optional category: string
    +

    Returns StaveModifier[]

    array of StaveModifiers that match the provided position and category.

    +
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          line: number = 0
        +
        line: number = 0

      Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        the y for the center of a staff line

        -
        +

        Parameters

        • -
          line: number
        -

        Returns number

    -
    +
    line: number
    +

    Returns number

    the y for the center of a staff line

    +
    +
    -
      - +
        +
      • Parameters

        • -
          line: number
        +
        line: number

      Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          line: number = 0
        +
        line: number = 0

      Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          type: number
        -

        Returns Stave

    -
    +
    type: number
    +

    Returns Stave

    +
    -
      - +
        +
      • Parameters

        • -
          clefSpec: string
        • +
          clefSpec: string
        • -
          Optional size: string
        • +
          Optional size: string
        • -
          Optional annotation: string
        • +
          Optional annotation: string
        • -
          Optional position: number
        -

        Returns Stave

    -
    +
    Optional position: number
    +

    Returns Stave

    +
    -
      - +
        +
      • Configure properties of the lines in the Stave

        @@ -994,18 +981,18 @@

        Throws

        RuntimeError "StaveConfigError" When the specified l

        Parameters

        • -
          line_number: number
          +
          line_number: number

          The index of the line to configure.

        • -
          line_config: StaveLineConfig
          +
          line_config: StaveLineConfig

          An configuration object for the specified line.

        -

        Returns Stave

    -
    +

    Returns Stave

    +
    -
      - +
        +
      • Set the staff line configuration array for all of the lines at once.

        @@ -1017,16 +1004,16 @@

        Throws

        RuntimeError "StaveConfigError" When the lines_confi

        Parameters

        • -
          lines_configuration: StaveLineConfig[]
          +
          lines_configuration: StaveLineConfig[]

          An array of line configuration objects. These objects are of the same format as the single one passed in to setLineConfiguration(). The caller can set null for any line config entry if it is desired that the default be used

        -

        Returns Stave

    -
    +

    Returns Stave

    +
    -
    -
    +
    -
      - +
        +
      • Set default style for ledger lines.

        @@ -1048,64 +1035,64 @@

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          type: number
        -

        Returns Stave

    -
    +
    type: number
    +

    Returns Stave

    +
    -
      - +
        +
      • Parameters

        • -
          clefSpec: string
        • +
          clefSpec: string
        • -
          Optional size: string
        • +
          Optional size: string
        • -
          Optional annotation: string
        -

        Returns Stave

    -
    +
    Optional annotation: string
    +

    Returns Stave

    +
    -
      - +
        +
      • Parameters

        • -
          keySpec: string
        • +
          keySpec: string
        • -
          Optional cancelKeySpec: string
        -

        Returns Stave

    -
    +
    Optional cancelKeySpec: string
    +

    Returns Stave

    +
    -
      - +
        +
      • Parameters

        • -
          timeSpec: string
        • +
          timeSpec: string
        • -
          Optional customPadding: number
        -

        Returns Stave

    -
    +
    Optional customPadding: number
    +

    Returns Stave

    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -1115,31 +1102,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Stave

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          keySpec: string
        • +
          keySpec: string
        • -
          Optional cancelKeySpec: string
        • +
          Optional cancelKeySpec: string
        • -
          Optional position: number
        -

        Returns Stave

    -
    +
    Optional position: number
    +

    Returns Stave

    +
    -
    -
    +
    measure: number
    +

    Returns Stave

    +
    -
      - +
        +
      • Parameters

        • -
          x: number
        -

        Returns Stave

    -
    +
    x: number
    +

    Returns Stave

    +
    -
      - +
        +
      • Parameters

        • -
          n: number
        -

        Returns Stave

    -
    +
    n: number
    +

    Returns Stave

    +
    -
    -
    +
    -
    -
    +
    yShift: number = 0
    +

    Returns Stave

    +
    -
      - +
        +
      • Parameters

        • -
          section: string
        • +
          section: string
        • -
          y: number
        • +
          y: number
        • -
          xOffset: number = 0
        • +
          xOffset: number = 0
        • -
          Optional fontSize: number
        • +
          Optional fontSize: number
        • -
          drawRect: boolean = true
        -

        Returns Stave

    -
    +
    drawRect: boolean = true
    +

    Returns Stave

    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Stave

      +

      Returns Stave

    -
    +
    -
    -
    +
    y: number
    +

    Returns Stave

    +
    -
      - +
        +
      • Parameters

        • -
          text: string
        • +
          text: string
        • -
          position: number
        • +
          position: number
        • -
          options: {
              justification?: number;
              shift_x?: number;
              shift_y?: number;
          } = {}
          +
          options: {
              justification?: number;
              shift_x?: number;
              shift_y?: number;
          } = {}
          • -
            Optional justification?: number
          • +
            Optional justification?: number
          • -
            Optional shift_x?: number
          • +
            Optional shift_x?: number
          • -
            Optional shift_y?: number
        -

        Returns Stave

    -
    +
    Optional shift_y?: number
    +

    Returns Stave

    +
    -
      - +
        +
      • Parameters

        • -
          timeSpec: string
        • +
          timeSpec: string
        • -
          Optional customPadding: number
        • +
          Optional customPadding: number
        • -
          Optional position: number
        -

        Returns Stave

    -
    +
    Optional position: number
    +

    Returns Stave

    +
    -
      - +
        +
      • Parameters

        • -
          type: number
        • +
          type: number
        • -
          number_t: string
        • +
          number_t: string
        • -
          y: number
        -

        Returns Stave

    -
    +
    y: number
    +

    Returns Stave

    +
    -
      - +
        +
      • Parameters

        • -
          width: number
        -

        Returns Stave

    -
    +
    width: number
    +

    Returns Stave

    +
    -
      - +
        +
      • Parameters

        • -
          x: number
        -

        Returns Stave

    -
    +
    x: number
    +

    Returns Stave

    +
    -
      - +
        +
      • Parameters

        • -
          y: number
        -

        Returns Stave

    -
    +
    y: number
    +

    Returns Stave

    +
    -
      - +
        +
      • Use the modifier's getCategory() as a key for the order array. The retrieved value is used to sort modifiers from left to right (0 to to 3).

        @@ -1396,36 +1383,37 @@
        +
        order: Record<string, number>

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          spacing: number
        +
        spacing: number

      Returns number

    -
    +
    -
      - +
        +
      • Parameters

        +
        staves: Stave[]

      Returns void

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • options
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • defaultPadding
  • +
  • rightPadding
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addClef
  • +
  • addEndClef
  • +
  • addEndModifier
  • +
  • addEndTimeSignature
  • +
  • addKeySignature
  • +
  • addModifier
  • +
  • addTimeSignature
  • +
  • addTrebleGlyph
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • format
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBottomLineBottomY
  • +
  • getBottomLineY
  • +
  • getBottomY
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getClef
  • +
  • getConfigForLines
  • +
  • getContext
  • +
  • getDefaultLedgerLineStyle
  • +
  • getEndClef
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getHeight
  • +
  • getLineForY
  • +
  • getMeasure
  • +
  • getModifierXShift
  • +
  • getModifiers
  • +
  • getNoteEndX
  • +
  • getNoteStartX
  • +
  • getNumLines
  • +
  • getSVGElement
  • +
  • getSpacingBetweenLines
  • +
  • getStyle
  • +
  • getTieEndX
  • +
  • getTieStartX
  • +
  • getTopLineTopY
  • +
  • getVerticalBarWidth
  • +
  • getWidth
  • +
  • getX
  • +
  • getY
  • +
  • getYForBottomText
  • +
  • getYForGlyphs
  • +
  • getYForLine
  • +
  • getYForNote
  • +
  • getYForTopText
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • resetLines
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBegBarType
  • +
  • setClef
  • +
  • setConfigForLine
  • +
  • setConfigForLines
  • +
  • setContext
  • +
  • setDefaultLedgerLineStyle
  • +
  • setEndBarType
  • +
  • setEndClef
  • +
  • setEndKeySignature
  • +
  • setEndTimeSignature
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setKeySignature
  • +
  • setMeasure
  • +
  • setNoteStartX
  • +
  • setNumLines
  • +
  • setRendered
  • +
  • setRepetitionType
  • +
  • setSection
  • +
  • setStyle
  • +
  • setTempo
  • +
  • setText
  • +
  • setTimeSignature
  • +
  • setVoltaType
  • +
  • setWidth
  • +
  • setX
  • +
  • setY
  • +
  • sortByCategory
  • +
  • space
  • +
  • formatBegModifiers
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/StaveConnector.html b/docs/api/classes/StaveConnector.html index 4701b7b278..f871093ef4 100644 --- a/docs/api/classes/StaveConnector.html +++ b/docs/api/classes/StaveConnector.html @@ -1,4 +1,4 @@ -StaveConnector | vexflow
    +StaveConnector | vexflow

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    bottom_stave: Stave
    -
    +
    bottom_stave: Stave
    +
    -
    thickness: number
    -
    +
    thickness: number
    +
    -
    top_stave: Stave
    -
    +
    top_stave: Stave
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    -
    +
    -
    type: Record<string, 0 | 1 | 2 | 6 | 3 | 4 | 5 | 8 | 7> = ...
    +
    type: Record<string, 0 | 1 | 2 | 6 | 3 | 4 | 5 | 8 | 7> = ...

    SINGLE_LEFT and SINGLE are the same value for compatibility with older versions of vexflow which didn't have right sided stave connectors.

    -
    +
    -
    typeString: Record<"singleRight" | "singleLeft" | "single" | "double" | "brace" | "bracket" | "boldDoubleLeft" | "boldDoubleRight" | "thinDouble" | "none", 0 | 1 | 2 | 6 | 3 | 4 | 5 | 8 | 7> = ...
    +
    typeString: Record<"singleRight" | "singleLeft" | "single" | "double" | "brace" | "bracket" | "boldDoubleLeft" | "boldDoubleRight" | "thinDouble" | "none", 0 | 1 | 2 | 6 | 3 | 4 | 5 | 8 | 7> = ...

    Connector type:

    • "singleRight"
    • @@ -149,16 +149,16 @@

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -167,38 +167,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -207,81 +206,77 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Render connector and associated text.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get type.

        - -

        Returns

        number type

        -

        Returns number

    -
    +

    Returns number

    number type

    +
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -582,31 +575,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns StaveConnector

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns StaveConnector

      +

      Returns StaveConnector

    -
    +
    -
    -
    +
    Optional shift_y?: number
    +

    Returns StaveConnector

    +
    -
    -
    +

    Returns StaveConnector

    +
    -
    - +

    Returns StaveConnector

    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • bottom_stave
  • +
  • thickness
  • +
  • top_stave
  • +
  • TEXT_FONT
  • +
  • type
  • +
  • typeString
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getSVGElement
  • +
  • getStyle
  • +
  • getType
  • +
  • getXShift
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setRendered
  • +
  • setStyle
  • +
  • setText
  • +
  • setType
  • +
  • setXShift
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/StaveHairpin.html b/docs/api/classes/StaveHairpin.html index 4aad197cad..68854883ff 100644 --- a/docs/api/classes/StaveHairpin.html +++ b/docs/api/classes/StaveHairpin.html @@ -1,4 +1,4 @@ -StaveHairpin | vexflow
    +StaveHairpin | vexflow

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    -
    +
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    -
    +
    -
    type: {
        CRESC: number;
        DECRESC: number;
    } = ...
    +
    type: {
        CRESC: number;
        DECRESC: number;
    } = ...

    Type declaration

    • -
      CRESC: number
    • +
      CRESC: number
    • -
      DECRESC: number
    +
    DECRESC: number

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -160,38 +160,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -200,81 +199,77 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw an element.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          params: {
              first_x: number;
              first_y: number;
              last_x: number;
              last_y: number;
              staff_height: number;
          }
          +
          params: {
              first_x: number;
              first_y: number;
              last_x: number;
              last_y: number;
              staff_height: number;
          }
          • -
            first_x: number
          • +
            first_x: number
          • -
            first_y: number
          • +
            first_y: number
          • -
            last_x: number
          • +
            last_x: number
          • -
            last_y: number
          • +
            last_y: number
          • -
            staff_height: number
        +
        staff_height: number

    Returns void

    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -581,31 +575,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns StaveHairpin

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +

    Returns StaveHairpin

    +
    -
    -
    +
    position: number
    +

    Returns StaveHairpin

    +
    -
    -
    +
    options: StaveHairpinRenderOptions
    +

    Returns StaveHairpin

    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns StaveHairpin

      +

      Returns StaveHairpin

    -
    +
    -
      - +
        +
      • Parameters

        • -
          ctx: RenderContext
        • +
          ctx: RenderContext
        • -
          formatter: {
              pixelsPerTick: number;
          }
          +
          formatter: {
              pixelsPerTick: number;
          }
          • -
            pixelsPerTick: number
        • +
          pixelsPerTick: number
      • -
        notes: Record<string, Note>
      • +
        notes: Record<string, Note>
      • -
        type: number
      • +
        type: number
      • -
        position: number
      • +
        position: number
      • -
        options: StaveHairpinRenderOptions
      +
      options: StaveHairpinRenderOptions

    Returns void

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • render_options
  • +
  • TEXT_FONT
  • +
  • type
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getSVGElement
  • +
  • getStyle
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • renderHairpin
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setNotes
  • +
  • setPosition
  • +
  • setRenderOptions
  • +
  • setRendered
  • +
  • setStyle
  • +
  • FormatByTicksAndDraw
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/StaveLine.html b/docs/api/classes/StaveLine.html index 74322f5a9c..5a8ddeccb0 100644 --- a/docs/api/classes/StaveLine.html +++ b/docs/api/classes/StaveLine.html @@ -1,4 +1,4 @@ -StaveLine | vexflow
    +StaveLine | vexflow

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    render_options: {
        arrowhead_angle: number;
        arrowhead_length: number;
        color?: string;
        draw_end_arrow: boolean;
        draw_start_arrow: boolean;
        line_dash?: number[];
        line_width: number;
        padding_left: number;
        padding_right: number;
        rounded_end: boolean;
        text_justification: number;
        text_position_vertical: number;
    }
    +
    render_options: {
        arrowhead_angle: number;
        arrowhead_length: number;
        color?: string;
        draw_end_arrow: boolean;
        draw_start_arrow: boolean;
        line_dash?: number[];
        line_width: number;
        padding_left: number;
        padding_right: number;
        rounded_end: boolean;
        text_justification: number;
        text_position_vertical: number;
    }

    Type declaration

    • -
      arrowhead_angle: number
    • +
      arrowhead_angle: number
    • -
      arrowhead_length: number
    • +
      arrowhead_length: number
    • -
      Optional color?: string
    • +
      Optional color?: string
    • -
      draw_end_arrow: boolean
    • +
      draw_end_arrow: boolean
    • -
      draw_start_arrow: boolean
    • +
      draw_start_arrow: boolean
    • -
      Optional line_dash?: number[]
    • +
      Optional line_dash?: number[]
    • -
      line_width: number
    • +
      line_width: number
    • -
      padding_left: number
    • +
      padding_left: number
    • -
      padding_right: number
    • +
      padding_right: number
    • -
      rounded_end: boolean
    • +
      rounded_end: boolean
    • -
      text_justification: number
    • +
      text_justification: number
    • -
      text_position_vertical: number
    -
    +
    text_position_vertical: number
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default text font.

    -
    +
    -
    TextJustification: typeof TextJustification = TextJustification
    -
    +
    TextJustification: typeof TextJustification = TextJustification
    +
    -
    TextVerticalPosition: {
        BOTTOM: number;
        TOP: number;
    } = ...
    +
    TextVerticalPosition: {
        BOTTOM: number;
        TOP: number;
    } = ...

    Type declaration

    • -
      BOTTOM: number
    • +
      BOTTOM: number
    • -
      TOP: number
    +
    TOP: number

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -176,38 +176,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -216,81 +215,77 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -587,31 +581,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns StaveLine

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    notes: StaveLineNotes
    +

    Returns StaveLine

    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns StaveLine

      +

      Returns StaveLine

    -
    +
    -
    - +

    Returns StaveLine

    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • render_options
  • +
  • TEXT_FONT
  • +
  • TextJustification
  • +
  • TextVerticalPosition
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyFontStyle
  • +
  • applyLineStyle
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getSVGElement
  • +
  • getStyle
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setNotes
  • +
  • setRendered
  • +
  • setStyle
  • +
  • setText
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/StaveModifier.html b/docs/api/classes/StaveModifier.html index 0e69eb5c2c..4cf6c3539d 100644 --- a/docs/api/classes/StaveModifier.html +++ b/docs/api/classes/StaveModifier.html @@ -1,4 +1,4 @@ -StaveModifier | vexflow
    +StaveModifier | vexflow
    @@ -46,99 +46,99 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -147,38 +147,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -187,87 +186,83 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -
    +

    Returns typeof StaveModifierPosition

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +

    Returns Stave

    +
    -
    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +

    Returns undefined | LayoutMetrics

    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • -

        Returns undefined | Stave

    -
    +

    Returns undefined | Stave

    +
    -
    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
        +
      • Runs setYShift() for the Glyph object so that it matches the position of line for the Stave provided. A customShift can also be given (measured in the same units @@ -537,18 +531,18 @@

        +
        customShift: number = 0

      Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -628,31 +622,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns StaveModifier

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    layoutMetrics: LayoutMetrics
    +

    Returns StaveModifier

    +
    -
    -
    +
    padding: number
    +

    Returns StaveModifier

    +
    -
    -
    +
    position: number
    +

    Returns StaveModifier

    +
    -
    -
    +
    -
    -
    +
    stave: Stave
    +

    Returns StaveModifier

    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns StaveModifier

      +

      Returns StaveModifier

    -
    +
    -
    -
    +
    width: number
    +

    Returns StaveModifier

    +
    -
    - +

    Returns StaveModifier

    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • checkStave
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getLayoutMetrics
  • +
  • getPadding
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getX
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • placeGlyphOnLine
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setLayoutMetrics
  • +
  • setPadding
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setStave
  • +
  • setStyle
  • +
  • setWidth
  • +
  • setX
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/StaveNote.html b/docs/api/classes/StaveNote.html index 2ec49b4db7..39e77ae850 100644 --- a/docs/api/classes/StaveNote.html +++ b/docs/api/classes/StaveNote.html @@ -1,4 +1,4 @@ -StaveNote | vexflow
    +StaveNote | vexflow
    -
    +
    • vexflow
    • @@ -26,11 +26,11 @@

      Class StaveNote

    Hierarchy

    +
  • GraceNote
  • @@ -38,291 +38,292 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    glyphProps: GlyphProps
    -
    +
    -
    keyProps: KeyProps[]
    -
    +
    -
    keys: string[]
    -
    +
    -
    maxLine: number = 0
    -
    +
    maxLine: number = 0
    +
    -
    minLine: number = 0
    -
    +
    minLine: number = 0
    +
    -
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }
    +
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }

    Type declaration

    • -
      annotation_spacing: number
    • +
      annotation_spacing: number
    • -
      Optional draw?: boolean
    • +
      Optional draw?: boolean
    • -
      Optional draw_dots?: boolean
    • +
      Optional draw_dots?: boolean
    • -
      Optional draw_stem?: boolean
    • +
      Optional draw_stem?: boolean
    • -
      Optional draw_stem_through_stave?: boolean
    • +
      Optional draw_stem_through_stave?: boolean
    • -
      Optional extend_left?: number
    • +
      Optional extend_left?: number
    • -
      Optional extend_right?: number
    • +
      Optional extend_right?: number
    • -
      font: string
    • +
      font: string
    • -
      glyph_font_scale: number
    • +
      glyph_font_scale: number
    • -
      Optional glyph_font_size?: number
    • +
      Optional glyph_font_size?: number
    • -
      scale: number
    • +
      scale: number
    • -
      stroke_px: number
    • +
      stroke_px: number
    • -
      y_shift: number
    -
    +
    -
    stem?: Stem
    -
    +
    -
    stem_direction?: number
    -
    +
    -
    DEBUG: boolean = false
    -
    +
    DEBUG: boolean = false
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -331,38 +332,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -371,91 +371,87 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
    -
    +

    Returns NoteHead[]

    +
    -
      -
    • get note_heads(): NoteHead[]
    • +
        +
      • get note_heads(): NoteHead[]
      • Deprecated

        use StaveNote.noteHeads instead.

        -

        Returns NoteHead[]

    -
    +

    Returns NoteHead[]

    +
    -
      +
      • get postFormatted(): boolean
      • Returns boolean

      • -
      • set postFormatted(value: boolean): void
      • +
      • set postFormatted(value): void
      • Set postformatted status.

        @@ -463,17 +459,17 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get preFormatted(): boolean
      • Returns boolean

      • -
      • set preFormatted(value: boolean): void
      • +
      • set preFormatted(value): void
      • Set preformatted status.

        @@ -481,52 +477,52 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -
      +
      • get LEDGER_LINE_OFFSET(): number
      • Returns number

    -
    +
    -
      +
      • get STEM_DOWN(): number
      • Deprecated

        Use Stem.DOWN.

        Returns number

    -
    +
    -
      +
      • get STEM_UP(): number
      • Deprecated

        Use Stem.UP.

        Returns number

    -
    +
    -
      +
      • get minNoteheadPadding(): number
      • Returns number

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          category: string = 'flag'
        +
        category: string = 'flag'

      Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Parameters

        +
        noteheadParam: NoteHead

      Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +

    Returns undefined | ElementStyle

    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Deprecated

        Use getGlyphProps() instead.

        Returns any

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +

    Returns ElementStyle

    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    - +

    Returns {
        x: number;
        y: number;
    }

    • -
      x: number
    • +
      x: number
    • -
      y: number
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    + +

    Returns StaveNoteHeadBounds

    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Get the play note, which is arbitrary data that can be used by an audio player.

        -

        Returns undefined | Note

    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Primarily used as the scaling factor for grace notes, GraceNote will return the required scale.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Override stemmablenote stem extension to adjust for distance from middle line.

        Returns number

    -
    +
    -
      - +
        +
      • Get the top and bottom y values of the stem.

        -

        Returns {
            baseY: number;
            topY: number;
        }

        +

        Returns {
            baseY: number;
            topY: number;
        }

        • -
          baseY: number
        • +
          baseY: number
        • -
          topY: number
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +

    Returns undefined | ElementStyle

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the x coordinate to the left of the note.

        Returns number

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Get width of note. Used by the formatter for positioning.

        Returns number

    -
    +
    -
      - +
        +
      • Get x position of this tick context.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x displaced pixels of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get Y positions for this note. Each Y value is associated with an individual pitch/key within the note/chord.

        Returns number[]

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns boolean

    -
    +
    -
      - +
        +
      • Returns boolean

    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • -
        -

        Returns

        true if this note is a type of rest. Rests don't have pitches, but take up space in the score.

        -
        -

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -1738,31 +1729,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns StaveNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        • +
          index: number
        • -
          line: number
        -

        Returns StaveNote

    -
    +
    line: number
    +

    Returns StaveNote

    +
    -
    -
    +
    style: ElementStyle
    +

    Returns StaveNote

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          displaced: boolean
        -

        Returns StaveNote

    -
    +
    displaced: boolean
    +

    Returns StaveNote

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    style: ElementStyle
    +

    Returns StaveNote

    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns StaveNote

      +

      Returns StaveNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns boolean

    -
    +
    -
      - +
        +
      • True if this note has no duration (e.g., bar notes, spacers, etc.).

        Returns boolean

    -
    +
    -
    -
    +
    + +
      + +
    • +

      Get point for notes.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional size: string
      +

      Returns number

    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        +
        notes: Note[]

      Returns boolean

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • glyphProps
  • +
  • keyProps
  • +
  • keys
  • +
  • maxLine
  • +
  • minLine
  • +
  • render_options
  • +
  • stem
  • +
  • stem_direction
  • +
  • DEBUG
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • noteHeads
  • +
  • note_heads
  • +
  • postFormatted
  • +
  • preFormatted
  • +
  • CATEGORY
  • +
  • LEDGER_LINE_OFFSET
  • +
  • STEM_DOWN
  • +
  • STEM_UP
  • +
  • minNoteheadPadding
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addModifier
  • +
  • addStroke
  • +
  • addToModifierContext
  • +
  • applyStyle
  • +
  • applyTickMultiplier
  • +
  • autoStem
  • +
  • buildFlag
  • +
  • buildNoteHeads
  • +
  • buildStem
  • +
  • calcNoteDisplacements
  • +
  • calculateKeyProps
  • +
  • calculateOptimalStemDirection
  • +
  • checkBeam
  • +
  • checkContext
  • +
  • checkModifierContext
  • +
  • checkStave
  • +
  • checkStem
  • +
  • checkTickContext
  • +
  • draw
  • +
  • drawFlag
  • +
  • drawLedgerLines
  • +
  • drawModifiers
  • +
  • drawNoteHeads
  • +
  • drawStem
  • +
  • drawWithStyle
  • +
  • getAbsoluteX
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBaseCustomNoteHeadGlyphProps
  • +
  • getBeam
  • +
  • getBeamCount
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getCenterGlyphX
  • +
  • getCenterXShift
  • +
  • getContext
  • +
  • getDuration
  • +
  • getFirstDotPx
  • +
  • getFlagStyle
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getFormatterMetrics
  • +
  • getGlyph
  • +
  • getGlyphProps
  • +
  • getGlyphWidth
  • +
  • getIntrinsicTicks
  • +
  • getKeyLine
  • +
  • getKeyProps
  • +
  • getKeys
  • +
  • getLedgerLineStyle
  • +
  • getLeftDisplacedHeadPx
  • +
  • getLeftParenthesisPx
  • +
  • getLineForRest
  • +
  • getLineNumber
  • +
  • getMetrics
  • +
  • getModifierContext
  • +
  • getModifierStartXY
  • +
  • getModifiers
  • +
  • getModifiersByType
  • +
  • getNoteHeadBeginX
  • +
  • getNoteHeadBounds
  • +
  • getNoteHeadEndX
  • +
  • getNoteType
  • +
  • getPlayNote
  • +
  • getRightDisplacedHeadPx
  • +
  • getRightParenthesisPx
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStaveNoteScale
  • +
  • getStem
  • +
  • getStemDirection
  • +
  • getStemExtension
  • +
  • getStemExtents
  • +
  • getStemLength
  • +
  • getStemMinimumLength
  • +
  • getStemStyle
  • +
  • getStemX
  • +
  • getStyle
  • +
  • getTickContext
  • +
  • getTickMultiplier
  • +
  • getTicks
  • +
  • getTieLeftX
  • +
  • getTieRightX
  • +
  • getTuplet
  • +
  • getTupletStack
  • +
  • getVoice
  • +
  • getVoiceShiftWidth
  • +
  • getWidth
  • +
  • getX
  • +
  • getXShift
  • +
  • getYForBottomText
  • +
  • getYForTopText
  • +
  • getYs
  • +
  • hasBeam
  • +
  • hasClass
  • +
  • hasFlag
  • +
  • hasStem
  • +
  • isCenterAligned
  • +
  • isChord
  • +
  • isDisplaced
  • +
  • isDotted
  • +
  • isRendered
  • +
  • isRest
  • +
  • onRegister
  • +
  • postFormat
  • +
  • preFormat
  • +
  • removeClass
  • +
  • reset
  • +
  • resetFont
  • +
  • resetTuplet
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBeam
  • +
  • setCenterAlignment
  • +
  • setCenterXShift
  • +
  • setContext
  • +
  • setDuration
  • +
  • setFlagStyle
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIgnoreTicks
  • +
  • setIntrinsicTicks
  • +
  • setKeyLine
  • +
  • setKeyStyle
  • +
  • setLedgerLineStyle
  • +
  • setLeftDisplacedHeadPx
  • +
  • setModifierContext
  • +
  • setNoteDisplaced
  • +
  • setPlayNote
  • +
  • setRendered
  • +
  • setRightDisplacedHeadPx
  • +
  • setStave
  • +
  • setStem
  • +
  • setStemDirection
  • +
  • setStemLength
  • +
  • setStemStyle
  • +
  • setStyle
  • +
  • setTickContext
  • +
  • setTuplet
  • +
  • setVoice
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYs
  • +
  • shouldDrawFlag
  • +
  • shouldIgnoreTicks
  • +
  • format
  • +
  • getPoint
  • +
  • plotMetrics
  • +
  • postFormat
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/StaveSection.html b/docs/api/classes/StaveSection.html index 56c994a5e8..53e91e0e2b 100644 --- a/docs/api/classes/StaveSection.html +++ b/docs/api/classes/StaveSection.html @@ -1,4 +1,4 @@ -StaveSection | vexflow
    +StaveSection | vexflow
    -
    +
    • vexflow
    • @@ -26,7 +26,7 @@

      Class StaveSection

    Hierarchy

    @@ -36,113 +36,113 @@

    Constructors

    -
    +
    -
      - +
        +
      • Parameters

        • -
          section: string
        • +
          section: string
        • -
          x: number
        • +
          x: number
        • -
          shift_y: number
        • +
          shift_y: number
        • -
          drawRect: boolean = true
        -

        Returns StaveSection

      +

      Returns StaveSection

    Properties

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -151,38 +151,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -191,88 +190,84 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Runs setYShift() for the Glyph object so that it matches the position of line for the Stave provided. A customShift can also be given (measured in the same units @@ -551,19 +545,19 @@

        +
        customShift: number = 0

      Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -643,31 +637,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns StaveSection

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    x: number
    +

    Returns StaveSection

    +
    -
    -
    +
    y: number
    +

    Returns StaveSection

    +
    -
    -
    +
    -
    -
    +
    section: string
    +

    Returns StaveSection

    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns StaveSection

      +

      Returns StaveSection

    -
    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • checkStave
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getLayoutMetrics
  • +
  • getPadding
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getX
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • placeGlyphOnLine
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setLayoutMetrics
  • +
  • setPadding
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setShiftX
  • +
  • setShiftY
  • +
  • setStave
  • +
  • setStaveSection
  • +
  • setStyle
  • +
  • setWidth
  • +
  • setX
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/StaveTempo.html b/docs/api/classes/StaveTempo.html index 5471f98681..8a96004ebf 100644 --- a/docs/api/classes/StaveTempo.html +++ b/docs/api/classes/StaveTempo.html @@ -1,4 +1,4 @@ -StaveTempo | vexflow
    +StaveTempo | vexflow
    -
    +
    • vexflow
    • @@ -26,7 +26,7 @@

      Class StaveTempo

    Hierarchy

    @@ -36,122 +36,122 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    render_options: {
        glyph_font_scale: number;
    } = ...
    +
    render_options: {
        glyph_font_scale: number;
    } = ...

    Font size for note.

    Type declaration

    • -
      glyph_font_scale: number
    -
    +
    glyph_font_scale: number
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -160,38 +160,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -200,88 +199,84 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Runs setYShift() for the Glyph object so that it matches the position of line for the Stave provided. A customShift can also be given (measured in the same units @@ -560,19 +554,19 @@

        +
        customShift: number = 0

      Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -652,31 +646,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns StaveTempo

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    x: number
    +

    Returns StaveTempo

    +
    -
    -
    +
    y: number
    +

    Returns StaveTempo

    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns StaveTempo

      +

      Returns StaveTempo

    -
    +
    -
    -
    +
    tempo: StaveTempoOptions
    +

    Returns StaveTempo

    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • render_options
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • checkStave
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getLayoutMetrics
  • +
  • getPadding
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getX
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • placeGlyphOnLine
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setLayoutMetrics
  • +
  • setPadding
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setShiftX
  • +
  • setShiftY
  • +
  • setStave
  • +
  • setStyle
  • +
  • setTempo
  • +
  • setWidth
  • +
  • setX
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/StaveText.html b/docs/api/classes/StaveText.html index fdbfbeb866..4ca27b3dd2 100644 --- a/docs/api/classes/StaveText.html +++ b/docs/api/classes/StaveText.html @@ -1,4 +1,4 @@ -StaveText | vexflow
    +StaveText | vexflow
    -
    +
    • vexflow
    • @@ -26,7 +26,7 @@

      Class StaveText

    Hierarchy

    @@ -36,119 +36,119 @@

    Constructors

    -
    +
    -
      - +
        +
      • Parameters

        • -
          text: string
        • +
          text: string
        • -
          position: number
        • +
          position: number
        • -
          options: {
              justification?: number;
              shift_x?: number;
              shift_y?: number;
          } = {}
          +
          options: {
              justification?: number;
              shift_x?: number;
              shift_y?: number;
          } = {}
          • -
            Optional justification?: number
          • +
            Optional justification?: number
          • -
            Optional shift_x?: number
          • +
            Optional shift_x?: number
          • -
            Optional shift_y?: number
        -

        Returns StaveText

    +

    Returns StaveText

    Properties

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -157,38 +157,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -197,88 +196,84 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Runs setYShift() for the Glyph object so that it matches the position of line for the Stave provided. A customShift can also be given (measured in the same units @@ -555,19 +549,19 @@

        +
        customShift: number = 0

      Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -647,31 +641,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns StaveText

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    x: number
    +

    Returns StaveText

    +
    -
    -
    +
    y: number
    +

    Returns StaveText

    +
    -
    -
    +
    -
    -
    +
    text: string
    +

    Returns StaveText

    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns StaveText

      +

      Returns StaveText

    -
    +
    -
    -
    +
    text: string
    +

    Returns StaveText

    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • checkStave
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getLayoutMetrics
  • +
  • getPadding
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getX
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • placeGlyphOnLine
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setLayoutMetrics
  • +
  • setPadding
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setShiftX
  • +
  • setShiftY
  • +
  • setStave
  • +
  • setStaveText
  • +
  • setStyle
  • +
  • setText
  • +
  • setWidth
  • +
  • setX
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/StaveTie.html b/docs/api/classes/StaveTie.html index 5abf661038..b2439a44a4 100644 --- a/docs/api/classes/StaveTie.html +++ b/docs/api/classes/StaveTie.html @@ -1,4 +1,4 @@ -StaveTie | vexflow
    +StaveTie | vexflow
    -
    +
    • vexflow
    • @@ -26,11 +26,11 @@

      Class StaveTie

    Hierarchy

    +
  • TabTie
  • @@ -38,73 +38,73 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    render_options: {
        cp1: number;
        cp2: number;
        first_x_shift: number;
        last_x_shift: number;
        text_shift_x: number;
        tie_spacing: number;
        y_shift: number;
    }
    +
    render_options: {
        cp1: number;
        cp2: number;
        first_x_shift: number;
        last_x_shift: number;
        text_shift_x: number;
        tie_spacing: number;
        y_shift: number;
    }

    Type declaration

    • -
      cp1: number
    • +
      cp1: number
    • -
      cp2: number
    • +
      cp2: number
    • -
      first_x_shift: number
    • +
      first_x_shift: number
    • -
      last_x_shift: number
    • +
      last_x_shift: number
    • -
      text_shift_x: number
    • +
      text_shift_x: number
    • -
      tie_spacing: number
    • +
      tie_spacing: number
    • -
      y_shift: number
    -
    +
    y_shift: number
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default text font.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -165,38 +165,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -205,81 +204,77 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw an element.

        Returns boolean

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Returns the TieNotes structure of the first and last note this tie connects.

        -

        Returns TieNotes

    -
    +

    Returns TieNotes

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • -
        -

        Returns

        Returns true if this is a partial bar.

        -
        -

        Returns boolean

    -
    +
    +

    Returns boolean

    Returns true if this is a partial bar.

    +
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          first_x_px: number
        • +
          first_x_px: number
        • -
          last_x_px: number
        +
        last_x_px: number

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          params: {
              direction: number;
              first_x_px: number;
              first_ys: number[];
              last_x_px: number;
              last_ys: number[];
          }
          +
          params: {
              direction: number;
              first_x_px: number;
              first_ys: number[];
              last_x_px: number;
              last_ys: number[];
          }
          • -
            direction: number
          • +
            direction: number
          • -
            first_x_px: number
          • +
            first_x_px: number
          • -
            first_ys: number[]
          • +
            first_ys: number[]
          • -
            last_x_px: number
          • +
            last_x_px: number
          • -
            last_ys: number[]
        +
        last_ys: number[]

    Returns void

    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          direction: number
        -

        Returns StaveTie

    -
    +
    direction: number
    +

    Returns StaveTie

    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -627,31 +620,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns StaveTie

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +

    Returns StaveTie

    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns StaveTie

      +

      Returns StaveTie

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • render_options
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getNotes
  • +
  • getSVGElement
  • +
  • getStyle
  • +
  • hasClass
  • +
  • isPartial
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • renderText
  • +
  • renderTie
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setDirection
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setNotes
  • +
  • setRendered
  • +
  • setStyle
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Stem.html b/docs/api/classes/Stem.html index f6f2f30737..8d031c3884 100644 --- a/docs/api/classes/Stem.html +++ b/docs/api/classes/Stem.html @@ -1,4 +1,4 @@ -Stem | vexflow
    +Stem | vexflow

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    DEBUG: boolean = false
    +
    DEBUG: boolean = false

    To enable logging for this class. Set Vex.Flow.Stem.DEBUG to true.

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -149,38 +149,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -189,105 +188,101 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -
      +
      • get DOWN(): number
      • Returns number

    -
    +
    -
      +
      • get HEIGHT(): number
      • Returns number

    -
    +
    -
      +
      • get UP(): number
      • Returns number

    -
    +
    -
      +
      • get WIDTH(): number
      • Returns number

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw an element.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • -

        Returns {
            baseY: number;
            topY: number;
        }

        +

        Returns {
            baseY: number;
            topY: number;
        }

        • -
          baseY: number
        • +
          baseY: number
        • -
          topY: number
    -
    +
    topY: number
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          direction: number
        +
        direction: number

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          ext: number
        +
        ext: number

      Returns void

    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -629,31 +623,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Stem

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          x_begin: number
        • +
          x_begin: number
        • -
          x_end: number
        -

        Returns Stem

    -
    +
    x_end: number
    +

    Returns Stem

    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          isStemlet: boolean
        • +
          isStemlet: boolean
        • -
          stemletHeight: number
        -

        Returns Stem

    -
    +
    stemletHeight: number
    +

    Returns Stem

    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Stem

      +

      Returns Stem

    -
    +
    -
      - +
        +
      • Parameters

        • -
          isVisible: boolean
        -

        Returns Stem

    -
    +
    isVisible: boolean
    +

    Returns Stem

    +
    -
      - +
        +
      • Parameters

        • -
          y_top: number
        • +
          y_top: number
        • -
          y_bottom: number
        +
        y_bottom: number

      Returns void

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • DEBUG
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • DOWN
  • +
  • HEIGHT
  • +
  • UP
  • +
  • WIDTH
  • +
  • addChildElement
  • +
  • addClass
  • +
  • adjustHeightForBeam
  • +
  • adjustHeightForFlag
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getExtension
  • +
  • getExtents
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getHeight
  • +
  • getSVGElement
  • +
  • getStyle
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setDirection
  • +
  • setExtension
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setNoteHeadXBounds
  • +
  • setOptions
  • +
  • setRendered
  • +
  • setStemlet
  • +
  • setStyle
  • +
  • setVisibility
  • +
  • setYBounds
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/StemmableNote.html b/docs/api/classes/StemmableNote.html index 268131ad42..59c0aa91d2 100644 --- a/docs/api/classes/StemmableNote.html +++ b/docs/api/classes/StemmableNote.html @@ -1,4 +1,4 @@ -StemmableNote | vexflow
    +StemmableNote | vexflow
    -
    +
    +
  • GhostNote
  • +
  • StaveNote
  • +
  • TabNote
  • @@ -40,242 +40,243 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    glyphProps: GlyphProps
    -
    +
    -
    keyProps: KeyProps[]
    -
    +
    -
    keys: string[]
    -
    +
    -
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }
    +
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }

    Type declaration

    • -
      annotation_spacing: number
    • +
      annotation_spacing: number
    • -
      Optional draw?: boolean
    • +
      Optional draw?: boolean
    • -
      Optional draw_dots?: boolean
    • +
      Optional draw_dots?: boolean
    • -
      Optional draw_stem?: boolean
    • +
      Optional draw_stem?: boolean
    • -
      Optional draw_stem_through_stave?: boolean
    • +
      Optional draw_stem_through_stave?: boolean
    • -
      Optional extend_left?: number
    • +
      Optional extend_left?: number
    • -
      Optional extend_right?: number
    • +
      Optional extend_right?: number
    • -
      font: string
    • +
      font: string
    • -
      glyph_font_scale: number
    • +
      glyph_font_scale: number
    • -
      Optional glyph_font_size?: number
    • +
      Optional glyph_font_size?: number
    • -
      scale: number
    • +
      scale: number
    • -
      stroke_px: number
    • +
      stroke_px: number
    • -
      y_shift: number
    -
    +
    -
    stem?: Stem
    -
    +
    stem?: Stem
    +
    -
    stem_direction?: number
    -
    +
    stem_direction?: number
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -284,38 +285,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -324,76 +324,72 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get postFormatted(): boolean
      • Returns boolean

      • -
      • set postFormatted(value: boolean): void
      • +
      • set postFormatted(value): void
      • Set postformatted status.

        @@ -401,17 +397,17 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get preFormatted(): boolean
      • Returns boolean

      • -
      • set preFormatted(value: boolean): void
      • +
      • set preFormatted(value): void
      • Set preformatted status.

        @@ -419,22 +415,22 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          category: string = 'flag'
        +
        category: string = 'flag'

      Returns void

    -
    +
    -
    -
    +

    Returns StemmableNote

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +

    Returns Stem

    +
    -
    -
    +
    -
      - +
        +
      • Draw an element.

        @@ -632,13 +626,13 @@
        • -
          Rest ...args: any[]
        +
        Rest ...args: any[]

      Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +

    Returns GlyphProps

    +
    -
      - +
        +
      • Get the beam.

        -

        Returns undefined | Beam

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Return the center x shift.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to duration.

        Returns string

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Deprecated

        Use getGlyphProps() instead.

        Returns any

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the glyph width.

        Returns number

    -
    +
    -
      - +
        +
      • Return the intrinsic ticks.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns string[]

    -
    +
    -
      - +
        +
      • Get spacing to the left of the notes.

        Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
      - +
        +
      • Get the stave line number for rest.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to note type.

        Returns string

    -
    +
    -
      - +
        +
      • Get the play note, which is arbitrary data that can be used by an audio player.

        -

        Returns undefined | Note

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the target stave.

        -

        Returns undefined | Stave

    -
    +
    -
      - +
        +
      • -

        Returns undefined | Stem

    -
    +

    Returns undefined | Stem

    +
    -
      - +
        +
      • Get the direction of the stem.

        Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Get the top and bottom y values of the stem.

        -

        Returns {
            baseY: number;
            topY: number;
        }

        +

        Returns {
            baseY: number;
            topY: number;
        }

        • -
          baseY: number
        • +
          baseY: number
        • -
          topY: number
    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the x coordinate to the left of the note.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x coordinate to the right of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get width of note. Used by the formatter for positioning.

        Returns number

    -
    +
    -
      - +
        +
      • Get x position of this tick context.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x displaced pixels of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get Y positions for this note. Each Y value is associated with an individual pitch/key within the note/chord.

        Returns number[]

    -
    +
    -
      - +
        +
      • Check it has a beam.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns boolean

    -
    +
    -
      - +
        +
      • Accessor to hasStem.

        Returns boolean

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Accessor to isDotted.

        Returns boolean

    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        true if this note is a type of rest.

        +
        +

        Returns boolean

        true if this note is a type of rest.

        Rests don't have pitches, but take up space in the score. Subclasses should override this default implementation.

        -
        -

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Preformat the Tickable.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -1488,31 +1480,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns StemmableNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    stem: Stem
    +

    Returns StemmableNote

    +
    -
    -
    +
    Optional direction: number
    +

    Returns StemmableNote

    +
    -
    -
    +
    height: number
    +

    Returns StemmableNote

    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns StemmableNote

      +

      Returns StemmableNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • True if this note has no duration (e.g., bar notes, spacers, etc.).

        Returns boolean

    -
    +
    + +
      + +
    • +

      Get point for notes.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional size: string
      +

      Returns number

    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • glyphProps
  • +
  • keyProps
  • +
  • keys
  • +
  • render_options
  • +
  • stem
  • +
  • stem_direction
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • postFormatted
  • +
  • preFormatted
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addModifier
  • +
  • addStroke
  • +
  • addToModifierContext
  • +
  • applyStyle
  • +
  • applyTickMultiplier
  • +
  • buildFlag
  • +
  • buildStem
  • +
  • checkBeam
  • +
  • checkContext
  • +
  • checkModifierContext
  • +
  • checkStave
  • +
  • checkStem
  • +
  • checkTickContext
  • +
  • draw
  • +
  • drawStem
  • +
  • drawWithStyle
  • +
  • getAbsoluteX
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBaseCustomNoteHeadGlyphProps
  • +
  • getBeam
  • +
  • getBeamCount
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getCenterGlyphX
  • +
  • getCenterXShift
  • +
  • getContext
  • +
  • getDuration
  • +
  • getFirstDotPx
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getFormatterMetrics
  • +
  • getGlyph
  • +
  • getGlyphProps
  • +
  • getGlyphWidth
  • +
  • getIntrinsicTicks
  • +
  • getKeyProps
  • +
  • getKeys
  • +
  • getLeftDisplacedHeadPx
  • +
  • getLeftParenthesisPx
  • +
  • getLineForRest
  • +
  • getLineNumber
  • +
  • getMetrics
  • +
  • getModifierContext
  • +
  • getModifierStartXY
  • +
  • getModifiers
  • +
  • getModifiersByType
  • +
  • getNoteType
  • +
  • getPlayNote
  • +
  • getRightDisplacedHeadPx
  • +
  • getRightParenthesisPx
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStem
  • +
  • getStemDirection
  • +
  • getStemExtension
  • +
  • getStemExtents
  • +
  • getStemLength
  • +
  • getStemMinimumLength
  • +
  • getStemX
  • +
  • getStyle
  • +
  • getTickContext
  • +
  • getTickMultiplier
  • +
  • getTicks
  • +
  • getTieLeftX
  • +
  • getTieRightX
  • +
  • getTuplet
  • +
  • getTupletStack
  • +
  • getVoice
  • +
  • getWidth
  • +
  • getX
  • +
  • getXShift
  • +
  • getYForBottomText
  • +
  • getYForTopText
  • +
  • getYs
  • +
  • hasBeam
  • +
  • hasClass
  • +
  • hasFlag
  • +
  • hasStem
  • +
  • isCenterAligned
  • +
  • isDotted
  • +
  • isRendered
  • +
  • isRest
  • +
  • onRegister
  • +
  • postFormat
  • +
  • preFormat
  • +
  • removeClass
  • +
  • reset
  • +
  • resetFont
  • +
  • resetTuplet
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBeam
  • +
  • setCenterAlignment
  • +
  • setCenterXShift
  • +
  • setContext
  • +
  • setDuration
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIgnoreTicks
  • +
  • setIntrinsicTicks
  • +
  • setLeftDisplacedHeadPx
  • +
  • setModifierContext
  • +
  • setPlayNote
  • +
  • setRendered
  • +
  • setRightDisplacedHeadPx
  • +
  • setStave
  • +
  • setStem
  • +
  • setStemDirection
  • +
  • setStemLength
  • +
  • setStyle
  • +
  • setTickContext
  • +
  • setTuplet
  • +
  • setVoice
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYs
  • +
  • shouldIgnoreTicks
  • +
  • getPoint
  • +
  • plotMetrics
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/StringNumber.html b/docs/api/classes/StringNumber.html index b13c8cdf65..a776ac95fe 100644 --- a/docs/api/classes/StringNumber.html +++ b/docs/api/classes/StringNumber.html @@ -1,4 +1,4 @@ -StringNumber | vexflow
    +StringNumber | vexflow
    -
    +
    • vexflow
    • @@ -28,7 +28,7 @@

      Class StringNumber

    Hierarchy

    @@ -38,120 +38,120 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -160,38 +160,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -200,71 +199,67 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Modifiers category string. Every modifier has a different category. @@ -272,34 +267,34 @@

    -
    +
    -
    -
    +
    -
      -
    • get PositionString(): Record<string, number>
    • +
        +
      • get PositionString(): Record<string, number>
      • -

        Returns Record<string, number>

    -
    +
    -
    +

    Returns StringNumberMetrics

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Used in draw() to check and get the attached note (StaveNote, TabNote, etc.). Also verifies that the index is valid.

        -

        Returns Note

    -
    +
    -
    -
    +
    -
      - +
        +
      • Check and get note index, which is a specific note in a chord.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Render the modifier onto the canvas.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Get note index, which is a specific note in a chord.

        Returns undefined | number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get modifier widths.

        Returns number

    -
    +
    -
      - +
        +
      • Get shift modifier x

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    dashed: boolean
    +

    Returns StringNumber

    +
    -
    -
    +
    drawCircle: boolean
    +

    Returns StringNumber

    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -711,31 +705,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns StringNumber

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    note: Note
    +

    Returns StringNumber

    +
    -
    -
    +
    leg: number
    +

    Returns StringNumber

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    x: number
    +

    Returns StringNumber

    +
    -
    -
    +
    y: number
    +

    Returns StringNumber

    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set spacing from next modifier.

        @@ -889,48 +883,48 @@

      Returns void

    -
    +
    -
    -
    +
    number: string
    +

    Returns StringNumber

    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns StringNumber

      +

      Returns StringNumber

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • PositionString
  • +
  • metrics
  • +
  • addChildElement
  • +
  • addClass
  • +
  • alignSubNotesWithNote
  • +
  • applyStyle
  • +
  • checkAttachedNote
  • +
  • checkContext
  • +
  • checkIndex
  • +
  • checkModifierContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getIndex
  • +
  • getModifierContext
  • +
  • getNote
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getSpacingFromNextModifier
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getXShift
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setDashed
  • +
  • setDrawCircle
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIndex
  • +
  • setLastNote
  • +
  • setLineEndType
  • +
  • setModifierContext
  • +
  • setNote
  • +
  • setOffsetX
  • +
  • setOffsetY
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setSpacingFromNextModifier
  • +
  • setStringNumber
  • +
  • setStyle
  • +
  • setTextLine
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYShift
  • +
  • format
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Stroke.html b/docs/api/classes/Stroke.html index ea1a584dcf..badbdbdefc 100644 --- a/docs/api/classes/Stroke.html +++ b/docs/api/classes/Stroke.html @@ -1,4 +1,4 @@ -Stroke | vexflow
    +Stroke | vexflow
    -
    +
    • vexflow
    • @@ -28,7 +28,7 @@

      Class Stroke

    Hierarchy

    @@ -38,148 +38,148 @@

    Constructors

    -
    +
    -
      - +
        +
      • Parameters

        • -
          type: number
        • +
          type: number
        • -
          Optional options: {
              all_voices: boolean;
          }
          +
          Optional options: {
              all_voices: boolean;
          }
          • -
            all_voices: boolean
        -

        Returns Stroke

    +

    Returns Stroke

    Properties

    -
    +
    -
    render_options: {
        font_scale: number;
    }
    +
    render_options: {
        font_scale: number;
    }

    Type declaration

    • -
      font_scale: number
    -
    +
    font_scale: number
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    -
    +
    -
    Type: {
        ARPEGGIO_DIRECTIONLESS: number;
        BRUSH_DOWN: number;
        BRUSH_UP: number;
        RASQUEDO_DOWN: number;
        RASQUEDO_UP: number;
        ROLL_DOWN: number;
        ROLL_UP: number;
    } = ...
    +
    Type: {
        ARPEGGIO_DIRECTIONLESS: number;
        BRUSH_DOWN: number;
        BRUSH_UP: number;
        RASQUEDO_DOWN: number;
        RASQUEDO_UP: number;
        ROLL_DOWN: number;
        ROLL_UP: number;
    } = ...

    Type declaration

    • -
      ARPEGGIO_DIRECTIONLESS: number
    • +
      ARPEGGIO_DIRECTIONLESS: number
    • -
      BRUSH_DOWN: number
    • +
      BRUSH_DOWN: number
    • -
      BRUSH_UP: number
    • +
      BRUSH_UP: number
    • -
      RASQUEDO_DOWN: number
    • +
      RASQUEDO_DOWN: number
    • -
      RASQUEDO_UP: number
    • +
      RASQUEDO_UP: number
    • -
      ROLL_DOWN: number
    • +
      ROLL_DOWN: number
    • -
      ROLL_UP: number
    +
    ROLL_UP: number

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -188,38 +188,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -228,71 +227,67 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Modifiers category string. Every modifier has a different category. @@ -300,28 +295,28 @@

    -
    +
    -
    -
    +
    -
      -
    • get PositionString(): Record<string, number>
    • +
        +
      • get PositionString(): Record<string, number>
      • -

        Returns Record<string, number>

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    note: Note
    +

    Returns Stroke

    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Used in draw() to check and get the attached note (StaveNote, TabNote, etc.). Also verifies that the index is valid.

        -

        Returns Note

    -
    +
    -
    -
    +
    -
      - +
        +
      • Check and get note index, which is a specific note in a chord.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Render the modifier onto the canvas.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Get note index, which is a specific note in a chord.

        Returns undefined | number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get modifier widths.

        Returns number

    -
    +
    -
      - +
        +
      • Get shift modifier x

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -722,31 +716,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Stroke

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set spacing from next modifier.

        @@ -856,37 +850,37 @@

      Returns void

    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Stroke

      +

      Returns Stroke

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • render_options
  • +
  • TEXT_FONT
  • +
  • Type
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • PositionString
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addEndNote
  • +
  • alignSubNotesWithNote
  • +
  • applyStyle
  • +
  • checkAttachedNote
  • +
  • checkContext
  • +
  • checkIndex
  • +
  • checkModifierContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getIndex
  • +
  • getModifierContext
  • +
  • getNote
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getSpacingFromNextModifier
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getXShift
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIndex
  • +
  • setModifierContext
  • +
  • setNote
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setSpacingFromNextModifier
  • +
  • setStyle
  • +
  • setTextLine
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYShift
  • +
  • format
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/System.html b/docs/api/classes/System.html index 775f52d788..e40dbd5efa 100644 --- a/docs/api/classes/System.html +++ b/docs/api/classes/System.html @@ -1,4 +1,4 @@ -System | vexflow
    +System | vexflow

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -135,38 +135,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -175,81 +174,77 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +

    Returns StaveConnector

    +
    -
    -
    +
    params: SystemStave
    +

    Returns Stave

    +
    -
      - +

      Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Render the system.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
      - +
        +
      • Format the system.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get associated staves.

        -

        Returns Stave[]

    -
    +

    Returns Stave[]

    +
    -
    -
    +
    -
      - +
        +
      • Get associated voices.

        -

        Returns Voice[]

    -
    +

    Returns Voice[]

    +
    -
      - +
        +
      • Get origin X.

        Returns number

    -
    +
    -
      - +
        +
      • Get origin y.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -622,31 +616,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns System

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns System

      +

      Returns System

    -
    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addConnector
  • +
  • addStave
  • +
  • addVoices
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • format
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getSVGElement
  • +
  • getStaves
  • +
  • getStyle
  • +
  • getVoices
  • +
  • getX
  • +
  • getY
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setOptions
  • +
  • setRendered
  • +
  • setStyle
  • +
  • setX
  • +
  • setY
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/TabNote.html b/docs/api/classes/TabNote.html index f57904225d..8915371454 100644 --- a/docs/api/classes/TabNote.html +++ b/docs/api/classes/TabNote.html @@ -1,4 +1,4 @@ -TabNote | vexflow
    +TabNote | vexflow
    -
    +
    • vexflow
    • @@ -26,11 +26,11 @@

      Class TabNote

    Hierarchy

    +
  • GraceTabNote
  • @@ -38,256 +38,257 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    glyphProps: GlyphProps
    -
    +
    -
    keyProps: KeyProps[]
    -
    +
    -
    keys: string[]
    -
    +
    -
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }
    +
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }

    Type declaration

    • -
      annotation_spacing: number
    • +
      annotation_spacing: number
    • -
      Optional draw?: boolean
    • +
      Optional draw?: boolean
    • -
      Optional draw_dots?: boolean
    • +
      Optional draw_dots?: boolean
    • -
      Optional draw_stem?: boolean
    • +
      Optional draw_stem?: boolean
    • -
      Optional draw_stem_through_stave?: boolean
    • +
      Optional draw_stem_through_stave?: boolean
    • -
      Optional extend_left?: number
    • +
      Optional extend_left?: number
    • -
      Optional extend_right?: number
    • +
      Optional extend_right?: number
    • -
      font: string
    • +
      font: string
    • -
      glyph_font_scale: number
    • +
      glyph_font_scale: number
    • -
      Optional glyph_font_size?: number
    • +
      Optional glyph_font_size?: number
    • -
      scale: number
    • +
      scale: number
    • -
      stroke_px: number
    • +
      stroke_px: number
    • -
      y_shift: number
    -
    +
    -
    stem?: Stem
    -
    +
    -
    stem_direction?: number
    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -296,38 +297,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -336,76 +336,72 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get postFormatted(): boolean
      • Returns boolean

      • -
      • set postFormatted(value: boolean): void
      • +
      • set postFormatted(value): void
      • Set postformatted status.

        @@ -413,17 +409,17 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get preFormatted(): boolean
      • Returns boolean

      • -
      • set preFormatted(value: boolean): void
      • +
      • set preFormatted(value): void
      • Set preformatted status.

        @@ -431,22 +427,22 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          category: string = 'flag'
        +
        category: string = 'flag'

      Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Deprecated

        Use getGlyphProps() instead.

        Returns any

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Get the play note, which is arbitrary data that can be used by an audio player.

        -

        Returns undefined | Note

    -
    +
    -
    -
    +

    Returns TabNotePosition[]

    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the top and bottom y values of the stem.

        -

        Returns {
            baseY: number;
            topY: number;
        }

        +

        Returns {
            baseY: number;
            topY: number;
        }

        • -
          baseY: number
        • +
          baseY: number
        • -
          topY: number
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the x coordinate to the left of the note.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x coordinate to the right of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get width of note. Used by the formatter for positioning.

        Returns number

    -
    +
    -
      - +
        +
      • Get x position of this tick context.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x displaced pixels of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get Y positions for this note. Each Y value is associated with an individual pitch/key within the note/chord.

        Returns number[]

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • -
        -

        Returns

        true if this note is a type of rest.

        +
        +

        Returns boolean

        true if this note is a type of rest.

        Rests don't have pitches, but take up space in the score. Subclasses should override this default implementation.

        -
        -

        Returns boolean

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -1555,31 +1547,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns TabNote

    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          ghost: boolean
        -

        Returns TabNote

    -
    +
    ghost: boolean
    +

    Returns TabNote

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns TabNote

      +

      Returns TabNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • True if this note has no duration (e.g., bar notes, spacers, etc.).

        Returns boolean

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    + +
      + +
    • +

      Get point for notes.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional size: string
      +

      Returns number

    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • glyphProps
  • +
  • keyProps
  • +
  • keys
  • +
  • render_options
  • +
  • stem
  • +
  • stem_direction
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • postFormatted
  • +
  • preFormatted
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addModifier
  • +
  • addStroke
  • +
  • addToModifierContext
  • +
  • applyStyle
  • +
  • applyTickMultiplier
  • +
  • buildFlag
  • +
  • buildStem
  • +
  • checkBeam
  • +
  • checkContext
  • +
  • checkModifierContext
  • +
  • checkStave
  • +
  • checkStem
  • +
  • checkTickContext
  • +
  • draw
  • +
  • drawFlag
  • +
  • drawModifiers
  • +
  • drawPositions
  • +
  • drawStem
  • +
  • drawStemThrough
  • +
  • drawWithStyle
  • +
  • getAbsoluteX
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBaseCustomNoteHeadGlyphProps
  • +
  • getBeam
  • +
  • getBeamCount
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getCenterGlyphX
  • +
  • getCenterXShift
  • +
  • getContext
  • +
  • getDuration
  • +
  • getFirstDotPx
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getFormatterMetrics
  • +
  • getGlyph
  • +
  • getGlyphProps
  • +
  • getGlyphWidth
  • +
  • getIntrinsicTicks
  • +
  • getKeyProps
  • +
  • getKeys
  • +
  • getLeftDisplacedHeadPx
  • +
  • getLeftParenthesisPx
  • +
  • getLineForRest
  • +
  • getLineNumber
  • +
  • getMetrics
  • +
  • getModifierContext
  • +
  • getModifierStartXY
  • +
  • getModifiers
  • +
  • getModifiersByType
  • +
  • getNoteType
  • +
  • getPlayNote
  • +
  • getPositions
  • +
  • getRightDisplacedHeadPx
  • +
  • getRightParenthesisPx
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStem
  • +
  • getStemDirection
  • +
  • getStemExtension
  • +
  • getStemExtents
  • +
  • getStemLength
  • +
  • getStemMinimumLength
  • +
  • getStemX
  • +
  • getStemY
  • +
  • getStyle
  • +
  • getTickContext
  • +
  • getTickMultiplier
  • +
  • getTicks
  • +
  • getTieLeftX
  • +
  • getTieRightX
  • +
  • getTuplet
  • +
  • getTupletStack
  • +
  • getVoice
  • +
  • getWidth
  • +
  • getX
  • +
  • getXShift
  • +
  • getYForBottomText
  • +
  • getYForTopText
  • +
  • getYs
  • +
  • greatestString
  • +
  • hasBeam
  • +
  • hasClass
  • +
  • hasFlag
  • +
  • hasStem
  • +
  • isCenterAligned
  • +
  • isDotted
  • +
  • isRendered
  • +
  • isRest
  • +
  • leastString
  • +
  • onRegister
  • +
  • postFormat
  • +
  • preFormat
  • +
  • removeClass
  • +
  • reset
  • +
  • resetFont
  • +
  • resetTuplet
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBeam
  • +
  • setCenterAlignment
  • +
  • setCenterXShift
  • +
  • setContext
  • +
  • setDuration
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGhost
  • +
  • setGroupStyle
  • +
  • setIgnoreTicks
  • +
  • setIntrinsicTicks
  • +
  • setLeftDisplacedHeadPx
  • +
  • setModifierContext
  • +
  • setPlayNote
  • +
  • setRendered
  • +
  • setRightDisplacedHeadPx
  • +
  • setStave
  • +
  • setStem
  • +
  • setStemDirection
  • +
  • setStemLength
  • +
  • setStyle
  • +
  • setTickContext
  • +
  • setTuplet
  • +
  • setVoice
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYs
  • +
  • shouldIgnoreTicks
  • +
  • updateWidth
  • +
  • getPoint
  • +
  • plotMetrics
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/TabSlide.html b/docs/api/classes/TabSlide.html index 436cfd280c..db1910548d 100644 --- a/docs/api/classes/TabSlide.html +++ b/docs/api/classes/TabSlide.html @@ -1,4 +1,4 @@ -TabSlide | vexflow
    +TabSlide | vexflow

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    render_options: {
        cp1: number;
        cp2: number;
        first_x_shift: number;
        last_x_shift: number;
        text_shift_x: number;
        tie_spacing: number;
        y_shift: number;
    }
    +
    render_options: {
        cp1: number;
        cp2: number;
        first_x_shift: number;
        last_x_shift: number;
        text_shift_x: number;
        tie_spacing: number;
        y_shift: number;
    }

    Type declaration

    • -
      cp1: number
    • +
      cp1: number
    • -
      cp2: number
    • +
      cp2: number
    • -
      first_x_shift: number
    • +
      first_x_shift: number
    • -
      last_x_shift: number
    • +
      last_x_shift: number
    • -
      text_shift_x: number
    • +
      text_shift_x: number
    • -
      tie_spacing: number
    • +
      tie_spacing: number
    • -
      y_shift: number
    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default text font.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -172,38 +172,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -212,93 +211,89 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -
      +
      • get SLIDE_DOWN(): number
      • Returns number

    -
    +
    -
      +
      • get SLIDE_UP(): number
      • Returns number

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw an element.

        Returns boolean

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • -
        -

        Returns

        Returns true if this is a partial bar.

        -
        -

        Returns boolean

    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          first_x_px: number
        • +
          first_x_px: number
        • -
          last_x_px: number
        +
        last_x_px: number

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          params: {
              direction: number;
              first_x_px: number;
              first_ys: number[];
              last_x_px: number;
              last_ys: number[];
          }
          +
          params: {
              direction: number;
              first_x_px: number;
              first_ys: number[];
              last_x_px: number;
              last_ys: number[];
          }
          • -
            direction: number
          • +
            direction: number
          • -
            first_x_px: number
          • +
            first_x_px: number
          • -
            first_ys: number[]
          • +
            first_ys: number[]
          • -
            last_x_px: number
          • +
            last_x_px: number
          • -
            last_ys: number[]
        +
        last_ys: number[]

    Returns void

    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -651,31 +644,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns TabSlide

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns TabSlide

      +

      Returns TabSlide

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    notes: TieNotes
    +

    Returns TabSlide

    +
    -
    - +

    Returns TabSlide

    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • render_options
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • SLIDE_DOWN
  • +
  • SLIDE_UP
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getNotes
  • +
  • getSVGElement
  • +
  • getStyle
  • +
  • hasClass
  • +
  • isPartial
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • renderText
  • +
  • renderTie
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setDirection
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setNotes
  • +
  • setRendered
  • +
  • setStyle
  • +
  • createHammeron
  • +
  • createPulloff
  • +
  • createSlideDown
  • +
  • createSlideUp
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/TabStave.html b/docs/api/classes/TabStave.html index fb8ef5a9db..97eb8d9bc2 100644 --- a/docs/api/classes/TabStave.html +++ b/docs/api/classes/TabStave.html @@ -1,4 +1,4 @@ -TabStave | vexflow
    +TabStave | vexflow
    -
    +
    • vexflow
    • @@ -26,7 +26,7 @@

      Class TabStave

    Hierarchy

    @@ -36,166 +36,166 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    options: Required<StaveOptions>
    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -204,38 +204,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -244,95 +243,91 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -
      +
      • get defaultPadding(): number
      • Returns number

    -
    +
    -
      +
      • get rightPadding(): number
      • Returns number

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Add a clef to the stave.

        Example:

        stave.addClef('treble')

        - -

        Returns

        +

        Parameters

        • -
          clef: string
          -

          clef (treble|bass|...) see types

          +
          clef: string
          +

          clef (treble|bass|...) see types

        • -
          Optional size: string
        • +
          Optional size: string
        • -
          Optional annotation: string
        • +
          Optional annotation: string
        • -
          Optional position: number
        -

        Returns TabStave

      +

      Returns TabStave

    -
    +
    -
      - +
        +
      • Parameters

        • -
          clef: string
        • +
          clef: string
        • -
          Optional size: string
        • +
          Optional size: string
        • -
          Optional annotation: string
        -

        Returns TabStave

      +

      Returns TabStave

    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          timeSpec: string
        • +
          timeSpec: string
        • -
          Optional customPadding: number
        -

        Returns TabStave

      +

      Returns TabStave

    -
    +
    -
      - +
        +
      • Add a key signature to the stave.

        Example: stave.addKeySignature('Db');

        - -

        Returns

        +

        Parameters

        • -
          keySpec: string
          +
          keySpec: string

          new key specification [A-G][b|#]?

        • -
          Optional cancelKeySpec: string
        • +
          Optional cancelKeySpec: string
        • -
          Optional position: number
        -

        Returns TabStave

      +

      Returns TabStave

    -
    +
    -
    -
    +
    -
    -
    +

    Returns TabStave

    +
    -
      - +
        +
      • Add a time signature to the stave

        Example:

        stave.addTimeSignature('4/4');

        - -

        Returns

        +

        Parameters

        • -
          timeSpec: string
          +
          timeSpec: string

          time signature specification (C\||C|\d/\d)

        • -
          Optional customPadding: number
        • +
          Optional customPadding: number
        • -
          Optional position: number
        -

        Returns TabStave

      +

      Returns TabStave

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Returns string

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns undefined | string

    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          y: number
        +
        y: number

      Returns number

    -
    +
    -
      - +
        +
      • Return the measure number of this Stave.

        Returns number

    -
    +
    -
      - +
        +
      • Gets the pixels to shift from the beginning of the stave following the modifier at the provided index

        - -

        Returns

        The amount of pixels shifted

        Parameters

        • -
          index: number = 0
          +
          index: number = 0

          The index from which to determine the shift

        -

        Returns number

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        array of StaveModifiers that match the provided position and category.

        -
        +

        Parameters

        • -
          Optional position: number
        • +
          Optional position: number
        • -
          Optional category: string
        -

        Returns StaveModifier[]

      +

      Returns StaveModifier[]

      array of StaveModifiers that match the provided position and category.

      +
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          line: number = 0
        +
        line: number = 0

      Returns number

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • -
        -

        Returns

        the y for the center of a staff line

        -
        +

        Parameters

        • -
          line: number
        -

        Returns number

      +

      Returns number

      the y for the center of a staff line

      +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          line: number
        +
        line: number

      Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          line: number = 0
        +
        line: number = 0

      Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          clefSpec: string
        • +
          clefSpec: string
        • -
          Optional size: string
        • +
          Optional size: string
        • -
          Optional annotation: string
        • +
          Optional annotation: string
        • -
          Optional position: number
        -

        Returns TabStave

      +

      Returns TabStave

    -
    +
    -
      - +
        +
      • Configure properties of the lines in the Stave

        @@ -1042,19 +1029,19 @@

        Throws

        RuntimeError "StaveConfigError" When the specified l

        Parameters

        • -
          line_number: number
          +
          line_number: number

          The index of the line to configure.

        • -
          line_config: StaveLineConfig
          +
          line_config: StaveLineConfig

          An configuration object for the specified line.

        -

        Returns TabStave

    -
    +
    -
      - +
        +
      • Set the staff line configuration array for all of the lines at once.

        @@ -1066,17 +1053,17 @@

        Throws

        RuntimeError "StaveConfigError" When the lines_confi

        Parameters

        • -
          lines_configuration: StaveLineConfig[]
          +
          lines_configuration: StaveLineConfig[]

          An array of line configuration objects. These objects are of the same format as the single one passed in to setLineConfiguration(). The caller can set null for any line config entry if it is desired that the default be used

        -

        Returns TabStave

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          clefSpec: string
        • +
          clefSpec: string
        • -
          Optional size: string
        • +
          Optional size: string
        • -
          Optional annotation: string
        -

        Returns TabStave

      +

      Returns TabStave

    -
    +
    -
      - +
        +
      • Parameters

        • -
          keySpec: string
        • +
          keySpec: string
        • -
          Optional cancelKeySpec: string
        -

        Returns TabStave

      +

      Returns TabStave

    -
    +
    -
      - +
        +
      • Parameters

        • -
          timeSpec: string
        • +
          timeSpec: string
        • -
          Optional customPadding: number
        -

        Returns TabStave

      +

      Returns TabStave

    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -1170,31 +1157,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns TabStave

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          keySpec: string
        • +
          keySpec: string
        • -
          Optional cancelKeySpec: string
        • +
          Optional cancelKeySpec: string
        • -
          Optional position: number
        -

        Returns TabStave

      +

      Returns TabStave

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          section: string
        • +
          section: string
        • -
          y: number
        • +
          y: number
        • -
          xOffset: number = 0
        • +
          xOffset: number = 0
        • -
          Optional fontSize: number
        • +
          Optional fontSize: number
        • -
          drawRect: boolean = true
        -

        Returns TabStave

      +

      Returns TabStave

    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns TabStave

      +

      Returns TabStave

    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          text: string
        • +
          text: string
        • -
          position: number
        • +
          position: number
        • -
          options: {
              justification?: number;
              shift_x?: number;
              shift_y?: number;
          } = {}
          +
          options: {
              justification?: number;
              shift_x?: number;
              shift_y?: number;
          } = {}
          • -
            Optional justification?: number
          • +
            Optional justification?: number
          • -
            Optional shift_x?: number
          • +
            Optional shift_x?: number
          • -
            Optional shift_y?: number
        -

        Returns TabStave

    +

    Returns TabStave

    -
    +
    -
      - +
        +
      • Parameters

        • -
          timeSpec: string
        • +
          timeSpec: string
        • -
          Optional customPadding: number
        • +
          Optional customPadding: number
        • -
          Optional position: number
        -

        Returns TabStave

      +

      Returns TabStave

    -
    +
    -
      - +
        +
      • Parameters

        • -
          type: number
        • +
          type: number
        • -
          number_t: string
        • +
          number_t: string
        • -
          y: number
        -

        Returns TabStave

      +

      Returns TabStave

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Use the modifier's getCategory() as a key for the order array. The retrieved value is used to sort modifiers from left to right (0 to to 3).

        @@ -1464,39 +1451,40 @@
        +
        order: Record<string, number>

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          spacing: number
        +
        spacing: number

      Returns number

    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • options
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • defaultPadding
  • +
  • rightPadding
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addClef
  • +
  • addEndClef
  • +
  • addEndModifier
  • +
  • addEndTimeSignature
  • +
  • addKeySignature
  • +
  • addModifier
  • +
  • addTabGlyph
  • +
  • addTimeSignature
  • +
  • addTrebleGlyph
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • format
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBottomLineBottomY
  • +
  • getBottomLineY
  • +
  • getBottomY
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getClef
  • +
  • getConfigForLines
  • +
  • getContext
  • +
  • getDefaultLedgerLineStyle
  • +
  • getEndClef
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getHeight
  • +
  • getLineForY
  • +
  • getMeasure
  • +
  • getModifierXShift
  • +
  • getModifiers
  • +
  • getNoteEndX
  • +
  • getNoteStartX
  • +
  • getNumLines
  • +
  • getSVGElement
  • +
  • getSpacingBetweenLines
  • +
  • getStyle
  • +
  • getTieEndX
  • +
  • getTieStartX
  • +
  • getTopLineTopY
  • +
  • getVerticalBarWidth
  • +
  • getWidth
  • +
  • getX
  • +
  • getY
  • +
  • getYForBottomText
  • +
  • getYForGlyphs
  • +
  • getYForLine
  • +
  • getYForNote
  • +
  • getYForTopText
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • resetLines
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBegBarType
  • +
  • setClef
  • +
  • setConfigForLine
  • +
  • setConfigForLines
  • +
  • setContext
  • +
  • setDefaultLedgerLineStyle
  • +
  • setEndBarType
  • +
  • setEndClef
  • +
  • setEndKeySignature
  • +
  • setEndTimeSignature
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setKeySignature
  • +
  • setMeasure
  • +
  • setNoteStartX
  • +
  • setNumLines
  • +
  • setRendered
  • +
  • setRepetitionType
  • +
  • setSection
  • +
  • setStyle
  • +
  • setTempo
  • +
  • setText
  • +
  • setTimeSignature
  • +
  • setVoltaType
  • +
  • setWidth
  • +
  • setX
  • +
  • setY
  • +
  • sortByCategory
  • +
  • space
  • +
  • formatBegModifiers
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/TabTie.html b/docs/api/classes/TabTie.html index 0c2c232a06..02d2002eab 100644 --- a/docs/api/classes/TabTie.html +++ b/docs/api/classes/TabTie.html @@ -1,4 +1,4 @@ -TabTie | vexflow
    +TabTie | vexflow
    -
    +
    • vexflow
    • @@ -26,11 +26,11 @@

      Class TabTie

    Hierarchy

    +
  • TabSlide
  • @@ -38,75 +38,75 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    render_options: {
        cp1: number;
        cp2: number;
        first_x_shift: number;
        last_x_shift: number;
        text_shift_x: number;
        tie_spacing: number;
        y_shift: number;
    }
    +
    render_options: {
        cp1: number;
        cp2: number;
        first_x_shift: number;
        last_x_shift: number;
        text_shift_x: number;
        tie_spacing: number;
        y_shift: number;
    }

    Type declaration

    • -
      cp1: number
    • +
      cp1: number
    • -
      cp2: number
    • +
      cp2: number
    • -
      first_x_shift: number
    • +
      first_x_shift: number
    • -
      last_x_shift: number
    • +
      last_x_shift: number
    • -
      text_shift_x: number
    • +
      text_shift_x: number
    • -
      tie_spacing: number
    • +
      tie_spacing: number
    • -
      y_shift: number
    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default text font.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -168,38 +168,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -208,81 +207,77 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw an element.

        Returns boolean

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • -
        -

        Returns

        Returns true if this is a partial bar.

        -
        -

        Returns boolean

    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          first_x_px: number
        • +
          first_x_px: number
        • -
          last_x_px: number
        +
        last_x_px: number

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          params: {
              direction: number;
              first_x_px: number;
              first_ys: number[];
              last_x_px: number;
              last_ys: number[];
          }
          +
          params: {
              direction: number;
              first_x_px: number;
              first_ys: number[];
              last_x_px: number;
              last_ys: number[];
          }
          • -
            direction: number
          • +
            direction: number
          • -
            first_x_px: number
          • +
            first_x_px: number
          • -
            first_ys: number[]
          • +
            first_ys: number[]
          • -
            last_x_px: number
          • +
            last_x_px: number
          • -
            last_ys: number[]
        +
        last_ys: number[]

    Returns void

    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -635,31 +628,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns TabTie

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns TabTie

      +

      Returns TabTie

    -
    +
    -
    -
    +
    notes: TieNotes
    +

    Returns TabTie

    +
    -
    - +

    Returns TabTie

    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • render_options
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getNotes
  • +
  • getSVGElement
  • +
  • getStyle
  • +
  • hasClass
  • +
  • isPartial
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • renderText
  • +
  • renderTie
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setDirection
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setNotes
  • +
  • setRendered
  • +
  • setStyle
  • +
  • createHammeron
  • +
  • createPulloff
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/TextBracket.html b/docs/api/classes/TextBracket.html index ba939f022a..fb896bd283 100644 --- a/docs/api/classes/TextBracket.html +++ b/docs/api/classes/TextBracket.html @@ -1,4 +1,4 @@ -TextBracket | vexflow
    +TextBracket | vexflow

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    -
    +
    +
    -
    render_options: {
        bracket_height: number;
        color: string;
        dash: number[];
        dashed: boolean;
        line_width: number;
        show_bracket: boolean;
        underline_superscript: boolean;
    }
    +
    render_options: {
        bracket_height: number;
        color: string;
        dash: number[];
        dashed: boolean;
        line_width: number;
        show_bracket: boolean;
        underline_superscript: boolean;
    }

    Type declaration

    • -
      bracket_height: number
    • +
      bracket_height: number
    • -
      color: string
    • +
      color: string
    • -
      dash: number[]
    • +
      dash: number[]
    • -
      dashed: boolean
    • +
      dashed: boolean
    • -
      line_width: number
    • +
      line_width: number
    • -
      show_bracket: boolean
    • +
      show_bracket: boolean
    • -
      underline_superscript: boolean
    -
    +
    underline_superscript: boolean
    +
    -
    start: Note
    -
    +
    start: Note
    +
    -
    stop: Note
    -
    +
    stop: Note
    +
    -
    DEBUG: boolean = false
    -
    +
    DEBUG: boolean = false
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -170,38 +170,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -210,111 +209,107 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -
    -
    +

    Returns typeof TextBracketPosition

    +
    -
      -
    • get PositionString(): Record<string, number>
    • +
        +
      • get PositionString(): Record<string, number>
      • -

        Returns Record<string, number>

    -
    +

    Returns Record<string, number>

    +
    -
    -
    +

    Returns typeof TextBracketPosition

    +
    -
      -
    • get PositionsString(): Record<string, number>
    • +
        +
      • get PositionsString(): Record<string, number>
      • Deprecated

        Use TextBracket.PositionString instead.

        -

        Returns Record<string, number>

    +

    Returns Record<string, number>

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw an element.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          dashed: boolean
        • +
          dashed: boolean
        • -
          Optional dash: number[]
        -

        Returns TextBracket

    -
    +
    Optional dash: number[]
    +

    Returns TextBracket

    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -612,31 +605,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns TextBracket

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    line: number
    +

    Returns TextBracket

    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns TextBracket

      +

      Returns TextBracket

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • position
  • +
  • render_options
  • +
  • start
  • +
  • stop
  • +
  • DEBUG
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • PositionString
  • +
  • Positions
  • +
  • PositionsString
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getSVGElement
  • +
  • getStyle
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setDashed
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setLine
  • +
  • setRendered
  • +
  • setStyle
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/TextDynamics.html b/docs/api/classes/TextDynamics.html index 475f5c8ab6..3436396025 100644 --- a/docs/api/classes/TextDynamics.html +++ b/docs/api/classes/TextDynamics.html @@ -1,4 +1,4 @@ -TextDynamics | vexflow
    +TextDynamics | vexflow
    -
    +
    • vexflow
    • @@ -24,7 +24,7 @@

      Class TextDynamics

    Hierarchy

    @@ -34,146 +34,147 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    glyphProps: GlyphProps
    -
    +
    -
    keyProps: KeyProps[]
    -
    +
    -
    keys: string[]
    -
    +
    -
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }
    +
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }

    Type declaration

    • -
      annotation_spacing: number
    • +
      annotation_spacing: number
    • -
      Optional draw?: boolean
    • +
      Optional draw?: boolean
    • -
      Optional draw_dots?: boolean
    • +
      Optional draw_dots?: boolean
    • -
      Optional draw_stem?: boolean
    • +
      Optional draw_stem?: boolean
    • -
      Optional draw_stem_through_stave?: boolean
    • +
      Optional draw_stem_through_stave?: boolean
    • -
      Optional extend_left?: number
    • +
      Optional extend_left?: number
    • -
      Optional extend_right?: number
    • +
      Optional extend_right?: number
    • -
      font: string
    • +
      font: string
    • -
      glyph_font_scale: number
    • +
      glyph_font_scale: number
    • -
      Optional glyph_font_size?: number
    • +
      Optional glyph_font_size?: number
    • -
      scale: number
    • +
      scale: number
    • -
      stroke_px: number
    • +
      stroke_px: number
    • -
      y_shift: number
    -
    +
    -
    DEBUG: boolean = false
    +
    DEBUG: boolean = false

    To enable logging for this class. Set Vex.Flow.TextDynamics.DEBUG to true.

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -268,38 +269,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -308,76 +308,72 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get postFormatted(): boolean
      • Returns boolean

      • -
      • set postFormatted(value: boolean): void
      • +
      • set postFormatted(value): void
      • Set postformatted status.

        @@ -385,17 +381,17 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get preFormatted(): boolean
      • Returns boolean

      • -
      • set preFormatted(value: boolean): void
      • +
      • set preFormatted(value): void
      • Set preformatted status.

        @@ -403,30 +399,30 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -
      -
    • get GLYPHS(): Record<string, {
          code: string;
          width: number;
      }>
    • +
        +
      • get GLYPHS(): Record<string, {
            code: string;
            width: number;
        }>
      • The glyph data for each dynamics letter.

        -

        Returns Record<string, {
            code: string;
            width: number;
        }>

    +

    Returns Record<string, {
        code: string;
        width: number;
    }>

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the dynamics text on the rendering context.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the beam.

        -

        Returns undefined | Beam

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Return the center x shift.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to duration.

        Returns string

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Deprecated

        Use getGlyphProps() instead.

        Returns any

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the glyph width.

        Returns number

    -
    +
    -
      - +
        +
      • Return the intrinsic ticks.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns string[]

    -
    +
    -
      - +
        +
      • Get spacing to the left of the notes.

        Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
      - +
        +
      • Get the stave line number for rest.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to note type.

        Returns string

    -
    +
    -
      - +
        +
      • Get the play note, which is arbitrary data that can be used by an audio player.

        -

        Returns undefined | Note

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the target stave.

        -

        Returns undefined | Stave

    -
    +
    -
      - +
        +
      • Get the direction of the stem.

        Returns number

    -
    +
    -
      - +
        +
      • Get the top and bottom y values of the stem.

        -

        Returns Record<string, number>

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the x coordinate to the left of the note.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x coordinate to the right of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get width of note. Used by the formatter for positioning.

        Returns number

    -
    +
    -
      - +
        +
      • Get x position of this tick context.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x displaced pixels of the note.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get Y positions for this note. Each Y value is associated with an individual pitch/key within the note/chord.

        Returns number[]

    -
    +
    -
      - +
        +
      • Check it has a beam.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to hasStem.

        Returns boolean

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Accessor to isDotted.

        Returns boolean

    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        true if this note is a type of rest.

        +
        +

        Returns boolean

        true if this note is a type of rest.

        Rests don't have pitches, but take up space in the score. Subclasses should override this default implementation.

        -
        -

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -1368,31 +1360,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns TextDynamics

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    line: number
    +

    Returns TextDynamics

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns TextDynamics

      +

      Returns TextDynamics

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • True if this note has no duration (e.g., bar notes, spacers, etc.).

        Returns boolean

    -
    +
    + +
      + +
    • +

      Get point for notes.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional size: string
      +

      Returns number

    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • glyphProps
  • +
  • keyProps
  • +
  • keys
  • +
  • render_options
  • +
  • DEBUG
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • postFormatted
  • +
  • preFormatted
  • +
  • CATEGORY
  • +
  • GLYPHS
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addModifier
  • +
  • addStroke
  • +
  • addToModifierContext
  • +
  • applyStyle
  • +
  • applyTickMultiplier
  • +
  • checkBeam
  • +
  • checkContext
  • +
  • checkModifierContext
  • +
  • checkStave
  • +
  • checkTickContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAbsoluteX
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBeam
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getCenterXShift
  • +
  • getContext
  • +
  • getDuration
  • +
  • getFirstDotPx
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getFormatterMetrics
  • +
  • getGlyph
  • +
  • getGlyphProps
  • +
  • getGlyphWidth
  • +
  • getIntrinsicTicks
  • +
  • getKeyProps
  • +
  • getKeys
  • +
  • getLeftDisplacedHeadPx
  • +
  • getLeftParenthesisPx
  • +
  • getLineForRest
  • +
  • getLineNumber
  • +
  • getMetrics
  • +
  • getModifierContext
  • +
  • getModifierStartXY
  • +
  • getModifiers
  • +
  • getModifiersByType
  • +
  • getNoteType
  • +
  • getPlayNote
  • +
  • getRightDisplacedHeadPx
  • +
  • getRightParenthesisPx
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStemDirection
  • +
  • getStemExtents
  • +
  • getStyle
  • +
  • getTickContext
  • +
  • getTickMultiplier
  • +
  • getTicks
  • +
  • getTieLeftX
  • +
  • getTieRightX
  • +
  • getTuplet
  • +
  • getTupletStack
  • +
  • getVoice
  • +
  • getWidth
  • +
  • getX
  • +
  • getXShift
  • +
  • getYForTopText
  • +
  • getYs
  • +
  • hasBeam
  • +
  • hasClass
  • +
  • hasStem
  • +
  • isCenterAligned
  • +
  • isDotted
  • +
  • isRendered
  • +
  • isRest
  • +
  • onRegister
  • +
  • postFormat
  • +
  • preFormat
  • +
  • removeClass
  • +
  • reset
  • +
  • resetFont
  • +
  • resetTuplet
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBeam
  • +
  • setCenterAlignment
  • +
  • setCenterXShift
  • +
  • setContext
  • +
  • setDuration
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIgnoreTicks
  • +
  • setIntrinsicTicks
  • +
  • setLeftDisplacedHeadPx
  • +
  • setLine
  • +
  • setModifierContext
  • +
  • setPlayNote
  • +
  • setRendered
  • +
  • setRightDisplacedHeadPx
  • +
  • setStave
  • +
  • setStyle
  • +
  • setTickContext
  • +
  • setTuplet
  • +
  • setVoice
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYs
  • +
  • shouldIgnoreTicks
  • +
  • getPoint
  • +
  • plotMetrics
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/TextFormatter.html b/docs/api/classes/TextFormatter.html index 094fbdbb35..d58af4010f 100644 --- a/docs/api/classes/TextFormatter.html +++ b/docs/api/classes/TextFormatter.html @@ -1,4 +1,4 @@ -TextFormatter | vexflow
    +TextFormatter | vexflow

    Properties

    -
    +
    -
    DEBUG: boolean = false
    +
    DEBUG: boolean = false

    To enable logging for this class. Set Vex.Flow.TextFormatter.DEBUG to true.

    Accessors

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • this.size is specified in points. Convert to pixels.

        Returns number

    -
    +
    -
      -
    • get localHeightCache(): Record<string, undefined | yExtent>
    • +
        +
      • get localHeightCache(): Record<string, undefined | yExtent>
      • -

        Returns Record<string, undefined | yExtent>

    -
    +

    Returns Record<string, undefined | yExtent>

    +
    -
      +
      • get maxHeight(): number
      • Returns number

    Methods

    -
    +
    -
    -
    +
    character: string
    +

    Returns FontGlyph

    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Retrieve the character's advanceWidth as a fraction of an em unit. For the space character ' ' as defined in the: @@ -116,12 +116,12 @@

        +
        c: string

      Returns number

    -
    +
    -
      - +
        +
      • Retrieve the total width of text in em units.

        @@ -129,12 +129,12 @@
        • -
          text: string
        +
        text: string

      Returns number

    -
    +
    -
      - +
        +
      • The width of the text (in em) is scaled by the font size (in px).

        @@ -142,12 +142,12 @@
        • -
          text: string
        +
        text: string

      Returns number

    -
    +
    -
      - +
        +
      • Retrieve the character's y bounds (ymin, ymax) and height.

        @@ -155,55 +155,55 @@

        Parameters

        • -
          c: string
        -

        Returns yExtent

    -
    +
    c: string
    +

    Returns yExtent

    +
    -
      - +
        +
      • Parameters

        • -
          str: string
        -

        Returns yExtent

    -
    +
    str: string
    +

    Returns yExtent

    +
    -
    -
    +

    Returns TextFormatter

    +
    -
      - +
        +
      • Create a hash with the current font data, so we can cache computed widths.

        Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Call TextFormatter.registerInfo(info) to register font information before using this method.

        This method creates a formatter for the font that most closely matches the requested font. @@ -214,36 +214,35 @@

        -

        Returns TextFormatter

    -
    +
    requestedFont: FontInfo = {}
    +

    Returns TextFormatter

    +
    -
    -
    +

    Returns TextFormatterInfo[]

    +
    -
      - +
        +
      • -
        -

        Returns

        the same info object that was passed in via TextFormatter.registerInfo(info)

        -
        +

        Parameters

        • -
          fontFamily: string
          +
          fontFamily: string

          used as a key to the font registry.

        -

        Returns undefined | TextFormatterInfo

    -
    +

    Returns undefined | TextFormatterInfo

    the same info object that was passed in via TextFormatter.registerInfo(info)

    +
    +
    -
      - +
        +
      • Apps may register their own fonts and metrics, and those metrics will be available to the app for formatting.

        @@ -253,14 +252,15 @@
        +
        overwrite: boolean = false

      Returns void

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • DEBUG
  • +
  • fontSizeInPixels
  • +
  • localHeightCache
  • +
  • maxHeight
  • +
  • getGlyphMetrics
  • +
  • getResolution
  • +
  • getWidthForCharacterInEm
  • +
  • getWidthForTextInEm
  • +
  • getWidthForTextInPx
  • +
  • getYForCharacterInPx
  • +
  • getYForStringInPx
  • +
  • setFontSize
  • +
  • updateCacheKey
  • +
  • updateParams
  • +
  • create
  • +
  • getFontFamilies
  • +
  • getInfo
  • +
  • registerInfo
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/TextNote.html b/docs/api/classes/TextNote.html index 10a53d721b..4cf55a0bb4 100644 --- a/docs/api/classes/TextNote.html +++ b/docs/api/classes/TextNote.html @@ -1,4 +1,4 @@ -TextNote | vexflow
    +TextNote | vexflow
    -
    +
    • vexflow
    • @@ -24,7 +24,7 @@

      Class TextNote

    Hierarchy

    @@ -34,226 +34,227 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    glyphProps: GlyphProps
    -
    +
    -
    keyProps: KeyProps[]
    -
    +
    -
    keys: string[]
    -
    +
    -
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }
    +
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }

    Type declaration

    • -
      annotation_spacing: number
    • +
      annotation_spacing: number
    • -
      Optional draw?: boolean
    • +
      Optional draw?: boolean
    • -
      Optional draw_dots?: boolean
    • +
      Optional draw_dots?: boolean
    • -
      Optional draw_stem?: boolean
    • +
      Optional draw_stem?: boolean
    • -
      Optional draw_stem_through_stave?: boolean
    • +
      Optional draw_stem_through_stave?: boolean
    • -
      Optional extend_left?: number
    • +
      Optional extend_left?: number
    • -
      Optional extend_right?: number
    • +
      Optional extend_right?: number
    • -
      font: string
    • +
      font: string
    • -
      glyph_font_scale: number
    • +
      glyph_font_scale: number
    • -
      Optional glyph_font_size?: number
    • +
      Optional glyph_font_size?: number
    • -
      scale: number
    • +
      scale: number
    • -
      stroke_px: number
    • +
      stroke_px: number
    • -
      y_shift: number
    -
    +
    -
    Justification: typeof TextJustification = TextJustification
    -
    +
    Justification: typeof TextJustification = TextJustification
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -262,38 +263,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -302,76 +302,72 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get postFormatted(): boolean
      • Returns boolean

      • -
      • set postFormatted(value: boolean): void
      • +
      • set postFormatted(value): void
      • Set postformatted status.

        @@ -379,17 +375,17 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get preFormatted(): boolean
      • Returns boolean

      • -
      • set preFormatted(value: boolean): void
      • +
      • set preFormatted(value): void
      • Set preformatted status.

        @@ -397,30 +393,30 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -
      -
    • get GLYPHS(): Record<string, {
          code: string;
      }>
    • +
        +
      • get GLYPHS(): Record<string, {
            code: string;
        }>
      • Glyph data.

        -

        Returns Record<string, {
            code: string;
        }>

    +

    Returns Record<string, {
        code: string;
    }>

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Attach a modifier to this note.

        - -

        Returns

        this

        Parameters

        • -
          modifier: Modifier
          +
          modifier: Modifier

          the Modifier to add.

        • -
          index: number = 0
          +
          index: number = 0

          of the key to modify.

        -

        Returns TextNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Renders the TextNote. TextNote has to be assigned to a Stave before rendering by means of setStave.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the beam.

        -

        Returns undefined | Beam

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Return the center x shift.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to duration.

        Returns string

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Deprecated

        Use getGlyphProps() instead.

        Returns any

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the glyph width.

        Returns number

    -
    +
    -
      - +
        +
      • Return the intrinsic ticks.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns string[]

    -
    +
    -
      - +
        +
      • Get spacing to the left of the notes.

        Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
      - +
        +
      • Return the Stave line on which the TextNote is placed.

        Returns number

    -
    +
    -
      - +
        +
      • Get the stave line number for rest.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to note type.

        Returns string

    -
    +
    -
      - +
        +
      • Get the play note, which is arbitrary data that can be used by an audio player.

        -

        Returns undefined | Note

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the target stave.

        -

        Returns undefined | Stave

    -
    +
    -
      - +
        +
      • Get the direction of the stem.

        Returns number

    -
    +
    -
      - +
        +
      • Get the top and bottom y values of the stem.

        -

        Returns Record<string, number>

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the unformatted text of this TextNote.

        Returns string

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the x coordinate to the left of the note.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x coordinate to the right of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get width of note. Used by the formatter for positioning.

        Returns number

    -
    +
    -
      - +
        +
      • Get x position of this tick context.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x displaced pixels of the note.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get Y positions for this note. Each Y value is associated with an individual pitch/key within the note/chord.

        Returns number[]

    -
    +
    -
      - +
        +
      • Check it has a beam.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to hasStem.

        Returns boolean

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Accessor to isDotted.

        Returns boolean

    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        true if this note is a type of rest.

        +
        +

        Returns boolean

        true if this note is a type of rest.

        Rests don't have pitches, but take up space in the score. Subclasses should override this default implementation.

        -
        -

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Pre-render formatting.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -1379,31 +1371,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns TextNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    just: TextJustification
    +

    Returns TextNote

    +
    -
    -
    +
    -
    -
    +
    line: number
    +

    Returns TextNote

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns TextNote

      +

      Returns TextNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • True if this note has no duration (e.g., bar notes, spacers, etc.).

        Returns boolean

    -
    +
    + +
      + +
    • +

      Get point for notes.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional size: string
      +

      Returns number

    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • glyphProps
  • +
  • keyProps
  • +
  • keys
  • +
  • render_options
  • +
  • Justification
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • postFormatted
  • +
  • preFormatted
  • +
  • CATEGORY
  • +
  • GLYPHS
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addModifier
  • +
  • addStroke
  • +
  • addToModifierContext
  • +
  • applyStyle
  • +
  • applyTickMultiplier
  • +
  • checkBeam
  • +
  • checkContext
  • +
  • checkModifierContext
  • +
  • checkStave
  • +
  • checkTickContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAbsoluteX
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBeam
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getCenterXShift
  • +
  • getContext
  • +
  • getDuration
  • +
  • getFirstDotPx
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getFormatterMetrics
  • +
  • getGlyph
  • +
  • getGlyphProps
  • +
  • getGlyphWidth
  • +
  • getIntrinsicTicks
  • +
  • getKeyProps
  • +
  • getKeys
  • +
  • getLeftDisplacedHeadPx
  • +
  • getLeftParenthesisPx
  • +
  • getLine
  • +
  • getLineForRest
  • +
  • getLineNumber
  • +
  • getMetrics
  • +
  • getModifierContext
  • +
  • getModifierStartXY
  • +
  • getModifiers
  • +
  • getModifiersByType
  • +
  • getNoteType
  • +
  • getPlayNote
  • +
  • getRightDisplacedHeadPx
  • +
  • getRightParenthesisPx
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStemDirection
  • +
  • getStemExtents
  • +
  • getStyle
  • +
  • getText
  • +
  • getTickContext
  • +
  • getTickMultiplier
  • +
  • getTicks
  • +
  • getTieLeftX
  • +
  • getTieRightX
  • +
  • getTuplet
  • +
  • getTupletStack
  • +
  • getVoice
  • +
  • getWidth
  • +
  • getX
  • +
  • getXShift
  • +
  • getYForTopText
  • +
  • getYs
  • +
  • hasBeam
  • +
  • hasClass
  • +
  • hasStem
  • +
  • isCenterAligned
  • +
  • isDotted
  • +
  • isRendered
  • +
  • isRest
  • +
  • onRegister
  • +
  • postFormat
  • +
  • preFormat
  • +
  • removeClass
  • +
  • reset
  • +
  • resetFont
  • +
  • resetTuplet
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBeam
  • +
  • setCenterAlignment
  • +
  • setCenterXShift
  • +
  • setContext
  • +
  • setDuration
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIgnoreTicks
  • +
  • setIntrinsicTicks
  • +
  • setJustification
  • +
  • setLeftDisplacedHeadPx
  • +
  • setLine
  • +
  • setModifierContext
  • +
  • setPlayNote
  • +
  • setRendered
  • +
  • setRightDisplacedHeadPx
  • +
  • setStave
  • +
  • setStyle
  • +
  • setTickContext
  • +
  • setTuplet
  • +
  • setVoice
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYs
  • +
  • shouldIgnoreTicks
  • +
  • getPoint
  • +
  • plotMetrics
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/TickContext.html b/docs/api/classes/TickContext.html index 320ddc9773..7ac79b4662 100644 --- a/docs/api/classes/TickContext.html +++ b/docs/api/classes/TickContext.html @@ -1,4 +1,4 @@ -TickContext | vexflow
    +TickContext | vexflow

    Constructors

    -
    +
    -
    +
    Optional options: TickContextOptions
    +

    Returns TickContext

    Properties

    -
    +
    -
    tContexts: TickContext[]
    +
    tContexts: TickContext[]

    Methods

    -
    +
    -
    -
    +
    Optional voiceIndex: number
    +

    Returns TickContext

    +
    -
    -
    +

    Returns Tickable[]

    +
    -
    -
    +

    Returns Fraction

    +
    -
      - +
        +
      • -

        Returns {
            freedom: {
                left: number;
                right: number;
            };
        }

        +

        Returns {
            freedom: {
                left: number;
                right: number;
            };
        }

        • -
          freedom: {
              left: number;
              right: number;
          }
          +
          freedom: {
              left: number;
              right: number;
          }
          • -
            left: number
          • +
            left: number
          • -
            right: number
    -
    +
    right: number
    +
    -
    -
    +

    Returns undefined | Tickable

    +
    -
    -
    +

    Returns Fraction

    +
    -
    -
    +

    Returns TickContextMetrics

    +
    -
    -
    +

    Returns undefined | Tickable

    +
    -
    -
    +

    Returns undefined | Fraction

    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +
    voiceIndex: number
    +

    Returns Tickable

    +
    -
    -
    +

    Returns Tickable[]

    +
    -
      - +
        +
      • -

        Returns Record<string, Tickable>

    -
    +

    Returns Record<string, Tickable>

    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +

    Returns TickContext

    +
    -
    -
    +

    Returns TickContext

    +
    -
      - +

      Returns void

    -
    +
    -
    -
    +
    padding: number
    +

    Returns TickContext

    +
    -
    -
    +
    x: number
    +

    Returns TickContext

    +
    -
      - +
        +
      • Parameters

        • -
          xBase: number
        +
        xBase: number

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          xOffset: number
        +
        xOffset: number

      Returns void

    -
    +
    -
    - +

    Returns undefined | TickContext

    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • tContexts
  • +
  • addTickable
  • +
  • getCenterAlignedTickables
  • +
  • getCurrentTick
  • +
  • getFormatterMetrics
  • +
  • getMaxTickable
  • +
  • getMaxTicks
  • +
  • getMetrics
  • +
  • getMinTickable
  • +
  • getMinTicks
  • +
  • getTickID
  • +
  • getTickableForVoice
  • +
  • getTickables
  • +
  • getTickablesByVoice
  • +
  • getWidth
  • +
  • getX
  • +
  • getXBase
  • +
  • getXOffset
  • +
  • postFormat
  • +
  • preFormat
  • +
  • setCurrentTick
  • +
  • setPadding
  • +
  • setX
  • +
  • setXBase
  • +
  • setXOffset
  • +
  • getNextContext
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Tickable.html b/docs/api/classes/Tickable.html index b9ff05d3c8..608bd2bde5 100644 --- a/docs/api/classes/Tickable.html +++ b/docs/api/classes/Tickable.html @@ -1,4 +1,4 @@ -Tickable | vexflow
    +Tickable | vexflow
    -
    +
    +
  • Note
  • @@ -34,125 +34,125 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -161,38 +161,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -201,75 +200,71 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get postFormatted(): boolean
      • Returns boolean

      • -
      • set postFormatted(value: boolean): void
      • +
      • set postFormatted(value): void
      • Set postformatted status.

        @@ -277,15 +272,15 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get preFormatted(): boolean
      • Returns boolean

      • -
      • set preFormatted(value: boolean): void
      • +
      • set preFormatted(value): void
      • Set preformatted status.

        @@ -293,21 +288,21 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    index: number = 0
    +

    Returns Tickable

    +
    -
    -
    +
    mc: ModifierContext
    +

    Returns Tickable

    this

    +
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +

    Returns ModifierContext

    +
    -
      - +
        +
      • Parameters

        • -
          message: string = 'Tickable has no tick context.'
        -

        Returns TickContext

    -
    +
    message: string = 'Tickable has no tick context.'
    +

    Returns TickContext

    +
    -
      - +
        +
      • Draw an element.

        @@ -437,29 +431,29 @@
        • -
          Rest ...args: any[]
        +
        Rest ...args: any[]

      Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Return the center x shift.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +

    Returns FormatterMetrics

    +
    -
      - +
        +
      • Return the intrinsic ticks.

        Returns number

    -
    +
    -
      - +
        +
      • Returns any

    -
    +
    -
    -
    +

    Returns undefined | ModifierContext

    +
    -
    -
    +

    Returns Modifier[]

    +
    -
    -
    +
    -
      - +
        +
      • Get the target stave.

        -

        Returns undefined | Stave

    -
    +

    Returns undefined | Stave

    +
    -
    -
    +
    -
    -
    +

    Returns Fraction

    +
    -
    -
    +

    Returns Fraction

    +
    -
      - +
        +
      • Get the tuplet.

        -

        Returns undefined | Tuplet

    -
    +

    Returns undefined | Tuplet

    +
    -
      - +
        +
      • Return a list of Tuplets.

        -

        Returns Tuplet[]

    -
    +

    Returns Tuplet[]

    +
    -
      - +
        +
      • Return the associated voice. Every tickable must be associated with a voice. This allows formatters and preFormatter to associate them with the right modifierContexts.

        -

        Returns Voice

    -
    +

    Returns Voice

    +
    -
      - +
        +
      • Get width of note. Used by the formatter for positioning.

        Returns number

    -
    +
    -
      - +
        +
      • Get x position of this tick context.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x displaced pixels of the note.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns boolean

    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +

    Returns Tickable

    +
    -
      - +
        +
      • Preformat the Tickable.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +

    Returns Tickable

    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    Optional tuplet: Tuplet
    +

    Returns Tickable

    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          align_center: boolean
        -

        Returns Tickable

    -
    +
    align_center: boolean
    +

    Returns Tickable

    +
    -
    -
    +
    centerXShift: number
    +

    Returns Tickable

    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -869,31 +862,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Tickable

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    flag: boolean
    +

    Returns Tickable

    +
    -
    -
    +
    -
    -
    +
    Optional mc: ModifierContext
    +

    Returns Tickable

    +
    -
    -
    +
    -
    -
    +
    stave: Stave
    +

    Returns Tickable

    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Tickable

      +

      Returns Tickable

    -
    +
    -
    -
    +
    -
    -
    +
    tuplet: Tuplet
    +

    Returns Tickable

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    x: number
    +

    Returns Tickable

    +
    -
      - +
        +
      • Check if it ignores the ticks.

        Returns boolean

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • postFormatted
  • +
  • preFormatted
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addModifier
  • +
  • addToModifierContext
  • +
  • applyStyle
  • +
  • applyTickMultiplier
  • +
  • checkContext
  • +
  • checkModifierContext
  • +
  • checkTickContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAbsoluteX
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getCenterXShift
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getFormatterMetrics
  • +
  • getIntrinsicTicks
  • +
  • getMetrics
  • +
  • getModifierContext
  • +
  • getModifiers
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStyle
  • +
  • getTickMultiplier
  • +
  • getTicks
  • +
  • getTuplet
  • +
  • getTupletStack
  • +
  • getVoice
  • +
  • getWidth
  • +
  • getX
  • +
  • getXShift
  • +
  • hasClass
  • +
  • isCenterAligned
  • +
  • isRendered
  • +
  • onRegister
  • +
  • postFormat
  • +
  • preFormat
  • +
  • removeClass
  • +
  • reset
  • +
  • resetFont
  • +
  • resetTuplet
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setCenterAlignment
  • +
  • setCenterXShift
  • +
  • setContext
  • +
  • setDuration
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIgnoreTicks
  • +
  • setIntrinsicTicks
  • +
  • setModifierContext
  • +
  • setRendered
  • +
  • setStave
  • +
  • setStyle
  • +
  • setTickContext
  • +
  • setTuplet
  • +
  • setVoice
  • +
  • setWidth
  • +
  • setXShift
  • +
  • shouldIgnoreTicks
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/TimeSigNote.html b/docs/api/classes/TimeSigNote.html index 7ddd3b68d7..3c39407817 100644 --- a/docs/api/classes/TimeSigNote.html +++ b/docs/api/classes/TimeSigNote.html @@ -1,4 +1,4 @@ -TimeSigNote | vexflow
    +TimeSigNote | vexflow
    -
    +
    • vexflow
    • @@ -26,7 +26,7 @@

      Class TimeSigNote

    Hierarchy

    @@ -36,219 +36,220 @@

    Constructors

    -
    +
    -
      - +
        +
      • Parameters

        • -
          timeSpec: string
        • +
          timeSpec: string
        • -
          Optional customPadding: number
        -

        Returns TimeSigNote

      +

      Returns TimeSigNote

    Properties

    -
    +
    -
    glyphProps: GlyphProps
    -
    +
    -
    keyProps: KeyProps[]
    -
    +
    -
    keys: string[]
    -
    +
    -
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }
    +
    render_options: {
        annotation_spacing: number;
        draw?: boolean;
        draw_dots?: boolean;
        draw_stem?: boolean;
        draw_stem_through_stave?: boolean;
        extend_left?: number;
        extend_right?: number;
        font: string;
        glyph_font_scale: number;
        glyph_font_size?: number;
        scale: number;
        stroke_px: number;
        y_shift: number;
    }

    Type declaration

    • -
      annotation_spacing: number
    • +
      annotation_spacing: number
    • -
      Optional draw?: boolean
    • +
      Optional draw?: boolean
    • -
      Optional draw_dots?: boolean
    • +
      Optional draw_dots?: boolean
    • -
      Optional draw_stem?: boolean
    • +
      Optional draw_stem?: boolean
    • -
      Optional draw_stem_through_stave?: boolean
    • +
      Optional draw_stem_through_stave?: boolean
    • -
      Optional extend_left?: number
    • +
      Optional extend_left?: number
    • -
      Optional extend_right?: number
    • +
      Optional extend_right?: number
    • -
      font: string
    • +
      font: string
    • -
      glyph_font_scale: number
    • +
      glyph_font_scale: number
    • -
      Optional glyph_font_size?: number
    • +
      Optional glyph_font_size?: number
    • -
      scale: number
    • +
      scale: number
    • -
      stroke_px: number
    • +
      stroke_px: number
    • -
      y_shift: number
    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -257,38 +258,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -297,76 +297,72 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get postFormatted(): boolean
      • Returns boolean

      • -
      • set postFormatted(value: boolean): void
      • +
      • set postFormatted(value): void
      • Set postformatted status.

        @@ -374,17 +370,17 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get preFormatted(): boolean
      • Returns boolean

      • -
      • set preFormatted(value: boolean): void
      • +
      • set preFormatted(value): void
      • Set preformatted status.

        @@ -392,22 +388,22 @@

        Returns booleanParameters

        • -
          value: boolean
        +
        value: boolean

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw an element.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the beam.

        -

        Returns undefined | Beam

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Return the center x shift.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to duration.

        Returns string

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Deprecated

        Use getGlyphProps() instead.

        Returns any

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the glyph width.

        Returns number

    -
    +
    -
      - +
        +
      • Return the intrinsic ticks.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns string[]

    -
    +
    -
      - +
        +
      • Get spacing to the left of the notes.

        Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
      - +
        +
      • Get the stave line number for rest.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to note type.

        Returns string

    -
    +
    -
      - +
        +
      • Get the play note, which is arbitrary data that can be used by an audio player.

        -

        Returns undefined | Note

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the target stave.

        -

        Returns undefined | Stave

    -
    +
    -
      - +
        +
      • Get the direction of the stem.

        Returns number

    -
    +
    -
      - +
        +
      • Get the top and bottom y values of the stem.

        -

        Returns Record<string, number>

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the x coordinate to the left of the note.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x coordinate to the right of the note.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get width of note. Used by the formatter for positioning.

        Returns number

    -
    +
    -
      - +
        +
      • Get x position of this tick context.

        Returns number

    -
    +
    -
      - +
        +
      • Get the x displaced pixels of the note.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get Y positions for this note. Each Y value is associated with an individual pitch/key within the note/chord.

        Returns number[]

    -
    +
    -
      - +
        +
      • Check it has a beam.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
        +
      • Accessor to hasStem.

        Returns boolean

    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Accessor to isDotted.

        Returns boolean

    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        true if this note is a type of rest.

        +
        +

        Returns boolean

        true if this note is a type of rest.

        Rests don't have pitches, but take up space in the score. Subclasses should override this default implementation.

        -
        -

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -1349,31 +1341,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns TimeSigNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns TimeSigNote

      +

      Returns TimeSigNote

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • True if this note has no duration (e.g., bar notes, spacers, etc.).

        Returns boolean

    -
    +
    + +
      + +
    • +

      Get point for notes.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional size: string
      +

      Returns number

    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • glyphProps
  • +
  • keyProps
  • +
  • keys
  • +
  • render_options
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • postFormatted
  • +
  • preFormatted
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addModifier
  • +
  • addStroke
  • +
  • addToModifierContext
  • +
  • applyStyle
  • +
  • applyTickMultiplier
  • +
  • checkBeam
  • +
  • checkContext
  • +
  • checkModifierContext
  • +
  • checkStave
  • +
  • checkTickContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAbsoluteX
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBeam
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getCenterXShift
  • +
  • getContext
  • +
  • getDuration
  • +
  • getFirstDotPx
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getFormatterMetrics
  • +
  • getGlyph
  • +
  • getGlyphProps
  • +
  • getGlyphWidth
  • +
  • getIntrinsicTicks
  • +
  • getKeyProps
  • +
  • getKeys
  • +
  • getLeftDisplacedHeadPx
  • +
  • getLeftParenthesisPx
  • +
  • getLineForRest
  • +
  • getLineNumber
  • +
  • getMetrics
  • +
  • getModifierContext
  • +
  • getModifierStartXY
  • +
  • getModifiers
  • +
  • getModifiersByType
  • +
  • getNoteType
  • +
  • getPlayNote
  • +
  • getRightDisplacedHeadPx
  • +
  • getRightParenthesisPx
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStemDirection
  • +
  • getStemExtents
  • +
  • getStyle
  • +
  • getTickContext
  • +
  • getTickMultiplier
  • +
  • getTicks
  • +
  • getTieLeftX
  • +
  • getTieRightX
  • +
  • getTuplet
  • +
  • getTupletStack
  • +
  • getVoice
  • +
  • getWidth
  • +
  • getX
  • +
  • getXShift
  • +
  • getYForTopText
  • +
  • getYs
  • +
  • hasBeam
  • +
  • hasClass
  • +
  • hasStem
  • +
  • isCenterAligned
  • +
  • isDotted
  • +
  • isRendered
  • +
  • isRest
  • +
  • onRegister
  • +
  • postFormat
  • +
  • preFormat
  • +
  • removeClass
  • +
  • reset
  • +
  • resetFont
  • +
  • resetTuplet
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBeam
  • +
  • setCenterAlignment
  • +
  • setCenterXShift
  • +
  • setContext
  • +
  • setDuration
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIgnoreTicks
  • +
  • setIntrinsicTicks
  • +
  • setLeftDisplacedHeadPx
  • +
  • setModifierContext
  • +
  • setPlayNote
  • +
  • setRendered
  • +
  • setRightDisplacedHeadPx
  • +
  • setStave
  • +
  • setStyle
  • +
  • setTickContext
  • +
  • setTuplet
  • +
  • setVoice
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYs
  • +
  • shouldIgnoreTicks
  • +
  • getPoint
  • +
  • plotMetrics
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/TimeSignature.html b/docs/api/classes/TimeSignature.html index 93444a5f82..1447a56c49 100644 --- a/docs/api/classes/TimeSignature.html +++ b/docs/api/classes/TimeSignature.html @@ -1,4 +1,4 @@ -TimeSignature | vexflow
    +TimeSignature | vexflow
    -
    +
    • vexflow
    • @@ -23,7 +23,7 @@

      Class TimeSignature

    Hierarchy

    @@ -33,132 +33,132 @@

    Constructors

    -
    +
    -
      - +
        +
      • Parameters

        • -
          timeSpec: string = '4/4'
        • +
          timeSpec: string = '4/4'
        • -
          customPadding: number = 15
        • +
          customPadding: number = 15
        • -
          validate_args: boolean = true
        -

        Returns TimeSignature

      +

      Returns TimeSignature

    Properties

    -
    +
    -
    bottomLine: number
    -
    +
    bottomLine: number
    +
    -
    point: number
    -
    +
    point: number
    +
    -
    topLine: number
    -
    +
    topLine: number
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -167,38 +167,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -207,94 +206,90 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -
    -
    +
    -
      -
    • get glyphs(): Record<string, {
          code: string;
          line: number;
      }>
    • +
        +
      • get glyphs(): Record<string, {
            code: string;
            line: number;
        }>
      • -

        Returns Record<string, {
            code: string;
            line: number;
        }>

    +

    Returns Record<string, {
        code: string;
        line: number;
    }>

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the time signature on a Stave using its RenderContext. Both setStave and setContext must already be run.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Get the Glyph object used to create the time signature. Numeric time signatures such as 3/8 have a composite Glyph stored as a single Glyph object.

        -

        Returns Glyph

    -
    +

    Returns Glyph

    +
    -
    -
    +

    Returns TimeSignatureInfo

    +
    -
      - +
        +
      • Return a boolean on whether this TimeSignature is drawn with one or more numbers (such as 4/4) or not (as in cut time).

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the staff line that the TimeSignature sits on. Generally 0 for numerator/ denominator time signatures such as 3/4 and 2 for cut/common.

        Returns number

    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the timeSpec (such as '4/4' or 'C|' or even '2/4+3/8') of the TimeSignature

        Returns string

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Returns a new TimeSignatureGlyph (a Glyph subclass that knows how to draw both top and bottom digits along with plus signs etc.)

        @@ -593,14 +587,14 @@
        • -
          topDigits: string
        • +
          topDigits: string
        • -
          botDigits: string
        -

        Returns TimeSignatureGlyph

    -
    +
    botDigits: string
    +

    Returns TimeSignatureGlyph

    +
    -
    -
    +
    -
    -
    +
    timeSpec: string
    +

    Returns TimeSignatureInfo

    +
    -
      - +
        +
      • Runs setYShift() for the Glyph object so that it matches the position of line for the Stave provided. A customShift can also be given (measured in the same units @@ -642,19 +636,19 @@

        +
        customShift: number = 0

      Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -734,31 +728,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns TimeSignature

    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the Glyph object used to draw the time signature, and update the width of the TimeSignature to match. The Glyph must define width in its metrics.

        @@ -781,12 +775,12 @@
        +
        glyph: Glyph

      Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the line number that the TimeSignature sits on. Half-values are acceptable for spaces, etc. Can be altered, for instance, for signatures that sit above the @@ -835,36 +829,36 @@

        • -
          line: number
        +
        line: number

      Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns TimeSignature

      +

      Returns TimeSignature

    -
    +
    -
    -
    +
    timeSpec: string
    +

    Returns TimeSignature

    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • bottomLine
  • +
  • point
  • +
  • topLine
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • glyphs
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • checkStave
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getGlyph
  • +
  • getInfo
  • +
  • getIsNumeric
  • +
  • getLayoutMetrics
  • +
  • getLine
  • +
  • getPadding
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStyle
  • +
  • getTimeSpec
  • +
  • getWidth
  • +
  • getX
  • +
  • hasClass
  • +
  • isRendered
  • +
  • makeTimeSignatureGlyph
  • +
  • onRegister
  • +
  • parseTimeSpec
  • +
  • placeGlyphOnLine
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGlyph
  • +
  • setGroupStyle
  • +
  • setIsNumeric
  • +
  • setLayoutMetrics
  • +
  • setLine
  • +
  • setPadding
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setStave
  • +
  • setStyle
  • +
  • setTimeSig
  • +
  • setWidth
  • +
  • setX
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/TimeSignatureGlyph.html b/docs/api/classes/TimeSignatureGlyph.html index a870a8f3a9..9979349df3 100644 --- a/docs/api/classes/TimeSignatureGlyph.html +++ b/docs/api/classes/TimeSignatureGlyph.html @@ -1,4 +1,4 @@ -TimeSignatureGlyph | vexflow
    +TimeSignatureGlyph | vexflow
    -
    +
    • vexflow
    • @@ -26,7 +26,7 @@

      Class TimeSignatureGlyph

    Hierarchy

    @@ -36,190 +36,190 @@

    Constructors

    -
    +
    -
      - +
        +
      • Parameters

        • -
          timeSignature: TimeSignature
        • +
          timeSignature: TimeSignature
        • -
          topDigits: string
        • +
          topDigits: string
        • -
          botDigits: string
        • +
          botDigits: string
        • -
          code: string
        • +
          code: string
        • -
          point: number
        • +
          point: number
        • -
          Optional options: {
              category: string;
          }
          +
          Optional options: {
              category: string;
          }
          • -
            category: string
        -

        Returns TimeSignatureGlyph

    +

    Returns TimeSignatureGlyph

    Properties

    -
    +
    -
    bbox: BoundingBox = ...
    -
    +
    -
    botGlyphs: Glyph[] = []
    -
    +
    -
    botStartX: number
    -
    +
    botStartX: number
    +
    -
    code: string
    -
    +
    -
    lineShift: number
    -
    +
    lineShift: number
    +
    -
    metrics: GlyphMetrics
    -
    +
    -
    scale: number = 1
    -
    +
    -
    timeSignature: TimeSignature
    -
    +
    timeSignature: TimeSignature
    +
    -
    topGlyphs: Glyph[] = []
    -
    +
    -
    topStartX: number
    -
    +
    topStartX: number
    +
    -
    width: number
    -
    +
    width: number
    +
    -
    xMin: number
    -
    +
    xMin: number
    +
    -
    CURRENT_CACHE_KEY: string = ''
    -
    +
    -
    MUSIC_FONT_STACK: Font[] = []
    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -228,38 +228,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -268,81 +267,77 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
        +
      • Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          x: number
        +
        x: number

      Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -709,31 +703,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns TimeSignatureGlyph

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          options: any
        +
        options: any

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          x: number
        • +
          x: number
        • -
          y: number
        +
        y: number

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          x: number
        +
        x: number

      Returns void

    -
    +
    -
      - +
        +
      • Parameters

        • -
          y: number
        +
        y: number

      Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns TimeSignatureGlyph

      +

      Returns TimeSignatureGlyph

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          outline: number[]
        • +
          outline: number[]
        • -
          scale: number
        • +
          scale: number
        • -
          x_pos: number
        • +
          x_pos: number
        • -
          y_pos: number
        -

        Returns BoundingBox

      +

      Returns BoundingBox

    -
    +
    -
      - +
        +
      • Parameters

        • -
          code: string
        • +
          code: string
        • -
          point: number
        • +
          point: number
        • -
          Optional category: string
        +
        Optional category: string

      Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Pass a key of the form glyphs.{category}.{code}.{key} to Font.lookupMetric(). If the initial lookup fails, try again with the path glyphs.{category}.{key}. If the second lookup fails, return the defaultValue.

        @@ -956,102 +950,102 @@
        • -
          font: Font
        • +
          font: Font
        • -
          category: string
          +
          category: string

          any metric path under 'glyphs', so 'stem.up' could resolve to glyphs.stem.up.shiftX, glyphs.stem.up.shiftY, etc.

        • -
          code: string
        • +
          code: string
        • -
          key: string
        • +
          key: string
        • -
          defaultValue: number
        +
        defaultValue: number

      Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Renders glyphs from the default font stack.

        - -

        Returns

        +

        Parameters

        • -
          ctx: RenderContext
          +
          ctx: RenderContext

          Canvas or SVG context

        • -
          x_pos: number
          +
          x_pos: number

          x coordinate

        • -
          y_pos: number
          +
          y_pos: number

          y coordinate

        • -
          point: number
          +
          point: number

          the point size of the font

        • -
          code: string
          +
          code: string

          the glyph code in font.getGlyphs()

        • -
          Optional options: {
              category?: string;
              scale?: number;
          }
          +
          Optional options: {
              category?: string;
              scale?: number;
          }
          • -
            Optional category?: string
          • +
            Optional category?: string
          • -
            Optional scale?: number
        -

        Returns GlyphMetrics

    +

    Returns GlyphMetrics

    -
    +
    -
      - +
        +
      • Parameters

        • -
          ctx: RenderContext
        • +
          ctx: RenderContext
        • -
          outline: number[]
        • +
          outline: number[]
        • -
          scale: number
        • +
          scale: number
        • -
          x_pos: number
        • +
          x_pos: number
        • -
          y_pos: number
        +
        y_pos: number

      Returns void

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • bbox
  • +
  • botGlyphs
  • +
  • botStartX
  • +
  • code
  • +
  • lineShift
  • +
  • metrics
  • +
  • scale
  • +
  • timeSignature
  • +
  • topGlyphs
  • +
  • topStartX
  • +
  • width
  • +
  • xMin
  • +
  • CURRENT_CACHE_KEY
  • +
  • MUSIC_FONT_STACK
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • checkMetrics
  • +
  • checkStave
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getCode
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getMetrics
  • +
  • getSVGElement
  • +
  • getStyle
  • +
  • getXShift
  • +
  • getYshift
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • render
  • +
  • renderToStave
  • +
  • reset
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setOptions
  • +
  • setOrigin
  • +
  • setOriginX
  • +
  • setOriginY
  • +
  • setPoint
  • +
  • setRendered
  • +
  • setStave
  • +
  • setStyle
  • +
  • setXShift
  • +
  • setYShift
  • +
  • getOutlineBoundingBox
  • +
  • getWidth
  • +
  • loadMetrics
  • +
  • lookupFontMetric
  • +
  • lookupGlyph
  • +
  • renderGlyph
  • +
  • renderOutline
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Tremolo.html b/docs/api/classes/Tremolo.html index 9d5a2cde4f..d1ade81287 100644 --- a/docs/api/classes/Tremolo.html +++ b/docs/api/classes/Tremolo.html @@ -1,4 +1,4 @@ -Tremolo | vexflow
    +Tremolo | vexflow
    -
    +
    • vexflow
    • @@ -21,7 +21,7 @@

      Class Tremolo

    Hierarchy

    @@ -31,125 +31,125 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    extra_stroke_scale: number
    +
    extra_stroke_scale: number

    Font scaling for big strokes.

    -
    +
    -
    y_spacing_scale: number
    +
    y_spacing_scale: number

    Extra spacing required for big strokes.

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -158,38 +158,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -198,71 +197,67 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Modifiers category string. Every modifier has a different category. @@ -270,28 +265,28 @@

    -
    +
    -
    -
    +
    -
      -
    • get PositionString(): Record<string, number>
    • +
        +
      • get PositionString(): Record<string, number>
      • -

        Returns Record<string, number>

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Used in draw() to check and get the attached note (StaveNote, TabNote, etc.). Also verifies that the index is valid.

        -

        Returns Note

    -
    +
    -
    -
    +
    -
      - +
        +
      • Check and get note index, which is a specific note in a chord.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the tremolo on the rendering context.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Get note index, which is a specific note in a chord.

        Returns undefined | number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get modifier widths.

        Returns number

    -
    +
    -
      - +
        +
      • Get shift modifier x

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -681,31 +675,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Tremolo

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set spacing from next modifier.

        @@ -815,37 +809,37 @@

      Returns void

    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Tremolo

      +

      Returns Tremolo

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • extra_stroke_scale
  • +
  • y_spacing_scale
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • PositionString
  • +
  • addChildElement
  • +
  • addClass
  • +
  • alignSubNotesWithNote
  • +
  • applyStyle
  • +
  • checkAttachedNote
  • +
  • checkContext
  • +
  • checkIndex
  • +
  • checkModifierContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getIndex
  • +
  • getModifierContext
  • +
  • getNote
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getSpacingFromNextModifier
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getXShift
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setIndex
  • +
  • setModifierContext
  • +
  • setNote
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setSpacingFromNextModifier
  • +
  • setStyle
  • +
  • setTextLine
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYShift
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Tuning.html b/docs/api/classes/Tuning.html index 7cc01a64f9..b23e4bc48a 100644 --- a/docs/api/classes/Tuning.html +++ b/docs/api/classes/Tuning.html @@ -1,4 +1,4 @@ -Tuning | vexflow
    +Tuning | vexflow

    Constructors

    -
    +
    -
    +

    Returns Tuning

    Accessors

    -
    +
    -
      -
    • get names(): Record<string, string>
    • +
        +
      • get names(): Record<string, string>
      • -

        Returns Record<string, string>

    +

    Returns Record<string, string>

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • names
  • +
  • getNoteForFret
  • +
  • getValueForFret
  • +
  • getValueForString
  • +
  • noteToInteger
  • +
  • setTuning
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Tuplet.html b/docs/api/classes/Tuplet.html index 10762b5877..9b9351fe51 100644 --- a/docs/api/classes/Tuplet.html +++ b/docs/api/classes/Tuplet.html @@ -1,4 +1,4 @@ -Tuplet | vexflow
    +Tuplet | vexflow
    -
    +
    • vexflow
    • @@ -26,7 +26,7 @@

      Class Tuplet

    Hierarchy

    @@ -36,114 +36,114 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    notes: Note[]
    -
    +
    notes: Note[]
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -152,38 +152,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -192,105 +191,101 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -
      +
      • get LOCATION_BOTTOM(): number
      • Returns number

    -
    +
    -
      +
      • get LOCATION_TOP(): number
      • Returns number

    -
    +
    -
      +
      • get NESTING_OFFSET(): number
      • Returns number

    -
    +
    -
    +

    Returns TupletMetrics

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
      - +
        +
      • Draw an element.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +

    Returns Note[]

    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
      - +
        +
      • Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          beats: number
        +
        beats: number

      Returns void

    -
    +
    -
    -
    +
    bracketed: boolean
    +

    Returns Tuplet

    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -659,31 +653,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Tuplet

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          notes: number
        +
        notes: number

      Returns void

    -
    +
    -
    -
    +
    ratioed: boolean
    +

    Returns Tuplet

    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Tuplet

      +

      Returns Tuplet

    -
    +
    -
    - +

    Returns Tuplet

    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • notes
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • LOCATION_BOTTOM
  • +
  • LOCATION_TOP
  • +
  • NESTING_OFFSET
  • +
  • metrics
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • attach
  • +
  • beatsOccupiedDeprecationWarning
  • +
  • checkContext
  • +
  • detach
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBeatsOccupied
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getNestedTupletCount
  • +
  • getNoteCount
  • +
  • getNotes
  • +
  • getNotesOccupied
  • +
  • getSVGElement
  • +
  • getStyle
  • +
  • getYPosition
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • resolveGlyphs
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setBeatsOccupied
  • +
  • setBracketed
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setNotesOccupied
  • +
  • setRatioed
  • +
  • setRendered
  • +
  • setStyle
  • +
  • setTupletLocation
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Vex.html b/docs/api/classes/Vex.html index 7a3831691f..0ce39f2333 100644 --- a/docs/api/classes/Vex.html +++ b/docs/api/classes/Vex.html @@ -1,4 +1,4 @@ -Vex | vexflow
    +Vex | vexflow

    Constructors

    -
    +
    -
      - +
    +

    Returns Vex

    Properties

    -
    +
    -
    Flow: typeof Flow = Flow
    -
    +
    Flow: typeof Flow = Flow
    +
    -
    -
    +
    +
    -
    RuntimeError: RuntimeError
    +
    RuntimeError: RuntimeError

    Methods

    -
    +
    -
      - +
        +
      • Benchmark. Run function f once and report time elapsed shifted by s milliseconds.

        @@ -74,14 +74,14 @@
        • -
          s: any
        • +
          s: any
        • -
          f: any
        +
        f: any

      Returns void

    -
    +
    -
      - +
        +
      • Check if array arr contains obj.

        @@ -89,25 +89,25 @@
        • -
          arr: any[]
        • +
          arr: any[]
        • -
          obj: any
        +
        obj: any

      Returns boolean

    -
    +
    -
      - +
        +
      • Parameters

        • -
          canvasSelector: string
        -

        Returns RenderingContext

    -
    +
    canvasSelector: string
    +

    Returns RenderingContext

    +
    -
      - +
        +
      • Take arr and return a new list consisting of the sorted, unique, contents of arr. Does not modify arr.

        @@ -116,22 +116,23 @@
        • -
          arr: any[]
        • +
          arr: any[]
        • -
          cmp: any
        • +
          cmp: any
        • -
          eq: any
        +
        eq: any

      Returns any[]

    -
    +
    -
      - +
        +
      • Returns undefined | string

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • Flow
  • +
  • RERR
  • +
  • RuntimeError
  • +
  • benchmark
  • +
  • contains
  • +
  • getCanvasContext
  • +
  • sortAndUnique
  • +
  • stackTrace
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Vibrato.html b/docs/api/classes/Vibrato.html index f6fb11ee7c..45fd085e86 100644 --- a/docs/api/classes/Vibrato.html +++ b/docs/api/classes/Vibrato.html @@ -1,4 +1,4 @@ -Vibrato | vexflow
    +Vibrato | vexflow
    -
    +
    • vexflow
    • @@ -21,7 +21,7 @@

      Class Vibrato

    Hierarchy

    @@ -31,114 +31,114 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    render_options: VibratoRenderOptions
    -
    +
    render_options: VibratoRenderOptions
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -147,38 +147,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -187,71 +186,67 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Modifiers category string. Every modifier has a different category. @@ -259,28 +254,28 @@

    -
    +
    -
    -
    +
    -
      -
    • get PositionString(): Record<string, number>
    • +
        +
      • get PositionString(): Record<string, number>
      • -

        Returns Record<string, number>

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Used in draw() to check and get the attached note (StaveNote, TabNote, etc.). Also verifies that the index is valid.

        -

        Returns Note

    -
    +
    -
    -
    +
    -
      - +
        +
      • Check and get note index, which is a specific note in a chord.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the vibrato on the rendering context.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Get note index, which is a specific note in a chord.

        Returns undefined | number

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get modifier widths.

        Returns number

    -
    +
    -
      - +
        +
      • Get shift modifier x

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -670,31 +664,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Vibrato

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    harsh: boolean
    +

    Returns Vibrato

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set spacing from next modifier.

        @@ -817,37 +811,37 @@

      Returns void

    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Vibrato

      +

      Returns Vibrato

    -
    +
    -
    -
    +
    -
    -
    +
    width: number
    +

    Returns Vibrato

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • render_options
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • PositionString
  • +
  • addChildElement
  • +
  • addClass
  • +
  • alignSubNotesWithNote
  • +
  • applyStyle
  • +
  • checkAttachedNote
  • +
  • checkContext
  • +
  • checkIndex
  • +
  • checkModifierContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getIndex
  • +
  • getModifierContext
  • +
  • getNote
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getSpacingFromNextModifier
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getXShift
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setHarsh
  • +
  • setIndex
  • +
  • setModifierContext
  • +
  • setNote
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setSpacingFromNextModifier
  • +
  • setStyle
  • +
  • setTextLine
  • +
  • setVibratoWidth
  • +
  • setWidth
  • +
  • setXShift
  • +
  • setYShift
  • +
  • format
  • +
  • renderVibrato
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/VibratoBracket.html b/docs/api/classes/VibratoBracket.html index 8b24cf0ab8..93977919db 100644 --- a/docs/api/classes/VibratoBracket.html +++ b/docs/api/classes/VibratoBracket.html @@ -1,4 +1,4 @@ -VibratoBracket | vexflow
    +VibratoBracket | vexflow

    Constructors

    -
    +
    - +

    Returns VibratoBracket

    Properties

    -
    +
    -
    render_options: {
        harsh: boolean;
        vibrato_width: number;
        wave_girth: number;
        wave_height: number;
        wave_width: number;
    }
    +
    render_options: {
        harsh: boolean;
        vibrato_width: number;
        wave_girth: number;
        wave_height: number;
        wave_width: number;
    }

    Type declaration

    • -
      harsh: boolean
    • +
      harsh: boolean
    • -
      vibrato_width: number
    • +
      vibrato_width: number
    • -
      wave_girth: number
    • +
      wave_girth: number
    • -
      wave_height: number
    • +
      wave_height: number
    • -
      wave_width: number
    -
    +
    wave_width: number
    +
    -
    DEBUG: boolean = false
    +
    DEBUG: boolean = false

    To enable logging for this class. Set Vex.Flow.VibratoBracket.DEBUG to true.

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -156,38 +156,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -196,81 +195,77 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the vibrato bracket on the rendering context.

        Returns void

    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -555,31 +549,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns VibratoBracket

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    harsh: boolean
    +

    Returns VibratoBracket

    +
    -
    -
    +
    line: number
    +

    Returns VibratoBracket

    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns VibratoBracket

      +

      Returns VibratoBracket

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • render_options
  • +
  • DEBUG
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getSVGElement
  • +
  • getStyle
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setHarsh
  • +
  • setLine
  • +
  • setRendered
  • +
  • setStyle
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Voice.html b/docs/api/classes/Voice.html index 3a56a5a635..3c2462868b 100644 --- a/docs/api/classes/Voice.html +++ b/docs/api/classes/Voice.html @@ -1,4 +1,4 @@ -Voice | vexflow
    +Voice | vexflow
    -
    +
    • vexflow
    • @@ -21,7 +21,7 @@

      Class Voice

    Hierarchy

    @@ -31,109 +31,109 @@

    Constructors

    -
    +
    -

    Properties

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -142,38 +142,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -182,79 +181,75 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -
      -
    • get Mode(): typeof VoiceMode
    • +
        +
      • get Mode(): typeof VoiceMode
      • Modes allow the addition of ticks in three different ways:

          @@ -263,13 +258,13 @@
        -

        Returns typeof VoiceMode

    +

    Returns typeof VoiceMode

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    tickable: Tickable
    +

    Returns Voice

    +
    -
    -
    +
    tickables: Tickable[]
    +

    Returns Voice

    +
    -
    -
    +
    -
    -
    +
    -
    -
    +

    Returns Stave

    +
    -
    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
      - +
        +
      • Get the actual tick resolution for the voice.

        Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
      - +
        +
      • Get the largest width of all the tickables.

        Returns number

    -
    +
    -
      - +
        +
      • Get the voice mode (Voice.Mode.SOFT, STRICT, or FULL)

        Returns number

    -
    +
    -
      - +
        +
      • Get the resolution multiplier for the voice.

        Returns number

    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the tick count for the shortest tickable

        -

        Returns Fraction

    -
    +

    Returns Fraction

    +
    -
      - +
        +
      • -

        Returns undefined | Stave

    -
    +

    Returns undefined | Stave

    +
    -
    -
    +
    -
    -
    +

    Returns Tickable[]

    +
    -
      - +
        +
      • Get the total ticks used in the voice by all the tickables.

        -

        Returns Fraction

    -
    +

    Returns Fraction

    +
    -
    -
    +

    Returns Fraction

    +
    -
    -
    +
    -
      - +
        +
      • Determine if the voice is complete according to the voice mode.

        Returns boolean

    -
    +
    -
      - +
        +
      • Return the rendered status.

        Returns boolean

    -
    +
    -
    -
    +
    -
      - +
        +
      • Preformat the voice by applying the voice's stave to each note.

        -

        Returns Voice

    -
    +

    Returns Voice

    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -683,31 +677,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Voice

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +

    Returns Voice

    +
    -
    -
    +
    -
      - +
        +
      • We use softmax to layout the tickables proportional to the exponent of their duration. The softmax factor is used to determine the 'linearness' of @@ -775,12 +769,12 @@

        • -
          factor: number
        -

        Returns Voice

    -
    +
    factor: number
    +

    Returns Voice

    +
    -
    -
    +
    stave: Stave
    +

    Returns Voice

    +
    -
    -
    +
    strict: boolean
    +

    Returns Voice

    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Voice

      +

      Returns Voice

    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Mode
  • +
  • addChildElement
  • +
  • addClass
  • +
  • addTickable
  • +
  • addTickables
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • checkStave
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getActualResolution
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getLargestTickWidth
  • +
  • getMode
  • +
  • getResolutionMultiplier
  • +
  • getSVGElement
  • +
  • getSmallestTickCount
  • +
  • getStave
  • +
  • getStyle
  • +
  • getTickables
  • +
  • getTicksUsed
  • +
  • getTotalTicks
  • +
  • hasClass
  • +
  • isComplete
  • +
  • isRendered
  • +
  • onRegister
  • +
  • preFormat
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setMode
  • +
  • setRendered
  • +
  • setSoftmaxFactor
  • +
  • setStave
  • +
  • setStrict
  • +
  • setStyle
  • +
  • softmax
  • + +
    \ No newline at end of file diff --git a/docs/api/classes/Volta.html b/docs/api/classes/Volta.html index b5ee2f52a0..b5231a4fe5 100644 --- a/docs/api/classes/Volta.html +++ b/docs/api/classes/Volta.html @@ -1,4 +1,4 @@ -Volta | vexflow
    +Volta | vexflow

    Constructors

    -
    +
    -
      - +
        +
      • Parameters

        • -
          type: number
        • +
          type: number
        • -
          number: string
        • +
          number: string
        • -
          x: number
        • +
          x: number
        • -
          y_shift: number
        -

        Returns Volta

      +

      Returns Volta

    Properties

    -
    +
    -
    TEXT_FONT: Required<FontInfo> = ...
    +
    TEXT_FONT: Required<FontInfo> = ...

    Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

    Accessors

    -
    +
    -
      +
      • get font(): string
      • Returns the CSS compatible font string for the text font.

        Returns string

      • -
      • set font(f: string): void
      • +
      • set font(f): void
      • Provide a CSS compatible font string (e.g., 'bold 16px Arial') that will be applied to text (not glyphs).

        @@ -150,38 +150,37 @@

        Returns stringParameters

        • -
          f: string
        +
        f: string

      Returns void

    -
    +
    -
      -
    • get fontInfo(): Required<FontInfo>
    • +
        +
      • get fontInfo(): Required<FontInfo>
      • Return a copy of the current FontInfo object.

        -

        Returns Required<FontInfo>

      • -
      • set fontInfo(fontInfo: FontInfo): void
      • +
      • set fontInfo(fontInfo): void
      • Parameters

        +
        fontInfo: FontInfo

      Returns void

    -
    +
    -
      +
      • get fontSize(): string
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em').

        -
        -

        Returns string

      • -
      • set fontSize(size: string | number): void
      • +
      • set fontSize(size): void
      • The size is 1) a string of the form '10pt' or '16px', compatible with the CSS font-size property. or 2) a number, which is interpreted as a point size (i.e. 12 == '12pt').

        @@ -190,94 +189,90 @@

        Returns stringParameters

        • -
          size: string | number
        +
        size: string | number

      Returns void

    -
    +
    -
      +
      • get fontSizeInPixels(): number
      • -
        -

        Returns

        the font size in px.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontSizeInPoints(): number
      • -
        -

        Returns

        the font size in pt.

        -
        -

        Returns number

    -
    +
    -
      +
      • get fontStyle(): string
      • -
        -

        Returns

        a CSS font-style string (e.g., 'italic').

        -
        -

        Returns string

      • -
      • set fontStyle(style: string): void
      • +
      • set fontStyle(style): void
      • Parameters

        • -
          style: string
        +
        style: string

      Returns void

    -
    +
    -
      +
      • get fontWeight(): string
      • -
        -

        Returns

        a CSS font-weight string (e.g., 'bold'). +

        +

        Returns string

        a CSS font-weight string (e.g., 'bold'). As in CSS, font-weight is always returned as a string, even if it was set as a number.

        -
        -

        Returns string

      • -
      • set fontWeight(weight: string | number): void
      • +
      • set fontWeight(weight): void
      • Parameters

        • -
          weight: string | number
        +
        weight: string | number

      Returns void

    -
    +
    -
      +
      • get CATEGORY(): string
      • Returns string

    -
    +
    -
    -
    +
    -
    +

    Returns typeof VoltaType

    Methods

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Draw the element and all its sub-elements (ie.: Modifiers in a Stave) with the element's style (see getStyle() and setStyle())

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Get the css string describing this Element's text font. e.g., 'bold 10pt Arial'.

        Returns string

    -
    +
    -
      - +
        +
      • -
        -

        Returns

        a CSS font-size string (e.g., '18pt', '12px', '1em'). +

        +

        Returns string

        a CSS font-size string (e.g., '18pt', '12px', '1em'). See Element.fontSizeInPixels or Element.fontSizeInPoints if you need to get a number for calculation purposes.

        -
        -

        Returns string

    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          index: number
        +
        index: number

      Returns number

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
    -
    +
    -
    -
    +
    -
      - +
        +
      • Runs setYShift() for the Glyph object so that it matches the position of line for the Stave provided. A customShift can also be given (measured in the same units @@ -556,19 +550,19 @@

        +
        customShift: number = 0

      Returns void

    -
    +
    -
    -
    +
    -
      - +
        +
      • Reset the text font to the style indicated by the static TEXT_FONT property. Subclasses can call this to initialize textFont for the first time.

        Returns void

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Set the element's text font family, size, weight, style (e.g., Arial, 10pt, bold, italic).

        @@ -648,31 +642,31 @@
        • -
          Optional font: string | FontInfo
          +
          Optional font: string | FontInfo

          is 1) a FontInfo object or 2) a string formatted as CSS font shorthand (e.g., 'bold 10pt Arial') or 3) a string representing the font family (at least one of size, weight, or style must also be provided).

        • -
          Optional size: string | number
          +
          Optional size: string | number

          a string specifying the font size and unit (e.g., '16pt'), or a number (the unit is assumed to be 'pt').

        • -
          Optional weight: string | number
          +
          Optional weight: string | number

          is a string (e.g., 'bold', 'normal') or a number (100, 200, ... 900).

        • -
          Optional style: string
          +
          Optional style: string

          is a string (e.g., 'italic', 'normal'). If no arguments are provided, then the font is set to the default font. Each Element subclass may specify its own default by overriding the static TEXT_FONT property.

        -

        Returns Volta

    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
    -
    +
    -
      - +
        +
      • Parameters

        • -
          y: number
        -

        Returns Volta

    -
    +
    y: number
    +

    Returns Volta

    +
    -
    -
    +
    -
      - +
        +
      • Set the element style used to render.

        Example:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.draw(); -
        +

        Note: If the element draws additional sub-elements (ie.: Modifiers in a Stave), the style can be applied to all of them by means of the context:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.getContext().setFillStyle('red');
        element.getContext().setStrokeStyle('red');
        element.draw(); -
        +

        or using drawWithStyle:

        element.setStyle({ fillStyle: 'red', strokeStyle: 'red' });
        element.drawWithStyle(); -
        +

        Parameters

        -

        Returns Volta

      +

      Returns Volta

    -
    +
    -
    -
    +
    -
    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • constructor
  • +
  • TEXT_FONT
  • +
  • font
  • +
  • fontInfo
  • +
  • fontSize
  • +
  • fontSizeInPixels
  • +
  • fontSizeInPoints
  • +
  • fontStyle
  • +
  • fontWeight
  • +
  • CATEGORY
  • +
  • Position
  • +
  • type
  • +
  • addChildElement
  • +
  • addClass
  • +
  • applyStyle
  • +
  • checkContext
  • +
  • checkStave
  • +
  • draw
  • +
  • drawWithStyle
  • +
  • getAttribute
  • +
  • getAttributes
  • +
  • getBoundingBox
  • +
  • getCategory
  • +
  • getContext
  • +
  • getFont
  • +
  • getFontSize
  • +
  • getLayoutMetrics
  • +
  • getPadding
  • +
  • getPosition
  • +
  • getSVGElement
  • +
  • getStave
  • +
  • getStyle
  • +
  • getWidth
  • +
  • getX
  • +
  • hasClass
  • +
  • isRendered
  • +
  • onRegister
  • +
  • placeGlyphOnLine
  • +
  • removeClass
  • +
  • resetFont
  • +
  • restoreStyle
  • +
  • setAttribute
  • +
  • setContext
  • +
  • setFont
  • +
  • setFontSize
  • +
  • setGroupStyle
  • +
  • setLayoutMetrics
  • +
  • setPadding
  • +
  • setPosition
  • +
  • setRendered
  • +
  • setShiftY
  • +
  • setStave
  • +
  • setStyle
  • +
  • setWidth
  • +
  • setX
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/AnnotationHorizontalJustify.html b/docs/api/enums/AnnotationHorizontalJustify.html index a2d7c536fb..220ed2e549 100644 --- a/docs/api/enums/AnnotationHorizontalJustify.html +++ b/docs/api/enums/AnnotationHorizontalJustify.html @@ -1,4 +1,4 @@ -AnnotationHorizontalJustify | vexflow
    +AnnotationHorizontalJustify | vexflow
    -
    +

    Enumeration Members

    -
    +
    -
    CENTER: 2
    -
    +
    CENTER: 2
    +
    -
    CENTER_STEM: 4
    -
    +
    CENTER_STEM: 4
    +
    -
    LEFT: 1
    -
    +
    LEFT: 1
    +
    -
    RIGHT: 3
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • CENTER
  • +
  • CENTER_STEM
  • +
  • LEFT
  • +
  • RIGHT
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/AnnotationVerticalJustify.html b/docs/api/enums/AnnotationVerticalJustify.html index 7e3f7b5c1b..b2af9832ad 100644 --- a/docs/api/enums/AnnotationVerticalJustify.html +++ b/docs/api/enums/AnnotationVerticalJustify.html @@ -1,4 +1,4 @@ -AnnotationVerticalJustify | vexflow
    +AnnotationVerticalJustify | vexflow
    -
    +

    Enumeration Members

    -
    +
    -
    BOTTOM: 3
    -
    +
    BOTTOM: 3
    +
    -
    CENTER: 2
    -
    +
    CENTER: 2
    +
    -
    CENTER_STEM: 4
    -
    +
    CENTER_STEM: 4
    +
    -
    TOP: 1
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • BOTTOM
  • +
  • CENTER
  • +
  • CENTER_STEM
  • +
  • TOP
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/BarlineType.html b/docs/api/enums/BarlineType.html index 0a94317d40..436b71d859 100644 --- a/docs/api/enums/BarlineType.html +++ b/docs/api/enums/BarlineType.html @@ -1,4 +1,4 @@ -BarlineType | vexflow
    +BarlineType | vexflow
    -

    Enumeration Members

    -
    +
    -
    DOUBLE: 2
    -
    +
    DOUBLE: 2
    +
    -
    END: 3
    -
    +
    END: 3
    +
    -
    NONE: 7
    -
    +
    NONE: 7
    +
    -
    REPEAT_BEGIN: 4
    -
    +
    REPEAT_BEGIN: 4
    +
    -
    REPEAT_BOTH: 6
    -
    +
    REPEAT_BOTH: 6
    +
    -
    REPEAT_END: 5
    -
    +
    REPEAT_END: 5
    +
    -
    SINGLE: 1
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • DOUBLE
  • +
  • END
  • +
  • NONE
  • +
  • REPEAT_BEGIN
  • +
  • REPEAT_BOTH
  • +
  • REPEAT_END
  • +
  • SINGLE
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/Category.html b/docs/api/enums/Category.html index 171342eb85..2e7ab05134 100644 --- a/docs/api/enums/Category.html +++ b/docs/api/enums/Category.html @@ -1,4 +1,4 @@ -Category | vexflow
    +Category | vexflow
    -
    +

    Enumeration Members

    -
    +
    -
    Accidental: "Accidental"
    -
    +
    Accidental: "Accidental"
    +
    -
    Annotation: "Annotation"
    -
    +
    Annotation: "Annotation"
    +
    -
    Articulation: "Articulation"
    -
    +
    Articulation: "Articulation"
    +
    -
    BarNote: "BarNote"
    -
    +
    BarNote: "BarNote"
    +
    -
    Barline: "Barline"
    -
    +
    Barline: "Barline"
    +
    -
    Beam: "Beam"
    -
    +
    Beam: "Beam"
    +
    -
    Bend: "Bend"
    -
    +
    Bend: "Bend"
    +
    -
    ChordSymbol: "ChordSymbol"
    -
    +
    ChordSymbol: "ChordSymbol"
    +
    -
    Clef: "Clef"
    -
    +
    Clef: "Clef"
    +
    -
    ClefNote: "ClefNote"
    -
    +
    ClefNote: "ClefNote"
    +
    -
    Crescendo: "Crescendo"
    -
    +
    Crescendo: "Crescendo"
    +
    -
    Curve: "Curve"
    -
    +
    Curve: "Curve"
    +
    -
    Dot: "Dot"
    -
    +
    Dot: "Dot"
    +
    -
    Element: "Element"
    -
    +
    Element: "Element"
    +
    -
    Fraction: "Fraction"
    -
    +
    Fraction: "Fraction"
    +
    -
    FretHandFinger: "FretHandFinger"
    -
    +
    FretHandFinger: "FretHandFinger"
    +
    -
    GhostNote: "GhostNote"
    -
    +
    GhostNote: "GhostNote"
    +
    -
    Glyph: "Glyph"
    -
    +
    Glyph: "Glyph"
    +
    -
    GlyphNote: "GlyphNote"
    -
    +
    GlyphNote: "GlyphNote"
    +
    -
    GraceNote: "GraceNote"
    -
    +
    GraceNote: "GraceNote"
    +
    -
    GraceNoteGroup: "GraceNoteGroup"
    -
    +
    GraceNoteGroup: "GraceNoteGroup"
    +
    -
    GraceTabNote: "GraceTabNote"
    -
    +
    GraceTabNote: "GraceTabNote"
    +
    -
    KeySigNote: "KeySigNote"
    -
    +
    KeySigNote: "KeySigNote"
    +
    -
    KeySignature: "KeySignature"
    -
    +
    KeySignature: "KeySignature"
    +
    -
    Modifier: "Modifier"
    -
    +
    Modifier: "Modifier"
    +
    -
    MultiMeasureRest: "MultiMeasureRest"
    -
    +
    MultiMeasureRest: "MultiMeasureRest"
    +
    -
    Note: "Note"
    -
    +
    Note: "Note"
    +
    -
    NoteHead: "NoteHead"
    -
    +
    NoteHead: "NoteHead"
    +
    -
    NoteSubGroup: "NoteSubGroup"
    -
    +
    NoteSubGroup: "NoteSubGroup"
    +
    -
    Ornament: "Ornament"
    -
    +
    Ornament: "Ornament"
    +
    -
    Parenthesis: "Parenthesis"
    -
    +
    Parenthesis: "Parenthesis"
    +
    -
    PedalMarking: "PedalMarking"
    -
    +
    PedalMarking: "PedalMarking"
    +
    -
    RenderContext: "RenderContext"
    -
    +
    RenderContext: "RenderContext"
    +
    -
    RepeatNote: "RepeatNote"
    -
    +
    RepeatNote: "RepeatNote"
    +
    -
    Repetition: "Repetition"
    -
    +
    Repetition: "Repetition"
    +
    -
    Stave: "Stave"
    -
    +
    Stave: "Stave"
    +
    -
    StaveConnector: "StaveConnector"
    -
    +
    StaveConnector: "StaveConnector"
    +
    -
    StaveHairpin: "StaveHairpin"
    -
    +
    StaveHairpin: "StaveHairpin"
    +
    -
    StaveLine: "StaveLine"
    -
    +
    StaveLine: "StaveLine"
    +
    -
    StaveModifier: "StaveModifier"
    -
    +
    StaveModifier: "StaveModifier"
    +
    -
    StaveNote: "StaveNote"
    -
    +
    StaveNote: "StaveNote"
    +
    -
    StaveSection: "StaveSection"
    -
    +
    StaveSection: "StaveSection"
    +
    -
    StaveTempo: "StaveTempo"
    -
    +
    StaveTempo: "StaveTempo"
    +
    -
    StaveText: "StaveText"
    -
    +
    StaveText: "StaveText"
    +
    -
    StaveTie: "StaveTie"
    -
    +
    StaveTie: "StaveTie"
    +
    -
    Stem: "Stem"
    -
    +
    Stem: "Stem"
    +
    -
    StemmableNote: "StemmableNote"
    -
    +
    StemmableNote: "StemmableNote"
    +
    -
    StringNumber: "StringNumber"
    -
    +
    StringNumber: "StringNumber"
    +
    -
    Stroke: "Stroke"
    -
    +
    Stroke: "Stroke"
    +
    -
    System: "System"
    -
    +
    System: "System"
    +
    -
    TabNote: "TabNote"
    -
    +
    TabNote: "TabNote"
    +
    -
    TabSlide: "TabSlide"
    -
    +
    TabSlide: "TabSlide"
    +
    -
    TabStave: "TabStave"
    -
    +
    TabStave: "TabStave"
    +
    -
    TabTie: "TabTie"
    -
    +
    TabTie: "TabTie"
    +
    -
    TextBracket: "TextBracket"
    -
    +
    TextBracket: "TextBracket"
    +
    -
    TextDynamics: "TextDynamics"
    -
    +
    TextDynamics: "TextDynamics"
    +
    -
    TextNote: "TextNote"
    -
    +
    TextNote: "TextNote"
    +
    -
    Tickable: "Tickable"
    -
    +
    Tickable: "Tickable"
    +
    -
    TimeSigNote: "TimeSigNote"
    -
    +
    TimeSigNote: "TimeSigNote"
    +
    -
    TimeSignature: "TimeSignature"
    -
    +
    TimeSignature: "TimeSignature"
    +
    -
    Tremolo: "Tremolo"
    -
    +
    Tremolo: "Tremolo"
    +
    -
    Tuplet: "Tuplet"
    -
    +
    Tuplet: "Tuplet"
    +
    -
    Vibrato: "Vibrato"
    -
    +
    Vibrato: "Vibrato"
    +
    -
    VibratoBracket: "VibratoBracket"
    -
    +
    VibratoBracket: "VibratoBracket"
    +
    -
    Voice: "Voice"
    -
    +
    Voice: "Voice"
    +
    -
    Volta: "Volta"
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • Accidental
  • +
  • Annotation
  • +
  • Articulation
  • +
  • BarNote
  • +
  • Barline
  • +
  • Beam
  • +
  • Bend
  • +
  • ChordSymbol
  • +
  • Clef
  • +
  • ClefNote
  • +
  • Crescendo
  • +
  • Curve
  • +
  • Dot
  • +
  • Element
  • +
  • Fraction
  • +
  • FretHandFinger
  • +
  • GhostNote
  • +
  • Glyph
  • +
  • GlyphNote
  • +
  • GraceNote
  • +
  • GraceNoteGroup
  • +
  • GraceTabNote
  • +
  • KeySigNote
  • +
  • KeySignature
  • +
  • Modifier
  • +
  • MultiMeasureRest
  • +
  • Note
  • +
  • NoteHead
  • +
  • NoteSubGroup
  • +
  • Ornament
  • +
  • Parenthesis
  • +
  • PedalMarking
  • +
  • RenderContext
  • +
  • RepeatNote
  • +
  • Repetition
  • +
  • Stave
  • +
  • StaveConnector
  • +
  • StaveHairpin
  • +
  • StaveLine
  • +
  • StaveModifier
  • +
  • StaveNote
  • +
  • StaveSection
  • +
  • StaveTempo
  • +
  • StaveText
  • +
  • StaveTie
  • +
  • Stem
  • +
  • StemmableNote
  • +
  • StringNumber
  • +
  • Stroke
  • +
  • System
  • +
  • TabNote
  • +
  • TabSlide
  • +
  • TabStave
  • +
  • TabTie
  • +
  • TextBracket
  • +
  • TextDynamics
  • +
  • TextNote
  • +
  • Tickable
  • +
  • TimeSigNote
  • +
  • TimeSignature
  • +
  • Tremolo
  • +
  • Tuplet
  • +
  • Vibrato
  • +
  • VibratoBracket
  • +
  • Voice
  • +
  • Volta
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/ChordSymbolHorizontalJustify.html b/docs/api/enums/ChordSymbolHorizontalJustify.html index 25a7094a91..53f0dc6c9c 100644 --- a/docs/api/enums/ChordSymbolHorizontalJustify.html +++ b/docs/api/enums/ChordSymbolHorizontalJustify.html @@ -1,4 +1,4 @@ -ChordSymbolHorizontalJustify | vexflow
    +ChordSymbolHorizontalJustify | vexflow
    -
    +

    Enumeration Members

    -
    +
    -
    CENTER: 2
    -
    +
    CENTER: 2
    +
    -
    CENTER_STEM: 4
    -
    +
    CENTER_STEM: 4
    +
    -
    LEFT: 1
    -
    +
    LEFT: 1
    +
    -
    RIGHT: 3
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • CENTER
  • +
  • CENTER_STEM
  • +
  • LEFT
  • +
  • RIGHT
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/ChordSymbolVerticalJustify.html b/docs/api/enums/ChordSymbolVerticalJustify.html index 9513dc75f6..1677b47b6a 100644 --- a/docs/api/enums/ChordSymbolVerticalJustify.html +++ b/docs/api/enums/ChordSymbolVerticalJustify.html @@ -1,4 +1,4 @@ -ChordSymbolVerticalJustify | vexflow
    +ChordSymbolVerticalJustify | vexflow
    -
    +

    Enumeration Members

    -
    +
    -
    BOTTOM: 2
    -
    +
    BOTTOM: 2
    +
    -
    TOP: 1
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • BOTTOM
  • +
  • TOP
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/CurvePosition.html b/docs/api/enums/CurvePosition.html index 5044391711..12948bca6b 100644 --- a/docs/api/enums/CurvePosition.html +++ b/docs/api/enums/CurvePosition.html @@ -1,4 +1,4 @@ -CurvePosition | vexflow
    +CurvePosition | vexflow
    -
    +

    Enumeration Members

    -
    +
    -
    NEAR_HEAD: 1
    -
    +
    NEAR_HEAD: 1
    +
    -
    NEAR_TOP: 2
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • NEAR_HEAD
  • +
  • NEAR_TOP
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/FontStyle.html b/docs/api/enums/FontStyle.html index 11f6dc03c4..eceae2cb10 100644 --- a/docs/api/enums/FontStyle.html +++ b/docs/api/enums/FontStyle.html @@ -1,4 +1,4 @@ -FontStyle | vexflow
    +FontStyle | vexflow
    -
    +

    Enumeration Members

    -
    +
    -
    ITALIC: "italic"
    -
    +
    ITALIC: "italic"
    +
    -
    NORMAL: "normal"
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • ITALIC
  • +
  • NORMAL
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/FontWeight.html b/docs/api/enums/FontWeight.html index a90ea67a39..1b22770bd7 100644 --- a/docs/api/enums/FontWeight.html +++ b/docs/api/enums/FontWeight.html @@ -1,4 +1,4 @@ -FontWeight | vexflow
    +FontWeight | vexflow
    -
    +

    Enumeration Members

    -
    +
    -
    BOLD: "bold"
    -
    +
    BOLD: "bold"
    +
    -
    NORMAL: "normal"
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • BOLD
  • +
  • NORMAL
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/ModifierPosition.html b/docs/api/enums/ModifierPosition.html index 41e782023f..14f1184543 100644 --- a/docs/api/enums/ModifierPosition.html +++ b/docs/api/enums/ModifierPosition.html @@ -1,4 +1,4 @@ -ModifierPosition | vexflow
    +ModifierPosition | vexflow
    -
    +

    Enumeration Members

    -
    +
    -
    ABOVE: 3
    -
    +
    ABOVE: 3
    +
    -
    BELOW: 4
    -
    +
    BELOW: 4
    +
    -
    CENTER: 0
    -
    +
    CENTER: 0
    +
    -
    LEFT: 1
    -
    +
    LEFT: 1
    +
    -
    RIGHT: 2
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • ABOVE
  • +
  • BELOW
  • +
  • CENTER
  • +
  • LEFT
  • +
  • RIGHT
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/OutlineCode.html b/docs/api/enums/OutlineCode.html index bf79630ca4..383580affb 100644 --- a/docs/api/enums/OutlineCode.html +++ b/docs/api/enums/OutlineCode.html @@ -1,4 +1,4 @@ -OutlineCode | vexflow
    +OutlineCode | vexflow
    -
    +

    Enumeration Members

    -
    +
    -
    BEZIER: 3
    -
    +
    BEZIER: 3
    +
    -
    LINE: 1
    -
    +
    LINE: 1
    +
    -
    MOVE: 0
    -
    +
    MOVE: 0
    +
    -
    QUADRATIC: 2
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • BEZIER
  • +
  • LINE
  • +
  • MOVE
  • +
  • QUADRATIC
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/RendererBackends.html b/docs/api/enums/RendererBackends.html index 835ca01f19..6e83490079 100644 --- a/docs/api/enums/RendererBackends.html +++ b/docs/api/enums/RendererBackends.html @@ -1,4 +1,4 @@ -RendererBackends | vexflow
    +RendererBackends | vexflow
    -
    +

    Enumeration Members

    -
    +
    -
    CANVAS: 1
    -
    +
    CANVAS: 1
    +
    -
    SVG: 2
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • CANVAS
  • +
  • SVG
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/RendererLineEndType.html b/docs/api/enums/RendererLineEndType.html index 12fa832db1..eb92f08cdc 100644 --- a/docs/api/enums/RendererLineEndType.html +++ b/docs/api/enums/RendererLineEndType.html @@ -1,4 +1,4 @@ -RendererLineEndType | vexflow
    +RendererLineEndType | vexflow
    -
    +

    Enumeration Members

    -
    +
    -
    DOWN: 3
    -
    +
    DOWN: 3
    +
    -
    NONE: 1
    -
    +
    NONE: 1
    +
    -
    UP: 2
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • DOWN
  • +
  • NONE
  • +
  • UP
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/StaveModifierPosition.html b/docs/api/enums/StaveModifierPosition.html index 9a725c5ca1..58fc3829d4 100644 --- a/docs/api/enums/StaveModifierPosition.html +++ b/docs/api/enums/StaveModifierPosition.html @@ -1,4 +1,4 @@ -StaveModifierPosition | vexflow
    +StaveModifierPosition | vexflow
    -
    +

    Enumeration Members

    -
    +
    -
    ABOVE: 3
    -
    +
    ABOVE: 3
    +
    -
    BEGIN: 5
    -
    +
    BEGIN: 5
    +
    -
    BELOW: 4
    -
    +
    BELOW: 4
    +
    -
    CENTER: 0
    -
    +
    CENTER: 0
    +
    -
    END: 6
    -
    +
    END: 6
    +
    -
    LEFT: 1
    -
    +
    LEFT: 1
    +
    -
    RIGHT: 2
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • ABOVE
  • +
  • BEGIN
  • +
  • BELOW
  • +
  • CENTER
  • +
  • END
  • +
  • LEFT
  • +
  • RIGHT
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/SymbolModifiers.html b/docs/api/enums/SymbolModifiers.html index 66de1f0e0e..630bd3e805 100644 --- a/docs/api/enums/SymbolModifiers.html +++ b/docs/api/enums/SymbolModifiers.html @@ -1,4 +1,4 @@ -SymbolModifiers | vexflow
    +SymbolModifiers | vexflow
    -
    +

    Enumeration Members

    -
    +
    -
    NONE: 1
    -
    +
    NONE: 1
    +
    -
    SUBSCRIPT: 2
    -
    +
    SUBSCRIPT: 2
    +
    -
    SUPERSCRIPT: 3
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • NONE
  • +
  • SUBSCRIPT
  • +
  • SUPERSCRIPT
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/SymbolTypes.html b/docs/api/enums/SymbolTypes.html index d1008e2e30..b6a942016c 100644 --- a/docs/api/enums/SymbolTypes.html +++ b/docs/api/enums/SymbolTypes.html @@ -1,4 +1,4 @@ -SymbolTypes | vexflow
    +SymbolTypes | vexflow
    -
    +

    Enumeration Members

    -
    +
    -
    GLYPH: 1
    -
    +
    GLYPH: 1
    +
    -
    LINE: 3
    -
    +
    LINE: 3
    +
    -
    TEXT: 2
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • GLYPH
  • +
  • LINE
  • +
  • TEXT
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/TextBracketPosition.html b/docs/api/enums/TextBracketPosition.html index 1e3cde2f0b..59a4778a76 100644 --- a/docs/api/enums/TextBracketPosition.html +++ b/docs/api/enums/TextBracketPosition.html @@ -1,4 +1,4 @@ -TextBracketPosition | vexflow
    +TextBracketPosition | vexflow
    -
    +

    Enumeration Members

    -
    +
    -
    BOTTOM: -1
    -
    +
    BOTTOM: -1
    +
    -
    TOP: 1
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • BOTTOM
  • +
  • TOP
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/TextJustification.html b/docs/api/enums/TextJustification.html index 94c488a6f8..7d82fc1260 100644 --- a/docs/api/enums/TextJustification.html +++ b/docs/api/enums/TextJustification.html @@ -1,4 +1,4 @@ -TextJustification | vexflow
    +TextJustification | vexflow
    -
    +

    Enumeration Members

    -
    +
    -
    CENTER: 2
    -
    +
    CENTER: 2
    +
    -
    LEFT: 1
    -
    +
    LEFT: 1
    +
    -
    RIGHT: 3
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • CENTER
  • +
  • LEFT
  • +
  • RIGHT
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/TupletLocation.html b/docs/api/enums/TupletLocation.html index fab19a624e..1b11e00c60 100644 --- a/docs/api/enums/TupletLocation.html +++ b/docs/api/enums/TupletLocation.html @@ -1,4 +1,4 @@ -TupletLocation | vexflow
    +TupletLocation | vexflow
    -
    +

    Enumeration Members

    -
    +
    -
    BOTTOM: -1
    -
    +
    BOTTOM: -1
    +
    -
    TOP: 1
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • BOTTOM
  • +
  • TOP
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/VoiceMode.html b/docs/api/enums/VoiceMode.html index f1766eab71..fc797f6562 100644 --- a/docs/api/enums/VoiceMode.html +++ b/docs/api/enums/VoiceMode.html @@ -1,4 +1,4 @@ -VoiceMode | vexflow
    +VoiceMode | vexflow
    -
    +

    Enumeration Members

    -
    +
    -
    FULL: 3
    -
    +
    FULL: 3
    +
    -
    SOFT: 2
    -
    +
    SOFT: 2
    +
    -
    STRICT: 1
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • FULL
  • +
  • SOFT
  • +
  • STRICT
  • + +
    \ No newline at end of file diff --git a/docs/api/enums/VoltaType.html b/docs/api/enums/VoltaType.html index 8a3db0a0c7..97eba1a7b0 100644 --- a/docs/api/enums/VoltaType.html +++ b/docs/api/enums/VoltaType.html @@ -1,4 +1,4 @@ -VoltaType | vexflow
    +VoltaType | vexflow
    -
    +

    Enumeration Members

    -
    +
    -
    BEGIN: 2
    -
    +
    BEGIN: 2
    +
    -
    BEGIN_END: 5
    -
    +
    BEGIN_END: 5
    +
    -
    END: 4
    -
    +
    END: 4
    +
    -
    MID: 3
    -
    +
    MID: 3
    +
    -
    NONE: 1
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • BEGIN
  • +
  • BEGIN_END
  • +
  • END
  • +
  • MID
  • +
  • NONE
  • + +
    \ No newline at end of file diff --git a/docs/api/functions/defined.html b/docs/api/functions/defined.html index c550351f35..53a32feca5 100644 --- a/docs/api/functions/defined.html +++ b/docs/api/functions/defined.html @@ -1,4 +1,4 @@ -defined | vexflow
    +defined | vexflow
    -
    +

    Function defined

    -
      - +
        +
      • Check that x is of type T and not undefined. If x is undefined, throw a RuntimeError with the optionally provided error code and message.

        -
        +

        Type Parameters

        -
          +
          • -

            T

        +

        T

    Parameters

    • -
      Optional x: T
    • +
      Optional x: T
    • -
      code: string = 'undefined'
    • +
      code: string = 'undefined'
    • -
      message: string = ''
    -

    Returns T

    - +

    Returns T

    +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/functions/drawDot.html b/docs/api/functions/drawDot.html index 9eb5dc16a7..8fff1a8c55 100644 --- a/docs/api/functions/drawDot.html +++ b/docs/api/functions/drawDot.html @@ -1,4 +1,4 @@ -drawDot | vexflow
    +drawDot | vexflow
    -
    +

    Function drawDot

    -
      - +
        +
      • Draw a tiny dot marker on the specified context. A great debugging aid.

        @@ -25,24 +25,25 @@

        Function drawDot

    Parameters

    • -
      ctx: RenderContext
      +
      ctx: RenderContext

      context

    • -
      x: number
      +
      x: number

      dot x coordinate

    • -
      y: number
      +
      y: number

      dot y coordinate

    • -
      color: string = '#F55'
    +
    color: string = '#F55'

    Returns void

    - + +
    \ No newline at end of file diff --git a/docs/api/functions/globalObject.html b/docs/api/functions/globalObject.html index ed376f1bda..4fc11d6b40 100644 --- a/docs/api/functions/globalObject.html +++ b/docs/api/functions/globalObject.html @@ -1,4 +1,4 @@ -globalObject | vexflow
    +globalObject | vexflow
    -
    +

    Function globalObject

    -
      - +
        +
      • VexFlow can be used outside of the browser (e.g., Node) where window may not be defined.

        -

        Returns typeof globalThis & any

    -
    +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/functions/isAccidental.html b/docs/api/functions/isAccidental.html index 7a7e01d91b..b1efd876ca 100644 --- a/docs/api/functions/isAccidental.html +++ b/docs/api/functions/isAccidental.html @@ -1,4 +1,4 @@ -isAccidental | vexflow
    +isAccidental | vexflow
    -
    +

    Function isAccidental

    -
    - +

    Returns obj is Accidental

    +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/functions/isAnnotation.html b/docs/api/functions/isAnnotation.html index 62c7eaec1d..d802453d99 100644 --- a/docs/api/functions/isAnnotation.html +++ b/docs/api/functions/isAnnotation.html @@ -1,4 +1,4 @@ -isAnnotation | vexflow
    +isAnnotation | vexflow
    -
    +

    Function isAnnotation

    -
    - +

    Returns obj is Annotation

    +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/functions/isBarline.html b/docs/api/functions/isBarline.html index c917a30992..6c273f25b3 100644 --- a/docs/api/functions/isBarline.html +++ b/docs/api/functions/isBarline.html @@ -1,4 +1,4 @@ -isBarline | vexflow
    +isBarline | vexflow
    -
    +

    Function isBarline

    -
      - +
        +
      • Parameters

        • -
          obj: unknown
        -

        Returns obj is Barline

    - +

    Returns obj is Barline

    +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/functions/isCategory.html b/docs/api/functions/isCategory.html index fcba1ecd80..af2dc3f1db 100644 --- a/docs/api/functions/isCategory.html +++ b/docs/api/functions/isCategory.html @@ -1,4 +1,4 @@ -isCategory | vexflow
    +isCategory | vexflow
    -
    +

    Function isCategory

    -
      - +
        +
      • Use instead of instanceof as a more flexible type guard.

        - -

        Returns

        true if obj has a static CATEGORY property that matches category.

        -
        +

        Type Parameters

        -
          +
          • -

            T

        +

        T

    Parameters

    • -
      obj: any
      +
      obj: any

      check if this object's CATEGORY matches the provided category.

    • -
      category: string
      +
      category: string

      a string representing a category of VexFlow objects.

    • -
      checkAncestors: boolean = true
      +
      checkAncestors: boolean = true

      defaults to true, so we walk up the prototype chain to look for a matching CATEGORY. If false, we do not check the superclass or other ancestors.

    -

    Returns obj is T

    -
    +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/functions/isDot.html b/docs/api/functions/isDot.html index 35d1e7193a..1a754beb4c 100644 --- a/docs/api/functions/isDot.html +++ b/docs/api/functions/isDot.html @@ -1,4 +1,4 @@ -isDot | vexflow
    +isDot | vexflow
    -
    +

    Function isDot

    -
      - +
        +
      • Parameters

        • -
          obj: unknown
        -

        Returns obj is Dot

    - +

    Returns obj is Dot

    +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/functions/isGraceNote.html b/docs/api/functions/isGraceNote.html index 3925ce36d7..bb9ac0318e 100644 --- a/docs/api/functions/isGraceNote.html +++ b/docs/api/functions/isGraceNote.html @@ -1,4 +1,4 @@ -isGraceNote | vexflow
    +isGraceNote | vexflow
    -
    +

    Function isGraceNote

    -
    - +

    Returns obj is GraceNote

    +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/functions/isGraceNoteGroup.html b/docs/api/functions/isGraceNoteGroup.html index 1f4041c510..d8ca8ce8ca 100644 --- a/docs/api/functions/isGraceNoteGroup.html +++ b/docs/api/functions/isGraceNoteGroup.html @@ -1,4 +1,4 @@ -isGraceNoteGroup | vexflow
    +isGraceNoteGroup | vexflow
    -
    +

    Function isGraceNoteGroup

    -
    - +

    Returns obj is GraceNoteGroup

    +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/functions/isHTMLCanvas.html b/docs/api/functions/isHTMLCanvas.html index 1809333b13..7015539325 100644 --- a/docs/api/functions/isHTMLCanvas.html +++ b/docs/api/functions/isHTMLCanvas.html @@ -1,4 +1,4 @@ -isHTMLCanvas | vexflow
    +isHTMLCanvas | vexflow
    -
    +

    Function isHTMLCanvas

    -
      - +
        +
      • Parameters

        • -
          element: any
        -

        Returns element is HTMLCanvasElement

    - +

    Returns element is HTMLCanvasElement

    +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/functions/isHTMLDiv.html b/docs/api/functions/isHTMLDiv.html index d3bbe4be26..20a4aeae69 100644 --- a/docs/api/functions/isHTMLDiv.html +++ b/docs/api/functions/isHTMLDiv.html @@ -1,4 +1,4 @@ -isHTMLDiv | vexflow
    +isHTMLDiv | vexflow
    -
    +

    Function isHTMLDiv

    -
      - +
        +
      • Parameters

        • -
          element: any
        -

        Returns element is HTMLDivElement

    - +

    Returns element is HTMLDivElement

    +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/functions/isNote.html b/docs/api/functions/isNote.html index 4485d59dcc..fcc8e0d93f 100644 --- a/docs/api/functions/isNote.html +++ b/docs/api/functions/isNote.html @@ -1,4 +1,4 @@ -isNote | vexflow
    +isNote | vexflow
    -
    +

    Function isNote

    -
      - +
        +
      • Parameters

        • -
          obj: unknown
        -

        Returns obj is Note

    - +

    Returns obj is Note

    +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/functions/isRenderContext.html b/docs/api/functions/isRenderContext.html index ba10ef808d..17c9a1cc1d 100644 --- a/docs/api/functions/isRenderContext.html +++ b/docs/api/functions/isRenderContext.html @@ -1,4 +1,4 @@ -isRenderContext | vexflow
    +isRenderContext | vexflow
    -
    +

    Function isRenderContext

    -
    - +

    Returns obj is RenderContext

    +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/functions/isStaveNote.html b/docs/api/functions/isStaveNote.html index 743617c092..5fbb7a0ac9 100644 --- a/docs/api/functions/isStaveNote.html +++ b/docs/api/functions/isStaveNote.html @@ -1,4 +1,4 @@ -isStaveNote | vexflow
    +isStaveNote | vexflow
    -
    +

    Function isStaveNote

    -
    - +

    Returns obj is StaveNote

    +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/functions/isStemmableNote.html b/docs/api/functions/isStemmableNote.html index 52a5fd1c68..df429e2f10 100644 --- a/docs/api/functions/isStemmableNote.html +++ b/docs/api/functions/isStemmableNote.html @@ -1,4 +1,4 @@ -isStemmableNote | vexflow
    +isStemmableNote | vexflow
    -
    +

    Function isStemmableNote

    -
    - +

    Returns obj is StemmableNote

    +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/functions/isTabNote.html b/docs/api/functions/isTabNote.html index f6b46c1e3f..9c5f269d29 100644 --- a/docs/api/functions/isTabNote.html +++ b/docs/api/functions/isTabNote.html @@ -1,4 +1,4 @@ -isTabNote | vexflow
    +isTabNote | vexflow
    -
    +

    Function isTabNote

    -
      - +
        +
      • Parameters

        • -
          obj: unknown
        -

        Returns obj is TabNote

    - +

    Returns obj is TabNote

    +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/functions/log.html b/docs/api/functions/log.html index 3998732756..95acacf18a 100644 --- a/docs/api/functions/log.html +++ b/docs/api/functions/log.html @@ -1,4 +1,4 @@ -log | vexflow
    +log | vexflow
    -
    +

    Function log

    -
      - +
        +
      • Default log function sends all arguments to console.

        @@ -25,14 +25,15 @@

        Function log

    Parameters

    • -
      block: string
    • +
      block: string
    • -
      Rest ...args: any[]
    +
    Rest ...args: any[]

    Returns void

    - + +
    \ No newline at end of file diff --git a/docs/api/functions/midLine.html b/docs/api/functions/midLine.html index 292a3d1cbd..dcee00e560 100644 --- a/docs/api/functions/midLine.html +++ b/docs/api/functions/midLine.html @@ -1,4 +1,4 @@ -midLine | vexflow
    +midLine | vexflow
    -
    +

    Function midLine

    -
      - +
        +
      • Locate the mid point between stave lines. Returns a fractional line if a space.

        @@ -25,14 +25,15 @@

        Function midLine

    Parameters

    • -
      a: number
    • +
      a: number
    • -
      b: number
    +
    b: number

    Returns number

    - + +
    \ No newline at end of file diff --git a/docs/api/functions/normalizeAngle.html b/docs/api/functions/normalizeAngle.html index 02fd8d8948..c1bbad6874 100644 --- a/docs/api/functions/normalizeAngle.html +++ b/docs/api/functions/normalizeAngle.html @@ -1,4 +1,4 @@ -normalizeAngle | vexflow
    +normalizeAngle | vexflow
    -
    +

    Function normalizeAngle

    -
      - +
        +
      • Convert an arbitrary angle in radians to the equivalent one in the range [0, pi).

        @@ -25,12 +25,13 @@

        Function normalizeAngle

    Parameters

    • -
      a: number
    +
    a: number

    Returns number

    - + +
    \ No newline at end of file diff --git a/docs/api/functions/prefix.html b/docs/api/functions/prefix.html index 111a8a5c2b..070ff7d350 100644 --- a/docs/api/functions/prefix.html +++ b/docs/api/functions/prefix.html @@ -1,4 +1,4 @@ -prefix | vexflow
    +prefix | vexflow
    -
    +

    Function prefix

    -
      - +
        +
      • Used by various classes (e.g., SVGContext) to provide a unique prefix to element names (or other keys in shared namespaces).

        @@ -26,12 +26,13 @@

        Function prefix

        Parameters

        • -
          text: string
    +
    text: string

    Returns string

    - + +
    \ No newline at end of file diff --git a/docs/api/functions/sumArray.html b/docs/api/functions/sumArray.html index b30f619493..fbd1feaa09 100644 --- a/docs/api/functions/sumArray.html +++ b/docs/api/functions/sumArray.html @@ -1,4 +1,4 @@ -sumArray | vexflow
    +sumArray | vexflow
    -
    +

    Function sumArray

    -
      - +
        +
      • Return the sum of an array of numbers.

        @@ -25,12 +25,13 @@

        Function sumArray

    Parameters

    • -
      arr: number[]
    +
    arr: number[]

    Returns number

    - + +
    \ No newline at end of file diff --git a/docs/api/functions/warn.html b/docs/api/functions/warn.html index de7f334d2b..8169f42029 100644 --- a/docs/api/functions/warn.html +++ b/docs/api/functions/warn.html @@ -1,4 +1,4 @@ -warn | vexflow
    +warn | vexflow
    -
    +

    Function warn

    -
      - +
        +
      • Dump warning to console.

        @@ -25,12 +25,13 @@

        Function warn

    Parameters

    • -
      Rest ...args: any[]
    +
    Rest ...args: any[]

    Returns void

    - + +
    \ No newline at end of file diff --git a/docs/api/index.html b/docs/api/index.html index c79731c06b..3fab2894bf 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -1,4 +1,4 @@ -vexflow
    +vexflow
    -
    +

    vexflow

    -
    - -

    VexFlow

    -
    -

    VexFlow is an open-source library for rendering music notation. It is written in TypeScript (compiled to ES6), and outputs scores to HTML Canvas and SVG. It works in browsers and also in Node.js projects (e.g., a command line script to save a score as a PDF).

    +

    VexFlow

    VexFlow is an open-source library for rendering music notation. It is written in TypeScript (compiled to ES6), and outputs scores to HTML Canvas and SVG. It works in browsers and also in Node.js projects (e.g., a command line script to save a score as a PDF).

    The guide below refers to VexFlow 4. If you need to work with the previous version, follow the version 3.0.9 tutorial.

    - - -

    Quick Start

    -
    -

    The quickest way to add VexFlow to a web page is via a <script> tag.

    +

    Quick Start

    The quickest way to add VexFlow to a web page is via a <script> tag.

    <script src="https://cdn.jsdelivr.net/npm/vexflow@4.0.3/build/cjs/vexflow.js"></script>
    <script>
    // YOUR CODE GOES HERE
    </script> -
    +

    The URL above includes a version number vexflow@x.y.z. Specifying a particular version is good practice, to prevent rare issues with a future update breaking your deployment. During development & testing, feel free to use the latest release by omitting the version number: https://cdn.jsdelivr.net/npm/vexflow/build/cjs/vexflow.js

    If your project uses a bundler, you can install VexFlow from npm:

    npm install vexflow
    -
    +

    Read our detailed guide on integrating with VexFlow.

    - - -

    EasyScore

    -
    -

    EasyScore is VexFlow's high-level API for creating music notation. On a web page containing a <div id="output"></div>, the following code displays a score:

    +

    EasyScore

    EasyScore is VexFlow's high-level API for creating music notation. On a web page containing a <div id="output"></div>, the following code displays a score:

    const { Factory, EasyScore, System } = Vex.Flow;

    const vf = new Factory({
    renderer: { elementId: 'output', width: 500, height: 200 },
    });

    const score = vf.EasyScore();
    const system = vf.System();

    system
    .addStave({
    voices: [
    score.voice(score.notes('C#5/q, B4, A4, G#4', { stem: 'up' })),
    score.voice(score.notes('C#4/h, C#4', { stem: 'down' })),
    ],
    })
    .addClef('treble')
    .addTimeSignature('4/4');

    vf.draw(); -
    +

    See a running example of EasyScore here.

    Learn more about EasyScore here.

    - - -

    Native API

    -
    -

    If you need more control, you can use the low-level VexFlow API. Below, we render a stave using SVG. See a running example of the low-level API here.

    +

    Native API

    If you need more control, you can use the low-level VexFlow API. Below, we render a stave using SVG. See a running example of the low-level API here.

    const { Renderer, Stave } = Vex.Flow;

    // Create an SVG renderer and attach it to the DIV element with id="output".
    const div = document.getElementById('output');
    const renderer = new Renderer(div, Renderer.Backends.SVG);

    // Configure the rendering context.
    renderer.resize(500, 500);
    const context = renderer.getContext();
    context.setFont('Arial', 10);

    // Create a stave of width 400 at position 10, 40.
    const stave = new Stave(10, 40, 400);

    // Add a clef and time signature.
    stave.addClef('treble').addTimeSignature('4/4');

    // Connect it to the rendering context and draw!
    stave.setContext(context).draw(); -
    - - -

    Examples

    -
    -
    - +
    +

    On This Page

    -
    -
    \ No newline at end of file +
  • Quick Start
  • +
  • EasyScore
  • +
  • Native API
  • +
  • Examples
  • +
  • More Resources
  • +
  • Sponsor this Project
  • +
  • MIT License
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/AlignmentContexts.html b/docs/api/interfaces/AlignmentContexts.html index a4ef78d213..95cd77553d 100644 --- a/docs/api/interfaces/AlignmentContexts.html +++ b/docs/api/interfaces/AlignmentContexts.html @@ -1,4 +1,4 @@ -AlignmentContexts | vexflow
    +AlignmentContexts | vexflow
    -
    +

    Interface AlignmentContexts<T>

    -
    +

    Type Parameters

    -
      +
      • -

        T

    +

    T

    Hierarchy

    Properties

    -
    +
    -
    array: T[]
    -
    +
    array: T[]
    +
    -
    list: number[]
    -
    +
    list: number[]
    +
    -
    map: Record<number, T>
    -
    +
    map: Record<number, T>
    +
    -
    resolutionMultiplier: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • array
  • +
  • list
  • +
  • map
  • +
  • resolutionMultiplier
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/AlignmentModifierContexts.html b/docs/api/interfaces/AlignmentModifierContexts.html index b937fc8a28..e15298897c 100644 --- a/docs/api/interfaces/AlignmentModifierContexts.html +++ b/docs/api/interfaces/AlignmentModifierContexts.html @@ -1,4 +1,4 @@ -AlignmentModifierContexts | vexflow
    +AlignmentModifierContexts | vexflow
    -
    +

    Properties

    -
    +
    -
    -
    +
    +
    -
    map: Map<undefined | Stave, Record<number, ModifierContext>>
    -
    +
    map: Map<undefined | Stave, Record<number, ModifierContext>>
    +
    -
    resolutionMultiplier: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • array
  • +
  • map
  • +
  • resolutionMultiplier
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/ArticulationStruct.html b/docs/api/interfaces/ArticulationStruct.html index 89e19bedf6..c56350ccbf 100644 --- a/docs/api/interfaces/ArticulationStruct.html +++ b/docs/api/interfaces/ArticulationStruct.html @@ -1,4 +1,4 @@ -ArticulationStruct | vexflow
    +ArticulationStruct | vexflow

    Properties

    -
    +
    -
    aboveCode?: string
    -
    +
    aboveCode?: string
    +
    -
    belowCode?: string
    -
    +
    belowCode?: string
    +
    -
    between_lines: boolean
    -
    +
    between_lines: boolean
    +
    -
    code?: string
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • aboveCode
  • +
  • belowCode
  • +
  • between_lines
  • +
  • code
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/BendPhrase.html b/docs/api/interfaces/BendPhrase.html index e288e903dc..f980d10eaf 100644 --- a/docs/api/interfaces/BendPhrase.html +++ b/docs/api/interfaces/BendPhrase.html @@ -1,4 +1,4 @@ -BendPhrase | vexflow
    +BendPhrase | vexflow
    -
    +

    Properties

    -
    +
    -
    draw_width?: number
    -
    +
    draw_width?: number
    +
    -
    text: string
    -
    +
    text: string
    +
    -
    type: number
    -
    +
    type: number
    +
    -
    width?: number
    -
    +
    width?: number
    +
    -
    x?: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • draw_width
  • +
  • text
  • +
  • type
  • +
  • width
  • +
  • x
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/Bounds.html b/docs/api/interfaces/Bounds.html index 108590871c..4498c448ba 100644 --- a/docs/api/interfaces/Bounds.html +++ b/docs/api/interfaces/Bounds.html @@ -1,4 +1,4 @@ -Bounds | vexflow
    +Bounds | vexflow
    -
    +
    @@ -30,29 +30,30 @@

    Properties

    -
    +
    -
    h: number
    -
    +
    h: number
    +
    -
    w: number
    -
    +
    w: number
    +
    -
    x: number
    -
    +
    x: number
    +
    -
    y: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • h
  • +
  • w
  • +
  • x
  • +
  • y
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/BuilderElements.html b/docs/api/interfaces/BuilderElements.html index 1466fa7fdb..69ffaba2b6 100644 --- a/docs/api/interfaces/BuilderElements.html +++ b/docs/api/interfaces/BuilderElements.html @@ -1,4 +1,4 @@ -BuilderElements | vexflow
    +BuilderElements | vexflow
    -
    +

    Properties

    -
    +
    -
    accidentals: (undefined | Accidental)[][]
    -
    +
    accidentals: (undefined | Accidental)[][]
    +
    -
    notes: StemmableNote[]
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • accidentals
  • +
  • notes
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/BuilderOptions.html b/docs/api/interfaces/BuilderOptions.html index b9c18293ed..2e17dada92 100644 --- a/docs/api/interfaces/BuilderOptions.html +++ b/docs/api/interfaces/BuilderOptions.html @@ -1,4 +1,4 @@ -BuilderOptions | vexflow
    +BuilderOptions | vexflow
    -
    +
    • vexflow
    • @@ -18,7 +18,7 @@

      Interface BuilderOptions

    Hierarchy

      -
    • Record<string, any> +
    • Record<string, any>
      • BuilderOptions
    @@ -28,21 +28,22 @@

    Properties

    -
    +
    -
    clef?: string
    -
    +
    clef?: string
    +
    -
    stem?: string
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • clef
  • +
  • stem
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/ChordSymbolBlock.html b/docs/api/interfaces/ChordSymbolBlock.html index a72fface15..262c866ab6 100644 --- a/docs/api/interfaces/ChordSymbolBlock.html +++ b/docs/api/interfaces/ChordSymbolBlock.html @@ -1,4 +1,4 @@ -ChordSymbolBlock | vexflow
    +ChordSymbolBlock | vexflow

    Properties

    -
    +
    -
    glyph?: Glyph
    -
    +
    glyph?: Glyph
    +
    -
    symbolModifier: SymbolModifiers
    -
    +
    symbolModifier: SymbolModifiers
    +
    -
    symbolType: SymbolTypes
    -
    +
    symbolType: SymbolTypes
    +
    -
    text: string
    -
    +
    text: string
    +
    -
    vAlign: boolean
    -
    +
    vAlign: boolean
    +
    -
    width: number
    -
    +
    width: number
    +
    -
    xShift: number
    -
    +
    xShift: number
    +
    -
    yShift: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • glyph
  • +
  • symbolModifier
  • +
  • symbolType
  • +
  • text
  • +
  • vAlign
  • +
  • width
  • +
  • xShift
  • +
  • yShift
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/ChordSymbolGlyphMetrics.html b/docs/api/interfaces/ChordSymbolGlyphMetrics.html index 8b54af4b76..cde0a2ca36 100644 --- a/docs/api/interfaces/ChordSymbolGlyphMetrics.html +++ b/docs/api/interfaces/ChordSymbolGlyphMetrics.html @@ -1,4 +1,4 @@ -ChordSymbolGlyphMetrics | vexflow
    +ChordSymbolGlyphMetrics | vexflow

    Properties

    -
    +
    -
    advanceWidth: number
    -
    +
    advanceWidth: number
    +
    -
    leftSideBearing: number
    -
    +
    leftSideBearing: number
    +
    -
    yOffset: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • advanceWidth
  • +
  • leftSideBearing
  • +
  • yOffset
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/ChordSymbolMetrics.html b/docs/api/interfaces/ChordSymbolMetrics.html index 6fc9dfe7a4..77836c83ef 100644 --- a/docs/api/interfaces/ChordSymbolMetrics.html +++ b/docs/api/interfaces/ChordSymbolMetrics.html @@ -1,4 +1,4 @@ -ChordSymbolMetrics | vexflow
    +ChordSymbolMetrics | vexflow
    -
    +

    Properties

    -
    +
    -
    global: {
        kerningOffset: number;
        lowerKerningText: string[];
        spacing: number;
        subscriptOffset: number;
        superSubRatio: number;
        superscriptOffset: number;
        upperKerningText: string[];
    }
    +
    global: {
        kerningOffset: number;
        lowerKerningText: string[];
        spacing: number;
        subscriptOffset: number;
        superSubRatio: number;
        superscriptOffset: number;
        upperKerningText: string[];
    }

    Type declaration

    • -
      kerningOffset: number
    • +
      kerningOffset: number
    • -
      lowerKerningText: string[]
    • +
      lowerKerningText: string[]
    • -
      spacing: number
    • +
      spacing: number
    • -
      subscriptOffset: number
    • +
      subscriptOffset: number
    • -
      superSubRatio: number
    • +
      superSubRatio: number
    • -
      superscriptOffset: number
    • +
      superscriptOffset: number
    • -
      upperKerningText: string[]
    -
    +
    upperKerningText: string[]
    +
    -
    glyphs: Record<string, ChordSymbolGlyphMetrics>
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • global
  • +
  • glyphs
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/ClefAnnotatiomType.html b/docs/api/interfaces/ClefAnnotatiomType.html index e466184665..1c171f5270 100644 --- a/docs/api/interfaces/ClefAnnotatiomType.html +++ b/docs/api/interfaces/ClefAnnotatiomType.html @@ -1,4 +1,4 @@ -ClefAnnotatiomType | vexflow
    +ClefAnnotatiomType | vexflow
    -
    +
    • vexflow
    • @@ -18,7 +18,7 @@

      Interface ClefAnnotatiomType

    Hierarchy

    @@ -28,31 +28,32 @@

    Properties

    -
    +
    -
    code: string
    -
    +
    -
    line: number
    -
    +
    -
    point: number
    -
    +
    point: number
    +
    -
    x_shift: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • code
  • +
  • line
  • +
  • point
  • +
  • x_shift
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/ClefMetrics.html b/docs/api/interfaces/ClefMetrics.html index 449159c3fe..d47cb17e2c 100644 --- a/docs/api/interfaces/ClefMetrics.html +++ b/docs/api/interfaces/ClefMetrics.html @@ -1,4 +1,4 @@ -ClefMetrics | vexflow
    +ClefMetrics | vexflow
    -
    +

    Properties

    -
    +
    -
    annotations: {
        [key: string]: {
            point: number;
            [type: string]: {
                line?: number;
                shiftX?: number;
            } | number;
        };
    }
    +
    annotations: {
        [key: string]: {
            [type: string]: {
                line?: number;
                shiftX?: number;
            } | number;
        };
    }

    Type declaration

    • -
      [key: string]: {
          point: number;
          [type: string]: {
              line?: number;
              shiftX?: number;
          } | number;
      }
      +
      [key: string]: {
          [type: string]: {
              line?: number;
              shiftX?: number;
          } | number;
      }
      • -
        [type: string]: {
            line?: number;
            shiftX?: number;
        } | number
      • -
      • -
        point: number
    -
    +
    [type: string]: {
        line?: number;
        shiftX?: number;
    } | number
    +
    -
    width: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • annotations
  • +
  • width
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/ClefType.html b/docs/api/interfaces/ClefType.html index 0bb75dcbf0..eaac5417ff 100644 --- a/docs/api/interfaces/ClefType.html +++ b/docs/api/interfaces/ClefType.html @@ -1,4 +1,4 @@ -ClefType | vexflow
    +ClefType | vexflow
    -
    +
    +
  • ClefAnnotatiomType
  • @@ -28,21 +28,22 @@

    Properties

    -
    +
    -
    code: string
    -
    +
    code: string
    +
    -
    line: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • code
  • +
  • line
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/CrescendoParams.html b/docs/api/interfaces/CrescendoParams.html index f3f8c8f732..804a317d0f 100644 --- a/docs/api/interfaces/CrescendoParams.html +++ b/docs/api/interfaces/CrescendoParams.html @@ -1,4 +1,4 @@ -CrescendoParams | vexflow
    +CrescendoParams | vexflow
    -
    +

    Properties

    -
    +
    -
    begin_x: number
    -
    +
    begin_x: number
    +
    -
    end_x: number
    -
    +
    end_x: number
    +
    -
    height: number
    -
    +
    height: number
    +
    -
    reverse: boolean
    -
    +
    reverse: boolean
    +
    -
    y: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • begin_x
  • +
  • end_x
  • +
  • height
  • +
  • reverse
  • +
  • y
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/CurveOptions.html b/docs/api/interfaces/CurveOptions.html index 77f5382f8f..635b560dc8 100644 --- a/docs/api/interfaces/CurveOptions.html +++ b/docs/api/interfaces/CurveOptions.html @@ -1,4 +1,4 @@ -CurveOptions | vexflow
    +CurveOptions | vexflow

    Properties

    -
    +
    -
    cps?: {
        x: number;
        y: number;
    }[]
    +
    cps?: {
        x: number;
        y: number;
    }[]

    Two control points for the bezier curves.

    -
    +
    -
    invert?: boolean
    -
    +
    invert?: boolean
    +
    -
    position?: string | number
    -
    +
    position?: string | number
    +
    -
    position_end?: string | number
    -
    +
    position_end?: string | number
    +
    -
    thickness?: number
    -
    +
    thickness?: number
    +
    -
    x_shift?: number
    -
    +
    x_shift?: number
    +
    -
    y_shift?: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • cps
  • +
  • invert
  • +
  • position
  • +
  • position_end
  • +
  • thickness
  • +
  • x_shift
  • +
  • y_shift
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/EasyScoreDefaults.html b/docs/api/interfaces/EasyScoreDefaults.html index 711f31c6d4..d7c343a202 100644 --- a/docs/api/interfaces/EasyScoreDefaults.html +++ b/docs/api/interfaces/EasyScoreDefaults.html @@ -1,4 +1,4 @@ -EasyScoreDefaults | vexflow
    +EasyScoreDefaults | vexflow
    -
    +
    • vexflow
    • @@ -18,7 +18,7 @@

      Interface EasyScoreDefaults

    Hierarchy

      -
    • Record<string, any> +
    • Record<string, any>
      • EasyScoreDefaults
    @@ -28,25 +28,26 @@

    Properties

    -
    +
    -
    clef?: string
    -
    +
    clef?: string
    +
    -
    stem?: string
    -
    +
    stem?: string
    +
    -
    time?: string
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • clef
  • +
  • stem
  • +
  • time
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/EasyScoreOptions.html b/docs/api/interfaces/EasyScoreOptions.html index cbca120252..40f75cdf99 100644 --- a/docs/api/interfaces/EasyScoreOptions.html +++ b/docs/api/interfaces/EasyScoreOptions.html @@ -1,4 +1,4 @@ -EasyScoreOptions | vexflow
    +EasyScoreOptions | vexflow

    Properties

    -
    +
    -
    builder?: Builder
    -
    +
    builder?: Builder
    +
    -
    commitHooks?: CommitHook[]
    -
    +
    commitHooks?: CommitHook[]
    +
    -
    factory?: Factory
    -
    +
    factory?: Factory
    +
    -
    throwOnError?: boolean
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • builder
  • +
  • commitHooks
  • +
  • factory
  • +
  • throwOnError
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/ElementAttributes.html b/docs/api/interfaces/ElementAttributes.html index c629844a32..2fd521a204 100644 --- a/docs/api/interfaces/ElementAttributes.html +++ b/docs/api/interfaces/ElementAttributes.html @@ -1,4 +1,4 @@ -ElementAttributes | vexflow
    +ElementAttributes | vexflow
    -
    +
    • vexflow
    • @@ -22,7 +22,7 @@

      Interface ElementAttributes

    Hierarchy

    • ElementAttributes
    -
    +

    Indexable

    [name: string]: string | undefined
    @@ -32,25 +32,26 @@

    Properties

    -
    +
    -
    class: string
    -
    +
    class: string
    +
    -
    id: string
    -
    +
    id: string
    +
    -
    type: string
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • class
  • +
  • id
  • +
  • type
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/ElementStyle.html b/docs/api/interfaces/ElementStyle.html index 74c43dd22d..b792913580 100644 --- a/docs/api/interfaces/ElementStyle.html +++ b/docs/api/interfaces/ElementStyle.html @@ -1,4 +1,4 @@ -ElementStyle | vexflow
    +ElementStyle | vexflow

    Properties

    -
    +
    -
    fillStyle?: string
    +
    fillStyle?: string

    CSS color used with context fill command.

    Examples: 'red', '#ff0000', '#ff000010', 'rgb(255,0,0)'

    See CSS Legal Color Values

    -
    +
    -
    lineWidth?: number
    +
    lineWidth?: number

    Line width, 1.0 by default.

    -
    +
    -
    shadowBlur?: number
    +
    shadowBlur?: number

    Level of blur applied to shadows.

    Values that are not finite numbers greater than or equal to zero are ignored.

    -
    +
    -
    shadowColor?: string
    +
    shadowColor?: string

    CSS color used for the shadow.

    Examples: 'red', '#ff0000', '#ff000010', 'rgb(255,0,0)'

    See CSS Legal Color Values

    -
    +
    -
    strokeStyle?: string
    +
    strokeStyle?: string

    CSS color used with context stroke command.

    Examples: 'red', '#ff0000', '#ff000010', 'rgb(255,0,0)'

    See CSS Legal Color Values

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • fillStyle
  • +
  • lineWidth
  • +
  • shadowBlur
  • +
  • shadowColor
  • +
  • strokeStyle
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/FactoryOptions.html b/docs/api/interfaces/FactoryOptions.html index ff0846a7d6..b6cc2a2a39 100644 --- a/docs/api/interfaces/FactoryOptions.html +++ b/docs/api/interfaces/FactoryOptions.html @@ -1,4 +1,4 @@ -FactoryOptions | vexflow
    +FactoryOptions | vexflow
    -
    +

    Properties

    -
    +
    -
    font?: FontInfo
    -
    +
    font?: FontInfo
    +
    -
    renderer?: {
        backend?: number;
        background?: string;
        elementId: null | string;
        height: number;
        width: number;
    }
    +
    renderer?: {
        backend?: number;
        background?: string;
        elementId: null | string;
        height: number;
        width: number;
    }

    Type declaration

    • -
      Optional backend?: number
    • +
      Optional backend?: number
    • -
      Optional background?: string
    • +
      Optional background?: string
    • -
      elementId: null | string
    • +
      elementId: null | string
    • -
      height: number
    • +
      height: number
    • -
      width: number
    -
    +
    width: number
    +
    -
    stave?: {
        space: number;
    }
    +
    stave?: {
        space: number;
    }

    Type declaration

    • -
      space: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • font
  • +
  • renderer
  • +
  • stave
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/FontData.html b/docs/api/interfaces/FontData.html index fc4cce0267..def4e81810 100644 --- a/docs/api/interfaces/FontData.html +++ b/docs/api/interfaces/FontData.html @@ -1,4 +1,4 @@ -FontData | vexflow
    +FontData | vexflow

    Properties

    -
    +
    -
    fontFamily?: string
    -
    +
    fontFamily?: string
    +
    -
    generatedOn?: string
    -
    +
    generatedOn?: string
    +
    -
    glyphs: Record<string, FontGlyph>
    -
    +
    glyphs: Record<string, FontGlyph>
    +
    -
    resolution: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • fontFamily
  • +
  • generatedOn
  • +
  • glyphs
  • +
  • resolution
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/FontGlyph.html b/docs/api/interfaces/FontGlyph.html index 9a27657158..e2543ee1c1 100644 --- a/docs/api/interfaces/FontGlyph.html +++ b/docs/api/interfaces/FontGlyph.html @@ -1,4 +1,4 @@ -FontGlyph | vexflow
    +FontGlyph | vexflow

    Properties

    -
    +
    -
    advanceWidth?: number
    -
    +
    advanceWidth?: number
    +
    -
    cached_outline?: number[]
    -
    +
    cached_outline?: number[]
    +
    -
    ha: number
    -
    +
    ha: number
    +
    -
    leftSideBearing?: number
    -
    +
    leftSideBearing?: number
    +
    -
    o?: string
    -
    +
    o?: string
    +
    -
    x_max: number
    -
    +
    x_max: number
    +
    -
    x_min: number
    -
    +
    x_min: number
    +
    -
    y_max?: number
    -
    +
    y_max?: number
    +
    -
    y_min?: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • advanceWidth
  • +
  • cached_outline
  • +
  • ha
  • +
  • leftSideBearing
  • +
  • o
  • +
  • x_max
  • +
  • x_min
  • +
  • y_max
  • +
  • y_min
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/FontInfo.html b/docs/api/interfaces/FontInfo.html index b6d25a7630..42896c072a 100644 --- a/docs/api/interfaces/FontInfo.html +++ b/docs/api/interfaces/FontInfo.html @@ -1,4 +1,4 @@ -FontInfo | vexflow
    +FontInfo | vexflow
    -
    +

    Properties

    -
    +
    -
    family?: string
    +
    family?: string

    CSS font-family, e.g., 'Arial', 'Helvetica Neue, Arial, sans-serif', 'Times, serif'

    -
    +
    -
    size?: string | number
    +
    size?: string | number

    CSS font-size (e.g., '10pt', '12px'). For backwards compatibility with 3.0.9, plain numbers are assumed to be specified in 'pt'.

    -
    +
    -
    style?: string
    +
    style?: string

    italic as inspired by CSS font-style.

    -
    +
    -
    weight?: string | number
    +
    weight?: string | number

    bold or a number (e.g., 900) as inspired by CSS font-weight.

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • family
  • +
  • size
  • +
  • style
  • +
  • weight
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/FontMetrics.html b/docs/api/interfaces/FontMetrics.html index 4d7a7f0be6..8424d5dea5 100644 --- a/docs/api/interfaces/FontMetrics.html +++ b/docs/api/interfaces/FontMetrics.html @@ -1,4 +1,4 @@ -FontMetrics | vexflow
    +FontMetrics | vexflow
    -
    +
    • vexflow
    • @@ -21,7 +21,7 @@

      Interface FontMetrics

    Hierarchy

      -
    • Record<string, any> +
    • Record<string, any>
      • FontMetrics
    @@ -31,73 +31,74 @@

    Properties

    -
    +
    -
    accidental?: Record<string, number>
    -
    +
    accidental?: Record<string, number>
    +
    -
    articulation?: Record<string, Record<string, number>>
    -
    +
    articulation?: Record<string, Record<string, number>>
    +
    -
    chordSymbol?: ChordSymbolMetrics
    -
    +
    chordSymbol?: ChordSymbolMetrics
    +
    -
    clef_default?: ClefMetrics
    -
    +
    clef_default?: ClefMetrics
    +
    -
    clef_small?: ClefMetrics
    -
    +
    clef_small?: ClefMetrics
    +
    -
    digits?: Record<string, number>
    -
    +
    digits?: Record<string, number>
    +
    -
    glyphs: Record<string, {
        point?: number;
        scale?: number;
        shiftX?: number;
        shiftY?: number;
        [key: string]: {
            point?: number;
            scale?: number;
            shiftX?: number;
            shiftY?: number;
        } | number | undefined;
    }>
    -
    +
    glyphs: Record<string, {
        point?: number;
        scale?: number;
        shiftX?: number;
        shiftY?: number;
        [key: string]: {
            point?: number;
            scale?: number;
            shiftX?: number;
            shiftY?: number;
        } | number | undefined;
    }>
    +
    -
    noteHead?: NoteHeadMetrics
    -
    +
    noteHead?: NoteHeadMetrics
    +
    -
    ornament?: Record<string, OrnamentMetrics>
    -
    +
    ornament?: Record<string, OrnamentMetrics>
    +
    -
    pedalMarking?: Record<string, Record<string, number>>
    -
    +
    pedalMarking?: Record<string, Record<string, number>>
    +
    -
    smufl: boolean
    -
    +
    smufl: boolean
    +
    -
    stave?: Record<string, number>
    -
    +
    stave?: Record<string, number>
    +
    -
    stringNumber?: StringNumberMetrics
    -
    +
    stringNumber?: StringNumberMetrics
    +
    -
    tremolo?: Record<string, Record<string, number>>
    -
    +
    tremolo?: Record<string, Record<string, number>>
    +
    -
    tuplet?: TupletMetrics
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • accidental
  • +
  • articulation
  • +
  • chordSymbol
  • +
  • clef_default
  • +
  • clef_small
  • +
  • digits
  • +
  • glyphs
  • +
  • noteHead
  • +
  • ornament
  • +
  • pedalMarking
  • +
  • smufl
  • +
  • stave
  • +
  • stringNumber
  • +
  • tremolo
  • +
  • tuplet
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/FormatParams.html b/docs/api/interfaces/FormatParams.html index 4546dd1934..ff4aa5f64d 100644 --- a/docs/api/interfaces/FormatParams.html +++ b/docs/api/interfaces/FormatParams.html @@ -1,4 +1,4 @@ -FormatParams | vexflow
    +FormatParams | vexflow
    -

    Properties

    -
    +
    -
    align_rests?: boolean
    -
    +
    align_rests?: boolean
    +
    -
    auto_beam?: boolean
    -
    +
    auto_beam?: boolean
    +
    -
    context?: RenderContext
    -
    +
    context?: RenderContext
    +
    -
    stave?: Stave
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • align_rests
  • +
  • auto_beam
  • +
  • context
  • +
  • stave
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/FormatterMetrics.html b/docs/api/interfaces/FormatterMetrics.html index ec4774684f..0b379424d2 100644 --- a/docs/api/interfaces/FormatterMetrics.html +++ b/docs/api/interfaces/FormatterMetrics.html @@ -1,4 +1,4 @@ -FormatterMetrics | vexflow
    +FormatterMetrics | vexflow
    -
    +

    Properties

    -
    +
    -
    duration: string
    -
    +
    duration: string
    +
    -
    freedom: {
        left: number;
        right: number;
    }
    +
    freedom: {
        left: number;
        right: number;
    }

    Type declaration

    • -
      left: number
    • +
      left: number
    • -
      right: number
    -
    +
    right: number
    +
    -
    iterations: number
    -
    +
    iterations: number
    +
    -
    space: {
        deviation: number;
        mean: number;
        used: number;
    }
    +
    space: {
        deviation: number;
        mean: number;
        used: number;
    }

    Type declaration

    • -
      deviation: number
    • +
      deviation: number
    • -
      mean: number
    • +
      mean: number
    • -
      used: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • duration
  • +
  • freedom
  • +
  • iterations
  • +
  • space
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/FormatterOptions.html b/docs/api/interfaces/FormatterOptions.html index d46fc0c5f4..47b08e231f 100644 --- a/docs/api/interfaces/FormatterOptions.html +++ b/docs/api/interfaces/FormatterOptions.html @@ -1,4 +1,4 @@ -FormatterOptions | vexflow
    +FormatterOptions | vexflow
    -
    +
    +
  • SystemFormatterOptions
  • @@ -28,31 +28,32 @@

    Properties

    -
    +
    -
    globalSoftmax?: boolean
    +
    globalSoftmax?: boolean

    Defaults to false.

    -
    +
    -
    maxIterations?: number
    +
    maxIterations?: number

    Defaults to 5.

    -
    +
    -
    softmaxFactor?: number
    +
    softmaxFactor?: number

    Defaults to Tables.SOFTMAX_FACTOR.

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • globalSoftmax
  • +
  • maxIterations
  • +
  • softmaxFactor
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/GlyphMetrics.html b/docs/api/interfaces/GlyphMetrics.html index 83d959949e..4008cd6faf 100644 --- a/docs/api/interfaces/GlyphMetrics.html +++ b/docs/api/interfaces/GlyphMetrics.html @@ -1,4 +1,4 @@ -GlyphMetrics | vexflow
    +GlyphMetrics | vexflow
    -

    Properties

    -
    +
    -
    font: Font
    -
    +
    font: Font
    +
    -
    ha: number
    -
    +
    ha: number
    +
    -
    height: number
    -
    +
    height: number
    +
    -
    outline: number[]
    -
    +
    outline: number[]
    +
    -
    scale: number
    -
    +
    scale: number
    +
    -
    width: number
    -
    +
    width: number
    +
    -
    x_max: number
    -
    +
    x_max: number
    +
    -
    x_min: number
    -
    +
    x_min: number
    +
    -
    x_shift: number
    -
    +
    x_shift: number
    +
    -
    y_shift: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • font
  • +
  • ha
  • +
  • height
  • +
  • outline
  • +
  • scale
  • +
  • width
  • +
  • x_max
  • +
  • x_min
  • +
  • x_shift
  • +
  • y_shift
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/GlyphNoteOptions.html b/docs/api/interfaces/GlyphNoteOptions.html index 884bc3c4cc..bf6e7425d9 100644 --- a/docs/api/interfaces/GlyphNoteOptions.html +++ b/docs/api/interfaces/GlyphNoteOptions.html @@ -1,4 +1,4 @@ -GlyphNoteOptions | vexflow
    +GlyphNoteOptions | vexflow
    -
    +

    Properties

    -
    +
    -
    ignoreTicks?: boolean
    -
    +
    ignoreTicks?: boolean
    +
    -
    line?: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • ignoreTicks
  • +
  • line
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/GlyphOptions.html b/docs/api/interfaces/GlyphOptions.html index 796572f263..5db45e5e48 100644 --- a/docs/api/interfaces/GlyphOptions.html +++ b/docs/api/interfaces/GlyphOptions.html @@ -1,4 +1,4 @@ -GlyphOptions | vexflow
    +GlyphOptions | vexflow
    -
    +

    Properties

    -
    +
    -
    category?: string
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • category
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/GlyphProps.html b/docs/api/interfaces/GlyphProps.html index 1df9f5053e..2bab8bb8e4 100644 --- a/docs/api/interfaces/GlyphProps.html +++ b/docs/api/interfaces/GlyphProps.html @@ -1,4 +1,4 @@ -GlyphProps | vexflow
    +GlyphProps | vexflow

    Properties

    -
    +
    -
    beam_count: number
    -
    +
    beam_count: number
    +
    -
    code?: string
    -
    +
    code?: string
    +
    -
    code_flag_downstem?: string
    -
    +
    code_flag_downstem?: string
    +
    -
    code_flag_upstem?: string
    -
    +
    code_flag_upstem?: string
    +
    -
    code_head: string
    -
    +
    code_head: string
    +
    -
    dot_shiftY: number
    -
    +
    dot_shiftY: number
    +
    -
    flag?: boolean
    -
    +
    flag?: boolean
    +
    -
    ledger_code_head?: string
    -
    +
    ledger_code_head?: string
    +
    -
    line_above: number
    -
    +
    line_above: number
    +
    -
    line_below: number
    -
    +
    line_below: number
    +
    -
    position: string
    -
    +
    position: string
    +
    -
    rest: boolean
    -
    +
    rest: boolean
    +
    -
    shift_y?: number
    -
    +
    shift_y?: number
    +
    -
    stem: boolean
    -
    +
    stem: boolean
    +
    -
    stem_beam_extension: number
    -
    +
    stem_beam_extension: number
    +
    -
    stem_down_extension: number
    -
    +
    stem_down_extension: number
    +
    -
    stem_up_extension: number
    -
    +
    stem_up_extension: number
    +
    -
    tabnote_stem_down_extension: number
    -
    +
    tabnote_stem_down_extension: number
    +
    -
    tabnote_stem_up_extension: number
    -
    +
    tabnote_stem_up_extension: number
    +
    -
    text?: string
    -
    +
    text?: string
    +
    -
    width?: number
    +
    width?: number

    Methods

    -
    +
    -
      - +
        +
      • Parameters

        • -
          Optional a: number
        +
        Optional a: number

      Returns number

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • beam_count
  • +
  • code
  • +
  • code_flag_downstem
  • +
  • code_flag_upstem
  • +
  • code_head
  • +
  • dot_shiftY
  • +
  • flag
  • +
  • ledger_code_head
  • +
  • line_above
  • +
  • line_below
  • +
  • position
  • +
  • rest
  • +
  • shift_y
  • +
  • stem
  • +
  • stem_beam_extension
  • +
  • stem_down_extension
  • +
  • stem_up_extension
  • +
  • tabnote_stem_down_extension
  • +
  • tabnote_stem_up_extension
  • +
  • text
  • +
  • width
  • +
  • getWidth
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/GraceNoteStruct.html b/docs/api/interfaces/GraceNoteStruct.html index 6a5dd8f7a9..646f331a71 100644 --- a/docs/api/interfaces/GraceNoteStruct.html +++ b/docs/api/interfaces/GraceNoteStruct.html @@ -1,4 +1,4 @@ -GraceNoteStruct | vexflow
    +GraceNoteStruct | vexflow

    Properties

    -
    +
    -
    align_center?: boolean
    -
    +
    -
    auto_stem?: boolean
    -
    +
    -
    clef?: string
    -
    +
    -
    dots?: number
    +
    dots?: number

    The number of dots, which affects the duration.

    -
    +
    -
    duration: string
    +
    duration: string

    The time length (e.g., q for quarter, h for half, 8 for eighth etc.).

    -
    +
    -
    duration_override?: Fraction
    -
    +
    -
    glyph_font_scale?: number
    -
    +
    -
    keys?: string[]
    +
    keys?: string[]

    Array of pitches, e.g: ['c/4', 'e/4', 'g/4']

    -
    +
    -
    line?: number
    -
    +
    -
    octave_shift?: number
    -
    +
    -
    slash?: boolean
    -
    +
    slash?: boolean
    +
    -
    stem_direction?: number
    +
    stem_direction?: number

    Stem.UP or Stem.DOWN.

    -
    +
    -
    stem_down_x_offset?: number
    -
    +
    -
    stem_up_x_offset?: number
    -
    +
    -
    stroke_px?: number
    -
    +
    -
    type?: string
    +
    type?: string

    The note type (e.g., r for rest, s for slash notes, etc.).

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • align_center
  • +
  • auto_stem
  • +
  • clef
  • +
  • dots
  • +
  • duration
  • +
  • duration_override
  • +
  • glyph_font_scale
  • +
  • keys
  • +
  • line
  • +
  • octave_shift
  • +
  • slash
  • +
  • stem_direction
  • +
  • stem_down_x_offset
  • +
  • stem_up_x_offset
  • +
  • stroke_px
  • +
  • type
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/Grammar.html b/docs/api/interfaces/Grammar.html index 4ab817b542..0c64222fb6 100644 --- a/docs/api/interfaces/Grammar.html +++ b/docs/api/interfaces/Grammar.html @@ -1,4 +1,4 @@ -Grammar | vexflow
    +Grammar | vexflow
    -
    +
    @@ -30,20 +30,21 @@

    Methods

    -
    +
    -
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • begin
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/GroupAttributes.html b/docs/api/interfaces/GroupAttributes.html index 4632332fed..33e3d3e3a8 100644 --- a/docs/api/interfaces/GroupAttributes.html +++ b/docs/api/interfaces/GroupAttributes.html @@ -1,4 +1,4 @@ -GroupAttributes | vexflow
    +GroupAttributes | vexflow
    -
    +

    Properties

    -
    +
    -
    pointerBBox: boolean
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • pointerBBox
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/Key.html b/docs/api/interfaces/Key.html index f132d15391..f53986a121 100644 --- a/docs/api/interfaces/Key.html +++ b/docs/api/interfaces/Key.html @@ -1,4 +1,4 @@ -Key | vexflow
    +Key | vexflow
    -
    +

    Properties

    -
    +
    -
    int_val: KeyValue
    -
    +
    int_val: KeyValue
    +
    -
    root_index: RootValue
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • int_val
  • +
  • root_index
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/KeyParts.html b/docs/api/interfaces/KeyParts.html index 8afe9a32a1..a6ccc5b629 100644 --- a/docs/api/interfaces/KeyParts.html +++ b/docs/api/interfaces/KeyParts.html @@ -1,4 +1,4 @@ -KeyParts | vexflow
    +KeyParts | vexflow
    -
    +

    Properties

    -
    +
    -
    accidental: string
    -
    +
    accidental: string
    +
    -
    root: string
    -
    +
    root: string
    +
    -
    type: string
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • accidental
  • +
  • root
  • +
  • type
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/KeyProps.html b/docs/api/interfaces/KeyProps.html index e1cceccf76..78b01eb468 100644 --- a/docs/api/interfaces/KeyProps.html +++ b/docs/api/interfaces/KeyProps.html @@ -1,4 +1,4 @@ -KeyProps | vexflow
    +KeyProps | vexflow

    Properties

    -
    +
    -
    accidental?: string
    -
    +
    accidental?: string
    +
    -
    code?: string
    -
    +
    code?: string
    +
    -
    displaced: boolean
    -
    +
    displaced: boolean
    +
    -
    int_value?: number
    -
    +
    int_value?: number
    +
    -
    key: string
    -
    +
    key: string
    +
    -
    line: number
    -
    +
    line: number
    +
    -
    octave: number
    -
    +
    octave: number
    +
    -
    shift_right?: number
    -
    +
    shift_right?: number
    +
    -
    stem_down_x_offset?: number
    -
    +
    stem_down_x_offset?: number
    +
    -
    stem_up_x_offset?: number
    -
    +
    stem_up_x_offset?: number
    +
    -
    stroke: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • accidental
  • +
  • code
  • +
  • displaced
  • +
  • int_value
  • +
  • key
  • +
  • line
  • +
  • octave
  • +
  • shift_right
  • +
  • stem_down_x_offset
  • +
  • stem_up_x_offset
  • +
  • stroke
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/LayoutMetrics.html b/docs/api/interfaces/LayoutMetrics.html index 3952fbc645..978c682bf3 100644 --- a/docs/api/interfaces/LayoutMetrics.html +++ b/docs/api/interfaces/LayoutMetrics.html @@ -1,4 +1,4 @@ -LayoutMetrics | vexflow
    +LayoutMetrics | vexflow
    -
    +

    Properties

    -
    +
    -
    paddingLeft: number
    -
    +
    paddingLeft: number
    +
    -
    paddingRight: number
    -
    +
    paddingRight: number
    +
    -
    xMax: number
    -
    +
    xMax: number
    +
    -
    xMin: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • paddingLeft
  • +
  • paddingRight
  • +
  • xMax
  • +
  • xMin
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/ModifierContextMetrics.html b/docs/api/interfaces/ModifierContextMetrics.html index a8a03482c4..f6d7bac5b2 100644 --- a/docs/api/interfaces/ModifierContextMetrics.html +++ b/docs/api/interfaces/ModifierContextMetrics.html @@ -1,4 +1,4 @@ -ModifierContextMetrics | vexflow
    +ModifierContextMetrics | vexflow
    -
    +

    Properties

    -
    +
    -
    spacing: number
    -
    +
    spacing: number
    +
    -
    width: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • spacing
  • +
  • width
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/ModifierContextState.html b/docs/api/interfaces/ModifierContextState.html index f800880bd1..a5e713678f 100644 --- a/docs/api/interfaces/ModifierContextState.html +++ b/docs/api/interfaces/ModifierContextState.html @@ -1,4 +1,4 @@ -ModifierContextState | vexflow
    +ModifierContextState | vexflow

    Properties

    -
    +
    -
    left_shift: number
    -
    +
    left_shift: number
    +
    -
    right_shift: number
    -
    +
    right_shift: number
    +
    -
    text_line: number
    -
    +
    text_line: number
    +
    -
    top_text_line: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • left_shift
  • +
  • right_shift
  • +
  • text_line
  • +
  • top_text_line
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/MultimeasureRestRenderOptions.html b/docs/api/interfaces/MultimeasureRestRenderOptions.html index 966189814b..aff60c16c8 100644 --- a/docs/api/interfaces/MultimeasureRestRenderOptions.html +++ b/docs/api/interfaces/MultimeasureRestRenderOptions.html @@ -1,4 +1,4 @@ -MultimeasureRestRenderOptions | vexflow
    +MultimeasureRestRenderOptions | vexflow

    Properties

    -
    +
    -
    line?: number
    +
    line?: number

    Vertical position of the rest line or symbols, expressed as stave lines. Default: 2. The top stave line is 1, and the bottom stave line is 5.

    -
    +
    -
    line_thickness?: number
    +
    line_thickness?: number

    Thickness of the rest line. Used when use_symbols is false. Defaults to half the space between stave lines.

    -
    +
    -
    number_glyph_point?: number
    +
    number_glyph_point?: number

    Font size of the "number of measures" text.

    -
    +
    -
    number_line?: number
    +
    number_line?: number

    Vertical position of the "number of measures" text (measured in stave lines). Defaults to -0.5, which is above the stave. 6.5 is below the stave.

    -
    +
    -
    number_of_measures: number
    +
    number_of_measures: number

    Extracted by Factory.MultiMeasureRest() and passed to the MultiMeasureRest constructor.

    -
    +
    -
    padding_left?: number
    +
    padding_left?: number

    Left padding from stave.getX().

    -
    +
    -
    padding_right?: number
    +
    padding_right?: number

    Right padding from stave.getX() + stave.getWidth()

    -
    +
    -
    semibreve_rest_glyph_scale?: number
    +
    semibreve_rest_glyph_scale?: number

    Size of the semibreve (1-bar) rest symbol. Other symbols are scaled accordingly.

    -
    +
    -
    serif_thickness?: number
    +
    serif_thickness?: number

    Thickness of the rest line's serif. Used when use_symbols is false.

    -
    +
    -
    show_number?: boolean
    +
    show_number?: boolean

    Show the number of measures at the top. Defaults to true.

    -
    +
    -
    spacing_between_lines_px?: number
    +
    spacing_between_lines_px?: number

    Defaults to the number of vertical pixels between stave lines. Used for serif height or 2-bar / 4-bar symbol height.

    -
    +
    -
    symbol_spacing?: number
    +
    symbol_spacing?: number

    Horizontal spacing between rest symbol glyphs (if use_symbols is true).

    -
    +
    -
    use_symbols?: boolean
    +
    use_symbols?: boolean

    Use rest symbols. Defaults to false, which renders a thick horizontal line with serifs at both ends.

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • line
  • +
  • line_thickness
  • +
  • number_glyph_point
  • +
  • number_line
  • +
  • number_of_measures
  • +
  • padding_left
  • +
  • padding_right
  • +
  • semibreve_rest_glyph_scale
  • +
  • serif_thickness
  • +
  • show_number
  • +
  • spacing_between_lines_px
  • +
  • symbol_spacing
  • +
  • use_symbols
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/NoteAccidental.html b/docs/api/interfaces/NoteAccidental.html index 7f04979449..58296ea67a 100644 --- a/docs/api/interfaces/NoteAccidental.html +++ b/docs/api/interfaces/NoteAccidental.html @@ -1,4 +1,4 @@ -NoteAccidental | vexflow
    +NoteAccidental | vexflow
    -
    +

    Properties

    -
    +
    -
    accidental: AccidentalValue
    -
    +
    accidental: AccidentalValue
    +
    -
    note: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • accidental
  • +
  • note
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/NoteDuration.html b/docs/api/interfaces/NoteDuration.html index 76b44bac3d..7e84658749 100644 --- a/docs/api/interfaces/NoteDuration.html +++ b/docs/api/interfaces/NoteDuration.html @@ -1,4 +1,4 @@ -NoteDuration | vexflow
    +NoteDuration | vexflow
    -
    +

    Properties

    -
    +
    -
    dots: number
    -
    +
    dots: number
    +
    -
    duration: string
    -
    +
    duration: string
    +
    -
    type: string
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • dots
  • +
  • duration
  • +
  • type
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/NoteHeadMetrics.html b/docs/api/interfaces/NoteHeadMetrics.html index 142affee9c..953c5e4f4e 100644 --- a/docs/api/interfaces/NoteHeadMetrics.html +++ b/docs/api/interfaces/NoteHeadMetrics.html @@ -1,4 +1,4 @@ -NoteHeadMetrics | vexflow
    +NoteHeadMetrics | vexflow
    -
    +

    Properties

    -
    +
    -
    displacedShiftX?: number
    -
    +
    displacedShiftX?: number
    +
    -
    minPadding?: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • displacedShiftX
  • +
  • minPadding
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/NoteHeadStruct.html b/docs/api/interfaces/NoteHeadStruct.html index 55a92cbef5..645f1e1e68 100644 --- a/docs/api/interfaces/NoteHeadStruct.html +++ b/docs/api/interfaces/NoteHeadStruct.html @@ -1,4 +1,4 @@ -NoteHeadStruct | vexflow
    +NoteHeadStruct | vexflow

    Properties

    -
    +
    -
    align_center?: boolean
    -
    +
    -
    custom_glyph_code?: string
    -
    +
    custom_glyph_code?: string
    +
    -
    displaced?: boolean
    -
    +
    displaced?: boolean
    +
    -
    dots?: number
    +
    dots?: number

    The number of dots, which affects the duration.

    -
    +
    -
    duration: string
    +
    duration: string

    The time length (e.g., q for quarter, h for half, 8 for eighth etc.).

    -
    +
    -
    duration_override?: Fraction
    -
    +
    -
    glyph_font_scale?: number
    -
    +
    glyph_font_scale?: number
    +
    -
    index?: number
    -
    +
    index?: number
    +
    -
    keys?: string[]
    +
    keys?: string[]

    Array of pitches, e.g: ['c/4', 'e/4', 'g/4']

    -
    +
    -
    line?: number
    -
    +
    -
    note_type?: string
    -
    +
    note_type?: string
    +
    -
    slashed?: boolean
    -
    +
    slashed?: boolean
    +
    -
    stem_direction?: number
    -
    +
    stem_direction?: number
    +
    -
    stem_down_x_offset?: number
    -
    +
    stem_down_x_offset?: number
    +
    -
    stem_up_x_offset?: number
    -
    +
    stem_up_x_offset?: number
    +
    -
    style?: ElementStyle
    -
    +
    style?: ElementStyle
    +
    -
    type?: string
    +
    type?: string

    The note type (e.g., r for rest, s for slash notes, etc.).

    -
    +
    -
    x?: number
    -
    +
    x?: number
    +
    -
    x_shift?: number
    -
    +
    x_shift?: number
    +
    -
    y?: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • align_center
  • +
  • custom_glyph_code
  • +
  • displaced
  • +
  • dots
  • +
  • duration
  • +
  • duration_override
  • +
  • glyph_font_scale
  • +
  • index
  • +
  • keys
  • +
  • line
  • +
  • note_type
  • +
  • slashed
  • +
  • stem_direction
  • +
  • stem_down_x_offset
  • +
  • stem_up_x_offset
  • +
  • style
  • +
  • type
  • +
  • x
  • +
  • x_shift
  • +
  • y
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/NoteMetrics.html b/docs/api/interfaces/NoteMetrics.html index 90c66cd91f..86de421965 100644 --- a/docs/api/interfaces/NoteMetrics.html +++ b/docs/api/interfaces/NoteMetrics.html @@ -1,4 +1,4 @@ -NoteMetrics | vexflow
    +NoteMetrics | vexflow
    -
    +
    +
  • TickContextMetrics
  • @@ -28,57 +28,58 @@

    Properties

    -
    +
    -
    glyphPx: number
    -
    +
    glyphPx: number
    +
    -
    glyphWidth?: number
    -
    +
    glyphWidth?: number
    +
    -
    leftDisplacedHeadPx: number
    +
    leftDisplacedHeadPx: number

    Extra space on left of note.

    -
    +
    -
    modLeftPx: number
    +
    modLeftPx: number

    Start X for left modifiers.

    -
    +
    -
    modRightPx: number
    +
    modRightPx: number

    Start X for right modifiers.

    -
    +
    -
    notePx: number
    +
    notePx: number

    The width of the note head only.

    -
    +
    -
    rightDisplacedHeadPx: number
    +
    rightDisplacedHeadPx: number

    Extra space on right of note.

    -
    +
    -
    width: number
    +
    width: number

    The total width of the note (including modifiers).

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • glyphPx
  • +
  • glyphWidth
  • +
  • leftDisplacedHeadPx
  • +
  • modLeftPx
  • +
  • modRightPx
  • +
  • notePx
  • +
  • rightDisplacedHeadPx
  • +
  • width
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/NoteParts.html b/docs/api/interfaces/NoteParts.html index f34974d5fa..1a6f2c4612 100644 --- a/docs/api/interfaces/NoteParts.html +++ b/docs/api/interfaces/NoteParts.html @@ -1,4 +1,4 @@ -NoteParts | vexflow
    +NoteParts | vexflow
    -
    +

    Properties

    -
    +
    -
    accidental: string
    -
    +
    accidental: string
    +
    -
    root: string
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • accidental
  • +
  • root
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/NotePiece.html b/docs/api/interfaces/NotePiece.html index 8089343437..622b39e85f 100644 --- a/docs/api/interfaces/NotePiece.html +++ b/docs/api/interfaces/NotePiece.html @@ -1,4 +1,4 @@ -NotePiece | vexflow
    +NotePiece | vexflow
    -
    +

    Properties

    -
    +
    -
    accid?: null | string
    -
    +
    accid?: null | string
    +
    -
    key: string
    -
    +
    key: string
    +
    -
    octave?: string
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • accid
  • +
  • key
  • +
  • octave
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/NoteStruct.html b/docs/api/interfaces/NoteStruct.html index 64e113c5ef..90f543d4e0 100644 --- a/docs/api/interfaces/NoteStruct.html +++ b/docs/api/interfaces/NoteStruct.html @@ -1,4 +1,4 @@ -NoteStruct | vexflow
    +NoteStruct | vexflow
    -
    +
    +
  • NoteHeadStruct
  • +
  • StaveNoteStruct
  • +
  • TextNoteStruct
  • @@ -30,49 +30,50 @@

    Properties

    -
    +
    -
    align_center?: boolean
    -
    +
    align_center?: boolean
    +
    -
    dots?: number
    +
    dots?: number

    The number of dots, which affects the duration.

    -
    +
    -
    duration: string
    +
    duration: string

    The time length (e.g., q for quarter, h for half, 8 for eighth etc.).

    -
    +
    -
    duration_override?: Fraction
    -
    +
    duration_override?: Fraction
    +
    -
    keys?: string[]
    +
    keys?: string[]

    Array of pitches, e.g: ['c/4', 'e/4', 'g/4']

    -
    +
    -
    line?: number
    -
    +
    line?: number
    +
    -
    type?: string
    +
    type?: string

    The note type (e.g., r for rest, s for slash notes, etc.).

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • align_center
  • +
  • dots
  • +
  • duration
  • +
  • duration_override
  • +
  • keys
  • +
  • line
  • +
  • type
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/OrnamentMetrics.html b/docs/api/interfaces/OrnamentMetrics.html index fc81a07f5e..4f1d967819 100644 --- a/docs/api/interfaces/OrnamentMetrics.html +++ b/docs/api/interfaces/OrnamentMetrics.html @@ -1,4 +1,4 @@ -OrnamentMetrics | vexflow
    +OrnamentMetrics | vexflow

    Properties

    -
    +
    -
    reportedWidth: number
    -
    +
    reportedWidth: number
    +
    -
    stemUpYOffset: number
    -
    +
    stemUpYOffset: number
    +
    -
    xOffset: number
    -
    +
    xOffset: number
    +
    -
    yOffset: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • reportedWidth
  • +
  • stemUpYOffset
  • +
  • xOffset
  • +
  • yOffset
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/ParsedNote.html b/docs/api/interfaces/ParsedNote.html index 1395ce09cc..942af0b606 100644 --- a/docs/api/interfaces/ParsedNote.html +++ b/docs/api/interfaces/ParsedNote.html @@ -1,4 +1,4 @@ -ParsedNote | vexflow
    +ParsedNote | vexflow
    -
    +

    Properties

    -
    +
    -
    customTypes: string[]
    -
    +
    customTypes: string[]
    +
    -
    dots: number
    -
    +
    dots: number
    +
    -
    duration: string
    -
    +
    duration: string
    +
    -
    ticks: number
    -
    +
    ticks: number
    +
    -
    type: string
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • customTypes
  • +
  • dots
  • +
  • duration
  • +
  • ticks
  • +
  • type
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/RegistryUpdate.html b/docs/api/interfaces/RegistryUpdate.html index 7228f8ae0d..2891bf8b43 100644 --- a/docs/api/interfaces/RegistryUpdate.html +++ b/docs/api/interfaces/RegistryUpdate.html @@ -1,4 +1,4 @@ -RegistryUpdate | vexflow
    +RegistryUpdate | vexflow
    -
    +

    Properties

    -
    +
    -
    id: string
    -
    +
    id: string
    +
    -
    name: string
    -
    +
    name: string
    +
    -
    oldValue: undefined | string
    -
    +
    oldValue: undefined | string
    +
    -
    value: undefined | string
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • id
  • +
  • name
  • +
  • oldValue
  • +
  • value
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/Result.html b/docs/api/interfaces/Result.html index 132d19139f..d549086df9 100644 --- a/docs/api/interfaces/Result.html +++ b/docs/api/interfaces/Result.html @@ -1,4 +1,4 @@ -Result | vexflow
    +Result | vexflow

    Properties

    -
    +
    -
    errorPos?: number
    -
    +
    errorPos?: number
    +
    -
    incrementPos?: number
    -
    +
    incrementPos?: number
    +
    -
    matchedString?: string
    -
    +
    matchedString?: string
    +
    -
    matches?: Match[]
    -
    +
    matches?: Match[]
    +
    -
    numMatches?: number
    -
    +
    numMatches?: number
    +
    -
    pos?: number
    -
    +
    pos?: number
    +
    -
    results?: GroupedResults
    -
    +
    results?: GroupedResults
    +
    -
    success: boolean
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • errorPos
  • +
  • incrementPos
  • +
  • matchedString
  • +
  • matches
  • +
  • numMatches
  • +
  • pos
  • +
  • results
  • +
  • success
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/Rule.html b/docs/api/interfaces/Rule.html index 98b20f5175..d041da4402 100644 --- a/docs/api/interfaces/Rule.html +++ b/docs/api/interfaces/Rule.html @@ -1,4 +1,4 @@ -Rule | vexflow
    +Rule | vexflow

    Properties

    -
    +
    -
    expect?: RuleFunction[]
    -
    +
    expect?: RuleFunction[]
    +
    -
    maybe?: boolean
    -
    +
    maybe?: boolean
    +
    -
    noSpace?: boolean
    -
    +
    noSpace?: boolean
    +
    -
    oneOrMore?: boolean
    -
    +
    oneOrMore?: boolean
    +
    -
    or?: boolean
    -
    +
    or?: boolean
    +
    -
    -
    +
    +
    -
    token?: string
    -
    +
    token?: string
    +
    -
    zeroOrMore?: boolean
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • expect
  • +
  • maybe
  • +
  • noSpace
  • +
  • oneOrMore
  • +
  • or
  • +
  • run
  • +
  • token
  • +
  • zeroOrMore
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/State.html b/docs/api/interfaces/State.html index b24e5f30ae..406467f96c 100644 --- a/docs/api/interfaces/State.html +++ b/docs/api/interfaces/State.html @@ -1,4 +1,4 @@ -State | vexflow
    +State | vexflow

    Properties

    -
    +
    -
    attributes: Attributes
    -
    +
    attributes: Attributes
    +
    -
    lineWidth: number
    -
    +
    lineWidth: number
    +
    -
    shadow_attributes: Attributes
    -
    +
    shadow_attributes: Attributes
    +
    -
    state: Attributes
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • attributes
  • +
  • lineWidth
  • +
  • shadow_attributes
  • +
  • state
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/StaveHairpinRenderOptions.html b/docs/api/interfaces/StaveHairpinRenderOptions.html index 847fedb7a9..b634b08b33 100644 --- a/docs/api/interfaces/StaveHairpinRenderOptions.html +++ b/docs/api/interfaces/StaveHairpinRenderOptions.html @@ -1,4 +1,4 @@ -StaveHairpinRenderOptions | vexflow
    +StaveHairpinRenderOptions | vexflow

    Properties

    -
    +
    -
    height: number
    -
    +
    height: number
    +
    -
    left_shift_px: number
    -
    +
    left_shift_px: number
    +
    -
    left_shift_ticks?: number
    -
    +
    left_shift_ticks?: number
    +
    -
    right_shift_px: number
    -
    +
    right_shift_px: number
    +
    -
    right_shift_ticks?: number
    -
    +
    right_shift_ticks?: number
    +
    -
    y_shift: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • height
  • +
  • left_shift_px
  • +
  • left_shift_ticks
  • +
  • right_shift_px
  • +
  • right_shift_ticks
  • +
  • y_shift
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/StaveLineConfig.html b/docs/api/interfaces/StaveLineConfig.html index 47e71570f4..e4b06d91c1 100644 --- a/docs/api/interfaces/StaveLineConfig.html +++ b/docs/api/interfaces/StaveLineConfig.html @@ -1,4 +1,4 @@ -StaveLineConfig | vexflow
    +StaveLineConfig | vexflow
    -
    +

    Properties

    -
    +
    -
    visible?: boolean
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • visible
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/StaveLineNotes.html b/docs/api/interfaces/StaveLineNotes.html index 731ee73cbd..3093945db1 100644 --- a/docs/api/interfaces/StaveLineNotes.html +++ b/docs/api/interfaces/StaveLineNotes.html @@ -1,4 +1,4 @@ -StaveLineNotes | vexflow
    +StaveLineNotes | vexflow

    Properties

    -
    +
    -
    first_indices: number[]
    -
    +
    first_indices: number[]
    +
    -
    first_note: StaveNote
    -
    +
    first_note: StaveNote
    +
    -
    last_indices: number[]
    -
    +
    last_indices: number[]
    +
    -
    last_note: StaveNote
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • first_indices
  • +
  • first_note
  • +
  • last_indices
  • +
  • last_note
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/StaveNoteFormatSettings.html b/docs/api/interfaces/StaveNoteFormatSettings.html index 34503cdff1..16fcebd660 100644 --- a/docs/api/interfaces/StaveNoteFormatSettings.html +++ b/docs/api/interfaces/StaveNoteFormatSettings.html @@ -1,4 +1,4 @@ -StaveNoteFormatSettings | vexflow
    +StaveNoteFormatSettings | vexflow

    Properties

    -
    +
    -
    is_displaced: boolean
    -
    +
    is_displaced: boolean
    +
    -
    isrest: boolean
    -
    +
    isrest: boolean
    +
    -
    line: number
    -
    +
    line: number
    +
    -
    maxLine: number
    -
    +
    maxLine: number
    +
    -
    minLine: number
    -
    +
    minLine: number
    +
    -
    note: StaveNote
    -
    +
    note: StaveNote
    +
    -
    stemDirection?: number
    -
    +
    stemDirection?: number
    +
    -
    stemMax: number
    -
    +
    stemMax: number
    +
    -
    stemMin: number
    -
    +
    stemMin: number
    +
    -
    voice_shift: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • is_displaced
  • +
  • isrest
  • +
  • line
  • +
  • maxLine
  • +
  • minLine
  • +
  • note
  • +
  • stemDirection
  • +
  • stemMax
  • +
  • stemMin
  • +
  • voice_shift
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/StaveNoteHeadBounds.html b/docs/api/interfaces/StaveNoteHeadBounds.html index d8dd9d28b0..6b156ec396 100644 --- a/docs/api/interfaces/StaveNoteHeadBounds.html +++ b/docs/api/interfaces/StaveNoteHeadBounds.html @@ -1,4 +1,4 @@ -StaveNoteHeadBounds | vexflow
    +StaveNoteHeadBounds | vexflow

    Properties

    -
    +
    -
    displaced_x?: number
    -
    +
    displaced_x?: number
    +
    -
    highest_displaced_line?: number
    -
    +
    highest_displaced_line?: number
    +
    -
    highest_line: number
    -
    +
    highest_line: number
    +
    -
    highest_non_displaced_line: number
    -
    +
    highest_non_displaced_line: number
    +
    -
    lowest_displaced_line?: number
    -
    +
    lowest_displaced_line?: number
    +
    -
    lowest_line: number
    -
    +
    lowest_line: number
    +
    -
    lowest_non_displaced_line: number
    -
    +
    lowest_non_displaced_line: number
    +
    -
    non_displaced_x?: number
    -
    +
    non_displaced_x?: number
    +
    -
    y_bottom: number
    -
    +
    y_bottom: number
    +
    -
    y_top: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • displaced_x
  • +
  • highest_displaced_line
  • +
  • highest_line
  • +
  • highest_non_displaced_line
  • +
  • lowest_displaced_line
  • +
  • lowest_line
  • +
  • lowest_non_displaced_line
  • +
  • non_displaced_x
  • +
  • y_bottom
  • +
  • y_top
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/StaveNoteStruct.html b/docs/api/interfaces/StaveNoteStruct.html index d26e2b8102..21d62b3d29 100644 --- a/docs/api/interfaces/StaveNoteStruct.html +++ b/docs/api/interfaces/StaveNoteStruct.html @@ -1,4 +1,4 @@ -StaveNoteStruct | vexflow
    +StaveNoteStruct | vexflow
    -
    +
    • vexflow
    • @@ -18,12 +18,12 @@

      Interface StaveNoteStruct

    Hierarchy

    +
  • GraceNoteStruct
  • +
  • TabNoteStruct
  • @@ -31,90 +31,91 @@

    Properties

    -
    +
    -
    align_center?: boolean
    -
    +
    -
    auto_stem?: boolean
    -
    +
    auto_stem?: boolean
    +
    -
    clef?: string
    -
    +
    clef?: string
    +
    -
    dots?: number
    +
    dots?: number

    The number of dots, which affects the duration.

    -
    +
    -
    duration: string
    +
    duration: string

    The time length (e.g., q for quarter, h for half, 8 for eighth etc.).

    -
    +
    -
    duration_override?: Fraction
    -
    +
    -
    glyph_font_scale?: number
    -
    +
    glyph_font_scale?: number
    +
    -
    keys?: string[]
    +
    keys?: string[]

    Array of pitches, e.g: ['c/4', 'e/4', 'g/4']

    -
    +
    -
    line?: number
    -
    +
    -
    octave_shift?: number
    -
    +
    octave_shift?: number
    +
    -
    stem_direction?: number
    +
    stem_direction?: number

    Stem.UP or Stem.DOWN.

    -
    +
    -
    stem_down_x_offset?: number
    -
    +
    stem_down_x_offset?: number
    +
    -
    stem_up_x_offset?: number
    -
    +
    stem_up_x_offset?: number
    +
    -
    stroke_px?: number
    -
    +
    stroke_px?: number
    +
    -
    type?: string
    +
    type?: string

    The note type (e.g., r for rest, s for slash notes, etc.).

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • align_center
  • +
  • auto_stem
  • +
  • clef
  • +
  • dots
  • +
  • duration
  • +
  • duration_override
  • +
  • glyph_font_scale
  • +
  • keys
  • +
  • line
  • +
  • octave_shift
  • +
  • stem_direction
  • +
  • stem_down_x_offset
  • +
  • stem_up_x_offset
  • +
  • stroke_px
  • +
  • type
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/StaveOptions.html b/docs/api/interfaces/StaveOptions.html index 5831d760d0..db763e7a42 100644 --- a/docs/api/interfaces/StaveOptions.html +++ b/docs/api/interfaces/StaveOptions.html @@ -1,4 +1,4 @@ -StaveOptions | vexflow
    +StaveOptions | vexflow

    Properties

    -
    +
    -
    bottom_text_position?: number
    -
    +
    bottom_text_position?: number
    +
    -
    fill_style?: string
    -
    +
    fill_style?: string
    +
    -
    left_bar?: boolean
    -
    +
    left_bar?: boolean
    +
    -
    line_config?: StaveLineConfig[]
    -
    +
    line_config?: StaveLineConfig[]
    +
    -
    num_lines?: number
    -
    +
    num_lines?: number
    +
    -
    right_bar?: boolean
    -
    +
    right_bar?: boolean
    +
    -
    space_above_staff_ln?: number
    -
    +
    space_above_staff_ln?: number
    +
    -
    space_below_staff_ln?: number
    -
    +
    space_below_staff_ln?: number
    +
    -
    spacing_between_lines_px?: number
    -
    +
    spacing_between_lines_px?: number
    +
    -
    top_text_position?: number
    -
    +
    top_text_position?: number
    +
    -
    vertical_bar_width?: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • bottom_text_position
  • +
  • fill_style
  • +
  • left_bar
  • +
  • line_config
  • +
  • num_lines
  • +
  • right_bar
  • +
  • space_above_staff_ln
  • +
  • space_below_staff_ln
  • +
  • spacing_between_lines_px
  • +
  • top_text_position
  • +
  • vertical_bar_width
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/StaveTempoOptions.html b/docs/api/interfaces/StaveTempoOptions.html index 785f02a410..f40da5428e 100644 --- a/docs/api/interfaces/StaveTempoOptions.html +++ b/docs/api/interfaces/StaveTempoOptions.html @@ -1,4 +1,4 @@ -StaveTempoOptions | vexflow
    +StaveTempoOptions | vexflow
    -
    +

    Properties

    -
    +
    -
    bpm?: number
    -
    +
    bpm?: number
    +
    -
    dots?: number
    -
    +
    dots?: number
    +
    -
    duration?: string
    -
    +
    duration?: string
    +
    -
    name?: string
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • bpm
  • +
  • dots
  • +
  • duration
  • +
  • name
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/StemOptions.html b/docs/api/interfaces/StemOptions.html index 6a2df98bcd..12531898d3 100644 --- a/docs/api/interfaces/StemOptions.html +++ b/docs/api/interfaces/StemOptions.html @@ -1,4 +1,4 @@ -StemOptions | vexflow
    +StemOptions | vexflow

    Properties

    -
    +
    -
    hide?: boolean
    -
    +
    hide?: boolean
    +
    -
    isStemlet?: boolean
    -
    +
    isStemlet?: boolean
    +
    -
    stem_direction?: number
    -
    +
    stem_direction?: number
    +
    -
    stem_down_y_base_offset?: number
    -
    +
    stem_down_y_base_offset?: number
    +
    -
    stem_down_y_offset?: number
    -
    +
    stem_down_y_offset?: number
    +
    -
    stem_extension?: number
    -
    +
    stem_extension?: number
    +
    -
    stem_up_y_base_offset?: number
    -
    +
    stem_up_y_base_offset?: number
    +
    -
    stem_up_y_offset?: number
    -
    +
    stem_up_y_offset?: number
    +
    -
    stemletHeight?: number
    -
    +
    stemletHeight?: number
    +
    -
    x_begin?: number
    -
    +
    x_begin?: number
    +
    -
    x_end?: number
    -
    +
    x_end?: number
    +
    -
    y_bottom?: number
    -
    +
    y_bottom?: number
    +
    -
    y_top?: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • hide
  • +
  • isStemlet
  • +
  • stem_direction
  • +
  • stem_down_y_base_offset
  • +
  • stem_down_y_offset
  • +
  • stem_extension
  • +
  • stem_up_y_base_offset
  • +
  • stem_up_y_offset
  • +
  • stemletHeight
  • +
  • x_begin
  • +
  • x_end
  • +
  • y_bottom
  • +
  • y_top
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/StringNumberMetrics.html b/docs/api/interfaces/StringNumberMetrics.html index fc4d405718..e4f654225f 100644 --- a/docs/api/interfaces/StringNumberMetrics.html +++ b/docs/api/interfaces/StringNumberMetrics.html @@ -1,4 +1,4 @@ -StringNumberMetrics | vexflow
    +StringNumberMetrics | vexflow

    Properties

    -
    +
    -
    leftPadding: number
    -
    +
    leftPadding: number
    +
    -
    rightPadding: number
    -
    +
    rightPadding: number
    +
    -
    stemPadding: number
    -
    +
    stemPadding: number
    +
    -
    verticalPadding: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • leftPadding
  • +
  • rightPadding
  • +
  • stemPadding
  • +
  • verticalPadding
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/SystemFormatterOptions.html b/docs/api/interfaces/SystemFormatterOptions.html index 056c71e233..7037792bd5 100644 --- a/docs/api/interfaces/SystemFormatterOptions.html +++ b/docs/api/interfaces/SystemFormatterOptions.html @@ -1,4 +1,4 @@ -SystemFormatterOptions | vexflow
    +SystemFormatterOptions | vexflow
    -
    +
    • vexflow
    • @@ -18,7 +18,7 @@

      Interface SystemFormatterOptions

    Hierarchy

    @@ -28,38 +28,39 @@

    Properties

    -
    +
    -
    alpha?: number
    -
    +
    alpha?: number
    +
    -
    globalSoftmax?: boolean
    +
    globalSoftmax?: boolean

    Defaults to false.

    -
    +
    -
    maxIterations?: number
    +
    maxIterations?: number

    Defaults to 5.

    -
    +
    -
    softmaxFactor?: number
    +
    softmaxFactor?: number

    Defaults to Tables.SOFTMAX_FACTOR.

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • alpha
  • +
  • globalSoftmax
  • +
  • maxIterations
  • +
  • softmaxFactor
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/SystemOptions.html b/docs/api/interfaces/SystemOptions.html index 9a108474ff..7c6e5b3f54 100644 --- a/docs/api/interfaces/SystemOptions.html +++ b/docs/api/interfaces/SystemOptions.html @@ -1,4 +1,4 @@ -SystemOptions | vexflow
    +SystemOptions | vexflow

    Properties

    -
    +
    -
    autoWidth?: boolean
    -
    +
    autoWidth?: boolean
    +
    -
    debugFormatter?: boolean
    -
    +
    debugFormatter?: boolean
    +
    -
    -
    +
    +
    -
    factory?: Factory
    -
    +
    factory?: Factory
    +
    -
    formatIterations?: number
    -
    +
    formatIterations?: number
    +
    -
    formatOptions?: FormatParams
    -
    +
    formatOptions?: FormatParams
    +
    -
    noJustification?: boolean
    -
    +
    noJustification?: boolean
    +
    -
    noPadding?: boolean
    -
    +
    noPadding?: boolean
    +
    -
    spaceBetweenStaves?: number
    -
    +
    spaceBetweenStaves?: number
    +
    -
    width?: number
    -
    +
    width?: number
    +
    -
    x?: number
    -
    +
    x?: number
    +
    -
    y?: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • autoWidth
  • +
  • debugFormatter
  • +
  • details
  • +
  • factory
  • +
  • formatIterations
  • +
  • formatOptions
  • +
  • noJustification
  • +
  • noPadding
  • +
  • spaceBetweenStaves
  • +
  • width
  • +
  • x
  • +
  • y
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/SystemStave.html b/docs/api/interfaces/SystemStave.html index 8d621efef1..7122889145 100644 --- a/docs/api/interfaces/SystemStave.html +++ b/docs/api/interfaces/SystemStave.html @@ -1,4 +1,4 @@ -SystemStave | vexflow
    +SystemStave | vexflow

    Properties

    -
    +
    -
    debugNoteMetrics?: boolean
    -
    +
    debugNoteMetrics?: boolean
    +
    -
    noJustification?: boolean
    -
    +
    noJustification?: boolean
    +
    -
    options?: StaveOptions
    -
    +
    options?: StaveOptions
    +
    -
    spaceAbove?: number
    -
    +
    spaceAbove?: number
    +
    -
    spaceBelow?: number
    -
    +
    spaceBelow?: number
    +
    -
    stave?: Stave
    -
    +
    stave?: Stave
    +
    -
    voices: Voice[]
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • debugNoteMetrics
  • +
  • noJustification
  • +
  • options
  • +
  • spaceAbove
  • +
  • spaceBelow
  • +
  • stave
  • +
  • voices
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/TabNotePosition.html b/docs/api/interfaces/TabNotePosition.html index bc36521941..5d3bc766ed 100644 --- a/docs/api/interfaces/TabNotePosition.html +++ b/docs/api/interfaces/TabNotePosition.html @@ -1,4 +1,4 @@ -TabNotePosition | vexflow
    +TabNotePosition | vexflow
    -
    +

    Properties

    -
    +
    -
    fret: string | number
    -
    +
    fret: string | number
    +
    -
    str: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • fret
  • +
  • str
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/TabNoteStruct.html b/docs/api/interfaces/TabNoteStruct.html index 0683c64283..d4f0118f86 100644 --- a/docs/api/interfaces/TabNoteStruct.html +++ b/docs/api/interfaces/TabNoteStruct.html @@ -1,4 +1,4 @@ -TabNoteStruct | vexflow
    +TabNoteStruct | vexflow

    Properties

    -
    +
    -
    align_center?: boolean
    -
    +
    -
    auto_stem?: boolean
    -
    +
    -
    clef?: string
    -
    +
    -
    dots?: number
    +
    dots?: number

    The number of dots, which affects the duration.

    -
    +
    -
    duration: string
    +
    duration: string

    The time length (e.g., q for quarter, h for half, 8 for eighth etc.).

    -
    +
    -
    duration_override?: Fraction
    -
    +
    -
    glyph_font_scale?: number
    -
    +
    -
    keys?: string[]
    +
    keys?: string[]

    Array of pitches, e.g: ['c/4', 'e/4', 'g/4']

    -
    +
    -
    line?: number
    -
    +
    -
    octave_shift?: number
    -
    +
    -
    positions: TabNotePosition[]
    -
    +
    positions: TabNotePosition[]
    +
    -
    stem_direction?: number
    +
    stem_direction?: number

    Stem.UP or Stem.DOWN.

    -
    +
    -
    stem_down_x_offset?: number
    -
    +
    -
    stem_up_x_offset?: number
    -
    +
    -
    stroke_px?: number
    -
    +
    -
    type?: string
    +
    type?: string

    The note type (e.g., r for rest, s for slash notes, etc.).

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • align_center
  • +
  • auto_stem
  • +
  • clef
  • +
  • dots
  • +
  • duration
  • +
  • duration_override
  • +
  • glyph_font_scale
  • +
  • keys
  • +
  • line
  • +
  • octave_shift
  • +
  • positions
  • +
  • stem_direction
  • +
  • stem_down_x_offset
  • +
  • stem_up_x_offset
  • +
  • stroke_px
  • +
  • type
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/TextBracketParams.html b/docs/api/interfaces/TextBracketParams.html index b9faf93f86..d668d7231a 100644 --- a/docs/api/interfaces/TextBracketParams.html +++ b/docs/api/interfaces/TextBracketParams.html @@ -1,4 +1,4 @@ -TextBracketParams | vexflow
    +TextBracketParams | vexflow
    -
    +

    Properties

    -
    +
    -
    position?: string | number
    -
    +
    position?: string | number
    +
    -
    start: Note
    -
    +
    start: Note
    +
    -
    stop: Note
    -
    +
    stop: Note
    +
    -
    superscript?: string
    -
    +
    superscript?: string
    +
    -
    text?: string
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • position
  • +
  • start
  • +
  • stop
  • +
  • superscript
  • +
  • text
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/TextFormatterInfo.html b/docs/api/interfaces/TextFormatterInfo.html index a5d4b65704..88678c42a0 100644 --- a/docs/api/interfaces/TextFormatterInfo.html +++ b/docs/api/interfaces/TextFormatterInfo.html @@ -1,4 +1,4 @@ -TextFormatterInfo | vexflow
    +TextFormatterInfo | vexflow
    -
    +
    • vexflow
    • @@ -18,7 +18,7 @@

      Interface TextFormatterInfo

    Hierarchy

      -
    • Record<string, unknown> +
    • Record<string, unknown>
      • TextFormatterInfo
    @@ -28,57 +28,58 @@

    Properties

    -
    +
    -
    bold: boolean
    -
    +
    bold: boolean
    +
    -
    description: string
    -
    +
    description: string
    +
    -
    family: string
    -
    +
    family: string
    +
    -
    glyphs?: Record<string, FontGlyph>
    -
    +
    glyphs?: Record<string, FontGlyph>
    +
    -
    italic: boolean
    -
    +
    italic: boolean
    +
    -
    maxSizeGlyph?: string
    -
    +
    maxSizeGlyph?: string
    +
    -
    monospaced: boolean
    -
    +
    monospaced: boolean
    +
    -
    resolution?: number
    -
    +
    resolution?: number
    +
    -
    serifs: boolean
    -
    +
    serifs: boolean
    +
    -
    subscriptOffset?: number
    -
    +
    subscriptOffset?: number
    +
    -
    superscriptOffset?: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • bold
  • +
  • description
  • +
  • family
  • +
  • glyphs
  • +
  • italic
  • +
  • maxSizeGlyph
  • +
  • monospaced
  • +
  • resolution
  • +
  • serifs
  • +
  • subscriptOffset
  • +
  • superscriptOffset
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/TextMeasure.html b/docs/api/interfaces/TextMeasure.html index b2dd010a19..5998be9d79 100644 --- a/docs/api/interfaces/TextMeasure.html +++ b/docs/api/interfaces/TextMeasure.html @@ -1,4 +1,4 @@ -TextMeasure | vexflow
    +TextMeasure | vexflow
    -
    +

    Properties

    -
    +
    -
    height: number
    -
    +
    height: number
    +
    -
    width: number
    -
    +
    width: number
    +
    -
    x: number
    -
    +
    x: number
    +
    -
    y: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • height
  • +
  • width
  • +
  • x
  • +
  • y
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/TextNoteStruct.html b/docs/api/interfaces/TextNoteStruct.html index 56c2bec29f..c7cf35b279 100644 --- a/docs/api/interfaces/TextNoteStruct.html +++ b/docs/api/interfaces/TextNoteStruct.html @@ -1,4 +1,4 @@ -TextNoteStruct | vexflow
    +TextNoteStruct | vexflow

    Properties

    -
    +
    -
    align_center?: boolean
    -
    +
    -
    dots?: number
    +
    dots?: number

    The number of dots, which affects the duration.

    -
    +
    -
    duration: string
    +
    duration: string

    The time length (e.g., q for quarter, h for half, 8 for eighth etc.).

    -
    +
    -
    duration_override?: Fraction
    -
    +
    -
    font?: FontInfo
    -
    +
    font?: FontInfo
    +
    -
    glyph?: string
    -
    +
    glyph?: string
    +
    -
    ignore_ticks?: boolean
    -
    +
    ignore_ticks?: boolean
    +
    -
    keys?: string[]
    +
    keys?: string[]

    Array of pitches, e.g: ['c/4', 'e/4', 'g/4']

    -
    +
    -
    line?: number
    -
    +
    -
    smooth?: boolean
    -
    +
    smooth?: boolean
    +
    -
    subscript?: string
    -
    +
    subscript?: string
    +
    -
    superscript?: string
    -
    +
    superscript?: string
    +
    -
    text?: string
    -
    +
    text?: string
    +
    -
    type?: string
    +
    type?: string

    The note type (e.g., r for rest, s for slash notes, etc.).

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • align_center
  • +
  • dots
  • +
  • duration
  • +
  • duration_override
  • +
  • font
  • +
  • glyph
  • +
  • ignore_ticks
  • +
  • keys
  • +
  • line
  • +
  • smooth
  • +
  • subscript
  • +
  • superscript
  • +
  • text
  • +
  • type
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/TickContextMetrics.html b/docs/api/interfaces/TickContextMetrics.html index 9734ce11ea..f7012241ea 100644 --- a/docs/api/interfaces/TickContextMetrics.html +++ b/docs/api/interfaces/TickContextMetrics.html @@ -1,4 +1,4 @@ -TickContextMetrics | vexflow
    +TickContextMetrics | vexflow

    Properties

    -
    +
    -
    glyphPx: number
    -
    +
    -
    glyphWidth?: number
    -
    +
    -
    leftDisplacedHeadPx: number
    +
    leftDisplacedHeadPx: number

    Extra space on left of note.

    -
    +
    -
    modLeftPx: number
    +
    modLeftPx: number

    Start X for left modifiers.

    -
    +
    -
    modRightPx: number
    +
    modRightPx: number

    Start X for right modifiers.

    -
    +
    -
    notePx: number
    +
    notePx: number

    The width of the note head only.

    -
    +
    -
    rightDisplacedHeadPx: number
    +
    rightDisplacedHeadPx: number

    Extra space on right of note.

    -
    +
    -
    totalLeftPx: number
    -
    +
    totalLeftPx: number
    +
    -
    totalRightPx: number
    -
    +
    totalRightPx: number
    +
    -
    width: number
    +
    width: number

    The total width of the note (including modifiers).

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • glyphPx
  • +
  • glyphWidth
  • +
  • leftDisplacedHeadPx
  • +
  • modLeftPx
  • +
  • modRightPx
  • +
  • notePx
  • +
  • rightDisplacedHeadPx
  • +
  • totalLeftPx
  • +
  • totalRightPx
  • +
  • width
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/TickContextOptions.html b/docs/api/interfaces/TickContextOptions.html index 1f791dcbe3..47cc8dc21c 100644 --- a/docs/api/interfaces/TickContextOptions.html +++ b/docs/api/interfaces/TickContextOptions.html @@ -1,4 +1,4 @@ -TickContextOptions | vexflow
    +TickContextOptions | vexflow
    -
    +

    Properties

    -
    +
    -
    tickID: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • tickID
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/TieNotes.html b/docs/api/interfaces/TieNotes.html index 53dd6894fc..e932b1ead8 100644 --- a/docs/api/interfaces/TieNotes.html +++ b/docs/api/interfaces/TieNotes.html @@ -1,4 +1,4 @@ -TieNotes | vexflow
    +TieNotes | vexflow

    Properties

    -
    +
    -
    first_indices?: number[]
    -
    +
    first_indices?: number[]
    +
    -
    first_note?: null | Note
    -
    +
    first_note?: null | Note
    +
    -
    last_indices?: number[]
    -
    +
    last_indices?: number[]
    +
    -
    last_note?: null | Note
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • first_indices
  • +
  • first_note
  • +
  • last_indices
  • +
  • last_note
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/TimeSignatureInfo.html b/docs/api/interfaces/TimeSignatureInfo.html index f80eeb831e..2aca7b5323 100644 --- a/docs/api/interfaces/TimeSignatureInfo.html +++ b/docs/api/interfaces/TimeSignatureInfo.html @@ -1,4 +1,4 @@ -TimeSignatureInfo | vexflow
    +TimeSignatureInfo | vexflow
    -
    +

    Properties

    -
    +
    -
    glyph: Glyph
    -
    +
    glyph: Glyph
    +
    -
    line: number
    -
    +
    line: number
    +
    -
    num: boolean
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • glyph
  • +
  • line
  • +
  • num
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/TupletMetrics.html b/docs/api/interfaces/TupletMetrics.html index 893dd6d9d7..98f615deb5 100644 --- a/docs/api/interfaces/TupletMetrics.html +++ b/docs/api/interfaces/TupletMetrics.html @@ -1,4 +1,4 @@ -TupletMetrics | vexflow
    +TupletMetrics | vexflow

    Properties

    -
    +
    -
    bottomLine: number
    -
    +
    bottomLine: number
    +
    -
    noteHeadOffset: number
    -
    +
    noteHeadOffset: number
    +
    -
    stemOffset: number
    -
    +
    stemOffset: number
    +
    -
    topModifierOffset: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • bottomLine
  • +
  • noteHeadOffset
  • +
  • stemOffset
  • +
  • topModifierOffset
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/TupletOptions.html b/docs/api/interfaces/TupletOptions.html index 80c4cddfc9..d7f3f47f67 100644 --- a/docs/api/interfaces/TupletOptions.html +++ b/docs/api/interfaces/TupletOptions.html @@ -1,4 +1,4 @@ -TupletOptions | vexflow
    +TupletOptions | vexflow

    Properties

    -
    +
    -
    beats_occupied?: number
    -
    +
    beats_occupied?: number
    +
    -
    bracketed?: boolean
    -
    +
    bracketed?: boolean
    +
    -
    location?: number
    -
    +
    location?: number
    +
    -
    notes_occupied?: number
    -
    +
    notes_occupied?: number
    +
    -
    num_notes?: number
    -
    +
    num_notes?: number
    +
    -
    ratioed?: boolean
    -
    +
    ratioed?: boolean
    +
    -
    y_offset?: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • beats_occupied
  • +
  • bracketed
  • +
  • location
  • +
  • notes_occupied
  • +
  • num_notes
  • +
  • ratioed
  • +
  • y_offset
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/VibratoRenderOptions.html b/docs/api/interfaces/VibratoRenderOptions.html index 2fa09ccd17..7fc74d1f93 100644 --- a/docs/api/interfaces/VibratoRenderOptions.html +++ b/docs/api/interfaces/VibratoRenderOptions.html @@ -1,4 +1,4 @@ -VibratoRenderOptions | vexflow
    +VibratoRenderOptions | vexflow

    Properties

    -
    +
    -
    harsh: boolean
    -
    +
    harsh: boolean
    +
    -
    vibrato_width: number
    -
    +
    vibrato_width: number
    +
    -
    wave_girth: number
    -
    +
    wave_girth: number
    +
    -
    wave_height: number
    -
    +
    wave_height: number
    +
    -
    wave_width: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • harsh
  • +
  • vibrato_width
  • +
  • wave_girth
  • +
  • wave_height
  • +
  • wave_width
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/VoiceTime.html b/docs/api/interfaces/VoiceTime.html index 558f070841..89f6814c3c 100644 --- a/docs/api/interfaces/VoiceTime.html +++ b/docs/api/interfaces/VoiceTime.html @@ -1,4 +1,4 @@ -VoiceTime | vexflow
    +VoiceTime | vexflow
    -
    +

    Properties

    -
    +
    -
    beat_value: number
    -
    +
    beat_value: number
    +
    -
    num_beats: number
    -
    +
    num_beats: number
    +
    -
    resolution?: number
    +
    resolution?: number

    Defaults to Flow.RESOLUTION if not provided.

    - +
    +

    On This Page

    - -
    \ No newline at end of file +
  • beat_value
  • +
  • num_beats
  • +
  • resolution
  • + +
    \ No newline at end of file diff --git a/docs/api/interfaces/yExtent.html b/docs/api/interfaces/yExtent.html index 8d154c5f4c..852968cabb 100644 --- a/docs/api/interfaces/yExtent.html +++ b/docs/api/interfaces/yExtent.html @@ -1,4 +1,4 @@ -yExtent | vexflow
    +yExtent | vexflow
    -
    +

    Properties

    -
    +
    -
    height: number
    -
    +
    height: number
    +
    -
    yMax: number
    -
    +
    yMax: number
    +
    -
    yMin: number
    -
    +
    +
    +
    +

    On This Page

    - -
    \ No newline at end of file +
  • height
  • +
  • yMax
  • +
  • yMin
  • + +
    \ No newline at end of file diff --git a/docs/api/modules.html b/docs/api/modules.html index 4d92b559a0..5d08b8eefa 100644 --- a/docs/api/modules.html +++ b/docs/api/modules.html @@ -1,4 +1,4 @@ -vexflow
    +vexflow
    -
    +

    vexflow

    @@ -17,261 +17,262 @@

    vexflow

    Index

    Enumerations

    -

    Classes

    -
    Accidental -Annotation -Articulation -BarNote -Barline -Beam -Bend -BoundingBox -BoundingBoxComputation -Builder -CanvasContext -ChordSymbol -Clef -ClefNote -Crescendo -Curve -Dot -EasyScore -EasyScoreGrammar -Element -Factory -Flow -Font -Formatter -Fraction -FretHandFinger -GhostNote -Glyph -GlyphNote -GraceNote -GraceNoteGroup -GraceTabNote -KeyManager -KeySigNote -KeySignature -Modifier -ModifierContext -MultiMeasureRest -Music -Note -NoteHead -NoteSubGroup -Ornament -Parenthesis -Parser -PedalMarking -Piece -Registry -RenderContext -Renderer -RepeatNote -Repetition -RuntimeError -SVGContext -Stave -StaveConnector -StaveHairpin -StaveLine -StaveModifier -StaveNote -StaveSection -StaveTempo -StaveText -StaveTie -Stem -StemmableNote -StringNumber -Stroke -System -TabNote -TabSlide -TabStave -TabTie -TextBracket -TextDynamics -TextFormatter -TextNote -TickContext -Tickable -TimeSigNote -TimeSignature -TimeSignatureGlyph -Tremolo -Tuning -Tuplet -Vex -Vibrato -VibratoBracket -Voice -Volta +

    Interfaces

    -
    AlignmentContexts -AlignmentModifierContexts -ArticulationStruct -BendPhrase -Bounds -BuilderElements -BuilderOptions -ChordSymbolBlock -ChordSymbolGlyphMetrics -ChordSymbolMetrics -ClefAnnotatiomType -ClefMetrics -ClefType -CrescendoParams -CurveOptions -EasyScoreDefaults -EasyScoreOptions -ElementAttributes -ElementStyle -FactoryOptions -FontData -FontGlyph -FontInfo -FontMetrics -FormatParams -FormatterMetrics -FormatterOptions -GlyphMetrics -GlyphNoteOptions -GlyphOptions -GlyphProps -GraceNoteStruct -Grammar -GroupAttributes -Key -KeyParts -KeyProps -LayoutMetrics -ModifierContextMetrics -ModifierContextState -MultimeasureRestRenderOptions -NoteAccidental -NoteDuration -NoteHeadMetrics -NoteHeadStruct -NoteMetrics -NoteParts -NotePiece -NoteStruct -OrnamentMetrics -ParsedNote -RegistryUpdate -Result -Rule -State -StaveHairpinRenderOptions -StaveLineConfig -StaveLineNotes -StaveNoteFormatSettings -StaveNoteHeadBounds -StaveNoteStruct -StaveOptions -StaveTempoOptions -StemOptions -StringNumberMetrics -SystemFormatterOptions -SystemOptions -SystemStave -TabNotePosition -TabNoteStruct -TextBracketParams -TextFormatterInfo -TextMeasure -TextNoteStruct -TickContextMetrics -TickContextOptions -TieNotes -TimeSignatureInfo -TupletMetrics -TupletOptions -VibratoRenderOptions -VoiceTime -yExtent +

    Type Aliases

    -

    Variables

    -

    Functions

    -
    - + +
    \ No newline at end of file diff --git a/docs/api/types/AccidentalValue.html b/docs/api/types/AccidentalValue.html index 9baa835fef..c9eae89854 100644 --- a/docs/api/types/AccidentalValue.html +++ b/docs/api/types/AccidentalValue.html @@ -1,4 +1,4 @@ -AccidentalValue | vexflow
    +AccidentalValue | vexflow
    -
    +

    Type alias AccidentalValue

    -
    AccidentalValue: -2 | -1 | 0 | 1 | 2
    - +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/types/Attributes.html b/docs/api/types/Attributes.html index 1458a7171b..b1b5e7baa1 100644 --- a/docs/api/types/Attributes.html +++ b/docs/api/types/Attributes.html @@ -1,4 +1,4 @@ -Attributes | vexflow
    +Attributes | vexflow
    -
    +

    Type alias Attributes

    -
    Attributes: {
        font-family?: string;
        font-size?: string | number;
        font-style?: string;
        font-weight?: string | number;
        scaleX?: number;
        scaleY?: number;
        [name: string]: string | number | undefined;
    }
    +
    Attributes: {
        font-family?: string;
        font-size?: string | number;
        font-style?: string;
        font-weight?: string | number;
        scaleX?: number;
        scaleY?: number;
        [name: string]: string | number | undefined;
    }

    Type declaration

    • -
      [name: string]: string | number | undefined
    • +
      [name: string]: string | number | undefined
    • -
      Optional font-family?: string
    • +
      Optional font-family?: string
    • -
      Optional font-size?: string | number
    • +
      Optional font-size?: string | number
    • -
      Optional font-style?: string
    • +
      Optional font-style?: string
    • -
      Optional font-weight?: string | number
    • +
      Optional font-weight?: string | number
    • -
      Optional scaleX?: number
    • +
      Optional scaleX?: number
    • -
      Optional scaleY?: number
    -
    +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/types/CommitHook.html b/docs/api/types/CommitHook.html index f631c09319..fcd2255d0e 100644 --- a/docs/api/types/CommitHook.html +++ b/docs/api/types/CommitHook.html @@ -1,4 +1,4 @@ -CommitHook | vexflow
    +CommitHook | vexflow
    -
    +

    Type alias CommitHook

    -
    CommitHook: ((obj: any, note: StemmableNote, builder: Builder) => void)
    +
    CommitHook: ((obj, note, builder) => void)

    Type declaration

    Returns void

    -
    + +
    \ No newline at end of file diff --git a/docs/api/types/ContextBuilder.html b/docs/api/types/ContextBuilder.html index 8164e02a35..40d1687505 100644 --- a/docs/api/types/ContextBuilder.html +++ b/docs/api/types/ContextBuilder.html @@ -1,4 +1,4 @@ -ContextBuilder | vexflow
    +ContextBuilder | vexflow
    -
    +

    Type alias ContextBuilder

    -
    ContextBuilder: typeof getSVGContext | typeof getCanvasContext
    - +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/types/FontModule.html b/docs/api/types/FontModule.html index c0f02e01bd..45f05443bf 100644 --- a/docs/api/types/FontModule.html +++ b/docs/api/types/FontModule.html @@ -1,4 +1,4 @@ -FontModule | vexflow
    +FontModule | vexflow
    -
    +

    Type alias FontModule

    -
    FontModule: {
        data: FontData;
        metrics: FontMetrics;
    }
    +
    FontModule: {
        data: FontData;
        metrics: FontMetrics;
    }

    Type declaration

    -
    +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/types/GroupedResults.html b/docs/api/types/GroupedResults.html index 645936e96e..41bc17089b 100644 --- a/docs/api/types/GroupedResults.html +++ b/docs/api/types/GroupedResults.html @@ -1,4 +1,4 @@ -GroupedResults | vexflow
    +GroupedResults | vexflow
    -
    +

    Type alias GroupedResults

    -
    GroupedResults: (Result | Result[])[]
    - +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/types/KeyValue.html b/docs/api/types/KeyValue.html index dab5636bd7..3638227fc4 100644 --- a/docs/api/types/KeyValue.html +++ b/docs/api/types/KeyValue.html @@ -1,4 +1,4 @@ -KeyValue | vexflow
    +KeyValue | vexflow
    -
    +

    Type alias KeyValue

    -
    KeyValue: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11
    - +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/types/Line.html b/docs/api/types/Line.html index 5c5946d262..ca66f62323 100644 --- a/docs/api/types/Line.html +++ b/docs/api/types/Line.html @@ -1,4 +1,4 @@ -Line | vexflow
    +Line | vexflow
    -
    +

    Type alias Line

    -
    Line: {
        column: number;
        dblSharpLine: boolean;
        flatLine: boolean;
        line: number;
        numAcc: number;
        width: number;
    }
    +
    Line: {
        column: number;
        dblSharpLine: boolean;
        flatLine: boolean;
        line: number;
        numAcc: number;
        width: number;
    }

    Type declaration

    • -
      column: number
    • +
      column: number
    • -
      dblSharpLine: boolean
    • +
      dblSharpLine: boolean
    • -
      flatLine: boolean
    • +
      flatLine: boolean
    • -
      line: number
    • +
      line: number
    • -
      numAcc: number
    • +
      numAcc: number
    • -
      width: number
    -
    +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/types/Match.html b/docs/api/types/Match.html index 4d8803c14a..7c4dbdebbd 100644 --- a/docs/api/types/Match.html +++ b/docs/api/types/Match.html @@ -1,4 +1,4 @@ -Match | vexflow
    +Match | vexflow
    -
    +

    Type alias Match

    -
    Match: string | Match[] | null
    - +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/types/ModifierContextMember.html b/docs/api/types/ModifierContextMember.html index 1491d09399..3cd7ceefaa 100644 --- a/docs/api/types/ModifierContextMember.html +++ b/docs/api/types/ModifierContextMember.html @@ -1,4 +1,4 @@ -ModifierContextMember | vexflow
    +ModifierContextMember | vexflow
    -
    +

    Type alias ModifierContextMember

    -
    ModifierContextMember: Tickable | Modifier | StaveNote | TabNote
    - +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/types/PartialBeamDirection.html b/docs/api/types/PartialBeamDirection.html index b68659aff0..77fb620059 100644 --- a/docs/api/types/PartialBeamDirection.html +++ b/docs/api/types/PartialBeamDirection.html @@ -1,4 +1,4 @@ -PartialBeamDirection | vexflow
    +PartialBeamDirection | vexflow
    -
    +

    Type alias PartialBeamDirection

    -
    PartialBeamDirection: typeof BEAM_LEFT | typeof BEAM_RIGHT | typeof BEAM_BOTH
    - +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/types/RootValue.html b/docs/api/types/RootValue.html index 92e0c37c86..af1254ee71 100644 --- a/docs/api/types/RootValue.html +++ b/docs/api/types/RootValue.html @@ -1,4 +1,4 @@ -RootValue | vexflow
    +RootValue | vexflow
    -
    +

    Type alias RootValue

    -
    RootValue: 0 | 1 | 2 | 3 | 4 | 5 | 6
    - +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/types/RuleFunction.html b/docs/api/types/RuleFunction.html index ade8cb9588..9d8f370dba 100644 --- a/docs/api/types/RuleFunction.html +++ b/docs/api/types/RuleFunction.html @@ -1,4 +1,4 @@ -RuleFunction | vexflow
    +RuleFunction | vexflow
    -
    +

    Type alias RuleFunction

    -
    RuleFunction: (() => Rule)
    +
    RuleFunction: (() => Rule)

    Type declaration

    -
    +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/types/StaveConnectorType.html b/docs/api/types/StaveConnectorType.html index 467a2a8c05..7768b6a809 100644 --- a/docs/api/types/StaveConnectorType.html +++ b/docs/api/types/StaveConnectorType.html @@ -1,4 +1,4 @@ -StaveConnectorType | vexflow
    +StaveConnectorType | vexflow
    -
    +

    Type alias StaveConnectorType

    -
    StaveConnectorType: "singleRight" | "singleLeft" | "single" | "double" | "brace" | "bracket" | "boldDoubleLeft" | "boldDoubleRight" | "thinDouble" | "none" | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8
    -

    see type & typeString

    +
    StaveConnectorType: "singleRight" | "singleLeft" | "single" | "double" | "brace" | "bracket" | "boldDoubleLeft" | "boldDoubleRight" | "thinDouble" | "none" | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8
    +
    -
    + +
    \ No newline at end of file diff --git a/docs/api/types/TriggerFunction.html b/docs/api/types/TriggerFunction.html index e3b8433782..6f43bf51ed 100644 --- a/docs/api/types/TriggerFunction.html +++ b/docs/api/types/TriggerFunction.html @@ -1,4 +1,4 @@ -TriggerFunction | vexflow
    +TriggerFunction | vexflow
    -
    +

    Type alias TriggerFunction

    -
    TriggerFunction: ((state?: {
        matches: Match[];
    }) => void)
    +
    TriggerFunction: ((state?) => void)

    Type declaration

    • -
        -
      • (state?: {
            matches: Match[];
        }): void
      • +
          +
        • (state?): void
        • Parameters

          • -
            Optional state: {
                matches: Match[];
            }
            +
            Optional state: {
                matches: Match[];
            }
          +
          matches: Match[]

    Returns void

    -
    + +
    \ No newline at end of file diff --git a/docs/api/variables/BEAM_BOTH.html b/docs/api/variables/BEAM_BOTH.html index 88fed9014a..35abcdb6aa 100644 --- a/docs/api/variables/BEAM_BOTH.html +++ b/docs/api/variables/BEAM_BOTH.html @@ -1,4 +1,4 @@ -BEAM_BOTH | vexflow
    +BEAM_BOTH | vexflow
    -
    +

    Variable BEAM_BOTHConst

    -
    BEAM_BOTH: "B" = 'B'
    - +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/variables/BEAM_LEFT.html b/docs/api/variables/BEAM_LEFT.html index 911b58d889..1e7037f25c 100644 --- a/docs/api/variables/BEAM_LEFT.html +++ b/docs/api/variables/BEAM_LEFT.html @@ -1,4 +1,4 @@ -BEAM_LEFT | vexflow
    +BEAM_LEFT | vexflow
    -
    +

    Variable BEAM_LEFTConst

    -
    BEAM_LEFT: "L" = 'L'
    - +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file diff --git a/docs/api/variables/BEAM_RIGHT.html b/docs/api/variables/BEAM_RIGHT.html index 1e86bddccd..172e2e135d 100644 --- a/docs/api/variables/BEAM_RIGHT.html +++ b/docs/api/variables/BEAM_RIGHT.html @@ -1,4 +1,4 @@ -BEAM_RIGHT | vexflow
    +BEAM_RIGHT | vexflow
    -
    +

    Variable BEAM_RIGHTConst

    -
    BEAM_RIGHT: "R" = 'R'
    - +
    +
    -
    \ No newline at end of file +

    Theme

    + +
    \ No newline at end of file