bug-lilypond
[Top][All Lists]
Advanced

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

Re: lily crash: access violation in page breaking


From: Joe Neeman
Subject: Re: lily crash: access violation in page breaking
Date: Wed, 20 Sep 2006 07:52:15 +1000

On Tue, 2006-09-19 at 22:19 +0200, Nicolas Sceaux wrote:
> Hi,
> 
> The following snippet causes lilypond to crash:
> 
> {
>   \pageBreak
>   c''1
>   \break
>   c''1
> }

I think the correct behaviour is just to ignore breaks like this at the
start of the score, yes? If so, the attached patch fixes the crash.

2006-09-20  Joe Neeman  <address@hidden>

        * lily/page-breaking.cc (find_chunks_and_breaks): ignore breaks
        that happen at the start of a score: having a zero-length
        chunk was messing up min_system_count calculations.

Attachment: tmp.patch
Description: Text Data


reply via email to

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