]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/stencil.scm
* lily/translator.cc (derived_mark): new function.
[lilypond.git] / scm / stencil.scm
index 153661cc0be769ea315e0a1c409ad4a88b8dc1ca..f1faee20f87da2038238eff8f165cd016bc15f71 100644 (file)
@@ -1,4 +1,4 @@
-;;;; stenicil.scm -- 
+;;;; stencil.scm -- 
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
@@ -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)))