Tom Pennello <[email protected]> writes:
> This small program produces a staff that never breaks.
> It took me a while to find the problem in a 145-measure score.
Have you tried using bar checks | ? They are cheap to enter when you
are entering music anyway and will make finding the problem in a
145-measure score a lot easier.
> \version "2.18.2"
>
> % This produces a staff that never breaks.
>
> \new Staff {
> \time 3/4
> \key f \major
> \relative c'' {
> % The e4 chord is too long. Remove the . and the bug goes away.
> \chordmode { e2 e4. }
> f4 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f
> f4 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f
> }
> }
>
> I can't attach a png to this email, so I trust you'll be able to reproduce
> it yourself easily.
Nothing unknown here. LilyPond will not break in the middle of notes or
bars by default. And there is nothing else.
--
David Kastrup
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond