lilypond-user
[Top][All Lists]
Advanced

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

Re:Re: Re: different lyrics with different alternatives


From: 胡海鹏 - Hu Haipeng
Subject: Re:Re: Re: different lyrics with different alternatives
Date: Thu, 16 Jul 2009 21:59:35 +0800 (CST)

Thank you. Then, is this ok? It can compile, but I don't know 1) whether the lyrics are correctly aligned; and 2) whether the second and third new voices change stems to weird directions.

Regards
Haipeng

\version "2.13.3"

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

  lyrica = \lyricmode {
    do re mi fa sol la si do re do si la
  }

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

  lyricc = \lyricmode {
    sol gee gee
  }

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

  \score {
    \new Staff << \music
    \new Lyrics = "one" \lyricsto "rep" \lyrica
    \new Lyrics = "two" \lyricsto "rep" \lyricb
    \context Lyrics = "two" \lyricsto "alt" \lyricc
    \context Lyrics = "two" \lyricsto "res" \lyricd
  >>
  \layout { }
  \midi { }
  }

 




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

reply via email to

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