David Kastrup <dak <at> gnu.org> writes:

> 
> Simon Albrecht <simon.albrecht <at> mail.de> writes:
> 
> > Hello,
> >
> > If a temporary polyphonic passage (as in
> >
http://lilypond.org/doc/v2.18/Documentation/notation/multiple-voices#single_002dstaff-polyphony)
> > contains \new Lyrics, the next note comes late and is stuffed into a
> > chord with the following one(s).
> 
> Sounds like
> 
> Issue 2010: \lyricsto may turn into a voice-mangling zombie when both
> parents die at the same time
> 
> <URL:http://code.google.com/p/lilypond/issues/detail?id=2010>
> 

A trivial workaround is to move the Lyrics context out of the Voice/Staff:

\version "2.18.0"
\language "deutsch"

\new score{
<<
\relative { g'2 f

<< { \voiceTwo e d c }

\new Voice = "B I" { \voiceOne g' f e }

 >>

\oneVoice

c d e

}
\new Lyrics \lyricsto "B I" \lyricmode { What a mess! }
>>
}






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

Reply via email to