> I'm trying to get the lyrics in this piece of music
> numbered. How do I properly go about this. I can get
> the first stanza (verse) numbered, but if I uncomment
> out the lines to number 2 and 3, I run into all kinds
> of trouble. What am I doing wrong?

This is what I use in my \score blocks:

        \lyrics \context Lyrics <
            \context LyricsVoice = "stanza-1" \verseI
            \context LyricsVoice = "stanza-2" \verseII
            \context LyricsVoice = "stanza-3" \verseIII
            \context LyricsVoice = "stanza-4" \verseIV
        >

You might try this and see if it works for you.
-- 
Kevin L. Mitchell <[EMAIL PROTECTED]>



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

Reply via email to