Just a follow up to say that (almost) all my problems have been resolved by
moving from 32-bit Lilypond on Windows to 64-bit Lilypond on Linux.   Many
thanks to all the kind folk who have helped me try to determine the
causes.   Problems left are minor syntactical ones which I'll wrestle with
quietly.  But the exit code error seems to have been caused by a memory
issue on Windows.

Thank you all again,
Alasdair

On Fri, Sep 11, 2020 at 11:46 PM Alasdair McAndrew <amc...@gmail.com> 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:
>
> <<g4\\c,4>>
> \set fingeringOrientations = #'(left left) <g-2 c,>4
>
> but voiced, and with a left-hand fingering, seems impossible.  What's
> annoying is that I was able to do exactly this a few bars ago.  So
> somehow something's happened in the last few bars which has thrown Lilypond
> off and is now causing an error.  But all the intervening bars compile
> without any errors or warnings.
>
> Here's a picture of the last line so far:
>
> [image: marais_error.png]
> You'll see the correct output in the second beat of bar 92.  Also notice
> that in bar 91 there is a chord of five notes of which the top stem points
> up, the bottom stems down.  When I copied this into bar 95 I got the same
> error, so I had to put all notes into the same voice.
>
> How can I find out what's causing this error?
>
> Thanks very much,
> Alasdair
>
> --
> https://numbersandshapes.net
>


-- 
https://numbersandshapes.net

Reply via email to