modify longName, or its placement?
I want to move instruments longName in one staff left a bit.
I tried to add some spaces at the end of name, but it seems to be readonly.
If so, is it possible, to move it left? How to get that element?
When I click it, I can chnge its offsetX, but how can I get this element by plugin API?
Thank You
Comments
Double click on the long name to open Staff/Part Properties and add the spaces therein.
In reply to Double click on the long… by Jm6stringer
Yes, this is, how I do it by UI.
But I try to manipulate it by plugin. And longName is redonly, so I am looking for alternative way.
At the moment I move it by manipulate text style, but it is not ideal.