]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/hairpin.cc
* lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
[lilypond.git] / lily / hairpin.cc
index 5b1eda0e091c7184dc716445bf0eeb12172e2320..0d25cf1bdf9860701c3c55484c622b0293853129 100644 (file)
@@ -37,7 +37,7 @@ Hairpin::after_line_breaking (SCM smob)
   while (flip (&d) != LEFT);
 
   if (broken[LEFT]
-      && ly_c_equal_p (bounds[RIGHT]->get_column ()->get_property ("when"),
+      && ly_is_equal (bounds[RIGHT]->get_column ()->get_property ("when"),
                       bounds[LEFT]->get_property ("when")))
     {
       me->suicide ();