From 6b87e6b4805cc7959a879fd116e694a7d6814778 Mon Sep 17 00:00:00 2001 From: erlenda Date: Tue, 11 Apr 2006 12:36:44 +0000 Subject: [PATCH] * lily/hairpin.cc: make niente circles a bit smaller. --- ChangeLog | 4 ++++ lily/hairpin.cc | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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) -- 2.39.5