]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/lookup.hh
patch::: 1.3.99.jcn2
[lilypond.git] / lily / include / lookup.hh
1 /*
2   lookup.hh -- declare Lookup
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   Jan Nieuwenhuizen <janneke@gnu.org>
8 */
9
10 #ifndef LOOKUP_HH
11 #define LOOKUP_HH
12
13 #include "string.hh"
14 #include "molecule.hh"
15 #include "flower-proto.hh"
16 #include "direction.hh"
17 #include "box.hh"
18
19 struct Lookup
20 {
21   static Molecule accordion (SCM arg, Real interline_f, Font_metric*fm);
22   static Molecule frame (Box b, Real thick);
23   static Molecule slur (Bezier controls, Real cthick, Real thick) ;
24   static Molecule beam (Real, Real, Real) ;
25   static Molecule dashed_slur (Bezier, Real thick, Real dash) ;
26   static Molecule blank (Box b) ;
27   static Molecule filledbox (Box b) ;  
28 };
29
30 #endif // LOOKUP_HH