]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-symbol-referencer.hh
string() -> to_string()
[lilypond.git] / lily / include / staff-symbol-referencer.hh
index 8e60ae659164bc75b250b73b84e9350c6bb077fa..78f76d3f1446f7286cee5f4423dd684e403ec8f6 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--2002 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
@@ -32,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*);
 };