Status: Accepted
Owner: ----
New issue 3930 by [email protected]: parenthesizing very small objects
returns ugly output
http://code.google.com/p/lilypond/issues/detail?id=3930
As a test-case I use:
\version "2.19.6"
\markup \parenthesize "."
The output returns parentheses which are way to thick, concerning the size
of the dot. Attached is the default-output.
Seems there is no override to improve the thickness significantly.
exp.:
\markup
\override #'(thickness . 0)
% \override #'(width . 0.06)
% \override #'(angularity . 0.01)
% \override #'(padding . -0.1)
\parenthesize "."
The reason seems to be that in stencil.scm the value for the thickness used
by make-bezier-sandwich-stencil in make-parenthesis-stencil is hardcoded:
(line-width 0.1)
This currently blocks my work on Issue 2752
Attachments:
2.18.0-zoom-6400.png 9.6 KB
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings