]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/apply-context-iterator.cc
* lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
[lilypond.git] / lily / apply-context-iterator.cc
index 6f69bbc7b8e8843177122d3c51183d5db6897b70..d263ba1fd7ec0a5838d44c85a8d7e3c239320afe 100644 (file)
@@ -27,7 +27,7 @@ Apply_context_iterator::process (Moment m)
 {
   SCM proc = get_music ()->get_property ("procedure");
 
-  if (ly_c_procedure_p (proc))
+  if (ly_is_procedure (proc))
     scm_call_1 (proc, get_outlet ()->self_scm ());
   else
     get_music ()->origin ()->warning (_ ("\\applycontext argument is not a procedure"));