2 stem-tremolo.hh -- declare Abbreviation
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
12 #include "lily-proto.hh"
13 #include "grob-interface.hh"
19 DECLARE_GROB_INTERFACE();
20 DECLARE_SCHEME_CALLBACK (calc_slope, (SCM));
21 DECLARE_SCHEME_CALLBACK (calc_width, (SCM));
22 DECLARE_SCHEME_CALLBACK (print, (SCM));
23 DECLARE_SCHEME_CALLBACK (height, (SCM));
24 DECLARE_SCHEME_CALLBACK (calc_style, (SCM));
25 static Stencil raw_stencil (Grob *, Real slope, Direction stemdir);
26 static Stencil translated_stencil (Grob*, Real slope);
27 static Stencil untranslated_stencil (Grob*, Real slope);
28 static Real get_beam_translation (Grob *me);
29 static Real vertical_length (Grob *me);
32 #endif /* ABBREV_HH */