]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-guile.hh
* lily/parser.yy (assignment_id): allow LYRICS_STRING as
[lilypond.git] / lily / include / lily-guile.hh
index 4b23c23ad1c90dc970317a1196e4c19ed559601d..01c6646a0651c2d461a5ea92a9495982c16a5f55 100644 (file)
@@ -61,6 +61,8 @@ SCM parse_symbol_list (char const *);
 SCM robust_list_ref(int i, SCM l);
 SCM alist_to_hashq (SCM);
 
+SCM ly_alist_vals (SCM alist);
+SCM ly_hash2alist (SCM tab);
 
 /* inserts at front, removing dublicates */
 inline SCM ly_assoc_front_x(SCM alist, SCM key, SCM val)