Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved logic for items ignoring each other in autoplace #23991

Conversation

mike-spa
Copy link
Contributor

@mike-spa mike-spa commented Aug 12, 2024

Resolves: #23960
a problem which has been pointed out now with sticking (which is made worse by the fact that they now stickings all align to the outermost one), but is a problem that we've always had (see fermatas, for instance).

In both cases, the correct thing to do would be do make horizontal space for them, but that's beyond release scope at the moment. Until we have that, we should simply make sure that items know when to ignore each other during autoplace calculations, as there is no good reason for them to stack on top of each other in these cases (and it's something that's good to do anyway).

image
image

@oktophonie oktophonie added engraving vtests This PR produces approved changes to vtest results labels Aug 12, 2024
@miiizen miiizen merged commit 5a698e8 into musescore:master Aug 12, 2024
10 of 11 checks passed
mike-spa pushed a commit to mike-spa/MuseScore that referenced this pull request Aug 12, 2024
…sIgnoringEachOtherInAutoplace

Improved logic for items ignoring each other in autoplace
@mike-spa mike-spa mentioned this pull request Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vtests This PR produces approved changes to vtest results
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sticking layout problems in continuous view in files migrated from earlier versions
3 participants