]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/hara-kiri-vertical-group-spanner.hh
partial: 1.1.61.jcn
[lilypond.git] / lily / include / hara-kiri-vertical-group-spanner.hh
index 33bf0a4f6f32cca39e6221601621bd36670fa96d..7479e90b29deb4d2f5f2d1942645e0c1eef32887 100644 (file)
 #ifndef HARA_KIRI_VERTICAL_GROUP_SPANNER_HH
 #define HARA_KIRI_VERTICAL_GROUP_SPANNER_HH
 
-#include "vertical-group-spanner.hh"
+#include "axis-group-spanner.hh"
 
 /** 
   As Vertical_group_spanner, but keep track of interesting items.  If
   we don't contain any interesting items after linebreaking, then
   gracefully commit suicide.  Objective: don't disgrace Lily by
   typesetting empty lines in orchestral scores.  */
-class Hara_kiri_vertical_group_spanner : public Vertical_group_spanner
+class Hara_kiri_group_spanner : public Axis_group_spanner
 {
 public:
-  Hara_kiri_vertical_group_spanner ();
+  Hara_kiri_group_spanner ();
   virtual void do_post_processing ();
   void add_interesting_item (Item* n);
 protected:
   VIRTUAL_COPY_CONS(Score_element);
 
-  virtual void do_substitute_dependency (Score_element*, Score_element*);
+  virtual void do_substitute_element_pointer (Score_element*, Score_element*);
   virtual void do_print ()const;
 
   Link_array<Item> interesting_items_;