Comment #3 on issue 2010 by [email protected]: \lyricsto may turn into a voice-mangling zombie when both parents die at the same time
http://code.google.com/p/lilypond/issues/detail?id=2010

Ok, an update from the mailing list.  We have here
<URL:http://lists.gnu.org/archive/html/bug-lilypond/2013-12/msg00079.html>
with
Complete minimal working example, omitting the lower staff:

  \version "2.16.2"

  sopTxt = \new Lyrics = sopL \with { alignAboveContext = "upper" }
    \lyricsto sop \lyricmode { A C }

  sopV = \relative c'' { << { c2 c } { \sopTxt } >> c4 c c c }
  altV = \relative c'  { c4 c c c c c c c }

  \score {
    \new ChoirStaff <<
      \new Staff = upper <<
        \new Voice = sop { \voiceOne \sopV }
        \new Voice = alt { \voiceTwo \altV }
      >>
      \new Lyrics \lyricsto alt { A B C D E F G H }
    >>
  }

Where are the four c4 notes of the soprano?

Now one can make the problem go away by either shortening the lyrics by a syllable (making them longer does not help) or by removing the \lyricsto sop.

That puts the blame on the combination of \lyricsto with a Simultaneous_music_iterator: it seems to be a work hypothesis that the ending lyrics context coinciding with same simultaneous music as its associated context makes the Simultaneous_music_iterator lock up.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to