]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/framework-scm.scm
Fix input/regression/cluster-cross-staff.ly.
[lilypond.git] / scm / framework-scm.scm
index d20e5dea35f0d4ca0a10a952453673fd944e1b8b..53905e087dcf56f6f93b1b94680c8b51d8feb8a0 100644 (file)
@@ -5,17 +5,18 @@
 
 (use-modules (ice-9 regex)
             (ice-9 string-fun)
-            (ice-9 format)
             (guile)
             (srfi srfi-1)
             (ice-9 pretty-print)
             (srfi srfi-13)
+            (scm page)
             (lily))
 
 (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)
 
   (for-each