Thank you for your replies. Then, is this good? I still use voice association, 
because I'll use ignoreMelismata in the second stanza in the actual song, and I 
don't want to generate more weird things.

Regards
Haipeng

 

\version "2.13.3"

  music = \relative c' {
    \clef treble \time 4/4
    \repeat volta 2 {
    c4 d e f | g a b c | d c b a |
  }
  \alternative { { g1 } { g2. g4 } }
    a b c a | g f e d | c1 \bar "|."
  }

  lyrica = \lyricmode {
    do re mi fa sol la si do re do si la sol.
    gee, gee eigh bee see eigh gee ef yee dee see.
  }

  lyricb = \lyricmode {
    see dee yee ef gee eigh bee see dee see bee eigh
  }

  \score {
    \new Staff <<
    \new Voice = "do" \music
    \new Lyrics = "one" \lyricsto "do" \lyrica
    \new Lyrics = "two" \lyricsto "do" \lyricb
  >>
  \layout { }
  \midi { }
  }

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

Reply via email to