]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/stencil.scm
Fix #268.
[lilypond.git] / scm / stencil.scm
index fb46ef7251cf7eef4733eeff09711ced4da1b44a..6a4b88d7b2c24a3f0d22e351cb277f2c68d4f2ec 100644 (file)
@@ -94,8 +94,8 @@ encloses the contents.
 "
   (let* ((xext (ly:grob-extent grob grob 0))
         (yext (ly:grob-extent grob grob 1))
-        (thick 0.1))
-    
+        (thick 0.01))
+
     (ly:stencil-add
      (make-filled-box-stencil xext (cons (- (car yext) thick) (car yext)))
      (make-filled-box-stencil xext (cons (cdr yext) (+ (cdr yext) thick)))