]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/profile-property-access.ly
Merge branch 'master' of git://git.savannah.gnu.org/lilypond.git
[lilypond.git] / input / regression / profile-property-access.ly
index be8016ffa563e99cdf638ca92326cceaa0254457..13e811e0e5b3b02c60859f580c1273b9bb6592db 100644 (file)
@@ -34,7 +34,7 @@ Note: lilypond must be compiled with --disable-optimising for this file to work.
   (ly:progress "\n\n~A properties, top ~a rounded to ~a\n\n~a"
    what count rnd
    (string-join
-    (map (lambda (x) (format "~30a: ~6@a" (car x) (cdr x)))
+    (map (lambda (x) (format #f "~30a: ~6@a" (car x) (cdr x)))
      (ly:truncate-list! 
     (sort alist prop-stats>?) count))
     "\n"))))