Updates:
Labels: Patch-new
Comment #2 on issue 2836 by [email protected]: LilyPond hangs if
NoteHead 'stencil is empty
http://code.google.com/p/lilypond/issues/detail?id=2836
This is the same as issue 1585, where we are told to
\override NoteHead #'stencil = #point-stencil
which works.
LilyPond has for a long time assigned and indefinite ("NaN") position to
the Stem in these case. Now with issue 2148 everything gets skylines and
the skyline code is not robust to indefinite positions and loops forever.
Probably we should be robust to missing stencils, avoid generating NaNs.
http://codereview.appspot.com/6494143/