I can confirm that it gives a segmentation fault with version 2.10.33
also in Linux.
In version 2.11, on the other hand, you don't get any crash, even though
the
resulting layout may need some extra tweaking.
/Mats
Marcus Macauley wrote:
\version "2.10.33"
\paper{ ragged-right=##t }
{
% Li
\version "2.10.33"
\paper{ ragged-right=##t }
{
% Lilypond (lilypond-windows.exe under Windows XP) crashes
% unless either one of the next two lines is commented out:
\override Stem #'stemlet-length = #0.5
r8[ r]
r8 r
r8[ c' r] }
% (The last two lines don't cause any problems.)
___