lilypond-user
[Top][All Lists]
Advanced

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

Re: lyrics disappear


From: Carl Sorensen
Subject: Re: lyrics disappear
Date: Sun, 12 Feb 2012 06:20:15 +0000
User-agent: Microsoft-MacOutlook/14.10.0.110310

On 2/11/12 6:23 PM, "MING TSANG" <address@hidden> 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




reply via email to

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