]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/profile-property-access.ly
Doc [web]: Add Peter Kirn's LilyPond review.
[lilypond.git] / input / regression / profile-property-access.ly
index 0d31849fc84fd3329381be13c370e65c9c75d249..9073e7c29314d5967fb8760c94949de30d249f93 100644 (file)
@@ -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.11.51"
+\version "2.12.0"
 
-\include "../../input/typography-demo.ly"
+\include "typography-demo.ly"
 %\book { \score { {c4 } } }
 
 #(define (prop-stats>?  x y)