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 errors in header distances calculation #26840

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mike-spa
Copy link
Contributor

Resolves: #26823

@mike-spa mike-spa requested a review from oktophonie February 28, 2025 15:41
@miiizen miiizen force-pushed the fixClefSpacingAfterHeader branch from b6e814e to 7481bcf Compare February 28, 2025 15:59
&& rtick() == Fraction(0, 1) && nextSegment->rtick() == Fraction(0, 1) && !nextIsHeader) {
&& rtick()
== Fraction(0,
1) && nextSegment->rtick() == Fraction(0, 1) && !nextIsHeader && thisMeasureIsStartRepeat && prevMeasureIsEndRepeat) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something happened here in terms of formatting...

@oktophonie oktophonie added the vtests This PR produces approved changes to vtest results label Feb 28, 2025
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.

Clef spacing regression
4 participants