]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/axis-group-spanner.hh
release: 1.1.34
[lilypond.git] / lily / include / axis-group-spanner.hh
index 2b7d6e22bf2bbf6b58890577f49fb356e98d3a6f..138c58787a5da57e6337dd84e707929fe872c03d 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #define SPAN_AXIS_GROUP_HH
 
 #include "spanner.hh"
-#include "axis-group.hh"
+#include "axis-group-element.hh"
 
 /** An element which groups a line in a certain direction. The most
   useful example of this is the Vertical_group_spanner */
 class Axis_group_spanner : public Spanner, public virtual Axis_group_element
 {
-    void do_break_processing_if_unbroken();
+  void do_break_processing_if_unbroken();
 protected:
-    virtual void do_break_processing();
-    virtual void do_print()const;
+  virtual void do_break_processing();
+  virtual void do_print() const;
 
 public:
-    DECLARE_MY_RUNTIME_TYPEINFO;
+  
 };
 
 #endif // SPAN_AXIS_GROUP_HH