]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem.cc
patch::: 1.3.14.hwn1jcn1
[lilypond.git] / lily / stem.cc
index 0f2c8761c3c9d555184fbb68896b2b4aeac10921..ef6e10a501f6e4b181f86b9e41a7ba67e6fc6f75 100644 (file)
@@ -561,7 +561,7 @@ Stem::calc_stem_info () const
   if (gh_number_p (s))
     info.idealy_f_ -= gh_double2scm (s);
 
-  Real interstaff_f =  beam_dir* calc_interstaff_dist (this, beam_l ());
+  Real interstaff_f =  -beam_dir* calc_interstaff_dist (this, beam_l ());
 
   info.idealy_f_ += interstaff_f;
   info.miny_f_ += interstaff_f;