]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/vertical-group-spanner.cc
release: 1.0.10
[lilypond.git] / lily / vertical-group-spanner.cc
index 2e11db74207ec83dabd550be07a2a953205c977d..2197db7fdd8b7548b0194d462786efed25162a68 100644 (file)
@@ -3,7 +3,7 @@
 
   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"
@@ -11,3 +11,9 @@
 #include "p-col.hh"
 
 IMPLEMENT_IS_TYPE_B2(Vertical_group_spanner, Axis_group_spanner, Vertical_group_element);
+
+
+Vertical_group_spanner::Vertical_group_spanner ()
+{
+  axis1_ = axis2_ = Y_AXIS;
+}