How to add pedal segment?
I'm working on a plugin that creates a hidden pedal segment between the first note of each measure in order to simulate con pedale, like this
However, I can't seem to find any documentation on how to add elements that have two anchor points. So what's a good way of creating a pedal between two specific points?
附件 | 大小 |
---|---|
Screen Shot 2022-06-11 at 6.06.37 AM.png | 91.92 KB |
评论
There is none, the plugin API has currently no support for adding spanners, and there is no dedicated "add-pedal-line" command that could be (ab)used.
回复jeetee的There is none, the plugin…
Well, that definitely throws a wrench in my plans lol.