> > 1. (Bug) If you have a -- and there are no more notes, LilyPond segfaults.
> >
> > 2. (More of a suggestion) If you have a __ on the last note of the piece,
> > LilyPond gives an error. It could perhaps give a warning, but shouldn't
> > give an error.
>
> Please send .ly examples.

I attach two short files. test1.ly demonstrates problem 1 and test2.ly
demonstrates problem 2.

-- 
http://www.mupsych.org/~rrt/ | habit, n.  a shackle for the free (Bierce)
\version "2.1.26"

\include "english.ly"

\score {
  \notes \relative c <<
    \context Voice = "tenor" {
      d4. d8 d2
    }
    \lyricsto "tenor" \new Lyrics \lyrics {
      Ni -- gra sum --
    }
  >>
}
\version "2.1.26"

\include "english.ly"

\score {
  \notes \relative c <<
    \context Voice = "tenor" {
      d4. d8 d2
    }
    \lyricsto "tenor" \new Lyrics \lyrics {
      Ni -- gra sum __
    }
  >>
}
_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to