Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Critical Regression

New issue 1260 by [email protected]: Crash with \tempo
http://code.google.com/p/lilypond/issues/detail?id=1260

Reported by Jay Anderson:
\version "2.13.32"

\score
{
  <<
    \new Staff
    {
      %R1 % inserting this music removes the segfault
      \tempo "Andante" 4=63 % commenting out removes the segfault
      R1
    }
    \new Staff
    {
      R1
    }
  >>
  \layout
  {
  }
}

$ lilypond seg.ly
GNU LilyPond 2.13.32
Processing `seg.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...Segmentation fault

---

The crash doesn't happen with one of the following solutions:
- \tempo command is commented out
- the second staff is commented out
- there is some music before the \tempo command

2.12.3 compiles just fine!


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to