]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.55
authorfred <fred>
Sun, 24 Mar 2002 19:39:56 +0000 (19:39 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:39:56 +0000 (19:39 +0000)
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_;