bug-lilypond
[Top][All Lists]
Advanced

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

New scheme list/identifier syntax has undocumented side-effects


From: Malte Meyn
Subject: New scheme list/identifier syntax has undocumented side-effects
Date: Sun, 19 Jun 2016 10:30:05 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0

Hi list,

the German LilyPond forum discovered a side effect of the new identifier syntax: additional to

\version "2.19.40"
FOO = { c d e }
\FOO

there are now more cases where you cannot use a variable immediately after it’s definition:

\version "2.19.40"
FOO = "This is a markup"
\FOO
BAR = "test.ly"
\include \BAR

This comes from commit 2a66e23f3 and should be documented in the changes IMO because probably that’s nothing that convert-ly can handle.

Malte



reply via email to

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