]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.62
authorfred <fred>
Sun, 24 Mar 2002 20:11:30 +0000 (20:11 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:11:30 +0000 (20:11 +0000)
lily/abbrev.cc

index 54088537b6700a8adb971cc462f7313383cd375c..977c1307c68ccf20ef1ce25451a1b6abbd5ad5c8 100644 (file)
@@ -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;