]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem-tremolo.hh
Loglevels: User documentation in AU
[lilypond.git] / lily / include / stem-tremolo.hh
index f3f5931adc4ce4e8d57a328a78a27503de911a77..a7e026a5704d04c0ea67ebfc9dede498466918bd 100644 (file)
@@ -27,16 +27,16 @@ class Stem_tremolo
 {
 public:
 
-  DECLARE_GROB_INTERFACE();
+  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 (width, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_style, (SCM));
+  DECLARE_SCHEME_CALLBACK (pure_height, (SCM, SCM, SCM));
   static Stencil raw_stencil (Grob *, Real slope, Direction stemdir);
-  static Stencil translated_stencil (Grob*, Real slope);
-  static Stencil untranslated_stencil (Grob*, Real slope);
+  static Stencil translated_stencil (Grob *, Real slope);
+  static Stencil untranslated_stencil (Grob *, Real slope);
   static Real get_beam_translation (Grob *me);
   static Real vertical_length (Grob *me);
 };