lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: numbering lyrics (stanza numbers)


From: Kev
Subject: Re: numbering lyrics (stanza numbers)
Date: Sun, 23 Feb 2003 22:02:15 -0500

> 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 <address@hidden>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]