deciphony-renderer 0.0.29 → 0.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/beam.d.ts +6 -0
- package/dist/components/group.d.ts +11 -0
- package/dist/components/musicScore.d.ts +1171 -0
- package/dist/components/slur.d.ts +5 -108
- package/dist/components/volta.d.ts +5 -68
- package/dist/constants/renderRules.d.ts +48 -0
- package/dist/deciphony-renderer.css +1 -1
- package/dist/enums/musicScoreEnum.d.ts +179 -0
- package/dist/index.cjs.js +813 -12
- package/dist/index.d.ts +11 -12
- package/dist/index.es.js +6281 -4337
- package/dist/numberNotation/enums/numberNotationEnum.d.ts +0 -0
- package/dist/numberNotation/enums/numberNotationSkinKeyEnum.d.ts +137 -0
- package/dist/numberNotation/render/affiliated/renderDoubleAffiliatedSymbol.d.ts +3 -0
- package/dist/numberNotation/render/beam/beamSlope.d.ts +28 -0
- package/dist/numberNotation/render/beam/processBeam.d.ts +14 -0
- package/dist/numberNotation/render/constants.d.ts +41 -0
- package/dist/numberNotation/render/doubleAffiliatedSymbol.d.ts +0 -0
- package/dist/numberNotation/render/grace/renderGraceNumber.d.ts +22 -0
- package/dist/numberNotation/render/musicScoreToVDom.d.ts +2 -0
- package/dist/numberNotation/render/musicScoreToVDomImpl.d.ts +6 -0
- package/dist/numberNotation/render/note/renderStemAndTail.d.ts +3 -0
- package/dist/numberNotation/render/symbol/renderSymbol.d.ts +7 -0
- package/dist/numberNotation/render/types.d.ts +23 -0
- package/dist/numberNotation/render/utils/note.d.ts +16 -0
- package/dist/numberNotation/render/utils/noteLayout.d.ts +7 -0
- package/dist/numberNotation/render/utils/skinKey.d.ts +20 -0
- package/dist/numberNotation/render/utils/slot.d.ts +4 -0
- package/dist/render/affiliated/engine.d.ts +20 -0
- package/dist/render/affiliated/index.d.ts +1 -0
- package/dist/render/graceNote.d.ts +28 -0
- package/dist/render/repeat/renderMeasureRepeat.d.ts +16 -0
- package/dist/render/repeat/repeatSkinKey.d.ts +7 -0
- package/dist/render/skinContent.d.ts +12 -0
- package/dist/render/update.d.ts +14 -0
- package/dist/render/vdomScale.d.ts +14 -0
- package/dist/skins/defaultSkin.d.ts +4 -0
- package/dist/standardStaff/enums/standardStaffEnum.d.ts +0 -0
- package/dist/standardStaff/enums/standardStaffSkinKeyEnum.d.ts +154 -0
- package/dist/standardStaff/render/affiliated/renderDoubleAffiliatedSymbol.d.ts +3 -0
- package/dist/standardStaff/render/beam/beamSlope.d.ts +28 -0
- package/dist/standardStaff/render/beam/processBeam.d.ts +15 -0
- package/dist/standardStaff/render/beam/processGraceBeam.d.ts +15 -0
- package/dist/standardStaff/render/constants.d.ts +23 -0
- package/dist/standardStaff/render/doubleAffiliatedSymbol.d.ts +0 -0
- package/dist/standardStaff/render/grace/renderGraceStaff.d.ts +25 -0
- package/dist/standardStaff/render/musicScoreToVDom.d.ts +2 -0
- package/dist/standardStaff/render/musicScoreToVDomImpl.d.ts +6 -0
- package/dist/standardStaff/render/note/renderStemAndTail.d.ts +29 -0
- package/dist/standardStaff/render/symbol/renderSymbol.d.ts +7 -0
- package/dist/standardStaff/render/types.d.ts +23 -0
- package/dist/standardStaff/render/utils/addLine.d.ts +10 -0
- package/dist/standardStaff/render/utils/note.d.ts +26 -0
- package/dist/standardStaff/render/utils/skinKey.d.ts +25 -0
- package/dist/standardStaff/render/utils/slot.d.ts +4 -0
- package/dist/types/MusicScoreType.d.ts +191 -0
- package/dist/types/common.d.ts +105 -0
- package/dist/utils/widthRatio.d.ts +5 -0
- package/package.json +1 -1
- package/dist/assets/assets/msSymbols/1.svg +0 -7
- package/dist/assets/assets/msSymbols/1_active.svg +0 -7
- package/dist/assets/assets/msSymbols/2.svg +0 -7
- package/dist/assets/assets/msSymbols/2_active.svg +0 -7
- package/dist/assets/assets/msSymbols/3.svg +0 -7
- package/dist/assets/assets/msSymbols/3_active.svg +0 -7
- package/dist/assets/assets/msSymbols/4.svg +0 -7
- package/dist/assets/assets/msSymbols/4_active.svg +0 -7
- package/dist/assets/assets/msSymbols/5.svg +0 -7
- package/dist/assets/assets/msSymbols/5_active.svg +0 -7
- package/dist/assets/assets/msSymbols/6.svg +0 -7
- package/dist/assets/assets/msSymbols/6_active.svg +0 -7
- package/dist/assets/assets/msSymbols/7.svg +0 -7
- package/dist/assets/assets/msSymbols/7_active.svg +0 -7
- package/dist/assets/assets/msSymbols/altoClef.svg +0 -18
- package/dist/assets/assets/msSymbols/altoClef_active.svg +0 -18
- package/dist/assets/assets/msSymbols/bar-numberNotation.svg +0 -5
- package/dist/assets/assets/msSymbols/bar-numberNotation_active.svg +0 -5
- package/dist/assets/assets/msSymbols/bar-standardStaff.svg +0 -7
- package/dist/assets/assets/msSymbols/bar-standardStaff_active.svg +0 -7
- package/dist/assets/assets/msSymbols/barlineEndRepeatSign.svg +0 -14
- package/dist/assets/assets/msSymbols/barlineEndRepeatSign_active.svg +0 -14
- package/dist/assets/assets/msSymbols/barlineFinal.svg +0 -9
- package/dist/assets/assets/msSymbols/barlineFinal_active.svg +0 -9
- package/dist/assets/assets/msSymbols/barlineReverseFinal.svg +0 -10
- package/dist/assets/assets/msSymbols/barlineReverseFinal_active.svg +0 -10
- package/dist/assets/assets/msSymbols/barlineSingle.svg +0 -3
- package/dist/assets/assets/msSymbols/barlineSingle_active.svg +0 -3
- package/dist/assets/assets/msSymbols/barlineStartRepeatSign.svg +0 -14
- package/dist/assets/assets/msSymbols/barlineStartRepeatSign_active.svg +0 -14
- package/dist/assets/assets/msSymbols/bassClef.svg +0 -11
- package/dist/assets/assets/msSymbols/bassClef_active.svg +0 -11
- package/dist/assets/assets/msSymbols/chronaxieIncreasingLine.svg +0 -3
- package/dist/assets/assets/msSymbols/chronaxieIncreasingLine_active.svg +0 -3
- package/dist/assets/assets/msSymbols/chronaxieReducingLine1.svg +0 -3
- package/dist/assets/assets/msSymbols/chronaxieReducingLine2.svg +0 -4
- package/dist/assets/assets/msSymbols/chronaxieReducingLine3.svg +0 -5
- package/dist/assets/assets/msSymbols/chronaxieReducingLine4.svg +0 -6
- package/dist/assets/assets/msSymbols/doubleFlat.svg +0 -15
- package/dist/assets/assets/msSymbols/doubleFlat_active.svg +0 -15
- package/dist/assets/assets/msSymbols/doubleSharp.svg +0 -16
- package/dist/assets/assets/msSymbols/doubleSharp_active.svg +0 -16
- package/dist/assets/assets/msSymbols/flat.svg +0 -9
- package/dist/assets/assets/msSymbols/flat_active.svg +0 -9
- package/dist/assets/assets/msSymbols/nature.svg +0 -8
- package/dist/assets/assets/msSymbols/nature_active.svg +0 -8
- package/dist/assets/assets/msSymbols/noteDot1.svg +0 -3
- package/dist/assets/assets/msSymbols/noteDot2.svg +0 -4
- package/dist/assets/assets/msSymbols/noteDot3.svg +0 -5
- package/dist/assets/assets/msSymbols/noteDot4.svg +0 -6
- package/dist/assets/assets/msSymbols/noteHead1.svg +0 -6
- package/dist/assets/assets/msSymbols/noteHead1_active.svg +0 -6
- package/dist/assets/assets/msSymbols/noteHead2.svg +0 -20
- package/dist/assets/assets/msSymbols/noteHead2_active.svg +0 -20
- package/dist/assets/assets/msSymbols/noteHead4.svg +0 -8
- package/dist/assets/assets/msSymbols/noteHead4_active.svg +0 -8
- package/dist/assets/assets/msSymbols/noteStem.svg +0 -5
- package/dist/assets/assets/msSymbols/noteStem_active.svg +0 -5
- package/dist/assets/assets/msSymbols/noteTail128.svg +0 -17
- package/dist/assets/assets/msSymbols/noteTail128_active.svg +0 -17
- package/dist/assets/assets/msSymbols/noteTail16.svg +0 -11
- package/dist/assets/assets/msSymbols/noteTail16_active.svg +0 -11
- package/dist/assets/assets/msSymbols/noteTail256.svg +0 -16
- package/dist/assets/assets/msSymbols/noteTail256_active.svg +0 -16
- package/dist/assets/assets/msSymbols/noteTail32.svg +0 -11
- package/dist/assets/assets/msSymbols/noteTail32_active.svg +0 -11
- package/dist/assets/assets/msSymbols/noteTail64.svg +0 -12
- package/dist/assets/assets/msSymbols/noteTail64_active.svg +0 -12
- package/dist/assets/assets/msSymbols/noteTail8.svg +0 -8
- package/dist/assets/assets/msSymbols/noteTail8_active.svg +0 -8
- package/dist/assets/assets/msSymbols/readne.md +0 -5
- package/dist/assets/assets/msSymbols/rest1.svg +0 -3
- package/dist/assets/assets/msSymbols/rest128.svg +0 -5
- package/dist/assets/assets/msSymbols/rest128_active.svg +0 -5
- package/dist/assets/assets/msSymbols/rest16.svg +0 -5
- package/dist/assets/assets/msSymbols/rest16_active.svg +0 -5
- package/dist/assets/assets/msSymbols/rest1_active.svg +0 -3
- package/dist/assets/assets/msSymbols/rest2.svg +0 -3
- package/dist/assets/assets/msSymbols/rest256.svg +0 -5
- package/dist/assets/assets/msSymbols/rest256_active.svg +0 -5
- package/dist/assets/assets/msSymbols/rest2_active.svg +0 -3
- package/dist/assets/assets/msSymbols/rest32.svg +0 -5
- package/dist/assets/assets/msSymbols/rest32_active.svg +0 -5
- package/dist/assets/assets/msSymbols/rest4.svg +0 -5
- package/dist/assets/assets/msSymbols/rest4_active.svg +0 -5
- package/dist/assets/assets/msSymbols/rest64.svg +0 -5
- package/dist/assets/assets/msSymbols/rest64_active.svg +0 -5
- package/dist/assets/assets/msSymbols/rest8.svg +0 -5
- package/dist/assets/assets/msSymbols/rest8_active.svg +0 -5
- package/dist/assets/assets/msSymbols/sharp.svg +0 -10
- package/dist/assets/assets/msSymbols/sharp_active.svg +0 -10
- package/dist/assets/assets/msSymbols/trebleClef.svg +0 -13
- package/dist/assets/assets/msSymbols/trebleClef_active.svg +0 -13
- package/dist/common.d.ts +0 -1
- package/dist/components/clef.d.ts +0 -22
- package/dist/components/dragbox/bezier3DragBox.d.ts +0 -170
- package/dist/components/dragbox/rectDragBox.d.ts +0 -114
- package/dist/components/keySignature.d.ts +0 -42
- package/dist/components/measure.d.ts +0 -91
- package/dist/components/measureContainer.d.ts +0 -74
- package/dist/components/msSymbol.d.ts +0 -148
- package/dist/components/msSymbolContainer.d.ts +0 -96
- package/dist/components/msSymbolSlot.d.ts +0 -285
- package/dist/components/noteTail.d.ts +0 -96
- package/dist/components/spanSymbol.d.ts +0 -48
- package/dist/components/timeSignature.d.ts +0 -24
- package/dist/components/virtualSymbolContainer.d.ts +0 -96
- package/dist/composables/useSkin.d.ts +0 -9
- package/dist/constant.d.ts +0 -4
- package/dist/enum.d.ts +0 -7
- package/dist/musicScore.d.ts +0 -86
- package/dist/types.d.ts +0 -105
- package/dist/utils/eventUtil.d.ts +0 -32
- package/dist/utils/geometryUtil.d.ts +0 -9
- package/dist/utils/heightUtil.d.ts +0 -3
- package/dist/utils/leftUtil.d.ts +0 -7
- package/dist/utils/spanSymbolUtil.d.ts +0 -4
- package/dist/utils/topUtil.d.ts +0 -12
- package/dist/utils/widthConstantUtil.d.ts +0 -5
- package/dist/utils/widthUtil.d.ts +0 -9
package/dist/index.cjs.js
CHANGED
|
@@ -1,12 +1,813 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("vue");var ke=(e=>(e[e.Treble=1]="Treble",e[e.MezzoSoprano=2]="MezzoSoprano",e[e.Alto=3]="Alto",e[e.Tenor=4]="Tenor",e[e.BaritoneF=5]="BaritoneF",e[e.BaritoneC=6]="BaritoneC",e[e.Bass=7]="Bass",e[e.Subbass=8]="Subbass",e))(ke||{}),Pe=(e=>(e[e.standardStaff=1]="standardStaff",e[e.numberNotation=2]="numberNotation",e[e.rhythmNotation=3]="rhythmNotation",e[e.percussion=4]="percussion",e))(Pe||{});const Rt=["src"],Tt=r.defineComponent({__name:"measure",props:{measure:{type:Object,required:!0},x:{type:Number,default:0},y:{type:Number,default:0},width:{type:Number,default:400},height:{type:Number,default:80},componentWidth:{type:Number,default:1e3},componentHeight:{type:Number,default:800},strokeWidth:{type:Number,default:1},musicScore:{type:Object,default:{}}},emits:["measureMouseDown"],setup(e,{emit:t}){const n=e,{svgSkin:o,isOriginSkin:i}=r.inject("skin"),a=r.computed(()=>({width:"100%",display:"grid","grid-template-rows":"1fr","grid-template-columns":"1fr"})),l=r.computed(()=>{var d,h;switch(n.musicScore.showMode){case Pe.standardStaff:return(d=n.measure)!=null&&d.options.highlight?o.value.active_bar_standardStaff.url:o.value.bar_standardStaff.url;case Pe.numberNotation:return(h=n.measure)!=null&&h.options.highlight?o.value.active_bar_numberNotation.url:o.value.bar_numberNotation.url}return""}),c=r.computed(()=>{var h,u,f;return{width:n.width+"px",height:n.height+"px","background-color":(h=n.measure)!=null&&h.options.highlight?(u=n.measure)==null?void 0:u.options.highlightColor:(f=n.measure)==null?void 0:f.options.color,mask:`url("${l.value}") no-repeat center`,"mask-size":"100% 100%",pointerEvents:"none"}}),s=t;function m(d){s("measureMouseDown",d,n.measure)}return(d,h)=>(r.openBlock(),r.createElementBlock("div",{style:r.normalizeStyle(a.value),class:"measure",onMousedown:r.withModifiers(m,["self"])},[r.unref(i)?(r.openBlock(),r.createElementBlock("div",{key:0,style:r.normalizeStyle(c.value)},null,4)):(r.openBlock(),r.createElementBlock("img",{key:1,src:l.value,style:r.normalizeStyle(c.value)},null,12,Rt))],36))}}),G=(e,t)=>{const n=e.__vccOpts||e;for(const[o,i]of t)n[o]=i;return n},jt=G(Tt,[["__scopeId","data-v-b01053ff"]]);var O;(function(e){e[e.MultipStaves=1]="MultipStaves",e[e.SingleStaff=2]="SingleStaff",e[e.Measure=3]="Measure",e[e.SpanSymbol=4]="SpanSymbol",e[e.MsSymbolContainer=5]="MsSymbolContainer",e[e.MsSymbol=6]="MsSymbol"})(O||(O={}));var T;(function(e){e.Line="line",e.Space="space"})(T||(T={}));var M;(function(e){e.Lower="lower",e.Main="main",e.Upper="upper"})(M||(M={}));var S;(function(e){e[e.Treble=1]="Treble",e[e.MezzoSoprano=2]="MezzoSoprano",e[e.Alto=3]="Alto",e[e.Tenor=4]="Tenor",e[e.BaritoneF=5]="BaritoneF",e[e.BaritoneC=6]="BaritoneC",e[e.Bass=7]="Bass",e[e.Subbass=8]="Subbass"})(S||(S={}));var w;(function(e){e.Cb="Cb",e.Gb="Gb",e.Db="Db",e.Ab="Ab",e.Eb="Eb",e.Bb="Bb",e.F="F",e.C="C",e.G="G",e.D="D",e.A="A",e.E="E",e.B="B",e["F#"]="F#",e["C#"]="C#"})(w||(w={}));var L;(function(e){e[e.DO=1]="DO",e[e.RE=2]="RE",e[e.MI=3]="MI",e[e.FA=4]="FA",e[e.SOL=5]="SOL",e[e.LA=6]="LA",e[e.TI=7]="TI"})(L||(L={}));var z;(function(e){e.C="C",e.D="D",e.E="E",e.F="F",e.G="G",e.A="A",e.B="B"})(z||(z={}));var p;(function(e){e.None="",e.Natural="&",e.Sharp="#",e.Flat="b",e.DoubleSharp="##",e.DoubleFlat="bb"})(p||(p={}));var it;(function(e){e.None="",e.Single=".",e.Double="..",e.Triple="..."})(it||(it={}));var v;(function(e){e[e.whole=1]="whole",e[e.half=2]="half",e[e.quarter=4]="quarter",e[e.eighth=8]="eighth",e[e.sixteenth=16]="sixteenth",e[e.thirtySecond=32]="thirtySecond",e[e.sixtyFourth=64]="sixtyFourth",e[e.oneTwentyEighth=128]="oneTwentyEighth",e[e.twoFiftySixth=256]="twoFiftySixth"})(v||(v={}));var g;(function(e){e.NoteHead="noteHead",e.NoteStem="noteStem",e.NoteTail="noteTail",e.NoteNumber="noteNumber",e.ChronaxieReducingLine="chronaxieReducingLine",e.ChronaxieIncreasingLine="chronaxieIncreasingLine",e.NoteDot="noteDot",e.Rest="rest",e.Slur="slur",e.Tie="tie",e.DurationDot="durationDot",e.Accidental="accidental",e.Tuplet="tuplet",e.Clef="clef",e.Clef_f="clef_f",e.KeySignature="keySignature",e.TimeSignature="timeSignature",e.BarLine="barLine",e.BarLine_f="barLine_f"})(g||(g={}));var U;(function(e){e[e.standardStaff=1]="standardStaff",e[e.numberNotation=2]="numberNotation",e[e.rhythmNotation=3]="rhythmNotation",e[e.percussion=4]="percussion"})(U||(U={}));var P;(function(e){e[e.singleMeasure=1]="singleMeasure",e[e.multipleMeasure=2]="multipleMeasure"})(P||(P={}));var me;(function(e){e[e.volta=1]="volta",e[e.slur=2]="slur",e[e.tie=3]="tie"})(me||(me={}));var at;(function(e){e[e.msSymbol=1]="msSymbol",e[e.measure=2]="measure",e[e.singleStaff=3]="singleStaff",e[e.multipleStaves=4]="multipleStaves"})(at||(at={}));var R;(function(e){e[e.frontFixed=1]="frontFixed",e[e.rearFixed=2]="rearFixed",e[e.variable=3]="variable",e[e.span=4]="span"})(R||(R={}));var N;(function(e){e[e.single=1]="single",e[e.final=2]="final",e[e.reverseFinal=3]="reverseFinal",e[e.startRepeatSign=4]="startRepeatSign",e[e.endRepeatSign=5]="endRepeatSign"})(N||(N={}));var lt;(function(e){e[e.highlight=1]="highlight"})(lt||(lt={}));var Y;(function(e){e[e.normal=1]="normal",e[e.edit=2]="edit"})(Y||(Y={}));var te;(function(e){e[e.note=1]="note",e[e.rest=2]="rest"})(te||(te={}));var ze;(function(e){e[e.left=1]="left"})(ze||(ze={}));function Pt(e){return e>=v.eighth}function zt(e){return e!==v.whole}function ut(e,t){let n=p.None;if(!e.msSymbolArray)return{accidental:n,measureAccidental:p.None};const o=j(e.index,t),i=o.msSymbolContainer,a=o.measure,l=o.singleStaff,c=a==null?void 0:a.index.measureIndex,s=i==null?void 0:i.index.msSymbolContainerIndex;if(!i||!a||!l||s==null||c==null)return console.error("索引数据查找出错,获取符号的谱号失败"),{accidental:n,measureAccidental:p.None};let m=p.None;for(let d=c;d>=0;d--){const h=l.measureArray[d];if(d===c)for(let u=s;u>=0;u--){const y=h.msSymbolContainerArray[u].msSymbolArray[0];if(g.Accidental===y.type){m=y.accidental;break}}else for(let u=h.msSymbolContainerArray.length-1;u>=0;u--){const y=h.msSymbolContainerArray[u].msSymbolArray[0];if(g.Accidental===y.type){m=y.accidental;break}}}for(let d of e.msSymbolArray)if(d.type===g.Accidental)return n=d.accidental,{accidental:n,measureAccidental:m};return{accidental:n,measureAccidental:m}}function dt(e,t){const n=j(e.index,t),o=n.msSymbolContainer,i=n.measure,a=n.singleStaff,l=i==null?void 0:i.index.measureIndex,c=o==null?void 0:o.index.msSymbolContainerIndex;if(!o||!i||!a||c==null||l==null)return console.error("索引数据查找出错,获取符号的谱号失败"),w.C;for(let s=l;s>=0;s--){const m=a.measureArray[s];if(s===l)for(let d=c;d>=0;d--){const u=m.msSymbolContainerArray[d].msSymbolArray[0];if(g.KeySignature===u.type)return u.keySignature}else for(let d=m.msSymbolContainerArray.length-1;d>=0;d--){const u=m.msSymbolContainerArray[d].msSymbolArray[0];if(g.KeySignature===u.type)return u.keySignature}}return w.C}function Qe(e,t){const n=j(e.index,t),o=n.msSymbolContainer,i=n.measure,a=n.singleStaff,l=i==null?void 0:i.index.measureIndex,c=o==null?void 0:o.index.msSymbolContainerIndex;if(!o||!i||!a||c==null||l==null)return console.error("索引数据查找出错,获取符号的谱号失败"),S.Treble;for(let s=l;s>=0;s--){const m=a.measureArray[s];if(s===l)for(let d=c;d>=0;d--){const u=m.msSymbolContainerArray[d].msSymbolArray[0];if(g.Clef===u.type||g.Clef_f===u.type)return u.clef}else for(let d=m.msSymbolContainerArray.length-1;d>=0;d--){const u=m.msSymbolContainerArray[d].msSymbolArray[0];if(g.Clef===u.type||g.Clef_f===u.type)return u.clef}}return S.Treble}function Wt(e,{level:t="symbol",order:n="asc",callback:o}){const i=l=>n==="asc"?[...Array(l).keys()]:[...Array(l).keys()].reverse(),a=e.multipleStavesArray;for(const l of i(a.length)){const c=a[l];if(t==="multipleStaves"){if(o({multipleStavesIndex:l,singleStaffIndex:-1,measureIndex:-1,multipleStaves:c}))return;continue}for(const s of i(c.singleStaffArray.length)){const m=c.singleStaffArray[s];if(t==="singleStaff"){if(o({multipleStavesIndex:l,singleStaffIndex:s,measureIndex:-1,multipleStaves:c,singleStaff:m}))return;continue}for(const d of i(m.measureArray.length)){const h=m.measureArray[d];if(t==="measure"){if(o({multipleStavesIndex:l,singleStaffIndex:s,measureIndex:d,multipleStaves:c,singleStaff:m,measure:h}))return;continue}for(const u of i(h.msSymbolContainerArray.length)){const f=h.msSymbolContainerArray[u];if(t==="container"){if(o({multipleStavesIndex:l,singleStaffIndex:s,measureIndex:d,msSymbolContainerIndex:u,multipleStaves:c,singleStaff:m,measure:h,msSymbolContainer:f}))return;continue}for(const y of i(f.msSymbolArray.length)){const b=f.msSymbolArray[y];if(o({multipleStavesIndex:l,singleStaffIndex:s,measureIndex:d,msSymbolContainerIndex:u,msSymbolIndex:y,multipleStaves:c,singleStaff:m,measure:h,msSymbolContainer:f,msSymbol:b}))return}}}}}}function Ft(e,t,n,o){if(t.multipleStavesIndex==null||e.multipleStavesIndex==null||e.measureIndex==null||t.measureIndex==null||e.singleStaffIndex==null)return console.error("索引元素有误,无法正确执行traverseMeasure");const i=e.singleStaffIndex,a=j(e,n),l=j(t,n),c=a.singleStaff;l.singleStaff;const s=a.multipleStaves,m=l.multipleStaves;if(s===m){if(c==null||s==null)return console.error("索引元素有误,无法正确执行traverseMeasure");for(let d=e.measureIndex;d<=t.measureIndex;d++){const h=c.measureArray[d];o(h,c,s)}}else for(let d=e.multipleStavesIndex;d<=t.multipleStavesIndex;d++){const h=n.multipleStavesArray[d],u=h.singleStaffArray[i];if(s===h)for(let f=e.measureIndex;f<u.measureArray.length;f++){const y=u.measureArray[f];o(y,u,h)}else if(s!==h&&m!==h)for(let f=0;f<u.measureArray.length;f++){const y=u.measureArray[f];o(y,u,h)}else if(m===h&&s!==m)for(let f=0;f<t.measureIndex;f++){const y=u.measureArray[f];o(y,u,h)}}}function Vt(e){e.multipleStavesArray.forEach((t,n)=>{t.index={multipleStavesIndex:n,singleStaffIndex:-1,measureIndex:-1,msSymbolContainerIndex:-1,msSymbolIndex:-1},Zt(t)})}function Zt(e){const t=e.index.multipleStavesIndex;if(t==null)return console.error("数据有误,复谱表索引生成失败");e.singleStaffArray.forEach((n,o)=>{n.index={multipleStavesIndex:t,singleStaffIndex:o,measureIndex:-1,msSymbolContainerIndex:-1,msSymbolIndex:-1},mt(n)})}function mt(e){const t=e.index.singleStaffIndex,n=e.index.multipleStavesIndex;if(n==null||t==null)return console.error("数据有误,单谱表索引生成失败");e.measureArray.forEach((o,i)=>{o.index={multipleStavesIndex:n,singleStaffIndex:t,measureIndex:i,msSymbolContainerIndex:-1,msSymbolIndex:-1},Le(o)})}function Le(e){const t=e.index.singleStaffIndex,n=e.index.multipleStavesIndex,o=e.index.measureIndex;if(n==null||t==null||o==null)return console.error("数据有误,符号容器索引生成失败");e.msSymbolContainerArray.forEach((i,a)=>{i.index={multipleStavesIndex:n,singleStaffIndex:t,measureIndex:o,msSymbolContainerIndex:a,msSymbolIndex:-1},We(i)})}function We(e){const t=e.index.singleStaffIndex,n=e.index.multipleStavesIndex,o=e.index.measureIndex,i=e.index.msSymbolContainerIndex;if(n==null||t==null||o==null||i==null)return console.error("数据有误,符号索引生成失败");e.msSymbolArray.forEach((a,l)=>{const c={multipleStavesIndex:n,singleStaffIndex:t,measureIndex:o,msSymbolContainerIndex:i,msSymbolIndex:l};a.index=c,qe(a)})}function qe(e,t){let n=null;n=e,n.msSymbolArray.forEach((o,i)=>{o.index=n.index,o.msSymbolArray.length>0&&qe(o)})}function Ot(e){const t=e.map;for(let n=0;n<e.multipleStavesArray.length;n++){const o=e.multipleStavesArray[n];t[o.id]=o;for(let i=0;i<o.singleStaffArray.length;i++){const a=o.singleStaffArray[i];t[a.id]=a;for(let l=0;l<a.measureArray.length;l++){const c=a.measureArray[l];t[c.id]=c;for(let s=0;s<c.msSymbolContainerArray.length;s++){const m=c.msSymbolContainerArray[s];t[m.id]=m;for(let d=0;d<m.msSymbolArray.length;d++){const h=m.msSymbolArray[d];t[h.id]=h}}}}}}function Q(e){if(e.region===M.Main)return(e.index-1)*2+(e.type===T.Space?1:0);if(e.region===M.Lower)return-(e.index*2)+(e.type===T.Space?1:0);if(e.region===M.Upper)return 8+e.index*2+(e.type===T.Space?1:0);throw new Error("Invalid StaffRegion")}function Fe(e){if(e>=0&&e<=9){const t=e%2===0?T.Line:T.Space,n=Math.floor(e/2)+1,o=Math.floor(e/2)+1;return{region:M.Main,type:t,index:t===T.Line?n:o}}if(e<0){const t=Math.abs(e),n=t%2===0?T.Line:T.Space,o=Math.floor((t+1)/2);return{region:M.Lower,type:n,index:o}}if(e>=10){const t=e-10,n=t%2===0?T.Line:T.Space,o=Math.floor(t/2)+1;return{region:M.Upper,type:n,index:o}}throw new Error("Invalid index for StaffRegion")}function st(e){return typeof e=="number"?e<=3?"up":"down":Q(e)<=3?"up":"down"}function Ae(e,t){const n=t[e];if(n)return n;console.warn("此id元素不存在")}function j(e,t){const n={multipleStaves:null,singleStaff:null,measure:null,msSymbolContainer:null,msSymbol:null};if(e.multipleStavesIndex!==-1){const o=t.multipleStavesArray[e.multipleStavesIndex];if(n.multipleStaves=o,e.singleStaffIndex!==-1){const i=o.singleStaffArray[e.singleStaffIndex];if(n.singleStaff=i,e.measureIndex!==-1){const a=i.measureArray[e.measureIndex];if(n.measure=a,e.msSymbolContainerIndex!==-1){const l=a.msSymbolContainerArray[e.msSymbolContainerIndex];n.msSymbolContainer=l,e.msSymbolIndex!==-1&&(n.msSymbol=l.msSymbolArray[e.msSymbolIndex])}}}}return n}function Qt(e,t){const n=new Set;return e.bindingEndId.forEach(o=>{n.add(o)}),e.bindingStartId.forEach(o=>{n.add(o)}),e.msSymbolContainerArray.forEach((o,i)=>{o.msSymbolArray.forEach((a,l)=>{a.bindingEndId.forEach(c=>{n.add(c)}),a.bindingStartId.forEach(c=>{n.add(c)})})}),n}function Ue(e,t){let n=new Set;return e.measureArray.forEach(o=>{const i=Qt(o);n=new Set([...n,...i])}),n}function Ge(e,t){t.spanSymbolArray.forEach(n=>{e.has(n.id)&&(n.vueKey=Date.now())})}function xe(e,t){const n=j(e.index,t).msSymbol;return n||(console.error("获取主符号失败"),e)}function we(e,t){const n=[];return e===-1?[]:(t.msSymbolContainerArray.forEach(o=>{o.msSymbolArray.forEach(i=>{if(i.type===g.NoteHead&&i.beamId===e){const a={beamId:i.beamId,note:i,region:i.region,chronaxie:i.chronaxie};n.push(a)}})}),n)}function gt(e,t){e.id=t.id,e.bindingEndId=t.bindingEndId,e.bindingStartId=t.bindingStartId}function qt(e,t,n,o){if(!e||!t||!n)return;const i=e.index,a=t.index;Ut(i,a)>0;const l=n.multipleStavesArray,c=Math.min(i.multipleStavesIndex,a.multipleStavesIndex),s=Math.max(i.multipleStavesIndex,a.multipleStavesIndex);for(let m=c;m<=s;m++){const h=l[m].singleStaffArray,u=m===i.multipleStavesIndex?i.singleStaffIndex:0,f=m===a.multipleStavesIndex?a.singleStaffIndex:h.length-1;for(let y=u;y<=f;y++){const I=h[y].measureArray,A=m===i.multipleStavesIndex&&y===i.singleStaffIndex?i.measureIndex:0,x=m===a.multipleStavesIndex&&y===a.singleStaffIndex?a.measureIndex:I.length-1;for(let k=A;k<=x;k++){const _=I[k].msSymbolContainerArray,W=m===i.multipleStavesIndex&&y===i.singleStaffIndex&&k===i.measureIndex?i.msSymbolContainerIndex:0,V=m===a.multipleStavesIndex&&y===a.singleStaffIndex&&k===a.measureIndex?a.msSymbolContainerIndex:_.length-1;for(let q=W;q<=V;q++){const oe=_[q];o(oe)}}}}}function Ut(e,t){return e.multipleStavesIndex!==t.multipleStavesIndex?e.multipleStavesIndex-t.multipleStavesIndex:e.singleStaffIndex!==t.singleStaffIndex?e.singleStaffIndex-t.singleStaffIndex:e.measureIndex!==t.measureIndex?e.measureIndex-t.measureIndex:e.msSymbolContainerIndex-t.msSymbolContainerIndex}function F(e={}){const t={id:Math.random()*Date.now()+1,msTypeName:O.MsSymbol,index:{multipleStavesIndex:-1,singleStaffIndex:-1,measureIndex:-1,msSymbolContainerIndex:-1,msSymbolIndex:-1},options:{highlight:!1,highlightColor:"red",color:"black"},bindingStartId:[],bindingEndId:[],msSymbolArray:[],vueKey:Math.random()*Date.now()};switch(e.type){case g.NoteHead:{const n=e.region||{region:M.Main,type:T.Line,index:1};if(!e.chronaxie||![v.whole].includes(e.chronaxie)){const o=F({type:g.NoteStem,direction:st(Q(n))});t.msSymbolArray.push(o)}if(e.chronaxie&&![v.whole,v.half,v.quarter].includes(e.chronaxie)){const o=F({type:g.NoteTail,chronaxie:e.chronaxie||v.quarter,direction:st(n)});t.msSymbolArray.push(o)}return{...t,beamId:-1,type:g.NoteHead,region:n,chronaxie:e.chronaxie||v.quarter}}case g.NoteDot:return{...t,type:g.NoteDot,octave:e.octave??4};case g.NoteNumber:{e.chronaxie&&[v.whole,v.half].includes(e.chronaxie)&&(console.error("noteNumber的时值最大为四分音符"),e.chronaxie=v.quarter);const n={...t,type:g.NoteNumber,solmization:e.solmization||L.DO,chronaxie:e.chronaxie||v.quarter,octave:e.octave??4,beamId:-1};if(e.chronaxie&&![v.quarter].includes(e.chronaxie)){const o=F({type:g.ChronaxieReducingLine,chronaxie:e.chronaxie});t.msSymbolArray.push(o)}return n}case g.ChronaxieIncreasingLine:return{...t,type:g.ChronaxieIncreasingLine};case g.ChronaxieReducingLine:return{...t,type:g.ChronaxieReducingLine,chronaxie:e.chronaxie??v.eighth};case g.Rest:return{...t,type:g.Rest,chronaxie:e.chronaxie||v.quarter};case g.BarLine:{const n=e.barLineType??N.single;return N.endRepeatSign===n||N.startRepeatSign===n?{...t,type:g.BarLine,barLineType:n,loopCount:2}:{...t,type:g.BarLine,barLineType:n}}case g.BarLine_f:{const n=e.barLineType??N.single;return N.endRepeatSign===n||N.startRepeatSign===n?{...t,type:g.BarLine_f,barLineType:n,loopCount:2}:{...t,type:g.BarLine_f,barLineType:n}}case g.NoteStem:return{...t,direction:e.direction||"up",type:g.NoteStem};case g.NoteTail:return{...t,type:g.NoteTail,chronaxie:e.chronaxie||v.quarter,beamType:ze.left,direction:e.direction||"up"};case g.Clef_f:return{...t,type:g.Clef_f,clef:e.clef||S.Treble};case g.Clef:return{...t,type:g.Clef,clef:e.clef||S.Treble};case g.KeySignature:return{...t,type:g.KeySignature,keySignature:e.keySignature||w.C};case g.TimeSignature:return{...t,type:g.TimeSignature,timeSignature:e.timeSignature||{beat:1,chronaxie:4}};case g.Accidental:return{...t,type:g.Accidental,accidental:e.accidental||p.Sharp};default:return console.error("type不被识别,符号模版返回noteHead"),{...t,type:g.NoteHead,region:e.region||{region:M.Main,type:T.Line,index:1},chronaxie:e.chronaxie||v.quarter,beamId:-1}}}function _e(e={}){return{id:Math.random()*Date.now()+2,msSymbolArray:[],type:e.type||R.variable,index:{multipleStavesIndex:-1,singleStaffIndex:-1,measureIndex:-1,msSymbolContainerIndex:-1,msSymbolIndex:-1},bindingStartId:[],bindingEndId:[],options:{highlight:!1,highlightColor:"red",color:"transparent"},vueKey:Math.random()*Date.now(),msTypeName:O.MsSymbolContainer}}function $e(e,t){t.map[e.id]=e}function Ke(e,t){t.map[e]&&delete t.map[e]}function ge(e,t,n){t.msSymbolArray.push(e),qe(t),$e(e,n)}function he(e,t,n,o="after"){if(t.msTypeName===O.MsSymbol){if(typeof o=="number"){console.error("以符号为定位元素添加符号时,position只可以传after或before");return}const l=j(t.index,n).msSymbolContainer,c=j(t.index,n).msSymbol;if(!l)return console.error("符号容器不存在,符号添加失败");if(!c)return console.error("符号不存在,符号添加失败");const s=l.msSymbolArray,m=s.findIndex(d=>d===c);o==="before"?s.splice(m,0,e):s.splice(m+1,0,e),We(l)}else if(t.msTypeName===O.MsSymbolContainer){const l=t;if(!l)return console.error("小节不存在,符号容器添加失败");const c=l.msSymbolArray;if(o===-1||typeof o=="string")c.push(e);else if(o>=0&&o<=c.length)c.splice(o,0,e);else{console.error("索引有误,符号添加失败");return}We(l)}if($e(e,n),!("index"in t))return console.error("当前选中对象缺少index,符号添加失败");const i=j(t.index,n).singleStaff;if(!i)return console.error("单谱表查找出错,符号添加失败");mt(i);const a=Ue(i);Ge(a,n)}function ie(e,t,n,o="after"){if(t.msTypeName===O.MsSymbolContainer){if(typeof o=="number"){console.error("以符号容器为定位元素添加符号容器时,position只可以传after或before");return}const i=j(t.index,n).measure,a=j(t.index,n).msSymbolContainer;if(!i)return console.error("小节不存在,符号容器添加失败");if(!a)return console.error("符号容器不存在,符号容器添加失败");const l=i.msSymbolContainerArray,c=l.findIndex(s=>s===a);o==="before"?l.splice(c,0,e):l.splice(c+1,0,e),Le(i)}else if(t.msTypeName===O.Measure){const i=t;if(!i)return console.error("小节不存在,符号容器添加失败");const a=i.msSymbolContainerArray;if(o===-1||typeof o=="string")a.push(e);else if(o>=0&&o<=a.length)a.splice(o,0,e);else{console.error("索引有误,符号容器添加失败");return}Le(i)}$e(e,n)}function Gt(e,t){const n=j(e.index,t),o=n.measure,i=n.singleStaff;if(!o||!i)return console.error("索引数据出错,符号容器移除失败");const a=o.msSymbolContainerArray,l=a.findIndex(s=>s===e);if(l===-1)return console.error("找不到目标符号容器");a.splice(l,1),Ke(e.id,t),Le(o),Kt(e,t);const c=Ue(i);Ge(c,t)}function $t(e,t){for(let n=t.spanSymbolArray.length-1;n>=0;n--){const o=t.spanSymbolArray[n];(e.bindingStartId.includes(o.id)||e.bindingEndId.includes(o.id))&&(ht(o,t),Ke(o.id,t))}}function Kt(e,t){e.msSymbolArray.forEach(n=>{$t(n,t)});for(let n=t.spanSymbolArray.length-1;n>=0;n--){const o=t.spanSymbolArray[n];(e.bindingStartId.includes(o.id)||e.bindingEndId.includes(o.id))&&(ht(o,t),Ke(o.id,t))}}function ht(e,t){const n=t.spanSymbolArray.indexOf(e),o=e.startTargetId,i=e.endTargetId;t.spanSymbolArray.splice(n,1);const a=e.id,l=t.map[o];l&&"bindingStartId"in l&&l.bindingStartId.indexOf(a)!==-1&&l.bindingStartId.splice(n,1);const c=t.map[i];c&&"bindingEndId"in c&&c.bindingEndId.indexOf(a)!==-1&&c.bindingEndId.splice(n,1)}function Ve(e,t){t.direction=e,t.vueKey=Math.random()*Date.now()}function Ze(e,t){t.direction=e,t.vueKey=Math.random()*Date.now()}function Xt(e,t,n){const o=[];let i="up",a=4,l=!1;for(const c in t.msSymbolContainerArray){const s=t.msSymbolContainerArray[c];for(const m in s.msSymbolArray){const d=s.msSymbolArray[m];if(d.type===g.NoteHead&&![v.whole,v.half,v.quarter].includes(d.chronaxie)){const h=Math.abs(Q(d.region)-4),u=Math.abs(a-4);h>u&&(a=Q(d.region));const f=d.msSymbolArray.find(b=>b.type===g.NoteStem),y=d.msSymbolArray.find(b=>b.type===g.NoteTail);y&&f&&d.beamId===e&&(o.push({noteStem:f,noteTail:y}),l=!0)}else if(l)break}}i=a>=3?"down":"up";for(const c in o){const s=o[c].noteStem,m=o[c].noteTail;Ve(i,s),Ze(i,m)}}z.C,p.None,z.C,p.Sharp,z.D,p.None,z.D,p.Sharp,z.E,p.None,z.F,p.None,z.F,p.Sharp,z.G,p.None,z.G,p.Sharp,z.A,p.None,z.A,p.Sharp,z.B,p.None;const Jt={[w.Cb]:59,[w.Gb]:66,[w.Db]:61,[w.Ab]:68,[w.Eb]:63,[w.Bb]:70,[w.F]:65,[w.C]:60,[w.G]:67,[w.D]:62,[w.A]:69,[w.E]:64,[w.B]:71,"F#":66,"C#":61};function Et(e,t,n,o){const i=Jt[n];let l={[L.DO]:0,[L.RE]:2,[L.MI]:4,[L.FA]:5,[L.SOL]:7,[L.LA]:9,[L.TI]:11}[e];switch(t){case p.Sharp:l+=1;break;case p.Flat:l-=1;break;case p.DoubleSharp:l+=2;break;case p.DoubleFlat:l-=2;break;case p.None:break}return i+(o-4)*12+l}p.Natural,p.Sharp,p.Flat;p.Natural,p.Flat,p.Sharp;function Yt(e,t,n=p.Sharp){const o=["C","D","E","F","G","A","B"],i={0:["C",p.None],1:["C",p.Sharp],2:["D",p.None],3:["D",p.Sharp],4:["E",p.None],5:["F",p.None],6:["F",p.Sharp],7:["G",p.None],8:["G",p.Sharp],9:["A",p.None],10:["A",p.Sharp],11:["B",p.None]},a={0:["C",p.None],1:["D",p.Flat],2:["D",p.None],3:["E",p.Flat],4:["E",p.None],5:["F",p.None],6:["G",p.Flat],7:["G",p.None],8:["A",p.Flat],9:["A",p.None],10:["B",p.Flat],11:["B",p.None]},l=n===p.Sharp?i:a,c=(e%12+12)%12,[s,m]=l[c],d=Math.floor(e/12)-1,h=o.indexOf(s),u=d*7+h;function f(_,W){const V=o.indexOf(_);return W*7+V}const y={[S.Treble]:{diatonic:f("G",4),staffStep:2},[S.MezzoSoprano]:{diatonic:f("C",4),staffStep:2},[S.Alto]:{diatonic:f("C",4),staffStep:4},[S.Tenor]:{diatonic:f("C",4),staffStep:6},[S.BaritoneF]:{diatonic:f("F",3),staffStep:4},[S.BaritoneC]:{diatonic:f("C",4),staffStep:8},[S.Bass]:{diatonic:f("F",3),staffStep:6},[S.Subbass]:{diatonic:f("F",2),staffStep:6}},b=y[t]??y[S.Treble],I=u-b.diatonic+b.staffStep;let A,x,k;if(I>=0&&I<=8)A=M.Main,I%2===0?(x=T.Line,k=Math.floor(I/2)+1):(x=T.Space,k=Math.floor((I+1)/2));else if(I<0){A=M.Lower;const _=-I;_%2===1?(x=T.Space,k=Math.floor((_+1)/2)):(x=T.Line,k=_/2)}else{A=M.Upper;const _=I-8;_%2===1?(x=T.Space,k=Math.floor((_+1)/2)):(x=T.Line,k=_/2)}return{staffRegion:{region:A,type:x,index:k},accidental:m}}const e0={[S.Treble]:{[M.Main]:64,[M.Upper]:79,[M.Lower]:62},[S.MezzoSoprano]:{[M.Main]:57,[M.Upper]:72,[M.Lower]:55},[S.Alto]:{[M.Main]:53,[M.Upper]:69,[M.Lower]:52},[S.Tenor]:{[M.Main]:50,[M.Upper]:65,[M.Lower]:48},[S.BaritoneF]:{[M.Main]:47,[M.Upper]:62,[M.Lower]:45},[S.BaritoneC]:{[M.Main]:53,[M.Upper]:62,[M.Lower]:52},[S.Bass]:{[M.Main]:43,[M.Upper]:60,[M.Lower]:41},[S.Subbass]:{[M.Main]:28,[M.Upper]:43,[M.Lower]:26}},t0=[2,2,1,2,2,2,1],n0={0:0,2:1,4:2,5:3,7:4,9:5,11:6};function o0(e,t){return t=(t%e.length+e.length)%e.length,e.slice(t).concat(e.slice(0,t))}function r0(e,t,n){const o=e0[n];if(!o||typeof o[M.Main]!="number")throw new Error(`No clef mapping for clef ${n}. please add clefMidiMap entry.`);const i=o[M.Main],{region:a,type:l,index:c}=e;if(c<1)throw new Error("StaffRegion.index should be >= 1");let s;if(a===M.Main)s=(c-1)*2+(l===T.Space?1:0);else if(a===M.Upper)s=8+(c-1)*2+(l===T.Space?1:2);else if(a===M.Lower)s=-((c-1)*2+(l===T.Space?1:2));else throw new Error("Unknown StaffRegionEnum: "+a);const m=(i%12+12)%12;let d=n0[m];d===void 0&&(d=0);const h=o0(t0,d);let u=0;if(s>0)for(let y=0;y<s;y++)u+=h[y%h.length];else if(s<0){const y=Math.abs(s);for(let b=0;b<y;b++)(h.length-1-b)%h.length,u-=h[(h.length-1-b%7)%h.length]}let f=0;switch(t){case p.Sharp:f=1;break;case p.Flat:f=-1;break;case p.DoubleSharp:f=2;break;case p.DoubleFlat:f=-2;break;default:f=0}return i+u+f}p.Natural,p.Sharp,p.Flat;p.Natural,p.Flat,p.Sharp;const i0={[w.Cb]:59,[w.Gb]:66,[w.Db]:61,[w.Ab]:68,[w.Eb]:63,[w.Bb]:70,[w.F]:65,[w.C]:60,[w.G]:67,[w.D]:62,[w.A]:69,[w.E]:64,[w.B]:71,"F#":66,"C#":61},a0={0:{sharp:{solmization:L.DO,accidental:p.None},flat:{solmization:L.DO,accidental:p.None}},1:{sharp:{solmization:L.DO,accidental:p.Sharp},flat:{solmization:L.RE,accidental:p.Flat}},2:{sharp:{solmization:L.RE,accidental:p.None},flat:{solmization:L.RE,accidental:p.None}},3:{sharp:{solmization:L.RE,accidental:p.Sharp},flat:{solmization:L.MI,accidental:p.Flat}},4:{sharp:{solmization:L.MI,accidental:p.None},flat:{solmization:L.MI,accidental:p.None}},5:{sharp:{solmization:L.FA,accidental:p.None},flat:{solmization:L.FA,accidental:p.None}},6:{sharp:{solmization:L.FA,accidental:p.Sharp},flat:{solmization:L.SOL,accidental:p.Flat}},7:{sharp:{solmization:L.SOL,accidental:p.None},flat:{solmization:L.SOL,accidental:p.None}},8:{sharp:{solmization:L.SOL,accidental:p.Sharp},flat:{solmization:L.LA,accidental:p.Flat}},9:{sharp:{solmization:L.LA,accidental:p.None},flat:{solmization:L.LA,accidental:p.None}},10:{sharp:{solmization:L.LA,accidental:p.Sharp},flat:{solmization:L.TI,accidental:p.Flat}},11:{sharp:{solmization:L.TI,accidental:p.None},flat:{solmization:L.TI,accidental:p.None}}};function l0(e,t,n=p.Sharp){const o=i0[t],i=e-o,a=(i%12+12)%12,l=Math.floor(i/12)+4,c=a0[a],s=n===p.Sharp?c.sharp:c.flat;return{solmization:s.solmization,accidental:s.accidental,octave:l}}function s0(e){e.showMode=U.numberNotation;for(let t=0;t<e.multipleStavesArray.length;t++){const n=e.multipleStavesArray[t];for(let o=0;o<n.singleStaffArray.length;o++){const i=n.singleStaffArray[o];for(let a=0;a<i.measureArray.length;a++){const l=i.measureArray[a];for(let c=0;c<l.msSymbolContainerArray.length;c++){const s=l.msSymbolContainerArray[c];for(let m=0;m<s.msSymbolArray.length;m++){const d=s.msSymbolArray[m];if(d.type===g.NoteHead){const h=F({type:g.NoteNumber,chronaxie:v.quarter});gt(h,d);const{accidental:u,measureAccidental:f}=ut(d,e);let y=u;f&&y===p.Natural&&(y=f);const b=Qe(d,e),I=dt(d,e),A=r0(d.region,y,b),x=l0(A,I);if(h.solmization=x.solmization,h.octave=x.octave,h.msSymbolArray=[],[v.whole,v.half,v.quarter].includes(d.chronaxie)||(h.chronaxie=d.chronaxie),s.msSymbolArray.splice(m,1),he(h,s,e,m),x.octave!==4){const k=F({type:g.NoteDot,octave:x.octave});ge(k,h,e)}if(![v.whole,v.half,v.quarter].includes(h.chronaxie)){const k=F({type:g.ChronaxieReducingLine,chronaxie:h.chronaxie});ge(k,h,e)}if(x.accidental){const k=F({type:g.Accidental,accidental:x.accidental});ge(k,h,e)}}if(d.type===g.NoteHead){if(d.chronaxie===v.whole){for(let h=0;h<3;h++){const u=F({type:g.ChronaxieIncreasingLine}),f=_e({type:R.variable});ie(f,s,e,"after"),he(u,f,e,"after")}c+=3}else if(d.chronaxie===v.half){const h=F({type:g.ChronaxieIncreasingLine}),u=_e({type:R.variable});ie(u,s,e,"after"),he(h,u,e,"after"),c+=1}}}}}}}}function c0(e){var t;for(let n=0;n<e.multipleStavesArray.length;n++){const o=e.multipleStavesArray[n];for(let i=0;i<o.singleStaffArray.length;i++){const a=o.singleStaffArray[i];for(let l=0;l<a.measureArray.length;l++){const c=a.measureArray[l];for(let s=0;s<c.msSymbolContainerArray.length;s++){const m=c.msSymbolContainerArray[s];for(let d=0;d<m.msSymbolArray.length;d++){const h=m.msSymbolArray[d];if(h.type===g.ChronaxieIncreasingLine){Gt(m,e),s--;continue}if(h.type===g.NoteNumber){const u=F({type:g.NoteHead});gt(u,h);const{accidental:f,measureAccidental:y}=ut(h,e);let b=f;y&&b===p.Natural&&(b=y);const I=Qe(h,e),A=dt(h,e),x=Et(h.solmization,b,A,h.octave),k=Yt(x,I);if(u.region=k.staffRegion,u.vueKey=Date.now(),u.msSymbolArray=[],h.chronaxie===v.quarter){let B=0;for(let _=s+1;_<c.msSymbolContainerArray.length&&((t=c.msSymbolContainerArray[_])==null?void 0:t.msSymbolArray[0]).type===g.ChronaxieIncreasingLine;_++)B++;B===0?u.chronaxie=v.quarter:B===1?u.chronaxie=v.half:B===3&&(u.chronaxie=v.whole)}else u.chronaxie=h.chronaxie;if(m.msSymbolArray.splice(d,1),he(u,m,e,d),k.accidental){const B=F({type:g.Accidental,accidental:k.accidental});ge(B,u,e)}if(zt(u.chronaxie)){const B=F({type:g.NoteStem});B.index=u.index,ge(B,u,e)}if(Pt(u.chronaxie)){const B=F({type:g.NoteTail,chronaxie:u.chronaxie});ge(B,u,e)}}}}}}}e.showMode=U.standardStaff}S.Treble+"",S.MezzoSoprano+"",S.Alto+"",S.Tenor+"",S.BaritoneF+"",S.BaritoneC+"",S.Bass+"",S.Subbass+"";p.Natural,p.Sharp,p.Flat;p.Natural,p.Flat,p.Sharp;function u0(e,t=p.Sharp){const n=e%12,o=Math.floor(e/12)-1,a=(t===p.Sharp?["C","C#","D","D#","E","F","F#","G","G#","A","A#","B"]:["C","Db","D","Eb","E","F","Gb","G","Ab","A","Bb","B"])[n];return{letter:a[0],accidental:a[1]??"",octave:o}}console.log(u0(12));z.C+"",z.D+"",z.E+"",z.F+"",z.G+"",z.A+"",z.B+"";p.None+"",p.Sharp+"",p.Flat+"",p.DoubleFlat+"",p.DoubleSharp+"";const d0={[w.Cb]:11,[w.Gb]:6,[w.Db]:1,[w.Ab]:8,[w.Eb]:3,[w.Bb]:10,[w.F]:5,[w.C]:0,[w.G]:7,[w.D]:2,[w.A]:9,[w.E]:4,[w.B]:11,[w["F#"]]:6,[w["C#"]]:1},Z={[g.NoteHead]:{containerType:R.variable,aspectRatio:1,widthRatioConstant:1,category:P.singleMeasure,heightMultiplier:.25,space:{top:0,bottom:0,left:0,right:0}},[g.NoteNumber]:{containerType:R.variable,aspectRatio:1,widthRatioConstant:1,category:P.singleMeasure,heightMultiplier:1,space:{top:0,bottom:0,left:0,right:0}},[g.NoteDot]:{aspectRatio:{0:1/.7,1:1/.5,2:1/.3,3:1/.1,5:1/.1,6:1/.3,7:1/.5,8:1/.7},category:P.singleMeasure,widthRatioConstant:0,heightMultiplier:{0:.7,1:.5,2:.3,3:.1,5:.1,6:.3,7:.5,8:.7},space:{top:.1,bottom:.1,left:0,right:0}},[g.ChronaxieIncreasingLine]:{containerType:R.variable,aspectRatio:5,widthRatioConstant:1,category:P.singleMeasure,heightMultiplier:.1,space:{top:0,bottom:0,left:0,right:0}},[g.ChronaxieReducingLine]:{aspectRatio:{[v.eighth]:1/.1,[v.sixteenth]:1/.15,[v.thirtySecond]:1/.2,[v.sixtyFourth]:1/.25},category:P.singleMeasure,widthRatioConstant:0,heightMultiplier:{[v.eighth]:.1,[v.sixteenth]:.15,[v.thirtySecond]:.2,[v.sixtyFourth]:.25},space:{top:0,bottom:.1,left:0,right:0}},[g.NoteStem]:{aspectRatio:.05,category:P.singleMeasure,widthRatioConstant:0,heightMultiplier:.75,space:{top:0,bottom:0,left:0,right:0}},[g.NoteTail]:{aspectRatio:{[v.eighth]:4/10,[v.sixteenth]:4/10,[v.thirtySecond]:4/15,[v.sixtyFourth]:4/15,[v.oneTwentyEighth]:4/15,[v.twoFiftySixth]:4/20},category:P.singleMeasure,widthRatioConstant:0,heightMultiplier:.5,space:{top:0,bottom:0,left:0,right:0}},[g.Rest]:{containerType:R.variable,aspectRatio:{[v.whole]:2,[v.half]:2,[v.quarter]:4/10,[v.eighth]:1/2,[v.sixteenth]:1/2,[v.thirtySecond]:5/12,[v.sixtyFourth]:5/14,[v.oneTwentyEighth]:5/14,[v.twoFiftySixth]:5/14},widthRatioConstant:1,category:P.singleMeasure,heightMultiplier:{[v.whole]:1/8,[v.half]:1/8,[v.quarter]:.75,[v.eighth]:.5,[v.sixteenth]:3/4,[v.thirtySecond]:1,[v.sixtyFourth]:5/4,[v.oneTwentyEighth]:6/4,[v.twoFiftySixth]:7/4},space:{top:0,bottom:0,left:0,right:0}},[g.Slur]:{category:P.multipleMeasure,space:{top:0,bottom:0,left:0,right:0}},[g.Tie]:{category:P.multipleMeasure,space:{top:0,bottom:0,left:0,right:0}},[g.DurationDot]:{aspectRatio:1,category:P.singleMeasure,widthRatioConstant:.5,heightMultiplier:.1,space:{top:0,bottom:0,left:0,right:0}},[g.Accidental]:{aspectRatio:{[p.None]:0,[p.Natural]:1/3,[p.Flat]:1/3,[p.Sharp]:1/3,[p.DoubleFlat]:2/3,[p.DoubleSharp]:2/3},category:P.singleMeasure,widthRatioConstant:.5,heightMultiplier:.4,space:{top:0,bottom:0,left:0,right:0}},[g.Tuplet]:{category:P.multipleMeasure,space:{top:0,bottom:0,left:0,right:0}},[g.Clef]:{containerType:R.rearFixed,aspectRatio:{[S.Treble]:.6,[S.Alto]:.5,[S.Bass]:1,[S.BaritoneC]:.5,[S.Tenor]:.5,[S.BaritoneF]:.5,[S.MezzoSoprano]:.5,[S.Subbass]:.5},category:P.singleMeasure,heightMultiplier:{[S.Treble]:5/4,[S.Alto]:3/4,[S.Bass]:3/4,[S.BaritoneC]:3/4,[S.Tenor]:3/4,[S.BaritoneF]:3/4,[S.MezzoSoprano]:3/4,[S.Subbass]:3/4},space:{top:0,bottom:0,left:0,right:0}},[g.Clef_f]:{containerType:R.frontFixed,aspectRatio:{[S.Treble]:.6,[S.Alto]:.5,[S.Bass]:1,[S.BaritoneC]:.5,[S.Tenor]:.5,[S.BaritoneF]:.5,[S.MezzoSoprano]:.5,[S.Subbass]:.5},category:P.singleMeasure,heightMultiplier:{[S.Treble]:6/4,[S.Alto]:1,[S.Bass]:1,[S.BaritoneC]:1,[S.Tenor]:1,[S.BaritoneF]:1,[S.MezzoSoprano]:1,[S.Subbass]:1},space:{top:0,bottom:0,left:0,right:0}},[g.TimeSignature]:{containerType:R.frontFixed,aspectRatio:.6,category:P.singleMeasure,heightMultiplier:1,space:{top:0,bottom:0,left:0,right:0}},[g.KeySignature]:{containerType:R.frontFixed,aspectRatio:{[w.Cb]:.3*7,[w.Gb]:.3*6,[w.Db]:.3*5,[w.Ab]:.3*4,[w.Eb]:.3*3,[w.Bb]:.3*2,[w.F]:.3,[w.C]:0,[w.G]:.3,[w.D]:.3*2,[w.A]:.3*3,[w.E]:.3*4,[w.B]:.3*5,[w["F#"]]:.3*6,[w["C#"]]:.3*7},category:P.singleMeasure,heightMultiplier:1,space:{top:0,bottom:0,left:0,right:0}},[g.BarLine]:{containerType:R.rearFixed,aspectRatio:{[N.single]:1/50,[N.final]:13/40,[N.reverseFinal]:13/40,[N.startRepeatSign]:13/40,[N.endRepeatSign]:13/40},category:P.singleMeasure,heightMultiplier:1,space:{top:0,bottom:0,left:0,right:0}},[g.BarLine_f]:{containerType:R.frontFixed,aspectRatio:{[N.single]:1/50,[N.final]:13/40,[N.reverseFinal]:13/40,[N.startRepeatSign]:13/40,[N.endRepeatSign]:13/40},category:P.singleMeasure,heightMultiplier:1,space:{top:0,bottom:0,left:0,right:0}}};function ft(e){let t=0;const n=Z[e.type];if(!n)return console.error("符号没有匹配到正确的information",e),t;if("widthRatioConstant"in n&&(t+=n.widthRatioConstant),e.msSymbolArray)for(let o=0;o<e.msSymbolArray.length;o++){const i=e.msSymbolArray[o],a=Z[i.type];if(!n)return console.error("子符号没有匹配到正确的information",i),t;"widthRatioConstant"in a&&(t+=a.widthRatioConstant)}return t}function Xe(e){let t=0;if(e.msSymbolArray)for(let n=0;n<e.msSymbolArray.length;n++){const o=e.msSymbolArray[n],i=ft(o);t<i&&(t=i)}return t}function le(e,t){let n=0;for(let o=0;o<e.msSymbolContainerArray.length;o++){const i=e.msSymbolContainerArray[o];if(t&&i===t)return n;n+=Xe(i)}return n===0?1:n}function pt(e,t,n){let o=0;for(let i=0;i<e.measureArray.length;i++){const a=e.measureArray[i];o+=le(a,n)}return o}const m0=Object.freeze(Object.defineProperty({__proto__:null,getWidthConstantInMeasure:le,getWidthConstantInMsSymbol:ft,getWidthConstantInMsSymbolContainer:Xe,getWidthConstantInSingleStaff:pt},Symbol.toStringTag,{value:"Module"}));function g0(e){const t=Z[e.type];if("aspectRatio"in t&&typeof t.aspectRatio=="object"){if(e.type===g.KeySignature)return t.aspectRatio[e.keySignature];if(e.type===g.BarLine||e.type===g.BarLine_f)return t.aspectRatio[e.barLineType];if(e.type===g.NoteTail)return t.aspectRatio[e.chronaxie];if(e.type===g.NoteDot)return t.aspectRatio[e.octave];if(e.type===g.ChronaxieReducingLine)return t.aspectRatio[e.chronaxie];if(e.type===g.Clef||e.type===g.Clef_f)return t.aspectRatio[e.clef];if(e.type===g.Accidental)return t.aspectRatio[e.accidental];if(e.type===g.Rest)return t.aspectRatio[e.chronaxie]}return console.error("符号有误或符号不是复合aspectRatio类型"),0}function ue(e){if(!(e!=null&&e.type))return console.error("缺少符号传参,宽高比获取失败"),1;const t=Z[e.type];return"aspectRatio"in t&&typeof t.aspectRatio=="number"?t.aspectRatio:"aspectRatio"in t&&typeof t.aspectRatio=="object"?g0(e):(console.error("未找到符号对应宽高比"),1)}function h0(e){const t=Z[e.type];if("heightMultiplier"in t&&typeof t.heightMultiplier=="object"){if(e.type===g.ChronaxieReducingLine)return t.heightMultiplier[e.chronaxie];if(e.type===g.NoteDot)return t.heightMultiplier[e.octave];if(e.type===g.Rest)return t.heightMultiplier[e.chronaxie];if(e.type===g.Clef_f||e.type===g.Clef)return t.heightMultiplier[e.clef]}return console.error("符号有误或符号不是复合heightMultiplier类型"),0}function De(e){if(!(e!=null&&e.type))return console.error("缺少符号传参,高度乘数获取失败"),1;const t=Z[e.type];return"heightMultiplier"in t&&typeof t.heightMultiplier=="number"?t.heightMultiplier:"heightMultiplier"in t&&typeof t.heightMultiplier=="object"?h0(e):1}function ve(e,t){const n=Z[e.type],o=t.measureHeight;return{top:n.space.top*o,bottom:n.space.bottom*o,left:n.space.left*o,right:n.space.right*o}}const f0=Object.freeze(Object.defineProperty({__proto__:null,getHeightMultiplier:De,getMsSymbolAspectRatio:ue,getSpace:ve},Symbol.toStringTag,{value:"Module"}));function Je(e,t){return t*((7-Q(e))*2)/16}function He(e,t){const n=j(e.index,t).msSymbol,o=t.measureHeight;switch(e==null?void 0:e.type){case g.NoteStem:return e.direction==="up"?-$(e,t)+o/8:o/8;case g.Rest:switch(e.chronaxie){case v.whole:return o/4;case v.half:return o*3/8;case v.quarter:return o*1/8;case v.eighth:return o*2/8;case v.sixteenth:return o*2/8;case v.thirtySecond:return 0;case v.sixtyFourth:return 0;case v.oneTwentyEighth:return 0;case v.twoFiftySixth:return 0;default:return 0}case g.NoteTail:{ne(e,t);const i=n==null?void 0:n.msSymbolArray.find(s=>s.type===g.NoteStem);if(!i)return console.error("找不到符杠,符尾bottom计算失败"),o;const a=o*1/8,l=$(e,t),c=$(i,t);return e.direction==="up"?-c+a:c+a-l}case g.NoteDot:{Z[g.NoteDot];const i=ve(e,t).bottom,a=ve(e,t).top,l=xe(e,t);let c=0;const s=l.msSymbolArray.find(d=>d.type===g.ChronaxieReducingLine);let m=0;if(s&&(m=ve(s,t).bottom,c=$(s,t)),[0,1,2,3].includes(e.octave)){const d=$(e,t);return o-(-d-i-c-m)}else if([5,6,7,8].includes(e.octave))return a;return o}case g.ChronaxieIncreasingLine:{const l=Z[g.ChronaxieIncreasingLine].heightMultiplier*o;return o+-(o/2-l/2)}case g.ChronaxieReducingLine:{Z[g.ChronaxieReducingLine];const i=De(e),a=ve(e,t).bottom,l=i*o;return o-(-l-a)}case g.Clef:switch(e.clef){case S.Treble:return-o*1/8;case S.Alto:return o*1/8;case S.Bass:return o*1/8;default:return o*1/8}case g.Clef_f:switch(e.clef){case S.Treble:return-o*2/8;case S.Alto:return 0;case S.Bass:return 0;default:return 0}default:return 0}}function ne(e,t){var i;if(!e)return 0;const n=t.measureHeight,o=(i=j(e.index,t))==null?void 0:i.msSymbol;switch(o.type){case g.NoteHead:{if(!o||t.showMode===U.numberNotation)return 0;const a=o.region;return Je(a,n)}default:return 0}}function yt(e,t,n=!0){let o=0;t.measureHeight;for(let i of e.msSymbolArray){const a=ne(i,t);n?o=Math.max(a,o):o=Math.max(a,o)}return o}function Ee(e,t){let n=1e4;for(let o of e.msSymbolArray){const i=ne(o,t);let a=0;if(o.msSymbolArray)for(let l of o.msSymbolArray)a=Math.min(a,He(l,t));n=Math.min(i+a,n)}return n}function vt(e,t,n){let o=1e4;return qt(e,t,n,i=>{const a=Ee(i,n);o=Math.min(o,a)}),o}function St(e,t,n=!0){let o=0;for(let i of e.msSymbolContainerArray){const a=yt(i,t,n);o=Math.max(a,o)}return o}function Ye(e,t){let n=1e4;for(let o of e.msSymbolContainerArray){const i=Ee(o,t);n=Math.min(i,n)}return n}function p0(e,t,n=!0){let o=0;for(let i of e.measureArray){const a=St(i,t,n);o=Math.max(a,o)}return o}function y0(e,t){let n=1e4;for(let o of e.measureArray){const i=Ye(o,t);n=Math.min(i,n)}return n}function et(e,t,n){let o=0;return Wt(t,{level:"multipleStaves",order:"asc",callback:({multipleStaves:i})=>{if(!i)return!0;o+=i.multipleStavesPaddingTop;for(let a of i.singleStaffArray){o+=a.singleStaffPaddingTop;for(let l of a.measureArray)if(l===e)return!0;o+=a.singleStaffPaddingBottom+a.singleStaffMarginBottom+t.measureHeight}return o+=i.multipleStavesPaddingBottom+i.multipleStavesMarginBottom,!1}}),o}const v0=Object.freeze(Object.defineProperty({__proto__:null,getMaxMsSymbolTopInMeasure:St,getMaxMsSymbolTopInMsSymbolContainer:yt,getMaxMsSymbolTopInSingleStaff:p0,getMeasureTopToMusicScore:et,getMinMsSymbolTopBetweenMsSymbolContainer:vt,getMinMsSymbolTopInMeasure:Ye,getMinMsSymbolTopInMsSymbolContainer:Ee,getMinMsSymbolTopInSingleStaff:y0,getMsSymbolTopToSlot:He,getSlotTopToMeasure:ne,staffRegionToTop:Je},Symbol.toStringTag,{value:"Module"}));function bt(e,t){const n=j(e.index,t).msSymbol,o=Z[e==null?void 0:e.type],i=t.measureHeight;let a=0;if("heightMultiplier"in o){const m=o.heightMultiplier;a=i*m}const l=i*1/8,c=j(n.index,t).measure;if(!c)return console.error("索引找不到measure,符杠height计算失败"),0;const s=we(n.beamId,c);if(n.beamId===-1||!s||s.length===0){const m=ne(e,t);return e.direction==="up"?Math.max(a,Math.abs(m)-(i-a)+l):Math.max(a,Math.abs(m)+a-l)}else{const m=ne(e,t);if(e.direction==="up"){const d=s.reduce((u,f)=>{const y=u,b=f.note;return Q(y.region)<Q(b.region)?f.note:u},s[0].note),h=ne(d,t);return Q(d.region)>0?d===n?a:Math.abs(m)-i+Math.abs(h-i)+a:Math.abs(m)-i+l+a}else{const d=s.reduce((u,f)=>{const y=u,b=f.note;return Q(y.region)>Q(b.region)?b:u},s[0].note),h=ne(d,t);return Q(d.region)<8?d===n?a:Math.abs(m)+h+a:Math.abs(m)-l+a}}}function $(e,t){Z[e==null?void 0:e.type];const n=t.measureHeight,o=De(e);switch(e.type){case g.NoteStem:return bt(e,t);default:return n*o}}const S0=Object.freeze(Object.defineProperty({__proto__:null,getMsSymbolHeight:$,getNoteStemHeight:bt},Symbol.toStringTag,{value:"Module"}));function Se(e,t){let n=0;for(let o=0;o<e.msSymbolArray.length;o++){const i=e.msSymbolArray[o],a=Z[i.type];let l=0;"aspectRatio"in a&&typeof a.aspectRatio=="number"?l+=a.aspectRatio*t:"aspectRatio"in a&&typeof a.aspectRatio=="object"?i.type===g.KeySignature?l+=a.aspectRatio[i.keySignature]*t:i.type===g.BarLine||i.type===g.BarLine_f?l+=a.aspectRatio[i.barLineType]*t:(i.type===g.Clef||i.type===g.Clef_f)&&(l+=a.aspectRatio[i.clef]*t):console.error("符号的svg宽高比不存在"),n<l&&(n=l)}return n}function E(e,t,n,o,i){const a=o.measureHeight;if(!e||!t)return console.error("缺少必要的参数,坐标计算出错"),0;let l=0;const c=e.type;if([R.frontFixed,R.rearFixed].includes(c))l=Se(e,a);else{const s=J(t,a),m=le(t),d=Xe(e);l=(se(t,n,o,i)-s)/m*d}return l}function se(e,t,n,o){const i=pt(t,n.showMode),a=le(e),l=xt(t,n.measureHeight),c=J(e,n.measureHeight),s=t.measureArray.length,m=o-l,d=m/i*n.widthDynamicRatio,h=m*(1-n.widthDynamicRatio)/s;return d*a+c+h}function J(e,t,n="all",o){let i=0;for(let a=0;a<e.msSymbolContainerArray.length;a++){const l=e.msSymbolContainerArray[a];if(o&&o===l)return i;const c=l.type;(n==="all"&&[R.frontFixed,R.rearFixed].includes(c)||n==="front"&&[R.frontFixed].includes(c)||n==="rear"&&[R.rearFixed].includes(c))&&(i+=Se(l,t))}return i}function xt(e,t,n="all",o){let i=0;return e.measureArray.forEach(a=>{i+=J(a,t,n,o)}),i}function tt(e,t,n,o,i,a,l){const c=ue(e),s=$(e,a),m=we(t.beamId,o);return m.length>1?t.id===m[0].note.id||t.id===m[m.length-1].note.id?E(n,o,i,a,l)/2:E(n,o,i,a,l):s*c}function fe(e,t,n,o,i,a){const l=i.measureHeight,c=ue(e),s=De(e),m=$(e,i);switch(e==null?void 0:e.type){case g.NoteStem:return l*s*c;case g.NoteTail:{const d=j(e.index,i).msSymbol;return d?tt(e,d,t,n,o,i,a):(console.error("音符头索引失败,符尾宽度计算失败"),m*c)}default:return m*c}}function be(e,t,n=!1){const o=n?e:xe(e,t),i=ue(o);return $(o,t)*i}const b0=Object.freeze(Object.defineProperty({__proto__:null,getMeasureWidth:se,getMsSymbolContainerWidth:E,getMsSymbolSlotWidth:be,getMsSymbolWidth:fe,getNoteTailWidth:tt,getWidthFixedContainerWidth:Se,getWidthFixedContainerWidthSumInMeasure:J,getWidthFixedContainerWidthSumInSingleStaff:xt},Symbol.toStringTag,{value:"Module"})),x0=["onMousedown"],w0=["onMousedown"],C0=r.defineComponent({__name:"measureContainer",props:{musicScore:{type:Object,default:{}},disabled:{type:Boolean,default:!0},componentWidth:{type:Number,default:1e3},height:{type:Number,default:800}},emits:["singleStaffMouseDown","multipleStavesMouseDown"],setup(e,{emit:t}){const n=e,o=t,i=r.computed(()=>s=>({"grid-template-rows":`repeat(${s.singleStaffArray.length},1fr)`,"padding-top":s.multipleStavesPaddingTop+"px","padding-bottom":s.multipleStavesPaddingBottom+"px","margin-bottom":s.multipleStavesMarginBottom+"px","pointer-events":n.disabled?"none":"auto",outline:"1px solid "+(s.options.highlight?s.options.highlightColor:s.options.color)})),a=r.computed(()=>(s,m)=>({"grid-template-columns":`repeat(${s.measureArray.length},1fr)`,"padding-top":s.singleStaffPaddingTop+"px","padding-bottom":s.singleStaffPaddingBottom+"px","margin-bottom":s.singleStaffMarginBottom+"px","pointer-events":n.disabled?"none":"auto",outline:"1px solid "+(s.options.highlight?s.options.highlightColor:s.options.color)})),l=r.computed(()=>(s,m,d,h,u)=>se(s,m,h,u)),c=r.computed(()=>(s,m,d,h,u)=>{let f={};return f.height=n.musicScore.measureHeight+"px",f.width=l.value(s,m,d,h,u)+"px",f.pointerEvents=n.disabled?"none":"auto",f});return(s,m)=>(r.openBlock(),r.createElementBlock("div",null,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(e.musicScore.multipleStavesArray,(d,h)=>(r.openBlock(),r.createElementBlock("div",{key:"multipleStaves"+h,style:r.normalizeStyle(i.value(d)),class:"multipleStaves",onMousedown:r.withModifiers(u=>o("multipleStavesMouseDown",u,d),["self"])},[r.renderSlot(s.$slots,"multipleStaves",{},void 0,!0),(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(d.singleStaffArray,(u,f)=>(r.openBlock(),r.createElementBlock("div",{key:"singleStaff"+f,style:r.normalizeStyle(a.value(u,d)),class:"singleStaff",onMousedown:r.withModifiers(y=>o("singleStaffMouseDown",y,u),["self"])},[r.renderSlot(s.$slots,"singleStaff",{},void 0,!0),(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(u.measureArray,(y,b)=>(r.openBlock(),r.createElementBlock("div",{key:"measure"+b,style:r.normalizeStyle(c.value(y,u,d,e.musicScore,e.componentWidth)),class:"measureSlot"},[r.renderSlot(s.$slots,"default",{measure:y,measureIndex:b,measureWidth:l.value(y,u,d,e.musicScore,e.componentWidth),multipleStaves:d,multipleStavesIndex:h,singleStaff:u,singleStaffIndex:f},void 0,!0)],4))),128))],44,w0))),128))],44,x0))),128))]))}}),je=G(C0,[["__scopeId","data-v-684eebdd"]]);function Be(e,t,n){const o=j(e.index,t);if(o.singleStaff==null)return console.error("没有单谱表信息,无法计算小节left"),0;let i=0;for(let a of o.singleStaff.measureArray){if(a===e)return i;i+=se(a,o.singleStaff,t,n)}return i}function wt(e,t,n,o,i,a,l,c,s){const m=a.measureHeight;if(!n||!o||!i)return console.error("数据索引有误,符尾left计算出错"),0;const d=fe(e,n,o,i,a,s),h=we(t.beamId,o),u=Z[g.NoteStem];if(!("aspectRatio"in u)||typeof u.aspectRatio!="number")return console.error("符杠aspectRatio获取失败,符尾left计算出错"),0;if(h.length>1)return t.id===h[0].note.id?e.direction==="up"?l:0:t.id===h[h.length-1].note.id?e.direction==="up"?-d+l:-d:-Re(t,n,o,i,a,l,s);if(e.direction==="up")return l;{const f=Z[g.NoteStem];if(!("aspectRatio"in f)||typeof f.aspectRatio!="number")return console.error("符杠aspectRatio获取失败,符杠left计算出错"),0;const y=f.heightMultiplier;return m*y*f.aspectRatio}}function nt(e,t,n,o,i,a,l,c,s=!1){const m=s?e:xe(e,i),d=be(e,i),h=fe(e,t,n,o,i,c);switch(e==null?void 0:e.type){case g.NoteHead:return 0;case g.NoteStem:return e.direction==="up"?d-h:0;case g.NoteTail:return m.type!==g.NoteHead?(console.error("找不到音符头,符尾left计算出错"),0):wt(e,m,t,n,o,i,d,l,c);case g.Accidental:return-h;case g.NoteDot:{const u=fe(e,t,n,o,i,c);return d/2-u/2}}return 0}function Re(e,t,n,o,i,a,l,c=!1){const s=c?e:xe(e,i),m=E(t,n,o,i,l);switch(i.measureHeight,s==null?void 0:s.type){case g.NoteHead:return m/2-a/2;case g.NoteNumber:return m/2-a/2;case g.Rest:return m/2-a/2;case g.ChronaxieIncreasingLine:return m/2-a/2}return 0}function ot(e,t,n,o,i){const a=o.measureHeight;if(!e||!t||!n)return console.error("缺少必要的参数,坐标计算出错"),0;let l=0;const c=e.type;if([R.frontFixed].includes(c))l=J(t,a,"front",e);else if([R.rearFixed].includes(c))l=i-J(t,a)+J(t,a,"all",e);else{const s=J(t,a),m=le(t),d=le(t,e),h=J(t,a,"front");l=(i-s)/m*d+h}return l}function Oe(e,t,n,o,i,a,l,c,s=!1){const m=s?e:xe(e,i),d=Re(m,t,n,o,i,a,c),h=ot(t,n,o,i,l);return d+h}const I0=Object.freeze(Object.defineProperty({__proto__:null,getContainerLeftToMeasure:ot,getMeasureLeftToMusicScore:Be,getMsSymbolLeftToSlot:nt,getNoteTailLeftToSlot:wt,getSlotLeftToContainer:Re,getSlotLeftToMeasure:Oe},Symbol.toStringTag,{value:"Module"})),M0=["src"],k0=r.defineComponent({__name:"noteTail",props:{noteTail:{type:Object,required:!0},noteHead:{type:Object,required:!0},preContainer:{type:Object},nextContainer:{type:Object},msSymbolContainer:{type:Object,required:!0},measure:{type:Object,required:!0},singleStaff:{type:Object,required:!0},musicScore:{type:Object,required:!0},parentMsSymbol:{type:Object},slotLeft:{type:Number,required:!0},measureWidth:{type:Number,required:!0},componentWidth:{type:Number,required:!0}},setup(e){const t=e,{svgSkin:n,isOriginSkin:o}=r.inject("skin"),i=r.computed(()=>we(t.noteHead.beamId,t.measure));r.computed(()=>ue(t.noteTail));const a=r.computed(()=>{var u;switch((u=t.noteTail)==null?void 0:u.chronaxie){case v.eighth:return 1;case v.sixteenth:return 2}return 0}),l=r.computed(()=>$(t.noteTail,t.musicScore)),c=r.computed(()=>t.noteTail.type===g.NoteTail&&t.nextContainer?tt(t.noteTail,t.noteHead,t.msSymbolContainer,t.measure,t.singleStaff,t.musicScore,t.componentWidth):fe(t.noteTail,t.msSymbolContainer,t.measure,t.singleStaff,t.musicScore,t.componentWidth)),s=r.computed(()=>{var f,y;const u={width:`${c.value}px`,height:`${l.value}px`,display:"flex",flexDirection:((f=t.noteTail)==null?void 0:f.direction)==="up"?"column":"column-reverse",position:"absolute",left:m.value+"px",top:d.value+"px",background:t.noteTail.options.highlight?t.noteTail.options.highlightColor:t.noteTail.options.color};return h.value&&i.value.length<2?(u.mask=`url("${h.value}") center center / cover no-repeat`,((y=t.noteTail)==null?void 0:y.direction)==="down"&&(u.transform="scaleY(-1)")):u.background="transparent",u}),m=r.computed(()=>nt(t.noteTail,t.msSymbolContainer,t.measure,t.singleStaff,t.musicScore,t.slotLeft,t.measureWidth,t.componentWidth)),d=r.computed(()=>He(t.noteTail,t.musicScore)),h=r.computed(()=>{switch(t.noteTail.chronaxie){case v.eighth:return t.noteTail.options.highlight?n.value.active_noteTail_8.url:n.value.noteTail_8.url;case v.sixteenth:return t.noteTail.options.highlight?n.value.active_noteTail_16.url:n.value.noteTail_16.url;case v.thirtySecond:return t.noteTail.options.highlight?n.value.active_noteTail_32.url:n.value.noteTail_32.url;case v.sixtyFourth:return t.noteTail.options.highlight?n.value.active_noteTail_64.url:n.value.noteTail_64.url;case v.oneTwentyEighth:return t.noteTail.options.highlight?n.value.active_noteTail_128.url:n.value.noteTail_128.url;case v.twoFiftySixth:return t.noteTail.options.highlight?n.value.active_noteTail_256.url:n.value.noteTail_256.url;default:return""}});return(u,f)=>(r.openBlock(),r.createElementBlock(r.Fragment,null,[r.unref(o)?(r.openBlock(),r.createElementBlock("div",{key:0,style:r.normalizeStyle(s.value)},null,4)):(r.openBlock(),r.createElementBlock("img",{key:1,src:h.value,style:r.normalizeStyle(s.value)},null,12,M0)),i.value.length>1?(r.openBlock(!0),r.createElementBlock(r.Fragment,{key:2},r.renderList(a.value*2-1,(y,b)=>(r.openBlock(),r.createElementBlock("div",{style:r.normalizeStyle({backgroundColor:b%2===0?"black":"transparent",height:l.value/5+"px",width:"100%"})},null,4))),256)):r.createCommentVNode("",!0)],64))}}),L0=r.defineComponent({__name:"timeSignature",props:{timeSignature:{type:Object,required:!0},measureHeight:{type:Number,default:60}},setup(e){const t=e,n=r.computed(()=>({fontSize:t.measureHeight/3+"px",userSelect:"none",color:t.timeSignature.options.highlight?t.timeSignature.options.highlightColor:t.timeSignature.options.color}));return(o,i)=>e.timeSignature&&e.timeSignature.type===r.unref(g).TimeSignature?(r.openBlock(),r.createElementBlock("div",{key:0,style:r.normalizeStyle(n.value),class:"timeSignature"},[r.createElementVNode("div",null,r.toDisplayString(e.timeSignature.timeSignature.beat),1),r.createElementVNode("div",null,r.toDisplayString(e.timeSignature.timeSignature.chronaxie),1)],4)):r.createCommentVNode("",!0)}}),A0=G(L0,[["__scopeId","data-v-74f3a255"]]),_0={key:0,class:"keySignature"},B0={key:1,class:"keySignature"},N0=["src"],D0=r.defineComponent({__name:"keySignature",props:{keySignature:{type:Object,required:!0},slotWidth:{type:Number,default:50},measureHeight:{type:Number,default:60},musicScore:{type:Object,default:{}}},setup(e){const t=e,{svgSkin:n,isOriginSkin:o}=r.inject("skin"),i=r.computed(()=>t.keySignature?Qe(t.keySignature,t.musicScore):S.Treble),a=r.computed(()=>{const u={Cb:{type:"flat",count:7},Gb:{type:"flat",count:6},Db:{type:"flat",count:5},Ab:{type:"flat",count:4},Eb:{type:"flat",count:3},Bb:{type:"flat",count:2},F:{type:"flat",count:1},C:{type:"none",count:0},G:{type:"sharp",count:1},D:{type:"sharp",count:2},A:{type:"sharp",count:3},E:{type:"sharp",count:4},B:{type:"sharp",count:5},"F#":{type:"sharp",count:6},"C#":{type:"sharp",count:7}};return t.keySignature.type===g.KeySignature?u[t.keySignature.keySignature]:(console.error("keySignature出错,没有keySignature属性",t.keySignature),u[w.C])}),l=r.computed(()=>{var u;return(u=t.keySignature)!=null&&u.options.highlight?a.value.type==="sharp"?n.value.active_accidental_sharp.url:n.value.active_accidental_flat.url:a.value.type==="sharp"?n.value.accidental_sharp.url:n.value.accidental_flat.url}),c=r.computed(()=>t.measureHeight/8),s={[S.Treble]:[8,5,9,6,3,7,4],[S.Alto]:[7,4,8,5,2,6,3],[S.Bass]:[6,3,7,4,1,5,2]},m={[S.Treble]:[5,8,4,7,3,6,2],[S.Alto]:[4,7,3,6,2,5,1],[S.Bass]:[3,6,2,5,1,4,0]},d=r.computed(()=>a.value.type==="sharp"?(s[i.value]||s[S.Treble]).slice(0,a.value.count).map(f=>f*c.value):a.value.type==="flat"?(m[i.value]||m[S.Treble]).slice(0,a.value.count).map(f=>f*c.value):[]),h=r.computed(()=>{const u=t.measureHeight*.5,f=t.measureHeight*.25;return(y,b)=>({width:u+"px",height:u+"px",position:"absolute",pointerEvents:"none",left:`${y*f}px`,top:`${t.measureHeight-b-u/2}px`,backgroundColor:t.keySignature.options.highlight?t.keySignature.options.highlightColor:t.keySignature.options.color,maskImage:`url("${l.value}")`,WebkitMaskImage:`url("${l.value}")`,maskRepeat:"no-repeat",WebkitMaskRepeat:"no-repeat",maskSize:"contain",WebkitMaskSize:"contain",maskPosition:"center",WebkitMaskPosition:"center"})});return(u,f)=>r.unref(o)?(r.openBlock(),r.createElementBlock("div",_0,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(d.value,(y,b)=>(r.openBlock(),r.createElementBlock("div",{key:b,style:r.normalizeStyle(h.value(b,y)),class:"symbol"},null,4))),128))])):(r.openBlock(),r.createElementBlock("div",B0,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(d.value,(y,b)=>(r.openBlock(),r.createElementBlock("img",{key:b,src:l.value,style:r.normalizeStyle(h.value(b,y)),class:"symbol"},null,12,N0))),128))]))}}),H0=G(D0,[["__scopeId","data-v-8485dd0d"]]),R0=["src"],T0=r.defineComponent({__name:"clef",props:{clef:{type:Object,required:!0},musicScore:{required:!0,type:Object}},setup(e){const t=e,{svgSkin:n,isOriginSkin:o}=r.inject("skin"),i=r.computed(()=>{let l="";return t.clef.clef===ke.Treble?l=n.value.clef_treble.url:t.clef.clef===ke.Alto?l=n.value.clef_alto.url:t.clef.clef===ke.Bass&&(l=n.value.clef_bass.url),l}),a=r.computed(()=>{var c,s,m;const l={};return o.value&&(l.mask=`url("${i.value}") center center / 100% 100% no-repeat`,l.backgroundColor=(c=t.clef)!=null&&c.options.highlight?(s=t.clef)==null?void 0:s.options.highlightColor:(m=t.clef)==null?void 0:m.options.color),l});return(l,c)=>r.unref(o)?(r.openBlock(),r.createElementBlock("div",{key:0,style:r.normalizeStyle(a.value),comment:"谱号"},null,4)):(r.openBlock(),r.createElementBlock("img",{key:1,src:i.value,comment:"谱号"},null,8,R0))}}),j0=["src"],P0=["src"],z0=["src"],W0=r.defineComponent({__name:"msSymbol",props:{msSymbol:{type:Object,required:!0},msSymbolContainer:{type:Object,required:!0},preContainer:{type:Object},nextContainer:{type:Object},measure:{type:Object,required:!0},measureWidth:{type:Number,required:!0},singleStaff:{type:Object,required:!0},musicScore:{type:Object,required:!0},containerWidth:{type:Number,required:!0},isMain:{type:Boolean,default:!1},measureHeight:{type:Number,required:!0},parentMsSymbol:{type:Object},slotWidth:{type:Number,required:!0},slotTop:{type:Number,required:!0},slotLeft:{type:Number,required:!0},componentWidth:{type:Number,required:!0},componentHeight:{type:Number,required:!0}},emits:["msSymbolMouseDown","msSymbolMouseUp"],setup(e,{expose:t,emit:n}){const o=e,{svgSkin:i,isOriginSkin:a}=r.inject("skin");r.watch(()=>{var x;return(x=o.msSymbol)==null?void 0:x.vueKey},()=>{l()});function l(){var x,k,B,_,W,V,q;switch((x=o.msSymbol)==null?void 0:x.type){case g.NoteHead:switch((k=o.msSymbol)==null?void 0:k.chronaxie){case v.whole:return o.msSymbol.options.highlight?i.value.active_noteHead_1.url:i.value.noteHead_1.url;case v.half:return o.msSymbol.options.highlight?i.value.active_noteHead_2.url:i.value.noteHead_2.url;case v.quarter:return o.msSymbol.options.highlight?i.value.active_noteHead_4.url:i.value.noteHead_4.url;default:return o.msSymbol.options.highlight?i.value.active_noteHead_4.url:i.value.noteHead_4.url}case g.Rest:switch((B=o.msSymbol)==null?void 0:B.chronaxie){case v.whole:return o.msSymbol.options.highlight?i.value.active_rest_1.url:i.value.rest_1.url;case v.half:return o.msSymbol.options.highlight?i.value.active_rest_2.url:i.value.rest_2.url;case v.quarter:return o.msSymbol.options.highlight?i.value.active_rest_4.url:i.value.rest_4.url;case v.eighth:return o.msSymbol.options.highlight?i.value.active_rest_8.url:i.value.rest_8.url;case v.sixteenth:return o.msSymbol.options.highlight?i.value.active_rest_16.url:i.value.rest_16.url;case v.thirtySecond:return o.msSymbol.options.highlight?i.value.active_rest_32.url:i.value.rest_32.url;case v.sixtyFourth:return o.msSymbol.options.highlight?i.value.active_rest_64.url:i.value.rest_64.url;case v.oneTwentyEighth:return o.msSymbol.options.highlight?i.value.active_rest_128.url:i.value.rest_128.url;case v.twoFiftySixth:return o.msSymbol.options.highlight?i.value.active_rest_256.url:i.value.rest_256.url;default:return o.msSymbol.options.highlight?i.value.active_rest_4.url:i.value.rest_4.url}case g.NoteStem:return o.msSymbol.options.highlight?i.value.active_noteStem.url:i.value.noteStem.url;case g.NoteTail:return"";case g.Clef:return"";case g.Clef_f:return"";case g.BarLine:{switch((_=o.msSymbol)==null?void 0:_.barLineType){case N.single:return o.msSymbol.options.highlight?i.value.active_barline_single.url:i.value.barline_single.url;case N.final:return o.msSymbol.options.highlight?i.value.active_barLine_final.url:i.value.barLine_final.url;case N.reverseFinal:return o.msSymbol.options.highlight?i.value.active_barline_reverseFinal.url:i.value.barline_reverseFinal.url;case N.startRepeatSign:return o.msSymbol.options.highlight?i.value.active_barline_startRepeatSign.url:i.value.barline_startRepeatSign.url;case N.endRepeatSign:return o.msSymbol.options.highlight?i.value.active_barLine_endRepeatSign.url:i.value.barLine_endRepeatSign.url}return""}case g.BarLine_f:{switch((W=o.msSymbol)==null?void 0:W.barLineType){case N.single:return o.msSymbol.options.highlight?i.value.active_barline_single.url:i.value.barline_single.url;case N.final:return o.msSymbol.options.highlight?i.value.activebarLine_final.url:i.value.barLine_final.url;case N.reverseFinal:return o.msSymbol.options.highlight?i.value.active_barline_reverseFinal.url:i.value.barline_reverseFinal.url;case N.startRepeatSign:return o.msSymbol.options.highlight?i.value.active_barline_startRepeatSign.url:i.value.barline_startRepeatSign.url;case N.endRepeatSign:return o.msSymbol.options.highlight?i.value.active_barLine_endRepeatSign.url:i.value.barLine_endRepeatSign.url}return console.error("未知的小节线类型",o.msSymbol),""}case g.KeySignature:return"";case g.TimeSignature:return"";case g.Accidental:{switch((V=o.msSymbol)==null?void 0:V.accidental){case p.Sharp:return o.msSymbol.options.highlight?i.value.active_accidental_sharp.url:i.value.accidental_sharp.url;case p.Flat:return o.msSymbol.options.highlight?i.value.active_accidental_flat.url:i.value.accidental_flat.url;case p.Natural:return o.msSymbol.options.highlight?i.value.active_accidental_nature.url:i.value.accidental_nature.url;case p.DoubleSharp:return o.msSymbol.options.highlight?i.value.active_accidental_doubleSharp.url:i.value.accidental_doubleSharp.url;case p.DoubleFlat:return o.msSymbol.options.highlight?i.value.active_accidental_doubleFlat.url:i.value.accidental_doubleFlat.url}return console.error("未知的变音符号",o.msSymbol),""}case g.NoteNumber:switch((q=o.msSymbol)==null?void 0:q.solmization){case L.DO:return o.msSymbol.options.highlight?i.value.active_number_1.url:i.value.number_1.url;case L.RE:return o.msSymbol.options.highlight?i.value.active_number_2.url:i.value.number_2.url;case L.MI:return o.msSymbol.options.highlight?i.value.active_number_3.url:i.value.number_3.url;case L.FA:return o.msSymbol.options.highlight?i.value.active_number_4.url:i.value.number_4.url;case L.SOL:return o.msSymbol.options.highlight?i.value.active_number_5.url:i.value.number_5.url;case L.LA:return o.msSymbol.options.highlight?i.value.active_number_6.url:i.value.number_6.url;case L.TI:return o.msSymbol.options.highlight?i.value.active_number_7.url:i.value.number_7.url;default:return o.msSymbol.options.highlight?i.value.active_number_1.url:i.value.number_1.url}case g.NoteDot:switch(o.msSymbol.octave){case 0:return i.value.noteDot_4.url;case 1:return i.value.noteDot_3.url;case 2:return i.value.noteDot_2.url;case 3:return i.value.noteDot_1.url;case 5:return i.value.noteDot_1.url;case 6:return i.value.noteDot_2.url;case 7:return i.value.noteDot_3.url;case 8:return i.value.noteDot_4.url;default:return""}case g.ChronaxieReducingLine:switch(o.msSymbol.chronaxie){case v.eighth:return i.value.chronaxieReducingLine_1.url;case v.sixteenth:return i.value.chronaxieReducingLine_2.url;case v.thirtySecond:return i.value.chronaxieReducingLine_3.url;case v.sixtyFourth:return i.value.chronaxieReducingLine_4.url;default:return""}case g.ChronaxieIncreasingLine:return o.msSymbol.options.highlight?i.value.active_chronaxieIncreasingLine.url:i.value.chronaxieIncreasingLine.url;default:return console.error("未知的符号类别",o.msSymbol),""}}const c=r.computed(()=>l()),s=r.ref(null),m=r.computed(()=>ue(o.msSymbol)),d=r.computed(()=>$(o.msSymbol,o.musicScore)),h=r.computed(()=>fe(o.msSymbol,o.msSymbolContainer,o.measure,o.singleStaff,o.musicScore,o.componentWidth)),u=r.computed(()=>nt(o.msSymbol,o.msSymbolContainer,o.measure,o.singleStaff,o.musicScore,o.slotLeft,o.measureWidth,o.componentWidth)),f=r.computed(()=>He(o.msSymbol,o.musicScore)),y=r.computed(()=>{var k;const x={width:`${h.value}px`,height:`${d.value}px`,position:"absolute",pointerEvents:"auto",left:u.value+"px",top:f.value+"px"};return(k=o.msSymbol)!=null&&k.type&&[g.KeySignature,g.TimeSignature,g.NoteTail].includes(o.msSymbol.type)&&(x.background="unset"),c.value&&a&&(x.mask=`url("${c.value}") no-repeat center`,x["mask-size"]="100% 100%",x.backgroundColor=o.msSymbol.options.highlight?o.msSymbol.options.highlightColor:o.msSymbol.options.color),x}),b=n;function I(x){b("msSymbolMouseDown",x,o.msSymbol)}function A(x){b("msSymbolMouseUp",x,o.msSymbol)}return r.onMounted(()=>{}),t({aspectRatio:m}),(x,k)=>{var B,_,W,V,q,oe,de;return((B=e.msSymbol)==null?void 0:B.type)===r.unref(g).Clef||((_=e.msSymbol)==null?void 0:_.type)===r.unref(g).Clef_f&&"clef"in e.msSymbol?r.withDirectives((r.openBlock(),r.createBlock(T0,{key:0,clef:e.msSymbol,musicScore:e.musicScore,style:r.normalizeStyle(y.value),onMouseup:r.withModifiers(A,["self"]),onMousedown:r.withModifiers(I,["self"])},null,8,["clef","musicScore","style"])),[[r.vShow,e.musicScore.showMode===r.unref(U).standardStaff]]):((W=e.msSymbol)==null?void 0:W.type)===r.unref(g).KeySignature?r.withDirectives((r.openBlock(),r.createBlock(H0,{key:1,keySignature:e.msSymbol,"measure-height":e.measureHeight,musicScore:e.musicScore,slotWidth:e.slotWidth,style:r.normalizeStyle(y.value),onMouseup:r.withModifiers(A,["self"]),onMousedown:r.withModifiers(I,["self"])},null,8,["keySignature","measure-height","musicScore","slotWidth","style"])),[[r.vShow,e.musicScore.showMode===r.unref(U).standardStaff]]):((V=e.msSymbol)==null?void 0:V.type)===r.unref(g).TimeSignature?r.withDirectives((r.openBlock(),r.createBlock(A0,{key:2,"measure-height":e.measureHeight,style:r.normalizeStyle(y.value),"time-signature":e.msSymbol,onMouseup:r.withModifiers(A,["self"]),onMousedown:r.withModifiers(I,["self"])},null,8,["measure-height","style","time-signature"])),[[r.vShow,e.musicScore.showMode===r.unref(U).standardStaff]]):((q=e.msSymbol)==null?void 0:q.type)===r.unref(g).NoteTail?r.withDirectives((r.openBlock(),r.createBlock(k0,{key:3,"component-width":e.componentWidth,measure:e.measure,"measure-width":e.measureWidth,"ms-symbol-container":e.msSymbolContainer,musicScore:e.musicScore,"next-container":e.nextContainer?e.nextContainer:null,noteHead:e.parentMsSymbol,noteTail:e.msSymbol,"pre-container":e.preContainer?e.preContainer:null,"single-staff":e.singleStaff,"slot-left":e.slotLeft},null,8,["component-width","measure","measure-width","ms-symbol-container","musicScore","next-container","noteHead","noteTail","pre-container","single-staff","slot-left"])),[[r.vShow,e.musicScore.showMode===r.unref(U).standardStaff]]):((oe=e.msSymbol)==null?void 0:oe.type)===r.unref(g).NoteStem&&r.unref(a)?r.withDirectives((r.openBlock(),r.createElementBlock("div",{key:4,ref_key:"msSymbolRef",ref:s,style:r.normalizeStyle(y.value),class:"msSymbol",onMouseup:r.withModifiers(A,["self"]),onMousedown:r.withModifiers(I,["self"])},null,36)),[[r.vShow,e.musicScore.showMode===r.unref(U).standardStaff]]):((de=e.msSymbol)==null?void 0:de.type)===r.unref(g).NoteStem?r.withDirectives((r.openBlock(),r.createElementBlock("img",{key:5,ref_key:"msSymbolRef",ref:s,src:c.value,style:r.normalizeStyle(y.value),class:"msSymbol",onMouseup:r.withModifiers(A,["self"]),onMousedown:r.withModifiers(I,["self"])},null,44,j0)),[[r.vShow,e.musicScore.showMode===r.unref(U).standardStaff]]):r.unref(a)?(r.openBlock(),r.createElementBlock("div",{key:6,ref_key:"msSymbolRef",ref:s,src:c.value,style:r.normalizeStyle(y.value),class:"msSymbol",onMouseup:r.withModifiers(A,["self"]),onMousedown:r.withModifiers(I,["self"])},null,44,P0)):(r.openBlock(),r.createElementBlock("img",{key:7,ref_key:"msSymbolRef",ref:s,src:c.value,style:r.normalizeStyle(y.value),class:"msSymbol",onMouseup:r.withModifiers(A,["self"]),onMousedown:r.withModifiers(I,["self"])},null,44,z0))}}}),ct=G(W0,[["__scopeId","data-v-f2b994c1"]]),F0=r.defineComponent({__name:"msSymbolSlot",props:{msSymbol:{type:Object,required:!0},msSymbolContainer:{type:Object,required:!0},preContainer:{type:Object},nextContainer:{type:Object},containerWidth:{type:Number,default:60,required:!0},measureHeight:{type:Number,default:60,required:!0},measure:{type:Object,required:!0},measureWidth:{type:Number,default:200,required:!0},componentWidth:{type:Number,default:1e3},componentHeight:{type:Number,default:800},singleStaff:{type:Object,required:!0},multipleStaves:{type:Object,required:!0},musicScore:{type:Object,default:{}}},emits:["msSymbolMouseDown","msSymbolMouseUp"],setup(e,{emit:t}){const n=e,o=r.computed(()=>!n.msSymbol||!n.measure||!n.singleStaff?(console.error("缺少必要的参数,坐标计算出错"),{}):{left:a.value+"px",height:n.measureHeight+"px",width:i.value+"px",top:l.value+"px",pointEvents:" none"});r.computed(()=>ue(n.msSymbol)),r.computed(()=>$(n.msSymbol,n.musicScore));const i=r.computed(()=>be(n.msSymbol,n.musicScore)),a=r.computed(()=>Re(n.msSymbol,n.msSymbolContainer,n.measure,n.singleStaff,n.musicScore,i.value,n.componentWidth)),l=r.computed(()=>ne(n.msSymbol,n.musicScore)),c=t;return(s,m)=>{var d;return r.openBlock(),r.createElementBlock("div",{style:r.normalizeStyle(o.value),class:"msSymbolSlot p-stackItem"},[e.msSymbol?(r.openBlock(),r.createBlock(ct,{key:0,ref:"mainMsSymbolRef",componentHeight:e.componentHeight,componentWidth:e.componentWidth,containerWidth:e.containerWidth,isMain:!0,measure:e.measure,"measure-width":e.measureWidth,measureHeight:e.measureHeight,"ms-symbol":e.msSymbol,msSymbolContainer:n.msSymbolContainer,musicScore:n.musicScore,nextContainer:n.nextContainer?n.nextContainer:null,preContainer:n.preContainer?n.preContainer:null,"single-staff":e.singleStaff,"slot-left":a.value,"slot-width":i.value,slotTop:l.value,onMsSymbolMouseDown:m[0]||(m[0]=(h,u)=>c("msSymbolMouseDown",h,u)),onMsSymbolMouseUp:m[1]||(m[1]=(h,u)=>c("msSymbolMouseUp",h,u))},null,8,["componentHeight","componentWidth","containerWidth","measure","measure-width","measureHeight","ms-symbol","msSymbolContainer","musicScore","nextContainer","preContainer","single-staff","slot-left","slot-width","slotTop"])):r.createCommentVNode("",!0),(d=e.msSymbol)!=null&&d.msSymbolArray?(r.openBlock(!0),r.createElementBlock(r.Fragment,{key:1},r.renderList(e.msSymbol.msSymbolArray,h=>(r.openBlock(),r.createBlock(ct,{componentHeight:e.componentHeight,componentWidth:e.componentWidth,containerWidth:e.containerWidth,isMain:!1,measure:e.measure,"measure-width":e.measureWidth,measureHeight:e.measureHeight,"ms-symbol":h,msSymbolContainer:n.msSymbolContainer,musicScore:n.musicScore,nextContainer:n.nextContainer?n.nextContainer:null,"parent-ms-symbol":e.msSymbol,preContainer:n.preContainer?n.preContainer:null,"single-staff":e.singleStaff,"slot-left":a.value,"slot-top":l.value,"slot-width":i.value,onMsSymbolMouseDown:m[2]||(m[2]=(u,f)=>c("msSymbolMouseDown",u,f)),onMsSymbolMouseUp:m[3]||(m[3]=(u,f)=>c("msSymbolMouseUp",u,f))},null,8,["componentHeight","componentWidth","containerWidth","measure","measure-width","measureHeight","ms-symbol","msSymbolContainer","musicScore","nextContainer","parent-ms-symbol","preContainer","single-staff","slot-left","slot-top","slot-width"]))),256)):r.createCommentVNode("",!0)],4)}}}),V0=G(F0,[["__scopeId","data-v-a3db67c4"]]),Z0=r.defineComponent({__name:"msSymbolContainer",props:{msSymbolContainer:{type:Object,required:!0},preContainer:{type:Object},nextContainer:{type:Object},measureHeight:{type:Number,required:!0},measure:{type:Object,required:!0},measureWidth:{type:Number,required:!0},componentWidth:{type:Number,required:!0},componentHeight:{type:Number,required:!0},singleStaff:{type:Object,required:!0},multipleStaves:{type:Object,required:!0},musicScore:{type:Object,required:!0}},emits:["msSymbolMouseDown","msSymbolMouseUp"],setup(e,{emit:t}){const n=e,o=r.computed(()=>!n.msSymbolContainer||!n.measure||!n.singleStaff?(console.error("缺少必要的参数,坐标计算出错"),{}):{left:a.value+"px",height:n.measureHeight+"px",width:i.value+"px",bottom:"0px",pointerEvents:"none"}),i=r.computed(()=>E(n.msSymbolContainer,n.measure,n.singleStaff,n.musicScore,n.componentWidth)),a=r.computed(()=>ot(n.msSymbolContainer,n.measure,n.singleStaff,n.musicScore,n.measureWidth)),l=t;return(c,s)=>{var m;return r.openBlock(),r.createElementBlock("div",{style:r.normalizeStyle(o.value),class:"msSymbolContainer"},[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList((m=e.msSymbolContainer)==null?void 0:m.msSymbolArray,d=>(r.openBlock(),r.createBlock(V0,{componentHeight:e.componentHeight,componentWidth:e.componentWidth,containerWidth:i.value,measure:n.measure,measureHeight:n.measureHeight,measureWidth:n.measureWidth,msSymbol:d,msSymbolContainer:n.msSymbolContainer,multipleStaves:n.multipleStaves,musicScore:n.musicScore,nextContainer:n.nextContainer?n.nextContainer:null,preContainer:n.preContainer?n.preContainer:null,singleStaff:n.singleStaff,onMsSymbolMouseDown:(h,u)=>l("msSymbolMouseDown",h,u),onMsSymbolMouseUp:(h,u)=>l("msSymbolMouseUp",h,u)},null,8,["componentHeight","componentWidth","containerWidth","measure","measureHeight","measureWidth","msSymbol","msSymbolContainer","multipleStaves","musicScore","nextContainer","preContainer","singleStaff","onMsSymbolMouseDown","onMsSymbolMouseUp"]))),256))],4)}}}),O0=G(Z0,[["__scopeId","data-v-0581bfa9"]]),Q0=["d"],q0=["x","y"],U0=r.defineComponent({__name:"volta",props:{volta:{type:Object,required:!0},position:{type:Object,default:()=>({startPoint:{x:0,y:0},endPoint:{x:0,y:0}})}},setup(e){const t=e,n=r.computed(()=>{var a,l,c,s;return{startPoint:{x:t.position.startPoint.x+((a=t.volta)==null?void 0:a.options.offset.startPoint.x),y:t.position.startPoint.y+((l=t.volta)==null?void 0:l.options.offset.startPoint.y)},endPoint:{x:t.position.endPoint.x+((c=t.volta)==null?void 0:c.options.offset.endPoint.x),y:t.position.endPoint.y+((s=t.volta)==null?void 0:s.options.offset.endPoint.y)}}}),o=r.computed(()=>{const{startPoint:a,endPoint:l}=n.value;a.y;const c=4;return`
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
`});return(u,f)=>(r.openBlock(),r.createElementBlock(r.Fragment,null,[r.createElementVNode("path",{d:h.value,fill:"transparent",stroke:"black","stroke-dasharray":"4","stroke-width":"1"},null,8,J0),r.renderSlot(u.$slots,"default",{},void 0,!0),(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(d.value,(y,b)=>(r.openBlock(),r.createElementBlock("circle",{key:b,cx:y.x,cy:y.y,r:n.boxSize/2,fill:"white",stroke:"#666","stroke-width":"1",style:{cursor:"grab"},onPointerdown:I=>c(I,b)},null,40,E0))),128))],64))}}),en=G(Y0,[["__scopeId","data-v-1b2a89b1"]]),tn=["d"],nn=["cx","cy","r","onPointerdown"],on=r.defineComponent({__name:"rectDragBox",props:{boxSize:{type:Number,default:10},modelValue:{type:Object,required:!0},position:{type:Object,default:()=>({startPoint:{x:0,y:0},endPoint:{x:0,y:0}})}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,o=t;let i=!1,a="";function l(u){return{x:u.offsetX,y:u.offsetY}}function c(u,f){i=!0,a=f,u.target.setPointerCapture(u.pointerId)}function s(u){if(!i||!a)return;const f=n.modelValue[a],y=l(u),b=n.position[a].x,I=n.position[a].y;f.x=y.x-b,f.y=y.y-I,o("update:modelValue",{...n.modelValue})}function m(){i=!1,a=""}r.onMounted(()=>{document.addEventListener("pointermove",s),document.addEventListener("pointerup",m)}),r.onBeforeUnmount(()=>{document.removeEventListener("pointermove",s),document.removeEventListener("pointerup",m)});const d=r.computed(()=>({startPoint:{x:n.position.startPoint.x+n.modelValue.startPoint.x,y:n.position.startPoint.y+n.modelValue.startPoint.y},endPoint:{x:n.position.endPoint.x+n.modelValue.endPoint.x,y:n.position.endPoint.y+n.modelValue.endPoint.y}})),h=r.computed(()=>{const u=d.value.startPoint,f=d.value.endPoint,y=Math.min(u.x,f.x),b=Math.min(u.y,f.y),I=Math.abs(f.x-u.x),A=Math.abs(f.y-u.y);return`M ${y} ${b} H ${y+I} V ${b+A} H ${y} Z`});return(u,f)=>(r.openBlock(),r.createElementBlock(r.Fragment,null,[r.createElementVNode("path",{d:h.value,fill:"transparent",stroke:"black","stroke-dasharray":"4","stroke-width":"1"},null,8,tn),r.renderSlot(u.$slots,"default",{},void 0,!0),(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(d.value,(y,b)=>(r.openBlock(),r.createElementBlock("circle",{key:b,cx:y.x,cy:y.y,r:n.boxSize/2,fill:"white",stroke:"#666","stroke-width":"1",style:{cursor:"grab"},onPointerdown:I=>c(I,b)},null,40,nn))),128))],64))}}),rn=G(on,[["__scopeId","data-v-edd33ee1"]]);function an(e,t,n,o,i){const a=Ae(e.startTargetId,t.map),l=Ae(e.endTargetId,t.map);if(!a||!l)return console.error("获取不到绑定元素",a,l);if(a.msTypeName!==O.Measure||l.msTypeName!==O.Measure)return console.error("volta绑定元素错误");if(a.index.multipleStavesIndex!==l.index.multipleStavesIndex){console.error("反复符号绑定小节有误");return}n.startPoint.x=Be(a,t,o),n.endPoint.x=n.startPoint.x,Ft(a.index,l.index,t,(c,s,m)=>{n.endPoint.x+=se(c,s,t,o);const d=et(c,t),h=Ye(c,t),u=t.measureHeight;n.startPoint.y=Math.min(d,h+d-u)}),n.endPoint.y=n.startPoint.y+t.measureHeight}function ln(e,t,n,o,i){const a=Ae(e.startTargetId,t.map),l=Ae(e.endTargetId,t.map);if(!a||!l)return console.error("获取不到绑定元素",a,l);if(a.msTypeName!==O.MsSymbol||l.msTypeName!==O.MsSymbol)return console.error("volta绑定元素错误");if(a.index.multipleStavesIndex!==l.index.multipleStavesIndex){console.error("反复符号绑定小节有误");return}t.measureHeight;const c=j(a.index,t),s=c.msSymbolContainer,m=c.measure,d=c.singleStaff,h=j(l.index,t),u=h.msSymbolContainer,f=h.measure,y=h.singleStaff;if(!s||!m||!d){console.error("索引数据出错,连音线rect计算失败");return}if(!u||!f||!y){console.error("索引数据出错,连音线rect计算失败");return}const b=be(a,t,!0),I=se(m,d,t,o),A=Oe(a,s,m,d,t,b,I,o),x=Be(m,t,o),k=et(m,t),B=vt(s,u,t),_=be(l,t,!0),W=se(f,y,t,o),V=Oe(l,u,f,y,t,_,W,o),q=Be(f,t,o),oe=x+A+b/2,de=q+V+_/2,Ce=20;n.startPoint.x=oe,n.startPoint.y=B+k-Ce,n.endPoint.x=de,n.endPoint.y=n.startPoint.y;const Ie=20+Ce;n.leftSlope.x=n.startPoint.x,n.leftSlope.y=n.startPoint.y-Ie,n.rightSlope.x=n.endPoint.x,n.rightSlope.y=n.endPoint.y-Ie}const sn=r.defineComponent({__name:"spanSymbol",props:{spanSymbol:{type:Object,required:!0},musicScore:{type:Object,default:{}},componentWidth:{type:Number,default:1e3},componentHeight:{type:Number,default:800}},emits:["spanSymbolMouseDown","spanSymbolMouseUp"],setup(e,{emit:t}){const n=e;r.inject("msState");function o(m,d,h,u){switch(m.type){case me.volta:{an(m,d,s.value,h);break}case me.slur:{ln(m,d,c.value,h);break}}}const i=t;function a(m){i("spanSymbolMouseDown",m,n.spanSymbol)}function l(m){i("spanSymbolMouseUp",m,n.spanSymbol)}r.onBeforeMount(()=>{o(n.spanSymbol,n.musicScore,n.componentWidth,n.componentHeight)});const c=r.ref({startPoint:{x:0,y:0},endPoint:{x:0,y:0},leftSlope:{x:0,y:0},rightSlope:{x:0,y:0}}),s=r.ref({startPoint:{x:0,y:0},endPoint:{x:0,y:0}});return(m,d)=>(r.openBlock(),r.createElementBlock(r.Fragment,null,[e.spanSymbol&&e.spanSymbol.type===r.unref(me).slur&&e.spanSymbol.options.offset?(r.openBlock(),r.createBlock(en,{key:0,modelValue:e.spanSymbol.options.offset,"onUpdate:modelValue":d[0]||(d[0]=h=>e.spanSymbol.options.offset=h),position:c.value},{default:r.withCtx(()=>[r.createVNode(X0,{position:c.value,slur:e.spanSymbol,onMousedown:r.withModifiers(a,["self"]),onMouseup:r.withModifiers(l,["self"])},null,8,["position","slur"])]),_:1},8,["modelValue","position"])):r.createCommentVNode("",!0),e.spanSymbol&&e.spanSymbol.type===r.unref(me).volta?(r.openBlock(),r.createBlock(rn,{key:1,modelValue:e.spanSymbol.options.offset,"onUpdate:modelValue":d[1]||(d[1]=h=>e.spanSymbol.options.offset=h),position:s.value},{default:r.withCtx(()=>[r.createVNode(G0,{position:s.value,volta:e.spanSymbol,onMousedown:r.withModifiers(a,["self"]),onMouseup:r.withModifiers(l,["self"])},null,8,["position","volta"])]),_:1},8,["modelValue","position"])):r.createCommentVNode("",!0)],64))}});function pe(e,t){t.value&&(t.value.options.highlight=!1),e.options.highlight=!0,t.value=e}const ae={startX:0,startY:0,originRegion:{region:M.Main,type:T.Space,index:1}};function Ct(e,t,n,o){if(n.value)switch(n.value.msTypeName){case O.MsSymbol:{const i=n.value;if(i.type===g.NoteHead){const a=e.clientY-ae.startY,l=Math.floor(a/t*8),c=Q(ae.originRegion)-l;i.region=Fe(c);const s=i.msSymbolArray.find(y=>y.type===g.NoteStem),m=i.msSymbolArray.find(y=>y.type===g.NoteTail),d=j(i.index,o).measure;if(!d){console.error("measure不存在,音符移动事件出错");return}const h=we(i.beamId,d);if([v.whole,v.half,v.quarter].includes(i.chronaxie)||h.length<2){const y=Q(i.region);s&&y>=4&&s.direction!=="down"?Ve("down",s):s&&y<4&&s.direction!=="up"&&Ve("up",s),m&&y>=4&&m.direction!=="down"?Ze("down",m):m&&y<4&&m.direction!=="up"&&Ze("up",m)}else{const y=j(i.index,o).measure;y&&Xt(i.beamId,y)}const u=j(n.value.index,o).singleStaff;if(!u)return console.error("找不到单谱表,跨小节符号更新失败");const f=Ue(u);Ge(f,o)}break}}}function cn(e,t,n){if(t.value)switch(t.value.msTypeName){case O.MsSymbol:{t.value.options.highlight=!1,t.value=null;break}case O.Measure:}}function It(e,t){if(!t.msState.currentSelected.value||t.msState.mode.value!==Y.edit||t.msState.currentSelected.value.msTypeName!==O.Measure)return;const n=t.msState.currentResevedType.value;if(n===te.note){let o=null;const i=t.msState.reserveMsSymbolMap.value.get(te.note);i&&"chronaxie"in i&&(o=i.chronaxie);const a=F({type:g.NoteHead,region:t.msSymbolInformation.region,chronaxie:o||v.quarter}),l=_e({});if(["front"].includes(t.virtualSymbolContainerType))l.msSymbolArray.push(a),t.msData.msSymbolContainer?ie(l,t.msData.msSymbolContainer,t.msData.musicScore,"before"):ie(l,t.msData.measure,t.msData.musicScore,"before");else if(["end","middle"].includes(t.virtualSymbolContainerType)){if(l.msSymbolArray.push(a),!t.msData.msSymbolContainer)return console.error("没有作为对照的符号容器,符号容器添加失败");ie(l,t.msData.msSymbolContainer,t.msData.musicScore,"after")}else if(["self"].includes(t.virtualSymbolContainerType)){if(!t.msData.msSymbolContainer)return console.error("没有作为对照的符号容器,符号添加失败");const c=t.msData.msSymbolContainer.msSymbolArray.find(s=>s.type===g.NoteHead&&Q(s.region)===Q(a.region));c?Ne(e,t.msState.mode,t.msState.currentSelected,c):he(a,t.msData.msSymbolContainer,t.msData.musicScore,"after")}}else if(n===te.rest){let o=null;const i=t.msState.reserveMsSymbolMap.value.get(te.rest);i&&"chronaxie"in i&&(o=i.chronaxie);const a=F({type:g.Rest,chronaxie:o||v.quarter}),l=_e({});if(["front"].includes(t.virtualSymbolContainerType))l.msSymbolArray.push(a),t.msData.msSymbolContainer?ie(l,t.msData.msSymbolContainer,t.msData.musicScore,"before"):ie(l,t.msData.measure,t.msData.musicScore,"before");else if(["end","middle"].includes(t.virtualSymbolContainerType)){if(l.msSymbolArray.push(a),!t.msData.msSymbolContainer)return console.error("没有作为对照的符号容器,符号容器添加失败");ie(l,t.msData.msSymbolContainer,t.msData.musicScore,"after")}else if(["self"].includes(t.virtualSymbolContainerType)){if(!t.msData.msSymbolContainer)return console.error("没有作为对照的符号容器,符号添加失败");const c=t.msData.msSymbolContainer.msSymbolArray.find(s=>s.type===g.Rest);c?Ne(e,t.msState.mode,t.msState.currentSelected,c):he(a,t.msData.msSymbolContainer,t.msData.musicScore,"after")}}}function Mt(e,t,n,o){t.value===Y.edit&&pe(o,n)}function un(e,t,n,o){}function Ne(e,t,n,o){o.type===g.NoteHead&&(ae.originRegion=o.region),t.value===Y.edit&&pe(o,n)}function dn(e,t,n,o){}function kt(e,t,n,o){t.value===Y.edit&&pe(o,n)}function Lt(e,t,n,o){t.value===Y.edit&&pe(o,n)}function At(e,t,n,o){t.value===Y.edit&&pe(o,n)}const mn=Object.freeze(Object.defineProperty({__proto__:null,eventConstant:ae,handleMouseMoveSelected:Ct,handleMouseUpSelected:cn,measureMouseDown:kt,msSymbolMouseDown:Ne,msSymbolMouseUp:dn,multipleStavesMouseDown:At,select:pe,singleStaffMouseDown:Lt,spanSymbolMouseDown:Mt,spanSymbolMouseUp:un,virtualSymbolMouseDown:It},Symbol.toStringTag,{value:"Module"})),gn=r.defineComponent({__name:"virtualSymbolContainer",props:{ind:{},msSymbolContainer:{type:Object},measureHeight:{type:Number,default:60,required:!0},type:{type:String,required:!0},measure:{type:Object,required:!0},measureWidth:{type:Number,default:200},componentWidth:{type:Number,default:1e3},componentHeight:{type:Number,default:800},singleStaff:{type:Object,required:!0},multipleStaves:{type:Object,required:!0},musicScore:{type:Object,default:{}}},setup(e){const t=e,{svgSkin:n,isOriginSkin:o}=r.inject("skin"),i=r.computed(()=>n.value.noteHead_1.url),a=r.computed(()=>({left:c.value+"px",height:t.measureHeight*3+"px",width:l.value+"px",bottom:-t.measureHeight+"px"}));r.computed(()=>0);const l=r.computed(()=>t.msSymbolContainer?E(t.msSymbolContainer,t.measure,t.singleStaff,t.musicScore,t.componentWidth)/3:se(t.measure,t.singleStaff,t.musicScore,t.componentWidth)),c=r.computed(()=>{let x=0;if(t.msSymbolContainer){t.msSymbolContainer.type;const k=J(t.measure,t.measureHeight),B=le(t.measure),_=le(t.measure,t.msSymbolContainer),W=J(t.measure,t.measureHeight,"front");x=(t.measureWidth-k)/B*_+W-l.value/2,["middle"].includes(t.type)?x+=E(t.msSymbolContainer,t.measure,t.singleStaff,t.musicScore,t.componentWidth):["end"].includes(t.type)?x+=E(t.msSymbolContainer,t.measure,t.singleStaff,t.musicScore,t.componentWidth)*3/4:["front"].includes(t.type)?x+=E(t.msSymbolContainer,t.measure,t.singleStaff,t.musicScore,t.componentWidth)/4:["self"].includes(t.type)&&(x+=E(t.msSymbolContainer,t.measure,t.singleStaff,t.musicScore,t.componentWidth)*2/4)}else x=t.measureWidth/2-l.value/2;return x}),s=r.ref(t.measureHeight);function m(x){const B=x.currentTarget.getBoundingClientRect();s.value=B.height-x.clientY+B.top-t.measureHeight/8}const d=r.inject("msState");function h(x){It(x,{msState:d,virtualSymbolContainerType:t.type,msData:{musicScore:t.musicScore,msSymbolContainer:t.msSymbolContainer||null,measure:t.measure,singleStaff:t.singleStaff,multipleStaves:t.multipleStaves},msSymbolInformation:{region:Fe(b.value)}})}const u=r.computed(()=>1),f=r.computed(()=>t.measureHeight*.25),y=r.computed(()=>f.value*u.value);r.computed(()=>0);const b=r.computed(()=>+((s.value-t.measureHeight)/(t.measureHeight/8)).toFixed(0)+1),I=r.computed(()=>Je(Fe(b.value),t.measureHeight)+t.measureHeight),A=r.computed(()=>{const x={width:`${y.value}px`,height:`${f.value}px`,position:"absolute",left:l.value/2-y.value/2+"px",top:I.value+"px",background:"blue"};return i.value&&(x.mask=`url("${i.value}") center center / cover no-repeat`),x});return r.onMounted(()=>{}),(x,k)=>(r.openBlock(),r.createElementBlock("div",{style:r.normalizeStyle(a.value),class:"vitrualSymbolContainer",onMousedown:h,onMousemove:m},[r.createElementVNode("div",{ref:"vitrualSymbolRef",style:r.normalizeStyle(A.value),class:"vitrualSymbol"},null,4)],36))}}),Me=G(gn,[["__scopeId","data-v-9c8f213c"]]),hn="data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiDQogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgICAgd2lkdGg9IjMwIiBoZWlnaHQ9IjUwIg0KICAgICB2aWV3Qm94PSIwIDAgMzAgNTAiPg0KICAgIDwhLS0geSDorr7kuLogMjDvvIzorqnmloflrZfokL3lnKjlj6/op4HojIPlm7QgLS0+DQogICAgPHRleHQgeD0iLTIiIHk9IjQ4IiBmb250LXNpemU9IjcwIiBmaWxsPSJibGFjayI+MTwvdGV4dD4NCjwvc3ZnPg0K",fn="data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiDQogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgICAgd2lkdGg9IjMwIiBoZWlnaHQ9IjUwIg0KICAgICB2aWV3Qm94PSIwIDAgMzAgNTAiPg0KICAgIDwhLS0geSDorr7kuLogMjDvvIzorqnmloflrZfokL3lnKjlj6/op4HojIPlm7QgLS0+DQogICAgPHRleHQgeD0iLTIiIHk9IjQ4IiBmb250LXNpemU9IjcwIiBmaWxsPSJibGFjayI+MjwvdGV4dD4NCjwvc3ZnPg0K",pn="data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiDQogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgICAgd2lkdGg9IjMwIiBoZWlnaHQ9IjUwIg0KICAgICB2aWV3Qm94PSIwIDAgMzAgNTAiPg0KICAgIDwhLS0geSDorr7kuLogMjDvvIzorqnmloflrZfokL3lnKjlj6/op4HojIPlm7QgLS0+DQogICAgPHRleHQgeD0iLTIiIHk9IjQ4IiBmb250LXNpemU9IjcwIiBmaWxsPSJibGFjayI+MzwvdGV4dD4NCjwvc3ZnPg0K",yn="data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiDQogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgICAgd2lkdGg9IjMwIiBoZWlnaHQ9IjUwIg0KICAgICB2aWV3Qm94PSIwIDAgMzAgNTAiPg0KICAgIDwhLS0geSDorr7kuLogMjDvvIzorqnmloflrZfokL3lnKjlj6/op4HojIPlm7QgLS0+DQogICAgPHRleHQgeD0iLTIiIHk9IjQ4IiBmb250LXNpemU9IjcwIiBmaWxsPSJibGFjayI+NDwvdGV4dD4NCjwvc3ZnPg0K",vn="data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiDQogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgICAgd2lkdGg9IjMwIiBoZWlnaHQ9IjUwIg0KICAgICB2aWV3Qm94PSIwIDAgMzAgNTAiPg0KICAgIDwhLS0geSDorr7kuLogMjDvvIzorqnmloflrZfokL3lnKjlj6/op4HojIPlm7QgLS0+DQogICAgPHRleHQgeD0iLTIiIHk9IjQ4IiBmb250LXNpemU9IjcwIiBmaWxsPSJibGFjayI+NTwvdGV4dD4NCjwvc3ZnPg0K",Sn="data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiDQogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgICAgd2lkdGg9IjMwIiBoZWlnaHQ9IjUwIg0KICAgICB2aWV3Qm94PSIwIDAgMzAgNTAiPg0KICAgIDwhLS0geSDorr7kuLogMjDvvIzorqnmloflrZfokL3lnKjlj6/op4HojIPlm7QgLS0+DQogICAgPHRleHQgeD0iLTIiIHk9IjQ4IiBmb250LXNpemU9IjcwIiBmaWxsPSJibGFjayI+NjwvdGV4dD4NCjwvc3ZnPg0K",bn="data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiDQogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgICAgd2lkdGg9IjMwIiBoZWlnaHQ9IjUwIg0KICAgICB2aWV3Qm94PSIwIDAgMzAgNTAiPg0KICAgIDwhLS0geSDorr7kuLogMjDvvIzorqnmloflrZfokL3lnKjlj6/op4HojIPlm7QgLS0+DQogICAgPHRleHQgeD0iLTIiIHk9IjQ4IiBmb250LXNpemU9IjcwIiBmaWxsPSJibGFjayI+NzwvdGV4dD4NCjwvc3ZnPg0K",xn="data:image/svg+xml,%3csvg%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20width='30'%20height='60'%20viewBox='0%20-100%20300%20485'%3e%3cg%20id='XMLID_516_'%20transform='translate(0,%20142.5)%20scale(1,1.8)%20translate(0,%20-142.5)%20'%3e%3crect%20id='XMLID_517_'%20y='7.5'%20width='60'%20height='270'/%3e%3crect%20id='XMLID_518_'%20x='90'%20y='7.5'%20width='30'%20height='270'/%3e%3cpath%20id='XMLID_519_'%20d='M225,157.428v-29.855c33.084,0,60-26.916,60-60c0-33.084-26.916-60-60-60%20c-31.424,0-57.18,23.901-59.779,54.892c-0.02,0.158-0.173,1.825-0.173,2.515c0,0.031,0.005,0.06,0.005,0.091%20c-0.001,0.024-0.004,0.047-0.005,0.071l0.009,0.001c0.088,10.97,9,19.837,19.991,19.837c11.046,0,20-8.954,20-20%20c0-5.252-2.041-10.017-5.353-13.586c5.326-8.344,14.666-13.821,25.305-13.821c16.542,0,30,13.458,30,30c0,16.542-13.458,30-30,30%20V82.5l-75,60l75,60v-15.072c16.542,0,30,13.458,30,29.999c0,16.542-13.458,30.001-30,30.001c-10.639,0-19.979-5.477-25.305-13.821%20c3.312-3.569,5.353-8.333,5.353-13.586c0-11.046-8.954-20-20-20c-10.991,0-19.903,8.868-19.991,19.837l-0.009,0.001%20c0.001,0.024,0.004,0.047,0.005,0.071c0,0.031-0.005,0.06-0.005,0.091c0,0.69,0.153,2.357,0.173,2.515%20c2.6,30.991,28.355,54.892,59.779,54.892c33.084,0,60-26.916,60-60.001C285,184.343,258.084,157.428,225,157.428z'/%3e%3c/g%3e%3c/svg%3e",wn="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20x='0px'%20y='0px'%20viewBox='0%200%20110%20108'%20style='enable-background:new%200%200%20270%20270;'%20xml:space='preserve'%3e%3cg%20id='XMLID_520_'%3e%3cpath%20id='Vector'%20d='M102.654%2023.3828C106.677%2023.3828%20109.838%2020.5407%20109.838%2016.9234C109.838%2013.3062%20106.677%2010.4641%20102.654%2010.4641C98.6315%2010.4641%2095.4707%2013.3062%2095.4707%2016.9234C95.4707%2020.5407%2098.4878%2023.3828%20102.654%2023.3828ZM102.654%2042.7608C98.6315%2042.7608%2095.4707%2045.6029%2095.4707%2049.2201C95.4707%2052.8373%2098.6315%2055.6794%20102.654%2055.6794C106.677%2055.6794%20109.838%2052.8373%20109.838%2049.2201C109.838%2045.6029%20106.677%2042.7608%20102.654%2042.7608ZM40.2996%200C21.7656%200%204.9557%2011.756%204.9557%2027.1292C4.9557%2037.2057%2010.8854%2044.9704%2020.0415%2045.732C40.8212%2047.4606%2046.2348%2021.2964%2024.0644%2020.0239C18.1738%2020.0239%2013.5762%2024.1579%2014.0072%2024.1579C13.2888%2024.1579%2013.0015%2023.512%2013.0015%2022.0909C13.0015%2012.9187%2025.7885%204.13397%2037.5698%204.13397C54.0924%204.13397%2064.5806%2016.5359%2064.5806%2033.0718C64.5806%2053.6124%2051.2189%2076.4785%2029.9551%2093.6603C25.7782%2097.0308%2017.2127%20101.693%208.71847%20105.08C7.61003%20105.522%207.94765%20107.002%209.11336%20106.747C39.4552%20100.11%2083.2583%2069.2189%2083.2583%2038.3684C83.1147%2021.0574%2074.3505%20-2.37683e-07%2040.2996%200Z'%20fill='black'/%3e%3c/g%3e%3c/svg%3e",Cn="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2018.1.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20x='0px'%20y='0px'%20width='30'%20height='50'%20viewBox='0%200%2095%20248'%20style='enable-background:new%200%200%2025.8%2025.8;'%20xml:space='preserve'%3e%3cg%3e%3cpath%20id='Vector'%20d='M58.2521%20128.588L52.5358%20100.789C71.9986%2084.2187%2080.9814%2066.5533%2080.9814%2047.2446C80.9814%2032.3181%2075.1289%2016.5699%2063.1519%200C49.6777%2010.9553%2041.9198%2032.7289%2041.9198%2056.1458C41.9198%2064.4992%2043.0086%2072.4417%2044.7779%2080.1104C14.9713%20105.308%200%20128.451%200%20149.676C0%20174.6%2025.5874%20195.278%2053.2163%20195.278C59.341%20195.278%2063.9685%20194.319%2068.1877%20192.265L73.2235%20216.641C76.0308%20232.176%2060.9865%20244.44%2046.4112%20244.44C42.0559%20244.44%2037.8367%20243.344%2034.0258%20241.427C44.0974%20240.331%2051.7192%20234.169%2051.7192%20225.131C51.7192%20217.051%2045.1862%20208.698%2036.7479%20208.698C27.2206%20208.698%2020.6877%20216.093%2020.6877%20225.679C20.6877%20239.099%2031.5759%20248%2044.6418%20248C62.1991%20248%2077.0344%20236.497%2077.0344%20220.064C77.0344%20216.504%2071.5903%20191.991%2071.4542%20191.17C85.4728%20184.322%2095%20172.272%2095%20159.399C94.8431%20138.883%2077.0476%20126.943%2058.2521%20128.588ZM65.4656%2018.7609C71.9195%2018.7609%2074.3123%2029.9375%2074.3123%2034.9199C74.3123%2047.6554%2065.3295%2062.0342%2047.6361%2077.7824C44.0453%2063.3306%2046.2924%2018.7609%2065.4656%2018.7609ZM12.1132%20156.66C12.1132%20139.132%2025.043%20121.056%2049.5415%20102.706L54.9857%20128.998C41.3754%20131.874%2029.8066%20143.514%2029.8066%20156.523C29.8066%20167.616%2037.7006%20175.284%2049.4054%20177.202C42.192%20172.683%2038.6533%20167.068%2038.6533%20160.358C38.6533%20151.32%2047.0917%20144.61%2057.8438%20143.103L67.235%20188.431C45.0494%20200.606%2012.1132%20182.493%2012.1132%20156.66ZM70.5014%20186.65L61.2464%20142.692C73.7567%20141.724%2083.5673%20151.091%2083.5673%20164.055C83.5673%20172.683%2079.0759%20180.214%2070.5014%20186.65Z'%20fill='black'/%3e%3c/g%3e%3c/svg%3e",In="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='500'%20height='80'%3e%3cline%20x1='0'%20y1='0'%20x2='500'%20y2='000'%20stroke='white'%20stroke-width='1'%3e%3c/line%3e%3cline%20x1='0'%20y1='80'%20x2='500'%20y2='80'%20stroke='white'%20stroke-width='1'%3e%3c/line%3e%3c/svg%3e",Mn="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='500'%20height='80'%3e%3cline%20x1='0'%20y1='0'%20x2='500'%20y2='000'%20stroke='black'%20stroke-width='1'%3e%3c/line%3e%3cline%20x1='0'%20y1='20'%20x2='500'%20y2='20'%20stroke='black'%20stroke-width='1'%3e%3c/line%3e%3cline%20x1='0'%20y1='40'%20x2='500'%20y2='40'%20stroke='black'%20stroke-width='1'%3e%3c/line%3e%3cline%20x1='0'%20y1='60'%20x2='500'%20y2='60'%20stroke='black'%20stroke-width='1'%3e%3c/line%3e%3cline%20x1='0'%20y1='80'%20x2='500'%20y2='80'%20stroke='black'%20stroke-width='1'%3e%3c/line%3e%3c/svg%3e",kn="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='0%200%20130%20400'%20width='130'%20height='400'%3e%3cg%3e%3c!--%20细线(左)%20--%3e%3cline%20x1='60'%20x2='60'%20y1='0'%20y2='400'%20stroke='black'%20stroke-width='20'/%3e%3c!--%20粗线(右)%20--%3e%3cline%20x1='110'%20x2='110'%20y1='0'%20y2='400'%20stroke='black'%20stroke-width='40'/%3e%3c!--%20左侧两个实心小圆点%20--%3e%3c!--%20五线谱高度200时的点位比例换算到400高度时翻倍%20--%3e%3ccircle%20cx='25'%20cy='150'%20r='12.5'%20fill='black'/%3e%3ccircle%20cx='25'%20cy='250'%20r='12.5'%20fill='black'/%3e%3c/g%3e%3c/svg%3e",Ln="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='0%200%20130%20400'%20width='130'%20height='400'%3e%3cg%3e%3c!--%20细线(左)%20--%3e%3cline%20x1='60'%20x2='60'%20y1='0'%20y2='400'%20stroke='black'%20stroke-width='20'/%3e%3c!--%20粗线(右)%20--%3e%3cline%20x1='110'%20x2='110'%20y1='0'%20y2='400'%20stroke='black'%20stroke-width='40'/%3e%3c/g%3e%3c/svg%3e",An="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='0%200%20130%20400'%20width='130'%20height='400'%3e%3cg%20transform='scale(-1,1)%20translate(-130,0)'%3e%3c!--%20细线(左)%20--%3e%3cline%20x1='60'%20x2='60'%20y1='0'%20y2='400'%20stroke='black'%20stroke-width='20'/%3e%3c!--%20粗线(右)%20--%3e%3cline%20x1='110'%20x2='110'%20y1='0'%20y2='400'%20stroke='black'%20stroke-width='40'/%3e%3c/g%3e%3c/svg%3e",_n="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='100'%20height='800'%3e%3crect%20width='100'%20height='800'/%3e%3c/svg%3e",Bn="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='0%200%20130%20400'%20width='130'%20height='400'%3e%3cg%20transform='scale(-1,1)%20translate(-130,0)'%3e%3c!--%20细线(左)%20--%3e%3cline%20x1='60'%20x2='60'%20y1='0'%20y2='400'%20stroke='black'%20stroke-width='20'/%3e%3c!--%20粗线(右)%20--%3e%3cline%20x1='110'%20x2='110'%20y1='0'%20y2='400'%20stroke='black'%20stroke-width='40'/%3e%3c!--%20左侧两个实心小圆点%20--%3e%3c!--%20五线谱高度200时的点位比例换算到400高度时翻倍%20--%3e%3ccircle%20cx='25'%20cy='150'%20r='12.5'%20fill='black'/%3e%3ccircle%20cx='25'%20cy='250'%20r='12.5'%20fill='black'/%3e%3c/g%3e%3c/svg%3e",Nn="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='100'%20height='10'%3e%3cline%20x1='0'%20y1='5'%20x2='100'%20y2='5'%20stroke='black'%20stroke-width='10'%3e%3c/line%3e%3c/svg%3e",Dn="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='100'%20height='10'%3e%3cline%20x1='0'%20y1='5'%20x2='100'%20y2='5'%20stroke='black'%20stroke-width='10'%3e%3c/line%3e%3c/svg%3e",Hn="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='100'%20height='30'%3e%3cline%20x1='0'%20y1='5'%20x2='100'%20y2='5'%20stroke='black'%20stroke-width='10'%3e%3c/line%3e%3cline%20x1='0'%20y1='25'%20x2='100'%20y2='25'%20stroke='black'%20stroke-width='10'%3e%3c/line%3e%3c/svg%3e",Rn="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='100'%20height='50'%3e%3cline%20x1='0'%20y1='5'%20x2='100'%20y2='5'%20stroke='black'%20stroke-width='10'%3e%3c/line%3e%3cline%20x1='0'%20y1='25'%20x2='100'%20y2='25'%20stroke='black'%20stroke-width='10'%3e%3c/line%3e%3cline%20x1='0'%20y1='45'%20x2='100'%20y2='45'%20stroke='black'%20stroke-width='10'%3e%3c/line%3e%3c/svg%3e",Tn="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='100'%20height='70'%3e%3cline%20x1='0'%20y1='5'%20x2='100'%20y2='5'%20stroke='black'%20stroke-width='10'%3e%3c/line%3e%3cline%20x1='0'%20y1='25'%20x2='100'%20y2='25'%20stroke='black'%20stroke-width='10'%3e%3c/line%3e%3cline%20x1='0'%20y1='45'%20x2='100'%20y2='45'%20stroke='black'%20stroke-width='10'%3e%3c/line%3e%3cline%20x1='0'%20y1='65'%20x2='100'%20y2='65'%20stroke='black'%20stroke-width='10'%3e%3c/line%3e%3c/svg%3e",jn="data:image/svg+xml,%3csvg%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20width='225'%20height='310'%20viewBox='38%2020%2022.5%2031'%3e%3cpath%20d='M39.6836%2039.941C44.1108%2034.3597%2056.6663%2039.6271%2039.6836%2050.2217M39.6836%2039.941C41.2414%2038.4368%2045.5825%2035.9737%2046.9165%2040.0869C48.1652%2043.937%2043.0033%2048.4515%2039.6836%2050.2217M39.6836%2039.941C43.5534%2036.8878%2046.0949%2037.9243%2046.7436%2039.6271C48.2747%2043.6464%2042.7809%2048.2894%2039.6836%2050.2217M39.6836%2050.2217V20.7969'%20stroke='black'%20fill='transparent'%20stroke-width='1.52124'/%3e%3cg%20transform='translate(11,0)'%3e%3cpath%20d='M39.6836%2039.941C44.1108%2034.3597%2056.6663%2039.6271%2039.6836%2050.2217M39.6836%2039.941C41.2414%2038.4368%2045.5825%2035.9737%2046.9165%2040.0869C48.1652%2043.937%2043.0033%2048.4515%2039.6836%2050.2217M39.6836%2039.941C43.5534%2036.8878%2046.0949%2037.9243%2046.7436%2039.6271C48.2747%2043.6464%2042.7809%2048.2894%2039.6836%2050.2217M39.6836%2050.2217V20.7969'%20stroke='black'%20fill='transparent'%20stroke-width='1.52124'/%3e%3c/g%3e%3c/svg%3e",Pn="data:image/svg+xml,%3csvg%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20width='280'%20height='310'%20viewBox='37%2013%2028%2031'%3e%3crect%20id='Rectangle%201264'%20x='40.1074'%20y='14.6406'%20width='1.48319'%20height='28.5514'%20fill='black'/%3e%3crect%20id='Rectangle%201265'%20x='46.4102'%20y='13.1562'%20width='1.48319'%20height='28.5514'%20fill='black'/%3e%3cpath%20id='Rectangle%201266'%20d='M37.8828%2021.6815L50.1191%2019.0859V23.5355L37.8828%2026.1311V21.6815Z'%20fill='black'/%3e%3cpath%20id='Rectangle%201267'%20d='M37.8828%2033.9237L50.1191%2031.3281V35.7777L37.8828%2038.3733V33.9237Z'%20fill='black'/%3e%3cg%20transform='translate(14,0)'%3e%3crect%20id='Rectangle%201264'%20x='40.1074'%20y='14.6406'%20width='1.48319'%20height='28.5514'%20fill='black'/%3e%3crect%20id='Rectangle%201265'%20x='46.4102'%20y='13.1562'%20width='1.48319'%20height='28.5514'%20fill='black'/%3e%3cpath%20id='Rectangle%201266'%20d='M37.8828%2021.6815L50.1191%2019.0859V23.5355L37.8828%2026.1311V21.6815Z'%20fill='black'/%3e%3cpath%20id='Rectangle%201267'%20d='M37.8828%2033.9237L50.1191%2031.3281V35.7777L37.8828%2038.3733V33.9237Z'%20fill='black'/%3e%3c/g%3e%3c/svg%3e",zn="data:image/svg+xml,%3csvg%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20width='100'%20height='300'%20viewBox='38%2020%2011.5%2031'%3e%3cpath%20d='M39.6836%2039.941C44.1108%2034.3597%2056.6663%2039.6271%2039.6836%2050.2217M39.6836%2039.941C41.2414%2038.4368%2045.5825%2035.9737%2046.9165%2040.0869C48.1652%2043.937%2043.0033%2048.4515%2039.6836%2050.2217M39.6836%2039.941C43.5534%2036.8878%2046.0949%2037.9243%2046.7436%2039.6271C48.2747%2043.6464%2042.7809%2048.2894%2039.6836%2050.2217M39.6836%2050.2217V20.7969'%20stroke='black'%20fill='transparent'%20stroke-width='1.52124'/%3e%3c/svg%3e",Wn="data:image/svg+xml,%3csvg%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20width='100'%20height='300'%20viewBox='37%2013%2014%2031'%3e%3crect%20id='Rectangle%201264'%20x='40.1074'%20y='14.6406'%20width='1.48319'%20height='28.5514'%20fill='black'/%3e%3crect%20id='Rectangle%201265'%20x='46.4102'%20y='13.1562'%20width='1.48319'%20height='28.5514'%20fill='black'/%3e%3cpath%20id='Rectangle%201266'%20d='M37.8828%2021.6815L50.1191%2019.0859V23.5355L37.8828%2026.1311V21.6815Z'%20fill='black'/%3e%3cpath%20id='Rectangle%201267'%20d='M37.8828%2033.9237L50.1191%2031.3281V35.7777L37.8828%2038.3733V33.9237Z'%20fill='black'/%3e%3c/svg%3e",Fn="data:image/svg+xml,%3csvg%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20width='100'%20height='300'%20viewBox='3%2011%2010%2028'%3e%3cpath%20id='natural_1_'%20d='M5.1,23.1v5.1l5.6-1.2v-5L5.1,23.1z%20M12.2,17.8V39h-1.6v-8.3l-7.1,1.5V11h1.6v8.3L12.2,17.8z'/%3e%3c/svg%3e",Vn="data:image/svg+xml,%3csvg%20viewBox='0%200%20100%20100'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='50'%20cy='50'%20r='50'%20/%3e%3c/svg%3e",Zn="data:image/svg+xml,%3csvg%20viewBox='0%200%20100%20300'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='50'%20cy='50'%20r='50'%20/%3e%3ccircle%20cx='50'%20cy='250'%20r='50'%20/%3e%3c/svg%3e",On="data:image/svg+xml,%3csvg%20viewBox='0%200%20100%20500'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='50'%20cy='50'%20r='50'%20/%3e%3ccircle%20cx='50'%20cy='250'%20r='50'%20/%3e%3ccircle%20cx='50'%20cy='450'%20r='50'%20/%3e%3c/svg%3e",Qn="data:image/svg+xml,%3csvg%20viewBox='0%200%20100%20700'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='50'%20cy='50'%20r='50'%20/%3e%3ccircle%20cx='50'%20cy='250'%20r='50'%20/%3e%3ccircle%20cx='50'%20cy='450'%20r='50'%20/%3e%3ccircle%20cx='50'%20cy='650'%20r='50'%20/%3e%3c/svg%3e",qn="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018.3%2011.7'%20width='100'%20height='100'%3e%3cpath%20id='whole'%20d='M5.7,5C5.9,6.6,6.3,8,7.2,9.1c0.8,1,1.8,1.4,3,1.3c1.7-0.1,2.5-1.2,2.3-3.5c-0.1-1.8-0.6-3.1-1.5-4.1%20c-0.8-1-1.8-1.4-3-1.3C7.2,1.6,6.6,1.9,6.1,2.4C5.8,2.9,5.6,3.8,5.7,5z%20M14.4,1.7c2,0.8,3.2,2.2,3.4,4.2c-0.1,2-1.2,3.4-3.2,4.2%20c-1.9,0.8-3.7,1.1-5.4,1.1c-1.7,0.1-3.5-0.3-5.5-1.1c-2-0.8-3.1-2.2-3.3-4.2c0.1-2,1.2-3.4,3.1-4.2c2-0.8,3.8-1.1,5.4-1.1%20C10.6,0.6,12.4,0.9,14.4,1.7z'/%3e%3c/svg%3e",Un="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%209%207.3'%20width='90'%20height='90'%3e%3cg%20transform='translate(0.01,3.63)%20scale(1.15,1.15)'%3e%3c!--%20外层%20+%20内层路径叠加%20--%3e%3cpath%20fill='black'%20fill-rule='evenodd'%20d='M7.8-0.9c-0.1,1.1-0.7,2-1.7,2.8C5,2.7,3.8,3.1,2.6,3.1%20c-0.8,0-1.4-0.2-1.9-0.6C0.3,2.1,0,1.5,0,0.9%20c0.1-1,0.7-1.9,1.7-2.7c1-0.8,2.1-1.2,3.2-1.3%20c0.9,0,1.6,0.2,2,0.5C7.5-2.2,7.8-1.7,7.8-0.9%20Z%20M6.4-0.8c-0.1,0.8-0.5,1.4-1.2,2%20C4.5,1.8,3.7,2.1,2.9,2.1%20C2.3,2.1,1.9,1.9,1.6,1.6%20C1.3,1.3,1.1,0.9,1.1,0.5%20c0.1-0.7,0.5-1.3,1.1-1.8%20c0.6-0.5,1.4-0.8,2.2-0.9%20c0.6,0,1.1,0.1,1.4,0.4%20C6.1-1.5,6.4-1.2,6.4-0.8Z'/%3e%3c/g%3e%3c/svg%3e",Gn="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%209%207.3'%20width='90'%20height='90'%3e%3cg%20transform='translate(0.65,3.63)%20scale(1,1)%20rotate(0)'%3e%3cpath%20stroke='black'%20fill='black'%20d='M7.8-0.9c-0.1,1.1-0.7,2-1.7,2.8C5,2.7,3.8,3.1,2.6,3.1c-0.8,0-1.4-0.2-1.9-0.6C0.3,2.1,0,1.5,0,0.9c0.1-1,0.7-1.9,1.7-2.7c1-0.8,2.1-1.2,3.2-1.3c0.9,0,1.6,0.2,2,0.5C7.5-2.2,7.8-1.7,7.8-0.9'%3e%3c/path%3e%3c/g%3e%3c/svg%3e",$n="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='100'%3e%3c!--%20音符杆%20--%3e%3cline%20x1='5'%20y1='0'%20x2='5'%20y2='100'%20stroke='black'%20stroke-width='10'%3e%3c/line%3e%3c/svg%3e",Kn="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='0%200%205.5%2016'%20width='80'%20height='200'%3e%3c!--%20音符尾%20--%3e%3cpath%20d='%20M3.9,15.4c0.5-1.5,1.1-3.8,0.3-5.6C3.5,8.2,2,6.8-0.1,6.1l-0.1,0.8h-0.5V0h0.6l0.3,2c0.3,1,0.6,1.2,1.2,2L2,4.8l2.1,2.6%20c2.3,2.9,1.1,6.4-0.1,8.1C4,15.6,3.8,15.7,3.9,15.4z%20'%20fill='black'/%3e%3c/svg%3e",Xn="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='0%200%206%2019'%20width='8'%20height='20'%3e%3c!--%20音符尾%20--%3e%3cpath%20d='%20M5.8,10.3C5.7,8.7,5.2,7.3,4.1,6c-0.7-1-1.7-2-3-3c-0.5-0.5-0.8-1-1-1.5L-0.1,0h-0.6v10h0.5V9.6c1.3,0.4,2.5,1.2,3.3,2%20c0.5,0.5,0.8,1.1,1.1,1.6C5,15.1,4.5,17.1,4,18.6c0,0.1,0.1,0.1,0.1,0.1c0.2-0.3,0.4-0.4,0.6-0.9c0.2-0.4,0.4-0.9,0.5-1.4%20c0.2-0.7,0.3-1.4,0.2-2.1l0,0c0-0.4-0.1-0.8-0.2-1.3C5.7,12.3,5.8,11.1,5.8,10.3z%20M4.1,10.9L3,9.6L2,8.3L1.4,7.5%20c-0.5-0.7-0.9-1-1.2-1.7c0,0-0.1-0.3-0.1-0.4c0,0-0.1-0.7-0.1-1l0,0c1.5,0.8,2.8,1.8,3.8,2.9c0.9,0.9,1.3,1.9,1.6,3%20c0,0.1,0,0.2,0,0.3L5,12.5C4.8,11.9,4.5,11.4,4.1,10.9z%20'%20fill='black'/%3e%3c/svg%3e",Jn="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='0%20-4.5%206.2%2023.5'%20width='8'%20height='30'%3e%3c!--%20音符尾%20--%3e%3cpath%20d='%20M5.4,12.8c0-0.1,0.1-0.2,0.1-0.3c0.2-0.7,0.3-1.4,0.3-2C5.7,9.7,5.6,9,5.4,8.4c0.3-0.8,0.4-1.7,0.4-2.6%20c-0.1-1.6-0.6-3-1.7-4.3c-0.8-1-1.8-2-3-3C0.6-2,0.3-2.5,0.1-3l-0.2-1.5h-0.6v14.7h0.5V9.7l2.5,1.6C3.3,11.8,4,12.4,4.6,13c0,0,0,0,0,0.1C5.3,14,5.5,16,5.5,16c0,0.6,0,1.1-0.2,1.8l0,0.2c0,0.3-0.1,0.4-0.1,0.6c0,0.1,0.1,0.1,0.1,0.1C5.6,17.9,6,17,6,15.7%20C6,15,5.8,13.6,5.4,12.8z%20M-0.1-0.1c1.5,0.8,2.8,1.7,3.8,2.9c0.8,0.9,1.3,2,1.4,3.4v1.6c-0.2-0.6-0.6-1.1-1-1.6%20c-0.8-0.9-1.8-1.9-3-3c-0.5-0.5-0.8-1-1-1.5l-0.2-1.5V-0.1z%20M5.1,12.2l-0.6-0.8l-0.2-0.2l-0.8-0.9L2.1,9c-0.5-0.5-1-1.1-1.4-2%20C0.2,6.2,0,5.4-0.1,4.5c1.5,0.8,2.8,1.8,3.8,2.9c0.8,1,1.3,2.1,1.5,3.3l-0.1,1.1L5.1,12.2z%20'%20fill='black'/%3e%3c/svg%3e",En="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='0%20-9%206.5%2029'%20width='80'%20height='300'%3e%3c!--%20音符尾%20--%3e%3cpath%20d='%20M5.8,3.9c0.3-0.8,0.4-1.7,0.4-2.6C6.1-0.3,5.6-1.7,4.5-3c-0.8-1-1.8-2-3-3C1-6.5,0.7-7,0.5-7.5L-0.2-9h-0.5v19.4H0V9.9%20c0,0,2.6,1,3.3,1.9c0.5,0.5,0.9,1.1,1.1,1.8c0.8,1.8,0.3,3.8-0.2,5.3c-0.1,0.3,0.1,0.2,0.1,0.1c0.8-1.1,1.4-2.6,1.3-4.5l0,0%20c-0.2-2.1-1.8-3.9-1.8-3.9S1.5,8,1.1,7.2C0.9,6.9,0,5,0,4.7h0.4c1.5,0.8,2.8,1.8,3.8,2.9c2.3,2.1,1.1,5.7,1.1,5.7l0.1,0.3%20c1-1.6,0.7-4.4,0.5-5C6.1,7.8,6.2,6.9,6.2,6C6.2,5.3,6,4.6,5.8,3.9z%20M5.5,8c-0.2-0.6-0.6-1.1-1-1.6c-0.8-0.9-1.8-1.9-3-3%20c-0.5-0.5-0.8-1-1-1.5L0,0.1C1.4,0.9,3.1,1.8,4.1,3c0.8,1,1.3,2,1.4,3.4V8z%20M5.5,3.3l-1-1.6c-0.8-1-1.8-2-3-3c-0.5-0.5-0.8-1-1-1.5%20L0-4.6c1.5,0.8,3.1,1.7,4.2,2.9c0.8,0.9,1.3,2,1.4,3.2V3.3z%20'%20fill='black'/%3e%3c/svg%3e",Yn="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='0%20-9.8%206.5%2029'%20width='80'%20height='300'%3e%3c!--%20音符尾%20--%3e%3cpath%20d='%20M5.7,14.3c0.1-0.4,0.2-0.7,0.3-1.1c0-0.2,0-0.4,0-0.5c0-0.5-0.1-1-0.2-1.6c-0.1-0.4-0.1-0.9,0-1.3C5.9,9.4,5.9,9,5.9,8.6%20c0-0.5-0.1-1.1-0.1-1.7c0-0.3,0-0.6,0-0.9l0.1-0.9c0-0.2,0-0.4,0-0.6c0-0.5-0.1-0.9-0.1-1.5c0-0.3,0-0.6,0-0.9l0.1-1%20c0-0.2,0-0.4,0-0.5c0-0.7-0.1-1.5-0.4-2.4C5.2-2.8,4.7-3.7,4-4.6C3.4-5.5,2.4-6.4,1.3-7.4c-0.5-0.5-0.8-1-1-1.4l-0.5-1h-0.5v21.1%20h0.4v-0.6l2.7,1.7c0.8,0.5,1.4,1,1.9,1.5c0.2,0.2,0.3,0.3,0.5,0.5c0.1,0.2,0.2,0.3,0.3,0.4c0.2,0.4,0.3,0.8,0.4,1.3%20c0,0,0.4,1.2,0,2.2l-0.2,0.4c0,0.1,0.1,0,0.1,0c0.3-0.5,0.4-0.4,0.6-1.2c0.1-0.4,0.1-0.8,0.1-1.2C6.3,15.6,6.1,14.9,5.7,14.3z%20M-0.1-6C1-5.4,2-4.8,2.8-4.1c0.8,0.6,1.5,1.5,2,2.7l0.3,1.1c0,0.1,0.1,0.3,0.1,0.4L5.4,1v0.7C5.1,0.9,4.7,0.1,4.1-0.7%20C3.4-1.5,2.4-2.5,1.3-3.5c-0.5-0.5-0.8-1-1-1.4l-0.4-1V-6z%20M2.8-0.2c0.8,0.6,1.5,1.5,2,2.7l0.3,1.1c0,0.2,0.1,0.3,0.1,0.5l0.2,1v0.6%20C5.1,4.7,4.7,3.9,4.1,3.2C3.4,2.3,2.4,1.3,1.3,0.4c-0.5-0.5-0.9-1-1-1.5l-0.4-1C1-1.5,2-0.9,2.8-0.2z%20M-0.1,1.7C1,2.3,2,3,2.8,3.7%20c0.8,0.6,1.5,1.5,2,2.7l0.3,1.1c0,0.1,0.1,0.3,0.1,0.4l0.2,0.9v0.7C5.1,8.7,4.7,7.9,4.1,7.1C3.4,6.2,2.4,5.3,1.3,4.3%20c-0.5-0.5-0.8-1-1-1.4l-0.4-1.1V1.7z%20M4.6,12.6l-1-1.1l-1.4-1.4C1.7,9.6,1.2,9,0.8,8.2C0.3,7.4,0.1,6.6,0,5.7c1.1,0.6,2,1.2,2.8,1.8%20c0.7,0.6,1.4,1.4,1.9,2.4c0.1,0.2,0.2,0.4,0.2,0.6l0.3,1l0.1,0.4l0.1,0.8v1.1l-0.7-1L4.6,12.6z%20'%20fill='black'/%3e%3c/svg%3e",eo="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='0%20-18%206%2037'%20width='80'%20height='400'%3e%3c!--%20音符尾%20--%3e%3cpath%20d='%20M5.2,12.7c0.1-0.3,0.2-0.6,0.2-0.9c0.1-0.5,0.2-1,0.2-1.5c-0.1-0.7-0.2-1.4-0.4-2c0.3-0.8,0.4-1.7,0.4-2.6%20c0-0.8-0.2-1.5-0.4-2.1C5.5,2.8,5.6,1.9,5.6,1c0-0.7-0.1-1.4-0.3-2c0.2-0.8,0.3-1.6,0.3-2.5c0-0.6-0.1-1.2-0.3-1.8%20c0.2-0.8,0.3-1.6,0.3-2.4C5.5-9.3,5-10.7,3.9-12c-0.8-1-1.8-2-3-3c-0.5-0.5-0.9-1-1.1-1.5L-0.5-18h-0.4v28h0.5V9.6l0.1,0.1L0.3,10%20l1.8,1.1c0.9,0.5,1.7,1.1,2.2,1.7c0.9,1.1,1,3,1,3c0,0.6-0.1,1.3-0.3,2c0,0-0.1,0.2-0.1,0.3C4.8,18.4,5,18.3,5,18.2%20c0.4-0.6,0.6-0.9,0.8-1.8C6.1,15.4,5.6,13.5,5.2,12.7z%20M3.4-10.7c0.9,1,1.4,2.1,1.5,3.1v1.3L3.8-7.9c-0.8-1-1.8-2-3-3%20c-0.5-0.5-0.8-1-1-1.5l-0.2-1.2C1.1-12.8,2.4-11.9,3.4-10.7z%20M3.4-6.5c0.9,1,1.4,2.1,1.5,3.3l-0.1,1v0.4l-1-1.6c-0.8-1-1.8-2-3-3%20c-0.5-0.5-0.8-1-1-1.5l-0.2-1.5C1.1-8.6,2.4-7.7,3.4-6.5z%20M-0.4-5c1.5,0.8,2.8,1.7,3.8,2.9c0.9,1,1.4,2.1,1.5,3.3V3l-1-1.6%20c-0.8-1-1.8-2-3-3C0.4-2.1,0-2.6-0.2-3.2l-0.2-1.5V-5z%20M-0.4-0.2c1.5,0.8,2.8,1.7,3.8,2.9c0.9,0.9,1.4,2,1.5,3.2v1.7%20C4.7,7,4.3,6.5,3.9,6c-0.8-0.9-1.8-1.9-3-3C0.4,2.5,0,2-0.2,1.5L-0.4,0V-0.2z%20M-0.4,4.4c0.3,0.1,0.5,0.3,0.8,0.4%20c1.2,0.7,2.2,1.5,3,2.5c0.9,1,1.4,2.1,1.5,3.3V12l-0.6-0.8l-1-1.1L1.9,8.8C1.3,8.3,0.8,7.7,0.4,6.9C-0.1,6.1-0.3,5.3-0.4,4.4z%20'%20fill='black'/%3e%3c/svg%3e",to="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%208%204'%20width='80'%20height='40'%20preserveAspectRatio='none'%3e%3crect%20x='0'%20y='0'%20width='8'%20height='4'%20fill='black'/%3e%3c/svg%3e",no="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%208%204'%20width='80'%20height='40'%20preserveAspectRatio='none'%3e%3crect%20x='0'%20y='0'%20width='8'%20height='4'%20fill='black'/%3e%3c/svg%3e",oo="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='-0.7%20-9.5%207.5%2020'%20width='80'%20height='200'%3e%3cpath%20stroke='black'%20d='M6.2-4.3C4.7-2.6,3.9-1.2,3.8,0.2c0,0.8,0.3,1.6,0.8,2.4l1.6,2.1L5.8,5.1C5.2,4.8,4.6,4.6,4.1,4.6c-0.5,0-0.9,0.2-1.3,0.7C2.4,6.1,2.3,6.8,2.6,7.4c0.3,0.6,0.6,1.1,1,1.4L3.3,9.3L1.2,7.4C0.5,6.7,0.1,5.9,0,4.9c0.1-1.4,0.9-2.1,2.3-2.1c0.5,0,1.2,0.2,1.9,0.6V3.4L0.4-1.5c0.7-0.6,1.3-1.3,1.8-2.1s0.7-1.7,0.6-2.6C2.5-7.3,2-8.1,1.4-8.9h1L6.2-4.3'%3e%3c/path%3e%3c/svg%3e",ro="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='-0.5%20-7%207.5%2012.3'%20width='80'%20height='160'%3e%3cpath%20stroke='black'%20d='M3.3-4.1L3.2-3.8c0.1,0.3,0.3,0.3,0.6,0.2c1-0.4,1.7-1.1,2.1-2h0.4L3.5,4.7H2.6L5-3.4C4.1-2.9,3.3-2.6,2.3-2.5c-0.6,0-1.1-0.2-1.6-0.6C0.4-3.5,0.1-3.9,0.1-4.5c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0,1.3,0.4c0.4,0.3,0.5,0.7,0.6,1.3L3.3-4.1'%3e%3c/path%3e%3c/svg%3e",io="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='-0.7%20-5%209.5%2018.5'%20width='90'%20height='180'%3e%3cpath%20stroke='black'%20d='M2.3-1C1.9-1.4,1.6-1.9,1.6-2.5c0-1,0.5-1.6,1.5-1.8C3.6-4.4,4-4.2,4.3-3.9c0.4,0.3,0.6,0.7,0.6,1.3L4.8-2L4.7-1.7c0.1,0.2,0.3,0.3,0.6,0.1C6.3-2,7-2.7,7.5-3.6H8L3.4,12.7H2.6l2.3-8.2C4.1,5.1,3.2,5.4,2.3,5.4c-0.6,0-1.1-0.2-1.6-0.6C0.3,4.5,0,4,0,3.5c0.1-1.1,0.7-1.7,1.8-1.9c0.5,0,0.9,0.2,1.2,0.6c0.3,0.4,0.4,0.8,0.4,1.3L3.2,4.2c0.1,0.1,0.2,0.2,0.3,0.2c0.3,0,0.6-0.1,0.9-0.4l0.8-0.6l1.3-4.7C5.6-0.9,4.8-0.6,3.8-0.5C3.3-0.5,2.8-0.7,2.3-1'%3e%3c/path%3e%3c/svg%3e",ao="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='-0.7%20-13%2011%2025'%20width='100'%20height='240'%3e%3cpath%20stroke='black'%20d='M6.5-10L6.4-9.7c0.1,0.3,0.3,0.3,0.6,0.2c0.9-0.4,1.7-1.1,2.2-2h0.4L3.5,10.8H2.6l2.3-8.2C4.1,3.1,3.2,3.4,2.3,3.5c-0.6,0-1.1-0.2-1.6-0.6C0.3,2.6,0,2.1,0,1.5c0.1-1.1,0.7-1.7,1.8-1.9c1,0.1,1.5,0.7,1.6,1.7L3.2,2.3c0.1,0.1,0.2,0.2,0.3,0.1c0.3,0,0.6-0.1,1-0.4l0.8-0.7l1.2-4.7C5.7-2.8,4.8-2.5,3.9-2.5C3.3-2.5,2.8-2.7,2.3-3C1.9-3.4,1.6-3.8,1.6-4.4c0-1.1,0.6-1.7,1.8-1.9c0.5,0,0.9,0.2,1.2,0.6C4.8-5.3,5-4.9,4.9-4.4L4.8-3.7c0.1,0.1,0.2,0.2,0.3,0.2c0.3,0,0.6-0.1,1-0.4l0.8-0.8l1.3-4.7C7.3-8.8,6.5-8.5,5.6-8.5C5-8.5,4.4-8.7,4-9c-0.4-0.4-0.7-0.8-0.7-1.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0.1,1.3,0.4c0.4,0.3,0.6,0.7,0.6,1.3C6.7-10.4,6.6-10.2,6.5-10'%3e%3c/path%3e%3c/svg%3e",lo="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='-0.7%20-13%2013%2031'%20width='50'%20height='140'%3e%3cpath%20stroke='black'%20d='M7.3-8.5C6.7-8.5,6.2-8.7,5.7-9C5.3-9.4,5-9.9,5-10.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.6,0.7,0.6,1.3L8.3-10L8.2-9.7c0.1,0.3,0.3,0.3,0.6,0.2c1-0.4,1.7-1.1,2.2-2h0.4L3.5,16.8H2.6l2.3-8.2C4.1,9.1,3.2,9.4,2.3,9.5c-0.6,0-1.1-0.2-1.6-0.6S0,8.1,0,7.6c0.1-1.1,0.7-1.7,1.8-1.9c1,0.1,1.5,0.7,1.6,1.7L3.2,8.3c0.1,0.1,0.2,0.2,0.3,0.1c0.3,0,0.6-0.1,0.9-0.4l0.8-0.7l1.3-4.7C5.7,3.2,4.8,3.5,3.9,3.5C3.3,3.5,2.8,3.3,2.3,3C1.9,2.6,1.6,2.2,1.6,1.6c0-1.1,0.6-1.7,1.8-1.9c0.5,0,0.9,0.2,1.2,0.6S5,1.1,5,1.6L4.8,2.3C4.9,2.5,5,2.5,5.1,2.5c0.3,0,0.6-0.1,1-0.4l0.8-0.8l1.3-4.7C7.4-2.8,6.5-2.5,5.6-2.5C5-2.5,4.4-2.7,4-3C3.5-3.4,3.3-3.9,3.3-4.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0.1,1.3,0.4C6.5-5.5,6.7-5,6.7-4.5L6.6-4L6.5-3.7c0.1,0.3,0.3,0.3,0.6,0.2c0.5-0.2,1-0.5,1.5-1.1l1.3-4.7C9.1-8.8,8.2-8.5,7.3-8.5'%3e%3c/path%3e%3c/svg%3e",so="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='-0.7%20-19%2015%2037'%20width='50'%20height='140'%3e%3cpath%20stroke='black'%20d='M12.9-17.6L3.5,16.8H2.6l2.2-8.2C4.1,9.1,3.2,9.4,2.3,9.5c-0.6,0-1.1-0.2-1.6-0.6S0,8.1,0,7.5c0.1-1.1,0.7-1.7,1.8-1.9c1,0.1,1.5,0.7,1.6,1.7L3.2,8.3c0.1,0.1,0.2,0.2,0.3,0.2c0.3,0,0.6-0.1,0.9-0.4l0.8-0.7l1.2-4.7C5.6,3.1,4.8,3.4,3.9,3.5c-0.6,0-1.1-0.2-1.6-0.6C1.9,2.6,1.6,2.1,1.6,1.6c0-1.1,0.6-1.7,1.8-1.8c0.5,0,0.9,0.2,1.2,0.6C4.8,0.7,5,1.1,4.9,1.5L4.8,2.3c0.1,0.1,0.2,0.2,0.3,0.1c0.3,0,0.6-0.1,0.9-0.4l0.8-0.8l1.4-4.6C7.3-2.8,6.5-2.5,5.6-2.5C5-2.5,4.4-2.7,4-3C3.5-3.4,3.3-3.9,3.3-4.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0.1,1.3,0.4c0.4,0.3,0.6,0.8,0.6,1.3L6.5-4L6.4-3.7c0.1,0.3,0.3,0.3,0.6,0.2c0.5-0.2,1-0.5,1.5-1.1l1.3-4.7C9-8.8,8.2-8.5,7.2-8.5C6.6-8.5,6.1-8.7,5.7-9C5.2-9.4,5-9.9,5-10.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.5,0.8,0.6,1.3L8.2-10L8.1-9.7c0.1,0.3,0.3,0.3,0.6,0.2c0.6-0.2,1.1-0.6,1.5-1.1l1.2-4.7c-0.8,0.5-1.7,0.8-2.6,0.9c-0.6,0-1.1-0.2-1.6-0.6c-0.5-0.4-0.7-0.8-0.7-1.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.5,0.7,0.6,1.3L9.8-16l-0.1,0.3c0.1,0.3,0.3,0.3,0.6,0.2c0.9-0.4,1.6-1.1,2.1-2H12.9'%3e%3c/path%3e%3c/svg%3e",co="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='-0.7%20-19%2016%2042'%20width='50'%20height='140'%3e%3cpath%20stroke='black'%20d='M14.4-17.7L5,16.7l0,0l-1.6,5.7H2.5l1.6-5.7l0,0l0.7-2.5C4,14.7,3.2,15,2.3,15.1c-0.6,0-1.1-0.2-1.6-0.6C0.3,14.2,0,13.7,0,13.1c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0,1.3,0.4C3.1,12,3.3,12.4,3.3,13l-0.1,0.6l-0.1,0.3c0.1,0.3,0.3,0.3,0.6,0.2l1.4-1l1.2-4.5C5.5,9.1,4.7,9.4,3.7,9.5c-0.6,0-1.1-0.2-1.6-0.6C1.8,8.5,1.6,8,1.5,7.4c0.1-1.1,0.7-1.7,1.8-1.9c1,0.1,1.5,0.7,1.6,1.7L4.7,8.1C4.8,8.2,4.9,8.3,5,8.2c0.3,0,0.6-0.1,0.9-0.4l0.8-0.7l1.2-4.7C7.2,3,6.3,3.3,5.4,3.4c-0.6,0-1.1-0.2-1.6-0.6C3.4,2.5,3.2,2,3.2,1.5c0-1.1,0.6-1.7,1.8-1.8c0.5,0,0.9,0.2,1.2,0.6C6.4,0.6,6.5,1,6.5,1.4L6.3,2.2c0.1,0.1,0.2,0.2,0.3,0.2c0.3,0,0.6-0.1,0.9-0.4l0.8-0.8l1.4-4.6C8.9-2.9,8-2.6,7.1-2.6C6.5-2.6,6-2.8,5.5-3.1C5.1-3.5,4.8-4,4.8-4.5c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0,1.3,0.3C8-5.6,8.2-5.2,8.2-4.7L8.1-4.1L8-3.8c0.1,0.3,0.3,0.3,0.6,0.2c0.5-0.2,1-0.5,1.5-1.1l1.3-4.7c-0.8,0.5-1.7,0.8-2.6,0.9c-0.6,0-1.1-0.2-1.6-0.6C6.8-9.5,6.5-10,6.5-10.5c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.5,0.8,0.6,1.3l-0.1,0.5L9.7-9.8c0.1,0.3,0.3,0.3,0.6,0.2c0.6-0.2,1.1-0.6,1.5-1.1l1.2-4.7c-0.8,0.5-1.7,0.8-2.6,0.9c-0.6,0-1.1-0.2-1.6-0.6c-0.5-0.4-0.7-0.8-0.7-1.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.5,0.7,0.6,1.3L11.4-16l-0.1,0.3c0.1,0.3,0.3,0.3,0.6,0.2c0.9-0.4,1.6-1.1,2.1-2h0.4'%3e%3c/path%3e%3c/svg%3e",uo="data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiDQogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgICAgd2lkdGg9IjMwIiBoZWlnaHQ9IjUwIg0KICAgICB2aWV3Qm94PSIwIDAgMzAgNTAiPg0KICAgIDwhLS0geSDorr7kuLogMjDvvIzorqnmloflrZfokL3lnKjlj6/op4HojIPlm7QgLS0+DQogICAgPHRleHQgeD0iLTIiIHk9IjQ4IiBmb250LXNpemU9IjcwIiBmaWxsPSJyZWQiPjE8L3RleHQ+DQo8L3N2Zz4NCg==",mo="data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiDQogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgICAgd2lkdGg9IjMwIiBoZWlnaHQ9IjUwIg0KICAgICB2aWV3Qm94PSIwIDAgMzAgNTAiPg0KICAgIDwhLS0geSDorr7kuLogMjDvvIzorqnmloflrZfokL3lnKjlj6/op4HojIPlm7QgLS0+DQogICAgPHRleHQgeD0iLTIiIHk9IjQ4IiBmb250LXNpemU9IjcwIiBmaWxsPSJyZWQiPjI8L3RleHQ+DQo8L3N2Zz4NCg==",go="data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiDQogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgICAgd2lkdGg9IjMwIiBoZWlnaHQ9IjUwIg0KICAgICB2aWV3Qm94PSIwIDAgMzAgNTAiPg0KICAgIDwhLS0geSDorr7kuLogMjDvvIzorqnmloflrZfokL3lnKjlj6/op4HojIPlm7QgLS0+DQogICAgPHRleHQgeD0iLTIiIHk9IjQ4IiBmb250LXNpemU9IjcwIiBmaWxsPSJyZWQiPjM8L3RleHQ+DQo8L3N2Zz4NCg==",ho="data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiDQogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgICAgd2lkdGg9IjMwIiBoZWlnaHQ9IjUwIg0KICAgICB2aWV3Qm94PSIwIDAgMzAgNTAiPg0KICAgIDwhLS0geSDorr7kuLogMjDvvIzorqnmloflrZfokL3lnKjlj6/op4HojIPlm7QgLS0+DQogICAgPHRleHQgeD0iLTIiIHk9IjQ4IiBmb250LXNpemU9IjcwIiBmaWxsPSJyZWQiPjQ8L3RleHQ+DQo8L3N2Zz4NCg==",fo="data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiDQogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgICAgd2lkdGg9IjMwIiBoZWlnaHQ9IjUwIg0KICAgICB2aWV3Qm94PSIwIDAgMzAgNTAiPg0KICAgIDwhLS0geSDorr7kuLogMjDvvIzorqnmloflrZfokL3lnKjlj6/op4HojIPlm7QgLS0+DQogICAgPHRleHQgeD0iLTIiIHk9IjQ4IiBmb250LXNpemU9IjcwIiBmaWxsPSJyZWQiPjU8L3RleHQ+DQo8L3N2Zz4NCg==",po="data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiDQogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgICAgd2lkdGg9IjMwIiBoZWlnaHQ9IjUwIg0KICAgICB2aWV3Qm94PSIwIDAgMzAgNTAiPg0KICAgIDwhLS0geSDorr7kuLogMjDvvIzorqnmloflrZfokL3lnKjlj6/op4HojIPlm7QgLS0+DQogICAgPHRleHQgeD0iLTIiIHk9IjQ4IiBmb250LXNpemU9IjcwIiBmaWxsPSJyZWQiPjY8L3RleHQ+DQo8L3N2Zz4NCg==",yo="data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiDQogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgICAgd2lkdGg9IjMwIiBoZWlnaHQ9IjUwIg0KICAgICB2aWV3Qm94PSIwIDAgMzAgNTAiPg0KICAgIDwhLS0geSDorr7kuLogMjDvvIzorqnmloflrZfokL3lnKjlj6/op4HojIPlm7QgLS0+DQogICAgPHRleHQgeD0iLTIiIHk9IjQ4IiBmb250LXNpemU9IjcwIiBmaWxsPSJyZWQiPjc8L3RleHQ+DQo8L3N2Zz4NCg==",vo="data:image/svg+xml,%3csvg%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20width='30'%20height='60'%20viewBox='0%20-100%20300%20485'%3e%3cg%20id='XMLID_516_'%20transform='translate(0,%20142.5)%20scale(1,1.8)%20translate(0,%20-142.5)%20'%3e%3crect%20fill='red'%20id='XMLID_517_'%20y='7.5'%20width='60'%20height='270'/%3e%3crect%20fill='red'%20id='XMLID_518_'%20x='90'%20y='7.5'%20width='30'%20height='270'/%3e%3cpath%20fill='red'%20id='XMLID_519_'%20d='M225,157.428v-29.855c33.084,0,60-26.916,60-60c0-33.084-26.916-60-60-60%20c-31.424,0-57.18,23.901-59.779,54.892c-0.02,0.158-0.173,1.825-0.173,2.515c0,0.031,0.005,0.06,0.005,0.091%20c-0.001,0.024-0.004,0.047-0.005,0.071l0.009,0.001c0.088,10.97,9,19.837,19.991,19.837c11.046,0,20-8.954,20-20%20c0-5.252-2.041-10.017-5.353-13.586c5.326-8.344,14.666-13.821,25.305-13.821c16.542,0,30,13.458,30,30c0,16.542-13.458,30-30,30%20V82.5l-75,60l75,60v-15.072c16.542,0,30,13.458,30,29.999c0,16.542-13.458,30.001-30,30.001c-10.639,0-19.979-5.477-25.305-13.821%20c3.312-3.569,5.353-8.333,5.353-13.586c0-11.046-8.954-20-20-20c-10.991,0-19.903,8.868-19.991,19.837l-0.009,0.001%20c0.001,0.024,0.004,0.047,0.005,0.071c0,0.031-0.005,0.06-0.005,0.091c0,0.69,0.153,2.357,0.173,2.515%20c2.6,30.991,28.355,54.892,59.779,54.892c33.084,0,60-26.916,60-60.001C285,184.343,258.084,157.428,225,157.428z'/%3e%3c/g%3e%3c/svg%3e",So="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20x='0px'%20y='0px'%20viewBox='0%200%20110%20108'%20style='enable-background:new%200%200%20270%20270;'%20xml:space='preserve'%3e%3cg%20id='XMLID_520_'%3e%3cpath%20id='Vector'%20d='M102.654%2023.3828C106.677%2023.3828%20109.838%2020.5407%20109.838%2016.9234C109.838%2013.3062%20106.677%2010.4641%20102.654%2010.4641C98.6315%2010.4641%2095.4707%2013.3062%2095.4707%2016.9234C95.4707%2020.5407%2098.4878%2023.3828%20102.654%2023.3828ZM102.654%2042.7608C98.6315%2042.7608%2095.4707%2045.6029%2095.4707%2049.2201C95.4707%2052.8373%2098.6315%2055.6794%20102.654%2055.6794C106.677%2055.6794%20109.838%2052.8373%20109.838%2049.2201C109.838%2045.6029%20106.677%2042.7608%20102.654%2042.7608ZM40.2996%200C21.7656%200%204.9557%2011.756%204.9557%2027.1292C4.9557%2037.2057%2010.8854%2044.9704%2020.0415%2045.732C40.8212%2047.4606%2046.2348%2021.2964%2024.0644%2020.0239C18.1738%2020.0239%2013.5762%2024.1579%2014.0072%2024.1579C13.2888%2024.1579%2013.0015%2023.512%2013.0015%2022.0909C13.0015%2012.9187%2025.7885%204.13397%2037.5698%204.13397C54.0924%204.13397%2064.5806%2016.5359%2064.5806%2033.0718C64.5806%2053.6124%2051.2189%2076.4785%2029.9551%2093.6603C25.7782%2097.0308%2017.2127%20101.693%208.71847%20105.08C7.61003%20105.522%207.94765%20107.002%209.11336%20106.747C39.4552%20100.11%2083.2583%2069.2189%2083.2583%2038.3684C83.1147%2021.0574%2074.3505%20-2.37683e-07%2040.2996%200Z'%20fill='red'/%3e%3c/g%3e%3c/svg%3e",bo="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2018.1.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20x='0px'%20y='0px'%20width='30'%20height='50'%20viewBox='0%200%2095%20248'%20style='enable-background:new%200%200%2025.8%2025.8;'%20xml:space='preserve'%3e%3cg%3e%3cpath%20id='Vector'%20d='M58.2521%20128.588L52.5358%20100.789C71.9986%2084.2187%2080.9814%2066.5533%2080.9814%2047.2446C80.9814%2032.3181%2075.1289%2016.5699%2063.1519%200C49.6777%2010.9553%2041.9198%2032.7289%2041.9198%2056.1458C41.9198%2064.4992%2043.0086%2072.4417%2044.7779%2080.1104C14.9713%20105.308%200%20128.451%200%20149.676C0%20174.6%2025.5874%20195.278%2053.2163%20195.278C59.341%20195.278%2063.9685%20194.319%2068.1877%20192.265L73.2235%20216.641C76.0308%20232.176%2060.9865%20244.44%2046.4112%20244.44C42.0559%20244.44%2037.8367%20243.344%2034.0258%20241.427C44.0974%20240.331%2051.7192%20234.169%2051.7192%20225.131C51.7192%20217.051%2045.1862%20208.698%2036.7479%20208.698C27.2206%20208.698%2020.6877%20216.093%2020.6877%20225.679C20.6877%20239.099%2031.5759%20248%2044.6418%20248C62.1991%20248%2077.0344%20236.497%2077.0344%20220.064C77.0344%20216.504%2071.5903%20191.991%2071.4542%20191.17C85.4728%20184.322%2095%20172.272%2095%20159.399C94.8431%20138.883%2077.0476%20126.943%2058.2521%20128.588ZM65.4656%2018.7609C71.9195%2018.7609%2074.3123%2029.9375%2074.3123%2034.9199C74.3123%2047.6554%2065.3295%2062.0342%2047.6361%2077.7824C44.0453%2063.3306%2046.2924%2018.7609%2065.4656%2018.7609ZM12.1132%20156.66C12.1132%20139.132%2025.043%20121.056%2049.5415%20102.706L54.9857%20128.998C41.3754%20131.874%2029.8066%20143.514%2029.8066%20156.523C29.8066%20167.616%2037.7006%20175.284%2049.4054%20177.202C42.192%20172.683%2038.6533%20167.068%2038.6533%20160.358C38.6533%20151.32%2047.0917%20144.61%2057.8438%20143.103L67.235%20188.431C45.0494%20200.606%2012.1132%20182.493%2012.1132%20156.66ZM70.5014%20186.65L61.2464%20142.692C73.7567%20141.724%2083.5673%20151.091%2083.5673%20164.055C83.5673%20172.683%2079.0759%20180.214%2070.5014%20186.65Z'%20fill='red'/%3e%3c/g%3e%3c/svg%3e",xo="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='500'%20height='80'%3e%3cline%20x1='0'%20y1='0'%20x2='500'%20y2='000'%20stroke='red'%20stroke-width='1'%3e%3c/line%3e%3cline%20x1='0'%20y1='80'%20x2='500'%20y2='80'%20stroke='red'%20stroke-width='1'%3e%3c/line%3e%3c/svg%3e",wo="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='500'%20height='80'%3e%3cline%20x1='0'%20y1='0'%20x2='500'%20y2='000'%20stroke='red'%20stroke-width='1'%3e%3c/line%3e%3cline%20x1='0'%20y1='20'%20x2='500'%20y2='20'%20stroke='red'%20stroke-width='1'%3e%3c/line%3e%3cline%20x1='0'%20y1='40'%20x2='500'%20y2='40'%20stroke='red'%20stroke-width='1'%3e%3c/line%3e%3cline%20x1='0'%20y1='60'%20x2='500'%20y2='60'%20stroke='red'%20stroke-width='1'%3e%3c/line%3e%3cline%20x1='0'%20y1='80'%20x2='500'%20y2='80'%20stroke='red'%20stroke-width='1'%3e%3c/line%3e%3c/svg%3e",Co="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='0%200%20130%20400'%20width='130'%20height='400'%3e%3cg%3e%3c!--%20细线(左)%20--%3e%3cline%20x1='60'%20x2='60'%20y1='0'%20y2='400'%20stroke='red'%20stroke-width='20'/%3e%3c!--%20粗线(右)%20--%3e%3cline%20x1='110'%20x2='110'%20y1='0'%20y2='400'%20stroke='red'%20stroke-width='40'/%3e%3c!--%20左侧两个实心小圆点%20--%3e%3c!--%20五线谱高度200时的点位比例换算到400高度时翻倍%20--%3e%3ccircle%20cx='25'%20cy='150'%20r='12.5'%20fill='red'/%3e%3ccircle%20cx='25'%20cy='250'%20r='12.5'%20fill='red'/%3e%3c/g%3e%3c/svg%3e",Io="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='0%200%20130%20400'%20width='130'%20height='400'%3e%3cg%3e%3c!--%20细线(左)%20--%3e%3cline%20x1='60'%20x2='60'%20y1='0'%20y2='400'%20stroke='red'%20stroke-width='20'/%3e%3c!--%20粗线(右)%20--%3e%3cline%20x1='110'%20x2='110'%20y1='0'%20y2='400'%20stroke='red'%20stroke-width='40'/%3e%3c/g%3e%3c/svg%3e",Mo="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='0%200%20130%20400'%20width='130'%20height='400'%3e%3cg%20transform='scale(-1,1)%20translate(-130,0)'%3e%3c!--%20细线(左)%20--%3e%3cline%20x1='60'%20x2='60'%20y1='0'%20y2='400'%20stroke='red'%20stroke-width='20'/%3e%3c!--%20粗线(右)%20--%3e%3cline%20x1='110'%20x2='110'%20y1='0'%20y2='400'%20stroke='red'%20stroke-width='40'/%3e%3c/g%3e%3c/svg%3e",ko="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='100'%20height='800'%3e%3crect%20fill='red'%20width='100'%20height='800'/%3e%3c/svg%3e",Lo="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='0%200%20130%20400'%20width='130'%20height='400'%3e%3cg%20transform='scale(-1,1)%20translate(-130,0)'%3e%3c!--%20细线(左)%20--%3e%3cline%20x1='60'%20x2='60'%20y1='0'%20y2='400'%20stroke='red'%20stroke-width='20'/%3e%3c!--%20粗线(右)%20--%3e%3cline%20x1='110'%20x2='110'%20y1='0'%20y2='400'%20stroke='red'%20stroke-width='40'/%3e%3c!--%20左侧两个实心小圆点%20--%3e%3c!--%20五线谱高度200时的点位比例换算到400高度时翻倍%20--%3e%3ccircle%20cx='25'%20cy='150'%20r='12.5'%20fill='red'/%3e%3ccircle%20cx='25'%20cy='250'%20r='12.5'%20fill='red'/%3e%3c/g%3e%3c/svg%3e",Ao="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='100'%20height='10'%3e%3cline%20x1='0'%20y1='5'%20x2='100'%20y2='5'%20stroke='red'%20stroke-width='10'%3e%3c/line%3e%3c/svg%3e",_o="data:image/svg+xml,%3csvg%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20width='225'%20height='310'%20viewBox='38%2020%2022.5%2031'%3e%3cpath%20d='M39.6836%2039.941C44.1108%2034.3597%2056.6663%2039.6271%2039.6836%2050.2217M39.6836%2039.941C41.2414%2038.4368%2045.5825%2035.9737%2046.9165%2040.0869C48.1652%2043.937%2043.0033%2048.4515%2039.6836%2050.2217M39.6836%2039.941C43.5534%2036.8878%2046.0949%2037.9243%2046.7436%2039.6271C48.2747%2043.6464%2042.7809%2048.2894%2039.6836%2050.2217M39.6836%2050.2217V20.7969'%20stroke='red'%20fill='transparent'%20stroke-width='1.52124'/%3e%3cg%20transform='translate(11,0)'%3e%3cpath%20d='M39.6836%2039.941C44.1108%2034.3597%2056.6663%2039.6271%2039.6836%2050.2217M39.6836%2039.941C41.2414%2038.4368%2045.5825%2035.9737%2046.9165%2040.0869C48.1652%2043.937%2043.0033%2048.4515%2039.6836%2050.2217M39.6836%2039.941C43.5534%2036.8878%2046.0949%2037.9243%2046.7436%2039.6271C48.2747%2043.6464%2042.7809%2048.2894%2039.6836%2050.2217M39.6836%2050.2217V20.7969'%20stroke='red'%20fill='transparent'%20stroke-width='1.52124'/%3e%3c/g%3e%3c/svg%3e",Bo="data:image/svg+xml,%3csvg%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20width='280'%20height='310'%20viewBox='37%2013%2028%2031'%3e%3crect%20id='Rectangle%201264'%20x='40.1074'%20y='14.6406'%20width='1.48319'%20height='28.5514'%20fill='red'/%3e%3crect%20id='Rectangle%201265'%20x='46.4102'%20y='13.1562'%20width='1.48319'%20height='28.5514'%20fill='red'/%3e%3cpath%20id='Rectangle%201266'%20d='M37.8828%2021.6815L50.1191%2019.0859V23.5355L37.8828%2026.1311V21.6815Z'%20fill='red'/%3e%3cpath%20id='Rectangle%201267'%20d='M37.8828%2033.9237L50.1191%2031.3281V35.7777L37.8828%2038.3733V33.9237Z'%20fill='red'/%3e%3cg%20transform='translate(14,0)'%3e%3crect%20id='Rectangle%201264'%20x='40.1074'%20y='14.6406'%20width='1.48319'%20height='28.5514'%20fill='red'/%3e%3crect%20id='Rectangle%201265'%20x='46.4102'%20y='13.1562'%20width='1.48319'%20height='28.5514'%20fill='red'/%3e%3cpath%20id='Rectangle%201266'%20d='M37.8828%2021.6815L50.1191%2019.0859V23.5355L37.8828%2026.1311V21.6815Z'%20fill='red'/%3e%3cpath%20id='Rectangle%201267'%20d='M37.8828%2033.9237L50.1191%2031.3281V35.7777L37.8828%2038.3733V33.9237Z'%20fill='red'/%3e%3c/g%3e%3c/svg%3e",No="data:image/svg+xml,%3csvg%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20width='100'%20height='300'%20viewBox='38%2020%2011.5%2031'%3e%3cpath%20d='M39.6836%2039.941C44.1108%2034.3597%2056.6663%2039.6271%2039.6836%2050.2217M39.6836%2039.941C41.2414%2038.4368%2045.5825%2035.9737%2046.9165%2040.0869C48.1652%2043.937%2043.0033%2048.4515%2039.6836%2050.2217M39.6836%2039.941C43.5534%2036.8878%2046.0949%2037.9243%2046.7436%2039.6271C48.2747%2043.6464%2042.7809%2048.2894%2039.6836%2050.2217M39.6836%2050.2217V20.7969'%20stroke='red'%20fill='transparent'%20stroke-width='1.52124'/%3e%3c/svg%3e",Do="data:image/svg+xml,%3csvg%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20width='100'%20height='300'%20viewBox='37%2013%2014%2031'%3e%3crect%20id='Rectangle%201264'%20x='40.1074'%20y='14.6406'%20width='1.48319'%20height='28.5514'%20fill='red'/%3e%3crect%20id='Rectangle%201265'%20x='46.4102'%20y='13.1562'%20width='1.48319'%20height='28.5514'%20fill='red'/%3e%3cpath%20id='Rectangle%201266'%20d='M37.8828%2021.6815L50.1191%2019.0859V23.5355L37.8828%2026.1311V21.6815Z'%20fill='red'/%3e%3cpath%20id='Rectangle%201267'%20d='M37.8828%2033.9237L50.1191%2031.3281V35.7777L37.8828%2038.3733V33.9237Z'%20fill='red'/%3e%3c/svg%3e",Ho="data:image/svg+xml,%3csvg%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20width='100'%20height='300'%20viewBox='3%2011%2010%2028'%3e%3cpath%20id='natural_1_'%20fill='red'%20d='M5.1,23.1v5.1l5.6-1.2v-5L5.1,23.1z%20M12.2,17.8V39h-1.6v-8.3l-7.1,1.5V11h1.6v8.3L12.2,17.8z'/%3e%3c/svg%3e",Ro="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018.3%2011.7'%20width='100'%20height='100'%3e%3cpath%20fill='red'%20id='whole'%20d='M5.7,5C5.9,6.6,6.3,8,7.2,9.1c0.8,1,1.8,1.4,3,1.3c1.7-0.1,2.5-1.2,2.3-3.5c-0.1-1.8-0.6-3.1-1.5-4.1%20c-0.8-1-1.8-1.4-3-1.3C7.2,1.6,6.6,1.9,6.1,2.4C5.8,2.9,5.6,3.8,5.7,5z%20M14.4,1.7c2,0.8,3.2,2.2,3.4,4.2c-0.1,2-1.2,3.4-3.2,4.2%20c-1.9,0.8-3.7,1.1-5.4,1.1c-1.7,0.1-3.5-0.3-5.5-1.1c-2-0.8-3.1-2.2-3.3-4.2c0.1-2,1.2-3.4,3.1-4.2c2-0.8,3.8-1.1,5.4-1.1%20C10.6,0.6,12.4,0.9,14.4,1.7z'/%3e%3c/svg%3e",To="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%209%207.3'%20width='90'%20height='90'%3e%3cg%20transform='translate(0.01,3.63)%20scale(1.15,1.15)'%3e%3c!--%20外层%20+%20内层路径叠加%20--%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20d='M7.8-0.9c-0.1,1.1-0.7,2-1.7,2.8C5,2.7,3.8,3.1,2.6,3.1%20c-0.8,0-1.4-0.2-1.9-0.6C0.3,2.1,0,1.5,0,0.9%20c0.1-1,0.7-1.9,1.7-2.7c1-0.8,2.1-1.2,3.2-1.3%20c0.9,0,1.6,0.2,2,0.5C7.5-2.2,7.8-1.7,7.8-0.9%20Z%20M6.4-0.8c-0.1,0.8-0.5,1.4-1.2,2%20C4.5,1.8,3.7,2.1,2.9,2.1%20C2.3,2.1,1.9,1.9,1.6,1.6%20C1.3,1.3,1.1,0.9,1.1,0.5%20c0.1-0.7,0.5-1.3,1.1-1.8%20c0.6-0.5,1.4-0.8,2.2-0.9%20c0.6,0,1.1,0.1,1.4,0.4%20C6.1-1.5,6.4-1.2,6.4-0.8Z'/%3e%3c/g%3e%3c/svg%3e",jo="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%209%207.3'%20width='90'%20height='90'%3e%3cg%20transform='translate(0.65,3.63)%20scale(1,1)%20rotate(0)'%3e%3cpath%20stroke='red'%20fill='red'%20d='M7.8-0.9c-0.1,1.1-0.7,2-1.7,2.8C5,2.7,3.8,3.1,2.6,3.1c-0.8,0-1.4-0.2-1.9-0.6C0.3,2.1,0,1.5,0,0.9c0.1-1,0.7-1.9,1.7-2.7c1-0.8,2.1-1.2,3.2-1.3c0.9,0,1.6,0.2,2,0.5C7.5-2.2,7.8-1.7,7.8-0.9'%3e%3c/path%3e%3c/g%3e%3c/svg%3e",Po="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='100'%3e%3c!--%20音符杆%20--%3e%3cline%20x1='5'%20y1='0'%20x2='5'%20y2='100'%20stroke='red'%20stroke-width='10'%3e%3c/line%3e%3c/svg%3e",zo="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='0%200%205.5%2016'%20width='80'%20height='200'%3e%3c!--%20音符尾%20--%3e%3cpath%20d='%20M3.9,15.4c0.5-1.5,1.1-3.8,0.3-5.6C3.5,8.2,2,6.8-0.1,6.1l-0.1,0.8h-0.5V0h0.6l0.3,2c0.3,1,0.6,1.2,1.2,2L2,4.8l2.1,2.6%20c2.3,2.9,1.1,6.4-0.1,8.1C4,15.6,3.8,15.7,3.9,15.4z%20'%20fill='red'/%3e%3c/svg%3e",Wo="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='0%200%206%2019'%20width='8'%20height='20'%3e%3c!--%20音符尾%20--%3e%3cpath%20d='%20M5.8,10.3C5.7,8.7,5.2,7.3,4.1,6c-0.7-1-1.7-2-3-3c-0.5-0.5-0.8-1-1-1.5L-0.1,0h-0.6v10h0.5V9.6c1.3,0.4,2.5,1.2,3.3,2%20c0.5,0.5,0.8,1.1,1.1,1.6C5,15.1,4.5,17.1,4,18.6c0,0.1,0.1,0.1,0.1,0.1c0.2-0.3,0.4-0.4,0.6-0.9c0.2-0.4,0.4-0.9,0.5-1.4%20c0.2-0.7,0.3-1.4,0.2-2.1l0,0c0-0.4-0.1-0.8-0.2-1.3C5.7,12.3,5.8,11.1,5.8,10.3z%20M4.1,10.9L3,9.6L2,8.3L1.4,7.5%20c-0.5-0.7-0.9-1-1.2-1.7c0,0-0.1-0.3-0.1-0.4c0,0-0.1-0.7-0.1-1l0,0c1.5,0.8,2.8,1.8,3.8,2.9c0.9,0.9,1.3,1.9,1.6,3%20c0,0.1,0,0.2,0,0.3L5,12.5C4.8,11.9,4.5,11.4,4.1,10.9z%20'%20fill='red'/%3e%3c/svg%3e",Fo="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='0%20-4.5%206.2%2023.5'%20width='8'%20height='30'%3e%3c!--%20音符尾%20--%3e%3cpath%20d='%20M5.4,12.8c0-0.1,0.1-0.2,0.1-0.3c0.2-0.7,0.3-1.4,0.3-2C5.7,9.7,5.6,9,5.4,8.4c0.3-0.8,0.4-1.7,0.4-2.6%20c-0.1-1.6-0.6-3-1.7-4.3c-0.8-1-1.8-2-3-3C0.6-2,0.3-2.5,0.1-3l-0.2-1.5h-0.6v14.7h0.5V9.7l2.5,1.6C3.3,11.8,4,12.4,4.6,13c0,0,0,0,0,0.1C5.3,14,5.5,16,5.5,16c0,0.6,0,1.1-0.2,1.8l0,0.2c0,0.3-0.1,0.4-0.1,0.6c0,0.1,0.1,0.1,0.1,0.1C5.6,17.9,6,17,6,15.7%20C6,15,5.8,13.6,5.4,12.8z%20M-0.1-0.1c1.5,0.8,2.8,1.7,3.8,2.9c0.8,0.9,1.3,2,1.4,3.4v1.6c-0.2-0.6-0.6-1.1-1-1.6%20c-0.8-0.9-1.8-1.9-3-3c-0.5-0.5-0.8-1-1-1.5l-0.2-1.5V-0.1z%20M5.1,12.2l-0.6-0.8l-0.2-0.2l-0.8-0.9L2.1,9c-0.5-0.5-1-1.1-1.4-2%20C0.2,6.2,0,5.4-0.1,4.5c1.5,0.8,2.8,1.8,3.8,2.9c0.8,1,1.3,2.1,1.5,3.3l-0.1,1.1L5.1,12.2z%20'%20fill='red'/%3e%3c/svg%3e",Vo="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='0%20-9%206.5%2029'%20width='80'%20height='300'%3e%3c!--%20音符尾%20--%3e%3cpath%20d='%20M5.8,3.9c0.3-0.8,0.4-1.7,0.4-2.6C6.1-0.3,5.6-1.7,4.5-3c-0.8-1-1.8-2-3-3C1-6.5,0.7-7,0.5-7.5L-0.2-9h-0.5v19.4H0V9.9%20c0,0,2.6,1,3.3,1.9c0.5,0.5,0.9,1.1,1.1,1.8c0.8,1.8,0.3,3.8-0.2,5.3c-0.1,0.3,0.1,0.2,0.1,0.1c0.8-1.1,1.4-2.6,1.3-4.5l0,0%20c-0.2-2.1-1.8-3.9-1.8-3.9S1.5,8,1.1,7.2C0.9,6.9,0,5,0,4.7h0.4c1.5,0.8,2.8,1.8,3.8,2.9c2.3,2.1,1.1,5.7,1.1,5.7l0.1,0.3%20c1-1.6,0.7-4.4,0.5-5C6.1,7.8,6.2,6.9,6.2,6C6.2,5.3,6,4.6,5.8,3.9z%20M5.5,8c-0.2-0.6-0.6-1.1-1-1.6c-0.8-0.9-1.8-1.9-3-3%20c-0.5-0.5-0.8-1-1-1.5L0,0.1C1.4,0.9,3.1,1.8,4.1,3c0.8,1,1.3,2,1.4,3.4V8z%20M5.5,3.3l-1-1.6c-0.8-1-1.8-2-3-3c-0.5-0.5-0.8-1-1-1.5%20L0-4.6c1.5,0.8,3.1,1.7,4.2,2.9c0.8,0.9,1.3,2,1.4,3.2V3.3z%20'%20fill='red'/%3e%3c/svg%3e",Zo="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='0%20-9.8%206.5%2029'%20width='80'%20height='300'%3e%3c!--%20音符尾%20--%3e%3cpath%20d='%20M5.7,14.3c0.1-0.4,0.2-0.7,0.3-1.1c0-0.2,0-0.4,0-0.5c0-0.5-0.1-1-0.2-1.6c-0.1-0.4-0.1-0.9,0-1.3C5.9,9.4,5.9,9,5.9,8.6%20c0-0.5-0.1-1.1-0.1-1.7c0-0.3,0-0.6,0-0.9l0.1-0.9c0-0.2,0-0.4,0-0.6c0-0.5-0.1-0.9-0.1-1.5c0-0.3,0-0.6,0-0.9l0.1-1%20c0-0.2,0-0.4,0-0.5c0-0.7-0.1-1.5-0.4-2.4C5.2-2.8,4.7-3.7,4-4.6C3.4-5.5,2.4-6.4,1.3-7.4c-0.5-0.5-0.8-1-1-1.4l-0.5-1h-0.5v21.1%20h0.4v-0.6l2.7,1.7c0.8,0.5,1.4,1,1.9,1.5c0.2,0.2,0.3,0.3,0.5,0.5c0.1,0.2,0.2,0.3,0.3,0.4c0.2,0.4,0.3,0.8,0.4,1.3%20c0,0,0.4,1.2,0,2.2l-0.2,0.4c0,0.1,0.1,0,0.1,0c0.3-0.5,0.4-0.4,0.6-1.2c0.1-0.4,0.1-0.8,0.1-1.2C6.3,15.6,6.1,14.9,5.7,14.3z%20M-0.1-6C1-5.4,2-4.8,2.8-4.1c0.8,0.6,1.5,1.5,2,2.7l0.3,1.1c0,0.1,0.1,0.3,0.1,0.4L5.4,1v0.7C5.1,0.9,4.7,0.1,4.1-0.7%20C3.4-1.5,2.4-2.5,1.3-3.5c-0.5-0.5-0.8-1-1-1.4l-0.4-1V-6z%20M2.8-0.2c0.8,0.6,1.5,1.5,2,2.7l0.3,1.1c0,0.2,0.1,0.3,0.1,0.5l0.2,1v0.6%20C5.1,4.7,4.7,3.9,4.1,3.2C3.4,2.3,2.4,1.3,1.3,0.4c-0.5-0.5-0.9-1-1-1.5l-0.4-1C1-1.5,2-0.9,2.8-0.2z%20M-0.1,1.7C1,2.3,2,3,2.8,3.7%20c0.8,0.6,1.5,1.5,2,2.7l0.3,1.1c0,0.1,0.1,0.3,0.1,0.4l0.2,0.9v0.7C5.1,8.7,4.7,7.9,4.1,7.1C3.4,6.2,2.4,5.3,1.3,4.3%20c-0.5-0.5-0.8-1-1-1.4l-0.4-1.1V1.7z%20M4.6,12.6l-1-1.1l-1.4-1.4C1.7,9.6,1.2,9,0.8,8.2C0.3,7.4,0.1,6.6,0,5.7c1.1,0.6,2,1.2,2.8,1.8%20c0.7,0.6,1.4,1.4,1.9,2.4c0.1,0.2,0.2,0.4,0.2,0.6l0.3,1l0.1,0.4l0.1,0.8v1.1l-0.7-1L4.6,12.6z%20'%20fill='red'/%3e%3c/svg%3e",Oo="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='0%20-18%206%2037'%20width='80'%20height='400'%3e%3c!--%20音符尾%20--%3e%3cpath%20d='%20M5.2,12.7c0.1-0.3,0.2-0.6,0.2-0.9c0.1-0.5,0.2-1,0.2-1.5c-0.1-0.7-0.2-1.4-0.4-2c0.3-0.8,0.4-1.7,0.4-2.6%20c0-0.8-0.2-1.5-0.4-2.1C5.5,2.8,5.6,1.9,5.6,1c0-0.7-0.1-1.4-0.3-2c0.2-0.8,0.3-1.6,0.3-2.5c0-0.6-0.1-1.2-0.3-1.8%20c0.2-0.8,0.3-1.6,0.3-2.4C5.5-9.3,5-10.7,3.9-12c-0.8-1-1.8-2-3-3c-0.5-0.5-0.9-1-1.1-1.5L-0.5-18h-0.4v28h0.5V9.6l0.1,0.1L0.3,10%20l1.8,1.1c0.9,0.5,1.7,1.1,2.2,1.7c0.9,1.1,1,3,1,3c0,0.6-0.1,1.3-0.3,2c0,0-0.1,0.2-0.1,0.3C4.8,18.4,5,18.3,5,18.2%20c0.4-0.6,0.6-0.9,0.8-1.8C6.1,15.4,5.6,13.5,5.2,12.7z%20M3.4-10.7c0.9,1,1.4,2.1,1.5,3.1v1.3L3.8-7.9c-0.8-1-1.8-2-3-3%20c-0.5-0.5-0.8-1-1-1.5l-0.2-1.2C1.1-12.8,2.4-11.9,3.4-10.7z%20M3.4-6.5c0.9,1,1.4,2.1,1.5,3.3l-0.1,1v0.4l-1-1.6c-0.8-1-1.8-2-3-3%20c-0.5-0.5-0.8-1-1-1.5l-0.2-1.5C1.1-8.6,2.4-7.7,3.4-6.5z%20M-0.4-5c1.5,0.8,2.8,1.7,3.8,2.9c0.9,1,1.4,2.1,1.5,3.3V3l-1-1.6%20c-0.8-1-1.8-2-3-3C0.4-2.1,0-2.6-0.2-3.2l-0.2-1.5V-5z%20M-0.4-0.2c1.5,0.8,2.8,1.7,3.8,2.9c0.9,0.9,1.4,2,1.5,3.2v1.7%20C4.7,7,4.3,6.5,3.9,6c-0.8-0.9-1.8-1.9-3-3C0.4,2.5,0,2-0.2,1.5L-0.4,0V-0.2z%20M-0.4,4.4c0.3,0.1,0.5,0.3,0.8,0.4%20c1.2,0.7,2.2,1.5,3,2.5c0.9,1,1.4,2.1,1.5,3.3V12l-0.6-0.8l-1-1.1L1.9,8.8C1.3,8.3,0.8,7.7,0.4,6.9C-0.1,6.1-0.3,5.3-0.4,4.4z%20'%20fill='red'/%3e%3c/svg%3e",Qo="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%208%204'%20width='80'%20height='40'%20preserveAspectRatio='none'%3e%3crect%20x='0'%20y='0'%20width='8'%20height='4'%20fill='red'/%3e%3c/svg%3e",qo="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%208%204'%20width='80'%20height='40'%20preserveAspectRatio='none'%3e%3crect%20x='0'%20y='0'%20width='8'%20height='4'%20fill='red'/%3e%3c/svg%3e",Uo="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='-0.7%20-9.5%207.5%2020'%20width='80'%20height='200'%3e%3cpath%20stroke='red'%20fill='red'%20d='M6.2-4.3C4.7-2.6,3.9-1.2,3.8,0.2c0,0.8,0.3,1.6,0.8,2.4l1.6,2.1L5.8,5.1C5.2,4.8,4.6,4.6,4.1,4.6c-0.5,0-0.9,0.2-1.3,0.7C2.4,6.1,2.3,6.8,2.6,7.4c0.3,0.6,0.6,1.1,1,1.4L3.3,9.3L1.2,7.4C0.5,6.7,0.1,5.9,0,4.9c0.1-1.4,0.9-2.1,2.3-2.1c0.5,0,1.2,0.2,1.9,0.6V3.4L0.4-1.5c0.7-0.6,1.3-1.3,1.8-2.1s0.7-1.7,0.6-2.6C2.5-7.3,2-8.1,1.4-8.9h1L6.2-4.3'%3e%3c/path%3e%3c/svg%3e",Go="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='-0.5%20-7%207.5%2012.3'%20width='80'%20height='160'%3e%3cpath%20stroke='red'%20fill='red'%20d='M3.3-4.1L3.2-3.8c0.1,0.3,0.3,0.3,0.6,0.2c1-0.4,1.7-1.1,2.1-2h0.4L3.5,4.7H2.6L5-3.4C4.1-2.9,3.3-2.6,2.3-2.5c-0.6,0-1.1-0.2-1.6-0.6C0.4-3.5,0.1-3.9,0.1-4.5c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0,1.3,0.4c0.4,0.3,0.5,0.7,0.6,1.3L3.3-4.1'%3e%3c/path%3e%3c/svg%3e",$o="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='-0.7%20-5%209.5%2018.5'%20width='90'%20height='180'%3e%3cpath%20stroke='red'%20fill='red'%20d='M2.3-1C1.9-1.4,1.6-1.9,1.6-2.5c0-1,0.5-1.6,1.5-1.8C3.6-4.4,4-4.2,4.3-3.9c0.4,0.3,0.6,0.7,0.6,1.3L4.8-2L4.7-1.7c0.1,0.2,0.3,0.3,0.6,0.1C6.3-2,7-2.7,7.5-3.6H8L3.4,12.7H2.6l2.3-8.2C4.1,5.1,3.2,5.4,2.3,5.4c-0.6,0-1.1-0.2-1.6-0.6C0.3,4.5,0,4,0,3.5c0.1-1.1,0.7-1.7,1.8-1.9c0.5,0,0.9,0.2,1.2,0.6c0.3,0.4,0.4,0.8,0.4,1.3L3.2,4.2c0.1,0.1,0.2,0.2,0.3,0.2c0.3,0,0.6-0.1,0.9-0.4l0.8-0.6l1.3-4.7C5.6-0.9,4.8-0.6,3.8-0.5C3.3-0.5,2.8-0.7,2.3-1'%3e%3c/path%3e%3c/svg%3e",Ko="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='-0.7%20-13%2011%2025'%20width='100'%20height='240'%3e%3cpath%20stroke='red'%20fill='red'%20d='M6.5-10L6.4-9.7c0.1,0.3,0.3,0.3,0.6,0.2c0.9-0.4,1.7-1.1,2.2-2h0.4L3.5,10.8H2.6l2.3-8.2C4.1,3.1,3.2,3.4,2.3,3.5c-0.6,0-1.1-0.2-1.6-0.6C0.3,2.6,0,2.1,0,1.5c0.1-1.1,0.7-1.7,1.8-1.9c1,0.1,1.5,0.7,1.6,1.7L3.2,2.3c0.1,0.1,0.2,0.2,0.3,0.1c0.3,0,0.6-0.1,1-0.4l0.8-0.7l1.2-4.7C5.7-2.8,4.8-2.5,3.9-2.5C3.3-2.5,2.8-2.7,2.3-3C1.9-3.4,1.6-3.8,1.6-4.4c0-1.1,0.6-1.7,1.8-1.9c0.5,0,0.9,0.2,1.2,0.6C4.8-5.3,5-4.9,4.9-4.4L4.8-3.7c0.1,0.1,0.2,0.2,0.3,0.2c0.3,0,0.6-0.1,1-0.4l0.8-0.8l1.3-4.7C7.3-8.8,6.5-8.5,5.6-8.5C5-8.5,4.4-8.7,4-9c-0.4-0.4-0.7-0.8-0.7-1.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0.1,1.3,0.4c0.4,0.3,0.6,0.7,0.6,1.3C6.7-10.4,6.6-10.2,6.5-10'%3e%3c/path%3e%3c/svg%3e",Xo="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='-0.7%20-13%2013%2031'%20width='50'%20height='140'%3e%3cpath%20stroke='red'%20fill='red'%20d='M7.3-8.5C6.7-8.5,6.2-8.7,5.7-9C5.3-9.4,5-9.9,5-10.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.6,0.7,0.6,1.3L8.3-10L8.2-9.7c0.1,0.3,0.3,0.3,0.6,0.2c1-0.4,1.7-1.1,2.2-2h0.4L3.5,16.8H2.6l2.3-8.2C4.1,9.1,3.2,9.4,2.3,9.5c-0.6,0-1.1-0.2-1.6-0.6S0,8.1,0,7.6c0.1-1.1,0.7-1.7,1.8-1.9c1,0.1,1.5,0.7,1.6,1.7L3.2,8.3c0.1,0.1,0.2,0.2,0.3,0.1c0.3,0,0.6-0.1,0.9-0.4l0.8-0.7l1.3-4.7C5.7,3.2,4.8,3.5,3.9,3.5C3.3,3.5,2.8,3.3,2.3,3C1.9,2.6,1.6,2.2,1.6,1.6c0-1.1,0.6-1.7,1.8-1.9c0.5,0,0.9,0.2,1.2,0.6S5,1.1,5,1.6L4.8,2.3C4.9,2.5,5,2.5,5.1,2.5c0.3,0,0.6-0.1,1-0.4l0.8-0.8l1.3-4.7C7.4-2.8,6.5-2.5,5.6-2.5C5-2.5,4.4-2.7,4-3C3.5-3.4,3.3-3.9,3.3-4.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0.1,1.3,0.4C6.5-5.5,6.7-5,6.7-4.5L6.6-4L6.5-3.7c0.1,0.3,0.3,0.3,0.6,0.2c0.5-0.2,1-0.5,1.5-1.1l1.3-4.7C9.1-8.8,8.2-8.5,7.3-8.5'%3e%3c/path%3e%3c/svg%3e",Jo="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='-0.7%20-19%2015%2037'%20width='50'%20height='140'%3e%3cpath%20stroke='red'%20fill='red'%20d='M12.9-17.6L3.5,16.8H2.6l2.2-8.2C4.1,9.1,3.2,9.4,2.3,9.5c-0.6,0-1.1-0.2-1.6-0.6S0,8.1,0,7.5c0.1-1.1,0.7-1.7,1.8-1.9c1,0.1,1.5,0.7,1.6,1.7L3.2,8.3c0.1,0.1,0.2,0.2,0.3,0.2c0.3,0,0.6-0.1,0.9-0.4l0.8-0.7l1.2-4.7C5.6,3.1,4.8,3.4,3.9,3.5c-0.6,0-1.1-0.2-1.6-0.6C1.9,2.6,1.6,2.1,1.6,1.6c0-1.1,0.6-1.7,1.8-1.8c0.5,0,0.9,0.2,1.2,0.6C4.8,0.7,5,1.1,4.9,1.5L4.8,2.3c0.1,0.1,0.2,0.2,0.3,0.1c0.3,0,0.6-0.1,0.9-0.4l0.8-0.8l1.4-4.6C7.3-2.8,6.5-2.5,5.6-2.5C5-2.5,4.4-2.7,4-3C3.5-3.4,3.3-3.9,3.3-4.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0.1,1.3,0.4c0.4,0.3,0.6,0.8,0.6,1.3L6.5-4L6.4-3.7c0.1,0.3,0.3,0.3,0.6,0.2c0.5-0.2,1-0.5,1.5-1.1l1.3-4.7C9-8.8,8.2-8.5,7.2-8.5C6.6-8.5,6.1-8.7,5.7-9C5.2-9.4,5-9.9,5-10.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.5,0.8,0.6,1.3L8.2-10L8.1-9.7c0.1,0.3,0.3,0.3,0.6,0.2c0.6-0.2,1.1-0.6,1.5-1.1l1.2-4.7c-0.8,0.5-1.7,0.8-2.6,0.9c-0.6,0-1.1-0.2-1.6-0.6c-0.5-0.4-0.7-0.8-0.7-1.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.5,0.7,0.6,1.3L9.8-16l-0.1,0.3c0.1,0.3,0.3,0.3,0.6,0.2c0.9-0.4,1.6-1.1,2.1-2H12.9'%3e%3c/path%3e%3c/svg%3e",Eo="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20viewBox='-0.7%20-19%2016%2042'%20width='50'%20height='140'%3e%3cpath%20stroke='red'%20fill='red'%20d='M14.4-17.7L5,16.7l0,0l-1.6,5.7H2.5l1.6-5.7l0,0l0.7-2.5C4,14.7,3.2,15,2.3,15.1c-0.6,0-1.1-0.2-1.6-0.6C0.3,14.2,0,13.7,0,13.1c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0,1.3,0.4C3.1,12,3.3,12.4,3.3,13l-0.1,0.6l-0.1,0.3c0.1,0.3,0.3,0.3,0.6,0.2l1.4-1l1.2-4.5C5.5,9.1,4.7,9.4,3.7,9.5c-0.6,0-1.1-0.2-1.6-0.6C1.8,8.5,1.6,8,1.5,7.4c0.1-1.1,0.7-1.7,1.8-1.9c1,0.1,1.5,0.7,1.6,1.7L4.7,8.1C4.8,8.2,4.9,8.3,5,8.2c0.3,0,0.6-0.1,0.9-0.4l0.8-0.7l1.2-4.7C7.2,3,6.3,3.3,5.4,3.4c-0.6,0-1.1-0.2-1.6-0.6C3.4,2.5,3.2,2,3.2,1.5c0-1.1,0.6-1.7,1.8-1.8c0.5,0,0.9,0.2,1.2,0.6C6.4,0.6,6.5,1,6.5,1.4L6.3,2.2c0.1,0.1,0.2,0.2,0.3,0.2c0.3,0,0.6-0.1,0.9-0.4l0.8-0.8l1.4-4.6C8.9-2.9,8-2.6,7.1-2.6C6.5-2.6,6-2.8,5.5-3.1C5.1-3.5,4.8-4,4.8-4.5c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0,1.3,0.3C8-5.6,8.2-5.2,8.2-4.7L8.1-4.1L8-3.8c0.1,0.3,0.3,0.3,0.6,0.2c0.5-0.2,1-0.5,1.5-1.1l1.3-4.7c-0.8,0.5-1.7,0.8-2.6,0.9c-0.6,0-1.1-0.2-1.6-0.6C6.8-9.5,6.5-10,6.5-10.5c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.5,0.8,0.6,1.3l-0.1,0.5L9.7-9.8c0.1,0.3,0.3,0.3,0.6,0.2c0.6-0.2,1.1-0.6,1.5-1.1l1.2-4.7c-0.8,0.5-1.7,0.8-2.6,0.9c-0.6,0-1.1-0.2-1.6-0.6c-0.5-0.4-0.7-0.8-0.7-1.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.5,0.7,0.6,1.3L11.4-16l-0.1,0.3c0.1,0.3,0.3,0.3,0.6,0.2c0.9-0.4,1.6-1.1,2.1-2h0.4'%3e%3c/path%3e%3c/svg%3e";function Yo(){const e=r.ref({skinKey:{url:"origin"},number_1:{url:hn},number_2:{url:fn},number_3:{url:pn},number_4:{url:yn},number_5:{url:vn},number_6:{url:Sn},number_7:{url:bn},clef_alto:{url:xn},clef_bass:{url:wn},clef_treble:{url:Cn},bar_numberNotation:{url:In},bar_standardStaff:{url:Mn},barLine_endRepeatSign:{url:kn},barLine_final:{url:Ln},barline_reverseFinal:{url:An},barline_single:{url:_n},barline_startRepeatSign:{url:Bn},chronaxieIncreasingLine:{url:Nn},chronaxieReducingLine_1:{url:Dn},chronaxieReducingLine_2:{url:Hn},chronaxieReducingLine_3:{url:Rn},chronaxieReducingLine_4:{url:Tn},accidental_doubleFlat:{url:jn},accidental_doubleSharp:{url:Pn},accidental_flat:{url:zn},accidental_sharp:{url:Wn},accidental_nature:{url:Fn},noteDot_1:{url:Vn},noteDot_2:{url:Zn},noteDot_3:{url:On},noteDot_4:{url:Qn},noteHead_1:{url:qn},noteHead_2:{url:Un},noteHead_4:{url:Gn},noteStem:{url:$n},noteTail_8:{url:Kn},noteTail_16:{url:Xn},noteTail_32:{url:Jn},noteTail_64:{url:En},noteTail_128:{url:Yn},noteTail_256:{url:eo},rest_1:{url:to},rest_2:{url:no},rest_4:{url:oo},rest_8:{url:ro},rest_16:{url:io},rest_32:{url:ao},rest_64:{url:lo},rest_128:{url:so},rest_256:{url:co},active_number_1:{url:uo},active_number_2:{url:mo},active_number_3:{url:go},active_number_4:{url:ho},active_number_5:{url:fo},active_number_6:{url:po},active_number_7:{url:yo},active_clef_alto:{url:vo},active_clef_bass:{url:So},active_clef_treble:{url:bo},active_bar_numberNotation:{url:xo},active_bar_standardStaff:{url:wo},active_barLine_endRepeatSign:{url:Co},active_barLine_final:{url:Io},active_barline_reverseFinal:{url:Mo},active_barline_single:{url:ko},active_barline_startRepeatSign:{url:Lo},active_chronaxieIncreasingLine:{url:Ao},active_accidental_doubleFlat:{url:_o},active_accidental_doubleSharp:{url:Bo},active_accidental_flat:{url:No},active_accidental_sharp:{url:Do},active_accidental_nature:{url:Ho},active_noteHead_1:{url:Ro},active_noteHead_2:{url:To},active_noteHead_4:{url:jo},active_noteStem:{url:Po},active_noteTail_8:{url:zo},active_noteTail_16:{url:Wo},active_noteTail_32:{url:Fo},active_noteTail_64:{url:Vo},active_noteTail_128:{url:Zo},active_noteTail_256:{url:Oo},active_rest_1:{url:Qo},active_rest_2:{url:qo},active_rest_4:{url:Uo},active_rest_8:{url:Go},active_rest_16:{url:$o},active_rest_32:{url:Ko},active_rest_64:{url:Xo},active_rest_128:{url:Jo},active_rest_256:{url:Eo}});function t(){o.value=e.value}const n=r.computed(()=>{var i;return((i=o.value.skinKey)==null?void 0:i.url)==="origin"}),o=r.ref(e.value);return{svgSkin:o,isOriginSkin:n,resetSkin:t}}const er=["height","viewBox","width"],tr=r.defineComponent({__name:"musicScore",props:{musicScore:{type:Object,required:!0},width:{type:Number,default:100},height:{type:Number,default:800},strokeWidth:{type:Number,default:1},styleMap:{type:Array}},emits:["spanSymbolMouseDown","spanSymbolMouseUp","msSymbolMouseDown","measureMouseDown","singleStaffMouseDown","multipleStavesMouseDown","update:mode","msSymbolMouseUp"],setup(e,{expose:t,emit:n}){const o=e,{isOriginSkin:i,svgSkin:a,resetSkin:l}=Yo();function c(C){a.value=C}const s=r.computed(()=>{var C,D;return(D=(C=a.value)==null?void 0:C.skinKey)==null?void 0:D.url});r.computed(()=>C=>{const D=[];return C.msSymbolContainerArray.forEach(H=>{let re=!1;for(const K of H.msSymbolArray)if(K.type===g.NoteHead&&(K.chronaxie===v.eighth||K.chronaxie===v.sixteenth)){re=!0;break}D.push(re)}),D});const m=r.ref(Y.edit),d=r.ref(new Map),h=r.ref(null);function u(){const C=F({type:g.NoteHead,chronaxie:v.quarter}),D=F({type:g.Rest,chronaxie:v.quarter});d.value.set(te.note,C),d.value.set(te.rest,D)}function f(C,D){d.value.set(C,D)}function y(C){return d.value.has(C)?d.value.get(C):null}const b=r.ref(te.note);function I(C){b.value=C}const A=r.computed(()=>C=>C.msSymbolContainerArray.filter(D=>D.type===R.variable)),x=n;function k(C,D){Mt(C,m,h,D),x("spanSymbolMouseDown")}function B(C,D){x("spanSymbolMouseUp")}function _(C,D){Ne(C,m,h,D),x("msSymbolMouseDown")}function W(C,D){x("msSymbolMouseUp")}function V(C,D){kt(C,m,h,D),x("measureMouseDown")}function q(C,D){Lt(C,m,h,D),x("singleStaffMouseDown")}function oe(C,D){At(C,m,h,D),x("multipleStavesMouseDown")}function de(C){m.value=C}const Ce=r.computed(()=>({width:o.width+"px",height:o.height+"px",overflow:"visible"}));r.ref({});function Ie(){o.musicScore&&(Vt(o.musicScore),u(),Ot(o.musicScore))}r.onBeforeMount(Ie);const rt=r.ref(null),Te=r.ref(!1);function _t(C){C.preventDefault(),ae.startX=C.clientX,ae.startY=C.clientY,Te.value=!0}function Bt(C){ae.startX=0,ae.startY=0,Te.value=!1}function Nt(C){var D;Te.value&&Ct(C,(D=o.musicScore)==null?void 0:D.measureHeight,h,o.musicScore)}function Dt(){h.value&&(h.value.options.highlight=!1),h.value=null}function Ht(C){C.showMode===U.standardStaff?s0(C):C.showMode===U.numberNotation&&c0(C)}return r.onMounted(()=>{}),r.onUnmounted(()=>{}),r.provide("msState",{mode:m,currentSelected:h,reserveMsSymbolMap:d,currentResevedType:b}),r.provide("skin",{svgSkin:a,isOriginSkin:i}),t({changeMode:de,root:rt,mode:m,currentSelected:h,currentResevedType:b,setReserveMsSymbol:f,getReserveMsSymbol:y,reserveMsSymbolMap:d,setCurrentResevedType:I,cancelSelect:Dt,switchShowMode:Ht,setSkin:c,resetSkin:l,skinKey:s}),(C,D)=>(r.openBlock(),r.createElementBlock("div",{ref_key:"musicScoreRef",ref:rt,style:r.normalizeStyle(Ce.value),class:"musicScore stack",onMousedown:r.withModifiers(_t,["stop"]),onMousemove:r.withModifiers(Nt,["stop"]),onMouseup:r.withModifiers(Bt,["stop"])},[r.createVNode(je,{disabled:!1,musicScore:e.musicScore,style:r.normalizeStyle({width:e.width+"px",height:e.height+"px"}),class:"stackItem lineLayer","component-width":e.width,comment:"谱线层1",onMultipleStavesMouseDown:oe,onSingleStaffMouseDown:q},{default:r.withCtx(({measure:H,measureIndex:re,singleStaff:K,multipleStaves:ce,measureWidth:ee})=>[(r.openBlock(),r.createBlock(jt,{key:"measure"+re,componentHeight:e.height,componentWidth:e.width,height:e.musicScore.measureHeight,measure:H,musicScore:e.musicScore,strokeWidth:e.strokeWidth,width:ee,x:re*ee,onMeasureMouseDown:V},null,8,["componentHeight","componentWidth","height","measure","musicScore","strokeWidth","width","x"]))]),_:1},8,["musicScore","style","component-width"]),(r.openBlock(),r.createElementBlock("svg",{height:e.height,viewBox:`0 0 ${e.width} ${e.height}`,width:e.width,class:"stackItem spanSymbolLayer",comment:"跨小节符号层",preserveAspectRatio:"none",xmlns:"http://www.w3.org/2000/svg"},[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(e.musicScore.spanSymbolArray,(H,re)=>(r.openBlock(),r.createBlock(sn,{key:H.vueKey,componentHeight:e.height,componentWidth:e.width,musicScore:e.musicScore,spanSymbol:H,onSpanSymbolMouseUp:B,onSpanSymbolMouseDown:k},null,8,["componentHeight","componentWidth","musicScore","spanSymbol"]))),128))],8,er)),r.createVNode(je,{musicScore:e.musicScore,style:r.normalizeStyle({width:e.width+"px",height:e.height+"px",pointerEvents:"none"}),class:"stackItem symbolLayer","component-width":e.width,comment:"符号层2"},{default:r.withCtx(({measure:H,measureIndex:re,singleStaff:K,multipleStaves:ce,measureWidth:ee})=>[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(H.msSymbolContainerArray,(ye,X)=>(r.openBlock(),r.createBlock(O0,{key:"ms-symbol-container"+X,componentHeight:e.height,componentWidth:e.width,measure:H,measureHeight:e.musicScore.measureHeight,measureWidth:ee,msSymbolContainer:ye,multipleStaves:ce,musicScore:e.musicScore,nextContainer:H.msSymbolContainerArray.length!==X+1?H.msSymbolContainerArray[X+1]:null,preContainer:H.msSymbolContainerArray.length!==0?H.msSymbolContainerArray[X-1]:null,singleStaff:K,onMsSymbolMousUp:W,onMsSymbolMouseDown:_},null,8,["componentHeight","componentWidth","measure","measureHeight","measureWidth","msSymbolContainer","multipleStaves","musicScore","nextContainer","preContainer","singleStaff"]))),128))]),_:1},8,["musicScore","style","component-width"]),r.withDirectives(r.createVNode(je,{musicScore:e.musicScore,"component-width":e.width,style:r.normalizeStyle({width:e.width+"px",height:e.height+"px",pointerEvents:"none"}),class:"stackItem symbolLayer",comment:"编辑模式虚拟音符层"},{default:r.withCtx(({measure:H,measureIndex:re,singleStaff:K,multipleStaves:ce,measureWidth:ee})=>[h.value===H?(r.openBlock(),r.createElementBlock(r.Fragment,{key:0},[A.value(H).length?r.createCommentVNode("",!0):(r.openBlock(),r.createBlock(Me,{key:0,componentHeight:e.height,componentWidth:e.width,measure:H,measureHeight:e.musicScore.measureHeight,measureWidth:ee,multipleStaves:ce,musicScore:e.musicScore,singleStaff:K,comment:"小节无变宽符号时的虚拟音符容器",type:"front"},null,8,["componentHeight","componentWidth","measure","measureHeight","measureWidth","multipleStaves","musicScore","singleStaff"])),r.createVNode(Me,{componentHeight:e.height,componentWidth:e.width,measure:H,measureHeight:e.musicScore.measureHeight,measureWidth:ee,msSymbolContainer:A.value(H)[0],multipleStaves:ce,musicScore:e.musicScore,singleStaff:K,comment:"第一个变宽容器",type:"front"},null,8,["componentHeight","componentWidth","measure","measureHeight","measureWidth","msSymbolContainer","multipleStaves","musicScore","singleStaff"]),(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(A.value(H),(ye,X)=>(r.openBlock(),r.createBlock(Me,{key:"virtual-symbol"+X,componentHeight:e.height,componentWidth:e.width,ind:X,measure:H,measureHeight:e.musicScore.measureHeight,measureWidth:ee,msSymbolContainer:ye,multipleStaves:ce,musicScore:e.musicScore,singleStaff:K,type:"self"},null,8,["componentHeight","componentWidth","ind","measure","measureHeight","measureWidth","msSymbolContainer","multipleStaves","musicScore","singleStaff"]))),128)),(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(A.value(H),(ye,X)=>(r.openBlock(),r.createBlock(Me,{key:"virtual-symbol"+X,componentHeight:e.height,componentWidth:e.width,ind:X,measure:H,measureHeight:e.musicScore.measureHeight,measureWidth:ee,msSymbolContainer:ye,multipleStaves:ce,musicScore:e.musicScore,singleStaff:K,type:X===A.value(H).length-1?"end":"middle"},null,8,["componentHeight","componentWidth","ind","measure","measureHeight","measureWidth","msSymbolContainer","multipleStaves","musicScore","singleStaff","type"]))),128))],64)):r.createCommentVNode("",!0)]),_:1},8,["musicScore","component-width","style"]),[[r.vShow,m.value===r.unref(Y).edit]])],36))}}),nr=G(tr,[["__scopeId","data-v-85d916fe"]]);exports.KeySignatureTonicSemitones=d0;exports.MsSymbolInformationMap=Z;exports.bottomUtil=v0;exports.default=nr;exports.eventUtil=mn;exports.geometryUtil=f0;exports.heightUtil=S0;exports.leftUtil=I0;exports.widthConstantUtil=m0;exports.widthUtil=b0;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const M=require("vue");var o=(t=>(t.Measure="measure",t.Sharp="sharp",t.Flat="flat",t.Double_sharp="double_sharp",t.Double_flat="double_flat",t.Natural="natural",t.Close_line="close_line",t.linked_close_line="linked_close_line",t.Single_barline="single_barline",t.Double_barline="double_barline",t.StartRepeat_barline="startRepeat_barline",t.EndRepeat_barline="endRepeat_barline",t.Dashed_barline="dashed_barline",t.Final_barline="final_barline",t.Start_end_repeat_barline="start_end_repeat_barline",t.Dotted_barline="dotted_barline",t.Reverse_barline="reverse_barline",t.Heavy_barline="heavy_barline",t.Heavy_double_barline="heavy_double_barline",t.linked_single_barline="linked_single_barline",t.linked_double_barline="linked_double_barline",t.linked_startRepeat_barline="linked_startRepeat_barline",t.linked_endRepeat_barline="linked_endRepeat_barline",t.linked_dashed_barline="linked_dashed_barline",t.linked_final_barline="linked_final_barline",t.linked_start_end_repeat_barline="linked_start_end_repeat_barline",t.linked_dotted_barline="linked_dotted_barline",t.linked_reverse_barline="linked_reverse_barline",t.linked_heavy_barline="linked_heavy_barline",t.linked_heavy_double_barline="linked_heavy_double_barline",t.C="C",t.C_sharp="C_sharp",t.D_flat="D_flat",t.D="D",t.E_flat="E_flat",t.E="E",t.F="F",t.F_sharp="F_sharp",t.G_flat="G_flat",t.G="G",t.A_flat="A_flat",t.A="A",t.B_flat="B_flat",t.B="B",t.C_flat="C_flat",t["1_1"]="1_1",t["1_4"]="1_4",t["2_4"]="2_4",t["3_4"]="3_4",t["4_4"]="4_4",t["3_8"]="3_8",t["6_8"]="6_8",t.AugmentationDot_1="augmentationDot_1",t.AugmentationDot_2="augmentationDot_2",t.AugmentationDot_3="augmentationDot_3",t.Number_0="number_0",t.Number_1="number_1",t.Number_2="number_2",t.Number_3="number_3",t.Number_4="number_4",t.Number_5="number_5",t.Number_6="number_6",t.Number_7="number_7",t.Number_X="number_X",t.ReduceLine_1="reduceLine_1",t.ReduceLine_2="reduceLine_2",t.ReduceLine_3="reduceLine_3",t.ReduceLine_4="reduceLine_4",t.ReduceLine_5="reduceLine_5",t.ReduceLine_6="reduceLine_6",t.addLine="addLine",t.OctaveDot="octaveDot",t.Bracket="bracket",t.Brace="brace",t.Square="square",t.Repeat_coda="repeat_coda",t.Repeat_to_coda="repeat_to_coda",t.Repeat_segno="repeat_segno",t.Repeat_dc="repeat_dc",t.Repeat_ds="repeat_ds",t.Repeat_fine="repeat_fine",t.Repeat_dc_al_fine="repeat_dc_al_fine",t.Repeat_dc_al_coda="repeat_dc_al_coda",t.Repeat_ds_al_fine="repeat_ds_al_fine",t.Repeat_ds_al_coda="repeat_ds_al_coda",t.Accent_above="acccent_above",t.Staccato_above="staccato_above",t.Staccatissimo_above="staccato_above",t.Tenuto_above="tenuto_above",t.Loure_above="loure_above",t.Marcato_above="marcato_above",t.Accent_staccato_above="accent_staccato_above",t.Marcato_staccato_above="marcato_staccato_above",t.Marcato_tenuto_above="marcato_tenuto_above",t.Staccatissimo_stroke_above="staccatissimo_stroke_above",t.Staccatissimo_wedge_above="staccatissimo_wedge_above",t.Stress_above="stress_above",t.Tenuto_accent_above="tenuto_accent_above",t.Unstress_above="unstress_above",t.Open="open",t.Muted="muted",t.Harmonic="harmonic",t.Up_bow="up_bow",t.Down_bow="down_bow",t.Turn="turn",t.InvertedTurn="invertedTurn",t.Trill="trill",t.ShortTrill="shortTrill",t.Mordent="mordent",t.Arpeggio="arpeggio",t.Up_arpeggio="up_arpeggio",t.Down_arpeggio="down_arpeggio",t.Bracket_arpeggio="bracket_arpeggio",t.Up_arpeggio_straight="up_arpeggio_straight",t.Down_arpeggio_straight="down_arpeggio_straight",t.Dyn_PPP="dyn_ppp",t.Dyn_PP="dyn_pp",t.Dyn_P="dyn_p",t.Dyn_MP="dyn_mp",t.Dyn_MF="dyn_mf",t.Dyn_F="dyn_f",t.Dyn_FF="dyn_ff",t.Dyn_FFF="dyn_fff",t.Dyn_FP="dyn_fp",t.Dyn_PF="dyn_pf",t.Dyn_SF="dyn_sf",t.Dyn_SFZ="dyn_sfz",t.Dyn_SFF="dyn_sff",t.Dyn_SFFZ="dyn_sffz",t.Dyn_SFP="dyn_sfp",t.Dyn_RFZ="dyn_rfz",t.Dyn_RF="dyn_rf",t.Dyn_FZ="dyn_fz",t))(o||{}),n=(t=>(t.Measure="measure",t.Treble="treble",t.Alto="alto",t.Bass="bass",t.Tenor="Tenor",t.Treble_f="treble_f",t.Alto_f="alto_f",t.Bass_f="bass_f",t.Tenor_f="tenor_f",t.Sharp="sharp",t.Flat="flat",t.Double_sharp="double_sharp",t.Double_flat="double_flat",t.Natural="natural",t.Close_line="close_line",t.linked_close_line="linked_close_line",t.Single_barline="single_barline",t.Double_barline="double_barline",t.StartRepeat_barline="startRepeat_barline",t.EndRepeat_barline="endRepeat_barline",t.Dashed_barline="dashed_barline",t.Final_barline="final_barline",t.Start_end_repeat_barline="start_end_repeat_barline",t.Dotted_barline="dotted_barline",t.Reverse_barline="reverse_barline",t.Heavy_barline="heavy_barline",t.Heavy_double_barline="heavy_double_barline",t.linked_single_barline="linked_single_barline",t.linked_double_barline="linked_double_barline",t.linked_startRepeat_barline="linked_startRepeat_barline",t.linked_endRepeat_barline="linked_endRepeat_barline",t.linked_dashed_barline="linked_dashed_barline",t.linked_final_barline="linked_final_barline",t.linked_start_end_repeat_barline="linked_start_end_repeat_barline",t.linked_dotted_barline="linked_dotted_barline",t.linked_reverse_barline="linked_reverse_barline",t.linked_heavy_barline="linked_heavy_barline",t.linked_heavy_double_barline="linked_heavy_double_barline",t.C="C",t.C_sharp="C_sharp",t.D_flat="D_flat",t.D="D",t.E_flat="E_flat",t.E="E",t.F="F",t.F_sharp="F_sharp",t.G_flat="G_flat",t.G="G",t.A_flat="A_flat",t.A="A",t.B_flat="B_flat",t.B="B",t.C_flat="C_flat",t["1_1"]="1_1",t["1_4"]="1_4",t["2_4"]="2_4",t["3_4"]="3_4",t["4_4"]="4_4",t["3_8"]="3_8",t["6_8"]="6_8",t.NoteHead_1="noteHead_1",t.NoteHead_2="noteHead_2",t.NoteHead_3="noteHead_3",t.NoteStem="notestem",t.NoteTail_1="noteTail_1",t.NoteTail_2="noteTail_2",t.NoteTail_3="noteTail_3",t.NoteTail_4="noteTail_4",t.NoteTail_5="noteTail_5",t.NoteTail_6="noteTail_6",t.NoteTail_1_r="noteTail_1_r",t.NoteTail_2_r="noteTail_2_r",t.NoteTail_3_r="noteTail_3_r",t.NoteTail_4_r="noteTail_4_r",t.NoteTail_5_r="noteTail_5_r",t.NoteTail_6_r="noteTail_6_r",t.Rest_1="rest_1",t.Rest_2="rest_2",t.Rest_3="rest_3",t.Rest_4="rest_4",t.Rest_5="rest_5",t.Rest_6="rest_6",t.Rest_7="rest_7",t.Rest_8="rest_8",t.Rest_9="rest_9",t.AugmentationDot_1="augmentationDot_1",t.AugmentationDot_2="augmentationDot_2",t.AugmentationDot_3="augmentationDot_3",t.AddLine_u="addLine_u",t.AddLine_d="addLine_d",t.Bracket="bracket",t.Brace="brace",t.Square="square",t.Repeat_coda="repeat_coda",t.Repeat_to_coda="repeat_to_coda",t.Repeat_segno="repeat_segno",t.Repeat_dc="repeat_dc",t.Repeat_ds="repeat_ds",t.Repeat_fine="repeat_fine",t.Repeat_dc_al_fine="repeat_dc_al_fine",t.Repeat_dc_al_coda="repeat_dc_al_coda",t.Repeat_ds_al_fine="repeat_ds_al_fine",t.Repeat_ds_al_coda="repeat_ds_al_coda",t.Accent_above="acccent_above",t.Staccato_above="staccato_above",t.Staccatissimo_above="staccato_above",t.Tenuto_above="tenuto_above",t.Loure_above="loure_above",t.Marcato_above="marcato_above",t.Accent_staccato_above="accent_staccato_above",t.Marcato_staccato_above="marcato_staccato_above",t.Marcato_tenuto_above="marcato_tenuto_above",t.Staccatissimo_stroke_above="staccatissimo_stroke_above",t.Staccatissimo_wedge_above="staccatissimo_wedge_above",t.Stress_above="stress_above",t.Tenuto_accent_above="tenuto_accent_above",t.Unstress_above="unstress_above",t.Open="open",t.Muted="muted",t.Harmonic="harmonic",t.Up_bow="up_bow",t.Down_bow="down_bow",t.Turn="turn",t.InvertedTurn="invertedTurn",t.Trill="trill",t.ShortTrill="shortTrill",t.Mordent="mordent",t.Arpeggio="arpeggio",t.Up_arpeggio="up_arpeggio",t.Down_arpeggio="down_arpeggio",t.Bracket_arpeggio="bracket_arpeggio",t.Up_arpeggio_straight="up_arpeggio_straight",t.Down_arpeggio_straight="down_arpeggio_straight",t.Dyn_PPP="dyn_ppp",t.Dyn_PP="dyn_pp",t.Dyn_P="dyn_p",t.Dyn_MP="dyn_mp",t.Dyn_MF="dyn_mf",t.Dyn_F="dyn_f",t.Dyn_FF="dyn_ff",t.Dyn_FFF="dyn_fff",t.Dyn_FP="dyn_fp",t.Dyn_PF="dyn_pf",t.Dyn_SF="dyn_sf",t.Dyn_SFZ="dyn_sfz",t.Dyn_SFF="dyn_sff",t.Dyn_SFFZ="dyn_sffz",t.Dyn_SFP="dyn_sfp",t.Dyn_RFZ="dyn_rfz",t.Dyn_RF="dyn_rf",t.Dyn_FZ="dyn_fz",t))(n||{}),Zt=(t=>(t[t.StandardStaff=1]="StandardStaff",t[t.NumberNotation=2]="NumberNotation",t[t.RhythmNotation=3]="RhythmNotation",t[t.Percussion=4]="Percussion",t))(Zt||{}),O=(t=>(t.Single_barline="single_barline",t.Double_barline="double_barline",t.StartRepeat_barline="startRepeat_barline",t.EndRepeat_barline="endRepeat_barline",t.Dashed_barline="dashed_barline",t.Final_barline="final_barline",t.Start_end_repeat_barline="start_end_repeat_barline",t.Dotted_barline="dotted_barline",t.Reverse_barline="reverse_barline",t.Heavy_barline="heavy_barline",t.Heavy_double_barline="heavy_double_barline",t))(O||{}),Tt=(t=>(t.Treble="treble",t.Bass="bass",t.Alto="alto",t.Tenor="tenor",t))(Tt||{}),Fn=(t=>(t.C="C",t.C_sharp="C_sharp",t.D_flat="D_flat",t.D="D",t.E_flat="E_flat",t.E="E",t.F="F",t.F_sharp="F_sharp",t.G_flat="G_flat",t.G="G",t.A_flat="A_flat",t.A="A",t.B_flat="B_flat",t.B="B",t.C_flat="C_flat",t))(Fn||{}),mt=(t=>(t["1_1"]="1_1",t["1_4"]="1_4",t["2_4"]="2_4",t["3_4"]="3_4",t["4_4"]="4_4",t["3_8"]="3_8",t["6_8"]="6_8",t))(mt||{}),Ln=(t=>(t[t.DoubleNote=1]="DoubleNote",t[t.DoubleMeasure=2]="DoubleMeasure",t))(Ln||{}),In=(t=>(t[t.Volta=1]="Volta",t[t.slur=2]="slur",t))(In||{}),Vt=(t=>(t[t.Note=1]="Note",t[t.Rest=2]="Rest",t))(Vt||{}),Ge=(t=>(t[t.slur=0]="slur",t.Trill_line="trill_line",t.Upprail_line="upprail_line",t.Downprail_line="downprail_line",t.Prallprall_line="prallprall_line",t.Pedal_ped_asterisk="pedal_ped_asterisk",t.Pedal_ped_line="pedal_ped_line",t.Pedal_straight_hooks="pedal_straight_hooks",t.Pedal_angled_end_hook="pedal_angled_end_hook",t.Pedal_both_hooks_angled="pedal_both_hooks_angled",t.Pedaal_angled_start_hook="pedal_angled_start_hook",t.Crescendo_line="crescendo_line",t.Diminuendo_line="diminuendo_line",t.Crescendo_hairpin="crescendo_hairpin",t.Diminuendo_hairpin="diminuendo_hairpin",t["8va_alta"]="8va_alta",t["8va_bassa"]="8va_bassa",t["15ma_alta"]="15ma_alta",t["15ma_bassa"]="15ma_bassa",t["22ma_alta"]="22ma_alta",t["22ma_bassa"]="22ma_bassa",t))(Ge||{}),Ne=(t=>(t[t.volta=0]="volta",t))(Ne||{}),Pn=(t=>(t.Accent_above="acccent_above",t.Staccato_above="staccato_above",t.Staccatissimo_above="staccato_above",t.Tenuto_above="tenuto_above",t.Loure_above="loure_above",t.Marcato_above="marcato_above",t.Accent_staccato_above="accent_staccato_above",t.Marcato_staccato_above="marcato_staccato_above",t.Marcato_tenuto_above="marcato_tenuto_above",t.Staccatissimo_stroke_above="staccatissimo_stroke_above",t.Staccatissimo_wedge_above="staccatissimo_wedge_above",t.Stress_above="stress_above",t.Tenuto_accent_above="tenuto_accent_above",t.Unstress_above="unstress_above",t.Open="open",t.Muted="muted",t.Harmonic="harmonic",t.Up_bow="up_bow",t.Down_bow="down_bow",t.Turn="turn",t.InvertedTurn="invertedTurn",t.Trill="trill",t.ShortTrill="shortTrill",t.Mordent="mordent",t.Arpeggio="arpeggio",t.Up_arpeggio="up_arpeggio",t.Down_arpeggio="down_arpeggio",t.Bracket_arpeggio="bracket_arpeggio",t.Up_arpeggio_straight="up_arpeggio_straight",t.Down_arpeggio_straight="down_arpeggio_straight",t.PPP="ppp",t.PP="pp",t.P="p",t.MP="mp",t.MF="mf",t.F="f",t.FF="ff",t.FFF="fff",t.FP="fp",t.PF="pf",t.SF="sf",t.SFZ="sfz",t.SFF="sff",t.SFFZ="sffz",t.SFP="sfp",t.RFZ="rfz",t.RF="rf",t.FZ="fz",t))(Pn||{}),Tn=(t=>t)(Tn||{}),he=(t=>(t.Coda="coda",t.Segno="segno",t))(he||{}),Ht=(t=>(t.To_coda="to_coda",t.DC="DC",t.DS="DS",t.Fine="fine",t.DC_al_fine="dc_al_fine",t.DC_al_coda="dc_al_coda",t.DS_al_fine="ds_al_fine",t.DS_al_coda="ds_al_coda",t))(Ht||{}),Mt=(t=>(t.Sharp="Sharp",t.Flat="Flat",t.Double_sharp="double_sharp",t.Double_flat="double_flat",t.Natural="natural",t))(Mt||{}),lt=(t=>(t.None="None",t.OnlyRight="OnlyRight",t.Combined="Combined",t))(lt||{}),Xt=(t=>(t.Bracket="Bracket",t.Brace="Brace",t.Square="Square",t))(Xt||{});const Pt=45,C='<rect x="0" y="0" width="30" height="30" fill="none" stroke="black" stroke-width="1"/>';function Ct(t,e,a,i){const s=i?e/2:0,r=i?"middle":"start";return`<text x="${s}" y="${Math.round(a*.78)}" text-anchor="${r}" font-size="13" font-weight="600" font-style="italic">${t}</text>`}const L1={content:`
|
|
2
|
+
<rect x="0" y="0" width="node.w" height="node.h" stroke="transparent" fill="transparent" />
|
|
3
|
+
<line x1="0" y1="0.5" x2="node.w" y2="0.5" stroke="black" stroke-width="1" />
|
|
4
|
+
<line x1="0" y1="11.5" x2="node.w" y2="11.5" stroke="black" stroke-width="1" />
|
|
5
|
+
<line x1="0" y1="22.5" x2="node.w" y2="22.5" stroke="black" stroke-width="1" />
|
|
6
|
+
<line x1="0" y1="33.5" x2="node.w" y2="33.5" stroke="black" stroke-width="1" />
|
|
7
|
+
<line x1="0" y1="44.5" x2="node.w" y2="44.5" stroke="black" stroke-width="1" />
|
|
8
|
+
`,w:1,h:Pt,skinKey:n.Measure,widthRatioForMeasure:100},I1={content:`
|
|
9
|
+
<g transform="
|
|
10
|
+
scale(0.18)">
|
|
11
|
+
<path id="Vector"
|
|
12
|
+
d="M58.2521 128.588L52.5358 100.789C71.9986 84.2187 80.9814 66.5533 80.9814 47.2446C80.9814 32.3181 75.1289 16.5699 63.1519 0C49.6777 10.9553 41.9198 32.7289 41.9198 56.1458C41.9198 64.4992 43.0086 72.4417 44.7779 80.1104C14.9713 105.308 0 128.451 0 149.676C0 174.6 25.5874 195.278 53.2163 195.278C59.341 195.278 63.9685 194.319 68.1877 192.265L73.2235 216.641C76.0308 232.176 60.9865 244.44 46.4112 244.44C42.0559 244.44 37.8367 243.344 34.0258 241.427C44.0974 240.331 51.7192 234.169 51.7192 225.131C51.7192 217.051 45.1862 208.698 36.7479 208.698C27.2206 208.698 20.6877 216.093 20.6877 225.679C20.6877 239.099 31.5759 248 44.6418 248C62.1991 248 77.0344 236.497 77.0344 220.064C77.0344 216.504 71.5903 191.991 71.4542 191.17C85.4728 184.322 95 172.272 95 159.399C94.8431 138.883 77.0476 126.943 58.2521 128.588ZM65.4656 18.7609C71.9195 18.7609 74.3123 29.9375 74.3123 34.9199C74.3123 47.6554 65.3295 62.0342 47.6361 77.7824C44.0453 63.3306 46.2924 18.7609 65.4656 18.7609ZM12.1132 156.66C12.1132 139.132 25.043 121.056 49.5415 102.706L54.9857 128.998C41.3754 131.874 29.8066 143.514 29.8066 156.523C29.8066 167.616 37.7006 175.284 49.4054 177.202C42.192 172.683 38.6533 167.068 38.6533 160.358C38.6533 151.32 47.0917 144.61 57.8438 143.103L67.235 188.431C45.0494 200.606 12.1132 182.493 12.1132 156.66ZM70.5014 186.65L61.2464 142.692C73.7567 141.724 83.5673 151.091 83.5673 164.055C83.5673 172.683 79.0759 180.214 70.5014 186.65Z"
|
|
13
|
+
fill="black"/>
|
|
14
|
+
</g>
|
|
15
|
+
`,w:95*.18+5,h:248*.18,skinKey:n.Treble,widthRatio:10,widthRatioForMeasure:18},P1={content:`
|
|
16
|
+
<g transform="translate(0.0000, -1.2500)">
|
|
17
|
+
<g transform=" scale(1,1.8) scale(0.09259259) scale(0.6,0.6)">
|
|
18
|
+
<rect id="XMLID_517_" y="7.5" width="60" height="270"></rect>
|
|
19
|
+
<rect id="XMLID_518_" x="90" y="7.5" width="30" height="270"></rect>
|
|
20
|
+
<path id="XMLID_519_" d="M225,157.428v-29.855c33.084,0,60-26.916,60-60c0-33.084-26.916-60-60-60 c-31.424,0-57.18,23.901-59.779,54.892c-0.02,0.158-0.173,1.825-0.173,2.515c0,0.031,0.005,0.06,0.005,0.091 c-0.001,0.024-0.004,0.047-0.005,0.071l0.009,0.001c0.088,10.97,9,19.837,19.991,19.837c11.046,0,20-8.954,20-20 c0-5.252-2.041-10.017-5.353-13.586c5.326-8.344,14.666-13.821,25.305-13.821c16.542,0,30,13.458,30,30c0,16.542-13.458,30-30,30 V82.5l-75,60l75,60v-15.072c16.542,0,30,13.458,30,29.999c0,16.542-13.458,30.001-30,30.001c-10.639,0-19.979-5.477-25.305-13.821 c3.312-3.569,5.353-8.333,5.353-13.586c0-11.046-8.954-20-20-20c-10.991,0-19.903,8.868-19.991,19.837l-0.009,0.001 c0.001,0.024,0.004,0.047,0.005,0.071c0,0.031-0.005,0.06-0.005,0.091c0,0.69,0.153,2.357,0.173,2.515 c2.6,30.991,28.355,54.892,59.779,54.892c33.084,0,60-26.916,60-60.001C285,184.343,258.084,157.428,225,157.428z"></path>
|
|
21
|
+
</g>
|
|
22
|
+
</g>
|
|
23
|
+
`,w:15.83+5,h:45*.6,skinKey:n.Bass,widthRatio:10,widthRatioForMeasure:18},T1={content:`
|
|
24
|
+
<g transform="translate(0.0000, -1.2500) translate(0.0000, -11)">
|
|
25
|
+
<g transform=" scale(1,1.8) scale(0.09259259) scale(0.6,0.6)">
|
|
26
|
+
<rect id="XMLID_517_" y="7.5" width="60" height="270"></rect>
|
|
27
|
+
<rect id="XMLID_518_" x="90" y="7.5" width="30" height="270"></rect>
|
|
28
|
+
<path id="XMLID_519_" d="M225,157.428v-29.855c33.084,0,60-26.916,60-60c0-33.084-26.916-60-60-60 c-31.424,0-57.18,23.901-59.779,54.892c-0.02,0.158-0.173,1.825-0.173,2.515c0,0.031,0.005,0.06,0.005,0.091 c-0.001,0.024-0.004,0.047-0.005,0.071l0.009,0.001c0.088,10.97,9,19.837,19.991,19.837c11.046,0,20-8.954,20-20 c0-5.252-2.041-10.017-5.353-13.586c5.326-8.344,14.666-13.821,25.305-13.821c16.542,0,30,13.458,30,30c0,16.542-13.458,30-30,30 V82.5l-75,60l75,60v-15.072c16.542,0,30,13.458,30,29.999c0,16.542-13.458,30.001-30,30.001c-10.639,0-19.979-5.477-25.305-13.821 c3.312-3.569,5.353-8.333,5.353-13.586c0-11.046-8.954-20-20-20c-10.991,0-19.903,8.868-19.991,19.837l-0.009,0.001 c0.001,0.024,0.004,0.047,0.005,0.071c0,0.031-0.005,0.06-0.005,0.091c0,0.69,0.153,2.357,0.173,2.515 c2.6,30.991,28.355,54.892,59.779,54.892c33.084,0,60-26.916,60-60.001C285,184.343,258.084,157.428,225,157.428z"></path>
|
|
29
|
+
</g>
|
|
30
|
+
</g>
|
|
31
|
+
`,w:15.83+5,h:45*.6,skinKey:n.Bass,widthRatio:10,widthRatioForMeasure:18},V1={content:`
|
|
32
|
+
<g transform="
|
|
33
|
+
scale(0.3)">
|
|
34
|
+
<path
|
|
35
|
+
d="M102.654 23.3828C106.677 23.3828 109.838 20.5407 109.838 16.9234C109.838 13.3062 106.677 10.4641 102.654 10.4641C98.6315 10.4641 95.4707 13.3062 95.4707 16.9234C95.4707 20.5407 98.4878 23.3828 102.654 23.3828ZM102.654 42.7608C98.6315 42.7608 95.4707 45.6029 95.4707 49.2201C95.4707 52.8373 98.6315 55.6794 102.654 55.6794C106.677 55.6794 109.838 52.8373 109.838 49.2201C109.838 45.6029 106.677 42.7608 102.654 42.7608ZM40.2996 0C21.7656 0 4.9557 11.756 4.9557 27.1292C4.9557 37.2057 10.8854 44.9704 20.0415 45.732C40.8212 47.4606 46.2348 21.2964 24.0644 20.0239C18.1738 20.0239 13.5762 24.1579 14.0072 24.1579C13.2888 24.1579 13.0015 23.512 13.0015 22.0909C13.0015 12.9187 25.7885 4.13397 37.5698 4.13397C54.0924 4.13397 64.5806 16.5359 64.5806 33.0718C64.5806 53.6124 51.2189 76.4785 29.9551 93.6603C25.7782 97.0308 17.2127 101.693 8.71847 105.08C7.61003 105.522 7.94765 107.002 9.11336 106.747C39.4552 100.11 83.2583 69.2189 83.2583 38.3684C83.1147 21.0574 74.3505 0 40.2996 0Z"
|
|
36
|
+
fill="black"
|
|
37
|
+
/>
|
|
38
|
+
</g>
|
|
39
|
+
`,w:104.88*.3+5,h:106.78*.3,skinKey:n.Bass,widthRatio:10,widthRatioForMeasure:18},z1={content:`
|
|
40
|
+
<g transform="
|
|
41
|
+
scale(0.32)">
|
|
42
|
+
<path id="Vector"
|
|
43
|
+
d="M58.2521 128.588L52.5358 100.789C71.9986 84.2187 80.9814 66.5533 80.9814 47.2446C80.9814 32.3181 75.1289 16.5699 63.1519 0C49.6777 10.9553 41.9198 32.7289 41.9198 56.1458C41.9198 64.4992 43.0086 72.4417 44.7779 80.1104C14.9713 105.308 0 128.451 0 149.676C0 174.6 25.5874 195.278 53.2163 195.278C59.341 195.278 63.9685 194.319 68.1877 192.265L73.2235 216.641C76.0308 232.176 60.9865 244.44 46.4112 244.44C42.0559 244.44 37.8367 243.344 34.0258 241.427C44.0974 240.331 51.7192 234.169 51.7192 225.131C51.7192 217.051 45.1862 208.698 36.7479 208.698C27.2206 208.698 20.6877 216.093 20.6877 225.679C20.6877 239.099 31.5759 248 44.6418 248C62.1991 248 77.0344 236.497 77.0344 220.064C77.0344 216.504 71.5903 191.991 71.4542 191.17C85.4728 184.322 95 172.272 95 159.399C94.8431 138.883 77.0476 126.943 58.2521 128.588ZM65.4656 18.7609C71.9195 18.7609 74.3123 29.9375 74.3123 34.9199C74.3123 47.6554 65.3295 62.0342 47.6361 77.7824C44.0453 63.3306 46.2924 18.7609 65.4656 18.7609ZM12.1132 156.66C12.1132 139.132 25.043 121.056 49.5415 102.706L54.9857 128.998C41.3754 131.874 29.8066 143.514 29.8066 156.523C29.8066 167.616 37.7006 175.284 49.4054 177.202C42.192 172.683 38.6533 167.068 38.6533 160.358C38.6533 151.32 47.0917 144.61 57.8438 143.103L67.235 188.431C45.0494 200.606 12.1132 182.493 12.1132 156.66ZM70.5014 186.65L61.2464 142.692C73.7567 141.724 83.5673 151.091 83.5673 164.055C83.5673 172.683 79.0759 180.214 70.5014 186.65Z"
|
|
44
|
+
fill="black"/>
|
|
45
|
+
</g>
|
|
46
|
+
`,w:95*.32+5,h:79.36,skinKey:n.Treble_f,widthRatio:10,widthRatioForMeasure:18},B1={content:`
|
|
47
|
+
<g transform=" translate(-2.0814, 0.0000)
|
|
48
|
+
scale(0.42)">
|
|
49
|
+
<path
|
|
50
|
+
d="M102.654 23.3828C106.677 23.3828 109.838 20.5407 109.838 16.9234C109.838 13.3062 106.677 10.4641 102.654 10.4641C98.6315 10.4641 95.4707 13.3062 95.4707 16.9234C95.4707 20.5407 98.4878 23.3828 102.654 23.3828ZM102.654 42.7608C98.6315 42.7608 95.4707 45.6029 95.4707 49.2201C95.4707 52.8373 98.6315 55.6794 102.654 55.6794C106.677 55.6794 109.838 52.8373 109.838 49.2201C109.838 45.6029 106.677 42.7608 102.654 42.7608ZM40.2996 0C21.7656 0 4.9557 11.756 4.9557 27.1292C4.9557 37.2057 10.8854 44.9704 20.0415 45.732C40.8212 47.4606 46.2348 21.2964 24.0644 20.0239C18.1738 20.0239 13.5762 24.1579 14.0072 24.1579C13.2888 24.1579 13.0015 23.512 13.0015 22.0909C13.0015 12.9187 25.7885 4.13397 37.5698 4.13397C54.0924 4.13397 64.5806 16.5359 64.5806 33.0718C64.5806 53.6124 51.2189 76.4785 29.9551 93.6603C25.7782 97.0308 17.2127 101.693 8.71847 105.08C7.61003 105.522 7.94765 107.002 9.11336 106.747C39.4552 100.11 83.2583 69.2189 83.2583 38.3684C83.1147 21.0574 74.3505 0 40.2996 0Z"
|
|
51
|
+
fill="black"
|
|
52
|
+
/>
|
|
53
|
+
</g>
|
|
54
|
+
`,w:104.88*.42+5,h:45,skinKey:n.Bass_f,widthRatio:10,widthRatioForMeasure:18},$1={content:`
|
|
55
|
+
<g transform="translate(0.0000, -1.2500)">
|
|
56
|
+
<g transform=" scale(1,1.8) scale(0.09259259)">
|
|
57
|
+
<rect id="XMLID_517_" y="7.5" width="60" height="270"></rect>
|
|
58
|
+
<rect id="XMLID_518_" x="90" y="7.5" width="30" height="270"></rect>
|
|
59
|
+
<path id="XMLID_519_" d="M225,157.428v-29.855c33.084,0,60-26.916,60-60c0-33.084-26.916-60-60-60 c-31.424,0-57.18,23.901-59.779,54.892c-0.02,0.158-0.173,1.825-0.173,2.515c0,0.031,0.005,0.06,0.005,0.091 c-0.001,0.024-0.004,0.047-0.005,0.071l0.009,0.001c0.088,10.97,9,19.837,19.991,19.837c11.046,0,20-8.954,20-20 c0-5.252-2.041-10.017-5.353-13.586c5.326-8.344,14.666-13.821,25.305-13.821c16.542,0,30,13.458,30,30c0,16.542-13.458,30-30,30 V82.5l-75,60l75,60v-15.072c16.542,0,30,13.458,30,29.999c0,16.542-13.458,30.001-30,30.001c-10.639,0-19.979-5.477-25.305-13.821 c3.312-3.569,5.353-8.333,5.353-13.586c0-11.046-8.954-20-20-20c-10.991,0-19.903,8.868-19.991,19.837l-0.009,0.001 c0.001,0.024,0.004,0.047,0.005,0.071c0,0.031-0.005,0.06-0.005,0.091c0,0.69,0.153,2.357,0.173,2.515 c2.6,30.991,28.355,54.892,59.779,54.892c33.084,0,60-26.916,60-60.001C285,184.343,258.084,157.428,225,157.428z"></path>
|
|
60
|
+
</g>
|
|
61
|
+
</g>
|
|
62
|
+
`,w:26.39+5,h:45,skinKey:n.Alto_f,widthRatio:10,widthRatioForMeasure:18},H1={content:`
|
|
63
|
+
<g transform="translate(0.0000, -1.2500) translate(0, -11)">
|
|
64
|
+
<g transform=" scale(1,1.8) scale(0.09259259) ">
|
|
65
|
+
<rect id="XMLID_517_" y="7.5" width="60" height="270"></rect>
|
|
66
|
+
<rect id="XMLID_518_" x="90" y="7.5" width="30" height="270"></rect>
|
|
67
|
+
<path id="XMLID_519_" d="M225,157.428v-29.855c33.084,0,60-26.916,60-60c0-33.084-26.916-60-60-60 c-31.424,0-57.18,23.901-59.779,54.892c-0.02,0.158-0.173,1.825-0.173,2.515c0,0.031,0.005,0.06,0.005,0.091 c-0.001,0.024-0.004,0.047-0.005,0.071l0.009,0.001c0.088,10.97,9,19.837,19.991,19.837c11.046,0,20-8.954,20-20 c0-5.252-2.041-10.017-5.353-13.586c5.326-8.344,14.666-13.821,25.305-13.821c16.542,0,30,13.458,30,30c0,16.542-13.458,30-30,30 V82.5l-75,60l75,60v-15.072c16.542,0,30,13.458,30,29.999c0,16.542-13.458,30.001-30,30.001c-10.639,0-19.979-5.477-25.305-13.821 c3.312-3.569,5.353-8.333,5.353-13.586c0-11.046-8.954-20-20-20c-10.991,0-19.903,8.868-19.991,19.837l-0.009,0.001 c0.001,0.024,0.004,0.047,0.005,0.071c0,0.031-0.005,0.06-0.005,0.091c0,0.69,0.153,2.357,0.173,2.515 c2.6,30.991,28.355,54.892,59.779,54.892c33.084,0,60-26.916,60-60.001C285,184.343,258.084,157.428,225,157.428z"></path>
|
|
68
|
+
</g>
|
|
69
|
+
</g>
|
|
70
|
+
`,w:26.39+5,h:45,skinKey:n.Alto_f,widthRatio:10,widthRatioForMeasure:18},A1={content:`
|
|
71
|
+
<g transform="
|
|
72
|
+
translate(-37.88,-13.1562),
|
|
73
|
+
scale(1)">
|
|
74
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
75
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
76
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
77
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
78
|
+
</g>
|
|
79
|
+
`,w:12.24,h:30.04,skinKey:n.Sharp,widthRatio:10,widthRatioForMeasure:10},K1={content:`
|
|
80
|
+
<g transform="translate(-39.6836, -20.7969)">
|
|
81
|
+
<path
|
|
82
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
83
|
+
stroke="black"
|
|
84
|
+
fill="transparent"
|
|
85
|
+
stroke-width="1.52124"
|
|
86
|
+
/>
|
|
87
|
+
</g>
|
|
88
|
+
`,w:8.63,h:29.42,skinKey:n.Flat,widthRatio:10,widthRatioForMeasure:10},Y1={content:`
|
|
89
|
+
<g transform="translate(-37.8828, -13.1562)">
|
|
90
|
+
<rect id="Rectangle 1264" x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black"></rect>
|
|
91
|
+
<rect id="Rectangle 1265" x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black"></rect>
|
|
92
|
+
<path id="Rectangle 1266" d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black"></path>
|
|
93
|
+
<path id="Rectangle 1267" d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black"></path>
|
|
94
|
+
<g transform="translate(14,0)">
|
|
95
|
+
<rect id="Rectangle 1264" x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black"></rect>
|
|
96
|
+
<rect id="Rectangle 1265" x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black"></rect>
|
|
97
|
+
<path id="Rectangle 1266" d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black"></path>
|
|
98
|
+
<path id="Rectangle 1267" d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black"></path>
|
|
99
|
+
</g>
|
|
100
|
+
</g>
|
|
101
|
+
`,w:26.24,h:30.04,skinKey:n.Double_sharp,widthRatio:10,widthRatioForMeasure:10},Z1={content:`<g transform="translate(-39.6836, -21.7969)">
|
|
102
|
+
<path d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969" stroke="black" fill="transparent" stroke-width="1.52124"></path>
|
|
103
|
+
<g transform="translate(11,0)">
|
|
104
|
+
<path d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969" stroke="black" fill="transparent" stroke-width="1.52124"></path>
|
|
105
|
+
|
|
106
|
+
</g>
|
|
107
|
+
</g>`,w:19.63,h:29.42,skinKey:n.Double_flat,widthRatio:10,widthRatioForMeasure:10},X1={content:`<g transform="translate(-3.5000, -11.0000)">
|
|
108
|
+
<path id="natural_1_" d="M5.1,23.1v5.1l5.6-1.2v-5L5.1,23.1z M12.2,17.8V39h-1.6v-8.3l-7.1,1.5V11h1.6v8.3L12.2,17.8z"></path>
|
|
109
|
+
</g>`,w:8.7,h:28,skinKey:n.Natural,widthRatio:10,widthRatioForMeasure:10},Vn={content:'<rect x="0" y="0" width="node.w" height="node.h" fill="black"/>',w:1,h:Pt,skinKey:n.Close_line},zn={content:'<rect x="0" y="0" width="node.w" height="node.h" fill="black"/>',w:1,h:0,skinKey:n.linked_close_line},ye={content:`
|
|
110
|
+
<line x1="4.5" y1="0" x2="4.5" y2="45" stroke="black" stroke-width="1" />
|
|
111
|
+
`,w:5,h:Pt,skinKey:n.Single_barline,widthRatio:4,widthRatioForMeasure:4},we={content:`
|
|
112
|
+
<line x1="4" y1="0" x2="4" y2="45" stroke="black" stroke-width="1" />
|
|
113
|
+
<line x1="7" y1="0" x2="7" y2="45" stroke="black" stroke-width="1" />
|
|
114
|
+
`,w:6,h:Pt,skinKey:n.Double_barline,widthRatio:4,widthRatioForMeasure:4},be={content:`
|
|
115
|
+
<line x1="6" y1="0" x2="6" y2="45" stroke="black" stroke-width="3" />
|
|
116
|
+
<line x1="10" y1="0" x2="10" y2="45" stroke="black" stroke-width="2" />
|
|
117
|
+
<circle cx="14" cy="15" r="1.5" fill="black" />
|
|
118
|
+
<circle cx="14" cy="30" r="1.5" fill="black" />
|
|
119
|
+
`,w:11.5,h:Pt,skinKey:n.StartRepeat_barline,widthRatio:4,widthRatioForMeasure:4},xe={content:`
|
|
120
|
+
<line x1="8" y1="0" x2="8" y2="45" stroke="black" stroke-width="2" />
|
|
121
|
+
<line x1="12" y1="0" x2="12" y2="45" stroke="black" stroke-width="3" />
|
|
122
|
+
<circle cx="4" cy="15" r="1.5" fill="black" />
|
|
123
|
+
<circle cx="4" cy="30" r="1.5" fill="black" />
|
|
124
|
+
`,w:12,h:Pt,skinKey:n.EndRepeat_barline,widthRatio:4,widthRatioForMeasure:4},Ce={content:`
|
|
125
|
+
<circle cx="4" cy="15" r="1.5" fill="black" />
|
|
126
|
+
<circle cx="4" cy="30" r="1.5" fill="black" />
|
|
127
|
+
<line x1="8" y1="0" x2="8" y2="45" stroke="black" stroke-width="2" />
|
|
128
|
+
<line x1="12" y1="0" x2="12" y2="45" stroke="black" stroke-width="3" />
|
|
129
|
+
<line x1="16" y1="0" x2="16" y2="45" stroke="black" stroke-width="2" />
|
|
130
|
+
<circle cx="20" cy="15" r="1.5" fill="black" />
|
|
131
|
+
<circle cx="20" cy="30" r="1.5" fill="black" />
|
|
132
|
+
`,w:21.5,h:Pt,skinKey:n.EndRepeat_barline,widthRatio:4,widthRatioForMeasure:4},me={content:`
|
|
133
|
+
<line x1="4" y1="0" x2="4" y2="45" stroke="black" stroke-width="1" />
|
|
134
|
+
<line x1="8" y1="0" x2="8" y2="45" stroke="black" stroke-width="3" />
|
|
135
|
+
`,w:8,h:Pt,skinKey:n.Final_barline,widthRatio:6,widthRatioForMeasure:6},Me={content:`
|
|
136
|
+
<line x1="5" y1="0" x2="5" y2="45" stroke="black" stroke-width="1" stroke-dasharray="3 3" />
|
|
137
|
+
`,w:4,h:Pt,skinKey:n.Dashed_barline,widthRatio:4,widthRatioForMeasure:4},Re={content:`
|
|
138
|
+
<line x1="5" y1="0" x2="5" y2="45" stroke="black" stroke-width="1" stroke-dasharray="1 3" />
|
|
139
|
+
`,w:4,h:Pt,skinKey:n.Dotted_barline,widthRatio:4,widthRatioForMeasure:4},ve={content:`
|
|
140
|
+
<line x1="8" y1="0" x2="8" y2="45" stroke="black" stroke-width="1" />
|
|
141
|
+
<line x1="4" y1="0" x2="4" y2="45" stroke="black" stroke-width="3" />
|
|
142
|
+
`,w:8,h:Pt,skinKey:n.Reverse_barline,widthRatio:4,widthRatioForMeasure:4},De={content:`
|
|
143
|
+
<line x1="5" y1="0" x2="5" y2="45" stroke="black" stroke-width="3" />
|
|
144
|
+
`,w:6,h:Pt,skinKey:n.Heavy_barline,widthRatio:4,widthRatioForMeasure:4},Fe={content:`
|
|
145
|
+
<line x1="5" y1="0" x2="5" y2="45" stroke="black" stroke-width="3" />
|
|
146
|
+
<line x1="10" y1="0" x2="10" y2="45" stroke="black" stroke-width="3" />
|
|
147
|
+
`,w:10,h:Pt,skinKey:n.Heavy_double_barline,widthRatio:4,widthRatioForMeasure:4},Bn={content:'<line x1="4.5" y1="0" x2="4.5" y2="node.h" stroke="black" stroke-width="1" />',w:5,h:0,skinKey:n.linked_single_barline,widthRatio:4,widthRatioForMeasure:4},$n={content:'<line x1="4" y1="0" x2="4" y2="node.h" stroke="black" stroke-width="1" /><line x1="7" y1="0" x2="7" y2="node.h" stroke="black" stroke-width="1" />',w:6,h:0,skinKey:n.linked_double_barline,widthRatio:4,widthRatioForMeasure:4},Hn={content:'<line x1="6" y1="0" x2="6" y2="node.h" stroke="black" stroke-width="3" /><line x1="10" y1="0" x2="10" y2="node.h" stroke="black" stroke-width="2" />',w:11.5,h:0,skinKey:n.linked_startRepeat_barline,widthRatio:4,widthRatioForMeasure:4},An={content:'<line x1="8" y1="0" x2="8" y2="node.h" stroke="black" stroke-width="2" /><line x1="12" y1="0" x2="12" y2="node.h" stroke="black" stroke-width="3" />',w:12,h:0,skinKey:n.linked_endRepeat_barline,widthRatio:4,widthRatioForMeasure:4},Kn={content:'<line x1="8" y1="0" x2="8" y2="node.h" stroke="black" stroke-width="2" /><line x1="12" y1="0" x2="12" y2="node.h" stroke="black" stroke-width="3" /><line x1="16" y1="0" x2="16" y2="node.h" stroke="black" stroke-width="2" />',w:21.5,h:0,skinKey:n.linked_start_end_repeat_barline,widthRatio:4,widthRatioForMeasure:4},Yn={content:'<line x1="5" y1="0" x2="5" y2="node.h" stroke="black" stroke-width="1" stroke-dasharray="3 3" />',w:4,h:0,skinKey:n.linked_dashed_barline,widthRatio:4,widthRatioForMeasure:4},Zn={content:'<line x1="4" y1="0" x2="4" y2="node.h" stroke="black" stroke-width="1" /><line x1="8" y1="0" x2="8" y2="node.h" stroke="black" stroke-width="3" />',w:8,h:0,skinKey:n.linked_final_barline,widthRatio:6,widthRatioForMeasure:6},Xn={content:'<line x1="5" y1="0" x2="5" y2="node.h" stroke="black" stroke-width="1" stroke-dasharray="1 3" />',w:4,h:0,skinKey:n.linked_dotted_barline,widthRatio:4,widthRatioForMeasure:4},On={content:'<line x1="8" y1="0" x2="8" y2="node.h" stroke="black" stroke-width="1" /><line x1="4" y1="0" x2="4" y2="node.h" stroke="black" stroke-width="3" />',w:8,h:0,skinKey:n.linked_reverse_barline,widthRatio:4,widthRatioForMeasure:4},Wn={content:'<line x1="5" y1="0" x2="5" y2="node.h" stroke="black" stroke-width="3" />',w:6,h:0,skinKey:n.linked_heavy_barline,widthRatio:4,widthRatioForMeasure:4},Gn={content:'<line x1="5" y1="0" x2="5" y2="node.h" stroke="black" stroke-width="3" /><line x1="10" y1="0" x2="10" y2="node.h" stroke="black" stroke-width="3" />',w:10,h:0,skinKey:n.linked_heavy_double_barline,widthRatio:4,widthRatioForMeasure:4};function Wt(t,e){const[a,i]=t.split("/");return{content:`<g >
|
|
148
|
+
<text x="15" y="24" text-anchor="middle" font-size="22" font-weight="600">${a}</text>
|
|
149
|
+
<text x="15" y="46" text-anchor="middle" font-size="22" font-weight="600">${i}</text>
|
|
150
|
+
</g>`,w:30,h:56,widthRatio:0,widthRatioForMeasure:0,skinKey:e}}function He(t){const e="M 16 4 A 8 5 0 0 1 0 4 A 8 5 0 0 1 16 4 L 13 4 A 5 2.5 0 0 0 3 4 A 5 2.5 0 0 0 13 4 Z";if(t===n.NoteHead_1)return{content:`<g transform="translate(0, 1)">
|
|
151
|
+
<path d="${e}" fill="black"></path>
|
|
152
|
+
</g>`,w:16,h:10,skinKey:t,widthRatio:6,widthRatioForMeasure:6};const i=`
|
|
153
|
+
<g transform="translate(-0.7051, 1.2474)">
|
|
154
|
+
<path d="M 15 4 A 7 4.5 -20 0 1 1 4 A 7 4.5 -20 0 1 15 4 L 11.76 5.37 A 4 2 -20 0 0 4.24 2.63 A 4 2 -20 0 0 11.76 5.37 Z" fill="black"></path>
|
|
155
|
+
</g>
|
|
156
|
+
`,s=`
|
|
157
|
+
<g transform="translate(-0.7051, 1.2474)">
|
|
158
|
+
<path d="M 15 4 A 7 4.5 -20 0 1 1 4 A 7 4.5 -20 0 1 15 4" fill="black"></path>
|
|
159
|
+
</g>
|
|
160
|
+
`;return t===n.NoteHead_2?{content:i,w:14.59,h:10.49,skinKey:t,widthRatio:6,widthRatioForMeasure:6}:t===n.NoteHead_3?{content:s,w:14.59,h:10.49,skinKey:t,widthRatio:6,widthRatioForMeasure:6}:{content:s,w:14,h:90,skinKey:t,widthRatio:6,widthRatioForMeasure:6}}const O1={content:`<g >
|
|
161
|
+
<rect width="node.w" height="node.h" />
|
|
162
|
+
</g>`,w:1,h:0,skinKey:n.NoteStem};function St(t,e){return e===n.NoteTail_1?{content:`<g transform=" scale(1.5) translate(0.7000, 0.0000) ">
|
|
163
|
+
<path d=" M3.9,15.4c0.5-1.5,1.1-3.8,0.3-5.6C3.5,8.2,2,6.8-0.1,6.1l-0.1,0.8h-0.5V0h0.6l0.3,2c0.3,1,0.6,1.2,1.2,2L2,4.8l2.1,2.6 c2.3,2.9,1.1,6.4-0.1,8.1C4,15.6,3.8,15.7,3.9,15.4z " fill="black"></path>
|
|
164
|
+
</g>`,w:9.16,h:23.4,skinKey:e}:e===n.NoteTail_2?{content:`<g transform=" scale(1.5) translate(0.7000, 0.0000)">
|
|
165
|
+
<path d=" M5.8,10.3C5.7,8.7,5.2,7.3,4.1,6c-0.7-1-1.7-2-3-3c-0.5-0.5-0.8-1-1-1.5L-0.1,0h-0.6v10h0.5V9.6c1.3,0.4,2.5,1.2,3.3,2 c0.5,0.5,0.8,1.1,1.1,1.6C5,15.1,4.5,17.1,4,18.6c0,0.1,0.1,0.1,0.1,0.1c0.2-0.3,0.4-0.4,0.6-0.9c0.2-0.4,0.4-0.9,0.5-1.4 c0.2-0.7,0.3-1.4,0.2-2.1l0,0c0-0.4-0.1-0.8-0.2-1.3C5.7,12.3,5.8,11.1,5.8,10.3z M4.1,10.9L3,9.6L2,8.3L1.4,7.5 c-0.5-0.7-0.9-1-1.2-1.7c0,0-0.1-0.3-0.1-0.4c0,0-0.1-0.7-0.1-1l0,0c1.5,0.8,2.8,1.8,3.8,2.9c0.9,0.9,1.3,1.9,1.6,3 c0,0.1,0,0.2,0,0.3L5,12.5C4.8,11.9,4.5,11.4,4.1,10.9z " fill="black"></path>
|
|
166
|
+
</g>`,w:9.75,h:28.05,skinKey:e}:e===n.NoteTail_3?{content:`<g transform=" scale(1.5) translate(0.7000, 4.5000)">
|
|
167
|
+
<path d=" M5.4,12.8c0-0.1,0.1-0.2,0.1-0.3c0.2-0.7,0.3-1.4,0.3-2C5.7,9.7,5.6,9,5.4,8.4c0.3-0.8,0.4-1.7,0.4-2.6 c-0.1-1.6-0.6-3-1.7-4.3c-0.8-1-1.8-2-3-3C0.6-2,0.3-2.5,0.1-3l-0.2-1.5h-0.6v14.7h0.5V9.7l2.5,1.6C3.3,11.8,4,12.4,4.6,13c0,0,0,0,0,0.1C5.3,14,5.5,16,5.5,16c0,0.6,0,1.1-0.2,1.8l0,0.2c0,0.3-0.1,0.4-0.1,0.6c0,0.1,0.1,0.1,0.1,0.1C5.6,17.9,6,17,6,15.7 C6,15,5.8,13.6,5.4,12.8z M-0.1-0.1c1.5,0.8,2.8,1.7,3.8,2.9c0.8,0.9,1.3,2,1.4,3.4v1.6c-0.2-0.6-0.6-1.1-1-1.6 c-0.8-0.9-1.8-1.9-3-3c-0.5-0.5-0.8-1-1-1.5l-0.2-1.5V-0.1z M5.1,12.2l-0.6-0.8l-0.2-0.2l-0.8-0.9L2.1,9c-0.5-0.5-1-1.1-1.4-2 C0.2,6.2,0,5.4-0.1,4.5c1.5,0.8,2.8,1.8,3.8,2.9c0.8,1,1.3,2.1,1.5,3.3l-0.1,1.1L5.1,12.2z " fill="black"></path>
|
|
168
|
+
</g>`,w:10.05,h:34.8,skinKey:e}:e===n.NoteTail_4?{content:`<g transform="scale(1.5) translate(0.7000, 9.0000) ">
|
|
169
|
+
<path d=" M5.8,3.9c0.3-0.8,0.4-1.7,0.4-2.6C6.1-0.3,5.6-1.7,4.5-3c-0.8-1-1.8-2-3-3C1-6.5,0.7-7,0.5-7.5L-0.2-9h-0.5v19.4H0V9.9 c0,0,2.6,1,3.3,1.9c0.5,0.5,0.9,1.1,1.1,1.8c0.8,1.8,0.3,3.8-0.2,5.3c-0.1,0.3,0.1,0.2,0.1,0.1c0.8-1.1,1.4-2.6,1.3-4.5l0,0 c-0.2-2.1-1.8-3.9-1.8-3.9S1.5,8,1.1,7.2C0.9,6.9,0,5,0,4.7h0.4c1.5,0.8,2.8,1.8,3.8,2.9c2.3,2.1,1.1,5.7,1.1,5.7l0.1,0.3 c1-1.6,0.7-4.4,0.5-5C6.1,7.8,6.2,6.9,6.2,6C6.2,5.3,6,4.6,5.8,3.9z M5.5,8c-0.2-0.6-0.6-1.1-1-1.6c-0.8-0.9-1.8-1.9-3-3 c-0.5-0.5-0.8-1-1-1.5L0,0.1C1.4,0.9,3.1,1.8,4.1,3c0.8,1,1.3,2,1.4,3.4V8z M5.5,3.3l-1-1.6c-0.8-1-1.8-2-3-3c-0.5-0.5-0.8-1-1-1.5 L0-4.6c1.5,0.8,3.1,1.7,4.2,2.9c0.8,0.9,1.3,2,1.4,3.2V3.3z " fill="black"></path>
|
|
170
|
+
</g>`,w:10.35,h:42.15,skinKey:e}:e===n.NoteTail_5?{content:`<g transform="scale(1.5) translate(0.7000, 9.8000) ">
|
|
171
|
+
<path d=" M5.7,14.3c0.1-0.4,0.2-0.7,0.3-1.1c0-0.2,0-0.4,0-0.5c0-0.5-0.1-1-0.2-1.6c-0.1-0.4-0.1-0.9,0-1.3C5.9,9.4,5.9,9,5.9,8.6 c0-0.5-0.1-1.1-0.1-1.7c0-0.3,0-0.6,0-0.9l0.1-0.9c0-0.2,0-0.4,0-0.6c0-0.5-0.1-0.9-0.1-1.5c0-0.3,0-0.6,0-0.9l0.1-1 c0-0.2,0-0.4,0-0.5c0-0.7-0.1-1.5-0.4-2.4C5.2-2.8,4.7-3.7,4-4.6C3.4-5.5,2.4-6.4,1.3-7.4c-0.5-0.5-0.8-1-1-1.4l-0.5-1h-0.5v21.1 h0.4v-0.6l2.7,1.7c0.8,0.5,1.4,1,1.9,1.5c0.2,0.2,0.3,0.3,0.5,0.5c0.1,0.2,0.2,0.3,0.3,0.4c0.2,0.4,0.3,0.8,0.4,1.3 c0,0,0.4,1.2,0,2.2l-0.2,0.4c0,0.1,0.1,0,0.1,0c0.3-0.5,0.4-0.4,0.6-1.2c0.1-0.4,0.1-0.8,0.1-1.2C6.3,15.6,6.1,14.9,5.7,14.3z M-0.1-6C1-5.4,2-4.8,2.8-4.1c0.8,0.6,1.5,1.5,2,2.7l0.3,1.1c0,0.1,0.1,0.3,0.1,0.4L5.4,1v0.7C5.1,0.9,4.7,0.1,4.1-0.7 C3.4-1.5,2.4-2.5,1.3-3.5c-0.5-0.5-0.8-1-1-1.4l-0.4-1V-6z M2.8-0.2c0.8,0.6,1.5,1.5,2,2.7l0.3,1.1c0,0.2,0.1,0.3,0.1,0.5l0.2,1v0.6 C5.1,4.7,4.7,3.9,4.1,3.2C3.4,2.3,2.4,1.3,1.3,0.4c-0.5-0.5-0.9-1-1-1.5l-0.4-1C1-1.5,2-0.9,2.8-0.2z M-0.1,1.7C1,2.3,2,3,2.8,3.7 c0.8,0.6,1.5,1.5,2,2.7l0.3,1.1c0,0.1,0.1,0.3,0.1,0.4l0.2,0.9v0.7C5.1,8.7,4.7,7.9,4.1,7.1C3.4,6.2,2.4,5.3,1.3,4.3 c-0.5-0.5-0.8-1-1-1.4l-0.4-1.1V1.7z M4.6,12.6l-1-1.1l-1.4-1.4C1.7,9.6,1.2,9,0.8,8.2C0.3,7.4,0.1,6.6,0,5.7c1.1,0.6,2,1.2,2.8,1.8 c0.7,0.6,1.4,1.4,1.9,2.4c0.1,0.2,0.2,0.4,0.2,0.6l0.3,1l0.1,0.4l0.1,0.8v1.1l-0.7-1L4.6,12.6z " fill="black"></path>
|
|
172
|
+
</g>`,w:10.32,h:42.82,skinKey:e}:e===n.NoteTail_6?{content:`<g transform="scale(1.5) translate(0.9000, 18.0000) ">
|
|
173
|
+
<path d=" M5.2,12.7c0.1-0.3,0.2-0.6,0.2-0.9c0.1-0.5,0.2-1,0.2-1.5c-0.1-0.7-0.2-1.4-0.4-2c0.3-0.8,0.4-1.7,0.4-2.6 c0-0.8-0.2-1.5-0.4-2.1C5.5,2.8,5.6,1.9,5.6,1c0-0.7-0.1-1.4-0.3-2c0.2-0.8,0.3-1.6,0.3-2.5c0-0.6-0.1-1.2-0.3-1.8 c0.2-0.8,0.3-1.6,0.3-2.4C5.5-9.3,5-10.7,3.9-12c-0.8-1-1.8-2-3-3c-0.5-0.5-0.9-1-1.1-1.5L-0.5-18h-0.4v28h0.5V9.6l0.1,0.1L0.3,10 l1.8,1.1c0.9,0.5,1.7,1.1,2.2,1.7c0.9,1.1,1,3,1,3c0,0.6-0.1,1.3-0.3,2c0,0-0.1,0.2-0.1,0.3C4.8,18.4,5,18.3,5,18.2 c0.4-0.6,0.6-0.9,0.8-1.8C6.1,15.4,5.6,13.5,5.2,12.7z M3.4-10.7c0.9,1,1.4,2.1,1.5,3.1v1.3L3.8-7.9c-0.8-1-1.8-2-3-3 c-0.5-0.5-0.8-1-1-1.5l-0.2-1.2C1.1-12.8,2.4-11.9,3.4-10.7z M3.4-6.5c0.9,1,1.4,2.1,1.5,3.3l-0.1,1v0.4l-1-1.6c-0.8-1-1.8-2-3-3 c-0.5-0.5-0.8-1-1-1.5l-0.2-1.5C1.1-8.6,2.4-7.7,3.4-6.5z M-0.4-5c1.5,0.8,2.8,1.7,3.8,2.9c0.9,1,1.4,2.1,1.5,3.3V3l-1-1.6 c-0.8-1-1.8-2-3-3C0.4-2.1,0-2.6-0.2-3.2l-0.2-1.5V-5z M-0.4-0.2c1.5,0.8,2.8,1.7,3.8,2.9c0.9,0.9,1.4,2,1.5,3.2v1.7 C4.7,7,4.3,6.5,3.9,6c-0.8-0.9-1.8-1.9-3-3C0.4,2.5,0,2-0.2,1.5L-0.4,0V-0.2z M-0.4,4.4c0.3,0.1,0.5,0.3,0.8,0.4 c1.2,0.7,2.2,1.5,3,2.5c0.9,1,1.4,2.1,1.5,3.3V12l-0.6-0.8l-1-1.1L1.9,8.8C1.3,8.3,0.8,7.7,0.4,6.9C-0.1,6.1-0.3,5.3-0.4,4.4z " fill="black"></path>
|
|
174
|
+
</g>`,w:10.19,h:54.45,skinKey:e}:{content:`<g transform="scale(1.5) translate(0.7000, 0.0000) ">
|
|
175
|
+
<path d=" M3.9,15.4c0.5-1.5,1.1-3.8,0.3-5.6C3.5,8.2,2,6.8-0.1,6.1l-0.1,0.8h-0.5V0h0.6l0.3,2c0.3,1,0.6,1.2,1.2,2L2,4.8l2.1,2.6 c2.3,2.9,1.1,6.4-0.1,8.1C4,15.6,3.8,15.7,3.9,15.4z " fill="black"></path>
|
|
176
|
+
</g>`,w:9.16,h:23.4,skinKey:e}}n.NoteTail_1_r+"",n.NoteTail_1,n.NoteTail_2_r+"",n.NoteTail_2,n.NoteTail_3_r+"",n.NoteTail_3,n.NoteTail_4_r+"",n.NoteTail_4,n.NoteTail_5_r+"",n.NoteTail_5,n.NoteTail_6_r+"",n.NoteTail_6;function Et(t){return t===n.NoteTail_1_r?{content:`<g transform="translate(1.0500, 23.4000)">
|
|
177
|
+
<g transform="scale(1,-1) scale(1.5)">
|
|
178
|
+
<path d=" M3.9,15.4c0.5-1.5,1.1-3.8,0.3-5.6C3.5,8.2,2,6.8-0.1,6.1l-0.1,0.8h-0.5V0h0.6l0.3,2c0.3,1,0.6,1.2,1.2,2L2,4.8l2.1,2.6 c2.3,2.9,1.1,6.4-0.1,8.1C4,15.6,3.8,15.7,3.9,15.4z " fill="black"></path>
|
|
179
|
+
</g>
|
|
180
|
+
</g>`,w:9.16,h:23.4,skinKey:t}:t===n.NoteTail_2_r?{content:`<g transform="translate(1.0500, 28.0500)">
|
|
181
|
+
<g transform="scale(1,-1) scale(1.5)">
|
|
182
|
+
<path d=" M5.8,10.3C5.7,8.7,5.2,7.3,4.1,6c-0.7-1-1.7-2-3-3c-0.5-0.5-0.8-1-1-1.5L-0.1,0h-0.6v10h0.5V9.6c1.3,0.4,2.5,1.2,3.3,2 c0.5,0.5,0.8,1.1,1.1,1.6C5,15.1,4.5,17.1,4,18.6c0,0.1,0.1,0.1,0.1,0.1c0.2-0.3,0.4-0.4,0.6-0.9c0.2-0.4,0.4-0.9,0.5-1.4 c0.2-0.7,0.3-1.4,0.2-2.1l0,0c0-0.4-0.1-0.8-0.2-1.3C5.7,12.3,5.8,11.1,5.8,10.3z M4.1,10.9L3,9.6L2,8.3L1.4,7.5 c-0.5-0.7-0.9-1-1.2-1.7c0,0-0.1-0.3-0.1-0.4c0,0-0.1-0.7-0.1-1l0,0c1.5,0.8,2.8,1.8,3.8,2.9c0.9,0.9,1.3,1.9,1.6,3 c0,0.1,0,0.2,0,0.3L5,12.5C4.8,11.9,4.5,11.4,4.1,10.9z " fill="black"></path>
|
|
183
|
+
</g>
|
|
184
|
+
</g>`,w:9.75,h:28.05,skinKey:t}:t===n.NoteTail_3_r?{content:`
|
|
185
|
+
<g transform="translate(1.0500, 28.0500)">
|
|
186
|
+
<g transform="scale(1,-1) scale(1.5)">
|
|
187
|
+
<path d=" M5.4,12.8c0-0.1,0.1-0.2,0.1-0.3c0.2-0.7,0.3-1.4,0.3-2C5.7,9.7,5.6,9,5.4,8.4c0.3-0.8,0.4-1.7,0.4-2.6 c-0.1-1.6-0.6-3-1.7-4.3c-0.8-1-1.8-2-3-3C0.6-2,0.3-2.5,0.1-3l-0.2-1.5h-0.6v14.7h0.5V9.7l2.5,1.6C3.3,11.8,4,12.4,4.6,13c0,0,0,0,0,0.1C5.3,14,5.5,16,5.5,16c0,0.6,0,1.1-0.2,1.8l0,0.2c0,0.3-0.1,0.4-0.1,0.6c0,0.1,0.1,0.1,0.1,0.1C5.6,17.9,6,17,6,15.7 C6,15,5.8,13.6,5.4,12.8z M-0.1-0.1c1.5,0.8,2.8,1.7,3.8,2.9c0.8,0.9,1.3,2,1.4,3.4v1.6c-0.2-0.6-0.6-1.1-1-1.6 c-0.8-0.9-1.8-1.9-3-3c-0.5-0.5-0.8-1-1-1.5l-0.2-1.5V-0.1z M5.1,12.2l-0.6-0.8l-0.2-0.2l-0.8-0.9L2.1,9c-0.5-0.5-1-1.1-1.4-2 C0.2,6.2,0,5.4-0.1,4.5c1.5,0.8,2.8,1.8,3.8,2.9c0.8,1,1.3,2.1,1.5,3.3l-0.1,1.1L5.1,12.2z " fill="black"></path>
|
|
188
|
+
</g>
|
|
189
|
+
</g>
|
|
190
|
+
`,w:10.05,h:34.8,skinKey:t}:t===n.NoteTail_4_r?{content:`<g transform="translate(1.0500, 28.6500)">
|
|
191
|
+
<g transform="scale(1,-1) scale(1.5)">
|
|
192
|
+
<path d=" M5.8,3.9c0.3-0.8,0.4-1.7,0.4-2.6C6.1-0.3,5.6-1.7,4.5-3c-0.8-1-1.8-2-3-3C1-6.5,0.7-7,0.5-7.5L-0.2-9h-0.5v19.4H0V9.9 c0,0,2.6,1,3.3,1.9c0.5,0.5,0.9,1.1,1.1,1.8c0.8,1.8,0.3,3.8-0.2,5.3c-0.1,0.3,0.1,0.2,0.1,0.1c0.8-1.1,1.4-2.6,1.3-4.5l0,0 c-0.2-2.1-1.8-3.9-1.8-3.9S1.5,8,1.1,7.2C0.9,6.9,0,5,0,4.7h0.4c1.5,0.8,2.8,1.8,3.8,2.9c2.3,2.1,1.1,5.7,1.1,5.7l0.1,0.3 c1-1.6,0.7-4.4,0.5-5C6.1,7.8,6.2,6.9,6.2,6C6.2,5.3,6,4.6,5.8,3.9z M5.5,8c-0.2-0.6-0.6-1.1-1-1.6c-0.8-0.9-1.8-1.9-3-3 c-0.5-0.5-0.8-1-1-1.5L0,0.1C1.4,0.9,3.1,1.8,4.1,3c0.8,1,1.3,2,1.4,3.4V8z M5.5,3.3l-1-1.6c-0.8-1-1.8-2-3-3c-0.5-0.5-0.8-1-1-1.5 L0-4.6c1.5,0.8,3.1,1.7,4.2,2.9c0.8,0.9,1.3,2,1.4,3.2V3.3z " fill="black"></path>
|
|
193
|
+
</g>
|
|
194
|
+
</g>`,w:10.35,h:42.15,skinKey:t}:t===n.NoteTail_5_r?{content:`<g transform="translate(1.0500, 28.1167)">
|
|
195
|
+
<g transform="scale(1,-1) scale(1.5)">
|
|
196
|
+
<path d=" M5.7,14.3c0.1-0.4,0.2-0.7,0.3-1.1c0-0.2,0-0.4,0-0.5c0-0.5-0.1-1-0.2-1.6c-0.1-0.4-0.1-0.9,0-1.3C5.9,9.4,5.9,9,5.9,8.6 c0-0.5-0.1-1.1-0.1-1.7c0-0.3,0-0.6,0-0.9l0.1-0.9c0-0.2,0-0.4,0-0.6c0-0.5-0.1-0.9-0.1-1.5c0-0.3,0-0.6,0-0.9l0.1-1 c0-0.2,0-0.4,0-0.5c0-0.7-0.1-1.5-0.4-2.4C5.2-2.8,4.7-3.7,4-4.6C3.4-5.5,2.4-6.4,1.3-7.4c-0.5-0.5-0.8-1-1-1.4l-0.5-1h-0.5v21.1 h0.4v-0.6l2.7,1.7c0.8,0.5,1.4,1,1.9,1.5c0.2,0.2,0.3,0.3,0.5,0.5c0.1,0.2,0.2,0.3,0.3,0.4c0.2,0.4,0.3,0.8,0.4,1.3 c0,0,0.4,1.2,0,2.2l-0.2,0.4c0,0.1,0.1,0,0.1,0c0.3-0.5,0.4-0.4,0.6-1.2c0.1-0.4,0.1-0.8,0.1-1.2C6.3,15.6,6.1,14.9,5.7,14.3z M-0.1-6C1-5.4,2-4.8,2.8-4.1c0.8,0.6,1.5,1.5,2,2.7l0.3,1.1c0,0.1,0.1,0.3,0.1,0.4L5.4,1v0.7C5.1,0.9,4.7,0.1,4.1-0.7 C3.4-1.5,2.4-2.5,1.3-3.5c-0.5-0.5-0.8-1-1-1.4l-0.4-1V-6z M2.8-0.2c0.8,0.6,1.5,1.5,2,2.7l0.3,1.1c0,0.2,0.1,0.3,0.1,0.5l0.2,1v0.6 C5.1,4.7,4.7,3.9,4.1,3.2C3.4,2.3,2.4,1.3,1.3,0.4c-0.5-0.5-0.9-1-1-1.5l-0.4-1C1-1.5,2-0.9,2.8-0.2z M-0.1,1.7C1,2.3,2,3,2.8,3.7 c0.8,0.6,1.5,1.5,2,2.7l0.3,1.1c0,0.1,0.1,0.3,0.1,0.4l0.2,0.9v0.7C5.1,8.7,4.7,7.9,4.1,7.1C3.4,6.2,2.4,5.3,1.3,4.3 c-0.5-0.5-0.8-1-1-1.4l-0.4-1.1V1.7z M4.6,12.6l-1-1.1l-1.4-1.4C1.7,9.6,1.2,9,0.8,8.2C0.3,7.4,0.1,6.6,0,5.7c1.1,0.6,2,1.2,2.8,1.8 c0.7,0.6,1.4,1.4,1.9,2.4c0.1,0.2,0.2,0.4,0.2,0.6l0.3,1l0.1,0.4l0.1,0.8v1.1l-0.7-1L4.6,12.6z " fill="black"></path>
|
|
197
|
+
</g>
|
|
198
|
+
</g>`,w:10.32,h:42.82,skinKey:t}:t===n.NoteTail_6_r?{content:`<g transform="translate(1.3500, 27.4500)">
|
|
199
|
+
<g transform="scale(1,-1) scale(1.5)">
|
|
200
|
+
<path d=" M5.2,12.7c0.1-0.3,0.2-0.6,0.2-0.9c0.1-0.5,0.2-1,0.2-1.5c-0.1-0.7-0.2-1.4-0.4-2c0.3-0.8,0.4-1.7,0.4-2.6 c0-0.8-0.2-1.5-0.4-2.1C5.5,2.8,5.6,1.9,5.6,1c0-0.7-0.1-1.4-0.3-2c0.2-0.8,0.3-1.6,0.3-2.5c0-0.6-0.1-1.2-0.3-1.8 c0.2-0.8,0.3-1.6,0.3-2.4C5.5-9.3,5-10.7,3.9-12c-0.8-1-1.8-2-3-3c-0.5-0.5-0.9-1-1.1-1.5L-0.5-18h-0.4v28h0.5V9.6l0.1,0.1L0.3,10 l1.8,1.1c0.9,0.5,1.7,1.1,2.2,1.7c0.9,1.1,1,3,1,3c0,0.6-0.1,1.3-0.3,2c0,0-0.1,0.2-0.1,0.3C4.8,18.4,5,18.3,5,18.2 c0.4-0.6,0.6-0.9,0.8-1.8C6.1,15.4,5.6,13.5,5.2,12.7z M3.4-10.7c0.9,1,1.4,2.1,1.5,3.1v1.3L3.8-7.9c-0.8-1-1.8-2-3-3 c-0.5-0.5-0.8-1-1-1.5l-0.2-1.2C1.1-12.8,2.4-11.9,3.4-10.7z M3.4-6.5c0.9,1,1.4,2.1,1.5,3.3l-0.1,1v0.4l-1-1.6c-0.8-1-1.8-2-3-3 c-0.5-0.5-0.8-1-1-1.5l-0.2-1.5C1.1-8.6,2.4-7.7,3.4-6.5z M-0.4-5c1.5,0.8,2.8,1.7,3.8,2.9c0.9,1,1.4,2.1,1.5,3.3V3l-1-1.6 c-0.8-1-1.8-2-3-3C0.4-2.1,0-2.6-0.2-3.2l-0.2-1.5V-5z M-0.4-0.2c1.5,0.8,2.8,1.7,3.8,2.9c0.9,0.9,1.4,2,1.5,3.2v1.7 C4.7,7,4.3,6.5,3.9,6c-0.8-0.9-1.8-1.9-3-3C0.4,2.5,0,2-0.2,1.5L-0.4,0V-0.2z M-0.4,4.4c0.3,0.1,0.5,0.3,0.8,0.4 c1.2,0.7,2.2,1.5,3,2.5c0.9,1,1.4,2.1,1.5,3.3V12l-0.6-0.8l-1-1.1L1.9,8.8C1.3,8.3,0.8,7.7,0.4,6.9C-0.1,6.1-0.3,5.3-0.4,4.4z " fill="black"></path>
|
|
201
|
+
</g>
|
|
202
|
+
</g>`,w:10.19,h:54.45,skinKey:t}:{content:`<g transform="translate(1.0500, 23.4000)">
|
|
203
|
+
<g transform="scale(1,-1) scale(1.5)">
|
|
204
|
+
<path d=" M3.9,15.4c0.5-1.5,1.1-3.8,0.3-5.6C3.5,8.2,2,6.8-0.1,6.1l-0.1,0.8h-0.5V0h0.6l0.3,2c0.3,1,0.6,1.2,1.2,2L2,4.8l2.1,2.6 c2.3,2.9,1.1,6.4-0.1,8.1C4,15.6,3.8,15.7,3.9,15.4z " fill="black"></path>
|
|
205
|
+
</g>
|
|
206
|
+
</g>`,w:9.16,h:23.4,skinKey:t}}function At(t){return t===n.Rest_1?{content:'<rect x="0" y="0" width="10" height="6" fill="black"/>',w:10,h:6,skinKey:t,widthRatio:6,widthRatioForMeasure:6}:t===n.Rest_2?{content:'<rect x="0" y="0" width="10" height="6" fill="black"/>',w:10,h:6,skinKey:t,widthRatio:6,widthRatioForMeasure:6}:t===n.Rest_3?{content:`<g transform="translate(0.0000, 8.9000)">
|
|
207
|
+
<path stroke="black" d="M6.2-4.3C4.7-2.6,3.9-1.2,3.8,0.2c0,0.8,0.3,1.6,0.8,2.4l1.6,2.1L5.8,5.1C5.2,4.8,4.6,4.6,4.1,4.6c-0.5,0-0.9,0.2-1.3,0.7C2.4,6.1,2.3,6.8,2.6,7.4c0.3,0.6,0.6,1.1,1,1.4L3.3,9.3L1.2,7.4C0.5,6.7,0.1,5.9,0,4.9c0.1-1.4,0.9-2.1,2.3-2.1c0.5,0,1.2,0.2,1.9,0.6V3.4L0.4-1.5c0.7-0.6,1.3-1.3,1.8-2.1s0.7-1.7,0.6-2.6C2.5-7.3,2-8.1,1.4-8.9h1L6.2-4.3"></path>
|
|
208
|
+
</g>`,w:6.2,h:18.2,skinKey:t,widthRatio:6,widthRatioForMeasure:6}:t===n.Rest_4?{content:`<g transform="translate(-0.1000, 6.3361)">
|
|
209
|
+
<path stroke="black" d="M3.3-4.1L3.2-3.8c0.1,0.3,0.3,0.3,0.6,0.2c1-0.4,1.7-1.1,2.1-2h0.4L3.5,4.7H2.6L5-3.4C4.1-2.9,3.3-2.6,2.3-2.5c-0.6,0-1.1-0.2-1.6-0.6C0.4-3.5,0.1-3.9,0.1-4.5c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0,1.3,0.4c0.4,0.3,0.5,0.7,0.6,1.3L3.3-4.1"></path>
|
|
210
|
+
</g>`,w:6.2,h:11.04,skinKey:t,widthRatio:6,widthRatioForMeasure:6}:t===n.Rest_5?{content:`<g transform="translate(0.0000, 4.3260)">
|
|
211
|
+
<path stroke="black" d="M2.3-1C1.9-1.4,1.6-1.9,1.6-2.5c0-1,0.5-1.6,1.5-1.8C3.6-4.4,4-4.2,4.3-3.9c0.4,0.3,0.6,0.7,0.6,1.3L4.8-2L4.7-1.7c0.1,0.2,0.3,0.3,0.6,0.1C6.3-2,7-2.7,7.5-3.6H8L3.4,12.7H2.6l2.3-8.2C4.1,5.1,3.2,5.4,2.3,5.4c-0.6,0-1.1-0.2-1.6-0.6C0.3,4.5,0,4,0,3.5c0.1-1.1,0.7-1.7,1.8-1.9c0.5,0,0.9,0.2,1.2,0.6c0.3,0.4,0.4,0.8,0.4,1.3L3.2,4.2c0.1,0.1,0.2,0.2,0.3,0.2c0.3,0,0.6-0.1,0.9-0.4l0.8-0.6l1.3-4.7C5.6-0.9,4.8-0.6,3.8-0.5C3.3-0.5,2.8-0.7,2.3-1"></path>
|
|
212
|
+
</g>`,w:8,h:17.03,skinKey:t,widthRatio:6,widthRatioForMeasure:6}:t===n.Rest_6?{content:`<g transform="translate(0.0000, 12.2260)">
|
|
213
|
+
<path stroke="black" d="M6.5-10L6.4-9.7c0.1,0.3,0.3,0.3,0.6,0.2c0.9-0.4,1.7-1.1,2.2-2h0.4L3.5,10.8H2.6l2.3-8.2C4.1,3.1,3.2,3.4,2.3,3.5c-0.6,0-1.1-0.2-1.6-0.6C0.3,2.6,0,2.1,0,1.5c0.1-1.1,0.7-1.7,1.8-1.9c1,0.1,1.5,0.7,1.6,1.7L3.2,2.3c0.1,0.1,0.2,0.2,0.3,0.1c0.3,0,0.6-0.1,1-0.4l0.8-0.7l1.2-4.7C5.7-2.8,4.8-2.5,3.9-2.5C3.3-2.5,2.8-2.7,2.3-3C1.9-3.4,1.6-3.8,1.6-4.4c0-1.1,0.6-1.7,1.8-1.9c0.5,0,0.9,0.2,1.2,0.6C4.8-5.3,5-4.9,4.9-4.4L4.8-3.7c0.1,0.1,0.2,0.2,0.3,0.2c0.3,0,0.6-0.1,1-0.4l0.8-0.8l1.3-4.7C7.3-8.8,6.5-8.5,5.6-8.5C5-8.5,4.4-8.7,4-9c-0.4-0.4-0.7-0.8-0.7-1.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0.1,1.3,0.4c0.4,0.3,0.6,0.7,0.6,1.3C6.7-10.4,6.6-10.2,6.5-10"></path>
|
|
214
|
+
</g>`,w:9.6,h:23.03,skinKey:t,widthRatio:6,widthRatioForMeasure:6}:t===n.Rest_7?{content:`<g transform="translate(0.0000, 12.2260)">
|
|
215
|
+
<path stroke="black" d="M7.3-8.5C6.7-8.5,6.2-8.7,5.7-9C5.3-9.4,5-9.9,5-10.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.6,0.7,0.6,1.3L8.3-10L8.2-9.7c0.1,0.3,0.3,0.3,0.6,0.2c1-0.4,1.7-1.1,2.2-2h0.4L3.5,16.8H2.6l2.3-8.2C4.1,9.1,3.2,9.4,2.3,9.5c-0.6,0-1.1-0.2-1.6-0.6S0,8.1,0,7.6c0.1-1.1,0.7-1.7,1.8-1.9c1,0.1,1.5,0.7,1.6,1.7L3.2,8.3c0.1,0.1,0.2,0.2,0.3,0.1c0.3,0,0.6-0.1,0.9-0.4l0.8-0.7l1.3-4.7C5.7,3.2,4.8,3.5,3.9,3.5C3.3,3.5,2.8,3.3,2.3,3C1.9,2.6,1.6,2.2,1.6,1.6c0-1.1,0.6-1.7,1.8-1.9c0.5,0,0.9,0.2,1.2,0.6S5,1.1,5,1.6L4.8,2.3C4.9,2.5,5,2.5,5.1,2.5c0.3,0,0.6-0.1,1-0.4l0.8-0.8l1.3-4.7C7.4-2.8,6.5-2.5,5.6-2.5C5-2.5,4.4-2.7,4-3C3.5-3.4,3.3-3.9,3.3-4.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0.1,1.3,0.4C6.5-5.5,6.7-5,6.7-4.5L6.6-4L6.5-3.7c0.1,0.3,0.3,0.3,0.6,0.2c0.5-0.2,1-0.5,1.5-1.1l1.3-4.7C9.1-8.8,8.2-8.5,7.3-8.5"></path>
|
|
216
|
+
</g>`,w:11.4,h:29.03,skinKey:t,widthRatio:6,widthRatioForMeasure:6}:t===n.Rest_8?{content:`<g transform="translate(0.0000, 18.2260)">
|
|
217
|
+
<path stroke="black" d="M12.9-17.6L3.5,16.8H2.6l2.2-8.2C4.1,9.1,3.2,9.4,2.3,9.5c-0.6,0-1.1-0.2-1.6-0.6S0,8.1,0,7.5c0.1-1.1,0.7-1.7,1.8-1.9c1,0.1,1.5,0.7,1.6,1.7L3.2,8.3c0.1,0.1,0.2,0.2,0.3,0.2c0.3,0,0.6-0.1,0.9-0.4l0.8-0.7l1.2-4.7C5.6,3.1,4.8,3.4,3.9,3.5c-0.6,0-1.1-0.2-1.6-0.6C1.9,2.6,1.6,2.1,1.6,1.6c0-1.1,0.6-1.7,1.8-1.8c0.5,0,0.9,0.2,1.2,0.6C4.8,0.7,5,1.1,4.9,1.5L4.8,2.3c0.1,0.1,0.2,0.2,0.3,0.1c0.3,0,0.6-0.1,0.9-0.4l0.8-0.8l1.4-4.6C7.3-2.8,6.5-2.5,5.6-2.5C5-2.5,4.4-2.7,4-3C3.5-3.4,3.3-3.9,3.3-4.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0.1,1.3,0.4c0.4,0.3,0.6,0.8,0.6,1.3L6.5-4L6.4-3.7c0.1,0.3,0.3,0.3,0.6,0.2c0.5-0.2,1-0.5,1.5-1.1l1.3-4.7C9-8.8,8.2-8.5,7.2-8.5C6.6-8.5,6.1-8.7,5.7-9C5.2-9.4,5-9.9,5-10.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.5,0.8,0.6,1.3L8.2-10L8.1-9.7c0.1,0.3,0.3,0.3,0.6,0.2c0.6-0.2,1.1-0.6,1.5-1.1l1.2-4.7c-0.8,0.5-1.7,0.8-2.6,0.9c-0.6,0-1.1-0.2-1.6-0.6c-0.5-0.4-0.7-0.8-0.7-1.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.5,0.7,0.6,1.3L9.8-16l-0.1,0.3c0.1,0.3,0.3,0.3,0.6,0.2c0.9-0.4,1.6-1.1,2.1-2H12.9"></path>
|
|
218
|
+
</g>`,w:12.9,h:35.03,skinKey:t,widthRatio:6,widthRatioForMeasure:6}:t===n.Rest_9?{content:`<g transform="translate(0.0000, 18.3260)">
|
|
219
|
+
<path stroke="black" d="M14.4-17.7L5,16.7l0,0l-1.6,5.7H2.5l1.6-5.7l0,0l0.7-2.5C4,14.7,3.2,15,2.3,15.1c-0.6,0-1.1-0.2-1.6-0.6C0.3,14.2,0,13.7,0,13.1c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0,1.3,0.4C3.1,12,3.3,12.4,3.3,13l-0.1,0.6l-0.1,0.3c0.1,0.3,0.3,0.3,0.6,0.2l1.4-1l1.2-4.5C5.5,9.1,4.7,9.4,3.7,9.5c-0.6,0-1.1-0.2-1.6-0.6C1.8,8.5,1.6,8,1.5,7.4c0.1-1.1,0.7-1.7,1.8-1.9c1,0.1,1.5,0.7,1.6,1.7L4.7,8.1C4.8,8.2,4.9,8.3,5,8.2c0.3,0,0.6-0.1,0.9-0.4l0.8-0.7l1.2-4.7C7.2,3,6.3,3.3,5.4,3.4c-0.6,0-1.1-0.2-1.6-0.6C3.4,2.5,3.2,2,3.2,1.5c0-1.1,0.6-1.7,1.8-1.8c0.5,0,0.9,0.2,1.2,0.6C6.4,0.6,6.5,1,6.5,1.4L6.3,2.2c0.1,0.1,0.2,0.2,0.3,0.2c0.3,0,0.6-0.1,0.9-0.4l0.8-0.8l1.4-4.6C8.9-2.9,8-2.6,7.1-2.6C6.5-2.6,6-2.8,5.5-3.1C5.1-3.5,4.8-4,4.8-4.5c0-1,0.5-1.6,1.5-1.8c0.5-0.1,0.9,0,1.3,0.3C8-5.6,8.2-5.2,8.2-4.7L8.1-4.1L8-3.8c0.1,0.3,0.3,0.3,0.6,0.2c0.5-0.2,1-0.5,1.5-1.1l1.3-4.7c-0.8,0.5-1.7,0.8-2.6,0.9c-0.6,0-1.1-0.2-1.6-0.6C6.8-9.5,6.5-10,6.5-10.5c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.5,0.8,0.6,1.3l-0.1,0.5L9.7-9.8c0.1,0.3,0.3,0.3,0.6,0.2c0.6-0.2,1.1-0.6,1.5-1.1l1.2-4.7c-0.8,0.5-1.7,0.8-2.6,0.9c-0.6,0-1.1-0.2-1.6-0.6c-0.5-0.4-0.7-0.8-0.7-1.4c0-1,0.5-1.6,1.5-1.8c0.5-0.1,1,0.1,1.3,0.4c0.4,0.3,0.5,0.7,0.6,1.3L11.4-16l-0.1,0.3c0.1,0.3,0.3,0.3,0.6,0.2c0.9-0.4,1.6-1.1,2.1-2h0.4"></path>
|
|
220
|
+
</g>`,w:14.4,h:40.73,skinKey:t,widthRatio:6,widthRatioForMeasure:6}:{content:'<rect x="0" y="0" width="10" height="6" fill="black"/>',w:10,h:6,skinKey:t,widthRatio:6,widthRatioForMeasure:6}}const Ze={[n.Measure]:L1,[n.Treble]:I1,[n.Bass]:V1,[n.Alto]:P1,[n.Tenor]:T1,[n.Treble_f]:z1,[n.Bass_f]:B1,[n.Alto_f]:$1,[n.Tenor_f]:H1,[n.Sharp]:A1,[n.Flat]:K1,[n.Double_sharp]:Y1,[n.Double_flat]:Z1,[n.Natural]:X1,[n.C]:{content:"",w:0,h:45,skinKey:n.C},[n.C_sharp]:{content:`
|
|
221
|
+
<g transform="
|
|
222
|
+
translate(-37.88,-6.6762),
|
|
223
|
+
scale(1)">
|
|
224
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
225
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
226
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
227
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
228
|
+
</g>
|
|
229
|
+
<g transform="
|
|
230
|
+
translate(-23.88,9.8238),
|
|
231
|
+
scale(1)">
|
|
232
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
233
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
234
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
235
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
236
|
+
</g>
|
|
237
|
+
<g transform="
|
|
238
|
+
translate(-9.88,-12.1762),
|
|
239
|
+
scale(1)">
|
|
240
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
241
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
242
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
243
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
244
|
+
</g>
|
|
245
|
+
<g transform="
|
|
246
|
+
translate(4.12,4.3238),
|
|
247
|
+
scale(1)">
|
|
248
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
249
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
250
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
251
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
252
|
+
</g>
|
|
253
|
+
<g transform="
|
|
254
|
+
translate(18.12,20.8238),
|
|
255
|
+
scale(1)">
|
|
256
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
257
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
258
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
259
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
260
|
+
</g>
|
|
261
|
+
<g transform="
|
|
262
|
+
translate(32.12,-1.1762),
|
|
263
|
+
scale(1)">
|
|
264
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
265
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
266
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
267
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
268
|
+
</g>
|
|
269
|
+
<g transform="
|
|
270
|
+
translate(46.12,15.3238),
|
|
271
|
+
scale(1)">
|
|
272
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
273
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
274
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
275
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
276
|
+
</g>
|
|
277
|
+
`,w:96.24+5,h:87,skinKey:n.C_sharp},[n.D_flat]:{content:`
|
|
278
|
+
<g transform="translate(-39.6836, -1.0919)">
|
|
279
|
+
<path
|
|
280
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
281
|
+
stroke="black"
|
|
282
|
+
fill="transparent"
|
|
283
|
+
stroke-width="1.52124"
|
|
284
|
+
/>
|
|
285
|
+
</g><g transform="translate(-27.6836, -17.5919)">
|
|
286
|
+
<path
|
|
287
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
288
|
+
stroke="black"
|
|
289
|
+
fill="transparent"
|
|
290
|
+
stroke-width="1.52124"
|
|
291
|
+
/>
|
|
292
|
+
</g>
|
|
293
|
+
<g transform="translate(-15.6836, 4.4081)">
|
|
294
|
+
<path
|
|
295
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
296
|
+
stroke="black"
|
|
297
|
+
fill="transparent"
|
|
298
|
+
stroke-width="1.52124"
|
|
299
|
+
/>
|
|
300
|
+
</g>
|
|
301
|
+
<g transform="translate(-3.6836, -12.0919)">
|
|
302
|
+
<path
|
|
303
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
304
|
+
stroke="black"
|
|
305
|
+
fill="transparent"
|
|
306
|
+
stroke-width="1.52124"
|
|
307
|
+
/>
|
|
308
|
+
</g>
|
|
309
|
+
<g transform="translate(8.3164,9.9081)">
|
|
310
|
+
<path
|
|
311
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
312
|
+
stroke="black"
|
|
313
|
+
fill="transparent"
|
|
314
|
+
stroke-width="1.52124"
|
|
315
|
+
/>
|
|
316
|
+
</g>
|
|
317
|
+
`,w:49.0496+5,h:87,skinKey:n.D_flat},[n.D]:{content:`
|
|
318
|
+
<g transform="
|
|
319
|
+
translate(-37.88,-6.6762),
|
|
320
|
+
scale(1)">
|
|
321
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
322
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
323
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
324
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
325
|
+
</g>
|
|
326
|
+
<g transform="
|
|
327
|
+
translate(-23.88,9.8238),
|
|
328
|
+
scale(1)">
|
|
329
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
330
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
331
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
332
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
333
|
+
</g>
|
|
334
|
+
|
|
335
|
+
`,w:26.24+5,h:87,skinKey:n.D},[n.E_flat]:{content:`
|
|
336
|
+
<g transform="translate(-39.6836, -1.0919)">
|
|
337
|
+
<path
|
|
338
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
339
|
+
stroke="black"
|
|
340
|
+
fill="transparent"
|
|
341
|
+
stroke-width="1.52124"
|
|
342
|
+
/>
|
|
343
|
+
</g><g transform="translate(-27.6836, -17.5919)">
|
|
344
|
+
<path
|
|
345
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
346
|
+
stroke="black"
|
|
347
|
+
fill="transparent"
|
|
348
|
+
stroke-width="1.52124"
|
|
349
|
+
/>
|
|
350
|
+
</g>
|
|
351
|
+
<g transform="translate(-15.6836, 4.4081)">
|
|
352
|
+
<path
|
|
353
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
354
|
+
stroke="black"
|
|
355
|
+
fill="transparent"
|
|
356
|
+
stroke-width="1.52124"
|
|
357
|
+
/>
|
|
358
|
+
</g>
|
|
359
|
+
|
|
360
|
+
`,w:32.63+5,h:87,skinKey:n.E_flat},[n.E]:{content:`
|
|
361
|
+
<g transform="
|
|
362
|
+
translate(-37.88,-6.6762),
|
|
363
|
+
scale(1)">
|
|
364
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
365
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
366
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
367
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
368
|
+
</g>
|
|
369
|
+
<g transform="
|
|
370
|
+
translate(-23.88,9.8238),
|
|
371
|
+
scale(1)">
|
|
372
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
373
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
374
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
375
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
376
|
+
</g>
|
|
377
|
+
<g transform="
|
|
378
|
+
translate(-9.88,-12.1762),
|
|
379
|
+
scale(1)">
|
|
380
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
381
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
382
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
383
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
384
|
+
</g>
|
|
385
|
+
<g transform="
|
|
386
|
+
translate(4.12,4.3238),
|
|
387
|
+
scale(1)">
|
|
388
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
389
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
390
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
391
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
392
|
+
</g>
|
|
393
|
+
|
|
394
|
+
`,w:54.24+5,h:87,skinKey:n.E},[n.F]:{content:`
|
|
395
|
+
<g transform="translate(-39.6836, -1.0919)">
|
|
396
|
+
<path
|
|
397
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
398
|
+
stroke="black"
|
|
399
|
+
fill="transparent"
|
|
400
|
+
stroke-width="1.52124"
|
|
401
|
+
/>
|
|
402
|
+
</g>
|
|
403
|
+
`,w:8.63+5,h:87,skinKey:n.F},[n.F_sharp]:{content:`
|
|
404
|
+
<g transform="
|
|
405
|
+
translate(-37.88,-6.6762),
|
|
406
|
+
scale(1)">
|
|
407
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
408
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
409
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
410
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
411
|
+
</g>
|
|
412
|
+
<g transform="
|
|
413
|
+
translate(-23.88,9.8238),
|
|
414
|
+
scale(1)">
|
|
415
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
416
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
417
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
418
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
419
|
+
</g>
|
|
420
|
+
<g transform="
|
|
421
|
+
translate(-9.88,-12.1762),
|
|
422
|
+
scale(1)">
|
|
423
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
424
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
425
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
426
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
427
|
+
</g>
|
|
428
|
+
<g transform="
|
|
429
|
+
translate(4.12,4.3238),
|
|
430
|
+
scale(1)">
|
|
431
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
432
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
433
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
434
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
435
|
+
</g>
|
|
436
|
+
<g transform="
|
|
437
|
+
translate(18.12,20.8238),
|
|
438
|
+
scale(1)">
|
|
439
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
440
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
441
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
442
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
443
|
+
</g>
|
|
444
|
+
<g transform="
|
|
445
|
+
translate(32.12,-1.1762),
|
|
446
|
+
scale(1)">
|
|
447
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
448
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
449
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
450
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
451
|
+
</g>
|
|
452
|
+
|
|
453
|
+
`,w:82.24+5,h:87,skinKey:n.F_sharp},[n.G_flat]:{content:`
|
|
454
|
+
<g transform="translate(-39.6836, -1.0919)">
|
|
455
|
+
<path
|
|
456
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
457
|
+
stroke="black"
|
|
458
|
+
fill="transparent"
|
|
459
|
+
stroke-width="1.52124"
|
|
460
|
+
/>
|
|
461
|
+
</g><g transform="translate(-27.6836, -17.5919)">
|
|
462
|
+
<path
|
|
463
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
464
|
+
stroke="black"
|
|
465
|
+
fill="transparent"
|
|
466
|
+
stroke-width="1.52124"
|
|
467
|
+
/>
|
|
468
|
+
</g>
|
|
469
|
+
<g transform="translate(-15.6836, 4.4081)">
|
|
470
|
+
<path
|
|
471
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
472
|
+
stroke="black"
|
|
473
|
+
fill="transparent"
|
|
474
|
+
stroke-width="1.52124"
|
|
475
|
+
/>
|
|
476
|
+
</g>
|
|
477
|
+
<g transform="translate(-3.6836, -12.0919)">
|
|
478
|
+
<path
|
|
479
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
480
|
+
stroke="black"
|
|
481
|
+
fill="transparent"
|
|
482
|
+
stroke-width="1.52124"
|
|
483
|
+
/>
|
|
484
|
+
</g>
|
|
485
|
+
<g transform="translate(8.3164,9.9081)">
|
|
486
|
+
<path
|
|
487
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
488
|
+
stroke="black"
|
|
489
|
+
fill="transparent"
|
|
490
|
+
stroke-width="1.52124"
|
|
491
|
+
/>
|
|
492
|
+
</g>
|
|
493
|
+
<g transform="translate(20.3164,-6.5919)">
|
|
494
|
+
<path
|
|
495
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
496
|
+
stroke="black"
|
|
497
|
+
fill="transparent"
|
|
498
|
+
stroke-width="1.52124"
|
|
499
|
+
/>
|
|
500
|
+
</g>
|
|
501
|
+
`,w:68.63+5,h:87,skinKey:n.G_flat},[n.G]:{content:`
|
|
502
|
+
<g transform="
|
|
503
|
+
translate(-37.88,-6.6762),
|
|
504
|
+
scale(1)">
|
|
505
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
506
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
507
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
508
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
509
|
+
</g>
|
|
510
|
+
|
|
511
|
+
`,w:12.24+5,h:87,skinKey:n.G},[n.A_flat]:{content:`
|
|
512
|
+
<g transform="translate(-39.6836, -1.0919)">
|
|
513
|
+
<path
|
|
514
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
515
|
+
stroke="black"
|
|
516
|
+
fill="transparent"
|
|
517
|
+
stroke-width="1.52124"
|
|
518
|
+
/>
|
|
519
|
+
</g><g transform="translate(-27.6836, -17.5919)">
|
|
520
|
+
<path
|
|
521
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
522
|
+
stroke="black"
|
|
523
|
+
fill="transparent"
|
|
524
|
+
stroke-width="1.52124"
|
|
525
|
+
/>
|
|
526
|
+
</g>
|
|
527
|
+
<g transform="translate(-15.6836, 4.4081)">
|
|
528
|
+
<path
|
|
529
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
530
|
+
stroke="black"
|
|
531
|
+
fill="transparent"
|
|
532
|
+
stroke-width="1.52124"
|
|
533
|
+
/>
|
|
534
|
+
</g>
|
|
535
|
+
<g transform="translate(-3.6836, -12.0919)">
|
|
536
|
+
<path
|
|
537
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
538
|
+
stroke="black"
|
|
539
|
+
fill="transparent"
|
|
540
|
+
stroke-width="1.52124"
|
|
541
|
+
/>
|
|
542
|
+
</g>
|
|
543
|
+
|
|
544
|
+
`,w:44.63+5,h:87,skinKey:n.A_flat},[n.A]:{content:`
|
|
545
|
+
<g transform="
|
|
546
|
+
translate(-37.88,-6.6762),
|
|
547
|
+
scale(1)">
|
|
548
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
549
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
550
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
551
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
552
|
+
</g>
|
|
553
|
+
<g transform="
|
|
554
|
+
translate(-23.88,9.8238),
|
|
555
|
+
scale(1)">
|
|
556
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
557
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
558
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
559
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
560
|
+
</g>
|
|
561
|
+
<g transform="
|
|
562
|
+
translate(-9.88,-12.1762),
|
|
563
|
+
scale(1)">
|
|
564
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
565
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
566
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
567
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
568
|
+
</g>
|
|
569
|
+
|
|
570
|
+
`,w:40.24+5,h:87,skinKey:n.A},[n.B_flat]:{content:`
|
|
571
|
+
<g transform="translate(-39.6836, -1.0919)">
|
|
572
|
+
<path
|
|
573
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
574
|
+
stroke="black"
|
|
575
|
+
fill="transparent"
|
|
576
|
+
stroke-width="1.52124"
|
|
577
|
+
/>
|
|
578
|
+
</g><g transform="translate(-27.6836, -17.5919)">
|
|
579
|
+
<path
|
|
580
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
581
|
+
stroke="black"
|
|
582
|
+
fill="transparent"
|
|
583
|
+
stroke-width="1.52124"
|
|
584
|
+
/>
|
|
585
|
+
</g>
|
|
586
|
+
|
|
587
|
+
`,w:20.63+5,h:87,skinKey:n.B_flat},[n.B]:{content:`
|
|
588
|
+
<g transform="
|
|
589
|
+
translate(-37.88,-6.6762),
|
|
590
|
+
scale(1)">
|
|
591
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
592
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
593
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
594
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
595
|
+
</g>
|
|
596
|
+
<g transform="
|
|
597
|
+
translate(-23.88,9.8238),
|
|
598
|
+
scale(1)">
|
|
599
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
600
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
601
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
602
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
603
|
+
</g>
|
|
604
|
+
<g transform="
|
|
605
|
+
translate(-9.88,-12.1762),
|
|
606
|
+
scale(1)">
|
|
607
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
608
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
609
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
610
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
611
|
+
</g>
|
|
612
|
+
<g transform="
|
|
613
|
+
translate(4.12,4.3238),
|
|
614
|
+
scale(1)">
|
|
615
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
616
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
617
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
618
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
619
|
+
</g>
|
|
620
|
+
<g transform="
|
|
621
|
+
translate(18.12,20.8238),
|
|
622
|
+
scale(1)">
|
|
623
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
624
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
625
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
626
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
627
|
+
</g>
|
|
628
|
+
|
|
629
|
+
`,w:68.24+5,h:87,skinKey:n.B},[n.C_flat]:{content:`
|
|
630
|
+
<g transform="translate(-39.6836, -1.0919)">
|
|
631
|
+
<path
|
|
632
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
633
|
+
stroke="black"
|
|
634
|
+
fill="transparent"
|
|
635
|
+
stroke-width="1.52124"
|
|
636
|
+
/>
|
|
637
|
+
</g><g transform="translate(-27.6836, -17.5919)">
|
|
638
|
+
<path
|
|
639
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
640
|
+
stroke="black"
|
|
641
|
+
fill="transparent"
|
|
642
|
+
stroke-width="1.52124"
|
|
643
|
+
/>
|
|
644
|
+
</g>
|
|
645
|
+
<g transform="translate(-15.6836, 4.4081)">
|
|
646
|
+
<path
|
|
647
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
648
|
+
stroke="black"
|
|
649
|
+
fill="transparent"
|
|
650
|
+
stroke-width="1.52124"
|
|
651
|
+
/>
|
|
652
|
+
</g>
|
|
653
|
+
<g transform="translate(-3.6836, -12.0919)">
|
|
654
|
+
<path
|
|
655
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
656
|
+
stroke="black"
|
|
657
|
+
fill="transparent"
|
|
658
|
+
stroke-width="1.52124"
|
|
659
|
+
/>
|
|
660
|
+
</g>
|
|
661
|
+
<g transform="translate(8.3164,9.9081)">
|
|
662
|
+
<path
|
|
663
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
664
|
+
stroke="black"
|
|
665
|
+
fill="transparent"
|
|
666
|
+
stroke-width="1.52124"
|
|
667
|
+
/>
|
|
668
|
+
</g>
|
|
669
|
+
<g transform="translate(20.3164,-6.5919)">
|
|
670
|
+
<path
|
|
671
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
672
|
+
stroke="black"
|
|
673
|
+
fill="transparent"
|
|
674
|
+
stroke-width="1.52124"
|
|
675
|
+
/>
|
|
676
|
+
</g>
|
|
677
|
+
<g transform="translate(32.3164,15.4081)">
|
|
678
|
+
<path
|
|
679
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
680
|
+
stroke="black"
|
|
681
|
+
fill="transparent"
|
|
682
|
+
stroke-width="1.52124"
|
|
683
|
+
/>
|
|
684
|
+
</g>
|
|
685
|
+
`,w:80.63+5,h:87,skinKey:n.C_flat},[n.Close_line]:Vn,[n.linked_close_line]:zn,[n.Single_barline]:ye,[n.Double_barline]:we,[n.StartRepeat_barline]:be,[n.EndRepeat_barline]:xe,[n.Dashed_barline]:Me,[n.Final_barline]:me,[n.Start_end_repeat_barline]:Ce,[n.Dotted_barline]:Re,[n.Reverse_barline]:ve,[n.Heavy_barline]:De,[n.Heavy_double_barline]:Fe,[n.linked_single_barline]:Bn,[n.linked_double_barline]:$n,[n.linked_startRepeat_barline]:Hn,[n.linked_endRepeat_barline]:An,[n.linked_dashed_barline]:Yn,[n.linked_final_barline]:Zn,[n.linked_start_end_repeat_barline]:Kn,[n.linked_dotted_barline]:Xn,[n.linked_reverse_barline]:On,[n.linked_heavy_barline]:Wn,[n.linked_heavy_double_barline]:Gn,[n["1_1"]]:Wt("1/1",n["1_1"]),[n["1_4"]]:Wt("1/4",n["1_4"]),[n["2_4"]]:Wt("2/4",n["2_4"]),[n["3_4"]]:Wt("3/4",n["3_4"]),[n["4_4"]]:Wt("4/4",n["4_4"]),[n["3_8"]]:Wt("3/8",n["3_8"]),[n["6_8"]]:Wt("6/8",n["6_8"]),[n.NoteHead_1]:He(n.NoteHead_1),[n.NoteHead_2]:He(n.NoteHead_2),[n.NoteHead_3]:He(n.NoteHead_3),[n.NoteStem]:O1,[n.NoteTail_1]:St(1,n.NoteTail_1),[n.NoteTail_2]:St(1.1,n.NoteTail_2),[n.NoteTail_3]:St(1.2,n.NoteTail_3),[n.NoteTail_4]:St(1.3,n.NoteTail_4),[n.NoteTail_5]:St(1.4,n.NoteTail_5),[n.NoteTail_6]:St(1.5,n.NoteTail_6),[n.NoteTail_1_r]:Et(n.NoteTail_1_r),[n.NoteTail_2_r]:Et(n.NoteTail_2_r),[n.NoteTail_3_r]:Et(n.NoteTail_3_r),[n.NoteTail_4_r]:Et(n.NoteTail_4_r),[n.NoteTail_5_r]:Et(n.NoteTail_5_r),[n.NoteTail_6_r]:Et(n.NoteTail_6_r),[n.Rest_1]:At(n.Rest_1),[n.Rest_2]:At(n.Rest_2),[n.Rest_3]:At(n.Rest_3),[n.Rest_4]:At(n.Rest_4),[n.Rest_5]:At(n.Rest_5),[n.Rest_6]:At(n.Rest_6),[n.Rest_7]:At(n.Rest_7),[n.Rest_8]:At(n.Rest_8),[n.Rest_9]:At(n.Rest_9),[n.AugmentationDot_1]:{content:'<circle cx="1.5" cy="1.5" r="1.5" fill="black"/>',w:3,h:3,skinKey:n.AugmentationDot_1,widthRatio:14,widthRatioForMeasure:14},[n.AugmentationDot_2]:{content:'<circle cx="1.5" cy="1.5" r="1.5" fill="black"/><circle cx="6.5" cy="1.5" r="1.5" fill="black"/>',w:8,h:3,skinKey:n.AugmentationDot_2,widthRatio:14,widthRatioForMeasure:14},[n.AugmentationDot_3]:{content:'<circle cx="1.5" cy="1.5" r="1.5" fill="black"/><circle cx="6.5" cy="1.5" r="1.5" fill="black"/><circle cx="11.5" cy="1.5" r="1.5" fill="black"/>',w:13,h:3,skinKey:n.AugmentationDot_3,widthRatio:14,widthRatioForMeasure:14},[n.AddLine_u]:{content:'<line x1="0" y1="5.5" x2="16" y2="5.5" stroke="black" stroke-width="1" />',w:16,h:11,skinKey:n.AddLine_u},[n.AddLine_d]:{content:'<line x1="0" y1="5.5" x2="16" y2="5.5" stroke="black" stroke-width="1" />',w:16,h:11,skinKey:n.AddLine_d},[n.Bracket]:{content:`
|
|
686
|
+
<g transform="translate(0, 0)">
|
|
687
|
+
<g transform="translate(4.6000, 0.1)">
|
|
688
|
+
<path d="M3.1-3C2.5-2.4,1.9-1.9,1.3-1.6L-1-0.4v5.3h-3.6v-7l4-0.7c1.2-0.3,2.1-0.6,2.7-0.9c0.7-0.4,1.2-0.8,1.6-1.1l1-1.2l0.5,0.2C4.7-4.8,4-3.9,3.1-3" stroke="none"></path>
|
|
689
|
+
</g>
|
|
690
|
+
<g transform="translate(4.6000, 0.4000)">
|
|
691
|
+
<path d="M-1-0.4vcalc(node.h-1.8)h-3.6V-0.4H-1" stroke="none"></path>
|
|
692
|
+
</g>
|
|
693
|
+
<g transform="translate(4.6000, 1) translate(0, node.h)">
|
|
694
|
+
<path d="M-0.9-0.7l2.3,1.2C2,0.8,2.6,1.3,3.2,1.9c0.9,0.9,1.6,1.8,2.1,2.8L4.8,4.9L3.7,3.7C3.3,3.3,2.8,3,2.1,2.6C1.5,2.3,0.6,2-0.6,1.7l-4-0.7v-7H-1v5.3" stroke="none"></path>
|
|
695
|
+
</g>
|
|
696
|
+
</g>
|
|
697
|
+
`,w:12,h:0,skinKey:n.Bracket},[n.Brace]:{content:`
|
|
698
|
+
<g transform="translate(7.2000, 0.0000)">
|
|
699
|
+
<g transform="scale(calc(node.h/86.6))">
|
|
700
|
+
<path d="M0,0v0.4c-1.2,2-2.2,3.9-3,5.8l-0.1,0.3c-0.8,2-1.1,4.1-1,6.4C-4,14.9-3.6,17-3,19.3l0.1,0.2L-1,26c0.6,2.1,1,4,1,5.7c0,3-0.5,5.2-1.7,7c-0.3,0.4-0.8,1-1.3,1.5c-1,1.1-2.4,2.1-4,3.1c1.6,1.1,3,2.1,4,3.2c0.5,0.5,1,1.2,1.3,1.7c1.2,1.7,1.7,4.1,1.7,7c-0.1,1.6-0.4,3.5-1,5.6l-1.9,6.6C-3.6,69.6-4,71.8-4.1,74c-0.1,2.3,0.2,4.4,1,6.4c0.8,2,1.8,3.9,3.1,5.9v0.3c-2.4-3.1-4.1-6-5.1-8.8s-1.5-5.5-1.5-7.8c0.1-2.4,0.4-4.8,1-7.2l1.8-6.7c0.6-2.1,0.9-3.9,0.9-5.2c0-0.6-0.1-1.2-0.2-1.7c-0.2-0.9-0.5-1.6-1-2.4c-0.8-1.2-1.8-2.3-3.1-3.1v-0.4c1.3-0.8,2.3-1.8,3.1-3c0.6-0.9,1-1.9,1.1-3l0.1-1.1L-3,34.7c-0.1-1.2-0.4-2.5-0.8-4l-1.8-6.7c-0.6-2.3-0.9-4.8-1-7.2c0-2.3,0.5-5,1.5-7.9C-4.6,7.6-3.9,6-3,4.5C-2.2,3.1-1.2,1.5,0,0" stroke="none"></path>
|
|
701
|
+
</g>
|
|
702
|
+
</g>`,w:7.2,h:0,skinKey:n.Brace},[n.Square]:{content:`
|
|
703
|
+
|
|
704
|
+
<path d="M10 0 L 0 0 L 0 node.h L 10 node.h" stroke="black" fill="transparent"></path>
|
|
705
|
+
`,w:12,h:0,skinKey:n.Square},[n.Repeat_coda]:{content:C,w:30,h:30,skinKey:n.Repeat_coda},[n.Repeat_to_coda]:{content:C,w:30,h:30,skinKey:n.Repeat_to_coda},[n.Repeat_segno]:{content:Ct("Segno",40,18,!0),w:40,h:18,skinKey:n.Repeat_segno},[n.Repeat_dc]:{content:Ct("D.C.",32,18,!1),w:32,h:18,skinKey:n.Repeat_dc},[n.Repeat_ds]:{content:Ct("D.S.",32,18,!1),w:32,h:18,skinKey:n.Repeat_ds},[n.Repeat_fine]:{content:Ct("Fine",32,18,!1),w:32,h:18,skinKey:n.Repeat_fine},[n.Repeat_dc_al_fine]:{content:Ct("D.C. al Fine",80,18,!1),w:80,h:18,skinKey:n.Repeat_dc_al_fine},[n.Repeat_dc_al_coda]:{content:Ct("D.C. al Coda",86,18,!1),w:86,h:18,skinKey:n.Repeat_dc_al_coda},[n.Repeat_ds_al_fine]:{content:Ct("D.S. al Fine",80,18,!1),w:80,h:18,skinKey:n.Repeat_ds_al_fine},[n.Repeat_ds_al_coda]:{content:Ct("D.S. al Coda",86,18,!1),w:86,h:18,skinKey:n.Repeat_ds_al_coda},[n.Accent_above]:{content:C,w:30,h:30,skinKey:n.Accent_above},[n.Staccato_above]:{content:C,w:30,h:30,skinKey:n.Staccato_above},[n.Tenuto_above]:{content:C,w:30,h:30,skinKey:n.Tenuto_above},[n.Loure_above]:{content:C,w:30,h:30,skinKey:n.Loure_above},[n.Marcato_above]:{content:C,w:30,h:30,skinKey:n.Marcato_above},[n.Accent_staccato_above]:{content:C,w:30,h:30,skinKey:n.Accent_staccato_above},[n.Marcato_staccato_above]:{content:C,w:30,h:30,skinKey:n.Marcato_staccato_above},[n.Marcato_tenuto_above]:{content:C,w:30,h:30,skinKey:n.Marcato_tenuto_above},[n.Staccatissimo_stroke_above]:{content:C,w:30,h:30,skinKey:n.Staccatissimo_stroke_above},[n.Staccatissimo_wedge_above]:{content:C,w:30,h:30,skinKey:n.Staccatissimo_wedge_above},[n.Stress_above]:{content:C,w:30,h:30,skinKey:n.Stress_above},[n.Tenuto_accent_above]:{content:C,w:30,h:30,skinKey:n.Tenuto_accent_above},[n.Unstress_above]:{content:C,w:30,h:30,skinKey:n.Unstress_above},[n.Open]:{content:C,w:30,h:30,skinKey:n.Open},[n.Muted]:{content:C,w:30,h:30,skinKey:n.Muted},[n.Harmonic]:{content:C,w:30,h:30,skinKey:n.Harmonic},[n.Up_bow]:{content:C,w:30,h:30,skinKey:n.Up_bow},[n.Down_bow]:{content:C,w:30,h:30,skinKey:n.Down_bow},[n.Turn]:{content:C,w:30,h:30,skinKey:n.Turn},[n.InvertedTurn]:{content:C,w:30,h:30,skinKey:n.InvertedTurn},[n.Trill]:{content:C,w:30,h:30,skinKey:n.Trill},[n.ShortTrill]:{content:C,w:30,h:30,skinKey:n.ShortTrill},[n.Mordent]:{content:C,w:30,h:30,skinKey:n.Mordent},[n.Arpeggio]:{content:C,w:30,h:30,skinKey:n.Arpeggio},[n.Up_arpeggio]:{content:C,w:30,h:30,skinKey:n.Up_arpeggio},[n.Down_arpeggio]:{content:C,w:30,h:30,skinKey:n.Down_arpeggio},[n.Bracket_arpeggio]:{content:C,w:30,h:30,skinKey:n.Bracket_arpeggio},[n.Up_arpeggio_straight]:{content:C,w:30,h:30,skinKey:n.Up_arpeggio_straight},[n.Down_arpeggio_straight]:{content:C,w:30,h:30,skinKey:n.Down_arpeggio_straight},[n.Dyn_PPP]:{content:C,w:30,h:30,skinKey:n.Dyn_PPP},[n.Dyn_PP]:{content:C,w:30,h:30,skinKey:n.Dyn_PP},[n.Dyn_P]:{content:C,w:30,h:30,skinKey:n.Dyn_P},[n.Dyn_MP]:{content:C,w:30,h:30,skinKey:n.Dyn_MP},[n.Dyn_MF]:{content:C,w:30,h:30,skinKey:n.Dyn_MF},[n.Dyn_F]:{content:C,w:30,h:30,skinKey:n.Dyn_F},[n.Dyn_FF]:{content:C,w:30,h:30,skinKey:n.Dyn_FF},[n.Dyn_FFF]:{content:C,w:30,h:30,skinKey:n.Dyn_FFF},[n.Dyn_FP]:{content:C,w:30,h:30,skinKey:n.Dyn_FP},[n.Dyn_PF]:{content:C,w:30,h:30,skinKey:n.Dyn_PF},[n.Dyn_SF]:{content:C,w:30,h:30,skinKey:n.Dyn_SF},[n.Dyn_SFZ]:{content:C,w:30,h:30,skinKey:n.Dyn_SFZ},[n.Dyn_SFF]:{content:C,w:30,h:30,skinKey:n.Dyn_SFF},[n.Dyn_SFFZ]:{content:C,w:30,h:30,skinKey:n.Dyn_SFFZ},[n.Dyn_SFP]:{content:C,w:30,h:30,skinKey:n.Dyn_SFP},[n.Dyn_RFZ]:{content:C,w:30,h:30,skinKey:n.Dyn_RFZ},[n.Dyn_RF]:{content:C,w:30,h:30,skinKey:n.Dyn_RF},[n.Dyn_FZ]:{content:C,w:30,h:30,skinKey:n.Dyn_FZ}};function Gt(t,e,a){return{content:`<g><text x="15" y="24" text-anchor="middle" font-size="22" font-weight="600">${t}</text><text x="15" y="46" text-anchor="middle" font-size="22" font-weight="600">${e}</text></g>`,w:30,h:56,skinKey:a,widthRatio:0,widthRatioForMeasure:0}}const Xe={[o.Measure]:{content:'<rect x="0" y="0" width="node.w" height="45" stroke="transparent" fill="transparent"></rect>',w:1,h:Pt,skinKey:o.Measure,widthRatioForMeasure:100},[o.Number_0]:{content:`<g transform="translate(-3.3301, -1.7500)">
|
|
706
|
+
<text x="10" y="28" text-anchor="middle" font-size="24" font-weight="600" fill="black">0</text>
|
|
707
|
+
</g>`,w:14.16,h:35,skinKey:o.Number_0},[o.Number_1]:{content:`<g transform="translate(-3.3301, -1.7500)">
|
|
708
|
+
<text x="10" y="28" text-anchor="middle" font-size="24" font-weight="600" fill="black">1</text>
|
|
709
|
+
</g>`,w:14.16,h:35,skinKey:o.Number_1},[o.Number_2]:{content:`<g transform="translate(-3.3301, -1.7500)">
|
|
710
|
+
<text x="10" y="28" text-anchor="middle" font-size="24" font-weight="600" fill="black">2</text>
|
|
711
|
+
</g>`,w:14.16,h:35,skinKey:o.Number_2},[o.Number_3]:{content:`<g transform="translate(-3.3301, -1.7500)">
|
|
712
|
+
<text x="10" y="28" text-anchor="middle" font-size="24" font-weight="600" fill="black">3</text>
|
|
713
|
+
</g>`,w:14.16,h:35,skinKey:o.Number_3},[o.Number_4]:{content:`<g transform="translate(-3.0859, -1.7500)">
|
|
714
|
+
<text x="10" y="28" text-anchor="middle" font-size="24" font-weight="600" fill="black">4</text>
|
|
715
|
+
</g>`,w:14.16,h:35,skinKey:o.Number_4},[o.Number_5]:{content:`<g transform="translate(-3.3301, -1.7500)">
|
|
716
|
+
<text x="10" y="28" text-anchor="middle" font-size="24" font-weight="600" fill="black">5</text>
|
|
717
|
+
</g>`,w:14.16,h:35,skinKey:o.Number_5},[o.Number_6]:{content:`<g transform="translate(-3.3008, -1.7500)">
|
|
718
|
+
<text x="10" y="28" text-anchor="middle" font-size="24" font-weight="600" fill="black">6</text>
|
|
719
|
+
</g>`,w:14.16,h:35,skinKey:o.Number_6},[o.Number_7]:{content:`<g transform="translate(-3.5645, -1.7500)">
|
|
720
|
+
<text x="10" y="28" text-anchor="middle" font-size="24" font-weight="600" fill="black">7</text>
|
|
721
|
+
</g>`,w:14.16,h:35,skinKey:o.Number_7},[o.Number_X]:{content:`<g transform="translate(-1.6602, -1.7500)">
|
|
722
|
+
<text x="10" y="28" text-anchor="middle" font-size="24" font-weight="600" fill="black">X</text>
|
|
723
|
+
</g>`,w:14.16,h:35,skinKey:o.Number_X},[o.ReduceLine_1]:{content:'<line x1="0" y1="0.5" x2="node.w" y2="0.5" stroke="black" stroke-width="1"/>',w:0,h:10,skinKey:o.ReduceLine_1},[o.ReduceLine_2]:{content:`<line x1="0" y1="0.5" x2="node.w" y2="0.5" stroke="black" stroke-width="1"/>
|
|
724
|
+
<line x1="0" y1="4.5" x2="node.w" y2="4.5" stroke="black" stroke-width="1"/>`,w:0,h:15,skinKey:o.ReduceLine_2},[o.ReduceLine_3]:{content:`<line x1="0" y1="0.5" x2="node.w" y2="0.5" stroke="black" stroke-width="1"/>
|
|
725
|
+
<line x1="0" y1="4.5" x2="node.w" y2="4.5" stroke="black" stroke-width="1"/>
|
|
726
|
+
<line x1="0" y1="7.5" x2="node.w" y2="7.5" stroke="black" stroke-width="1"/>`,w:0,h:18,skinKey:o.ReduceLine_3},[o.ReduceLine_4]:{content:`<line x1="0" y1="0.5" x2="node.w" y2="0.5" stroke="black" stroke-width="1"/>
|
|
727
|
+
<line x1="0" y1="4.5" x2="node.w" y2="4.5" stroke="black" stroke-width="1"/>
|
|
728
|
+
<line x1="0" y1="7.5" x2="node.w" y2="7.5" stroke="black" stroke-width="1"/>
|
|
729
|
+
<line x1="0" y1="9.5" x2="node.w" y2="9.5" stroke="black" stroke-width="1"/>`,w:0,h:20,skinKey:o.ReduceLine_4},[o.ReduceLine_5]:{content:`<line x1="0" y1="0.5" x2="node.w" y2="0.5" stroke="black" stroke-width="1"/>
|
|
730
|
+
<line x1="0" y1="4.5" x2="node.w" y2="4.5" stroke="black" stroke-width="1"/>
|
|
731
|
+
<line x1="0" y1="7.5" x2="node.w" y2="7.5" stroke="black" stroke-width="1"/>
|
|
732
|
+
<line x1="0" y1="9.5" x2="node.w" y2="9.5" stroke="black" stroke-width="1"/>
|
|
733
|
+
<line x1="0" y1="11.5" x2="node.w" y2="11.5" stroke="black" stroke-width="1"/>`,w:0,h:22,skinKey:o.ReduceLine_5},[o.ReduceLine_6]:{content:`<line x1="0" y1="0.5" x2="node.w" y2="0.5" stroke="black" stroke-width="1"/>
|
|
734
|
+
<line x1="0" y1="4.5" x2="node.w" y2="4.5" stroke="black" stroke-width="1"/>
|
|
735
|
+
<line x1="0" y1="7.5" x2="node.w" y2="7.5" stroke="black" stroke-width="1"/>
|
|
736
|
+
<line x1="0" y1="9.5" x2="node.w" y2="9.5" stroke="black" stroke-width="1"/>
|
|
737
|
+
<line x1="0" y1="11.5" x2="node.w" y2="11.5" stroke="black" stroke-width="1"/>
|
|
738
|
+
<line x1="0" y1="13.5" x2="node.w" y2="13.5" stroke="black" stroke-width="1"/>`,w:0,h:24,skinKey:o.ReduceLine_6},[o.addLine]:{content:'<rect x="0" y="0" width="10" height="4" fill="black"/>',w:10,h:4,skinKey:o.addLine},[o.OctaveDot]:{content:'<circle cx="1.5" cy="1.5" r="1.5" fill="black"/>',w:3,h:3,skinKey:o.OctaveDot},[o.Sharp]:{content:`
|
|
739
|
+
<g transform="scale(0.5)
|
|
740
|
+
translate(-37.88,-13.1562)
|
|
741
|
+
">
|
|
742
|
+
<rect x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black" />
|
|
743
|
+
<rect x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black" />
|
|
744
|
+
<path d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black" />
|
|
745
|
+
<path d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black" />
|
|
746
|
+
</g>
|
|
747
|
+
`,w:6.12,h:15.02,skinKey:o.Sharp,widthRatio:10,widthRatioForMeasure:10},[o.Flat]:{content:`
|
|
748
|
+
<g transform="scale(0.5) translate(-39.6836, -20.7969)">
|
|
749
|
+
<path
|
|
750
|
+
d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969"
|
|
751
|
+
stroke="black"
|
|
752
|
+
fill="transparent"
|
|
753
|
+
stroke-width="1.52124"
|
|
754
|
+
/>
|
|
755
|
+
</g>
|
|
756
|
+
`,w:4.32,h:14.71,skinKey:o.Flat,widthRatio:10,widthRatioForMeasure:10},[o.Double_sharp]:{content:`
|
|
757
|
+
<g transform="scale(0.5) translate(-37.8828, -13.1562)">
|
|
758
|
+
<rect id="Rectangle 1264" x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black"></rect>
|
|
759
|
+
<rect id="Rectangle 1265" x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black"></rect>
|
|
760
|
+
<path id="Rectangle 1266" d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black"></path>
|
|
761
|
+
<path id="Rectangle 1267" d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black"></path>
|
|
762
|
+
<g transform="translate(14,0)">
|
|
763
|
+
<rect id="Rectangle 1264" x="40.1074" y="14.6406" width="1.48319" height="28.5514" fill="black"></rect>
|
|
764
|
+
<rect id="Rectangle 1265" x="46.4102" y="13.1562" width="1.48319" height="28.5514" fill="black"></rect>
|
|
765
|
+
<path id="Rectangle 1266" d="M37.8828 21.6815L50.1191 19.0859V23.5355L37.8828 26.1311V21.6815Z" fill="black"></path>
|
|
766
|
+
<path id="Rectangle 1267" d="M37.8828 33.9237L50.1191 31.3281V35.7777L37.8828 38.3733V33.9237Z" fill="black"></path>
|
|
767
|
+
</g>
|
|
768
|
+
</g>
|
|
769
|
+
`,w:13.12,h:15.02,skinKey:o.Double_sharp,widthRatio:10,widthRatioForMeasure:10},[o.Double_flat]:{content:`<g transform="scale(0.5) translate(-39.6836, -21.7969)">
|
|
770
|
+
<path d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969" stroke="black" fill="transparent" stroke-width="1.52124"></path>
|
|
771
|
+
<g transform="translate(11,0)">
|
|
772
|
+
<path d="M39.6836 39.941C44.1108 34.3597 56.6663 39.6271 39.6836 50.2217M39.6836 39.941C41.2414 38.4368 45.5825 35.9737 46.9165 40.0869C48.1652 43.937 43.0033 48.4515 39.6836 50.2217M39.6836 39.941C43.5534 36.8878 46.0949 37.9243 46.7436 39.6271C48.2747 43.6464 42.7809 48.2894 39.6836 50.2217M39.6836 50.2217V20.7969" stroke="black" fill="transparent" stroke-width="1.52124"></path>
|
|
773
|
+
|
|
774
|
+
</g>
|
|
775
|
+
</g>`,w:9.82,h:14.71,skinKey:o.Double_flat,widthRatio:10,widthRatioForMeasure:10},[o.Natural]:{content:`<g transform="scale(0.5) translate(-3.5000, -11.0000)">
|
|
776
|
+
<path id="natural_1_" d="M5.1,23.1v5.1l5.6-1.2v-5L5.1,23.1z M12.2,17.8V39h-1.6v-8.3l-7.1,1.5V11h1.6v8.3L12.2,17.8z"></path>
|
|
777
|
+
</g>`,w:4.35,h:14,skinKey:o.Natural,widthRatio:10,widthRatioForMeasure:10},[o.Close_line]:{...Vn,skinKey:o.Close_line},[o.linked_close_line]:{...zn,skinKey:o.linked_close_line},[o.Single_barline]:{content:ye.content,w:ye.w,h:ye.h,skinKey:o.Single_barline,widthRatio:4,widthRatioForMeasure:4},[o.Double_barline]:{content:we.content,w:we.w,h:we.h,skinKey:o.Double_barline,widthRatio:4,widthRatioForMeasure:4},[o.StartRepeat_barline]:{content:be.content,w:be.w,h:be.h,skinKey:o.StartRepeat_barline,widthRatio:4,widthRatioForMeasure:4},[o.EndRepeat_barline]:{content:xe.content,w:xe.w,h:xe.h,skinKey:o.EndRepeat_barline,widthRatio:4,widthRatioForMeasure:4},[o.Dashed_barline]:{content:Me.content,w:Me.w,h:Me.h,skinKey:o.Dashed_barline,widthRatio:4,widthRatioForMeasure:4},[o.Final_barline]:{content:me.content,w:me.w,h:me.h,skinKey:o.Final_barline,widthRatio:6,widthRatioForMeasure:6},[o.Start_end_repeat_barline]:{content:Ce.content,w:Ce.w,h:Ce.h,skinKey:o.Start_end_repeat_barline,widthRatio:4,widthRatioForMeasure:4},[o.Dotted_barline]:{content:Re.content,w:Re.w,h:Re.h,skinKey:o.Dotted_barline,widthRatio:4,widthRatioForMeasure:4},[o.Reverse_barline]:{content:ve.content,w:ve.w,h:ve.h,skinKey:o.Reverse_barline,widthRatio:4,widthRatioForMeasure:4},[o.Heavy_barline]:{content:De.content,w:De.w,h:De.h,skinKey:o.Heavy_barline,widthRatio:4,widthRatioForMeasure:4},[o.Heavy_double_barline]:{content:Fe.content,w:Fe.w,h:Fe.h,skinKey:o.Heavy_double_barline,widthRatio:4,widthRatioForMeasure:4},[o.linked_single_barline]:{...Bn,skinKey:o.linked_single_barline},[o.linked_double_barline]:{...$n,skinKey:o.linked_double_barline},[o.linked_startRepeat_barline]:{...Hn,skinKey:o.linked_startRepeat_barline},[o.linked_endRepeat_barline]:{...An,skinKey:o.linked_endRepeat_barline},[o.linked_dashed_barline]:{...Yn,skinKey:o.linked_dashed_barline},[o.linked_final_barline]:{...Zn,skinKey:o.linked_final_barline},[o.linked_start_end_repeat_barline]:{...Kn,skinKey:o.linked_start_end_repeat_barline},[o.linked_dotted_barline]:{...Xn,skinKey:o.linked_dotted_barline},[o.linked_reverse_barline]:{...On,skinKey:o.linked_reverse_barline},[o.linked_heavy_barline]:{...Wn,skinKey:o.linked_heavy_barline},[o.linked_heavy_double_barline]:{...Gn,skinKey:o.linked_heavy_double_barline},[o["1_1"]]:Gt("1","1",o["1_1"]),[o["1_4"]]:Gt("1","4",o["1_4"]),[o["2_4"]]:Gt("2","4",o["2_4"]),[o["3_4"]]:Gt("3","4",o["3_4"]),[o["4_4"]]:Gt("4","4",o["4_4"]),[o["3_8"]]:Gt("3","8",o["3_8"]),[o["6_8"]]:Gt("6","8",o["6_8"]),[o.AugmentationDot_1]:{content:'<circle cx="1.5" cy="1.5" r="1.5" fill="black"/>',w:3,h:3,skinKey:o.AugmentationDot_1,widthRatio:14,widthRatioForMeasure:14},[o.AugmentationDot_2]:{content:'<circle cx="1.5" cy="1.5" r="1.5" fill="black"/><circle cx="6.5" cy="1.5" r="1.5" fill="black"/>',w:8,h:3,skinKey:o.AugmentationDot_2,widthRatio:14,widthRatioForMeasure:14},[o.AugmentationDot_3]:{content:'<circle cx="1.5" cy="1.5" r="1.5" fill="black"/><circle cx="6.5" cy="1.5" r="1.5" fill="black"/><circle cx="11.5" cy="1.5" r="1.5" fill="black"/>',w:13,h:3,skinKey:o.AugmentationDot_3,widthRatio:14,widthRatioForMeasure:14},[o.C]:{content:`<g transform="translate(0.0000, 17.2727)">
|
|
778
|
+
<text>1=C</text>
|
|
779
|
+
</g>`,w:28.79,h:22.73,skinKey:o.C,widthRatio:0,widthRatioForMeasure:0},[o.G]:{content:`<g transform="translate(0.0000, 17.2727)">
|
|
780
|
+
<text>1=G</text>
|
|
781
|
+
</g>`,w:28.79,h:22.73,skinKey:o.G,widthRatio:0,widthRatioForMeasure:0},[o.D]:{content:`<g transform="translate(0.0000, 17.2727)">
|
|
782
|
+
<text>1=D</text>
|
|
783
|
+
</g>`,w:28.79,h:22.73,skinKey:o.D,widthRatio:0,widthRatioForMeasure:0},[o.A]:{content:`<g transform="translate(0.0000, 17.2727)">
|
|
784
|
+
<text>1=A</text>
|
|
785
|
+
</g>`,w:28.79,h:22.73,skinKey:o.A,widthRatio:0,widthRatioForMeasure:0},[o.E]:{content:`<g transform="translate(0.0000, 17.2727)">
|
|
786
|
+
<text>1=E</text>
|
|
787
|
+
</g>`,w:28.79,h:22.73,skinKey:o.E,widthRatio:0,widthRatioForMeasure:0},[o.B]:{content:`<g transform="translate(0.0000, 17.2727)">
|
|
788
|
+
<text>1=B</text>
|
|
789
|
+
</g>`,w:28.79,h:22.73,skinKey:o.B,widthRatio:0,widthRatioForMeasure:0},[o.F_sharp]:{content:`<g transform="translate(0.0000, 17.2727)">
|
|
790
|
+
<text>1=F♯</text>
|
|
791
|
+
</g>`,w:42.6,h:22.73,skinKey:o.F_sharp,widthRatio:0,widthRatioForMeasure:0},[o.F]:{content:`<g transform="translate(0.0000, 17.2727)">
|
|
792
|
+
<text>1=F</text>
|
|
793
|
+
</g>`,w:28.79,h:22.73,skinKey:o.F,widthRatio:0,widthRatioForMeasure:0},[o.B_flat]:{content:`<g transform="translate(0.0000, 17.2727)">
|
|
794
|
+
<text>1=B♭</text>
|
|
795
|
+
</g>`,w:42.6,h:22.73,skinKey:o.B_flat,widthRatio:0,widthRatioForMeasure:0},[o.E_flat]:{content:"<text>1=B♭</text>",w:44.28,h:22.73,skinKey:o.B_flat,widthRatio:0,widthRatioForMeasure:0},[o.A_flat]:{content:"<text>1=A♭</text>",w:44.28,h:22.73,skinKey:o.A_flat,widthRatio:0,widthRatioForMeasure:0},[o.C_sharp]:{content:"<text>1=C♯</text>",w:44.28,h:22.73,skinKey:o.D_flat,widthRatio:0,widthRatioForMeasure:0},[o.D_flat]:{content:"<text>1=D♭</text>",w:44.28,h:22.73,skinKey:o.D_flat,widthRatio:0,widthRatioForMeasure:0},[o.G_flat]:{content:"<text>1=G♭</text>",w:44.28,h:22.73,skinKey:o.G_flat,widthRatio:0,widthRatioForMeasure:0},[o.C_flat]:{content:"<text>1=C♭</text>",w:44.28,h:22.73,skinKey:o.C_flat,widthRatio:0,widthRatioForMeasure:0},[o.Bracket]:{content:`
|
|
796
|
+
<g transform="translate(0, 0)">
|
|
797
|
+
<g transform="translate(4.6000, 0.1)">
|
|
798
|
+
<path d="M3.1-3C2.5-2.4,1.9-1.9,1.3-1.6L-1-0.4v5.3h-3.6v-7l4-0.7c1.2-0.3,2.1-0.6,2.7-0.9c0.7-0.4,1.2-0.8,1.6-1.1l1-1.2l0.5,0.2C4.7-4.8,4-3.9,3.1-3" stroke="none"></path>
|
|
799
|
+
</g>
|
|
800
|
+
<g transform="translate(4.6000, 0.4000)">
|
|
801
|
+
<path d="M-1-0.4vcalc(node.h-1.8)h-3.6V-0.4H-1" stroke="none"></path>
|
|
802
|
+
</g>
|
|
803
|
+
<g transform="translate(4.6000, 1) translate(0, node.h)">
|
|
804
|
+
<path d="M-0.9-0.7l2.3,1.2C2,0.8,2.6,1.3,3.2,1.9c0.9,0.9,1.6,1.8,2.1,2.8L4.8,4.9L3.7,3.7C3.3,3.3,2.8,3,2.1,2.6C1.5,2.3,0.6,2-0.6,1.7l-4-0.7v-7H-1v5.3" stroke="none"></path>
|
|
805
|
+
</g>
|
|
806
|
+
</g>
|
|
807
|
+
`,w:10,h:0,skinKey:o.Bracket},[o.Brace]:{content:`<g transform="scale(calc(node.h/74))">
|
|
808
|
+
<g transform="translate(7.2000, 0.0000)">
|
|
809
|
+
<path d="M0,0v0.4c-1.2,2-2.2,3.9-3,5.8l-0.1,0.3c-0.8,2-1.1,4.1-1,6.4C-4,14.9-3.6,17-3,19.3l0.1,0.2L-1,26c0.6,2.1,1,4,1,5.7c0,3-0.5,5.2-1.7,7c-0.3,0.4-0.8,1-1.3,1.5c-1,1.1-2.4,2.1-4,3.1c1.6,1.1,3,2.1,4,3.2c0.5,0.5,1,1.2,1.3,1.7c1.2,1.7,1.7,4.1,1.7,7c-0.1,1.6-0.4,3.5-1,5.6l-1.9,6.6C-3.6,69.6-4,71.8-4.1,74c-0.1,2.3,0.2,4.4,1,6.4c0.8,2,1.8,3.9,3.1,5.9v0.3c-2.4-3.1-4.1-6-5.1-8.8s-1.5-5.5-1.5-7.8c0.1-2.4,0.4-4.8,1-7.2l1.8-6.7c0.6-2.1,0.9-3.9,0.9-5.2c0-0.6-0.1-1.2-0.2-1.7c-0.2-0.9-0.5-1.6-1-2.4c-0.8-1.2-1.8-2.3-3.1-3.1v-0.4c1.3-0.8,2.3-1.8,3.1-3c0.6-0.9,1-1.9,1.1-3l0.1-1.1L-3,34.7c-0.1-1.2-0.4-2.5-0.8-4l-1.8-6.7c-0.6-2.3-0.9-4.8-1-7.2c0-2.3,0.5-5,1.5-7.9C-4.6,7.6-3.9,6-3,4.5C-2.2,3.1-1.2,1.5,0,0" stroke="none"></path>
|
|
810
|
+
</g></g>`,w:30,h:0,skinKey:o.Brace},[o.Square]:{content:`<g transform="scale(calc(node.h/86.6))">
|
|
811
|
+
<g transform="translate(2.8000, 0.4000)">
|
|
812
|
+
<path d="M-1-0.4v86.6h-1.8V-0.4H-1" fill="#888" stroke="none"></path>
|
|
813
|
+
</g></g>`,w:30,h:0,skinKey:o.Square},[o.Repeat_coda]:{content:C,w:30,h:30,skinKey:o.Repeat_coda},[o.Repeat_to_coda]:{content:C,w:30,h:30,skinKey:o.Repeat_to_coda},[o.Repeat_segno]:{content:Ct("Segno",40,18,!0),w:40,h:18,skinKey:o.Repeat_segno},[o.Repeat_dc]:{content:Ct("D.C.",32,18,!1),w:32,h:18,skinKey:o.Repeat_dc},[o.Repeat_ds]:{content:Ct("D.S.",32,18,!1),w:32,h:18,skinKey:o.Repeat_ds},[o.Repeat_fine]:{content:Ct("Fine",32,18,!1),w:32,h:18,skinKey:o.Repeat_fine},[o.Repeat_dc_al_fine]:{content:Ct("D.C. al Fine",80,18,!1),w:80,h:18,skinKey:o.Repeat_dc_al_fine},[o.Repeat_dc_al_coda]:{content:Ct("D.C. al Coda",86,18,!1),w:86,h:18,skinKey:o.Repeat_dc_al_coda},[o.Repeat_ds_al_fine]:{content:Ct("D.S. al Fine",80,18,!1),w:80,h:18,skinKey:o.Repeat_ds_al_fine},[o.Repeat_ds_al_coda]:{content:Ct("D.S. al Coda",86,18,!1),w:86,h:18,skinKey:o.Repeat_ds_al_coda},[o.Accent_above]:{content:C,w:30,h:30,skinKey:o.Accent_above},[o.Staccato_above]:{content:C,w:30,h:30,skinKey:o.Staccato_above},[o.Tenuto_above]:{content:C,w:30,h:30,skinKey:o.Tenuto_above},[o.Loure_above]:{content:C,w:30,h:30,skinKey:o.Loure_above},[o.Marcato_above]:{content:C,w:30,h:30,skinKey:o.Marcato_above},[o.Accent_staccato_above]:{content:C,w:30,h:30,skinKey:o.Accent_staccato_above},[o.Marcato_staccato_above]:{content:C,w:30,h:30,skinKey:o.Marcato_staccato_above},[o.Marcato_tenuto_above]:{content:C,w:30,h:30,skinKey:o.Marcato_tenuto_above},[o.Staccatissimo_stroke_above]:{content:C,w:30,h:30,skinKey:o.Staccatissimo_stroke_above},[o.Staccatissimo_wedge_above]:{content:C,w:30,h:30,skinKey:o.Staccatissimo_wedge_above},[o.Stress_above]:{content:C,w:30,h:30,skinKey:o.Stress_above},[o.Tenuto_accent_above]:{content:C,w:30,h:30,skinKey:o.Tenuto_accent_above},[o.Unstress_above]:{content:C,w:30,h:30,skinKey:o.Unstress_above},[o.Open]:{content:C,w:30,h:30,skinKey:o.Open},[o.Muted]:{content:C,w:30,h:30,skinKey:o.Muted},[o.Harmonic]:{content:C,w:30,h:30,skinKey:o.Harmonic},[o.Up_bow]:{content:C,w:30,h:30,skinKey:o.Up_bow},[o.Down_bow]:{content:C,w:30,h:30,skinKey:o.Down_bow},[o.Turn]:{content:C,w:30,h:30,skinKey:o.Turn},[o.InvertedTurn]:{content:C,w:30,h:30,skinKey:o.InvertedTurn},[o.Trill]:{content:C,w:30,h:30,skinKey:o.Trill},[o.ShortTrill]:{content:C,w:30,h:30,skinKey:o.ShortTrill},[o.Mordent]:{content:C,w:30,h:30,skinKey:o.Mordent},[o.Arpeggio]:{content:C,w:30,h:30,skinKey:o.Arpeggio},[o.Up_arpeggio]:{content:C,w:30,h:30,skinKey:o.Up_arpeggio},[o.Down_arpeggio]:{content:C,w:30,h:30,skinKey:o.Down_arpeggio},[o.Bracket_arpeggio]:{content:C,w:30,h:30,skinKey:o.Bracket_arpeggio},[o.Up_arpeggio_straight]:{content:C,w:30,h:30,skinKey:o.Up_arpeggio_straight},[o.Down_arpeggio_straight]:{content:C,w:30,h:30,skinKey:o.Down_arpeggio_straight},[o.Dyn_PPP]:{content:C,w:30,h:30,skinKey:o.Dyn_PPP},[o.Dyn_PP]:{content:C,w:30,h:30,skinKey:o.Dyn_PP},[o.Dyn_P]:{content:C,w:30,h:30,skinKey:o.Dyn_P},[o.Dyn_MP]:{content:C,w:30,h:30,skinKey:o.Dyn_MP},[o.Dyn_MF]:{content:C,w:30,h:30,skinKey:o.Dyn_MF},[o.Dyn_F]:{content:C,w:30,h:30,skinKey:o.Dyn_F},[o.Dyn_FF]:{content:C,w:30,h:30,skinKey:o.Dyn_FF},[o.Dyn_FFF]:{content:C,w:30,h:30,skinKey:o.Dyn_FFF},[o.Dyn_FP]:{content:C,w:30,h:30,skinKey:o.Dyn_FP},[o.Dyn_PF]:{content:C,w:30,h:30,skinKey:o.Dyn_PF},[o.Dyn_SF]:{content:C,w:30,h:30,skinKey:o.Dyn_SF},[o.Dyn_SFZ]:{content:C,w:30,h:30,skinKey:o.Dyn_SFZ},[o.Dyn_SFF]:{content:C,w:30,h:30,skinKey:o.Dyn_SFF},[o.Dyn_SFFZ]:{content:C,w:30,h:30,skinKey:o.Dyn_SFFZ},[o.Dyn_SFP]:{content:C,w:30,h:30,skinKey:o.Dyn_SFP},[o.Dyn_RFZ]:{content:C,w:30,h:30,skinKey:o.Dyn_RFZ},[o.Dyn_RF]:{content:C,w:30,h:30,skinKey:o.Dyn_RF},[o.Dyn_FZ]:{content:C,w:30,h:30,skinKey:o.Dyn_FZ}},Qt={standardStaff:Ze,numberNotation:Xe};function Nn(t){const e=i=>{let s=i.replace(/stroke="black"/g,`stroke="${t}"`).replace(/fill="black"/g,`fill="${t}"`);return`<g fill="${t}" stroke="${t}">${s}</g>`},a=(i,s)=>{const r={};for(const l of Object.keys(i)){const c=i[l];r[l]={...c,content:e(c.content)}}return s===Zt.NumberNotation&&t==="#c00"&&(r.measure.content='<rect x="0" y="0" width="node.w" height="45" stroke="transparent" fill="rgba(255,0,0,0.1)"></rect>'),r};return{standardStaff:Ze?a(Ze,Zt.StandardStaff):void 0,numberNotation:Xe?a(Xe,Zt.NumberNotation):void 0}}const W1=Nn("#c00"),G1=Nn("#06c");function te(t,e){var a;return((a=t==null?void 0:t[e])==null?void 0:a.h)??0}function ge(t,e){var a;return((a=t==null?void 0:t[e])==null?void 0:a.w)??0}function vt(t,e){const a=t==null?void 0:t[e];return(a==null?void 0:a.zIndex)!==void 0?a.zIndex:e==="m"?1100:1e3}function oe(t){return{[O.Single_barline]:o.Single_barline,[O.Double_barline]:o.Double_barline,[O.StartRepeat_barline]:o.StartRepeat_barline,[O.EndRepeat_barline]:o.EndRepeat_barline,[O.Dashed_barline]:o.Dashed_barline,[O.Final_barline]:o.Final_barline,[O.Start_end_repeat_barline]:o.Start_end_repeat_barline,[O.Dotted_barline]:o.Dotted_barline,[O.Reverse_barline]:o.Reverse_barline,[O.Heavy_barline]:o.Heavy_barline,[O.Heavy_double_barline]:o.Heavy_double_barline}[t]??o.Single_barline}function dn(t){return{[O.Single_barline]:o.linked_single_barline,[O.Double_barline]:o.linked_double_barline,[O.StartRepeat_barline]:o.linked_startRepeat_barline,[O.EndRepeat_barline]:o.linked_endRepeat_barline,[O.Dashed_barline]:o.linked_dashed_barline,[O.Final_barline]:o.linked_final_barline,[O.Start_end_repeat_barline]:o.linked_start_end_repeat_barline,[O.Dotted_barline]:o.linked_dotted_barline,[O.Reverse_barline]:o.linked_reverse_barline,[O.Heavy_barline]:o.linked_heavy_barline,[O.Heavy_double_barline]:o.linked_heavy_double_barline}[t]??o.linked_single_barline}function Un(t,e,a){if(e<0)return Tt.Treble;const i=t[e];if(i.clef_f)return i.clef_f.clefType;const s=e-1;if(s<0)return Tt.Treble;const r=t[s];return r.clef_b?r.clef_b.clefType:r.clef_f?r.clef_f.clefType:Un(t,s)}function Ut(t){return o[t]}function jt(t){return t==null?o["4_4"]:{[mt["1_1"]]:o["1_1"],[mt["1_4"]]:o["1_4"],[mt["2_4"]]:o["2_4"],[mt["3_4"]]:o["3_4"],[mt["4_4"]]:o["4_4"],[mt["3_8"]]:o["3_8"],[mt["6_8"]]:o["6_8"]}[t]??o["4_4"]}function ie(t){return{32:1,16:2,8:3,4:4,2:5,1:6}[t]??1}function Ve(t){return{[Mt.Sharp]:o.Sharp,[Mt.Flat]:o.Flat,[Mt.Double_sharp]:o.Double_sharp,[Mt.Double_flat]:o.Double_flat,[Mt.Natural]:o.Natural}[t]??o.Natural}function N1(t){return{[Xt.Bracket]:o.Bracket,[Xt.Brace]:o.Brace,[Xt.Square]:o.Square}[t]??o.Bracket}function ze(t){return{1:o.AugmentationDot_1,2:o.AugmentationDot_2,3:o.AugmentationDot_3}[t.count]}function Bt(t){return t==="X"?o.Number_X:{0:o.Number_0,1:o.Number_1,2:o.Number_2,3:o.Number_3,4:o.Number_4,5:o.Number_5,6:o.Number_6,7:o.Number_7}[t]??o.Number_1}function Le(t){return{32:o.ReduceLine_1,16:o.ReduceLine_2,8:o.ReduceLine_3,4:o.ReduceLine_4,2:o.ReduceLine_5,1:o.ReduceLine_6}[t]??o.ReduceLine_1}function ct(t,e){return typeof t=="number"?t:typeof e=="number"?e:0}const Ue=0,jn=1/8,je=0,hn=0,U1=0,j1=1/8,q1=1/4,qn=1/8,J1=0,Q1=0,S1=0,E1=0;function Nt(t,e,a,i=e,s=0){return t+e/2-a*i+s}function _n(t,e,a,i,s){if(t==null||t===0||!(s?t>0:t<0))return 0;const l=Math.abs(t);return a+l*e+Math.max(0,l-1)*i}function Jn(t,e,a,i,s){const r=[],l=c=>c===0||c==="X";for(let c=0;c<t.length;c++){let h=0;for(let d=0;d<c;d++){const k=l(t[d].syllable)?0:_n(t[d].octaveDot,e,a,i,!0),_=d+1<t.length&&!l(t[d+1].syllable)?_n(t[d+1].octaveDot,e,a,i,!1):0;h+=k+_,k>0&&_>0&&(h+=s)}r.push(-h)}return r}function t0(t){const e=t.scale;if(e==null||e===1)return"";const{w:a,h:i}=t;return`translate(${a/2} ${i/2}) scale(${e}) translate(${-a/2} ${-i/2})`}function e0(t){const e=t0(t);return e?`translate(${t.x} ${t.y}) ${e}`:`translate(${t.x} ${t.y})`}function zt(t,e){return t*e}function n0(t,e,a){return t+e*(1-a)/2}function Ie(t,e,a){return t-e*(1-a)/2}function Qn(t,e,a){return t+e*(1+a)/2}const ft=.5;function Sn(t){return{...t,scale:ft}}const a0=1/8,En=0,o0=0,i0=1/16,s0=1/8;function le(t){return a0*t}function r0(t,e=ft){return(1-e)*t/2}function l0(t,e=ft){return(1-e)*t/2}function c0(t,e,a,i=ft){const s=(1-i)*t/2,r=(1-i)*e/2;return{dx:-s,dy:r}}console.log("chicken");const Ft=ft;function d0(t,e,a){let i=t.get(e);i||(i={},t.set(e,i)),i[a.tag]=a}function Oe(t,e){return Ie(t,e,Ft)}function h0(t,e,a){const i=e/Ft;return{x:t-i*(1-Ft)/2,w:i,h:a}}function ae(t,e){t.push(Sn(e))}function t1(t,e,a,i,s){const r=t.notesInfo[0];if(!r)return null;const l=a[Bt(r.syllable)];if(!l)return null;const c=l.w,h=l.h,d=Nt(i,s,0,h),k=Ie(d-h/2,h,Ft),_=zt(c,Ft),g=e+c*(1-Ft)/2;return{note:t,visualLeft:g,visualRight:g+_,visualW:_,visualBottom:Qn(k,h,Ft)}}function e1(t,e){const{skin:a,skinName:i,zIndex:s,out:r,measureHeight:l}=e;for(let c=0;c<t.length;c++){const h=t[c];if(h.note.chronaxie>32)continue;const d=Le(h.note.chronaxie),k=a[d];if(!k)continue;const _=h.note.beamType??lt.None,g=ie(h.note.chronaxie);let y=c,p=c;if(_===lt.Combined||_===lt.OnlyRight){if(_===lt.Combined)for(let K=c-1;K>=0;K--){const X=t[K];if(X.note.chronaxie>32||X.note.beamType!==lt.Combined)break;y=K}for(let K=c+1;K<t.length;K++){const X=t[K];if(X.note.chronaxie>32||X.note.beamType!==lt.Combined)break;p=K}}const T=y<c?t[c-1]:null,w=p>c?t[c+1]:null,P=T&&T.note.chronaxie<=32?ie(T.note.chronaxie):1/0,D=w&&w.note.chronaxie<=32?ie(w.note.chronaxie):1/0;let x=h.visualLeft,$=h.visualRight;g<P&&T&&(x=T.visualRight),g<=D&&w&&($=w.visualRight),$=Math.max($,x+h.visualW);const Q=h.visualBottom+En*l,W=h0(x,$-x,k.h);ae(r,{startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:W.x,y:Oe(Q,k.h),w:W.w,h:W.h,zIndex:s,tag:"accidental",skinName:i,targetId:h.note.notesInfo[0].id,skinKey:d,dataComment:"倚音减时线"})}}function qe(t,e,a){var s;let i=0;for(const r of t.notesInfo){const l=e[Bt(r.syllable)];if(l&&(i=Math.max(i,zt(l.w,ft))),r.accidental){const c=e[Ve(r.accidental.type)];i+=zt(Ue*a+((c==null?void 0:c.w)??0),ft)}}if(t.augmentationDot){const r=e[ze(t.augmentationDot)];i+=zt(je*a+((r==null?void 0:r.w)??0),ft)}return i<=0&&(i=zt(((s=e[o.Number_1])==null?void 0:s.w)??20,ft)),i}function n1(t,e,a){if(!(t!=null&&t.length))return 0;const i=le(a);let s=i;for(let r=0;r<t.length;r++)r>0&&(s+=i),s+=qe(t[r],e,a);return s}function a1(t,e,a){return n1(t,e,a)}function o1(t,e,a){return n1(t,e,a)}function i1(t,e,a){const{measureY:i,measureHeight:s,skin:r,skinName:l,zIndex:c,idMap:h,out:d}=a,k=t.notesInfo.slice(),_=r[o.OctaveDot],g=o0*s,y=i0*s,p=s0*s,T=_?Jn(k,zt(_.h,Ft),g,y,p):k.map(()=>0);for(let w=0;w<k.length;w++){const P=k[w],D=Bt(P.syllable),x=r[D];if(!x)continue;const Q=Nt(i,s,w,x.h,T[w])-x.h/2,W=Ie(Q,x.h,Ft),K=Qn(W,x.h,Ft);if(P.accidental){const X=Ve(P.accidental.type),H=r[X];if(H){const Y=i+jn*s;ae(d,{startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:e-Ue*s-H.w,y:Ie(Y,H.h,Ft),w:H.w,h:H.h,zIndex:c,tag:"accidental",skinName:l,targetId:P.accidental.id??P.id,skinKey:X,dataComment:"倚音变音号"})}}if(ae(d,{startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:e,y:W,w:x.w,h:x.h,zIndex:c,tag:"noteHead",skinName:l,targetId:P.id,skinKey:D,dataComment:"倚音"}),d0(h,P.id,d[d.length-1]),P.syllable!==0&&P.syllable!=="X"&&(P.octaveDot??0)!==0&&_){const X=Math.abs(P.octaveDot),H=e+(x.w-_.w)/2;if(P.octaveDot>0){const Y=zt(_.h,Ft);let b=n0(W,x.h,Ft)-g-Y;for(let u=0;u<X;u++)ae(d,{startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:H,y:Oe(b,_.h),w:_.w,h:_.h,zIndex:c,tag:"accidental",skinName:l,targetId:P.id,skinKey:o.OctaveDot,dataComment:"倚音八度点"}),b-=Y+y}else{let Y;if(w===0&&t.chronaxie<=32){const m=r[Le(t.chronaxie)];Y=K+En*s+zt((m==null?void 0:m.h)??0,Ft)}else Y=K;const b=zt(_.h,Ft);let u=Y+g;for(let m=0;m<X;m++)ae(d,{startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:H,y:Oe(u,_.h),w:_.w,h:_.h,zIndex:c,tag:"accidental",skinName:l,targetId:P.id,skinKey:o.OctaveDot,dataComment:"倚音八度点"}),u+=b+y}}}if(t.augmentationDot){const w=ze(t.augmentationDot),P=r[w],D=r[o.Number_1];if(P&&D){const x=e+D.w+je*s;k.forEach(($,Q)=>{if($.syllable===0||$.syllable==="X")return;const W=Bt($.syllable),K=r[W];if(!K)return;const H=Nt(i,s,Q,K.h,T[Q])+qn*s-P.h/2;ae(d,{startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x,y:H,w:P.w,h:P.h,zIndex:c,tag:"accidental",skinName:l,targetId:t.augmentationDot.id,skinKey:w,dataComment:"倚音附点"})})}}}function _0(t,e,a){if(!(t!=null&&t.length))return;const i=le(a.measureHeight),s=[];let r=e-i;for(let l=0;l<t.length;l++){const c=t[l],h=qe(c,a.skin,a.measureHeight);r-=h,i1(c,r,a);const d=t1(c,r,a.skin,a.measureY,a.measureHeight);d&&s.unshift(d),l<t.length-1&&(r-=i)}e1(s,a)}function f0(t,e,a,i){if(!(t!=null&&t.length))return;const s=le(i.measureHeight),r=[];let l=e+a+s;for(let c=0;c<t.length;c++){const h=t[c];i1(h,l,i);const d=t1(h,l,i.skin,i.measureY,i.measureHeight);d&&r.push(d),l+=qe(h,i.skin,i.measureHeight)+s}e1(r,i)}function Je(t){return t.chronaxie||64}function s1(t){return!t.notesInfo.length||t.notesInfo.every(e=>e.syllable===0)}function g0(t){return t.chronaxie??64}function r1(t){return t===256?4:t===128?2:t===64?1:t===32?.5:t===16||t===8||t===4||t===2||t===1?.25:1}function l1(t,e,a){let i=0;for(const s of t.notesInfo)s.accidental&&(i+=a(e[Ve(s.accidental.type)],s.accidental.widthRatio));return t.augmentationDot&&(i+=a(e[ze(t.augmentationDot)],t.augmentationDot.widthRatio)),i}function c1(t,e,a){if(s1(t))return 0;const i=a1(t.graceNotes,e,a),s=o1(t.graceNotesAfter,e,a);return(i+s)/a*4}function fn(t,e,a=(i=>(i=e[o.Measure])==null?void 0:i.h)()??45){var d;const s=Je(t),r=Bt("X"),c=ct(t.widthRatio,(d=e[r])==null?void 0:d.widthRatio)*r1(s),h=l1(t,e,(k,_)=>ct(_,k==null?void 0:k.widthRatio));return c+h+c1(t,e,a)}function p0(t,e,a=(i=>(i=e[o.Measure])==null?void 0:i.h)()??45){var d;const s=Je(t),r=Bt("X"),c=ct(t.widthRatioForMeasure,(d=e[r])==null?void 0:d.widthRatioForMeasure)*r1(s),h=l1(t,e,(k,_)=>ct(_,k==null?void 0:k.widthRatioForMeasure));return c+h+c1(t,e,a)}function Ae(t,e){var i,s,r,l,c,h,d;let a=0;a+=ct(t.widthRatioForMeasure,(i=e[o.Measure])==null?void 0:i.widthRatioForMeasure);for(let k=0;k<t.notes.length;k++)a+=p0(t.notes[k],e);return t.barline_f&&(a+=ct(t.barline_f.widthRatioForMeasure,(s=e[oe(t.barline_f.barlineType)])==null?void 0:s.widthRatioForMeasure)),t.barline_b&&(a+=ct(t.barline_b.widthRatioForMeasure,(r=e[oe(t.barline_b.barlineType)])==null?void 0:r.widthRatioForMeasure)),t.keySignature_f&&(a+=ct(t.keySignature_f.widthRatioForMeasure,(l=e[Ut(t.keySignature_f.type)])==null?void 0:l.widthRatioForMeasure)),t.keySignature_b&&(a+=ct(t.keySignature_b.widthRatioForMeasure,(c=e[Ut(t.keySignature_b.type)])==null?void 0:c.widthRatioForMeasure)),t.timeSignature_f&&(a+=ct(t.timeSignature_f.widthRatioForMeasure,(h=e[jt(t.timeSignature_f.type)])==null?void 0:h.widthRatioForMeasure)),t.timeSignature_b&&(a+=ct(t.timeSignature_b.widthRatioForMeasure,(d=e[jt(t.timeSignature_b.type)])==null?void 0:d.widthRatioForMeasure)),a}const u0={},k0={},Be={[Ge.slur]:{kind:"slur",start:{vertical:0,horizontal:0},end:{vertical:0,horizontal:0}}},Qe={[Ne.volta]:{kind:"volta",type:"upper",span:0,start:{horizontal:0},end:{horizontal:0}}},Se=1200;function y0(t,e){return{dx:t.horizontal*e,dy:t.vertical*e}}function Ee(t,e,a,i){let s=t.get(e);s||(s={},t.set(e,s)),s[a]=i}function tn(t,e,a,i,s,r,l,c){if(!a)return;const h={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:i,y:s,w:r,h:l,zIndex:Se,tag:"affiliation",skinName:t.skinName??"default",targetId:e,skinKey:a,dataComment:c};t.VDoms.push(h),Ee(t.idMap,e,"affiliation",h)}function en(t,e,a){if(!t||!e)return null;const i=e[t];return i?{w:i.w,h:i.h||a}:null}function _e(t,e,a,i=0,s=0){const{dx:r,dy:l}=y0(e,a);return{x:t.x+t.w/2+r+i,y:t.y+t.h/2+l+s}}function w0(t,e,a=Be[t.name]){var y,p,T;if((a==null?void 0:a.kind)!=="slur")return;const i=(y=e.idMap.get(t.startId))==null?void 0:y.noteHead,s=(p=e.idMap.get(t.endId))==null?void 0:p.noteHead;if(!i||!s)return;const r=e.measureHeight??i.h,l=(T=t.data)==null?void 0:T.slur,c=(l==null?void 0:l.relativeStartPoint)??{x:0,y:0},h=(l==null?void 0:l.relativeEndPoint)??{x:0,y:0},d=_e(i,a.start,r,c.x,c.y),k=_e(s,a.end,r,h.x,h.y),_={relativeStartPoint:{x:0,y:0},relativeEndPoint:{x:0,y:0},relativeControlPoint:{x:0,y:0},thickness:2},g={x:0,y:0,w:0,h:0,startPoint:d,endPoint:k,targetId:t.id,zIndex:Se,tag:"affiliation",skinName:e.skinName??"default",dataComment:"连音线",special:{slur:l?JSON.parse(JSON.stringify(l)):_}};e.VDoms.push(g),Ee(e.idMap,t.id,"affiliation",g)}function b0(t,e,a=Qe[t.name]){var p,T,w,P,D;if((a==null?void 0:a.kind)!=="volta")return;const i=(p=e.idMap.get(t.startId))==null?void 0:p.measure,s=((T=e.idMap.get(t.endId))==null?void 0:T.measure)??i;if(!i)return;const r=i.h,l=i.x+a.start.horizontal*r+(t.relativeX??0),c=((s==null?void 0:s.x)??i.x)+((s==null?void 0:s.w)??i.w)+a.end.horizontal*r+(t.relativeW??0),h=Math.max(c-l,i.w),d=((P=(w=t.data)==null?void 0:w.volta)==null?void 0:P.heightRatio)??.5,k=r*d+(t.relativeH??0),_=a.span*r,g=a.type==="upper"?i.y-k-_:i.y+i.h+_,y={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{volta:((D=t.data)==null?void 0:D.volta)??{}},x:l,y:g,w:h,h:k,zIndex:Se,tag:"affiliation",skinName:e.skinName??"default",targetId:t.id,dataComment:"反复房子"};e.VDoms.push(y),Ee(e.idMap,t.id,"affiliation",y)}function x0(t,e,a=Be[t.name]){var _,g;if((a==null?void 0:a.kind)!=="skin")return;const i=(_=e.idMap.get(t.startId))==null?void 0:_.noteHead,s=(g=e.idMap.get(t.endId))==null?void 0:g.noteHead;if(!i||!s)return;const r=e.measureHeight??i.h,l=en(a.skinKey??String(t.name),e.skin,r);if(!l)return;const c=_e(i,a.start,r,t.relativeX,t.relativeY),h=_e(s,a.end,r),d=(c.x+h.x)/2,k=(c.y+h.y)/2;tn(e,t.id,a.skinKey??String(t.name),d-l.w/2,k-l.h/2,l.w,l.h,String(t.name))}function C0(t,e){const a=Be[t.name];if(a){if(a.kind==="slur"){w0(t,e,a);return}a.kind==="skin"&&x0(t,e,a)}}function m0(t,e){const a=Qe[t.name];a&&a.kind==="volta"&&b0(t,e,a)}function d1(t,e){var a,i;for(const s of t.affiliatedSymbols??[]){if(Qe[s.name]&&((a=e.idMap.get(s.startId))!=null&&a.measure)){m0(s,e);continue}Be[s.name]&&((i=e.idMap.get(s.startId))!=null&&i.noteHead)&&C0(s,e)}}function h1(t,e,a){if(!(t!=null&&t.length))return;const i=a.measureHeight??e.h;for(const s of t){const r=u0[s.name];if(!r||r.kind!=="skin")continue;const l=en(r.skinKey??String(s.name),a.skin,i);if(!l)continue;const c=_e(e,r,i,s.relativeX,s.relativeY);tn(a,s.id,r.skinKey??String(s.name),c.x-l.w/2,c.y-l.h/2,l.w,l.h,String(s.name))}}function _1(t,e,a,i,s,r){for(const l of t.affiliatedSymbols??[]){const c=k0[l.name];if(!c)continue;const h=en(c.skinKey??String(l.name),r.skin,s);if(!h)continue;let d;c.placement==="start"?d=c.align==="center"?e-h.w/2:e:d=(c.align==="right",e+i-h.w),d+=c.horizontal*s+l.relativeX;const k=a-h.h-c.vertical*s+l.relativeY;tn(r,l.id,c.skinKey??String(l.name),d,k,h.w,h.h,String(l.name))}}function pe(t,e,a){let i=t.get(e);i||(i={},t.set(e,i)),i[a.tag]=a}function M0(t){var H,Y;const{measure:e,measures:a,measureIndex:i,measureX:s,measureY:r,measureWidth:l,measureHeight:c,skin:h,idMap:d,skinName:k}=t,_=k??"default",g=[],y=1200;Un(a,i);let p=0;if(e.keySignature_f){const b=Ut(e.keySignature_f.type),u=h[b];u&&(p+=u.w)}if(e.timeSignature_f){const b=jt(e.timeSignature_f.type),u=h[b];u&&(p+=u.w)}if(e.barline_f){const b=oe(e.barline_f.barlineType),u=h[b];u&&(p+=u.w)}const T=[];e.barline_b&&T.push({skinKey:oe(e.barline_b.barlineType),tag:"barline_b",dataComment:"后置小节线",targetId:e.barline_b.id??""}),e.keySignature_b&&T.push({skinKey:Ut(e.keySignature_b.type),tag:"keySignature_b",dataComment:"后置调号",targetId:e.keySignature_b.id??""}),e.timeSignature_b&&T.push({skinKey:jt(e.timeSignature_b.type),tag:"timeSignature_b",dataComment:"后置拍号",targetId:e.timeSignature_b.id??""});let w=0;for(const b of T){const u=h[b.skinKey];b.tag!=="keySignature_b"&&u&&(w+=u.w)}const P=Math.max(0,l-p-w),D=(b,u,m,v,f,F,V)=>{const U=h[u];if(!U)return;const j=(V==null?void 0:V.xOverride)??b;let ot=(V==null?void 0:V.yOverride)!=null?V.yOverride:r+(c-U.h)/2;(V==null?void 0:V.yOverride)==null&&F!=null;const it={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:j,y:ot,w:U.w,h:U.h,zIndex:y,tag:m,skinName:_,targetId:f,skinKey:u,dataComment:v};g.push(it),f&&pe(d,f,it)};let x=s;if(e.keySignature_f){const b=Ut(e.keySignature_f.type),u=h[b],m=e.keySignature_f;u&&D(x,b,"keySignature_f","前置调号",m.id??"",void 0,{xOverride:x+J1*c+(m.relativeX??0),yOverride:r-u.h+Q1*c+(m.relativeY??0)})}if(e.timeSignature_f){const b=jt(e.timeSignature_f.type);D(x,b,"timeSignature_f","前置拍号",e.timeSignature_f.id??"");const u=h[b];u&&(x+=u.w)}if(e.barline_f){const b=oe(e.barline_f.barlineType);D(x,b,"barline_f","前置小节线",e.barline_f.id??"");const u=h[b];u&&(x+=u.w)}const $=e.notes,Q=$.reduce((b,u)=>b+fn(u,h,c),0),W=s+p,K=$.length>0&&Q<=0,X=[];if($.length>0){let b=0;const u=K?P/$.length:0;for(let v=0;v<$.length;v++){const f=$[v],F=K?1:fn(f,h,c),V=K?u:F/Q*P,U=W+(K?v*u:b/Q*P);K||(b+=F);const j=s1(f),ot=g0(f);let it;if(j){const E=h[o.Number_0];if(!E)continue;it=E.w}else{it=0;for(const E of f.notesInfo){const S=h[Bt(E.syllable)];S&&S.w>it&&(it=S.w)}it<=0&&(it=((H=h[o.Number_1])==null?void 0:H.w)??20)}const Z=j?ot:Je(f),A=Z<=64?V:Z===128?V/2:V/4,kt=j?0:a1(f.graceNotes,h,c),wt=j?0:o1(f.graceNotesAfter,h,c),dt=U+(A-it-wt-kt)/2+kt;if(f.notesInfo.length===0)continue;X.push({note:f,i:v,slotStartX:U,slotW:V,headX:dt,refW:it,isRest:j});let ht=null;const at=f.notesInfo.slice(),z=h[o.OctaveDot],I=U1*c,L=j1*c,nt=q1*c,st=z?Jn(at,z.h,I,L,nt):at.map(()=>0),J={measureY:r,measureHeight:c,skin:h,skinName:_,zIndex:y,idMap:d,out:g};if(j){const E=o.Number_0,S=h[E];if(!S)continue;const et=r+(c-S.h)/2,yt={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:dt,y:et,w:S.w,h:S.h,zIndex:y,tag:"rest",skinName:_,targetId:f.id,skinKey:E,dataComment:"休止符"};g.push(yt),pe(d,f.id,yt);const q=ot===128?1:ot===256?3:0;if(q>0){const tt=h[o.addLine];if(tt)for(let gt=0;gt<q;gt++){const xt=r+(c-tt.h)/2,Lt=U+A*(gt+1);g.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:Lt,y:xt,w:tt.w,h:tt.h,zIndex:y,tag:"addLine",skinName:_,targetId:f.id,skinKey:o.addLine,dataComment:"加时线"})}}}else{_0(f.graceNotes,dt,J);for(let S=0;S<at.length;S++){const et=at[S],yt=Bt(et.syllable),q=h[yt],tt=Nt(r,c,S,(q==null?void 0:q.h)??c,st[S]);if(et.accidental){const pt=Ve(et.accidental.type),N=h[pt];if(N){const B=dt-Ue*c-N.w+(et.accidental.relativeX??0),R=r+jn*c+(et.accidental.relativeY??0);g.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:B,y:R,w:N.w,h:N.h,zIndex:y,tag:"accidental",skinName:_,targetId:et.accidental.id??et.id,skinKey:pt,dataComment:"变音符号"})}}if(!q)continue;const gt=tt-q.h/2,xt={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:dt,y:gt,w:q.w,h:q.h,zIndex:y,tag:"noteHead",skinName:_,targetId:et.id,skinKey:yt,dataComment:et.syllable==="X"?"节奏音符":"简谱音符"};if(g.push(xt),pe(d,et.id,xt),ht||(ht=xt),et.syllable===0||et.syllable==="X"||(et.octaveDot??0)===0||!z)continue;const Lt=Math.abs(et.octaveDot),It=dt+(q.w-z.w)/2;if(et.octaveDot>0){let pt=gt-I-z.h;for(let N=0;N<Lt;N++)g.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:It,y:pt,w:z.w,h:z.h,zIndex:y,tag:"accidental",skinName:_,targetId:et.id,skinKey:o.OctaveDot,dataComment:"八度点"}),pt-=z.h+L}else{let pt;if(S===0&&f.chronaxie<=32){const B=Le(f.chronaxie),R=h[B],G=at[0],rt=h[Bt(G.syllable)];pt=Nt(r,c,0,(rt==null?void 0:rt.h)??c,st[0])+((rt==null?void 0:rt.h)??0)/2+hn*c+((R==null?void 0:R.h)??0)}else pt=tt+q.h/2;let N=pt+I;for(let B=0;B<Lt;B++)g.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:It,y:N,w:z.w,h:z.h,zIndex:y,tag:"accidental",skinName:_,targetId:et.id,skinKey:o.OctaveDot,dataComment:"八度点"}),N+=z.h+L}}ht&&h1(f.affiliatedSymbols,ht,{VDoms:g,idMap:d,skinName:_,skin:h,measureHeight:c}),f0(f.graceNotesAfter,dt,it,J);const E=Z===128?1:Z===256?3:0;if(E>0){const S=h[o.addLine];if(S)for(let et=0;et<E;et++){const yt=r+(c-S.h)/2,q=U+A*(et+1);g.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:q,y:yt,w:S.w,h:S.h,zIndex:y,tag:"addLine",skinName:_,targetId:f.id,skinKey:o.addLine,dataComment:"加时线"})}}}if(f.augmentationDot){const E=ze(f.augmentationDot),S=h[E],et=h[o.Number_1];if(S&&et){const yt=dt+et.w+je*c;at.forEach((q,tt)=>{if(q.syllable===0||q.syllable==="X")return;const gt=Bt(q.syllable),xt=h[gt];if(!xt)return;const It=Nt(r,c,tt,xt.h,st[tt])+qn*c-S.h/2;g.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:yt,y:It,w:S.w,h:S.h,zIndex:y,tag:"accidental",skinName:_,targetId:f.augmentationDot.id,skinKey:E,dataComment:"附点"})})}}ht&&pe(d,f.id,ht)}const m=v=>!v.isRest&&v.note.chronaxie<=32;for(let v=0;v<X.length;v++){const f=X[v];if(f.isRest||f.note.chronaxie>32)continue;const F=Le(f.note.chronaxie),V=h[F];if(!V)continue;const U=f.note.notesInfo;if(U.length===0)continue;const j=f.note.beamType??lt.None,ot=ie(f.note.chronaxie);let it=v,Z=v;if(j===lt.Combined||j===lt.OnlyRight){if(j===lt.Combined)for(let J=v-1;J>=0;J--){const E=X[J];if(E.isRest||E.note.chronaxie>32||E.note.beamType!==lt.Combined)break;it=J}for(let J=v+1;J<X.length;J++){const E=X[J];if(E.isRest||E.note.chronaxie>32||E.note.beamType!==lt.Combined)break;Z=J}}const A=it<v?X[v-1]:null,kt=Z>v?X[v+1]:null,wt=A&&m(A)?ie(A.note.chronaxie):1/0,dt=kt&&m(kt)?ie(kt.note.chronaxie):1/0,ht=ot<wt&&A?A.headX+A.refW:f.headX,at=ot<=dt&&kt?kt.headX+kt.refW:f.headX+f.refW,z=Math.max(at-ht,f.refW),I=U[0],L=h[Bt(I.syllable)],st=Nt(r,c,0)+(L==null?void 0:L.h)/2+hn*c;g.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:ht,y:st,w:z,h:V.h,zIndex:y,tag:"accidental",skinName:_,targetId:((Y=f.note.notesInfo[0])==null?void 0:Y.id)??f.note.id,skinKey:F,dataComment:"减时线"})}}x=s+l-w;for(const b of T){const u=h[b.skinKey];if(!u)continue;const m=b.tag==="keySignature_b"&&e.keySignature_b?{xOverride:s+l-u.w+S1*c+(e.keySignature_b.relativeX??0),yOverride:r-u.h+E1*c+(e.keySignature_b.relativeY??0)}:void 0;D(x,b.skinKey,b.tag,b.dataComment,b.targetId,void 0,m),x+=u.w}return g}function R0(t,e,a){let i=0;if(t.keySignature_f){const s=a[Ut(t.keySignature_f.type)];s&&(i+=s.w)}if(t.timeSignature_f){const s=a[jt(t.timeSignature_f.type)];s&&(i+=s.w)}return e+i}function v0(t,e,a,i){const s=[];t.barline_b&&s.push({skinKey:oe(t.barline_b.barlineType),tag:"barline_b"}),t.keySignature_b&&s.push({skinKey:Ut(t.keySignature_b.type),tag:"keySignature_b"}),t.timeSignature_b&&s.push({skinKey:jt(t.timeSignature_b.type),tag:"timeSignature_b"});let r=0;for(const h of s){if(h.tag==="keySignature_b")continue;const d=i[h.skinKey];d&&(r+=d.w)}let l=e+a-r;const c=s.findIndex(h=>h.tag==="barline_b");if(c<0)return l;for(let h=0;h<c;h++){const d=i[s[h].skinKey];d&&(l+=d.w)}return l}const D0={[he.Coda]:n.Repeat_coda,[he.Segno]:n.Repeat_segno},F0={[Ht.To_coda]:n.Repeat_to_coda,[Ht.DC]:n.Repeat_dc,[Ht.DS]:n.Repeat_ds,[Ht.Fine]:n.Repeat_fine,[Ht.DC_al_fine]:n.Repeat_dc_al_fine,[Ht.DC_al_coda]:n.Repeat_dc_al_coda,[Ht.DS_al_fine]:n.Repeat_ds_al_fine,[Ht.DS_al_coda]:n.Repeat_ds_al_coda};function L0(t){return D0[t]}function I0(t){return F0[t]}const P0=1/8;function T0(t,e,a,i){let s=t.get(e);s||(s={},t.set(e,s)),s[a]=i}function gn(t,e,a,i,s,r,l,c,h=0){const{skin:d,skinName:k,idMap:_}=e,g=d[i];if(!g)return;const y={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:r+h,y:l,w:g.w,h:g.h,zIndex:1200,tag:a,skinName:k??"default",targetId:s,skinKey:i,dataComment:c};t.push(y),T0(_,s,a,y)}function V0(t,e){return t-e/2}function z0(t,e,a){return t+e-a}function pn(t,e,a,i=0){return t-a-P0*e+i}function f1(t){const{measure:e,measureX:a,measureY:i,measureWidth:s,measureHeight:r,skin:l}=t,c=[];if(e.startRepeat){const h=e.startRepeat,d=L0(h.type),k=l[d];k&&gn(c,t,"repeat_f",d,h.id,V0(a,k.w),pn(i,r,k.h,h.relativeY),h.type===he.Coda?"反复符号 Coda":"反复符号 Segno",h.relativeX)}if(e.endRepeat){const h=e.endRepeat,d=I0(h.type),k=l[d];k&&gn(c,t,"repeat_b",d,h.id,z0(a,s,k.w),pn(i,r,k.h,h.relativeY),"反复符号",h.relativeX)}return c}function B0(t,e,a){let i=t.get(e);i||(i={},t.set(e,i)),i[a.tag]=a}function $0(t,e,a){var u,m,v;const i=new Map,{width:s,grandStaffs:r}=t,l=e??{},c=a==null?void 0:a.skin,h=a==null?void 0:a.skinName,d=h&&c&&h in c?h:"default",_=((c==null?void 0:c[d])??Qt).numberNotation??Qt.numberNotation,g=((u=_[o.Measure])==null?void 0:u.h)??45;(m=_[o.Measure])==null||m.w;const y=[],p=ge(l,"g-l"),T=ge(l,"g-r"),w=ge(l,"s-l"),P=ge(l,"s-r"),D=p+w,x=s-p-T-w-P,$=te(l,"g-u"),Q=te(l,"g-d"),W=te(l,"s-u"),K=te(l,"s-d"),X=te(l,"m-u"),H=te(l,"m-d");let Y=0;y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:0,y:Y,w:t.width,h:t.topSpaceHeight,zIndex:vt(l,"t"),tag:"slot",skinName:d,targetId:"t",slotData:M.readonly(t),slotName:"t",dataComment:"顶部插槽"}),Y+=t.topSpaceHeight;for(const f of r){const F=Y,V={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:0,y:F,w:p,h:0,zIndex:vt(l,"g-l"),tag:"slot",skinName:d,slotName:"g-l",targetId:`g-l-${f.id}`,slotData:M.readonly(f),dataComment:"复谱表左侧插槽"};y.push(V);const U=f.linkedStaff??!1,j=Math.max(...f.staves.map(at=>at.measures.length),0),ot=[];if(U&&j>0){const at=new Array(j).fill(0);for(const I of f.staves)for(let L=0;L<I.measures.length&&L<j;L++)at[L]+=Ae(I.measures[L],_);const z=at.reduce((I,L)=>I+L,0)||1;for(let I=0;I<j;I++)ot.push(at[I]/z*x)}const it={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:s-T,y:F,w:T,h:0,zIndex:vt(l,"g-r"),tag:"slot",skinName:d,slotName:"g-r",targetId:`g-r-${f.id}`,slotData:M.readonly(f),dataComment:"复谱表右侧插槽"};y.push(it);let Z=F;y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:D,y:Z,w:x,h:f.uSpace,zIndex:1e3,tag:"space",skinName:d,targetId:"",dataComment:"复谱表上边距"}),Z+=f.uSpace;const A={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:D,y:F,w:x,h:0,zIndex:vt(l,"g"),tag:"slot",skinName:d,slotName:"g",targetId:`g-${f.id}`,slotData:M.readonly(f),dataComment:"复谱表(含外边距)"};y.push(A),y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:D,y:Z,w:x,h:$,zIndex:vt(l,"g-u"),tag:"slot",skinName:d,slotName:"g-u",targetId:`g-u-${f.id}`,slotData:M.readonly(f),dataComment:"复谱表上方插槽"}),Z+=$;let kt;const wt=[];for(let at=0;at<f.staves.length;at++){const z=Z,I=f.staves[at],L=I.uSpaceI,nt=I.dSpaceI,st=I.uSpaceO,J=I.dSpaceO;let E=0;if(!U){for(const N of I.measures)E+=Ae(N,_);(!Number.isFinite(E)||E<=0)&&(E=1)}const S={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:D,y:z,w:x,h:0,zIndex:vt(l,"s"),tag:"slot",skinName:d,slotName:"s",targetId:`s-${I.id}`,slotData:M.readonly(I),dataComment:"单谱表(含外边距)"};y.push(S);const et={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:p,y:z,w,h:0,zIndex:vt(l,"s-l"),tag:"slot",skinName:d,slotName:"s-l",targetId:`s-l-${I.id}`,slotData:M.readonly(I),dataComment:"单谱表左侧插槽"};y.push(et);const yt={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:s-p-T,y:z,w:P,h:0,zIndex:vt(l,"s-r"),tag:"slot",skinName:d,slotName:"s-r",targetId:`s-r-${I.id}`,slotData:M.readonly(I),dataComment:"单谱表右侧插槽"};y.push(yt),y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:D,y:Z,w:x,h:st,zIndex:1e3,tag:"space",skinName:d,targetId:"",dataComment:"单谱表上外边距"}),Z+=st,y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:D,y:Z,w:x,h:W,zIndex:vt(l,"s-u"),tag:"slot",skinName:d,slotName:"s-u",targetId:`s-u-${I.id}`,slotData:M.readonly(I),dataComment:"单谱表上方插槽"}),Z+=W;let q=D;const tt=(N,B)=>U?ot[B]:Ae(N,_)/E*x;for(let N=0;N<I.measures.length;N++){const B=I.measures[N],R=tt(B,N);y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:q,y:Z,w:R,h:X,zIndex:vt(l,"m-u"),tag:"slot",skinName:d,slotName:"m-u",targetId:`m-u-${B.id}`,slotData:M.readonly(B),dataComment:"小节上方插槽"}),q+=R}q=D;const gt=Z+L;if(U&&at>=1&&kt!==void 0){const N=kt+g,B=gt-N,R=o.linked_close_line,G=_[R];y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:D,y:N,w:(G==null?void 0:G.w)??1,h:B,zIndex:1200,tag:"linked_close_line",skinKey:R,skinName:d,targetId:`linked-close-${I.id}`,dataComment:"连谱闭合线"});let rt=D;for(let bt=0;bt<I.measures.length;bt++){const _t=I.measures[bt],ut=tt(_t,bt);if(_t.barline_f){const Yt=R0(_t,rt,_),$t=dn(_t.barline_f.barlineType),Rt=_[$t];y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:Yt,y:N,w:(Rt==null?void 0:Rt.w)??0,h:B,zIndex:1200,tag:"linked_barline",skinKey:$t,skinName:d,targetId:_t.barline_f.id,dataComment:"连谱小节线"})}if(_t.barline_b){const Yt=v0(_t,rt,ut,_),$t=dn(_t.barline_b.barlineType),Rt=_[$t];y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:Yt,y:N,w:(Rt==null?void 0:Rt.w)??0,h:B,zIndex:1200,tag:"linked_barline",skinKey:$t,skinName:d,targetId:_t.barline_b.id,dataComment:"连谱小节线"})}rt+=ut}}y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:D,y:Z,w:x,h:L,zIndex:1e3,tag:"space",skinName:d,targetId:"",dataComment:"单谱表上内边距"}),Z+=L;const xt=Z;q=D;const Lt=o.Close_line,It=_[Lt];y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:D,y:Z,w:(It==null?void 0:It.w)??1,h:g,zIndex:1200,tag:"close_line",skinKey:Lt,skinName:d,targetId:`close-${I.id}`,dataComment:"闭合线"});for(let N=0;N<I.measures.length;N++){const B=I.measures[N],R=tt(B,N);y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:q,y:Z,w:R,h:g,zIndex:1e3,tag:"measure",skinName:d,targetId:B.id,dataComment:"小节",skinKey:o.Measure}),B0(i,B.id,y[y.length-1]),q+=R}q=D;for(let N=0;N<I.measures.length;N++){const B=I.measures[N],R=tt(B,N),G=M0({measure:B,measures:I.measures,measureIndex:N,measureX:q,measureY:Z,measureWidth:R,measureHeight:g,skin:_,idMap:i,skinName:d});y.push(...G),y.push(...f1({measure:B,measureX:q,measureY:Z,measureWidth:R,measureHeight:g,skin:_,skinName:d,idMap:i})),_1(B,q,Z,R,g,{VDoms:y,idMap:i,skinName:d,skin:_}),G.length,y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:q,y:Z,w:R,h:g,zIndex:vt(l,"m"),tag:"slot",skinName:d,slotName:"m",targetId:`m-${B.id}`,slotData:M.readonly(B),dataComment:"小节插槽"}),q+=R}Z+=g;const pt=xt+g;q=D,y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:D,y:Z,w:x,h:nt,zIndex:1e3,tag:"space",skinName:d,targetId:"",dataComment:"单谱表下内边距"}),Z+=nt,q=D;for(let N=0;N<I.measures.length;N++){const B=I.measures[N],R=tt(B,N);y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:q,y:Z,w:R,h:H,zIndex:vt(l,"m-d"),tag:"slot",skinName:d,slotName:"m-d",targetId:`m-d-${B.id}`,slotData:M.readonly(B),dataComment:"小节下方插槽"}),q+=R}Z+=H,q=D,y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:D,y:Z,w:x,h:K,zIndex:vt(l,"s-d"),tag:"slot",skinName:d,slotName:"s-d",targetId:`s-d-${I.id}`,slotData:M.readonly(I),dataComment:"单谱表下方插槽"}),Z+=K,y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:D,y:Z,w:x,h:J,zIndex:1e3,tag:"space",skinName:d,targetId:"",dataComment:"单谱表下外边距"}),Z+=J,S.h=Z-z,et.h=Z-z,yt.h=Z-z,kt=z+st+W+L,wt.push({measureTopY:xt,measureBottomY:pt})}const dt=f.bracket;if(dt){const at=dt.startSingleStaffIndex,z=f.staves.length-1;if(at>=0&&at<wt.length&&z>=at&&z-at+1>=2){const I=wt[at].measureTopY,L=wt[z].measureBottomY,nt=N1(dt.type),st=_[nt],J=(st==null?void 0:st.w)??16;y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:D-J,y:I,w:J,h:L-I,zIndex:1200,tag:"bracket",skinKey:nt,skinName:d,targetId:dt.id,dataComment:"连谱号"})}}y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:D,y:Z,w:x,h:Q,zIndex:vt(l,"g-d"),tag:"slot",skinName:d,slotName:"g-d",targetId:`g-d-${f.id}`,slotData:M.readonly(f),dataComment:"复谱表下方插槽"}),Z+=Q,y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:D,y:Z,w:x,h:f.dSpace,zIndex:1e3,tag:"space",skinName:d,targetId:"",dataComment:"复谱表下边距"}),Z+=f.dSpace;const ht=Z-F;A.h=ht,V.h=ht,it.h=ht,Y=Z}const b=(v=l==null?void 0:l.e)==null?void 0:v.h;return b!==void 0&&b>0&&y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:0,y:Y,w:s,h:b,zIndex:vt(l,"e"),tag:"slot",skinName:d,targetId:"e",slotName:"e",dataComment:"底部插槽"}),d1(t,{VDoms:y,idMap:i,skinName:d,skin:_}),y.sort((f,F)=>(f.zIndex??0)-(F.zIndex??0)),y}function ee(t,e){var a;return((a=t==null?void 0:t[e])==null?void 0:a.h)??0}function ue(t,e){var a;return((a=t==null?void 0:t[e])==null?void 0:a.w)??0}function Dt(t,e){const a=t==null?void 0:t[e];return(a==null?void 0:a.zIndex)!==void 0?a.zIndex:e==="m"?1100:1e3}function se(t){return{[O.Single_barline]:n.Single_barline,[O.Double_barline]:n.Double_barline,[O.StartRepeat_barline]:n.StartRepeat_barline,[O.EndRepeat_barline]:n.EndRepeat_barline,[O.Dashed_barline]:n.Dashed_barline,[O.Final_barline]:n.Final_barline,[O.Start_end_repeat_barline]:n.Start_end_repeat_barline,[O.Dotted_barline]:n.Dotted_barline,[O.Reverse_barline]:n.Reverse_barline,[O.Heavy_barline]:n.Heavy_barline,[O.Heavy_double_barline]:n.Heavy_double_barline}[t]??n.Single_barline}function un(t){return{[O.Single_barline]:n.linked_single_barline,[O.Double_barline]:n.linked_double_barline,[O.StartRepeat_barline]:n.linked_startRepeat_barline,[O.EndRepeat_barline]:n.linked_endRepeat_barline,[O.Dashed_barline]:n.linked_dashed_barline,[O.Final_barline]:n.linked_final_barline,[O.Start_end_repeat_barline]:n.linked_start_end_repeat_barline,[O.Dotted_barline]:n.linked_dotted_barline,[O.Reverse_barline]:n.linked_reverse_barline,[O.Heavy_barline]:n.linked_heavy_barline,[O.Heavy_double_barline]:n.linked_heavy_double_barline}[t]??n.linked_single_barline}function Kt(t,e){switch(t){case Tt.Treble:return e?n.Treble_f:n.Treble;case Tt.Bass:return e?n.Bass_f:n.Bass;case Tt.Alto:return e?n.Alto_f:n.Alto;case Tt.Tenor:return e?n.Tenor_f:n.Tenor;default:return e?n.Treble_f:n.Treble}}function g1(t,e,a){if(e<0)return Tt.Treble;const i=t[e];if(i.clef_f)return i.clef_f.clefType;const s=e-1;if(s<0)return Tt.Treble;const r=t[s];return r.clef_b?r.clef_b.clefType:r.clef_f?r.clef_f.clefType:g1(t,s)}function H0(t,e,a){const i=(e-5*a)/8+a/2;switch(t){case Tt.Alto:return i;case Tt.Tenor:return-i;case Tt.Bass:return i*2;default:return 0}}function qt(t){return n[t]}function Jt(t){return t==null?n["4_4"]:{[mt["1_1"]]:n["1_1"],[mt["1_4"]]:n["1_4"],[mt["2_4"]]:n["2_4"],[mt["3_4"]]:n["3_4"],[mt["4_4"]]:n["4_4"],[mt["3_8"]]:n["3_8"],[mt["6_8"]]:n["6_8"]}[t]??n["4_4"]}function re(t){return t>=256?n.NoteHead_1:t>=128?n.NoteHead_2:n.NoteHead_3}function Pe(t){return{256:n.Rest_1,128:n.Rest_2,64:n.Rest_3,32:n.Rest_4,16:n.Rest_5,8:n.Rest_6,4:n.Rest_7,2:n.Rest_8,1:n.Rest_9}[t]??n.Rest_4}function kn(t,e){const a={32:n.NoteTail_1,16:n.NoteTail_2,8:n.NoteTail_3,4:n.NoteTail_4,2:n.NoteTail_5,1:n.NoteTail_6},i={32:n.NoteTail_1_r,16:n.NoteTail_2_r,8:n.NoteTail_3_r,4:n.NoteTail_4_r,2:n.NoteTail_5_r,1:n.NoteTail_6_r};return e==="down"?i[t]??n.NoteTail_1_r:a[t]??n.NoteTail_1}function p1(t){return{32:1,16:2,8:3,4:4,2:5,1:6}[t]??1}function $e(t){return{[Mt.Sharp]:n.Sharp,[Mt.Flat]:n.Flat,[Mt.Double_sharp]:n.Double_sharp,[Mt.Double_flat]:n.Double_flat,[Mt.Natural]:n.Natural}[t]??n.Natural}function A0(t){return{[Xt.Bracket]:n.Bracket,[Xt.Brace]:n.Brace,[Xt.Square]:n.Square}[t]??n.Bracket}function fe(t){return{1:n.AugmentationDot_1,2:n.AugmentationDot_2,3:n.AugmentationDot_3}[t.count]}const nn=1/8,u1=1/8,an=1/16,K0=1/8,Y0=15,on=7/8,k1=2/16,y1=2/32,w1=.5,Z0=.05;function X0(t){const{direction:e,headCenterY:a,measureY:i,measureHeight:s,lengthScale:r=1}=t,l=on*s*r,c=i+s/2,d=s*K0*2;let k;return e==="up"?a-c+d<l/r?k=l:k=(a-c+d)*r:e==="down"?c-a+d<l/r?k=l:k=(c-a+d)*r:k=l,k}function b1(t){const{note:e,headX:a,headY:i,headW:s,headH:r,measureY:l,measureHeight:c,skin:h,zIndex:d,stemTargetId:k,headCenterYOther:_,isGrace:g=!1}=t,y=t.skinName??"default",p=t.chronaxie??(e.type===Vt.Rest?e.chronaxie:void 0)??64,T=t.direction??"up",w=[];if(e.type===Vt.Rest||p>=256)return w;const P=h[n.NoteStem];if(!P)return w;const D=g?ft:1,x=i+r/2,$=a+s/2,Q=s*D/2,W=X0({direction:T,headCenterY:x,measureY:l,measureHeight:c,lengthScale:D}),K=P.w,X=k??e.id??"",H=Z0*c*D,Y=_!=null&&_!==x?Math.abs(_-x)*D:0,b=W+Y-H;if(T==="up"){const u=g?$+Q-K:a+s-K,m=x-W;if(w.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:u,y:m,w:K,h:b,zIndex:d,tag:"noteStem",skinName:y,targetId:X,skinKey:n.NoteStem,dataComment:g?"倚音符干":"符干"}),p<=32){const v=kn(p,T),f=h[v];let F=0;p===2&&(F=c/8),p===1&&(F=c*2/8),f&&(g?w.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:u-r0(f.w,ft),y:m-F-l0(f.h,ft),w:f.w,h:f.h,zIndex:d,tag:"noteTail",skinName:y,targetId:X,skinKey:v,dataComment:"倚音符尾",scale:ft}):w.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:u,y:m-F,w:f.w,h:f.h,zIndex:d,tag:"noteTail",skinName:y,targetId:X,skinKey:v,dataComment:"符尾"}))}}else{const u=g?$-Q:a,m=(_??x)+H;if(w.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:u,y:m,w:K,h:b,zIndex:d,tag:"noteStem",skinName:y,targetId:X,skinKey:n.NoteStem,dataComment:g?"倚音符干":"符干"}),p<=32){const v=kn(p,T),f=h[v];let F=0;if(p===8&&(F=c/8),p===4&&(F=c*2/8),p===2&&(F=c*3/8),p===1&&(F=c*4/8),f){const{dx:V,dy:U}=g?c0(f.w,f.h,"down",ft):{dx:0,dy:0};w.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:u+V,y:m+b-f.h+F+U,w:f.w,h:f.h,zIndex:d,tag:"noteTail",skinName:y,targetId:X,skinKey:v,dataComment:g?"倚音符尾":"符尾",...g?{scale:ft}:{}})}}}return w}function O0(t){return b1({...t,isGrace:!0})}function Te(t,e,a){return{x:e-a.w/2,y:t-a.h/2,w:a.w,h:a.h}}function yn(t,e,a){let i=t.get(e);i||(i={},t.set(e,i)),i[a.tag]=a}function ce(t,e){t.push(Sn(e))}function sn(t,e,a){const i=e[re(t.chronaxie)];let s=zt((i==null?void 0:i.w)??0,ft);if(t.accidental){const r=e[$e(t.accidental.type)];s+=zt(nn*a+((r==null?void 0:r.w)??0),ft)}if(t.augmentationDot){const r=e[fe(t.augmentationDot)];s+=zt(an*a+((r==null?void 0:r.w)??0),ft)}return s}function rn(t,e,a){if(!(t!=null&&t.length))return 0;const i=le(a);let s=i;for(let r=0;r<t.length;r++)r>0&&(s+=i),s+=sn(t[r],e,a);return s}function x1(t,e,a){return rn(t,e,a)}function C1(t){const{ni:e,headAnchorX:a,noteCenterY:i,measureHeight:s,measureLineWidth:r,measureWidth:l,skin:c,skinName:h,zIndex:d,note:k,idMap:_,out:g}=t,y=e.direction==="up",p=re(e.chronaxie),T=c[p];if(!T)return;const w=T.w,P=T.h,D=i(e.region)-P/2,x=i(e.region),$=c[n.AddLine_d],Q=c[n.AddLine_u],W=e.region,K=a+w/2;if(W<-1&&$)for(let H=-2;H>=W;H-=2){const Y=i(H),b=Te(Y,K,$);ce(g,{startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},...b,zIndex:d,tag:"addLine",skinName:h,targetId:e.id,skinKey:n.AddLine_d,dataComment:"倚音下加线"})}if(W>9&&Q)for(let H=10;H<=W;H+=2){const Y=i(H),b=Te(Y,K,Q);ce(g,{startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},...b,zIndex:d,tag:"addLine",skinName:h,targetId:e.id,skinKey:n.AddLine_u,dataComment:"倚音上加线"})}if(e.accidental){const H=$e(e.accidental.type),Y=c[H];if(Y){const b=a-nn*s-Y.w+(e.accidental.relativeX??0),m=e.accidental.type===Mt.Flat||e.accidental.type===Mt.Double_flat?x+s/8-Y.h+(e.accidental.relativeY??0):x-Y.h/2+(e.accidental.relativeY??0);ce(g,{startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:b,y:m,w:Y.w,h:Y.h,zIndex:d,tag:"accidental",skinName:h,targetId:e.accidental.id??e.id,skinKey:H,dataComment:"倚音变音号"})}}if(ce(g,{startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:a,y:D,w,h:P,zIndex:d,tag:"noteHead",skinName:h,targetId:e.id,skinKey:p,dataComment:"倚音音符头"}),yn(_,e.id,g[g.length-1]),e.augmentationDot){const H=fe(e.augmentationDot),Y=c[H];if(Y){const b=a+w+an*s;let u=x-Y.h/2;e.region%2===0&&(u-=s/8),ce(g,{startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:b,y:u,w:Y.w,h:Y.h,zIndex:d,tag:"accidental",skinName:h,targetId:e.augmentationDot.id,skinKey:H,dataComment:"倚音附点"})}}const X=O0({note:k,headX:a,headY:D,headW:w,headH:P,measureY:t.measureY,measureHeight:s,measureWidth:l,skin:c,zIndex:d,idMap:_,chronaxie:e.chronaxie,direction:y?"up":"down",stemTargetId:e.id,headCenterYOther:x,skinName:h});for(const H of X)g.push(H),H.targetId&&yn(_,H.targetId,H)}function W0(t,e,a){if(!(t!=null&&t.length))return;const i=le(a.measureHeight);let s=e-i;for(let r=0;r<t.length;r++){const l=t[r],c=sn(l,a.skin,a.measureHeight);s-=c,C1({...a,ni:l,headAnchorX:s}),r<t.length-1&&(s-=i)}}function G0(t,e,a,i){if(!(t!=null&&t.length))return;const s=le(i.measureHeight);let r=e+a+s;for(let l=0;l<t.length;l++){const c=t[l];C1({...i,ni:c,headAnchorX:r}),r+=sn(c,i.skin,i.measureHeight)+s}}function We(t){if(t.type===Vt.Rest||t.notesInfo.length===0)return[];const e=new Map;for(const a of t.notesInfo){const i=e.get(a.direction)??[];i.push(a),e.set(a.direction,i)}return["up","down"].filter(a=>e.has(a)).map(a=>{const i=e.get(a);return{direction:a,notesInfo:i,chronaxie:i[0].chronaxie,beamType:i[0].beamType}})}function de(t,e){return We(t).find(a=>a.direction===e)}function ln(t){if(t.type===Vt.Rest)return t.chronaxie??64;let e=64;for(const a of t.notesInfo)a.chronaxie>e&&(e=a.chronaxie);return e}function cn(t){return t.type===Vt.Rest}function wn(t){return t.type===Vt.Rest?t.chronaxie??64:ln(t)}function m1(t){return t===256?1.5:t===128?1.3:t===64?1:t===32?.8:t===16?.7:t===8?.6:t===4?.55:t===2?.5:t===1?.45:1}function N0(t,e,a){if(t.type!==Vt.Note)return 0;let i=0,s=0;for(const r of t.notesInfo)i=Math.max(i,rn(r.graceNotes,e,a)),s=Math.max(s,x1(r.graceNotesAfter,e,a));return(i+s)/a*4}function M1(t,e,a,i=45){let s=0;if(t.clef&&(s+=a(e[Kt(t.clef.clefType,!1)],t.clef.widthRatio)+u1),t.type===Vt.Note){s+=N0(t,e,i);for(const r of t.notesInfo)r.accidental&&(s+=a(e[$e(r.accidental.type)],r.accidental.widthRatio)),r.augmentationDot&&(s+=a(e[fe(r.augmentationDot)],r.augmentationDot.widthRatio))}else t.augmentationDot&&(s+=a(e[fe(t.augmentationDot)],t.augmentationDot.widthRatio));return s}function bn(t,e,a=(i=>(i=e[n.Measure])==null?void 0:i.h)()??45){var k;const s=ln(t),l=cn(t)?Pe(s):re(s),h=ct(t.widthRatio,(k=e[l])==null?void 0:k.widthRatio)*m1(s),d=M1(t,e,(_,g)=>ct(g,_==null?void 0:_.widthRatio),a);return h+d}function U0(t,e,a=(i=>(i=e[n.Measure])==null?void 0:i.h)()??45){var k;const s=ln(t),l=cn(t)?Pe(s):re(s),h=ct(t.widthRatioForMeasure,(k=e[l])==null?void 0:k.widthRatioForMeasure)*m1(s),d=M1(t,e,(_,g)=>ct(g,_==null?void 0:_.widthRatioForMeasure),a);return h+d}function Ke(t,e){var i,s,r,l,c,h,d,k,_;let a=0;a+=ct(t.widthRatioForMeasure,(i=e[n.Measure])==null?void 0:i.widthRatioForMeasure);for(let g=0;g<t.notes.length;g++)a+=U0(t.notes[g],e);return t.barline_f&&(a+=ct(t.barline_f.widthRatioForMeasure,(s=e[se(t.barline_f.barlineType)])==null?void 0:s.widthRatioForMeasure)),t.barline_b&&(a+=ct(t.barline_b.widthRatioForMeasure,(r=e[se(t.barline_b.barlineType)])==null?void 0:r.widthRatioForMeasure)),t.clef_f&&(a+=ct(t.clef_f.widthRatioForMeasure,(l=e[Kt(t.clef_f.clefType,!0)])==null?void 0:l.widthRatioForMeasure)),t.clef_b&&(a+=ct(t.clef_b.widthRatioForMeasure,(c=e[Kt(t.clef_b.clefType,!1)])==null?void 0:c.widthRatioForMeasure)),t.keySignature_f&&(a+=ct(t.keySignature_f.widthRatioForMeasure,(h=e[qt(t.keySignature_f.type)])==null?void 0:h.widthRatioForMeasure)),t.keySignature_b&&(a+=ct(t.keySignature_b.widthRatioForMeasure,(d=e[qt(t.keySignature_b.type)])==null?void 0:d.widthRatioForMeasure)),t.timeSignature_f&&(a+=ct(t.timeSignature_f.widthRatioForMeasure,(k=e[Jt(t.timeSignature_f.type)])==null?void 0:k.widthRatioForMeasure)),t.timeSignature_b&&(a+=ct(t.timeSignature_b.widthRatioForMeasure,(_=e[Jt(t.timeSignature_b.type)])==null?void 0:_.widthRatioForMeasure)),a}function ne(t,e,a){let i=t.get(e);i||(i={},t.set(e,i)),i[a.tag]=a}function j0(t){const{measure:e,measures:a,measureIndex:i,measureX:s,measureY:r,measureWidth:l,measureHeight:c,measureLineWidth:h,skin:d,idMap:k,skinName:_}=t,g=_??"default",y=[],p=1200,T=g1(a,i),w=H0(T,c,h);let P=0;if(e.clef_f){const u=Kt(e.clef_f.clefType,!0),m=d[u];m&&(P+=m.w)}if(e.keySignature_f){const u=qt(e.keySignature_f.type),m=d[u];m&&(P+=m.w)}if(e.timeSignature_f){const u=Jt(e.timeSignature_f.type),m=d[u];m&&(P+=m.w)}if(e.barline_f){const u=se(e.barline_f.barlineType),m=d[u];m&&(P+=m.w)}const D=[];e.barline_b&&D.push({skinKey:se(e.barline_b.barlineType),tag:"barline_b",dataComment:"后置小节线",targetId:e.barline_b.id??""}),e.clef_b&&D.push({skinKey:Kt(e.clef_b.clefType,!1),tag:"clef_b",dataComment:"后置谱号",targetId:e.clef_b.id??""}),e.keySignature_b&&D.push({skinKey:qt(e.keySignature_b.type),tag:"keySignature_b",dataComment:"后置调号",targetId:e.keySignature_b.id??""}),e.timeSignature_b&&D.push({skinKey:Jt(e.timeSignature_b.type),tag:"timeSignature_b",dataComment:"后置拍号",targetId:e.timeSignature_b.id??""});let x=0;for(const u of D){const m=d[u.skinKey];m&&(x+=m.w)}const $=Math.max(0,l-P-x),Q=(u,m,v,f,F,V)=>{const U=d[m];if(!U)return;let j=r+(c-U.h)/2;V!=null&&(j+=V);const ot={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:u,y:j,w:U.w,h:U.h,zIndex:p,tag:v,skinName:g,targetId:F,skinKey:m,dataComment:f};y.push(ot),F&&ne(k,F,ot)};let W=s;if(e.clef_f){const u=Kt(e.clef_f.clefType,!0);Q(W,u,"clef_f","前置谱号",e.clef_f.id??"");const m=d[u];m&&(W+=m.w)}if(e.keySignature_f){const u=qt(e.keySignature_f.type);Q(W,u,"keySignature_f","前置调号",e.keySignature_f.id??"",w);const m=d[u];m&&(W+=m.w)}if(e.timeSignature_f){const u=Jt(e.timeSignature_f.type);Q(W,u,"timeSignature_f","前置拍号",e.timeSignature_f.id??"");const m=d[u];m&&(W+=m.w)}if(e.barline_f){const u=se(e.barline_f.barlineType);Q(W,u,"barline_f","前置小节线",e.barline_f.id??"");const m=d[u];m&&(W+=m.w)}const K=e.notes,X=K.reduce((u,m)=>u+bn(m,d,c),0),H=s+P,Y=u=>r+c-h/2-u*(c-5*h)/8-u*h/2,b=K.length>0&&X<=0;if(K.length>0){let u=0;const m=b?$/K.length:0;for(let v=0;v<K.length;v++){const f=K[v],F=b?1:bn(f,d,c),V=b?m:F/X*$,U=H+(b?v*m:u/X*$);b||(u+=F);const j=cn(f);let ot;if(j){const z=d[Pe(wn(f))];if(!z)continue;ot=z.w}else{const z=We(f);ot=0;for(const I of z){const L=d[re(I.chronaxie)];L&&L.w>ot&&(ot=L.w)}}let it=0,Z=0;if(!j)for(const z of f.notesInfo)it=Math.max(it,rn(z.graceNotes,d,c)),Z=Math.max(Z,x1(z.graceNotesAfter,d,c));const A=U+(V-it-ot-Z)/2+it;if(f.clef){const z=Kt(f.clef.clefType,!0),I=d[z];if(I){const L=A-u1*c-I.w,nt=r-(I.h-c)/2,st={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:L,y:nt,w:I.w,h:I.h,zIndex:p,tag:"clef_f",skinName:g,targetId:f.clef.id,skinKey:z,dataComment:"音符前谱号"};y.push(st),ne(k,f.clef.id,st)}}if(j){const z=wn(f),I=Pe(z),L=d[I];if(!L)continue;let nt;z===256?nt=r+c/4:z===128?nt=r+c/2-L.h:nt=r+(c-L.h)/2;const st={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:A,y:nt,w:L.w,h:L.h,zIndex:p,tag:"rest",skinName:g,targetId:f.id,skinKey:I,dataComment:"休止符"};y.push(st),ne(k,f.id,st);continue}const kt=We(f);let wt=null;const dt=d[n.AddLine_d],ht=d[n.AddLine_u],at=z=>{var B;const I=z.direction==="up",L=z,nt=L.notesInfo.map(R=>R.region),st=re(L.chronaxie),J=d[st];if(!J)return;const E=Math.min(...nt),S=Math.max(...nt),et=A+J.w/2,yt=I?S:E,q=Y(yt)-J.h/2;q+J.h/2;const tt=Y(I?E:S),gt=L.notesInfo.find(R=>R.region===yt),xt=new Set,Lt=new Set;for(const R of nt){if(R<-1)for(let G=-2;G>=R;G-=2)xt.add(G);if(R>9)for(let G=10;G<=R;G+=2)Lt.add(G)}if(dt)for(const R of xt){const G=Y(R),rt=Te(G,et,dt);y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},...rt,zIndex:p,tag:"addLine",skinName:g,targetId:f.id,skinKey:n.AddLine_d,dataComment:"下加线"})}if(ht)for(const R of Lt){const G=Y(R),rt=Te(G,et,ht);y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},...rt,zIndex:p,tag:"addLine",skinName:g,targetId:f.id,skinKey:n.AddLine_u,dataComment:"上加线"})}const It={noteCenterY:Y,measureY:r,measureHeight:c,measureLineWidth:h,measureWidth:l,skin:d,skinName:g,zIndex:p,note:f,idMap:k,out:y};L.notesInfo.forEach(R=>{W0(R.graceNotes,A,It);const G=Y(R.region)-J.h/2,rt=Y(R.region);if(R.accidental){const _t=$e(R.accidental.type),ut=d[_t];if(ut){const Yt=A-nn*c-ut.w+(R.accidental.relativeX??0),Rt=R.accidental.type===Mt.Flat||R.accidental.type===Mt.Double_flat?rt+c/8-ut.h+(R.accidental.relativeY??0):rt-ut.h/2+(R.accidental.relativeY??0);y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:Yt,y:Rt,w:ut.w,h:ut.h,zIndex:p,tag:"accidental",skinName:g,targetId:R.accidental.id??R.id,skinKey:_t,dataComment:"变音符号"})}}const bt={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:A,y:G,w:J.w,h:J.h,zIndex:p,tag:"noteHead",skinName:g,targetId:R.id,skinKey:st,dataComment:"音符头"};y.push(bt),ne(k,R.id,bt),h1(R.affiliatedSymbols,bt,{VDoms:y,idMap:k,skinName:g,skin:d,measureHeight:c}),wt||(wt=bt),G0(R.graceNotesAfter,A,J.w,It)});const pt=(B=L.notesInfo.find(R=>R.augmentationDot))==null?void 0:B.augmentationDot;if(pt){const R=fe(pt),G=d[R];if(G){const rt=A+J.w+an*c;L.notesInfo.forEach(bt=>{let _t=Y(bt.region)-G.h/2;bt.region%2===0&&(_t-=c/8),y.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:rt,y:_t,w:G.w,h:G.h,zIndex:p,tag:"accidental",skinName:g,targetId:pt.id,skinKey:R,dataComment:"附点符号"})})}}if(!gt)return;const N=b1({note:f,headX:A,headY:q,headW:J.w,headH:J.h,measureY:r,measureHeight:c,skin:d,zIndex:p,chronaxie:L.chronaxie,direction:I?"up":"down",stemTargetId:gt.id,headCenterYOther:tt,skinName:g});for(const R of N)y.push(R),R.targetId&&ne(k,R.targetId,R)};for(const z of kt)at(z);wt&&ne(k,f.id,wt)}}W=s+l-x;for(const u of D){const m=u.tag==="keySignature_b"?w:void 0;Q(W,u.skinKey,u.tag,u.dataComment,u.targetId,m);const v=d[u.skinKey];v&&(W+=v.w)}return y}function q0(t,e,a){let i=0;if(t.clef_f){const s=a[Kt(t.clef_f.clefType,!0)];s&&(i+=s.w)}if(t.keySignature_f){const s=a[qt(t.keySignature_f.type)];s&&(i+=s.w)}if(t.timeSignature_f){const s=a[Jt(t.timeSignature_f.type)];s&&(i+=s.w)}return e+i}function J0(t,e,a,i){const s=[];t.barline_b&&s.push(se(t.barline_b.barlineType)),t.clef_b&&s.push(Kt(t.clef_b.clefType,!1)),t.keySignature_b&&s.push(qt(t.keySignature_b.type)),t.timeSignature_b&&s.push(Jt(t.timeSignature_b.type));let r=0;for(const h of s){const d=i[h];d&&(r+=d.w)}let l=e+a-r;const c=0;for(let h=0;h<c&&h<s.length;h++){const d=i[s[h]];d&&(l+=d.w)}return l}function Q0(t,e){return t.reduce((a,i)=>e==="down"?i.y>=a.y?i:a:i.y<=a.y?i:a)}function R1(t,e){const a=t.length,i=t[a-1],s=t[0];let r=null;if(e==="up"){const k=Math.min(s.y,i.y);for(let _=1;_<a-1;_++){const g=t[_];g.y<=k&&(r?g.y<r.y&&(r.y=g.y,r.x=g.x):r={x:t[0].x,y:g.y})}}else{const k=Math.max(s.y,i.y);for(let _=1;_<a-1;_++){const g=t[_];g.y>=k&&(r?g.y>r.y&&(r.y=g.y,r.x=g.x):r={x:t[0].x,y:g.y})}}if(r)return{inclination:0,anchor:r};let l=(i.y-s.y)/(i.x-s.x);const c=Math.tan(Y0*Math.PI/180),h=l<0;for(let k=1;k<a-1;k++){const _=t[k];if(h){if(i.y-_.y>0)continue;l=Math.max(l,(i.y-_.y)/(i.x-_.x))}else{if(_.y-s.y<0)continue;l=Math.min(l,(_.y-s.y)/(_.x-s.x))}}return{inclination:l>=0?Math.min(l,c):Math.max(l,-c),anchor:Q0(t,e)}}function ke(t,e){var l;if(t.type!==Vt.Note)return;const a=de(t,e);if(!a||a.notesInfo.length===0)return;const i=e==="up",s=a.notesInfo.map(c=>c.region),r=i?Math.max(...s):Math.min(...s);return(l=a.notesInfo.find(c=>c.region===r))==null?void 0:l.id}function xn(t,e){const a=[];for(let i=0;i<t.notes.length;i++){const s=t.notes[i],r=de(s,e),l=i<t.notes.length-1?t.notes[i+1]:void 0,c=l?de(l,e):void 0;if(!r||r.notesInfo.length===0)continue;const h=r.chronaxie<=32,d=i>0?de(t.notes[i-1],e):void 0,k=d&&d.chronaxie<=32,_=c&&c.chronaxie<=32,g=l&&c&&h&&_&&r.beamType!==lt.None&&![lt.None,lt.OnlyRight].includes(c.beamType),y=d&&k&&h&&d.beamType!==lt.None&&![lt.None,lt.OnlyRight].includes(r.beamType),p={note:s,direction:e};if(y&&a.length>0){a[a.length-1].push(p);continue}g&&a.push([p])}return a.filter(i=>i.length>=2)}function S0(t){const{measure:e,nodeIdMap:a,vDoms:i,symbolVDomsLength:s,skin:r,measureHeight:l,measureLineWidth:c,skinName:h}=t,d=h??"default",k=on*(l-5*c),_=xn(e,"up"),g=xn(e,"down"),y=(w,P)=>{var u,m;const D=[];for(const{note:v,direction:f}of w){if(v.type!==Vt.Note)continue;const F=ke(v,f),V=F?(u=a.get(F))==null?void 0:u.noteStem:void 0;if(!V)continue;const U=V.x,j=P==="up"?V.y:V.y+V.h;D.push({x:U,y:j})}if(D.length<2)return;const{inclination:x,anchor:$}=R1(D,P),Q=r[n.NoteStem],W=Q?Q.w/2:0,K=w.map(({note:v,direction:f})=>{const F=de(v,f);return p1(F.chronaxie)}),X=Math.max(...K),H=D.length,Y=[];for(let v=0;v<H;v++){const f=[];for(let F=0;F<X;F++){const V=K.findIndex(j=>j>F);let U=-1;if(V>=0){for(let j=H-1;j>=0;j--)if(K[j]>F){U=j;break}}if(V<0||v<V||v>U){f.push({type:"none"});continue}V===U?f.push({type:v===0?"right":v===H-1?"left":"both",scaleX:w1}):v===V?f.push({type:"right"}):v===U?f.push({type:"left"}):f.push({type:"both"})}Y.push(f)}for(const{note:v,direction:f}of w){const F=ke(v,f),V=F?(m=a.get(F))==null?void 0:m.noteStem:void 0;if(!V)continue;const U=$.y+x*(V.x-$.x),j=V.y,ot=V.y+V.h;P==="up"?(V.y=U,V.h=Math.max(ot-U,k)):V.h=Math.max(U-j,k)}const b=1;for(let v=0;v<H;v++){const f=v===0?D[0].x:(D[v-1].x+D[v].x)/2,F=v===H-1?D[H-1].x:(D[v].x+D[v+1].x)/2,V=v>0?f-b:f,U=v<H-1?F+b:F,j=$.y+x*(V-$.x),ot=$.y+x*(U-$.x),it=W,Z=0;i.push({startPoint:{x:V+it,y:j+Z},endPoint:{x:U+it,y:ot+Z},special:{beam:{lines:Y[v],centerX:D[v].x+W,spacing:y1*l,thickness:k1*l,direction:P}},x:0,y:0,w:0,h:0,zIndex:1200,tag:"noteBeam",skinName:d,targetId:"",dataComment:"符杠"})}};for(const w of _)y(w,"up");for(const w of g)y(w,"down");const p=new Set([..._.flat().map(({note:w,direction:P})=>ke(w,P)).filter(w=>w!=null),...g.flat().map(({note:w,direction:P})=>ke(w,P)).filter(w=>w!=null)]),T=i.length-s;for(let w=i.length-1;w>=T;w--){const P=i[w];P.tag==="noteTail"&&P.targetId&&p.has(P.targetId)&&i.splice(w,1)}}function E0(t){const e=[];for(let a=0;a<t.length;a++){const i=t[a],s=t[a+1],r=t[a-1],l=i.chronaxie<=32,c=r!=null&&r.chronaxie<=32,h=s!=null&&s.chronaxie<=32,d=s!=null&&l&&h&&i.beamType!==lt.None&&![lt.None,lt.OnlyRight].includes(s.beamType);if(r!=null&&c&&l&&r.beamType!==lt.None&&![lt.None,lt.OnlyRight].includes(i.beamType)&&e.length>0){e[e.length-1].push(i);continue}d&&e.push([i])}return e.filter(a=>a.length>=2)}function Cn(t,e){const a=e?[...t].reverse():[...t];return E0(a)}function ta(t){var a,i;const e=[];for(const s of t.notes)if(s.type===Vt.Note)for(const r of s.notesInfo){if((a=r.graceNotes)!=null&&a.length)for(const l of Cn(r.graceNotes,!0))e.push({direction:l[0].direction,visualOrder:l,isBefore:!0});if((i=r.graceNotesAfter)!=null&&i.length)for(const l of Cn(r.graceNotesAfter,!1))e.push({direction:l[0].direction,visualOrder:l,isBefore:!1})}return e}function mn(t,e,a,i){const s=a===i-1,r=a===0;return e==="up"?r?t.x:s?t.x+t.w:t.x:r?t.x+t.w:s?t.x:t.x+t.w}function Ye(t,e,a){var i;return((i=t.get(a))==null?void 0:i.noteStem)??e.find(s=>s.tag==="noteStem"&&s.targetId===a)}function ea(t){const{measure:e,nodeIdMap:a,vDoms:i,symbolVDomsLength:s,skin:r,measureHeight:l,measureLineWidth:c,skinName:h}=t,d=h??"default",k=on*(l-5*c)*ft,_=ft,g=new Set;for(const{direction:p,visualOrder:T}of ta(e)){const w=[];for(let b=0;b<T.length;b++){const u=T[b],m=Ye(a,i,u.id);m&&w.push({x:mn(m,p,b,T.length),y:p==="up"?m.y:m.y+m.h})}if(w.length<2)continue;const{inclination:P,anchor:D}=R1(w,p),x=r[n.NoteStem],$=x?x.w/2:0,Q=T.map(b=>p1(b.chronaxie)),W=Math.max(...Q),K=w.length,X=[];for(let b=0;b<K;b++){const u=[];for(let m=0;m<W;m++){const v=Q.findIndex(F=>F>m);let f=-1;if(v>=0){for(let F=K-1;F>=0;F--)if(Q[F]>m){f=F;break}}if(v<0||b<v||b>f){u.push({type:"none"});continue}v===f?u.push({type:b===0?"right":b===K-1?"left":"both",scaleX:w1}):b===v?u.push({type:"right"}):b===f?u.push({type:"left"}):u.push({type:"both"})}X.push(u)}for(let b=0;b<T.length;b++){const u=T[b],m=Ye(a,i,u.id);if(!m)continue;g.add(u.id);const v=mn(m,p,b,T.length),f=D.y+P*(v-D.x),F=m.y,V=m.y+m.h;p==="up"?(m.y=f,m.h=Math.max(V-f,k)):m.h=Math.max(f-F,k)}const H=1,Y=T.map(b=>Ye(a,i,b.id).x+$);for(let b=0;b<K;b++){const u=b===0?Y[0]:(Y[b-1]+Y[b])/2,m=b===K-1?Y[K-1]:(Y[b]+Y[b+1])/2,v=b>0?u-H:u,f=b<K-1?m+H:m,F=D.y+P*(v-D.x),V=D.y+P*(f-D.x);i.push({startPoint:{x:v,y:F},endPoint:{x:f,y:V},special:{beam:{lines:X[b],centerX:Y[b],spacing:y1*l*_,thickness:k1*l*_,direction:p}},x:0,y:0,w:0,h:0,zIndex:1200,tag:"noteBeam",skinName:d,targetId:"",dataComment:"倚音符杠"})}}if(g.size===0)return;const y=i.length-s;for(let p=i.length-1;p>=y;p--){const T=i[p];T.tag==="noteTail"&&T.targetId&&g.has(T.targetId)&&i.splice(p,1)}}function na(t,e,a){let i=t.get(e);i||(i={},t.set(e,i)),i[a.tag]=a}function aa(t,e,a){var m,v,f;const i=new Map,{width:s,grandStaffs:r}=t,l=e??{},c=a==null?void 0:a.skin,h=a==null?void 0:a.skinName,d=h&&c&&h in c?h:"default",_=((c==null?void 0:c[d])??Qt).standardStaff??Qt.standardStaff,g=((m=_[n.Measure])==null?void 0:m.h)??45,y=((v=_[n.Measure])==null?void 0:v.w)??1,p=[],T=ue(l,"g-l"),w=ue(l,"g-r"),P=ue(l,"s-l"),D=ue(l,"s-r"),x=T+P,$=s-T-w-P-D,Q=ee(l,"g-u"),W=ee(l,"g-d"),K=ee(l,"s-u"),X=ee(l,"s-d"),H=ee(l,"m-u"),Y=ee(l,"m-d");let b=0;p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:0,y:b,w:t.width,h:t.topSpaceHeight,zIndex:Dt(l,"t"),tag:"slot",skinName:d,targetId:"t",slotData:M.readonly(t),slotName:"t",dataComment:"顶部插槽"}),b+=t.topSpaceHeight;for(const F of r){const V=b,U={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:0,y:V,w:T,h:0,zIndex:Dt(l,"g-l"),tag:"slot",skinName:d,slotName:"g-l",targetId:`g-l-${F.id}`,slotData:M.readonly(F),dataComment:"复谱表左侧插槽"};p.push(U);const j=F.linkedStaff??!1,ot=Math.max(...F.staves.map(z=>z.measures.length),0),it=[];if(j&&ot>0){const z=new Array(ot).fill(0);for(const L of F.staves)for(let nt=0;nt<L.measures.length&&nt<ot;nt++)z[nt]+=Ke(L.measures[nt],_);const I=z.reduce((L,nt)=>L+nt,0)||1;for(let L=0;L<ot;L++)it.push(z[L]/I*$)}const Z={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:s-w,y:V,w,h:0,zIndex:Dt(l,"g-r"),tag:"slot",skinName:d,slotName:"g-r",targetId:`g-r-${F.id}`,slotData:M.readonly(F),dataComment:"复谱表右侧插槽"};p.push(Z);let A=V;const kt={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x,y:V,w:$,h:0,zIndex:Dt(l,"g"),tag:"slot",skinName:d,slotName:"g",targetId:`g-${F.id}`,slotData:M.readonly(F),dataComment:"复谱表(含外边距)"};p.push(kt),p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x,y:A,w:$,h:F.uSpace,zIndex:1e3,tag:"space",skinName:d,targetId:"",dataComment:"复谱表上边距"}),A+=F.uSpace,p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x,y:A,w:$,h:Q,zIndex:Dt(l,"g-u"),tag:"slot",skinName:d,slotName:"g-u",targetId:`g-u-${F.id}`,slotData:M.readonly(F),dataComment:"复谱表上方插槽"}),A+=Q;let wt;const dt=[];for(let z=0;z<F.staves.length;z++){const I=A,L=F.staves[z],nt=L.uSpaceI,st=L.dSpaceI,J=L.uSpaceO,E=L.dSpaceO;let S=0;if(!j){for(const B of L.measures)S+=Ke(B,_);(!Number.isFinite(S)||S<=0)&&(S=1)}const et={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x,y:I,w:$,h:0,zIndex:Dt(l,"s"),tag:"slot",skinName:d,slotName:"s",targetId:`s-${L.id}`,slotData:M.readonly(L),dataComment:"单谱表(含外边距)"};p.push(et);const yt={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:T,y:I,w:P,h:0,zIndex:Dt(l,"s-l"),tag:"slot",skinName:d,slotName:"s-l",targetId:`s-l-${L.id}`,slotData:M.readonly(L),dataComment:"单谱表左侧插槽"};p.push(yt);const q={startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:s-T-w,y:I,w:D,h:0,zIndex:Dt(l,"s-r"),tag:"slot",skinName:d,slotName:"s-r",targetId:`s-r-${L.id}`,slotData:M.readonly(L),dataComment:"单谱表右侧插槽"};p.push(q),p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x,y:A,w:$,h:J,zIndex:1e3,tag:"space",skinName:d,targetId:"",dataComment:"单谱表上外边距"}),A+=J,p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x,y:A,w:$,h:K,zIndex:Dt(l,"s-u"),tag:"slot",skinName:d,slotName:"s-u",targetId:`s-u-${L.id}`,slotData:M.readonly(L),dataComment:"单谱表上方插槽"}),A+=K;let tt=x;const gt=(B,R)=>j?it[R]:Ke(B,_)/S*$;for(let B=0;B<L.measures.length;B++){const R=L.measures[B],G=gt(R,B);p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:tt,y:A,w:G,h:H,zIndex:Dt(l,"m-u"),tag:"slot",skinName:d,slotName:"m-u",targetId:`m-u-${R.id}`,slotData:M.readonly(R),dataComment:"小节上方插槽"}),tt+=G}tt=x;const xt=A+nt;if(j&&z>=1&&wt!==void 0){const B=wt+g,R=xt-B,G=n.linked_close_line,rt=_[G];p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x,y:B,w:(rt==null?void 0:rt.w)??1,h:R,zIndex:1200,tag:"linked_close_line",skinKey:G,skinName:d,targetId:`linked-close-${L.id}`,dataComment:"连谱闭合线"});let bt=x;for(let _t=0;_t<L.measures.length;_t++){const ut=L.measures[_t],Yt=gt(ut,_t);if(ut.barline_f){const $t=q0(ut,bt,_),Rt=un(ut.barline_f.barlineType),Ot=_[Rt];p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:$t,y:B,w:(Ot==null?void 0:Ot.w)??0,h:R,zIndex:1200,tag:"linked_barline",skinKey:Rt,skinName:d,targetId:ut.barline_f.id,dataComment:"连谱小节线"})}if(ut.barline_b){const $t=J0(ut,bt,Yt,_),Rt=un(ut.barline_b.barlineType),Ot=_[Rt],F1=(Ot==null?void 0:Ot.w)??0;p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:$t,y:B,w:F1,h:R,zIndex:1200,tag:"linked_barline",skinKey:Rt,skinName:d,targetId:ut.barline_b.id,dataComment:"连谱小节线"})}bt+=Yt}}p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x,y:A,w:$,h:nt,zIndex:1e3,tag:"space",skinName:d,targetId:"",dataComment:"单谱表上内边距"}),A+=nt;const Lt=A;tt=x;const It=n.Close_line,pt=_[It];p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x,y:A,w:(pt==null?void 0:pt.w)??1,h:g,zIndex:1200,tag:"close_line",skinKey:It,skinName:d,targetId:`close-${L.id}`,dataComment:"闭合线"});for(let B=0;B<L.measures.length;B++){const R=L.measures[B],G=gt(R,B);p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:tt,y:A,w:G,h:g,zIndex:1e3,tag:"measure",skinName:d,targetId:R.id,dataComment:"小节",skinKey:n.Measure}),na(i,R.id,p[p.length-1]),tt+=G}tt=x;for(let B=0;B<L.measures.length;B++){const R=L.measures[B],G=gt(R,B),rt=j0({measure:R,measures:L.measures,measureIndex:B,measureX:tt,measureY:A,measureWidth:G,measureHeight:g,measureLineWidth:y,skin:_,idMap:i,skinName:d});p.push(...rt),p.push(...f1({measure:R,measureX:tt,measureY:A,measureWidth:G,measureHeight:g,skin:_,skinName:d,idMap:i})),_1(R,tt,A,G,g,{VDoms:p,idMap:i,skinName:d,skin:_}),S0({measure:R,nodeIdMap:i,vDoms:p,symbolVDomsLength:rt.length,skin:_,measureHeight:g,measureLineWidth:y,skinName:d}),ea({measure:R,nodeIdMap:i,vDoms:p,symbolVDomsLength:rt.length,skin:_,measureHeight:g,measureLineWidth:y,skinName:d}),p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:tt,y:A,w:G,h:g,zIndex:Dt(l,"m"),tag:"slot",skinName:d,slotName:"m",targetId:`m-${R.id}`,slotData:M.readonly(R),dataComment:"小节插槽"}),tt+=G}A+=g;const N=Lt+g;tt=x,p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x,y:A,w:$,h:st,zIndex:1e3,tag:"space",skinName:d,targetId:"",dataComment:"单谱表下内边距"}),A+=st,tt=x;for(let B=0;B<L.measures.length;B++){const R=L.measures[B],G=gt(R,B);p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:tt,y:A,w:G,h:Y,zIndex:Dt(l,"m-d"),tag:"slot",skinName:d,slotName:"m-d",targetId:`m-d-${R.id}`,slotData:M.readonly(R),dataComment:"小节下方插槽"}),tt+=G}A+=Y,tt=x,p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x,y:A,w:$,h:X,zIndex:Dt(l,"s-d"),tag:"slot",skinName:d,slotName:"s-d",targetId:`s-d-${L.id}`,slotData:M.readonly(L),dataComment:"单谱表下方插槽"}),A+=X,p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x,y:A,w:$,h:E,zIndex:1e3,tag:"space",skinName:d,targetId:"",dataComment:"单谱表下外边距"}),A+=E,et.h=A-I,yt.h=A-I,q.h=A-I,wt=I+J+K+nt,dt.push({measureTopY:Lt,measureBottomY:N})}const ht=F.bracket;if(ht){const z=ht.startSingleStaffIndex,I=F.staves.length-1;if(z>=0&&z<dt.length&&I>=z&&I-z+1>=2){const L=dt[z].measureTopY,nt=dt[I].measureBottomY,st=A0(ht.type),J=_[st],E=(J==null?void 0:J.w)??16;p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:x-E,y:L,w:E,h:nt-L,zIndex:1200,tag:"bracket",skinKey:st,skinName:d,targetId:ht.id,dataComment:"连谱号"})}}p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x,y:A,w:$,h:W,zIndex:Dt(l,"g-d"),tag:"slot",skinName:d,slotName:"g-d",targetId:`g-d-${F.id}`,slotData:M.readonly(F),dataComment:"复谱表下方插槽"}),A+=W,p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x,y:A,w:$,h:F.dSpace,zIndex:1e3,tag:"space",skinName:d,targetId:"",dataComment:"复谱表下边距"}),A+=F.dSpace;const at=A-V;kt.h=at,U.h=at,Z.h=at,b=A}const u=(f=l==null?void 0:l.e)==null?void 0:f.h;return u!==void 0&&u>0&&p.push({startPoint:{x:0,y:0},endPoint:{x:0,y:0},special:{},x:0,y:b,w:s,h:u,zIndex:Dt(l,"e"),tag:"slot",skinName:d,targetId:"e",slotName:"e",dataComment:"底部插槽"}),d1(t,{VDoms:p,idMap:i,skinName:d,skin:_}),p.sort((F,V)=>(F.zIndex??0)-(V.zIndex??0)),p}function Mn(t){return`${t.targetId??""}|${t.tag}|${t.skinKey??""}|${t.skinName??"default"}`}function Rn(t,e){return t===e?!0:!t||!e?!t&&!e:t.x===e.x&&t.y===e.y}function oa(t,e){return t.x===e.x&&t.y===e.y&&t.w===e.w&&t.h===e.h&&t.zIndex===e.zIndex&&t.tag===e.tag&&t.targetId===e.targetId&&t.skinKey===e.skinKey&&t.skinName===e.skinName&&t.slotName===e.slotName&&t.dataComment===e.dataComment&&Rn(t.startPoint,e.startPoint)&&Rn(t.endPoint,e.endPoint)&&JSON.stringify(t.special??{})===JSON.stringify(e.special??{})}function v1(t,e){if(!t.length)return e;if(!e.length)return[];const a=new Map;for(const i of t){const s=Mn(i),r=a.get(s);r?r.push(i):a.set(s,[i])}return e.map(i=>{const s=a.get(Mn(i));if(!(s!=null&&s.length))return i;const r=s.findIndex(c=>oa(c,i));if(r<0)return i;const[l]=s.splice(r,1);return l})}function ia(t,e){const a=t.map(s=>({...s})),i=e(a);return v1(t,i)}function sa(t,e){return t.replaceAll("node.w",String(e.w)).replaceAll("node.h",String(e.h))}function ra(t){const e=t.trim();if(!e||!/^[\d\s+\-*/().]+$/.test(e))return NaN;try{return Function(`"use strict"; return (${e});`)()}catch{return NaN}}function D1(t){if(!Number.isFinite(t))return"0";const e=Math.round(t*1e6)/1e6;return String(e)}function vn(t){const e=parseFloat(t);return Number.isNaN(e)?`-${t}`:D1(-e)}function la(t){return t.replace(/scaleAt\(\s*([^,]+?)\s*,\s*([^,]+?)\s*,\s*([^)]+?)\s*\)/g,(e,a,i,s)=>{const r=a.trim(),l=i.trim(),c=s.trim();return l==="0"&&c==="0"?`scale(${r})`:`translate(${l}, ${c}) scale(${r}) translate(${vn(l)}, ${vn(c)})`})}function ca(t){let e=t,a="";for(;a!==e;)a=e,e=e.replace(/calc\(([^()]*(?:\([^()]*\)[^()]*)*)\)/g,(i,s)=>{const r=ra(s);return Number.isFinite(r)?D1(r):`calc(${s})`});return e}function da(t,e){return la(ca(sa(t,e)))}const ha=["data-comment","data-slot-name","data-tag","data-target-id","transform","innerHTML"],Dn=M.defineComponent({name:"Group",__name:"group",props:{node:{},notationType:{},skin:{}},setup(t){const e=t,a=M.computed(()=>{const{tag:c,slotName:h,dataComment:d}=e.node;if(d)return d;if(c==="slot"&&h)return h;switch(c){case"grandStaff":return"复谱表";case"singleStaff":return"单谱表";case"measure":return"小节";case"noteHead":return"音符头";case"rest":return"休止符";case"clef_f":return"前置谱号";case"clef_b":return"后置谱号";case"keySignature_f":return"前置调号";case"keySignature_b":return"后置调号";case"timeSignature_f":return"前置拍号";case"timeSignature_b":return"后置拍号";case"barline_f":return"前置小节线";case"barline_b":return"后置小节线";case"linked_barline":return"连谱小节线";case"close_line":return"闭合线";case"linked_close_line":return"连谱闭合线";case"bracket":return"连谱号";case"repeat_f":return"小节前反复";case"repeat_b":return"小节末反复";case"noteStem":return"符干";case"noteTail":return"符尾";case"space":return"空白";default:return""}}),i=M.computed(()=>{var h;const c=e.node.skinName??"default";return((h=e.skin)==null?void 0:h[c])??Qt}),s=M.computed(()=>{const c=i.value;return e.notationType===Zt.NumberNotation?c.numberNotation:c.standardStaff}),r=M.computed(()=>e0(e.node)),l=M.computed(()=>(c,h)=>{if(!c)return"";let d=da(c.content,h);d=d.replace(/<svg([^>]*)>/i,(g,y)=>`<svg${y} style="width:${h.w}px;height:${h.h}px;display:block">`);const k=h.targetId??"",_=String(k).replace(/"/g,""");return d=d.replace(/<(\w+)(\s[^>]*?)?(\/?>)/g,(g,y,p="",T)=>`<${y}${p} data-target-id="${_}"${T}`),d});return(c,h)=>(M.openBlock(),M.createElementBlock("g",{"data-comment":a.value,"data-slot-name":c.node.slotName,"data-tag":c.node.tag,"data-target-id":c.node.targetId,transform:r.value,innerHTML:c.node.skinKey&&s.value?l.value(s.value[c.node.skinKey],c.node):""},null,8,ha))}}),_a=["d"],fa=M.defineComponent({__name:"slur",props:{vDom:{}},setup(t){const e=t,a=M.computed(()=>{var y;const i=e.vDom.startPoint,s=e.vDom.endPoint,r=(y=e.vDom.special)==null?void 0:y.slur,l=(r==null?void 0:r.thickness)??2,c=(r==null?void 0:r.relativeControlPoint)??{x:0,y:0},h=(i.x+s.x)/2,d=Math.min(i.y,s.y)-Math.max(8,Math.abs(s.x-i.x)*.2),k=h+c.x,_=d+c.y,g=_+l;return`M ${i.x} ${i.y} Q ${k} ${_} ${s.x} ${s.y} Q ${k} ${g} ${i.x} ${i.y} Z`});return(i,s)=>(M.openBlock(),M.createElementBlock("path",{d:a.value,fill:"currentColor",stroke:"none"},null,8,_a))}}),ga=["y2"],pa=["x2"],ua=["y"],ka=M.defineComponent({__name:"volta",props:{vDom:{}},setup(t){const e=t,a=M.computed(()=>e.vDom.w),i=M.computed(()=>e.vDom.h);return(s,r)=>(M.openBlock(),M.createElementBlock(M.Fragment,null,[M.createElementVNode("line",{x1:.5,x2:.5,y1:0,y2:i.value,stroke:"currentColor","stroke-width":"1"},null,8,ga),M.createElementVNode("line",{x1:0,x2:a.value,y1:.5,y2:.5,stroke:"currentColor","stroke-width":"1"},null,8,pa),M.createElementVNode("text",{y:i.value-10,"dominant-baseline":"auto",fill:"currentColor","font-size":"10",x:"6"},"1. ",8,ua)],64))}}),ya=["d"],wa=M.defineComponent({__name:"beam",props:{vDom:{}},setup(t){const e=t,a=M.computed(()=>{var s;return(s=e.vDom.special)==null?void 0:s.beam}),i=M.computed(()=>{const s=a.value,{startPoint:r,endPoint:l}=e.vDom;if(!s||!r||!l)return[];const{lines:c,centerX:h,direction:d,thickness:k=1.5}=s,_=r,g=l,y=g.x-_.x,p=g.y-_.y,T=w=>w??1;return c.map((w,P)=>{if(w.type==="none")return null;const D=T(w.scaleX);let x,$;if(w.type==="left"){if(h<=_.x)return null;x=h-D*(h-_.x),$=h}else if(w.type==="right"){if(h>=g.x)return null;x=h,$=h+D*(g.x-h)}else x=h-D*(h-_.x),$=h+D*(g.x-h);const Q=y===0?0:(x-_.x)/y,W=y===0?1:($-_.x)/y,K=_.y+p*Q,X=_.y+p*W,H=P*(k+k);return d==="up"?`M ${x} ${K+H} L ${$} ${X+H} L ${$} ${X+H+k} L ${x} ${K+H+k} Z`:`M ${x} ${K-H} L ${$} ${X-H} L ${$} ${X-H-k} L ${x} ${K-H-k} Z`}).filter(w=>w!=null)});return(s,r)=>(M.openBlock(!0),M.createElementBlock(M.Fragment,null,M.renderList(i.value,(l,c)=>(M.openBlock(),M.createElementBlock("path",{key:c,d:l,fill:"currentColor"},null,8,ya))),128))}}),ba=["height","viewBox","width"],xa=["data-comment","data-slot-name","data-target-id","transform"],Ca=M.defineComponent({__name:"musicScore",props:{data:{},slotConfig:{},skin:{},skinName:{}},emits:["renderMusicScore"],setup(t,{expose:e,emit:a}){const i=new Set(["slot","affiliation","beam","noteBeam"]),s=t,r=M.computed(()=>{var p;return((p=s.data)==null?void 0:p.type)??Zt.NumberNotation}),l=M.computed(()=>s.data),c=M.computed(()=>s.skin??{default:Qt,red:W1,blue:G1}),h=M.computed(()=>{const p=s.skinName,T=c.value;return p&&T&&p in T?p:"default"}),d=M.computed(()=>{var p;return((p=c.value)==null?void 0:p[h.value])??Qt}),k=a,_=M.ref([]),g=M.computed(()=>r.value===Zt.NumberNotation?$0:aa);M.watch([l,()=>s.slotConfig,d,h],([p,T])=>{const w=p?g.value(p,T,{skin:c.value,skinName:h.value}):[];_.value=v1(_.value,w),k("renderMusicScore",_.value)},{immediate:!0,deep:!0});function y(p){_.value=ia(_.value,p)}return e({updateVDom:y}),(p,T)=>(M.openBlock(),M.createElementBlock("svg",{height:l.value.height,viewBox:`0 0 ${l.value.width} ${l.value.height}`,width:l.value.width,preserveAspectRatio:"none",xmlns:"http://www.w3.org/2000/svg",onPointerdown:T[0]||(T[0]=()=>{})},[(M.openBlock(!0),M.createElementBlock(M.Fragment,null,M.renderList(_.value,w=>{var P,D,x;return M.openBlock(),M.createElementBlock(M.Fragment,{key:`${w.targetId??""}-${w.tag}-${w.skinKey??""}-${w.skinName??"default"}`},[M.unref(i).has(w.tag)?M.unref(i).has(w.tag)?(M.openBlock(),M.createElementBlock("g",{key:1,"data-comment":w.dataComment,"data-slot-name":w.slotName??"","data-target-id":w.targetId,transform:`translate(${w.x}, ${w.y})`},[(P=w.special)!=null&&P.slur?(M.openBlock(),M.createBlock(fa,{key:0,"v-dom":w},null,8,["v-dom"])):((D=w.special)==null?void 0:D.volta)!==void 0?(M.openBlock(),M.createBlock(ka,{key:1,"v-dom":w},null,8,["v-dom"])):(x=w.special)!=null&&x.beam?(M.openBlock(),M.createBlock(wa,{key:2,"v-dom":w},null,8,["v-dom"])):w.tag==="slot"?M.renderSlot(p.$slots,w.slotName,M.mergeProps({key:3,ref_for:!0},{node:w}),void 0,!0):(M.openBlock(),M.createBlock(Dn,{key:4,node:w,"notation-type":l.value.type,skin:c.value},null,8,["node","notation-type","skin"]))],8,xa)):M.createCommentVNode("",!0):(M.openBlock(),M.createBlock(Dn,{key:0,node:w,"notation-type":l.value.type,skin:c.value},null,8,["node","notation-type","skin"]))],64)}),128))],40,ba))}}),ma=(t,e)=>{const a=t.__vccOpts||t;for(const[i,s]of e)a[i]=s;return a},Ma=ma(Ca,[["__scopeId","data-v-2b9c500b"]]);exports.AccidentalTypeEnum=Mt;exports.BarlineTypeEnum=O;exports.BeamTypeEnum=lt;exports.BracketTypeEnum=Xt;exports.ClefTypeEnum=Tt;exports.DoubleMeasureAffiliatedSymbolNameEnum=Ne;exports.DoubleNoteAffiliatedSymbolNameEnum=Ge;exports.KeySignatureTypeEnum=Fn;exports.MeasureEndRepeatEnum=Ht;exports.MeasureStartRepeatEnum=he;exports.MusicScoreTypeEnum=Zt;exports.NoteSymbolTypeEnum=Vt;exports.NumberNotationSkinKeyEnum=o;exports.SingleMeasureAffiliatedSymbolNameEnum=Tn;exports.SingleNoteAffiliatedSymbolNameEnum=Pn;exports.SpanSymbolNameEnum=In;exports.SpanSymbolTypeEnum=Ln;exports.StandardStaffSkinKeyEnum=n;exports.TimeSignatureTypeEnum=mt;exports.default=Ma;
|