X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fstencil.scm;h=f73b08163052b0567d0f2628887bbd8bd552dd19;hb=2755c70c630d8f4a7fc8cd77621a4e3ee05096ab;hp=e64cc2b91c8662fad2736fd71d5fc56bb5a0ca48;hpb=88aee98e9414b1ea25efbbec913960f26c6ced82;p=lilypond.git diff --git a/scm/stencil.scm b/scm/stencil.scm index e64cc2b91c..f73b081630 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) - (* 2 half-thickness) + (min (* 2 half-thickness) line-width) (interval-widen x-extent (/ line-width 2)) (interval-widen y-extent (/ line-width 2)))))