]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/crescendo.hh
patch::: 1.3.96.jcn9
[lilypond.git] / lily / include / crescendo.hh
1 /*
2   crescendo.hh -- declare Crescendo
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 CRESCENDO_HH
11 #define CRESCENDO_HH
12
13 #include "lily-guile.hh"
14 /**
15   The hairpin symbol. 
16  */
17 struct Crescendo
18 {
19 public:
20   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
21   static bool has_interface (Score_element*);
22 };
23
24 #endif // CRESCENDO_HH