[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Custos_engraver crash with no explicit pitches
From: |
David Kastrup |
Subject: |
Re: Custos_engraver crash with no explicit pitches |
Date: |
Fri, 17 Mar 2023 16:26:48 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Simon Albrecht <simon.albrecht@mail.de> 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 it’s ever going to trigger in real-life situations, but it’s
> a crash without error handling. “Output code 11.”
That is not a minimal example. Try
\new Staff \with { \consists "Custos_engraver" } { 1 }
--
David Kastrup