]> git.donarmstrong.com Git - lilypond.git/blob - lily/vertical-group-spanner.cc
partial: 1.0.1.jcn
[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@stack.nl>
7 */
8
9 #include "vertical-group-spanner.hh"
10 #include "item.hh"
11 #include "p-col.hh"
12
13 IMPLEMENT_IS_TYPE_B2(Vertical_group_spanner, Axis_group_spanner, Vertical_group_element);
14