From: fred Date: Sun, 24 Mar 2002 19:56:35 +0000 (+0000) Subject: lilypond-0.1.22 X-Git-Tag: release/1.5.59~3954 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3b573c694402a3c3f98b5115ae719a4eb1125024;p=lilypond.git lilypond-0.1.22 --- diff --git a/lily/staff-side.cc b/lily/staff-side.cc index a58d2f2828..eba7d09a13 100644 --- a/lily/staff-side.cc +++ b/lily/staff-side.cc @@ -75,8 +75,9 @@ Staff_side::get_position_i() const Real inter_f = paper()-> internote_f (); if (!inside_staff_b_) { - y = (dir_ > 0 && staff_sym_l_) ? staff_sym_l_->steps_i() + 2: -2; + y = (staff_sym_l_) ? dir_ * (staff_sym_l_->steps_i() + 2) : -2; y *=inter_f; + Interval v= support_height(); if (dir_ > 0)