Re: Crash from embedded comment

2020-11-19 Thread Federico Bruni
Il giorno gio, nov 19 2020 at 16:58:31 -0500, Trevor Bača ha scritto: (minimum-distance . 12) % errant comment causes crash You should use `;` to add a comment in a Scheme block, so it doesn't look like a bug to me. v2.20 did not produce an error, but the documentation already

Crash from embedded comment

2020-11-19 Thread Trevor Bača
Hi, This causes Lily to crash: ### BEGIN ### \version "2.21.80" \new Score << \new GlobalContext { s1 } \new Staff { c'1 } >> \layout { \context { \name GlobalContext \type Engraver_group \consists Axis_group_engraver \override

Re: "Including" stdin hangs LilyPond during parsing

2020-11-19 Thread Hans Åberg
> On 19 Nov 2020, at 21:17, Trevor Bača wrote: > > ### BEGIN ### > > \version "2.20.0" > \include "-" > > \new Staff > { >c'4 > } > > ### END ### > > Hangs during parsing: > > GNU LilyPond 2.20.0 > Processing `test.ly' > Parsing... > < hangs forever > > > Presumably the (spurious)

"Including" stdin hangs LilyPond during parsing

2020-11-19 Thread Trevor Bača
Hi, ### BEGIN ### \version "2.20.0" \include "-" \new Staff { c'4 } ### END ### Hangs during parsing: GNU LilyPond 2.20.0 Processing `test.ly' Parsing... < hangs forever > Presumably the (spurious) filename "-" dereferences to stdin, putting Lily in a wait state for user input that's