Tuplet numbers: Follow staff size not working
Reported version
3.1
Priority
P1 - High
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project
OS: Windows 10 (10.0), Arch.: x86_64, MuseScore version (64-bit): 3.1.0.6864, revision: a18d446
- Open the attached 2.x score and take the reset;
- Compare the size of tuplet numbers with those in the 2.x score;
Result: The tuplet numbers are smaller in the 3.x score, even though "Follow staff size" is checked in the Text Styles dialog. - Use "Page Settings > Scaling" to magnify the 3.x score;
Result: The score size increases but the tuplets numbers stay the same. - Select a tuplet number and observe the Inspector;
Result: There is no "Follow staff size" checkbox.
Attachment | Size |
---|---|
tuplet_text_size.mscz | 11.7 KB |
Fix version
3.3.0
Comments
True. Seems to only affect already-existing tuplets scores imported from 2.x - newly entered ones scale correctly - and the old ones fix themselves on save/reload, but still should be fixed. Probably the code managing the properties in readTupletProperties206() needs to be updated to deal with Pid::SIZE_SPATIUM_DEPENDENT.
https://github.com/musescore/MuseScore/pull/5037
Bump. The fix was apparently scheduled for 3.1.1.
Fixed in branch master, commit 4e91c67f15
fix #289374: tuplet numbers: 'follow staff size' not working
Fixed in branch master, commit 543c94f8b9
_Merge pull request #5037 from jthistle/289374-tuplet-size-spatium-dep
fix #289374: tuplet numbers: 'follow staff size' not working_
Automatically closed -- issue fixed for 2 weeks with no activity.