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: Wed, 28 Apr 2004 19:40:13 +0200
User-agent: KMail/1.5.4

On Wednesday 28 April 2004 18.22, Jos Smeets wrote:
> In Lilypond 2.0.1 I could handle repeated lyrics as follows:
>
>  \repeat fold 2 { }
>       \alternative {{Bla bla }{ Pom pom }}
>
> After I upgraded to 2.2.0 this stopped working. I cannot find a way to
> handle this now. Can anyone help?

Just dont use repeat at all for the lyrics. Unfold it instead. Like:

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

(assuming that you want to use \lyricsto)

Erik





reply via email to

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