2009/7/16 胡海鹏 - Hu Haipeng <hhpmu...@163.com>:
>   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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to