]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rest.hh
* lily/rest.cc (polyphonic_offset_callback): new function. Do
[lilypond.git] / lily / include / rest.hh
index 88e9a74eed713caff0a2a0b78b35216f5fb8e8c4..b6f256af8654dc212c55d9444e87c44f8c5c7dc2 100644 (file)
@@ -20,6 +20,7 @@ public:
   static String glyph_name (Grob*, int, String); 
   static SCM brew_internal_stencil (SCM);
   DECLARE_SCHEME_CALLBACK (extent_callback, (SCM,SCM));
+  DECLARE_SCHEME_CALLBACK (polyphonic_offset_callback, (SCM,SCM));
   DECLARE_SCHEME_CALLBACK (print, (SCM ));
 };
 #endif // REST_HH