]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/vertical-group-spanner.cc
release: 1.1.18
[lilypond.git] / lily / vertical-group-spanner.cc
index abae14aa028ab466049e15537af1f28d1a9b5f6e..1178a44bb06ed8fcc4994885c1f1a645c01c5585 100644 (file)
@@ -3,12 +3,14 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "vertical-group-spanner.hh"
 #include "item.hh"
 #include "p-col.hh"
 
-IMPLEMENT_IS_TYPE_B2(Vertical_group_spanner, Axis_group_spanner, Vertical_group_element);
-
+Vertical_group_spanner::Vertical_group_spanner ()
+{
+  axes_[0] = axes_[1] = Y_AXIS;
+}