musescore / musescore/MuseScore
If a bar is selected, instead of a note or rest, select the first note/rest in the bar when creating chord
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Feature request:
If the user pushes ctrl-k (create chord) when a bar or series of bars is selected instead of the required note or rest, select the first note or rest automatically and continue creating chord instead of displaying an error message.
Reasoning, it's much faster to click a bar than a specific note when trying to create a chord.
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 at the Ctrl-K create-chord command handling and inspect how bar and note/rest selections are validated. The work is done when a selected bar or series of bars chooses its first note or rest and continues chord creation instead of showing the current error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100