Malte Meyn <lilyp...@maltemeyn.de> 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

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

Reply via email to