lilypond-0.1.47
[lilypond.git] / lily / horizontal-group-item.cc
blob6b3afaf3da7c2a8e633892e37341cab171ef76ea
1 /*
2 horizontal-group-item.cc -- implement Horizontal_group_item
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
9 #include "p-col.hh"
10 #include "horizontal-group-item.hh"
12 IMPLEMENT_IS_TYPE_B2(Horizontal_group_item, Horizontal_group_element, Axis_group_item);
14 void
15 Horizontal_group_item::do_print() const
17 Axis_group_item::do_print();