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

Attachment: simultaneousLyrics-Bug.pdf
Description: Adobe PDF document

\version "2.16.1"

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

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

Reply via email to