]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-symbol-referencer.hh
release: 1.3.93
[lilypond.git] / lily / include / staff-symbol-referencer.hh
index ea46d2d474ed68af374d815d09ccd95663a2a41e..129848172bbeddab67f690890c38e69b75e58b9e 100644 (file)
@@ -33,8 +33,11 @@ public:
  
   static Real staff_space (Score_element*);
   static Score_element * staff_symbol_l (Score_element*);
+  static bool on_staffline (Score_element*);
+  static bool on_staffline (Score_element*,int);
   static int line_count (Score_element*);
   static Real position_f (Score_element*);
+  static Real staff_radius (Score_element*);
 };
 
 int compare_position (Score_element *const&,Score_element *const&);