]> 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 40353c64e039c28c1d9b8c735ff191fd8ef3c957..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,10 +19,10 @@ class Axis_group_engraver : public Engraver
 {
 protected:
   Spanner *staffline_;
-  Link_array<Grob> elts_;
+  vector<Grob*> elts_;
   void process_music ();
   virtual void finalize ();
-  DECLARE_ACKNOWLEDGER(grob);
+  DECLARE_ACKNOWLEDGER (grob);
   void process_acknowledged ();
   virtual Spanner *get_spanner ();
   virtual void add_element (Grob *);