]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/repeat-acknowledge-engraver.cc
* lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
[lilypond.git] / lily / repeat-acknowledge-engraver.cc
index 376a89b0ab4c94f67c99e2addc4c9a17e80b4901..77b840d597ac1cdbfc9da837840902cda6df8d07 100644 (file)
@@ -96,7 +96,7 @@ Repeat_acknowledge_engraver::process_music ()
   */
   SCM wb = get_property ("whichBar");
   SCM db = get_property ("defaultBarType");
-  if (!scm_is_string (wb) || ly_c_equal_p (db, wb))
+  if (!scm_is_string (wb) || ly_is_equal (db, wb))
     {
       if (s != "" || (volta_found && !scm_is_string (wb)))
        {