bug-lilypond
[Top][All Lists]
Advanced

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

Re: return to previous voice context


From: Mats Bengtsson
Subject: Re: return to previous voice context
Date: Tue, 4 Mar 2014 08:08:46 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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! }
>>
}








reply via email to

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