lilypond-user
[Top][All Lists]
Advanced

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

Re: \partial and \RemoveEmptyStaffContext


From: Neil Puttock
Subject: Re: \partial and \RemoveEmptyStaffContext
Date: Sat, 25 Oct 2008 18:33:15 +0100

Hi Andrew,

2008/10/25 Andrew Hawryluk <address@hidden>:

> Any suggestions? Bug exists with LilyPond or user?

I'd say it's an enhancement over the existing behaviour: what you're
after is something which behaves like \partial, but isn't a
rhythmic-grob.

As a workaround, you can remove rhythmic-grob-interface from
keepAliveInterfaces just for the relevant \partial note:

hidePartial = {
 \once \set Staff.keepAliveInterfaces = #'(
    multi-measure-rest-interface
    lyric-interface
    stanza-number-interface
    percent-repeat-interface)
}

Regards,
Neil




reply via email to

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