Hi Andrew,

2008/10/25 Andrew Hawryluk <[EMAIL PROTECTED]>:

> 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


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to