On Wed, 28 Apr 2004 19:40:13 +0200
Erik Sandberg <[EMAIL PROTECTED]> wrote:

> 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{}
> }
> 

Thank you for your reply!

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.

Jos


-- 
Jos Smeets, Deventer, The Netherlands
<!-- visit my Classical Composers Database at -->
<!-- URL: http://www.classical-composers.org/ -->

(This message was sent by Sylpheed-Claws.)


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

Reply via email to