X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstem-tremolo.hh;h=d143bd08cb0dc67d5f669bc5e7022f16765a8c07;hb=57be7394ffa2e7d7ba6d60548dba563f3409d472;hp=11c1c93af87f5011791f4baeb454de4e225d2a37;hpb=76f13ab50fc726c89fa7c96f3deed519d2d773dc;p=lilypond.git diff --git a/lily/include/stem-tremolo.hh b/lily/include/stem-tremolo.hh index 11c1c93af8..d143bd08cb 100644 --- a/lily/include/stem-tremolo.hh +++ b/lily/include/stem-tremolo.hh @@ -1,27 +1,26 @@ -/* +/* stem-tremolo.hh -- declare Abbreviation - + source file of the GNU LilyPond music typesetter - - (c) 1997--2000 Han-Wen Nienhuys - - */ + + (c) 1997--2005 Han-Wen Nienhuys +*/ #ifndef ABBREV_HH #define ABBREV_HH -#include "item.hh" - +#include "lily-proto.hh" +#include "lily-guile.hh" -class Stem_tremolo : public Item { -protected: - Stem * stem_l () const; - virtual Molecule do_brew_molecule () const; - - static Interval dim_callback (Score_element*, Axis); +class Stem_tremolo +{ public: - Stem_tremolo (SCM); - void set_stem (Stem *); + + static bool has_interface (Grob *); + DECLARE_SCHEME_CALLBACK (dim_callback, (SCM smob, SCM axis)); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + DECLARE_SCHEME_CALLBACK (height, (SCM, SCM)); + static Stencil raw_stencil (Grob *); }; #endif /* ABBREV_HH */