]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-def.cc
* lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
[lilypond.git] / lily / context-def.cc
index b5d0d940cc8f0fd7e76a6c043f96a39a22e61dc1..fc9466fb1a6beaf67b86a6c6f582ea6708b36727 100644 (file)
@@ -211,7 +211,7 @@ Context_def::path_to_acceptable_context (SCM type_sym, Output_def *odef) const
     {
       /* do not check aliases, because \context Staff should not
         create RhythmicStaff. */
-      if (ly_c_equal_p (accepteds[i]->get_context_name (), type_sym))
+      if (ly_is_equal (accepteds[i]->get_context_name (), type_sym))
        {
          best_result.push (accepteds[i]);
          return best_result;