Paul Rosen
Paul Rosen
I'll look into it. I think the first problem is that I haven't updated the WordPress plugin to use tablature, so that's my first step. Thanks for reporting this!
The WordPress plugin is updated and supports tablature now. I looked into the brackets and I guess the answer is to use `[` and `]` like you mention. The plugin...
I think you're right. I'll fix that in the next version, which I hope will be in a week or so. I think the problem goes upstream a little so...
For the cursor, look at the example https://paulrosen.github.io/abcjs/examples/full-synth.html. I think it probably has t do with where you are putting the cursor - try putting it inside the SVG instead....
That's not supported, but you can fake it by using the `"@-10,25 2"{d}G` notation. Unfortunately it would be hard to do that generically - you probably need trial and error...
I'm not positive I know exactly what you are doing, but I think you don't need to call your updateTune function at all. If you are just changing the ABC...
Is there still a question here? I'm happy to reopen if so.
No one's asked for this before. I assume you have a click handler like this: ``` function clickListener(abcelem, tuneNumber, classes, analysis, drag, mouseEvent) ``` `analysis.voice` and `analysis.line` might have enough...
I'll look into the cursor problem, but I have a couple other suggestions: For the right side not lining up, that is usually due to having too many notes on...
There are two ways to get the arc connecting two notes: slurs and ties. For slurs both notes will sound. For ties one note will sound for the entire duration....