]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-symbol-referencer.hh
* lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
[lilypond.git] / lily / include / staff-symbol-referencer.hh
index b944ae93f7cbe496ac43415aa10d02aaea9c083b..34fe6a9b27abd0bd39d3deabc3d7102988ba546d 100644 (file)
@@ -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,15 +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&);