]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/bezier-bow.hh
* input/test/slur-beautiful.ly (Module): remove
[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--2004 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 void get_slur_indent_height (Real * indent, Real *height, Real width, Real h_inf, Real r_0);
23 #endif /* BEZIER_BOW_HH */
24