]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/axis-group-engraver.hh
More message fixes and dutch translations.
[lilypond.git] / lily / include / axis-group-engraver.hh
index 131c6663d67d851d37d7663a90622fa6c04b07e9..42b4b8c35f67b56806d56c84b7d6896bbe5c9165 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 AXIS_GROUP_ENGRAVER_HH
@@ -20,11 +19,11 @@ class Axis_group_engraver : public Engraver
 {
 protected:
   Spanner *staffline_;
-  Link_array<Grob> elts_;
-  PRECOMPUTED_VIRTUAL void process_music ();
+  vector<Grob*> elts_;
+  void process_music ();
   virtual void finalize ();
-  virtual void acknowledge_grob (Grob_info);
-  PRECOMPUTED_VIRTUAL void process_acknowledged ();
+  DECLARE_ACKNOWLEDGER (grob);
+  void process_acknowledged ();
   virtual Spanner *get_spanner ();
   virtual void add_element (Grob *);
 public: