]> git.donarmstrong.com Git - lilypond.git/commitdiff
parenthesizing very small objects returns ugly output
authorThomas Morley <thomasmorley65@gmail.com>
Tue, 27 May 2014 00:06:24 +0000 (02:06 +0200)
committerThomas Morley <thomasmorley65@gmail.com>
Thu, 5 Jun 2014 22:22:13 +0000 (00:22 +0200)
Issue 3930

Makes the thickness in make-parenthesis-stencil variable

scm/stencil.scm

index f994b10c5c1bbe78e205f35bd52e1d7c2cda7e18..db5ff186c37d659a863e9cb0d77e65a0d764c61d 100644 (file)
@@ -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)))))