]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/simple-closure.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / simple-closure.hh
index 4e6a1262504b698702bce8a9808098545cd7cf44..d5f507f4558faf690cf5d25f4d6a7b8affe517de 100644 (file)
@@ -3,16 +3,18 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 */
 
 #ifndef SIMPLE_CLOSURE_HH
 #define SIMPLE_CLOSURE_HH
 
+#include "lily-guile.hh"
+
 bool is_simple_closure (SCM s);
 SCM simple_closure_expression (SCM smob);
-SCM evaluate_with_simple_closure (SCM delayed_argument, SCM expr);
+SCM evaluate_with_simple_closure (SCM delayed_argument, SCM expr, bool pure, int start, int end);
 SCM ly_make_simple_closure (SCM);
 
 #endif /* SIMPLE_CLOSURE_HH */