]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/stencil.scm
add 'resolution to ly:get-option argument
[lilypond.git] / scm / stencil.scm
index c8518d76f7d7b125cfa414a3aff81ac99375dc63..f1faee20f87da2038238eff8f165cd016bc15f71 100644 (file)
@@ -52,7 +52,7 @@ encloses the contents.
   (let* ((xext (ly:grob-extent grob grob 0))
         (yext (ly:grob-extent grob grob 1))
         (thick 0.1))
-
+    
     (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)))