Paul Rosen

Results 321 comments of Paul Rosen

I'm not sure exactly what you're doing so I can't tell. If you have a public URL that demonstrates the problem I might be able to see. But in general,...

Yes. call something like `abcjs.renderAbc(el, str, { add_classes: true })`. All the elements can be targeted with CSS. For instance: ``` .abcjs-mm0,.abcjs-mm2, abcjs-mm4 { fill: red; }

Sorry! That's not supported in abcjs. If someone wants to implement it and do a pull request, that would be great.

There isn't a visual editor but a number of people have done some work on that. I'm not sure where to point you for that, though. If you look at...

So you want to do something like: ``` const editArea = new abcjs.EditArea(element) const editor = new abcjs.Editor(editArea) ``` That wouldn't be hard to do. I'll have it in the...

That is an interesting bug - I'm not sure what is going on, but another work around is to just declare the clef in the key ``` V:2 name="2" sname="2"...

I'm not exactly sure what you're trying to do. Do you want the staff to start out blank and as you play back the notes appear one at a time?...

I wasn't aware of that change to lyrics in the 2.2 documentation. That's not currently supported. I'll accept a pull request if someone wants to make that change.

Thanks, I'll merge that for the next version