lilypond-user
[Top][All Lists]
Advanced

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

Re: lyrics disappear


From: MING TSANG
Subject: Re: lyrics disappear
Date: Sun, 12 Feb 2012 01:22:42 -0800 (PST)

Thank you very much.  The sample code helps.
 
Blessing in+,

From: Carl Sorensen <address@hidden>
To: MING TSANG <address@hidden>; Matthew Collett <address@hidden>
Cc: lilypond-usermailinglist <address@hidden>
Sent: Sunday, February 12, 2012 1:20:15 AM
Subject: Re: lyrics disappear

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]