Re: Displaying a staff despite \removeEmptyStaves

2015-04-06 Thread Anton Curl
On 06/04/2015 11:48, Simon Albrecht wrote: Yes: \undo\hide MultiMeasureRest. Yours, Simon Very well. Thanks to all of you! Anton Curl ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Displaying a staff despite \removeEmptyStaves

2015-04-06 Thread Simon Albrecht
Am 06.04.2015 um 09:59 schrieb Anton Curl: On 06/04/2015 00:23, Urs Liska wrote: I don't know enough about your setup, but if you'd write \hide MultiMeasureRest it should make the rests invisible but still act as rests. Maybe this helps? Urs ___ l

Re: Displaying a staff despite \removeEmptyStaves

2015-04-06 Thread Anton Curl
On 06/04/2015 00:23, Urs Liska wrote: I don't know enough about your setup, but if you'd write \hide MultiMeasureRest it should make the rests invisible but still act as rests. Maybe this helps? Urs ___ lilypond-user mailing list lilypond-user@gnu.

Re: Displaying a staff despite \removeEmptyStaves

2015-04-05 Thread Urs Liska
Am 06.04.2015 um 00:00 schrieb Anton Curl: On 05/04/2015 23:50, Urs Liska wrote: Do you really need to write spacer rests in such staves? Usually you would enter MultiMeasureRests when instruments are pausing and let LilyPond remove the staves automatically if appropriate. In that case Kiere

Re: Displaying a staff despite \removeEmptyStaves

2015-04-05 Thread Anton Curl
On 05/04/2015 23:50, Urs Liska wrote: Do you really need to write spacer rests in such staves? Usually you would enter MultiMeasureRests when instruments are pausing and let LilyPond remove the staves automatically if appropriate. In that case Kieren's solution should work also for you. HTH U

Re: Displaying a staff despite \removeEmptyStaves

2015-04-05 Thread Urs Liska
Am 05.04.2015 um 23:38 schrieb Anton Curl: On 05/04/2015 21:58, Kieren MacMillan wrote: You need to add multi-measure-rest-interface to the keepAliveInterfaces for that staff. Here are the two bits of syntactic sugar I use: showMMRs = { \set Staff.keepAliveInterfaces = #'( rhythmic-

Re: Displaying a staff despite \removeEmptyStaves

2015-04-05 Thread Anton Curl
On 05/04/2015 21:59, Colin Campbell wrote: As a quick, off the top of my admittedly empty head, kludge: assuming you know where the staff will break, why not just put in a spacer rest? Cheers, Colin I don't know if I understand well what you mean by "put in a spacer rest". My staff is alread

Re: Displaying a staff despite \removeEmptyStaves

2015-04-05 Thread Anton Curl
On 05/04/2015 21:58, Kieren MacMillan wrote: You need to add multi-measure-rest-interface to the keepAliveInterfaces for that staff. Here are the two bits of syntactic sugar I use: showMMRs = { \set Staff.keepAliveInterfaces = #'( rhythmic-grob-interface multi-measure-rest-int

Re: Displaying a staff despite \removeEmptyStaves

2015-04-05 Thread Kieren MacMillan
Hi Anton, > Is it possible to force an empty staff to be displayed occasionally when > \removeEmptyStaves is used? You need to add multi-measure-rest-interface to the keepAliveInterfaces for that staff. Here are the two bits of syntactic sugar I use: showMMRs = { \set Staff.keepAliveInterfa

Re: Displaying a staff despite \removeEmptyStaves

2015-04-05 Thread Colin Campbell
On 2015-04-05 01:38 PM, Anton Curl wrote: Hi everyone! Is it possible to force an empty staff to be displayed occasionally when \removeEmptyStaves is used? Thanks! Anton Curl As a quick, off the top of my admittedly empty head, kludge: assuming you know where the staff will break, why not

Displaying a staff despite \removeEmptyStaves

2015-04-05 Thread Anton Curl
Hi everyone! Is it possible to force an empty staff to be displayed occasionally when \removeEmptyStaves is used? Thanks! Anton Curl ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user