]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-engraver.cc
* lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
[lilypond.git] / lily / tie-engraver.cc
index 2e9ce6c1969920f79a726b4982ab011e3ab45182..0705690f171645ccca8eb6db9cb29ac9f1b951de 100644 (file)
@@ -115,7 +115,7 @@ Tie_engraver::acknowledge_grob (Grob_info i)
            maybe should check positions too.
          */
          if (right_mus && left_mus
-             && ly_c_equal_p (right_mus->get_property ("pitch"),
+             && ly_is_equal (right_mus->get_property ("pitch"),
                               left_mus->get_property ("pitch")))
            {
              Grob *p = new Spanner (heads_to_tie_[i].tie_definition_,