]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/custos.cc
* lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
[lilypond.git] / lily / custos.cc
index 1a4dcbb2d63643dda51146280c61a018a483f7ea..45f83c64dc90266ff8cd64d0c39d27f9d744972a 100644 (file)
@@ -34,7 +34,7 @@ Custos::print (SCM smob)
 
   SCM scm_style = me->get_property ("style");
   String style;
-  if (is_symbol (scm_style))
+  if (ly_c_symbol_p (scm_style))
     {
       style = ly_symbol2string (scm_style);
     }