Status: Accepted Owner: ---- Labels: Priority-Critical Type-Defect Regression
New issue 1103 by brownian.box: Typo in engraver name while defining new contexts causes lilypond to segfault
http://code.google.com/p/lilypond/issues/detail?id=1103 % --------------------------------- \version "2.13.21" % (stripped) example from % http://lilypond.org/doc/v2.13/Documentation/a5/lily-1af976b8.ly : \layout { \context { \name ImproVoice \type "Engraver_group" \consists "Rhythmic_column_engraver_foo" % "typo" here } \context { \Staff \accepts "ImproVoice" }} \relative c'' { a4 d8 bes8 \new ImproVoice { c4^"ad lib" c c4 c^"undress" c_"while playing :)" c } a1 } % --------------------------------- 2.12.3 compiles this successfully (with no "misspelled" engraver of course). _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond