bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Crash with bare duration at the start of a Voice-alias context


From: Simon Albrecht
Subject: Crash with bare duration at the start of a Voice-alias context
Date: Thu, 14 Apr 2022 09:38:21 +0200

Hello list,

this causes a crash while Interpreting music (Exiting with return code 11.):

%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% also happens with 2.20.0
\version "2.23.6"
%%{
% also happens with VaticanaVoice,MedicaeaVoice,PetrucciVoice
\new MensuralVoice {
  % this prevents the crash
  %c'1
  1
}
%}
% none of these cause the crash
%{
\new Voice \with {
  \remove Ligature_bracket_engraver
  \consists Mensural_ligature_engraver
  \override NoteHead.style = #'mensural
  autoBeaming = ##f
} { 1 }
%}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Best, Simon





reply via email to

[Prev in Thread] Current Thread [Next in Thread]