Thanks for catching the issues with my example. I've tried to strip it down
even farther to the absolute simplest example that causes this crash. Try
this:
\version "2.19.49"
<<
% To get an interesting alternative bug, comment out the next line. Lilypond
finishes, but only engraves the first note on the staff.
\new Staff { \repeat unfold 7 r2}
\new Staff {
\tuplet 53/37 r4
\tuplet 37/29 c8
\tuplet 3/2 d8
\tuplet 5/3 e8
\tuplet 11/9 b4.
\tuplet 17/13 g8
\tuplet 7/5 r4
\tuplet 13/8 a8
\tuplet 8/5 b8
\tuplet 12/7 c4
\tuplet 23/19 r8
\tuplet 47/37 e8
\tuplet 43/29 f4
\tuplet 27/23 e2
\tuplet 15/11 r4.
\tuplet 29/17 {d8[ e g]}
\tuplet 53/47 c4.
% To eliminate bug, comment out next line.
\tuplet 61/37 r4
%Note: repeating the same tuplet with \repeat unfold doesn't cause this bug.
% Something about different tuplets produces the error.
}
>>
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Crash-programming-error-trying-to-freeze-time-tp196555p196587.html
Sent from the Bugs mailing list archive at Nabble.com.
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond