]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-symbol-referencer.hh
``slikken kreng''
[lilypond.git] / lily / include / staff-symbol-referencer.hh
index 531497d98890cc10370f226f4e4558502f7f9c54..78f76d3f1446f7286cee5f4423dd684e403ec8f6 100644 (file)
@@ -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*);
 };