]> git.donarmstrong.com Git - lilypond.git/commitdiff
junk ice-9 format
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 10 Jun 2007 03:26:34 +0000 (00:26 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 10 Jun 2007 03:26:34 +0000 (00:26 -0300)
scm/output-tex.scm

index 4be327839707c5e8a68ecd6f58d2f62433988ce6..00e0fea7ba2e1d54b6414e15924324bff7c7d85c 100644 (file)
@@ -42,7 +42,6 @@
 
 (use-modules (ice-9 regex)
             (ice-9 string-fun)
-            (ice-9 format)
             (guile)
             (srfi srfi-13)
             (scm framework-tex)
   (embedded-ps (list 'round-filled-box  x y width height blotdiam)))
 
 (define (text font s)
-  (format
+  (format #f
    "\\hbox{\\~a{}~a}" (tex-font-command font)
    (sanitize-tex-string s)))