On 2/11/12 6:23 PM, "MING TSANG" <tsan...@rogers.com> wrote:

>Thank you for the info.
>
>
>The reason I try this approach is because I have 96 bars of voice 1 and
>voice 2 comes in at bars 51-70 only.  The notes on pdf seems ok except
>the lyrics.  I am seeking work around.
>
>If I use new voice approach, that I need to have 50 bars rest or space
>before coding voice 2.


No, you can do something like:

version "2.15.26"

\score {
  <<
    \new Voice = "one" {
      a'' b''
      << 
        {
          \voiceOne c'' d''
        }
        \new Voice {
          \voiceTwo
          e' f'
        }
      >>
    }
    \new Lyrics \lyricsto "one" {
      fee fie fo fum
    }
  >>
}




HTH,

Carl


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

Reply via email to