X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Finclude%2Frest.hh;h=d5dbae9e25791f385858ded77d6a146558ae98cc;hb=0ac07f31e0f95fc18e5916ce756b9c746af7cc58;hp=208da0499ae195377b055afda7f154756ef471c7;hpb=2f1263e2ccdddcac2eb9f7d8ce2ed92867d3d160;p=lilypond.git diff --git a/lily/include/rest.hh b/lily/include/rest.hh index 208da0499a..d5dbae9e25 100644 --- a/lily/include/rest.hh +++ b/lily/include/rest.hh @@ -30,7 +30,9 @@ public: DECLARE_SCHEME_CALLBACK (y_offset_callback, (SCM)); DECLARE_SCHEME_CALLBACK (calc_cross_staff, (SCM)); DECLARE_GROB_INTERFACE (); - static string glyph_name (Grob *, int, string, bool); + static string glyph_name (Grob *, int durlog, const string &style, bool, Real); + 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);