]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-symbol-referencer.hh
* scripts/lilypond-book.py (Compile_error.process_include): catch
[lilypond.git] / lily / include / staff-symbol-referencer.hh
index 78f76d3f1446f7286cee5f4423dd684e403ec8f6..34fe6a9b27abd0bd39d3deabc3d7102988ba546d 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--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
  
  */
 
@@ -21,7 +21,6 @@
 class Staff_symbol_referencer 
 {
 public:
-  
   static bool has_interface (Grob*);
   static bool ugly_hack (Grob*);  
   static void set_position (Grob*,Real);
@@ -31,14 +30,15 @@ public:
      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 * get_staff_symbol (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 get_position (Grob*);
   static Real staff_radius (Grob*);
+  static int get_rounded_position (Grob*);
 };
 
 int compare_position (Grob *const&,Grob *const&);