]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/group-interface.cc
*** empty log message ***
[lilypond.git] / lily / group-interface.cc
index e518792ef82d054bd20015fb35f76a6ee805764c..14cdbc52771abeec0cb1498cd52d70d1a3e73772 100644 (file)
@@ -3,11 +3,11 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
+
 #include "group-interface.hh"
-#include "grob.hh"
 
 void
 Group_interface::add_thing (Grob*me, SCM sym, SCM thing)
@@ -25,7 +25,7 @@ Group_interface::add_thing (Grob*me, String name, SCM thing)
 int
 Group_interface::count (Grob *me, String name)
 {
-  return scm_ilength (me->get_grob_property (name.to_str0 ()));
+  return scm_ilength (me->get_property (name.to_str0 ()));
 }