Josh Stovall
Josh Stovall
 I seemed to get it working halfway by changing `handlePoints` start from `1.5` to `0.5` ```javascript var handlePoints = { start: Math.PI * 0.5, // I changed this from...
Not exactly sure on the performance impact. Just saw the `// FIXME This approach needs to be improved` comment and figured I would contribute.
Thanks for the response! To answer your last question, the modulo happens on line 80 of src/MusicalScore/Graphical/VexFlow/VexFlowVoiceEntry.ts ```js const colorIndex: number = instrumentIndex % this.rules.ColoringSetCurrent.size(); ``` I will look into...
Good luck, I'm not sure it will work with Wix. Wix is sort of like Squarespace or WordPress, right? I don't think it will work with this library. Though I...