]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/collision-engraver.cc
release: 1.5.29
[lilypond.git] / lily / collision-engraver.cc
index eb52ebd0f8f7e95fb516885ff66af1ba7ab61320..33ad2b15059b82bcb8c9bf8dfeb5f5dbea8dd800 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "note-column.hh"
@@ -52,7 +52,7 @@ Collision_engraver::acknowledge_grob (Grob_info i)
   if (Note_column::has_interface (i.grob_l_))
     {
       /*should check Y axis? */
-      if (Note_column::rest_b (i.grob_l_) || i.grob_l_->parent_l (X_AXIS))
+      if (Note_column::rest_b (i.grob_l_) || i.grob_l_->get_parent (X_AXIS))
        return ;
 
       note_column_l_arr_.push (i.grob_l_);