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

Fix GH#13243: Respect system fill threshold if measure is followed by vertical frame #327

Draft
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Conversation

Jojo-Schmitz
Copy link
Owner

@Jojo-Schmitz Jojo-Schmitz commented Feb 17, 2024

Backport of musescore#21455

Resolves: musescore#13243

@Jojo-Schmitz Jojo-Schmitz marked this pull request as draft February 17, 2024 11:25
@Jojo-Schmitz
Copy link
Owner Author

Jojo-Schmitz commented Feb 17, 2024

Does work for frames at the end, but has very strange and unwanted effects to other system breaks
Also vtests and mtests fail

@Jojo-Schmitz
Copy link
Owner Author

@XiaoMigros if you find the time please check my 3.x port, esp. its strange effects on system breaks not at the end of a score (or section?)

@XiaoMigros
Copy link

XiaoMigros commented Apr 19, 2024

It seems an older version of the PR has been implemented on your branch currently, perhaps implementing the amended commit could help?

@Jojo-Schmitz
Copy link
Owner Author

Ah, I see, thanks.

@Jojo-Schmitz
Copy link
Owner Author

That's not it though. My guess is the stuff after that

            if (shouldJustify && !MScore::noHorizontalStretch) { // debug feature

is the culprit

@XiaoMigros
Copy link

Is MScore::noHorizontalStretch part of 3.x?? if not, just remove that condition

@Jojo-Schmitz
Copy link
Owner Author

Jojo-Schmitz commented Apr 19, 2024

It is, triggered by the -L commandline option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants