]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/simple-closure.hh
Run `make grand-replace'.
[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--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
7
8 */
9
10 #ifndef SIMPLE_CLOSURE_HH
11 #define SIMPLE_CLOSURE_HH
12
13 #include "lily-guile.hh"
14
15 bool is_simple_closure (SCM s);
16 SCM simple_closure_expression (SCM smob);
17 SCM evaluate_with_simple_closure (SCM delayed_argument, SCM expr, bool pure, int start, int end);
18 SCM ly_make_simple_closure (SCM);
19
20 #endif /* SIMPLE_CLOSURE_HH */