From: Han-Wen Nienhuys Date: Thu, 26 Jul 2007 23:29:34 +0000 (-0700) Subject: thinko: it's ly:get-option, not ly:option. X-Git-Tag: release/2.11.29-1~40^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=734cfdd53d12e40d934158a47885dabdd538aa2b;p=lilypond.git thinko: it's ly:get-option, not ly:option. --- diff --git a/scm/lily.scm b/scm/lily.scm index 6f2f09d2e6..bddf997764 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -416,7 +416,7 @@ The syntax is the same as `define*-public'." (ly:progress "\nWriting timing to ~a..." outname) (format (open-file outname "w") "time: ~a\ncells: ~a\n" - (if (ly:option 'dump-cpu-profile) + (if (ly:get-option 'dump-cpu-profile) (car diff) 0) (cadr diff)