]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/hairpin.cc: make niente circles a bit smaller.
authorErlend Aasland <erlenda@gmail.com>
Tue, 11 Apr 2006 12:36:44 +0000 (12:36 +0000)
committerErlend Aasland <erlenda@gmail.com>
Tue, 11 Apr 2006 12:36:44 +0000 (12:36 +0000)
ChangeLog
lily/hairpin.cc

index 5ba0c92eeaf869466fbd5112483f77261ea88125..a035d4480ade15d77b8894526ccfa839f35e2e85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-11  Erlend Aasland  <erlenda@gmail.com>
+
+       * lily/hairpin.cc: make niente circles a bit smaller.
+
 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
 
        * mf/GNUmakefile: remove redundant mftrace check. Also remove
index 7a349c7f3a316211a2f56c4d7c590e49da206a6c..09efaf49866f35a97c7a1126859357077cddeaba 100644 (file)
@@ -101,9 +101,9 @@ Hairpin::print (SCM smob)
   Real height = robust_scm2double (me->get_property ("height"), 0.2) *
                Staff_symbol_referencer::staff_space (me);
   /*
-    FIXME: 0.65 is just a guess...
+    FIXME: 0.525 is still just a guess...
   */
-  Real rad = height * 0.65;
+  Real rad = height * 0.525;
   Real thick = 1.0;
   if (circled_tip)
     thick = robust_scm2double (me->get_property ("thickness"), 1.0)