2 vertical-group-elem.cc -- implement Horizontal_vertical_group_element
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9 #include "vertical-group-element.hh"
10 #include "interval.hh"
15 Vertical_group_element::Vertical_group_element()
16 : Axis_group_element (Y_AXIS
,Y_AXIS
)
21 Vertical_group_element::do_height() const
23 return Graphical_axis_group::extent (Y_AXIS
);