lilypond-1.5.10
[lilypond.git] / lily / include / lookup.hh
blob8f954757dff970a0f38bf3d62cac647c5ba4c023
1 /*
2 lookup.hh -- declare Lookup
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 Jan Nieuwenhuizen <janneke@gnu.org>
8 */
10 #ifndef LOOKUP_HH
11 #define LOOKUP_HH
13 #include "string.hh"
14 #include "molecule.hh"
15 #include "flower-proto.hh"
16 #include "direction.hh"
17 #include "box.hh"
19 struct Lookup
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 static Molecule repeat_slash( Real w, Real slope, Real th);
31 #endif // LOOKUP_HH