X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstem-tremolo.hh;h=47255b3f9dd468fc41ca1256a776d670002e0815;hb=163225c0cbb1055dfd3614615350ab9f3aaba74c;hp=d214822688d626c372afa2a2bb43a2d8deaf3ab5;hpb=44601d52d5657731006a46d540b7ab75283d2ac5;p=lilypond.git diff --git a/lily/include/stem-tremolo.hh b/lily/include/stem-tremolo.hh index d214822688..47255b3f9d 100644 --- a/lily/include/stem-tremolo.hh +++ b/lily/include/stem-tremolo.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2003 Han-Wen Nienhuys + (c) 1997--2004 Han-Wen Nienhuys */ @@ -19,10 +19,9 @@ public: static bool has_interface (Grob*); DECLARE_SCHEME_CALLBACK (dim_callback, (SCM smob, SCM axis)); - DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); + DECLARE_SCHEME_CALLBACK (print, (SCM )); DECLARE_SCHEME_CALLBACK (height, (SCM,SCM)); - static void set_stem (Grob*me, Grob *st); - static Molecule raw_molecule (Grob*); + static Stencil raw_stencil (Grob*); }; #endif /* ABBREV_HH */