Erik Sandberg writes:

> I reduced the score to this:
>
> \version "2.1.16"
> \score {
>   \notes <<
>   \context Voice=A \notes {a}
>   \lyricsto A \context Lyrics \lyrics { | a }
>   >>
> }
>
> which gives the following crash:

Thanks, fixed in CVS.

Note however, that you'd probably want to write:

   \lyricsto A \context LyricsVoice \lyrics { | a }

you bind LyricsVoice to a melodical Voice.

Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org



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

Reply via email to