Updates:
Status: Invalid
Comment #1 on issue 1674 by [email protected]: String-match unbound
function unavailable in lilypond
http://code.google.com/p/lilypond/issues/detail?id=1674
`string-match' is part of Guile's regular expression module, which must be
loaded before use:
#(use-modules (ice-9 regex))
http://www.gnu.org/software/guile/docs/docs-1.8/guile-ref/Regular-Expressions.html#Regular-Expressions
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond