musescore / musescore/MuseScore
Tuplet numbers sometimes disappear when polymeter change occurs
Open
Nobody has claimed this yet.
engraving
P3
- 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 new score with two staves.
- Set the time signature for the first staff to 6/8, and the second staff to 2/4.
- Change the time signature for the second measure of the first staff to 3/4.
- In this 3/4 measure, create three sextuplets, each with a duration of a quarter note.
- Merge each sextuplet into a single dotted quarter note.
Expected Behavior: Each dotted quarter note should display a small number 6 above it.
Actual Behavior: The number 6 appears above the first and third dotted quarter notes, but is missing from the second one.
Supporting files, videos and screenshots
What is the latest version of MuseScore Studio where this issue is present?
4.3.2 (4.4.0 for testing has this issue as well)
Regression
I was unable to check
Operating system
Windows 11
Additional context
Some may wonder why it's necessary to merge the sextuplets back into single notes. This is because these notes are intended to have tremolo applied to them in the final score. The original sheet music that I'm trying to transcribe looks like this:
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.