X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstem-tremolo.hh;h=d143bd08cb0dc67d5f669bc5e7022f16765a8c07;hb=c2b0bbf77c6702079acdaa20e54e819728140899;hp=c8c29a678a50469c3b6f0cb828dfe67c8c171f2a;hpb=5175fb07679b964a62202f6c900451e88d120f69;p=lilypond.git diff --git a/lily/include/stem-tremolo.hh b/lily/include/stem-tremolo.hh index c8c29a678a..d143bd08cb 100644 --- a/lily/include/stem-tremolo.hh +++ b/lily/include/stem-tremolo.hh @@ -1,11 +1,10 @@ -/* +/* 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 @@ -13,17 +12,15 @@ #include "lily-proto.hh" #include "lily-guile.hh" -/* - stem -- pointer to the stem object. - */ class Stem_tremolo { public: - static void set_interface (Score_element*); - static bool has_interface (Score_element*); - static Interval dim_callback (Score_element*, Axis); - static SCM brew_molecule (SCM); - static void set_stem (Score_element*me, Score_element *st); + + 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 */