-
Notifications
You must be signed in to change notification settings - Fork 0
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
Augmentation dots placed too far to the right #7
Comments
seems that the padding matches native LP when we change the padding in
|
OK, changing to zero does mess up double dots... so it should only be zero for the first dot. |
The wrong placement arises from an additional leading pad with |
Interesting, I will have to try out your new version. Does it still produce the same spacing as LP's by default now? My thinking would be that, if it's possible, we should use the native LilyPond technique for placing symbols (dots or otherwise). Part of this is so the tweaks applied are as close as possible to the native ones. I don't recall off the top of my head whether or not the dot placement is actually properly tweakable in LP without redefining |
The solution with |
Here is a comparison, showing only the difference and all features turned on ''except'' dots, using
\ekmSmuflOff #'dot
, and then all features turned on (including ekm augmentation dots). The dots are placed too far to the right when esmuflily is used (i.e., they are further from the notehead than they would be natively).This difference is consistent; the augmentation dots are placed further to the right when esmuflily is enabled.
The text was updated successfully, but these errors were encountered: