]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/profile-property-access.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / profile-property-access.ly
index be8016ffa563e99cdf638ca92326cceaa0254457..3250a38d31bcff2fe194f5bc50bf4ebc69b095a9 100644 (file)
@@ -8,7 +8,7 @@ Note: lilypond must be compiled with --disable-optimising for this file to work.
 
 #(ly:set-option 'profile-property-accesses #t)
 
-\version "2.14.0"
+\version "2.16.0"
 
 \include "typography-demo.ly"
 %\book { \score { {c4 } } }
@@ -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"))))