]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-symbol-referencer.hh
new function Staff_symbol_referencer::extent_in_staff()
[lilypond.git] / lily / include / staff-symbol-referencer.hh
index 5b9656de2264800fce4a315e72a7bd8cd5e224d4..4a43a94e037e46d221bd60d68eb9fba8703f1b05 100644 (file)
@@ -39,6 +39,7 @@ public:
   static Real get_position (Grob *);
   static Real staff_radius (Grob *);
   static int get_rounded_position (Grob *);
+  static Interval extent_in_staff (Grob *); 
 };
 
 int compare_position (Grob *const &, Grob *const &);\