]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/repeat-acknowledge-engraver.cc
* lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
[lilypond.git] / lily / repeat-acknowledge-engraver.cc
index d025fa47d2d5b0bb1ad2ccdd72b14700ea6bca92..33a7c275edbbc4baab6e1a720cc936b694eb4feb 100644 (file)
@@ -100,7 +100,7 @@ Repeat_acknowledge_engraver::process_music ()
    */
   SCM wb = get_property ("whichBar");
   SCM db  = get_property ("defaultBarType");
-  if (!ly_c_string_p (wb) || is_equal (db, wb))
+  if (!ly_c_string_p (wb) || ly_c_equal_p (db, wb))
     {
       if (s != "" || (volta_found && !ly_c_string_p (wb)))
        {