Automatically regroup rhythms?
One question with two different scopes, one specific, the other more general:
1. Is there a setting or a way to automatically regroup rhythms when copying across the default grouping, e.g. when shifting a passage one quarternote to one side?
2. Is there a way to bind a chain of commands to a single keystroke? Currently, I have bound ctlr-alt-N to regroup and enter that almost automatically whenever I have pasted something; it would be nice to have that happen actually automatically. (And: I can't think of a situation where I would WANT to keep those ties and whatnot.)
Comments
No
Yesn't.
Yes, there is a way.
No it's not necessarily user friendly.
You could write a plugin that calls those commands (using
cmd("name")
) and then assign a shortcut to that plugin.In reply to No Yesn't. Yes, there is a… by jeetee
plugin coming...
Use this plugin: https://musescore.org/en/project/action-group
In reply to Use this plugin: https:/… by ecstrema
Just wondering if my plugin is actually useful to someone.
In reply to Just wondering if my plugin… by ecstrema
The link is no longer valid because I renamed the plugin. Use this link instead: https://musescore.org/en/project/action-chain-shortcut
In reply to The link is no longer valid… by ecstrema
In principle, I find it very useful, although it is a bit annoying to have to open the plugin first. It would have been great to have the functinality incorporated in MS itself. Thanks for your effort, anyway!
In reply to In principle, I find it very… by eyolf
You can apply a shorcut to the plugin rather than needing to use the menu. Just be careful not to use an existing short cut from preferences, there is not good checking for conflicts between the two.
In reply to In principle, I find it very… by eyolf
Yep, unfortunately, because of the way plugins are currently implemented, I couldn't manage to load the shortcuts at startup. It would indeed be good, but in the meantime, as mike pointed out, you can set a shortcut for the plugin itself.
I updated the plugin, you can now generate plugins that trigger your commands.
In reply to I updated the plugin, you… by ecstrema
You will have to click at the bottom of the plugin. Some text will appear. Just edit this text so that it says export and a button will appear.
I didn't want to make this functionnality the default, so I hid it a little:)
In reply to You will have to click at… by ecstrema
you will be able to assign a shortcut to the generated plugins in ms's plugin manager.