Paul Rosen

Results 321 comments of Paul Rosen

It looks like there might be a bug but I'm not sure where. Can you make the smallest reproduceable example in https://editor.drawthedots.com? I suspect it is either related to the...

The reason the visualObj is needed is that it is the same processing that is needed for transposing. I could do it inside strTranspose but for common uses it is...

At a glance, I think an interpreter could be written - that is, you could convert the GABC notation to regular ABC as a first step. Like this: ``` const...

I've wanted that, too, and started thinking about it. I looked at my charts and there are so many weird edge cases. For instance - if you have a coda...

Unfortunately the library isn't set up that way. As a workaround, you could have each line of music be a separate ABC string so you could generate and draw the...

Thanks for the bug report! Interestingly, the midi download is the right speed.

For the hyphens, you can do this: `w:Al*\-*-le \- lu \- ia` I see you are also pointing out bad placement for the slurs. Sorry, that's a bug that I'll...

Thanks! First of all - the synth part of this is cool, but it is definitely an add on. It isn't designed to sound completely lifelike. There is a lot...

Cool tune! I'm not sure what's going on but a workaround is to put the accompaniment midi commands above the V line. That is: ``` %%MIDI bassvol 10 %%MIDI chordvol...

Sorry for the delay... Does it help if you use the option `oneSvgPerLine`? See the example: https://paulrosen.github.io/abcjs/examples/printable.html