]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/stem-tremolo.hh
d214822688d626c372afa2a2bb43a2d8deaf3ab5
[lilypond.git] / lily / include / stem-tremolo.hh
1 /*   
2   stem-tremolo.hh -- declare Abbreviation
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef ABBREV_HH
11 #define ABBREV_HH
12
13 #include "lily-proto.hh"
14 #include "lily-guile.hh"
15
16 class Stem_tremolo
17 {
18 public:
19   
20   static bool has_interface (Grob*);
21   DECLARE_SCHEME_CALLBACK (dim_callback, (SCM smob, SCM axis));
22   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
23   DECLARE_SCHEME_CALLBACK (height, (SCM,SCM));
24   static void set_stem (Grob*me, Grob *st);
25   static Molecule raw_molecule (Grob*);
26 };
27
28 #endif /* ABBREV_HH */
29