Thomas Morley <[email protected]> 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 [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
