lilypond-user
[Top][All Lists]
Advanced

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

Re: Matching backslash in Scheme string (escaping characters for LaTeX)


From: Urs Liska
Subject: Re: Matching backslash in Scheme string (escaping characters for LaTeX)
Date: Wed, 21 Jan 2015 08:43:42 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0


Am 21.01.2015 um 08:41 schrieb Johan Vromans:
On Wed, 21 Jan 2015 08:31:53 +0100
Urs Liska <address@hidden> wrote:

So what's the way to match a backslash in a LilyPond string?
My guess is four backslashes.

To match a backslash you need \\ in the pattern.
Each of these need to be escaped in the string, so it becomes \\\\ .

-- Johan

Thank you very much. That works perfectly.

Urs



reply via email to

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