musescore / musescore/MuseScore
Notehead parentheses property may become incorrect with linked staves
Open
A pull request for this has already been merged.
- #32447 by @miiizen — merged
UX/interaction
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Issue type
Engraving bug (incorrect score rendering)
Description with steps to reproduce
With a pair of linked staves:
- Select the note on the top staff and add parentheses.
RESULT: Parentheses are added to both staves, and the property reflects this correctly. - Range-select the note on the top staff and hit
Rto repeat.
RESULT: The note is repeated with parentheses on both staves as expected, but the property is reversed for the lower staff. - Range-select this note on the lower staff, then copy and paste.
RESULT: The note is repeated with parentheses on both staves as expected, but now the property is reversed for both staves. Note that this survives reloading the score.
Supporting files, videos and screenshots
https://github.com/user-attachments/assets/2a3ab70f-c638-4669-a0db-b5395ab9b7ba
In which versions of MuseScore Studio is this issue present?
Latest nightlies (4.7 and master)
Regression
Yes, this works in the latest released version and is broken in the nightly builds
Operating system
Ubuntu 24.04.4 LTS
Additional context
No response
Checklist
- This report follows the guidelines for reporting bugs and issues
- I have verified that this issue has not been logged before, by searching the issue tracker for similar issues
- I have attached all requested files and information to this report
- I have attempted to identify the root problem as concisely as possible, and have used minimal reproducible examples where possible
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.