X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fprofile-property-access.ly;h=9073e7c29314d5967fb8760c94949de30d249f93;hb=6a1f45894723cec300142cb81d57b890a77598c2;hp=39a41510d447a1a9507e3b19319830554a7cf243;hpb=508d05454ffdcf5ef7d4c848453b51d0d29592d2;p=lilypond.git diff --git a/input/regression/profile-property-access.ly b/input/regression/profile-property-access.ly index 39a41510d4..9073e7c293 100644 --- a/input/regression/profile-property-access.ly +++ b/input/regression/profile-property-access.ly @@ -1,15 +1,16 @@ % -*- Scheme -*- \header { - texidoc = "This file profiles property accesses; the log file shows the top properties examined." + texidoc = "This file profiles property accesses; the log file shows the top properties examined. +Note: lilypond must be compiled with --disable-optimising for this file to work." } #(ly:set-option 'profile-property-accesses #t) -\version "2.10.8" +\version "2.12.0" -\include "../../input/typography-demo.ly" +\include "typography-demo.ly" %\book { \score { {c4 } } } #(define (prop-stats>? x y)