On Mon, 12 Jun 2000, Mats Bengtsson wrote:
> Unfortunately, there's no Lilypond support for
> page breaks at the moment. I's been on my personal
> TODO list for quite a while. Occasionally, I have
> added a page break manually by editing the generated
> TeX file. If you search for \interscoreline, you
> find the line breaks.
>
> /Mats
>
Thanks Mats,
I'm trying to find a workaround, editing the .tex file is not convenient,
and what I'm looking for is something more complex than a simple page
break; I also would like the number of measures per line to be adjusted
so that the same number ofscores per page is printed.
So I will insert a \break where I want a page break and adjust the number
of measures per score before this \break, expanding the measures until
a page break occurs at the line break.
So the question is: How do I specify a maximum number of measures per
line or how do I say lilypond to increase the spacing of the measures?
\paper{
gourlay_maxmeasures=LOWNUMBER;
}
does not work with 1.2.17, and, in any case, I would need to change the
spacing of measures after each page break so a single command in \paper
is not enough.
Another question, how do I modify the default direction of the 3rd line
b? Default value is \stemup but I would like stemdown sometimes.
Thaks for your help,
Ciao,
Antonio.