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

Too much horizontal spacing to the right of some flats (vs. LilyPond) #4

Open
dbenjaminmiller opened this issue Jul 9, 2024 · 1 comment

Comments

@dbenjaminmiller
Copy link

dbenjaminmiller commented Jul 9, 2024

This problem applies no matter which font is used with ekmelily.

Sample with ekmelily:

image

Sample with native LP:

image

Where there is a flat which is followed to the right by another accidental, then the space between them should be reduced if the right-side accidental is at least 1.5 staff-lines above the left-side flat, provided that the right-side accidental is not one of those which would collide with the flat (different intervals might need to be set for those with a left-side arrow, for instance)

Addendum The same is also true of naturals, etc., depending on the circumstances

@dbenjaminmiller
Copy link
Author

It seems we restore LilyPond's positioning of accidentals when we just comment out the following two lines in ekmel-main.ily.:

\override Accidental.horizontal-skylines = #'()
\override Accidental.vertical-skylines = #'()

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

No branches or pull requests

1 participant