Re: return to previous voice context

2014-03-04 Thread Mats Bengtsson
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


Re: return to previous voice context

2014-03-04 Thread Simon Albrecht

Thanks for the information and sorry for not looking after the issue myself.
And thanks David for the issue summary ;-)

Am 04.03.2014 18:01, schrieb bug-lilypond-requ...@gnu.org:

Send bug-lilypond mailing list submissions to
bug-lilypond@gnu.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.gnu.org/mailman/listinfo/bug-lilypond
or, via email, send a message with subject or body 'help' to
bug-lilypond-requ...@gnu.org

You can reach the person managing the list at
bug-lilypond-ow...@gnu.org

When replying, please edit your Subject line so it is more specific
than Re: Contents of bug-lilypond digest...


Today's Topics:

1. Re: return to previous voice context (David Kastrup)
2. Re: return to previous voice context (Mats Bengtsson)


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


--
Simon Albrecht, Kirchenmusikstudent

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


Re: return to previous voice context

2014-03-03 Thread David Kastrup
Simon Albrecht simon.albre...@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

-- 
David Kastrup


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