]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge branch 'master' of ssh://hanwen@git.sv.gnu.org/srv/git/lilypond
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 26 Jul 2007 23:31:58 +0000 (16:31 -0700)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 26 Jul 2007 23:31:58 +0000 (16:31 -0700)
Documentation/index.html.in
scm/lily.scm

index 7661deadaaacf7f463a7619523fd927b4f8fe7cc..f2a452356ae71f7ccde38d1a6559a6c11c2a64f2 100644 (file)
@@ -108,7 +108,7 @@ in <a class="title" href="user/lilypond.pdf">PDF</a>)
      <br>(on background information)
 
     <li>
-     <a class="title" href="../input/regression/collated-files.html">Regression tests</a> (~ 5 Mb, in <a  class="title" href="../input/regression/collated-files.pdf">PDF</a>, <a href="../test-results.html">comparison</a>)
+     <a class="title" href="../input/regression/collated-files.html">Regression tests</a> (~ 5 Mb, in <a  class="title" href="../input/regression/collated-files.pdf">PDF</a>)
      <br>(for developers)
 
        </ul>
index 6f2f09d2e6f5ed67475f926c4a8b71c0b9fe0ddf..bddf997764e03ca8d930f66875748749d445aa13 100644 (file)
@@ -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)