From: fred Date: Sun, 24 Mar 2002 19:39:56 +0000 (+0000) Subject: lilypond-0.0.55 X-Git-Tag: release/1.5.59~4920 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4ac4e29b3d273105e36d5e80bbb74e479d312321;p=lilypond.git lilypond-0.0.55 --- diff --git a/lily/include/staff-side.hh b/lily/include/staff-side.hh index e24dfa62e6..1300871023 100644 --- a/lily/include/staff-side.hh +++ b/lily/include/staff-side.hh @@ -15,12 +15,14 @@ /// A symbol which sits along the staff class Staff_side { Array support_l_arr_; - - Staff_symbol * staff_sym_l_; + int staff_size_i_; Staff_elem * elem_l_; Interval support_height()const; + Staff_symbol* staff_sym_l_; + void read_staff_sym(); public: - /** + Real inter_f_; + /** Vertical dir of symbol relative to staff. -1 = below staff? */ int dir_i_;