lilypond-user
[Top][All Lists]
Advanced

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

Re: Specify Multiple Properties ?


From: Mats Bengtsson
Subject: Re: Specify Multiple Properties ?
Date: Wed, 22 Mar 2006 20:25:37 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

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 <address@hidden>:

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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user








reply via email to

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