]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/stem-tremolo.hh
release: 1.3.94
[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--2000 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 /*
17   stem -- pointer to the stem object.
18  */
19 class Stem_tremolo
20 {
21 public:
22   static void set_interface (Score_element*);
23   static bool has_interface (Score_element*);
24   DECLARE_SCHEME_CALLBACK(dim_callback, (SCM smob, SCM axis));
25   DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
26   static void set_stem (Score_element*me, Score_element *st);
27 };
28
29 #endif /* ABBREV_HH */
30