Re: ragged-last-bottom doesn't take

2011-12-10 Thread George_
Xavier Scheuer wrote: > > I think the \pageBreak at the end of the score *is* interfering (I did > not check, maybe I would have if the code was self-compilable without > I have to "imagine" a way to complete the missing variables). > > Why are you using \pageBreak at the end of the score and n

Re: ragged-last-bottom doesn't take

2011-12-10 Thread -Eluze
George_ wrote: > > Oh, and I should also say that with the parts added in, there are no > errors in the log. According to the program, everything is working as it > should...except that it isn't. > > The reason I'm using both ragged-last and ragged-last-bottom is so that > the lines on the last

Re: ragged-last-bottom doesn't take

2011-12-10 Thread Xavier Scheuer
On 10 December 2011 03:54, George_ wrote: > > […] > > Every one of them is good *apart from* the ragged-last-bottom, i.e. setting > it to true doesn't make it ragged at all. I've tried replacing it with > ragged-bottom, which works fine. > > I've written in a \pageBreak at the end of the score, bu

Re: ragged-last-bottom doesn't take

2011-12-10 Thread Francisco Vila
2011/12/10 George_ : > The thing is, that setting ragged-last-bottom = ##t doesn't do anything to > the layout of the score, but setting ragged-bottom = ##t does. ragged-last-bottom is #t by default % best for shorter scores ragged-bottom is #f by default -- Francisco Vila. Badajoz (Spain) w

Re: ragged-last-bottom doesn't take

2011-12-10 Thread Matthew Collett
On 10/12/2011, at 3:54 pm, George_ wrote: > \paper { > ragged-last-bottom = ##t > ragged-last = ##t > left-margin = 10\mm > right-margin = 7\mm > top-margin = 5\mm > bottom-margin = 5\mm > } > Every on

Re: ragged-last-bottom doesn't take

2011-12-10 Thread George_
Oh, and I should also say that with the parts added in, there are no errors in the log. According to the program, everything is working as it should...except that it isn't. George_ wrote: > > It shouldn't compile, I left the parts out to keep it reasonably short. As > far as the \paper block is

Re: ragged-last-bottom doesn't take

2011-12-10 Thread George_
It shouldn't compile, I left the parts out to keep it reasonably short. As far as the \paper block is concerned, though, that is exactly what I am using at the moment, and that is exactly what doesn't work. The reason I'm using both ragged-last and ragged-last-bottom is so that the lines on the l

Re: ragged-last-bottom doesn't take

2011-12-10 Thread -Eluze
George_ wrote: > > For a piece I'm writing out, this is what I have at the moment: > > Every one of them is good *apart from* the ragged-last-bottom, i.e. > setting it to true doesn't make it ragged at all. I've tried replacing it > with ragged-bottom, which works fine. > > I've written in a \

ragged-last-bottom doesn't take

2011-12-09 Thread George_
For a piece I'm writing out, this is what I have at the moment: % Created on Sun Aug 28 18:32:17 NZST 2011 \version "2.15.20-1" \header { %{ headers }% } #(set-default-paper-size "a4" 'landscape) #(set-global-staff-size 18) \book { \paper { ragged-last-bottom =