lilypond-user
[Top][All Lists]
Advanced

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

Re: reverting to default


From: David Kastrup
Subject: Re: reverting to default
Date: Wed, 24 Aug 2016 07:06:15 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

"Mark Stephen Mrotek" <address@hidden> writes:

> Hello,
>
>  
>
> After using
>
> \override TrillSpanner #'bound-details #'left #'text = #'()
>
> what command makes the next trill spanner include the "tr?"

\revert Trillspanner #'(bound-details left text)

But seriously, what version of LilyPond are you using so that you are
still using that awkward syntax rather than

\override Trillspanner.bound-details.left.text = #'()

and the corresponding

\revert Trillspanner.bound-details.left.text

?  Because it's not just the syntax that's awkward in older versions,
it's also that reverts of subproperties is quite unreliable and may
affect unrelated subproperties.

-- 
David Kastrup



reply via email to

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