]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/framework-eps.scm
Get rid of some magical numbers in define-grobs.scm
[lilypond.git] / scm / framework-eps.scm
index fab2d771771dd4303c8420d5c95d865bc0a56af0..c39fb518a9405cffc42cac173dd0f0429cd0733d 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
-;;;; (c) 2004--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; (c) 2004--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 (define-module (scm framework-eps))
 
@@ -10,7 +10,6 @@
 
 (use-modules (ice-9 regex)
             (ice-9 string-fun)
-            (ice-9 format)
             (guile)
             (scm framework-ps)
             (scm paper-system)
@@ -20,6 +19,8 @@
             (srfi srfi-13)
             (lily))
 
+(define format ergonomic-simple-format)
+
 (define framework-eps-module (current-module))