Re: right end of TupletBracket unchanged by connect-to-neighbor

2006-10-08 Thread Marcus Macauley
I wrote: ... \override TupletBracket #'connect-to-neighbor = #'(#f #f) ... Mats wrote: To produce a pair of values in Scheme, you should write \override TupletBracket #'connect-to-neighbor = #'(#f . #f) (another option is the following:) \override TupletBracket #'connect-to-neighbor = #(cons #

Re: right end of TupletBracket unchanged by connect-to-neighbor

2006-10-08 Thread Mats Bengtsson
To produce a pair of values in Scheme, you should write \override TupletBracket #'connect-to-neighbor = #'(#f . #f) (another option is the following:) \override TupletBracket #'connect-to-neighbor = #(cons #f #f) See the documentation of edge-height and shorten-pair for other examples of pairs of

right end of TupletBracket unchanged by connect-to-neighbor

2006-10-08 Thread Marcus Macauley
As far as I understand, the following four overrides: \override TupletBracket #'connect-to-neighbor = #'(#f #f) \override TupletBracket #'connect-to-neighbor = #'(#f #t) \override TupletBracket #'connect-to-neighbor = #'(#t #f) \override TupletBracket #'connect-to-neighbor = #'(#t #t) documented

Re: Spacing problems with 2.9.21 (as opposed to 2.8)

2006-10-08 Thread Joe Neeman
On Mon, 2006-10-09 at 08:36 +1000, Trent Johnston wrote: > Hi Joe, > > Just a quick question is there a way to turn off the page-breaker stuff. I'm > using Nicholas Sceaux two-pass system and on the second pass it looks like > your page-breaker tries to format again the music around the \breaks

Re: Spacing problems with 2.9.21 (as opposed to 2.8)

2006-10-08 Thread Trent Johnston
Hi Joe, Just a quick question is there a way to turn off the page-breaker stuff. I'm using Nicholas Sceaux two-pass system and on the second pass it looks like your page-breaker tries to format again the music around the \breaks and \pageBreaks that the two-pass output file produces. So jus

Re: Spacing problems with 2.9.21 (as opposed to 2.8)

2006-10-08 Thread Joe Neeman
On Sun, 2006-10-08 at 09:33 -0700, Graham Percival wrote: > Thanks, this should be helpful. Joe, I'll just leave this bug with you, > instead of filing it on the issue tracker. That ok? Sure. I'll try to look at this soonish but I'm about to start traveling so I can't promise anything... > >

Re: Spacing problems with 2.9.21 (as opposed to 2.8)

2006-10-08 Thread Graham Percival
Thanks, this should be helpful. Joe, I'll just leave this bug with you, instead of filing it on the issue tracker. That ok? - Graham Arvid Grøtting wrote: Arvid Grøtting gmail.com> writes: For some reasons, 2.9.21 has three systems per page on all pages, while 2.8.1 has three on the firs

Re: Spacing problems with 2.9.21 (as opposed to 2.8)

2006-10-08 Thread Arvid Grøtting
Arvid Grøtting gmail.com> writes: > For some reasons, 2.9.21 has three systems per page on all pages, > while 2.8.1 has three on the first page and four thereafter, but I > don't know if that's a symptom or the problem. Looks like it's related to the problem. Here's a small (close enough to m

Spacing problems with 2.9.21 (as opposed to 2.8)

2006-10-08 Thread Arvid Grøtting
Hi! I'm completing a score that I think shows a bit of regression with newer 2.9 versions as opposed to 2.8. The problem is that the spacing gets a bit weird, giving 7 pages with 2.9.21 when only 5 is needed with 2.8. The .ly file (and two include files) and resulting output can be viewed at