]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-symbol-referencer.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / staff-symbol-referencer.hh
index c250e9e0d42c442e30fe0e536afda9c55f3f95ff..d945de1492391326db8df3adcd0ff116937c81f3 100644 (file)
@@ -3,7 +3,7 @@
  
  source file of the GNU LilyPond music typesetter
  
-  (c) 1999--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1999--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
  
  */
 
@@ -21,7 +21,7 @@
 class Staff_symbol_referencer 
 {
 public:
-  static void set_interface (Grob*);
+  
   static bool has_interface (Grob*);
   static bool ugly_hack (Grob*);  
   static void set_position (Grob*,Real);
@@ -33,11 +33,11 @@ public:
   */
  
   static Real staff_space (Grob*);
-  static Grob * staff_symbol_l (Grob*);
+  static Grob * get_staff_symbol (Grob*);
   static bool on_staffline (Grob*);
   static bool on_staffline (Grob*,int);
   static int line_count (Grob*);
-  static Real position_f (Grob*);
+  static Real get_position (Grob*);
   static Real staff_radius (Grob*);
 };