Uh, am I by now in everybody's killfile, or do people just enjoy having
me throw a fit for every contribution?  If it is the latter, I am afraid
that I am currently hospitalized because of my blood pressure and I sort
of think that my doctors would disapprove.  Tough luck.  Maybe next
time.

Anyway, I should think that this bug description including a list of
relevant examples should warrant being recorded by the bug squad.

All the best.

David Kastrup <d...@gnu.org> writes:

> David Kastrup <d...@gnu.org> writes:
>>
>> I get the following two "programming error"s.  What's up?
>
> A simpler test case is
>
> \new Voice \with {\consists "Ambitus_engraver"} { \new Voice { c'' } }
>
> The key point appears to be that the music written in the inner voice
> apparently is sufficient for triggering some processing that would
> require the c'' to be actually in the voice with the Ambitus_engraver.
>
> The error occurs even if there are any notes after the inner voice.  It
> does not occur when any music (including just s) is placed before the
> inner voice.  This seems to depend on both timing as well as notes:
>
> \new Voice \with {\consists "Ambitus_engraver"} { s4 \new Voice { c''4 }  }
>
> creates no error.
>
> \new Voice \with {\consists "Ambitus_engraver"} { c4*0 \new Voice { c''4 }  }
>
> creates no error.
>
> \new Voice \with {\consists "Ambitus_engraver"} { s4*0 \new Voice { c''4 }  }
>
> creates the above errors.

-- 
David Kastrup


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

Reply via email to