lilypond-user
[Top][All Lists]
Advanced

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

Re: repeated lyrics in 2.2.0


From: Erik Sandberg
Subject: Re: repeated lyrics in 2.2.0
Date: Thu, 29 Apr 2004 11:33:40 +0200
User-agent: KMail/1.5.4

On Wednesday 28 April 2004 21.49, Jos Smeets wrote:
> On Wed, 28 Apr 2004 19:40:13 +0200
>
> However, that does not do what I mean, assuming I understood you well. I
> want the repeated part to have different lyrics the second time, so two
> lines of lyrics (like two stanzas). That is what the example I gave did
> in 2.0.1, but not in 2.2.0.

Then use different lyrics for the last alternative, i.e.

\version "2.2.0"
\score {
<<
\notes { \context Voice=A \repeat "volta" 2 {c} \alternative {{c}{c}}}
\lyricsto A \new Lyrics \lyrics { repeatedword firstalternative 
secondalternative }
>>
\paper{}
}

Just view the output of this example, you'll understand what i mean.

Erik





reply via email to

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