X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Finclude%2Fstaff-side.hh;h=13008710236084287a239abb1ed5c5e79c7b7f58;hb=c2eeafc72b47697c1b01530952875521a1f0dc81;hp=e24dfa62e6e200441752d7e6fac153f67149e5ad;hpb=e85b008ae96fef8fc0c15529e8a172584d5d08fd;p=lilypond.git 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_;