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). This is on Ubuntu 13.10 with an x86 machine.
(almost) Minimal example:

\version "2.18.0"

\language "deutsch"


\paper {

#(set-paper-size "a7" 'landscape)

}


\relative { g'2 f

<< { \voiceTwo e d c }

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

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

>>

\oneVoice

c d e

}


--
Simon Albrecht, Kirchenmusikstudent

Attachment: return to previous voice context.pdf
Description: Adobe PDF document

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

Reply via email to