]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/profile-property-access.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / profile-property-access.ly
index 1e7453e3ec2fa79f7793789a121a337f85deb9ba..be8016ffa563e99cdf638ca92326cceaa0254457 100644 (file)
@@ -1,13 +1,14 @@
 % -*- 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.12.0"
+\version "2.14.0"
 
 \include "typography-demo.ly"
 %\book { \score { {c4 } } }