musescore / musescore/MuseScore
Adding or deleting key signature in a part adds it to/removes it from that instrument only
Open
Nobody has claimed this yet.
engraving
P1
- 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
- Create a score with more than one instruments
- Add a few bars of notes in one instrument
- Open the part for that instrument
- Add a key signature a few bars in
- Return to the score and note that the key signature has only been applied to that instrument (like a 'local' key sig).
Note that deletion suffers from the same problem in reverse:
- Create a score with more than one instrument
- Add a key signature a few bars in (in the score)
- Open one of the parts, find the key signature there and delete it
- Return to the score and see that it's only been deleted in that instrument
Supporting files, videos and screenshots
Adding
Score:
Key signature added in Violin I part:
Returning to score, key sig appears only in that part:
Deleting
Score:
After deleting the key sig in the Vl 1 part:
What is the latest version of MuseScore Studio where this issue is present?
3.6.2; 4.0.2; 4.1.1; 4.2.1; 4.3.2; master
[the deletion problem only arises from 4.2.1 on, as this operation was simply prevented in parts in earlier versions]
Regression
No.
Operating system
Linux (but presumably any)
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.