Support Score.appendPart(), Score.insertPart(), Score.clone(), etc. in QML plugins
Reported version
3.2
Type
Plugins
Frequency
Few
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
Hi,
I found out that the API exported to QML plugins is quite limited. In particular, I'm missing the following features:
- Clone a score
- Add a part to a score
- And possibly others (can't continue since the above are already missing...)
Is there a reason these are not exported, other than that perhaps nobody got around to doing it yet?
If not, I can create a pull request.
Fix version
3.5.0
Comments
Just came up in https://musescore.org/en/node/295670
I'm not aware of anyone already working on it, so feel free to have a go at it
partly covered by https://github.com/musescore/MuseScore/pull/6090
As for the "clone a score" feature, you can do a save-as and then re-open that "cloned" score.
This for example is used by https://musescore.org/en/project/daily-log
That PR had been merged into 3.5
Automatically closed -- issue fixed for 2 weeks with no activity.