]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-collision.cc
* lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
[lilypond.git] / lily / note-collision.cc
index 333970b187aac2dce624d3043f88ef4f1dad1a6f..3be575f66128c9f06c29a6f04c9464774b7d5033 100644 (file)
@@ -71,7 +71,7 @@ check_meshing_chords (Grob *me,
   bool merge_possible = (ups[0] >= dps[0]) && (ups.top () >= dps.top ());
 
   /* Do not merge notes typeset in different style. */
-  if (!ly_c_equal_p (nu->get_property ("style"),
+  if (!ly_is_equal (nu->get_property ("style"),
                     nd->get_property ("style")))
     merge_possible = false;