]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-performer.cc
* lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
[lilypond.git] / lily / tie-performer.cc
index f415317ae7fee72df7843ac3198ed67285613f54..652046e0a66f37c53fa4b1602187ac0858edf0c3 100644 (file)
@@ -69,7 +69,7 @@ Tie_performer::acknowledge_audio_element (Audio_element_info inf)
          Music *left_mus = heads_to_tie_[i].event_;
 
          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")))
            {
              an->tie_to (th);