lilypond-user
[Top][All Lists]
Advanced

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

Re: different lyrics with different alternatives


From: Francisco Vila
Subject: Re: different lyrics with different alternatives
Date: Thu, 16 Jul 2009 12:16:35 +0200

2009/7/16 胡海鹏 - Hu Haipeng <address@hidden>:
>   So, how to correctly add these different two verses?

Try the following:

Split the music into named voice blocks, inside of the repeat structure.

  \repeat ... {
    \new Voice = "name" { }
  }

then apply them your lyrics, a block a time, with lyricsto

  <<
...
    \new Lyrics \lyricsto "name" \lyricmode { ly -- rics }
  >>
-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org




reply via email to

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