Not unless you define your own LilyPond command that takes several
arguments and assigns them to different
properties, see Sections "Extending music syntax" and
"Using LilyPond syntax inside Scheme" in the manual.
What would you gain from it? If you want to do the same
group of settings a number of times in the score, just
make a macro:
set_rit = {
\override TextSpanner #'edge-text = #'("rit. " . "")
\override TextSpanner #'padding = #1.5
}
/Mats
Quoting Steve D <[EMAIL PROTECTED]>:
Hello all--
Is there a way to condense this--
\override TextSpanner #'edge-text = #'("rit. " . "")
\override TextSpanner #'padding = #1.5
--into just one \override TextSpanner statement?
In more general terms, when one wishes to override or manipulate
more than one property of a single object, is there a way to group the
properties and values?
Best wishes,
Steve D, New Mexico US
--
----------------------------------------------------------------
Preachers and religious leaders are entirely unnecessary and
dispensable. They know that, which is why the worst ones
attempt to gain a stranglehold on the minds and hearts of
those willing to listen to them.
----------------------------------------------------------------
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user