make Saff Text appear into a frame
Statt text can be framed manually. I am wondering if ist possible to do the same when progamming a plug in.
I am writing a plug in that at some point is writing a text in a Staff using:
Element.STAFF_TEXT
I know I can decide a couple of things like for exaple colour. It is possible to write in into a frame?
Thanks a lot
Comments
https://musescore.github.io/MuseScore_PluginAPI_Docs/plugins/html/class… mentions frame properties such as
frameType, frameWidth, framePadding, frameRound, frameFgColor
andframeBgColor
.In reply to https://musescore.github.io… by jeetee
Thank you very much. It worked :-)
I am very new to plug in programming and I am still struggleing to understand how to make things happen. Your help has been very useful.