lilypond-user
[Top][All Lists]
Advanced

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

Re:Re: Re: Re: Re: different lyrics with different alternatives


From: 胡海鹏 - Hu Haipeng
Subject: Re:Re: Re: Re: Re: different lyrics with different alternatives
Date: Sat, 18 Jul 2009 00:35:33 +0800 (CST)

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

 




200万种商品,最低价格,疯狂诱惑你

reply via email to

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