]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/item.cc
* lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
[lilypond.git] / lily / item.cc
index d478d682e23ac07195c3af4e4e41408804d53ed7..1af1ef1a462ce6973a5dc74811d9ea2015ccdfb6 100644 (file)
@@ -156,7 +156,7 @@ Item::handle_prebroken_dependencies ()
     more complicated things.
   */
   SCM vis = get_property ("break-visibility");
-  if (ly_c_procedure_p (vis))
+  if (ly_is_procedure (vis))
     {
       SCM args = scm_list_n (scm_int2num (break_status_dir ()), SCM_UNDEFINED);
       SCM result = scm_apply_0 (vis, args);