]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/framework-scm.scm
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / scm / framework-scm.scm
index ecbe711af88ed3d6ef3fd86ff107c273afac0c03..53905e087dcf56f6f93b1b94680c8b51d8feb8a0 100644 (file)
@@ -5,7 +5,6 @@
 
 (use-modules (ice-9 regex)
             (ice-9 string-fun)
-            (ice-9 format)
             (guile)
             (srfi srfi-1)
             (ice-9 pretty-print)
@@ -15,7 +14,7 @@
 
 (define-public (output-framework basename book scopes fields )
   (let*
-      ((file (open-output-file (format "~a.scm" basename))))
+      ((file (open-output-file (format #f "~a.scm" basename))))
     
     (display ";;Creator: LilyPond\n" file)
     (display ";; raw SCM output\n" file)