lilypond-user
[Top][All Lists]
Advanced

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

Re: variable


From: David Kastrup
Subject: Re: variable
Date: Fri, 24 Nov 2017 10:30:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Malte Meyn <address@hidden> writes:

> Am 24.11.2017 um 09:37 schrieb Gianmaria Lari:
>> I'm sorry for the trivial question but why this code is wrong?
>>
>>     \version "2.19.80"
>>
>>     music = {a b}
>>     \music
>
> The easiest way to deal with this is to add some scheme code that does
> nothing:
>
> \version "2.19.80"
>
> music = {a b}
> #'()
> \music

The easiest way is to write things more recognizably.

music = {a b}

{
  \music
}

will work fine.

-- 
David Kastrup



reply via email to

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