Replies: 2 comments
-
I do not know how to do that but I guess that it should be easy to implement in a SVG context. There is a request to reset the complete score #1114 perhaps we could do it in a more granular base. @ronyeh what do you think? |
Beta Was this translation helpful? Give feedback.
-
If you are using SVG, you can create an svggroup from the rendering context:
The group is an svgelement and can be You can't really do much with existing notes on a stave without redrawing it, because all the formatting is already done on the original contents. |
Beta Was this translation helpful? Give feedback.
-
blew code run
refreshRender('D/6')
andrefreshRender('D/4')
will have duplicate noteBeta Was this translation helpful? Give feedback.
All reactions