]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/property-iterator.cc
* lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
[lilypond.git] / lily / property-iterator.cc
index acbc5e0f751e1f602d7e3da12303e7752291d576..20f9dc68e8aba9b8e3ad24a82b56b288b0a5aaa1 100644 (file)
@@ -21,7 +21,7 @@ void
 Property_iterator::process (Moment m)
 {
   SCM sym = get_music ()->get_property ("symbol");
-  if (is_symbol (sym))
+  if (ly_c_symbol_p (sym))
     {
       SCM val = get_music ()->get_property ("value");
       bool ok= true;