Re: Custos_engraver crash with no explicit pitches

2023-03-17 Thread Simon Albrecht
On 17/03/2023 16:26, David Kastrup wrote: That is not a minimal example. Try \new Staff \with { \consists "Custos_engraver" } { 1 } Of course, I should have thought of that. Best, Simon

Re: Custos_engraver crash with no explicit pitches

2023-03-17 Thread Simon Albrecht
Hi Jean, On 17/03/2023 16:38, Jean Abou Samra wrote: Thanks, but you already reported that bug about a year ago. Thanks for digging that up/remembering. I did search the issue database for ‘custos crash’ (or ‘crash custos’ maybe), but despite the label “Crash” issue 6327 didn’t show up.

Re: Custos_engraver crash with no explicit pitches

2023-03-17 Thread Jean Abou Samra
Le vendredi 17 mars 2023 à 16:12 +0100, Simon Albrecht a écrit : > Hello everyone, > > found this while creating a minimal example. The following code crashes > on both 2.24.0 and 2.25.2: > > > \version "2.24.0" > > \new Staff \with { >    \consists Custos_engraver > }

Re: Custos_engraver crash with no explicit pitches

2023-03-17 Thread David Kastrup
Simon Albrecht writes: > Hello everyone, > > found this while creating a minimal example. The following code > crashes on both 2.24.0 and 2.25.2: > > > \version "2.24.0" > > \new Staff \with { >   \consists Custos_engraver > } { 1 \break r1 1 } > > > Not sure

Custos_engraver crash with no explicit pitches

2023-03-17 Thread Simon Albrecht
Hello everyone, found this while creating a minimal example. The following code crashes on both 2.24.0 and 2.25.2: \version "2.24.0" \new Staff \with {   \consists Custos_engraver } { 1 \break r1 1 } Not sure it’s ever going to trigger in real-life