Disabling autoplace for image does not remove it from autoplacement

• Dec 16, 2018 - 18:42
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:

image-autoplace-2.png

Attachment Size
image-autoplace.mscz 10.42 KB

Comments

Status PR created active

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.

Priority P1 - High P0 - Critical
Status closed active

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.

Status active fixed

The images are freely moved if I disable autoplacement in MuseScore 3.0.2 probably after merging the mentioned fingering PR.