]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/custos.cc
* lily/include/lily-guile.hh: many new ly_ functions. Thanks to
[lilypond.git] / lily / custos.cc
index db442a3dee226963ca02dbc913208085d202c8cc..20815715bf9f6d386bcf51e67f2bafea4864f137 100644 (file)
@@ -34,7 +34,7 @@ Custos::print (SCM smob)
 
   SCM scm_style = me->get_property ("style");
   String style;
-  if (gh_symbol_p (scm_style))
+  if (ly_symbol_p (scm_style))
     {
       style = ly_symbol2string (scm_style);
     }