From: Erlend Aasland Date: Tue, 11 Apr 2006 12:36:44 +0000 (+0000) Subject: * lily/hairpin.cc: make niente circles a bit smaller. X-Git-Tag: release/2.9.3~66 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5ed25e46f2023e899ae4447e67d02c32c0c65e64;p=lilypond.git * lily/hairpin.cc: make niente circles a bit smaller. --- diff --git a/ChangeLog b/ChangeLog index 5ba0c92eea..a035d4480a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-04-11 Erlend Aasland + + * lily/hairpin.cc: make niente circles a bit smaller. + 2006-04-10 Erlend Aasland * mf/GNUmakefile: remove redundant mftrace check. Also remove diff --git a/lily/hairpin.cc b/lily/hairpin.cc index 7a349c7f3a..09efaf4986 100644 --- a/lily/hairpin.cc +++ b/lily/hairpin.cc @@ -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)