-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 lyrics odd-even style bug #23868
Conversation
Especially after this fix, I don't seem to see much benefit in the |
See also #23506, I believe the fix from there is also needed |
33c1e65
to
9bd43ed
Compare
Oh yes thanks. That was an absolute horror, happy to get rid of it |
9bd43ed
to
d744017
Compare
d744017
to
0bb2ce2
Compare
No it isn't |
Resolves: #23846
Additionally, this PR also reintroduces the use of
lineSpacing()
for calculating the line height between the different lyrics verses. The metric currently being used waslineHeight()
, which I'd recently introduced as a way of getting around #22189. Now that that issue has been fixed,lineSpacing()
is the correct metric to use. This will show up in the vtests as a slight increase in vertical distance between the verses.