lilypond-1.3.68
[lilypond.git] / lily / include / crescendo.hh
blob36639f85869c1a4dd1d712abf2533e12b4185675
1 /*
2 crescendo.hh -- declare Crescendo
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
10 #ifndef CRESCENDO_HH
11 #define CRESCENDO_HH
13 #include "lily-guile.hh"
14 /**
15 The hairpin symbol. (cresc)
17 (normal spanner?)
19 struct Crescendo
21 public:
22 static SCM brew_molecule (SCM);
23 static void set_interface(Score_element*);
26 #endif // CRESCENDO_HH