X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fframework-scm.scm;h=a47eb185fd602112956fff3bf14e4f5caf5d30d4;hb=596761e4a1c62fc2e85fe3396a378b814504e7b1;hp=51a14463021909086fb09aab0260e62733cfdb04;hpb=a1cf6794106f26cd7f2603910ed6eef5f0feda59;p=lilypond.git diff --git a/scm/framework-scm.scm b/scm/framework-scm.scm index 51a1446302..a47eb185fd 100644 --- a/scm/framework-scm.scm +++ b/scm/framework-scm.scm @@ -15,7 +15,7 @@ (define format ergonomic-simple-format) (define-public (output-framework basename book scopes fields) - (let* ((file (open-output-file (format "~a.scm" basename)))) + (let* ((file (open-output-file (format #f "~a.scm" basename)))) (display ";;Creator: LilyPond\n" file) (display ";; raw SCM output\n" file)