bug-lilypond
[Top][All Lists]
Advanced

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

Re: error: unknown escaped string:... after defining a variable


From: David Kastrup
Subject: Re: error: unknown escaped string:... after defining a variable
Date: Tue, 14 Jan 2014 19:30:09 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Eluze <address@hidden> writes:

> with 
>
> \version "2.19.0"
> A={c d e}
> \A
>
> I get the message "error: unknown escaped string: `\A'"
>
> putting something substantial(?) like a markup or another definition after
> the definition the variable A can be used without brackets:
>
> \version "2.19.0"
> A={c d e}
> A={c d e}
> \A
>
> is this a bug, remediable?

Not a bug, not remediable.

A={c d e}
\addlyrics { this is bad }

would be legitimate, so the assignment is not complete without looking
at the next token, and the next token is \A which is not defined.

-- 
David Kastrup




reply via email to

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