lilypond-1.5.10
[lilypond.git] / lily / elem-group-item.cc
blob9209796caee198ae25244265182e105041711116
1 /*
2 elem-group-item.cc -- implement Horizontal_vertical_group_item
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
10 #include "elem-group-item.hh"
11 #include "p-col.hh"
13 void
14 Horizontal_vertical_group_item::do_print() const
16 Horizontal_vertical_group_element::do_print();
19 IMPLEMENT_IS_TYPE_B2(Horizontal_vertical_group_item,Horizontal_vertical_group_element,Item);