Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Critical
New issue 1173 by brownian.box: LilyPond crash when using showLastLength
and a \score context with \compressFullBarRests
http://code.google.com/p/lilypond/issues/detail?id=1173
Reported by James Lowe:
http://lists.gnu.org/archive/html/bug-lilypond/2010-07/msg00012.html
(there is some discussion too)
%-----------8<-------------------------
\version "2.13.26" % 2.12.3 crashes too
MusicOne = {
\time 3/4
\compressFullBarRests
R2.*11 \bar "||"
}
showLastLength = R1*2
\score {
\new Staff {
\MusicOne
}
}
%-----------8<-------------------------
This gives:
%-----------8<-------------------------
$ LANG=C lilypond sample.ly
GNU LilyPond 2.13.26
Processing `./sample.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
././sample.ly:6:4: programming error: Spanner `MultiMeasureRest' is not
fully contained in parent spanner. Ignoring orphaned part
R2.*11 \bar "||"
Segmentation fault
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond