]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-engraver.cc
release: 1.5.29
[lilypond.git] / lily / text-engraver.cc
index 5db60e1750c93f641f14cc2021ef8475674771ac..e795c9e6770936aea866caf85b272fb33cf229a3 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -59,10 +59,10 @@ Text_engraver::acknowledge_grob (Grob_info inf)
            ugh.
           */
          if (Side_position_interface::get_axis (t) == X_AXIS
-             && !t->parent_l (Y_AXIS))
+             && !t->get_parent (Y_AXIS))
            t->set_parent (inf.grob_l_, Y_AXIS);
          else if (Side_position_interface::get_axis (t) == Y_AXIS
-             && !t->parent_l (X_AXIS))
+             && !t->get_parent (X_AXIS))
            t->set_parent (inf.grob_l_, X_AXIS);
        }
     }