Disabling autoplace for image does not remove it from autoplacement
Reported version
3.0
Priority
P0 - Critical
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
Images attached to notes (but not rests for some reason) are included in the skyline as well as the segment shape. That's fine, but disabling autoplace needs to remove it, so you can move images freely if you wish without affecting layout.
Consider:
Attachment | Size |
---|---|
image-autoplace.mscz | 10.42 KB |
Comments
https://github.com/musescore/MuseScore/pull/4418
Can't test right now, but do you have anti-aliasing turned off? I think there might be a regression here, because the beam shouldn't look that zig-zaggy.
There's a known issue where this has been going flaky. It's marked P0 so hopefully a solution will found for release, but apparently it's only partially understood.
Fixed in branch master, commit aece90d578
fix #280160: images don't respect autoplace setting
Fixed in branch master, commit 9769dff352
Merge pull request #4418 from MarcSabatella/280160-image-autoplace
fix #280160: images don't respect autoplace setting
Automatically closed -- issue fixed for 2 weeks with no activity.
Apparently I only fixed this for debug builds. Same code needs to be applied to the #else clause of the #ifndef NDEBUG
FWIW, images and fingerings are handled by the same line of code, so I plan to fix both together as part of a fingering layout PR I hope to submit soon.
The images are freely moved if I disable autoplacement in MuseScore 3.0.2 probably after merging the mentioned fingering PR.
Yes, sorry I didn't add this to the list of fixed issues!
Automatically closed -- issue fixed for 2 weeks with no activity.