]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/simple-closure.hh
Merge branch 'master' into accepts
[lilypond.git] / lily / include / simple-closure.hh
index 4e6a1262504b698702bce8a9808098545cd7cf44..82457c70c7fcfe128d64b272c93141444ef7e634 100644 (file)
@@ -3,16 +3,18 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2007 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 */