New plugin: Cue Notes
FYI, I just uploaded a new plugin, called "Cue Notes":
http://musescore.org/en/project/cue
Nothing fancy. You enter a passage normally (eg, by copying and pasting from another staff), select the region, and run the plugin. All notes and rests are marked small, and velocity is set to 0. Saves the trouble of invoking the Note Properties dialog for the region and having to set three different parameters (small, velocity type, and velocity), and then also setting each rest fo small individually.
Comments
I like it!
Is there any way to do the reverse? (i.e., to select cue notes and restore them automatically to normal size?)
In reply to I like it!… by ErikJon
Oops. Nevermind. I've just figured it out. Thanks anyway.
Any reason why you set the velocity to 0 instead of unchecking "play"?
In reply to Any reason why you set the… by Louis Cloete
That wasn't available back in 2011, MuseScore 1.x I guess?
Actually the .qml (the 2.x version) does that:
Since 08d636f
In contrast to the .js (the 1.x version):
Which sets velocity to 1, as with velocity 0 the cursor stops moving, since 746e782 ;-)
In reply to That wasn't available back… by Jojo-Schmitz
It would help if I read the date...
As noted, this is an extremely old thread. The original version of the plugin is no longer valid, but that same link should take you to the current version. And indeed, it works by disabling the "Play" property and setting the chord size to "Small". This is easy enough to manual manual as well, just by selecting the notes (eg, select the range, then hit the "Notes" button) using the Inspector. To undo it, just apply the same process but this time enabling Play but disabling Small.
I know this is old, but apparently it's still updated?
Does this prevent cue notes from showing on the score? That's my biggest problem with cues. They make the score very difficult to read, and very very large - staves with cue notes on them don't hide.
Thanks
In reply to I know this is old, but… by Laurelin
If you use the selection filter (F6) you can limit your selection to everything in a voice, like voice 2 for cue notes, and press V to make them invisible in the score, but they will remain visible in the parts if you create the parts before you make them invisible. If you extract parts after, they will be invisible, but there is a set visible button in the inspector that works on a large a selection as you like.
In reply to If you use the selection… by mike320
Ok, question, I just downloaded the plugin and I have absolutely no clue what to do now. How do I get it on musescore
In reply to Ok, question, I just… by barisaxman14
See https://musescore.org/en/handbook/plugins for instructions.
In reply to Ok, question, I just… by barisaxman14
But FWIW, you don't really need the plugin. It was kind of useful in 1.x when it was first developed, less so in 2.x when it became easier to do the things it automated, and even less useful now with 3.0. It's just as easy to mark the notes small and silent yourself using the Inspector, and that's all the plugin does.