]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/bow.hh
40770af5df78e037b73630b0cae83072b9a8761a
[lilypond.git] / lily / include / bow.hh
1 /*
2   bow.hh -- declare Bow
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 BOW_HH
11 #define BOW_HH
12
13 #include "spanner.hh"
14
15 /**
16   Base class for anything that looks like a slur.
17   Anybody with a better name?
18
19   UGH. Fixme.  Should junk
20
21     dy_f_drul_ , dx_f_drul_
22   
23   */
24 class Bow : public Spanner
25 {
26 protected:
27 };
28 #error
29
30 #endif // BOW_HH