]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/stencil.scm
Fix out-of-build compile for ja.
[lilypond.git] / scm / stencil.scm
index 047c0d0bb9622a2d514da8360bcca871e14f636b..105f6f5893555deade31e7f9b5e5e97aed13d8ff 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c) 2003--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; (c) 2003--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 (define-public (stack-stencils axis dir padding stils)
   "Stack stencils STILS in direction AXIS, DIR, using PADDING."
@@ -81,6 +81,7 @@
       (interval-widen xext (/ width 2))
       (interval-widen yext (/ width 2)))))
 
+
 (define-public (make-filled-box-stencil xext yext)
   "Make a filled box."