]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-sym-reg.hh
release: 0.0.71pre
[lilypond.git] / lily / include / staff-sym-reg.hh
index 7ca370dd616e404c68945951330d23508e85f690..b21e697dea834f8de218ec27eedc0ab5e7da28c8 100644 (file)
@@ -1,7 +1,7 @@
 /*
   staff-sym-reg.hh -- declare 
 
-  source file of the LilyPond music typesetter
+  source file of the GNU LilyPond music typesetter
 
   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
 */
  */
 class Staff_sym_register : public Request_register { 
     Staff_symbol *span_p_;
-    Moment last_mom_;
 public:
     Staff_sym_register();
-    NAME_MEMBERS(Staff_sym_register);
+    NAME_MEMBERS();
 protected:
-    virtual void process_requests();
-    ~Staff_sym_register();
-    virtual void pre_move_processing();
-    virtual void post_move_processing();
+    virtual void do_process_requests();
+    virtual void fill_staff_info(Staff_info&);
+    virtual void do_removal_processing();
+    virtual void do_creation_processing();
+       
 };
 #endif // STAFF_SYM_REG_HH