]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/stem-tremolo.hh
release: 1.3.68
[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 class Stem_tremolo
17 {
18 public:
19   static void set_interface (Score_element*);
20   static Interval dim_callback (Score_element*, Axis);
21   static SCM brew_molecule (SCM);
22   static void set_stem (Score_element*me, Score_element *st);
23 };
24
25 #endif /* ABBREV_HH */
26