]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/parse-scm.hh
* lily/font-metric.cc (get_encoded_index): New function.
[lilypond.git] / lily / include / parse-scm.hh
1 /*
2   lily-guile.hh encapsulate guile
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7
8 */
9
10 #ifndef PARSE_SCM_HH
11 #define PARSE_SCM_HH
12
13 #include "input.hh"
14 #include "lily-guile.hh"
15
16 extern bool parse_protect_global;
17
18 struct Parse_start
19 {
20   char const* str;
21   int nchars;
22   Input start_location_;
23 };
24
25 SCM catch_protected_parse_body (void *);
26 SCM protected_ly_parse_scm (Parse_start *, bool);
27 SCM ly_parse_scm (char const *, int *, Input, bool);
28
29 #endif /* PARSE_SCM_HH */