\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

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

Reply via email to