bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 1674 in lilypond: String-match unbound function unavailable in


From: lilypond
Subject: Re: Issue 1674 in lilypond: String-match unbound function unavailable in lilypond
Date: Tue, 31 May 2011 22:08:50 +0000

Updates:
        Status: Invalid

Comment #1 on issue 1674 by address@hidden: 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]