]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-symbol-engraver.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / staff-symbol-engraver.hh
index 97ee8243851b7b135cc038581f755fa9fa1ddf7a..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,7 +24,7 @@ protected:
   Spanner *span_;
   Spanner *finished_span_;
   bool first_start_;
-  
+
 protected:
   virtual void start_spanner ();
   virtual void stop_spanner ();
@@ -33,7 +32,7 @@ protected:
   void stop_translation_timestep ();
   virtual bool try_music (Music *);
   virtual ~Staff_symbol_engraver ();
-  DECLARE_ACKNOWLEDGER(grob);
+  DECLARE_ACKNOWLEDGER (grob);
   virtual void finalize ();
   void process_music ();
 };