]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/cluster.cc
* lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
[lilypond.git] / lily / cluster.cc
index 6dfea67e99d0c7a980a61df8611d6ea1811dc02a..86b062b8098f37bb36502bb5fa4d2163260b4b2f 100644 (file)
@@ -41,7 +41,7 @@ brew_cluster_piece (Grob *me, Array<Offset> bottom_points, Array<Offset> top_poi
   SCM shape_scm = me->get_property ("style");
   String shape;
 
-  if (is_symbol (shape_scm))
+  if (ly_c_symbol_p (shape_scm))
     {
       shape = ly_symbol2string (shape_scm);
     }