]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.17
authorfred <fred>
Fri, 13 Dec 1996 20:28:18 +0000 (20:28 +0000)
committerfred <fred>
Fri, 13 Dec 1996 20:28:18 +0000 (20:28 +0000)
src/paper.cc

index fe2a30d136a9d1f875a16a73bb39863ffd60b4ca..2879d90c91fa267a3de568c08404a7af6153f5a5 100644 (file)
@@ -14,7 +14,7 @@ const Real PHI = (1+sqrt(5))/2;
 Real
 Paperdef::duration_to_dist(Real d)
 {
-    return whole_width * pow(geometric_, log2(d));
+    return whole_width * pow(geometric_, log_2(d));
 }
 
 Real