musescore / musescore/MuseScore
Refinement to holding "Ctrl" for dynamics assignment
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Follow up from @oktophonie's: https://github.com/musescore/MuseScore/issues/23321
Adding a dynamic from the palette with the 'Ctrl' pressed should assign the dynamic(s) directly to the voice(s) of the currently selected note(s), if any, rather than to 'All voices'.
This assumes that Preferences > Note input > Voice assignment is set to "All voices on the instrument"
If it's set to "Only the voice they are applied to", then when adding a dynamic from the palette with 'Ctrl' pressed, the dynamic should be assigned to "All" voices (or "All voices on instrument" on grand staves). Right now, holding 'Ctrl' in that scenario does nothing.
Basically, 'Ctrl' should do the opposite of whatever the preference is set to.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.