From: fred Date: Tue, 26 Mar 2002 23:09:53 +0000 (+0000) Subject: lilypond-1.3.37 X-Git-Tag: release/1.5.59~1733 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=95ba90dc2cfe48b1af7d9e0a7121f09e2679a2c7;p=lilypond.git lilypond-1.3.37 --- diff --git a/lily/hara-kiri-vertical-group-spanner.cc b/lily/hara-kiri-vertical-group-spanner.cc index ba10c73d46..9f09ea2d90 100644 --- a/lily/hara-kiri-vertical-group-spanner.cc +++ b/lily/hara-kiri-vertical-group-spanner.cc @@ -16,7 +16,6 @@ Hara_kiri_group_spanner::Hara_kiri_group_spanner() { set_elt_property ("items-worth-living", SCM_EOL); - axis_group (this).set_axes(Y_AXIS,Y_AXIS); } void @@ -35,7 +34,7 @@ Hara_kiri_group_spanner::after_line_breaking () if (gh_pair_p (worth)) return; - Link_array childs = axis_group (this).get_children (); + Link_array childs = Axis_group_interface (this).get_children (); for (int i = 0; i < childs.size (); i++) { Score_element* s = childs[i];