]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/hairpin.hh
64697548eb77853fcc4bb854b52766c6febaf69c
[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--2001 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 /**
15   The hairpin symbol. 
16  */
17 struct Hairpin
18 {
19 public:
20   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
21   static bool has_interface (Grob*);
22 };
23
24 #endif // HAIRPIN_HH