musescore / musescore/MuseScore
Move through percussion via arrow keys in ordering by staff line position and noteheads, not midi pitch
@mathesoncalum is already working on this.
Since Feb 13, 2025.
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Your idea
When moving percussion notes with up and down arrow keys, cycle through an order based on staff lines, not MIDI pitches.
When two types of notes are on the same staff line, base the order on notehead type.
First normal, then any other noteheads in any order, then cross (AKA "X").
If there are two noteheads that are the same on the same line/space, then use MIDI Pitch
Problem to be solved
Using input-by-duation or entering a note on the staff and using up and down arrows to change the "pitch". The options cycle through by MIDI pitch, this is unintuitive if you are not "MIDI-brained". You would expect to move through options as they are positioned vertically on the staff. Pressing the up arrow should move to the next available note higher on the staff and pressing the down arrow should move to the next available note lower on the staff.
Prior art
https://github.com/user-attachments/assets/dcc4ca02-ac07-4fcd-852f-8b47269375dc
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.
Assessment
This issue has not been assessed yet.