lilypond-user
[Top][All Lists]
Advanced

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

Re: Termination of variable definitions


From: David Kastrup
Subject: Re: Termination of variable definitions
Date: Tue, 19 Apr 2016 23:42:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

> Well, LilyPond uses an input-language, I don't think it qualifies as a
> programming-language.
> But you you can do a lot ....
>
> xx = \override NoteHead.color = #red
> is one expression
> yy = \override NoteHead.font-size = #5
> is one expression
> zz = {
> \override NoteHead.color = #red
> \override NoteHead.font-size = #5
> }
> is also one expression.

Those are more like (assignment) statements containing a (single)
expression as the right side of the assignment.

-- 
David Kastrup



reply via email to

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