lilypond-user
[Top][All Lists]
Advanced

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

Re: repeats with 3rd stanza following -- solution


From: John Kelly
Subject: Re: repeats with 3rd stanza following -- solution
Date: Tue, 19 Jan 2010 07:06:53 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> On 18.01.2010, at 21:55, John Kelly wrote:
> 
> > I'm trying to set a single vocal part. It has three stanzas with a  
> > refrain....I want the layout like this:
> >
> > |: notes for stanzas 1 & 2 :| notes for stanza 3 ||
> > |: words for stanzas 1 & 2 :| words for stanza 3 ||
> >

One solution seems to be:

NotesABC {
   \repeat volta 2 {
    c d e d f ...
    }

    c d e f f ...
}

\addlyrics {
   stanza 1
}

\addlyrics {
   stanza 2
}

\addlyrics {
   \skip 1 \skip 1 \skip 1 % (repeat as needed -- i.e., 77 \skips )
                           % \skip 1*77 didn't do it
   stanza 3
}

\score {
                \context Score <<
                        \context Staff <<
                                \new Voice = "bassNotesABC" \bassNotesABC
                        >>
%                       \lyricsto "bassNotesABC" \new Lyrics {
%                               \bassLyricsABC
%                       }








reply via email to

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