]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/separating-line-group-engraver.hh
release: 1.3.131
[lilypond.git] / lily / include / separating-line-group-engraver.hh
index eaad47d61ed0e2048bd22260bff292fa3bc5e980..5a5f7302cf3c723338b4822aa53c71a52f66c082 100644 (file)
@@ -3,32 +3,11 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #ifndef SEPARATING_LINE_GROUP_GRAV_HH
 #define SEPARATING_LINE_GROUP_GRAV_HH
-
-#include "engraver.hh"
-
-class Separating_line_group_engraver : public Engraver
-{
-protected:
-  Single_malt_grouping_item * break_malt_p_;
-  Single_malt_grouping_item* nobreak_malt_p_;
-  Separating_group_spanner * sep_span_p_;
-  
-  virtual void acknowledge_element (Score_element_info);
-  virtual void do_creation_processing ();
-  virtual void do_removal_processing ();
-  virtual void do_pre_move_processing ();
-public:
-  Separating_line_group_engraver ();
-  VIRTUAL_COPY_CONS (Translator);
-  
-};
-
-
 #endif /* SEPARATING_LINE_GROUP_GRAV_HH */