]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/a2-engraver.cc
release: 1.5.29
[lilypond.git] / lily / a2-engraver.cc
index 6a08f56b79d35065854b1b0cfe11d61d8f78b275..a08d9e0765428b4dcff58ae69caf2589ec466b4a 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000--2001 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2002 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "engraver.hh"
@@ -98,7 +98,7 @@ A2_engraver::acknowledge_grob (Grob_info i)
          Grob*t = text_p_;
          Side_position_interface::add_support (t, i.grob_l_);
          if (Side_position_interface::get_axis (t) == X_AXIS
-             && !t->parent_l (Y_AXIS))
+             && !t->get_parent (Y_AXIS))
            t->set_parent (i.grob_l_, Y_AXIS);
        }
       if (Stem::has_interface (i.grob_l_))