]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/axis-group-engraver.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / axis-group-engraver.hh
index 131c6663d67d851d37d7663a90622fa6c04b07e9..439db8634fa4fb39c03a21270857f0729d1589dd 100644 (file)
@@ -3,8 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
-
+  (c) 2005--2008 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: