programming error/segfault while omitting Fingering.stencil with fingeringOrientations set 'left

2019-01-21 Thread Thomas Morley
Hi, the following code is problematic { \set fingeringOrientations = #'(left) \override Fingering #'stencil = ##f %% 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: progr

Re: programming error/segfault while omitting Fingering.stencil with fingeringOrientations set 'left

2019-02-08 Thread Palmer Ralph
Hi, Harm - Thanks. This has been entered as issue #5476. All the best, Ralph On Mon, Jan 21, 2019 at 4:03 PM Thomas Morley wrote: > > Hi, > > the following code is problematic > > { > \set fingeringOrientations = #'(left) > \override Fingering #'stencil = ##f > %% chord needs two elements