]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/hairpin.hh
f27e8851e12f125bf10977cc057c121c55615719
[lilypond.git] / lily / include / hairpin.hh
1 /*
2   hairpin.hh -- declare Hairpin
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9
10 #ifndef HAIRPIN_HH
11 #define HAIRPIN_HH
12
13 #include "lily-guile.hh"
14 #include "lily-proto.hh"
15 /**
16   The hairpin symbol. 
17  */
18 struct Hairpin
19 {
20 public:
21   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
22   static bool has_interface (Grob*);
23 };
24
25 #endif // HAIRPIN_HH