Inserting 2 Bars
Hi everyone,
I'm trying to write a plugin that, amongst other things, inserts 2 empty (rest) bars at the start of a score.
I've found the documentation to append bars at the end of the score, but I can't figure out how to get them at the start of the score - it's driving me nuts!!
Any help or pointers in the right direction are appreciated 😁
Comments
https://musescore.org/en/handbook/measure-operations#insert-measure ?
In reply to https://musescore.org/en… by Shoichi
Thanks - but I'm wanting to do it from a plugin (i.e. write some QML to do it programmatically)
Inserting in front isn't supported by MuseScore, but you can select the first measure (or something in it) and then call the insert command twice. Perhaps afterwards cut and paste measure 1 to measure 3 using those commands.
In reply to Inserting in front isn't… by jeetee
Cheers! Managed to do it this way :)