]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-symbol-referencer.hh
2003 -> 2004
[lilypond.git] / lily / include / staff-symbol-referencer.hh
index 5a702be1d8601fa0497dffc3b8e56cef3825bbe4..b944ae93f7cbe496ac43415aa10d02aaea9c083b 100644 (file)
@@ -3,7 +3,7 @@
  
  source file of the GNU LilyPond music typesetter
  
(c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
  
  */
 
 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));
+  DECLARE_SCHEME_CALLBACK (callback, (SCM element, SCM axis));
 
   /**
      Leading are the lead strips between the sticks (lines) of
      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*);
 };