]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.37
authorfred <fred>
Tue, 26 Mar 2002 23:09:53 +0000 (23:09 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:09:53 +0000 (23:09 +0000)
lily/hara-kiri-vertical-group-spanner.cc

index ba10c73d46bb87dc5834df6c3cccc9ad54514e76..9f09ea2d90efc8ee2f035a40a68cc10a44bb50b2 100644 (file)
@@ -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<Score_element> childs = axis_group (this).get_children ();
+  Link_array<Score_element> childs = Axis_group_interface (this).get_children ();
   for (int i = 0; i < childs.size (); i++)
     {
       Score_element* s = childs[i];