lilypond-devel
[Top][All Lists]
Advanced

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

Re: BUG? simultaneous Music and Lyrics


From: Phil Holmes
Subject: Re: BUG? simultaneous Music and Lyrics
Date: Fri, 8 Feb 2013 10:01:35 -0000

----- Original Message ----- From: "Jan-Peter Voigt" <address@hidden>
To: "Phil Holmes" <address@hidden>
Cc: <address@hidden>
Sent: Friday, February 08, 2013 9:47 AM
Subject: Re: BUG? simultaneous Music and Lyrics


I think this may be
<URL:http://code.google.com/p/lilypond/issues/detail?id=2010>

\lyricsto may turn into a voice-mangling zombie when both parents die at
the same time
thanks


Please reduce this to a tiny example.
http://www.lilypond.org/website/tiny-examples.html

--
Phil Holmes
OK?

Best, Jan-Peter

Much better, thanks. Looks like David's answer is correct. Changing this so the voices don't die fixes it:

\new Staff {
 <<
   {
     \voiceOne R1 \oneVoice c''4 a' e'' g'' c''1
   }
   \new CueVoice = "cue" {
     \voiceTwo c'4 e' g' b' s1 s1
   }
   \new Lyrics \lyricsto "cue" \lyricmode { la la la la la }
 >>
}

--
Phil Holmes



reply via email to

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