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

Re: Abbreviations

2015-04-05 Thread Simon Albrecht
Am 05.04.2015 um 09:54 schrieb Johan Vromans: On Sat, 04 Apr 2015 18:56:47 +0200 Simon Albrecht wrote: ... it should be in some way characteristic of a tuplet, A tuplet is nothing more than a sequence of notes that do not have a discrete duration like 1/4 or 1/8. For example, a 3/2 tuplet mea

Re: align text with rests horizontally

2015-04-05 Thread Pierre Perol-Schneider
Try: \override TextScript.self-alignment-X = #CENTER 2015-04-05 3:38 GMT+02:00 MarcM : > > I'm trying to put text below rests to indicate what to do for the next > note. > I tried 2 ways to align text with rests but the text is not aligned > horizontally. Any other way to try? > > Here is a sam

Re: Abbreviations

2015-04-05 Thread Johan Vromans
On Sat, 04 Apr 2015 18:56:47 +0200 Simon Albrecht wrote: > ... it > should be in some way characteristic of a tuplet, A tuplet is nothing more than a sequence of notes that do not have a discrete duration like 1/4 or 1/8. For example, a 3/2 tuplet means the notes have 2/3 of the notated duration