bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1173 in lilypond: LilyPond crash when using showLastLength and a \


From: lilypond
Subject: Issue 1173 in lilypond: LilyPond crash when using showLastLength and a \score context with \compressFullBarRests
Date: Mon, 05 Jul 2010 07:37:07 +0000

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




reply via email to

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