]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/g-staff-side.hh
release: 1.1.24
[lilypond.git] / lily / include / g-staff-side.hh
index add3ff2d5cca3a0152e6692cf418724e62c39883..47be75ff6e78bf3954f51b625f19c4b5c641b04a 100644 (file)
 
 #include "item.hh"
 
-/*
-  DO NOT USE AS BREAKABLE ITEM!
-
-  (-> core dump!)
- */
 class G_staff_side_item : public Item
 {
+  void position_self ();
 public:
   Score_element * to_position_l_;
   Direction dir_;
   Link_array<Score_element> support_l_arr_;
   Real padding_f_;
+  Axis axis_;
   
   G_staff_side_item ();
   void set_victim (Score_element*);