lilypond-user
[Top][All Lists]
Advanced

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

Re: variable


From: Malte Meyn
Subject: Re: variable
Date: Fri, 24 Nov 2017 10:14:21 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0



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



reply via email to

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