]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rest.hh
* lily/rest.cc (y_offset_callback): use offset callback
[lilypond.git] / lily / include / rest.hh
index 22be2d4b5b7c53628a8932c5748e3b8f38d0dd64..de9f3122f7f68f8a144b5d68802e2158a02a7678 100644 (file)
@@ -16,7 +16,7 @@ class Grob;
 class Rest
 {
 public:
-  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
+  DECLARE_SCHEME_CALLBACK (y_offset_callback, (SCM, SCM));
   static bool has_interface (Grob *);
   static String glyph_name (Grob *, int, String, bool);
   static SCM brew_internal_stencil (SCM, bool);