]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/stencil.scm
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / scm / stencil.scm
index c0e56cd86e8d4613ab63d34856430aec6307962f..105f6f5893555deade31e7f9b5e5e97aed13d8ff 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c) 2003--2007 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."