Kieren MacMillan wrote:
>
> Hello, all!
>
> I'm using 2.15.14, and finding certain \paper variables not working as I
> would have thought.
>
> Manually forcing line and page breaks, I found a format I like: 1 page of
> 3 systems, then 4 pages of 4 systems each, for a total of 19 systems over
Hi Ewald,
> if you are using that:
>
> \context {
>
> \Score
> \override NonMusicalPaperColumn #'line-break-permission = ##f
>\override NonMusicalPaperColumn #'page-break-permission = ##f
> }
>
> you are completely self responsible for all breaks - p
if you are using that:
\context {
\Score
\override NonMusicalPaperColumn #'line-break-permission = ##f
\override NonMusicalPaperColumn #'page-break-permission = ##f
}
you are completely self responsible for all breaks - perhaps this helps
che
Hello, all!
I'm using 2.15.14, and finding certain \paper variables not working as I would
have thought.
Manually forcing line and page breaks, I found a format I like: 1 page of 3
systems, then 4 pages of 4 systems each, for a total of 19 systems over 5
pages. So I inserted a \pageBreak where