This issue is marked as critical but since it's a plugin, we could also decide not to ship MuseScore with this plugin and provide it as a download on musescore.org.
The crashes are fixed. For unknown reasons assignments to properties do not work as expected:
note.pitch = 60 (does not work)
note.setPitch(60) (works)
After some changes in the script "color notes" and "create new score" now look ok.
Comments
This issue is marked as critical but since it's a plugin, we could also decide not to ship MuseScore with this plugin and provide it as a download on musescore.org.
Other plugins such as color notes cause also crashses
R2697 / Windows 7
The crashes are fixed. For unknown reasons assignments to properties do not work as expected:
note.pitch = 60 (does not work)
note.setPitch(60) (works)
After some changes in the script "color notes" and "create new score" now look ok.
After a rewrite of the MuseScore script bindings things now work better.
This bug is fixed in rev. 2712. The problems described in #4 are solved.
Automatically closed -- issue fixed for 2 weeks with no activity.