]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/stem-tremolo.hh
* lily/rest.cc (y_offset_callback): merge function of 3 callbacks.
[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--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9 #ifndef ABBREV_HH
10 #define ABBREV_HH
11
12 #include "lily-proto.hh"
13 #include "lily-guile.hh"
14
15 class Stem_tremolo
16 {
17 public:
18
19   static bool has_interface (Grob *);
20   DECLARE_SCHEME_CALLBACK (dim_callback, (SCM smob));
21   DECLARE_SCHEME_CALLBACK (print, (SCM));
22   DECLARE_SCHEME_CALLBACK (height, (SCM));
23   static Stencil raw_stencil (Grob *);
24 };
25
26 #endif /* ABBREV_HH */
27