]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-symbol-referencer.hh
2003 -> 2004
[lilypond.git] / lily / include / staff-symbol-referencer.hh
index 9abe4f9d51a228fedd60fe5dd4629511469391f6..b944ae93f7cbe496ac43415aa10d02aaea9c083b 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>
  
  */
 
@@ -21,8 +21,9 @@
 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);
   DECLARE_SCHEME_CALLBACK (callback, (SCM element, SCM axis));
 
@@ -31,12 +32,13 @@ public:
      typeface. ie. leading is vertical space.
   */
  
+  static Real line_thickness (Grob*);
   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*);
 };