]> git.donarmstrong.com Git - lilypond.git/blob - lily/elem-group-item.cc
release: 0.1.11
[lilypond.git] / lily / elem-group-item.cc
1 /*
2   elem-group-item.cc -- implement Horizontal_vertical_group_item
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #include "elem-group-item.hh"
11 #include "p-col.hh"
12
13 void
14 Horizontal_vertical_group_item::do_print() const
15 {
16   Horizontal_vertical_group_element::do_print();
17 }
18
19 IMPLEMENT_IS_TYPE_B2(Horizontal_vertical_group_item,Horizontal_vertical_group_element,Item);