Updates:
Status: Verified
Comment #7 on issue 2030 by [email protected]: 2.14.2, dynamic cast
crash introduced in commit 6f6369c0
http://code.google.com/p/lilypond/issues/detail?id=2030
To verify this I used the sample code submitted by plroskin in Comment #2
\version "2.14.2"
\score {
<<
\new Staff = right { r4 \change Staff=left r8 b b b \change Staff=right
s }
\new Staff = left { r4 }
>>
\layout { }
}
With 2.14.2 the compilation fails with a Segmentation fault. With 2.15.22-1
the Lilypond source compiles successfully. A preview of the result is
attached.
So this is verified for 2.15.22 on Ubuntu 10.04.
Attachments:
Console log 2.4 KB
test.preview.png 2.1 KB
test.ly 163 bytes
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond