From: fred Date: Sun, 24 Mar 2002 19:56:38 +0000 (+0000) Subject: lilypond-0.1.23 X-Git-Tag: release/1.5.59~3951 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5e2dec21cae09a3bf4f93e9966c43121c79ddae9;p=lilypond.git lilypond-0.1.23 --- diff --git a/lily/staff-side.cc b/lily/staff-side.cc index eba7d09a13..28df70b255 100644 --- a/lily/staff-side.cc +++ b/lily/staff-side.cc @@ -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();