From: fred Date: Sun, 24 Mar 2002 20:12:29 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~3057 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a21043d7ac0838a637522fe99424d1e350c0301a;p=lilypond.git lilypond-1.0.1 --- diff --git a/lily/vertical-group-spanner.cc b/lily/vertical-group-spanner.cc index c3a4c2a94c..2197db7fdd 100644 --- a/lily/vertical-group-spanner.cc +++ b/lily/vertical-group-spanner.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1998 Han-Wen Nienhuys + (c) 1997--1998 Han-Wen Nienhuys */ #include "vertical-group-spanner.hh" @@ -12,3 +12,8 @@ IMPLEMENT_IS_TYPE_B2(Vertical_group_spanner, Axis_group_spanner, Vertical_group_element); + +Vertical_group_spanner::Vertical_group_spanner () +{ + axis1_ = axis2_ = Y_AXIS; +}