Thomas Morley <thomasmorle...@gmail.com> 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

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

Reply via email to