]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rest.hh
Issue 3307: Rest positions incorrect with non-standard line count
[lilypond.git] / lily / include / rest.hh
index 208da0499ae195377b055afda7f154756ef471c7..5463574751d01b1a6ce0ac8bed8a867eeaf84d1f 100644 (file)
@@ -31,6 +31,8 @@ public:
   DECLARE_SCHEME_CALLBACK (calc_cross_staff, (SCM));
   DECLARE_GROB_INTERFACE ();
   static string glyph_name (Grob *, int, string, bool);
+  static Real staff_position_internal (Grob *, int /* duration_log */,
+                                       int /* dir */);
   static SCM brew_internal_stencil (Grob *, bool);
   static SCM generic_extent_callback (Grob *, Axis);
   static void translate (Grob *me, int dy);