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



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

Reply via email to