2008/8/19 Carl D. Sorensen <[EMAIL PROTECTED]>:
> Feature Request:
>
> Implement max-system-count, which will set the maximum permissible number of
> systems on a page.
Thanks!
Added as http://code.google.com/p/lilypond/issues/detail?id=662
Cheers,
Valentin
___
Feature Request:
Implement max-system-count, which will set the maximum permissible number of
systems on a page.
system-count requires a fixed number of systems on a page. max-system-count
would limit the maximum number of systems, but would allow fewer systems if
the spacing algorithms decided
2008/8/4 Carl D. Sorensen <[EMAIL PROTECTED]>:
> However, I think it would be useful to have max-system-count which would
> operate as I thought system-count did; it would format each page to have a
> maximum number of systems, but either due to spacing issues or running out
> of systems to put on
On 8/4/08 2:20 AM, "Joe Neeman" <[EMAIL PROTECTED]> wrote:
> On Thu, 2008-07-31 at 20:37 -0600, Carl D. Sorensen wrote:
>>
>> And the systems run off the bottom of the first page.
>
> Thanks for the report, this is fixed in git now.
>
Thanks for the fix.
>> If I try to set the number of sys
On Thu, 2008-07-31 at 20:37 -0600, Carl D. Sorensen wrote:
> When using fretboards, the page breaker tries to put too many systems
> on a page:
>
> % begin code
>
> mychords = \chordmode {c1 \break }
>
> mymusic = \repeat unfold 13 { \mychords }
>
>
> <<
> \context ChordNames {
> \my
When using fretboards, the page breaker tries to put too many systems
on a page:
% begin code
mychords = \chordmode {c1 \break }
mymusic = \repeat unfold 13 { \mychords }
<<
\context ChordNames {
\mymusic
}
\context FretBoards {
\mymusic
}
\context Staff {
\mymusic