Correct left text alignment of DynamicTextSpanner.
[lilypond.git] / lily / include / simple-closure.hh
blob82457c70c7fcfe128d64b272c93141444ef7e634
1 /*
2 simple-closure.hh -- declare simple closures
4 source file of the GNU LilyPond music typesetter
6 (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
8 */
10 #ifndef SIMPLE_CLOSURE_HH
11 #define SIMPLE_CLOSURE_HH
13 #include "lily-guile.hh"
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);
20 #endif /* SIMPLE_CLOSURE_HH */