Re: What's with the spacing code?

2010-09-30 Thread David Kastrup
David Kastrup writes: > I have to disagree with your assessment: the behavior of 12.3 made sense > under the constraints the code worked with. It was a result of its > design decisions. The result of 13.35 does not make sense. As you can > easily see by removing the markup, it is not a result

Re: What's with the spacing code?

2010-09-30 Thread David Kastrup
David Kastrup writes: > David Kastrup writes: > >> I have to disagree with your assessment: the behavior of 12.3 made sense >> under the constraints the code worked with. It was a result of its >> design decisions. The result of 13.35 does not make sense. As you can >> easily see by removing

Re: What's with the spacing code?

2010-09-30 Thread Phil Holmes
"Phil Holmes" wrote in message news:i82aup$9b...@dough.gmane.org... "David Kastrup" wrote in message And if you really want to see some hot action, just write \score { c } as often as you want. Regardless of how much of those you put into the file, the outcome will be just a single page.

Re: What's with the spacing code?

2010-09-30 Thread Phil Holmes
"David Kastrup" wrote in message news:87r5gbns2g@lola.goethe.zz... If you think different, how about the following: test = { c'^\markup { \column { x y z } } } \score { \repeat unfold 48 { \test } } \score { \repeat unfold 48 { \test } } [snip] -- David Kastrup Now that is impressive.

Re: What's with the spacing code?

2010-09-30 Thread Phil Holmes
"Phil Holmes" wrote in message news:i82aup$9b...@dough.gmane.org... "David Kastrup" wrote in message All this is rather erratic. Agreed. I'll add the initial issue you raised to the tracker as a critical, even if it's the same as the other spacing problems, since I guess it'll serve as an

Re: What's with the spacing code?

2010-09-30 Thread David Kastrup
"Phil Holmes" writes: > "David Kastrup" wrote in message > news:87vd5nny58@lola.goethe.zz... >> "Phil Holmes" writes: >> >> [Please don't write anything important below your signature, as mail >> clients will cut this away on reply]. > > Apologies. I have to cut and paste my sig to the bot

Re: What's with the spacing code?

2010-09-30 Thread Phil Holmes
"David Kastrup" wrote in message news:87vd5nny58@lola.goethe.zz... "Phil Holmes" writes: [Please don't write anything important below your signature, as mail clients will cut this away on reply]. Apologies. I have to cut and paste my sig to the bottom and I already had something ready

Re: What's with the spacing code?

2010-09-30 Thread David Kastrup
"Phil Holmes" writes: [Please don't write anything important below your signature, as mail clients will cut this away on reply]. If you think this is all fine, take out the markup from the example and get a really _tight_ fit in contrast. The current spacing is not a matter of "too tight" or "t

Re: What's with the spacing code?

2010-09-30 Thread Phil Holmes
-- Phil Holmes Bug Squad "Graham Percival" wrote in message news:aanlktimeamkjghtqa6jljbwzkx1et41pf2zhi68bu...@mail.gmail.com... Woah, sorry, I didn't realize that by "current code", you mean "current git" instead of "2.13 in general". Yeah, this isn't good! Bug Squad: this is a Critical

Re: What's with the spacing code?

2010-09-30 Thread Graham Percival
Woah, sorry, I didn't realize that by "current code", you mean "current git" instead of "2.13 in general". Yeah, this isn't good! Bug Squad: this is a Critical regression which occurred between 2.13.34 and 2.13.35. Cheers, - Graham On Thu, Sep 30, 2010 at 1:34 PM, David Kastrup wrote: > > Her