Hi,
I tried to convert a piece I engraved with version 1.8 to lilypond version 
2.0. I got crashes and reduced the piece to the one attached, which still 
crashes lilypond. The output of lilypond --verbose on my system is attached 
as test.out. My system is SuSE 8.2, kernel 2.4.20, athlon processor.
Thanks a lot for lilypond, it's great! BTW I like the corrections on the input 
format that made it into 2.0.
Thanks,
-Jost.
\version "2.0.0"

rh = \notes \relative c' {
  \clef treble
  
  \grace {
      c32[ e g] 
  }

  c2 g2 | 
  
  e'4.-3( f16 d c4 r4) |
}

lh = \notes \relative c {
  \clef bass
  
  <c c,>2 <g g,> | 
  e'4.(-2 f16 d c4) r4 \clef treble |

}

\score {
  \new PianoStaff <<
    \new Staff {
      \rh
    }
    \new Staff {
      \lh
    }    
  >>
  
  \header {
    piece = "Allegro con spirito \\small\\upshape (160)"
  }
  
  \paper {
    linewidth = 18.0 \cm
  }

  \midi {
    \tempo 4 = 160
  }
}

Attachment: test.out
Description: Binary data

_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to