Peter Reid <p...@peterreid.org> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to