lilypond-user
[Top][All Lists]
Advanced

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

Re: \override multiple properties?


From: David Kastrup
Subject: Re: \override multiple properties?
Date: Sat, 01 Feb 2020 16:54:52 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Bric <address@hidden> writes:

> The documentation examples are showing single property overrides, like so:
>
> \override Voice.Stem.thickness = #3.0
>
> Is it possible to override multiple with just one "\override" directive?
>
> something like this (wrong syntax):
>
> \override { Voice.Stem.thickness = #3.0
>             Voice.Stem.color = #(rgb-color 0.3 0.1 0.1)
>           }
>
>
> to reduce redundant syntax, if one had to override many at once.

No.  It's not like the savings in this case would be overwhelming.

-- 
David Kastrup



reply via email to

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