musescore / musescore/MuseScore
Make 'Select note/rest above' (and below) work on list selections
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Your idea
The shortcuts 'Select note/rest above' and 'Select note/rest below' (Alt+Up and Alt+Down respectively) currently only work on single-note selections, not list selections of multiple notes.
https://github.com/user-attachments/assets/3cb5a539-b404-4eb4-94e6-685dd3bffdd2
Problem to be solved
The tricky part will be handling more irregular list selections, but we could do something like the following:
If you start with this...
One 'Select note/rest above' would get you this...
Running it again would get you this (and running it any number of times more, since the selection is now already at the top of each chord)...
Then, one 'Select note/rest below' gives this...
And one more gives this...
Prior art
No response
Additional context
No response
Checklist
- This request follows the guidelines for reporting issues
- I have verified that this feature request has not been logged before, by searching the issue tracker for similar requests
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.
Research direction
Start by locating the handlers for the “Select note/rest above” and “Select note/rest below” shortcuts, Alt+Up and Alt+Down, and trace how they process single-note versus list selections. Exercise the irregular list-selection cases shown in the issue; done means repeated commands move each selection through the chord toward the top or bottom without breaking the selection.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100