Add lines below notes
Hi
i would like to create lines below the notes with a plugin.
Until now i couldnt find an example to get the right element.
Does anyone have an example for that or is it not possible?
Thanks for you short answer.
Kind Regards
Lukas
Comments
Lines under notes? Tenutos, ledger lines, generic lines you can insert from the palettes, something else?
a little, very little picture perhaps.......
Sorry, maybe to unclear...
i know i can add a line from the palettes, but i would like to do it in a plugin automatically
In reply to Sorry, maybe to unclear... i… by fondue
It looks like currently (in 3.3 version) you can create such an element in a plugin (with
newElement(Element.TEXTLINE)
) but cannot add it to a score (as well as other spanners in general). There is no reason why adding spanners from plugins couldn't be implemented though so it may become possible in the future.