lilypond-0.1.37
[lilypond.git] / lily / vertical-group-spanner.cc
blob2e11db74207ec83dabd550be07a2a953205c977d
1 /*
2 vertical-group-spanner.cc -- implement Vertical_group_spanner
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
9 #include "vertical-group-spanner.hh"
10 #include "item.hh"
11 #include "p-col.hh"
13 IMPLEMENT_IS_TYPE_B2(Vertical_group_spanner, Axis_group_spanner, Vertical_group_element);