]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-interface.cc
(LY_DEFINE): use Scheme style naming for
[lilypond.git] / lily / grob-interface.cc
index 18f699c4a4a4a5856686d7f503ebca41569404bb..922bd0f23e652911ee97b79f90d7f11409155c7a 100644 (file)
@@ -57,7 +57,7 @@ check_interfaces_for_property (Grob const *me, SCM sym)
       return ;
 
     }
-  SCM ifs =  me->get_grob_property ("interfaces");
+  SCM ifs =  me->get_property ("interfaces");
 
   bool found = false;
   for (; !found && gh_pair_p (ifs); ifs =gh_cdr (ifs))