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
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
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
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
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
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
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
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 \
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 =