bug-lilypond
[Top][All Lists]
Advanced

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

Tempo Segmentation Fault


From: Jay Anderson
Subject: Tempo Segmentation Fault
Date: Thu, 9 Sep 2010 22:29:54 -0700

\version "2.13.32"

\score
{
  <<
    \new Staff
    {
      \tempo "Andante" 4=63
      R1
    }
    \new Staff
    {
      R1
    }
  >>
  \layout
  {
  }
}

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

How to make the segmentation fault go away:
- Remove the tempo indication
- Change the multi-measure rest to a note
- Remove the second staff

Thanks for the help!

-----Jay



reply via email to

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