]> git.donarmstrong.com Git - lilypond.git/blob - lily/horizontal-group-item.cc
patch::: 1.1.36.mb1: forwarded message from Mats Bengtsson
[lilypond.git] / lily / horizontal-group-item.cc
1 /*
2   horizontal-group-item.cc -- implement Horizontal_group_item
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9 #include "p-col.hh"
10 #include "horizontal-group-item.hh"
11
12
13
14 void
15 Horizontal_group_item::do_print() const
16
17   Axis_group_item::do_print(); 
18 }
19
20 Horizontal_group_item::Horizontal_group_item ()
21 {
22   axes_[0] = axes_[1] = X_AXIS;
23 }