]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-tex.scm
new option gs-load-lily-fonts: only load lilypond fonts via
[lilypond.git] / 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)))