From 3c7ef0dfcbc85f6767a8059cf967c0326711175c Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:11:30 +0000 Subject: [PATCH] lilypond-0.1.62 --- lily/abbrev.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lily/abbrev.cc b/lily/abbrev.cc index 54088537b6..977c1307c6 100644 --- a/lily/abbrev.cc +++ b/lily/abbrev.cc @@ -30,10 +30,9 @@ Abbreviation::do_print () const Molecule* Abbreviation::brew_molecule_p () const { - Real dy = paper ()->interbeam_f (); + Real dy = paper ()->interbeam_f (stem_l_->mult_i_); Real w = 1.5 * paper ()->lookup_l ()->ball (2).dim_.x ().length (); Real interline_f = paper ()->interline_f (); - Real beamdy = interline_f/2; int beams_i = 0; Real slope_f = paper ()->internote_f () / 4; -- 2.39.5