]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-symbol-engraver.hh
* lily/tie-formatting-problem.cc (score_configuration): use
[lilypond.git] / lily / include / staff-symbol-engraver.hh
index 13975169fe4bb27b839a13a026a440749c405763..08bdc23bd5f4143172bc30378f2c8c448cbb1b16 100644 (file)
@@ -3,8 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
-
+  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef STAFF_SYMBOL_ENGRAVER_HH
@@ -25,18 +24,17 @@ protected:
   Spanner *span_;
   Spanner *finished_span_;
   bool first_start_;
-  
+
 protected:
   virtual void start_spanner ();
   virtual void stop_spanner ();
 
-  virtual void stop_translation_timestep ();
+  void stop_translation_timestep ();
   virtual bool try_music (Music *);
   virtual ~Staff_symbol_engraver ();
-  virtual void initialize ();
-  virtual void acknowledge_grob (Grob_info);
+  DECLARE_ACKNOWLEDGER (grob);
   virtual void finalize ();
-  virtual void process_music ();
+  void process_music ();
 };
 
 #endif /* STAFF_SYMBOL_ENGRAVER_HH */