X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstem-tremolo.hh;h=d143bd08cb0dc67d5f669bc5e7022f16765a8c07;hb=c2b0bbf77c6702079acdaa20e54e819728140899;hp=2e963007e26aa438c542f93720866c4247139f94;hpb=ffe548cfbb3c3b37c8969f49b5aba04ef998d080;p=lilypond.git diff --git a/lily/include/stem-tremolo.hh b/lily/include/stem-tremolo.hh index 2e963007e2..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 (Dimension_cache const*); +class Stem_tremolo +{ public: - Stem_tremolo (); - 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 */