]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.23
authorfred <fred>
Sun, 24 Mar 2002 19:56:38 +0000 (19:56 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:56:38 +0000 (19:56 +0000)
lily/staff-side.cc

index eba7d09a13fb852a22c0981e7e0b137439bd4ca0..28df70b2556376135c89630fbc96de91bd6790bd 100644 (file)
@@ -75,7 +75,7 @@ Staff_side::get_position_i() const
   Real inter_f = paper()-> internote_f ();
   if (!inside_staff_b_) 
     {
-      y  = (staff_sym_l_) ? dir_ * (staff_sym_l_->steps_i() + 2) : -2;  
+      y  = (staff_sym_l_) ? dir_ * (staff_sym_l_->steps_i()/2 + 2) : -2;  
       y *=inter_f;
       
       Interval v= support_height();