From: Thomas Morley Date: Tue, 27 May 2014 00:06:24 +0000 (+0200) Subject: parenthesizing very small objects returns ugly output X-Git-Tag: release/2.19.8-1~8 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=3093b6e2e6233fd007fb8095880c102fdd4bce45;p=lilypond.git parenthesizing very small objects returns ugly output Issue 3930 Makes the thickness in make-parenthesis-stencil variable --- diff --git a/scm/stencil.scm b/scm/stencil.scm index f994b10c5c..db5ff186c3 100644 --- a/scm/stencil.scm +++ b/scm/stencil.scm @@ -159,7 +159,7 @@ the more angular the shape of the parenthesis." upper-end-point ;; Step 1: move to lower end point. lower-end-point) - line-width + (* 2 half-thickness) (interval-widen x-extent (/ line-width 2)) (interval-widen y-extent (/ line-width 2)))))