X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstem-tremolo.hh;h=d143bd08cb0dc67d5f669bc5e7022f16765a8c07;hb=57be7394ffa2e7d7ba6d60548dba563f3409d472;hp=a32adc257ab5884831cdd21a23d821f4ca5496d7;hpb=7e72a1e50e94a7f9738d62599de79fe7745f600c;p=lilypond.git diff --git a/lily/include/stem-tremolo.hh b/lily/include/stem-tremolo.hh index a32adc257a..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--2004 Han-Wen Nienhuys - - */ + + (c) 1997--2005 Han-Wen Nienhuys +*/ #ifndef ABBREV_HH #define ABBREV_HH @@ -16,13 +15,12 @@ class Stem_tremolo { public: - - static bool has_interface (Grob*); + + static bool has_interface (Grob *); DECLARE_SCHEME_CALLBACK (dim_callback, (SCM smob, SCM axis)); - DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); - DECLARE_SCHEME_CALLBACK (height, (SCM,SCM)); - static void set_stem (Grob*me, Grob *st); - static Molecule raw_molecule (Grob*); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + DECLARE_SCHEME_CALLBACK (height, (SCM, SCM)); + static Stencil raw_stencil (Grob *); }; #endif /* ABBREV_HH */