]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/separation-item.hh
release: 1.5.29
[lilypond.git] / lily / include / separation-item.hh
index 51e0b18760c534f4f3f00c204be03b35c43c98d4..e8e53539eb52acd4856246aef2d40fd8223288dc 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 */
 struct Separation_item
 {
-  static void set_interface (Score_element*);
-  static bool has_interface (Score_element*);
-  static Interval my_width (Score_element*) ;
-  static void add_item (Score_element*,Item*);
+  static void set_interface (Grob*);
+  static bool has_interface (Grob*);
+  static Interval my_width (Grob*) ;
+  static void add_item (Grob*,Item*);
 };
 
 #endif /* SINGLE_MALT_GROUPING_ITEM_HH */