lilypond-user
[Top][All Lists]
Advanced

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

Override multiple properties in one statement?


From: Ahanu Banerjee
Subject: Override multiple properties in one statement?
Date: Thu, 30 Jun 2022 16:04:32 -0400

Hello,

Is it possible to override or tweak multiple properties of one object at once, using one statement? i.e., without typing "\tweak" or "\override" multiple times?  (Of course, defining a new function consisting of multiple statements is possible, but it's not practical when there are many combinations of properties to change throughout a document.)

For example:

\version "2.23.10"
{ c 
  -\tweak outside-staff-priority #'() 
  -\tweak whiteout ##t 
  -\tweak Y-offset #0.25
  -\tweak X-offset #1.5
  ^\markup "text" }

Thanks,
-Ahanu

reply via email to

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