]> git.donarmstrong.com Git - lilypond.git/blob - lily/vertical-group-spanner.cc
1178a44bb06ed8fcc4994885c1f1a645c01c5585
[lilypond.git] / lily / vertical-group-spanner.cc
1 /*
2   vertical-group-spanner.cc -- implement Vertical_group_spanner
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9 #include "vertical-group-spanner.hh"
10 #include "item.hh"
11 #include "p-col.hh"
12
13 Vertical_group_spanner::Vertical_group_spanner ()
14 {
15   axes_[0] = axes_[1] = Y_AXIS;
16 }