]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/bezier-bow.hh
4b006442c3ddb6bc911bfc48e38283b1eb98fe19
[lilypond.git] / lily / include / bezier-bow.hh
1 /*   
2   bezier-bow.hh -- declare Bezier_bow
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c)  1999--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef BEZIER_BOW_HH
11 #define BEZIER_BOW_HH
12
13 #include "bezier.hh"
14 #include "lily-proto.hh"
15 #include "lily-guile.hh"
16
17
18
19 Bezier slur_shape (Real width, Real height_limit,
20                    Real height_proportion);
21 Real slur_height (Real width, Real height_limit, Real height_proportion); 
22
23
24 #endif /* BEZIER_BOW_HH */
25