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