]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/axis-group-engraver.hh
* lily/note-column.cc: reformat.
[lilypond.git] / lily / include / axis-group-engraver.hh
index 22563ac05e9ef078a0e68256a1e6e32a6631f45c..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,7 +19,7 @@ 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);