bug-lilypond
[Top][All Lists]
Advanced

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

Re: LilyPond crash when using showLastLength and a \score context with \


From: James Lowe
Subject: Re: LilyPond crash when using showLastLength and a \score context with \compressfullbarrests
Date: Sun, 4 Jul 2010 10:31:55 +0100

Hello,
On 4 Jul 2010, at 07:50, -Eluze wrote:
Pkx166h wrote:

I am using Mac OS X 10.5.8 (if this matters)


\version "2.13.21"

%%%% This example below doesn't crash but doesn't
%%%   show last 2 full rests either

\relative c {
 \time 3/4
 \compressFullBarRests
 R2.*11 \bar "||"
}

showLastLength = R1*2

%%%% The example below causes a crash in LilyPond but not if
%%%% you comment out \compressFullBarRests

MusicOne = {
 \time 3/4
 \compressFullBarRests
 R2.*11 \bar "||"
}

showLastLength = R1*2

\score {
  \new Staff {
   \MusicOne
 }
}

The message in the log is

Processing `/Users/james/Desktop/Tiny_Example.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
Interpreting music...
Preprocessing graphical objects...
Solving 1 page-breaking chunks...[1: 1 pages]
Drawing systems...
/Users/james/Desktop/Tiny_Example.ly:18:2:
programming error: Spanner `MultiMeasureRest' is not
fully contained in parent spanner. Ignoring orphaned part

 R2.*11 \bar "||"

---

I discovered this while typesetting 3 different movements
for one piece (hence I have 3 \score {\new
Staff}} entries and it wasn't until I hit the second
movement that I started to get the crash.

James



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond




using showLastLength = R2.*2 - which corresponds to the timing given -there
is no crash in version 2.13.26!


Yes you are correct.

However if I have 3 scores using 3 different time signatures (in this case 4/4, 2/2 and 3/4 why is it when I set my showLastLength as R1 rather R2. do I get the crash? and only when using \score AND \compressfullbarrests - either one on their own doesn't have a problem.

Ultimately I can live with using R2. but that's just a workaround and fundamentally we shouldn't be crashing.

I haven't tried this in Windows or Linux but have provided the crash dump from my Mac.

Attachment: Crashdump.txt.zip
Description: Zip archive



Regards

James


reply via email to

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