]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-symbol-referencer.hh
release: 1.3.6
[lilypond.git] / lily / include / staff-symbol-referencer.hh
index 5fc62e0ed02a2832e8e51c86498aaa9ac6918457..2dc8ae8c00d3ff5f1d3b75e4612888d29befe4aa 100644 (file)
  */
 class Staff_symbol_referencer : public virtual Score_element
 {
+  int position_i_;
 protected:
   Staff_symbol * staff_sym_l_;
-  int position_i_;
+
 public:
   Staff_symbol_referencer ();
   void set_position (int);