On Wed, 21 Jan 2015 08:31:53 +0100
Urs Liska <u...@openlilylib.org> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to