X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fprofile-property-access.ly;h=3250a38d31bcff2fe194f5bc50bf4ebc69b095a9;hb=36fba3138858ee42ba3f03e3de0efa1d1f49d147;hp=9073e7c29314d5967fb8760c94949de30d249f93;hpb=d0412c1625beb86d6a067543e74d23f5af60d9f8;p=lilypond.git diff --git a/input/regression/profile-property-access.ly b/input/regression/profile-property-access.ly index 9073e7c293..3250a38d31 100644 --- a/input/regression/profile-property-access.ly +++ b/input/regression/profile-property-access.ly @@ -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.12.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"))))