X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstem-tremolo.hh;h=d143bd08cb0dc67d5f669bc5e7022f16765a8c07;hb=57be7394ffa2e7d7ba6d60548dba563f3409d472;hp=2cd904a6320dfd04866d74ba279c8d6224a8d794;hpb=c21d49df60cb97801ab33ab8a1bad6f2c81cd820;p=lilypond.git diff --git a/lily/include/stem-tremolo.hh b/lily/include/stem-tremolo.hh index 2cd904a632..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 { +class Stem_tremolo +{ public: - Stem * stem_l () const; - SCM member_brew_molecule () const; - static Interval dim_callback (Score_element*, Axis); - static SCM brew_molecule (SCM); - 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 */