bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1113 in lilypond: score with Ambitus_engraver and voice with


From: lilypond
Subject: Re: Issue 1113 in lilypond: score with Ambitus_engraver and voice with spacers only produces "programming error"
Date: Thu, 10 Jun 2010 07:32:39 +0000


Comment #2 on issue 1113 by address@hidden: score with Ambitus_engraver and voice with spacers only produces "programming error"
http://code.google.com/p/lilypond/issues/detail?id=1113

Please note that the actual reported simplified test case throwing the error was
\new Voice \with {\consists "Ambitus_engraver"} { \new Voice { c'' } }

The other given test cases narrow down when the error will occur, and when not.

The follwing test case still gives an error:
\new Voice \with {\consists "Ambitus_engraver"} { s4*0 \new Voice { c''4 } }
while the following two patterns don't:
\new Voice \with {\consists "Ambitus_engraver"} { s4 \new Voice { c''4 }  }
\new Voice \with {\consists "Ambitus_engraver"} { c4*0 \new Voice { c''4 } }
and (not explicitly mentioned in the original mail)
\new Voice \with {\consists "Ambitus_engraver"} { c4 \new Voice { c''4 }  }
also does not throw an error.

Like mentioned in the original mail, it would appear that _either_ using up some time before creating the new voice, _or_ creating an actual note (even one not using up time) will prevent the errors from occuring.




reply via email to

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