bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug: a staff thta never breaks in lilypond.


From: David Kastrup
Subject: Re: Bug: a staff thta never breaks in lilypond.
Date: Thu, 05 Mar 2015 10:19:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Tom Pennello <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]