Paul Rosen
Paul Rosen
You normally don't need to use `sequence`. So in the second example you can leave off the last line. The purpose of that is to override the whole processing stuff...
There is a hook that you can use - see https://paulrosen.github.io/abcjs/audio/synthesized-sound.html#load-selector-cursorcontrol-visualoptions and look for `sequenceCallback`. That will give you the set of commands that will be used for output. You...
I'd have to debug to figure out what is happening here. I'm not sure. I don't know what is causing the scroll. You could start by commenting out your entire...
In theory, setfont should probably work here. So this doesn't work, but I'll see if I can fix that: ``` %%setfont-1 Ariel 16 bold ... (w: la $1la $0la) ```
I think we might not need a feature for this - I think it just looks like a bug. The slur should always go in the opposite direction of the...
What's the interface you were planning on using for this? The tempo and the metronome ticks need to be passed in, at least. It seems like this is exactly duplicating...
I would love to figure out what is going on here - but I need to see it. I don't want to randomly save something to thesession though, so I...
I just looked closely at the music you posted above and I don't understand what you are trying to do. You have a first ending in the first part but...
So, if you were to write this out with the repeats explicit, this is how it should sound? ``` f2 | AddA dddA | defd edBA | GggA ffAe |...
I think this is a bug in abcjs when combining wrapping and the measurenb. Thanks for reporting it! I don't know of a workaround at the moment other than not...