musescore / musescore/MuseScore
Smarter placement for ties
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
MuseScore 4.2 brings the wonderful new options for inside and outside tie placement! While these two options are great, currently the user has to select either one or the other to be the default setting for the entire score.
This is suboptimal because neither option is ideal in many common situations. Therefore, the following system would be a substantial improvement:
For chords of 1-2 notes, use outside placement
For chord of 3 notes or more, use outside placement on the outside notes, and inside placement within
If 2 or more voices are visible, only use outside placement on the outermost notes
Problem to be solved
This would save a lot of time spent manually adjusting ties according to these criteria.
Prior art
No response
Additional context
If the placement property was exposed to plugins this would be a quick and easy fix as well
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 tracing the existing inside/outside tie placement options in MuseScore 4.2 and reviewing how the placement property is exposed to plugins. Compare the behavior against the three chord and voice cases described in the issue; done means the automatic rules work without manual adjustment and are covered by relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100