musescore / musescore/MuseScore
Add other elements to selection filter
@cbjeukendrup is already working on this.
Since Jul 29, 2024.
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Your idea
Add to selection filter
- Note heads
- Stems
- Note dots
- Accidentals
- Tie segments
- Breaks
Add option "Selected Only"
Problem to be solved
This is the only way to do a complex element selection.
This is a major problem, particularly on big scores/ensembles.
If, for instance, I want to copy a dynamics + hairpin structure from the 20+ staffs I could just open the selection filter, disable all, and enable only Dynamics and Hairpins. Then I can just select the sections, and copy and paste.
However, currently, if I uncheck "Voice 1" I can't select anything in voice 1, but if I check "Voice 1", then everything that is not on the selection filter is also selected (Note heads, Stems, Note dots, Accidentals, Tie segments, Breaks) even if "Voice 1" is the only checked option.
Only "Voice 1" checked but anything else
This should be and empty selection
Only "Hairpins" and "Dynamics" checked besides "Voice 1"
This should select only the dynamics and hairpins
Prior art
No response
Additional context
No response
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.