]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/axis-group-engraver.hh
patch::: 1.3.44.jcn2
[lilypond.git] / lily / include / axis-group-engraver.hh
index ee745cc3454c836d8226e7476d3b06b53a1eaa87..23d8793a212659e28a2f2142496fc03a2a6f1fcb 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #include "engraver.hh"
 
 /**
-   Put stuff in a Axis_group_spanner.  Use as last element of a context. 
+   Put stuff in a Spanner with an Axis_group_interface.
+   Use as last element of a context. 
  */
 class Axis_group_engraver : public Engraver
 {
 protected:
-  Axis_group_spanner *staffline_p_;
+  Spanner *staffline_p_;
   Link_array<Score_element> elts_;
 
   virtual void do_creation_processing();
   virtual void do_removal_processing();
   virtual void acknowledge_element (Score_element_info);
   virtual void process_acknowledged ();
-  virtual Axis_group_spanner* get_spanner_p () const;
+  virtual Spanner* get_spanner_p () const;
 public:
   VIRTUAL_COPY_CONS(Translator);