lilypond-user
[Top][All Lists]
Advanced

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

Re: Remove empty staves but one.


From: David Kastrup
Subject: Re: Remove empty staves but one.
Date: Sun, 01 Nov 2015 22:24:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Peter Reid <address@hidden> writes:

> That works for me and is simpler than the solution that I posted previously.  
>
> I also need to cancel the effect of the command later on. I assumed I
> just had to add :
> \revert Staff.VerticalAxisGroup.remove-empty
>
> But this doesn't seem to have any effect.

An override you want to cancel later has to written as

    \temporary \override ...

That way, it will only _mask_ the original setting rather than replace
it, and the following \revert will be able to restore the original
setting.

-- 
David Kastrup



reply via email to

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