From: fred Date: Sun, 24 Mar 2002 20:11:30 +0000 (+0000) Subject: lilypond-0.1.62 X-Git-Tag: release/1.5.59~3111 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3c7ef0dfcbc85f6767a8059cf967c0326711175c;p=lilypond.git lilypond-0.1.62 --- 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;