lilypond-1.3.16
[lilypond.git] / lily / vertical-group-elem.cc
blob6beef8811e4550e7eed02941f3e8d313a438271a
1 /*
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>
7 */
9 #include "vertical-group-element.hh"
10 #include "interval.hh"
11 #include "item.hh"
12 #include "debug.hh"
15 Vertical_group_element::Vertical_group_element()
16 : Axis_group_element (Y_AXIS,Y_AXIS)
20 Interval
21 Vertical_group_element::do_height() const
23 return Graphical_axis_group::extent (Y_AXIS);