From 3b573c694402a3c3f98b5115ae719a4eb1125024 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:56:35 +0000 Subject: [PATCH] lilypond-0.1.22 --- lily/staff-side.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.5