]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.6
authorfred <fred>
Fri, 1 Nov 1996 23:47:15 +0000 (23:47 +0000)
committerfred <fred>
Fri, 1 Nov 1996 23:47:15 +0000 (23:47 +0000)
misc.cc

diff --git a/misc.cc b/misc.cc
index 3a8658f4a02057a113ce44166b6e6abb0d48f056..174e4224bcec5e436aa84cb21830e77e14cb9a6e 100644 (file)
--- a/misc.cc
+++ b/misc.cc
@@ -18,10 +18,9 @@ double log2(double x) {
 
 
 // golden ratio
-const Real PHI = (1+sqrt(5))/2;
+ const Real PHI = (1+sqrt(5))/2;
 const double ENGRAVERS_SPACE = PHI;
-const double WHOLE_SPACE = 5.0; // should be settable from input
+