]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/simple-closure.hh
* lily/rest.cc (y_offset_callback): merge function of 3 callbacks.
[lilypond.git] / lily / include / simple-closure.hh
1 /*
2   simple-closure.hh -- declare simple closures 
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
7
8 */
9
10 #ifndef SIMPLE_CLOSURE_HH
11 #define SIMPLE_CLOSURE_HH
12
13 bool is_simple_closure (SCM s);
14 SCM simple_closure_expression (SCM smob);
15 SCM evaluate_with_simple_closure (SCM delayed_argument, SCM expr);
16 SCM ly_make_simple_closure (SCM);
17
18 #endif /* SIMPLE_CLOSURE_HH */