lilypond-user
[Top][All Lists]
Advanced

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

\override multiple properties?


From: Bric
Subject: \override multiple properties?
Date: Sat, 1 Feb 2020 10:34:23 -0500 (EST)

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.



reply via email to

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