]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rhythmic-column-engraver.hh
patch::: 1.3.65.mb1: Re: LilyPond 1.3.65
[lilypond.git] / lily / include / rhythmic-column-engraver.hh
index 207427117dcc0dcc11c692104fb6d6360ac7c8dc..f67c6bff5863aa9a6b1e30779ee4df574af03a36 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #include "parray.hh"
 
 class Rhythmic_column_engraver :public Engraver {
-  Link_array<Script> script_l_arr_;
   Link_array<Rhythmic_head> rhead_l_arr_;
+  Link_array<Slur> grace_slur_endings_;
   Stem * stem_l_;
   Note_column *ncol_p_;
   Dot_column *dotcol_l_;
 
 protected:
-  TRANSLATOR_CLONE(Rhythmic_column_engraver);
+  VIRTUAL_COPY_CONS(Translator);
   virtual void acknowledge_element (Score_element_info);
   virtual void process_acknowledged ();
   virtual void do_pre_move_processing();
   virtual void do_post_move_processing();
 public:
   Rhythmic_column_engraver();
-  DECLARE_MY_RUNTIME_TYPEINFO;
+  
 };
 #endif // RHYTHMIC_COLUMN_GRAV_HH