From: fred Date: Fri, 13 Dec 1996 20:28:18 +0000 (+0000) Subject: lilypond-0.0.17 X-Git-Tag: release/1.5.59~6595 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4b5355fd909251851d0f5dd0e545c1d15cd8502c;p=lilypond.git lilypond-0.0.17 --- 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