Nested tuplets in linked staves lead to corruption
Reported version
3.4
Type
Functional
Frequency
Once
Severity
S2 - Critical
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project
Current 3.4.2 (and 3.5 Alpha) - Windows 10
1) Create a new score for an instrument and a linked staff (e.g. flute + linked staff, or guitar + linked Tab staff)
2) Enter a few notes in top staff including a nested tuplet, eg:
3) Save/Quit/Reload
Result: corruption (test file at this step: 2 flutes bis.mscz )
- This is a regression (no checked yet where it is happening in version 3, but works in version 2, eg in 2.3.2)
Fix version
3.5.0
Comments
Sounds very familiar and seems to look like #283964: Linked parts for single voices don't work. It might be solved in almost in the same way, I'll have a look into it.
https://github.com/musescore/MuseScore/pull/6116
Fixed in branch 3.x, commit ff840aa50f
_Fix #305750 - Nested tuplets in linked staves lead to corruption
Existing algorithm had problems finding the correct linked tuplets when
dealing with linked staffs. The algorithm is now looking for tuplet,
linked to tuplet of the orginal chordrest but on the same staff as the
newly created chordrest._
Fixed in branch 3.x, commit 4174c96526
_Merge pull request #6116 from njvdberg/issue-305750-linked-nested-tuplets
Fix #305750 - Nested tuplets in linked staves lead to corruption_
Automatically closed -- issue fixed for 2 weeks with no activity.
now fixed in master too