]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem-tremolo.hh
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / include / stem-tremolo.hh
index 731d2462d355f864363c7f8800c588b10abe35ae..75946a34ee1fb3d2633ddc6ab8ac74eefb095c1c 100644 (file)
 #define ABBREV_HH
 
 #include "lily-proto.hh"
-#include "lily-guile.hh"
+#include "grob-interface.hh"
 
 class Stem_tremolo
 {
 public:
 
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
   DECLARE_SCHEME_CALLBACK (calc_slope, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_width, (SCM));
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (height, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_style, (SCM));
-  static Stencil raw_stencil (Grob *, Real, Direction stemdir);
+  static Stencil raw_stencil (Grob *, Real slope, Direction stemdir);
+  static Stencil translated_stencil (Grob*, Real slope);
   static Real get_beam_translation (Grob *me);
 };