musescore / musescore/MuseScore

Make 'Select note/rest above' (and below) work on list selections

Open
#34,533 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

community UX/interaction
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...
Image

One 'Select note/rest above' would get you this...
Image

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)...
Image

Then, one 'Select note/rest below' gives this...
Image

And one more gives this...
Image

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.