]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/group-interface.hh
2003 -> 2004
[lilypond.git] / lily / include / group-interface.hh
index 8df58bce5b527d460aa6874f90edf7d9f376d963..4d4a8c79386ff1a65a156bd8aceaf4853fcad240 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -33,14 +33,12 @@ public:
 
 struct Pointer_group_interface : public Group_interface {
 public:
-  static void add_element (Grob*, SCM nm, Grob*e);
+  static void add_grob (Grob*, SCM nm, Grob*e);
 };
-/** 
-  Put all score elements of ELT's property called NAME into an array,
-  and return it.  */
+
 template<class T>
 Link_array<T>
-Pointer_group_interface__extract_elements (Grob const *elt, T *, const char* name)
+Pointer_group_interface__extract_grobs (Grob const *elt, T *, const char* name)
 {
   Link_array<T> arr;