bug-lilypond
[Top][All Lists]
Advanced

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

programming error/segfault while omitting Fingering.stencil with fingeri


From: Thomas Morley
Subject: programming error/segfault while omitting Fingering.stencil with fingeringOrientations set 'left
Date: Mon, 21 Jan 2019 22:02:31 +0100

Hi,

the following code is problematic

{
  \set fingeringOrientations = #'(left)
  \override Fingering #'stencil = ##f
  <g'-2 c''-4 >  %% chord needs two elements to trigger the bug
}

Versions 2.12.3 up to 2.16.2 print correctly, without error

Versions 2.18.2 up to 2.19.82 print correctly, but return:
programming error: Infinity or NaN encountered

Current master does:
Segmentation fault (core dumped)

Cheers,
  Harm



reply via email to

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