Rest object
I'm working on some plugins
1) is a version of Color Notes to color a single voice. I don't see a Color property for rests.
2) I'd like to be able to select a Chord(Note) or Rest object and adjust it's Magnification property. I would then use this to change all notes & rests for a single voice to appear as Que notes.
3) Also, Selected property might be nice to have programatic access to. You use that to select a large batch of notes for further processing (i.e. all notes too high for amatuer players)
Comments
3) The latest nightly builds for the upcoming 0.9.6 have goToSelectionStart(), goToSelectionEnd(). See http://musescore.org/en/plugin-development/cursor-object
In reply to 3) The latest nightly builds by David Bolton
Selections... I saw that was added. That will be nice to use to limit a plug-in to a selected portion of music. I was asking about allowing a Plug-in the ability to toggle the object's Selected field. What I'm pushing for is more plug-in access to things we can see when right-clicking on an object.