]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-side.hh
release: 0.0.55
[lilypond.git] / lily / include / staff-side.hh
index e24dfa62e6e200441752d7e6fac153f67149e5ad..13008710236084287a239abb1ed5c5e79c7b7f58 100644 (file)
 /// A symbol which sits along  the staff
 class Staff_side  {
     Array<Staff_elem*> 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_;