-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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 big courtesy time sig spacing #26764
Conversation
@@ -651,11 +651,13 @@ void SystemLayout::updateBigTimeSigIfNeeded(System* system, LayoutContext& ctx) | |||
} | |||
|
|||
Segment* prevBarlineSeg = nullptr; | |||
Segment* prevRepeactAnnounceTimeSigSeg = nullptr; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol
97efbc2
to
cd69d8b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
cd69d8b
to
9bd7e80
Compare
Fix big courtesy time sig spacing
Resolves: #26548