From 4b5355fd909251851d0f5dd0e545c1d15cd8502c Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 13 Dec 1996 20:28:18 +0000 Subject: [PATCH] lilypond-0.0.17 --- src/paper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paper.cc b/src/paper.cc index fe2a30d136..2879d90c91 100644 --- a/src/paper.cc +++ b/src/paper.cc @@ -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 -- 2.39.5