Graham Percival wrote:
On 5-Aug-05, at 3:26 AM, andrew Black wrote:\version "2.4.2" \score { \context Voice = single { c c c } % comment out this line and it works .... \context Lyrics = singleLyrics \lyricsto single { These are words } }You need to wrap these two \contexts with another pair of {}. \score { { \context Voice... \context Lyrics... } }
Or maybe << >> since the lyrics probably go with the voice. Paul Scott _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
