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?
Aanhangsel | Grootte |
---|---|
Screen Shot 2022-06-11 at 6.06.37 AM.png | 91.92 KB |
Comments
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.
In reply to There is none, the plugin… by jeetee
Well, that definitely throws a wrench in my plans lol.