On Fri 11 Sep 2020 at 23:46:03 (+1000), Alasdair McAndrew wrote:
> I have a chord of two notes.  And I'd like to split it into two voices so
> that the top note's stem points up, and the bottom note's stem points down,
> and with a fingering, like this:
> 
> <<{\set fingeringOrientations = #'(left) <g-2>4}\\{c,4}>>
> 
> However, in Frescobaldi this throws the error "return code -1073741819".  I
> can voice it without a fingering, or within a single voice, so that either
> of these work:
> […]

It's a bug in LP, I believe. If you have more editing to carry out on
the score, just plough on regardless and the error will probably
disappear. (Sorry to sound like 45. :) )

Convert -1073741819 to hex, and it translate into Access Violation,
ie reading/writing to an out-of-bounds address. Not easy to debug.

Cheers,
David.

Reply via email to