Once I added an include for articulate.ly it compiles just fine here.

\version "2.24.0"
\language "deutsch"
\include "articulate.ly"

acctest = {\time 6/8
           \relative c' {
            d8 e f g a \acciaccatura c h}}

\score {
 \articulate
 \acctest
\layout{}
\midi{}
}

results in:

Starting lilypond 2.24.0 [Untitled]...

Processing `/tmp/frescobaldi-u5zhijhv/tmp6z2p1xeo/document.ly'

Parsing...

Interpreting music...

Preprocessing graphical objects...

Interpreting music...

MIDI output to `document.midi'...

Finding the ideal number of pages...

Fitting music on 1 page...

Drawing systems...

Converting to `document.pdf'...

;;; note: source file
/home/michael/lilypond/lilypond-2.24.0/share/lilypond/2.24.0/scm/lily/font.scm

;;; newer than compiled
/home/michael/lilypond/lilypond-2.24.0/lib/lilypond/2.24.0/ccache/lily/font.go

Success: compilation successfully completed

Completed successfully in 0.6".


[image: image.png]


And with the \articulate commented out:


[image: image.png]

For what it's worth I'm running KUbuntu, up to date as of about 12 hours
ago, with Lilypond 2.24.0 from the Lilypond website. Don't know if this
helps, but hopefully maybe it might.


Michael

On Sat, Jan 7, 2023 at 4:01 AM Gordon Bower <g...@taigabridge.net> wrote:

>
> When I tried to recompile a piece I had written in 2.22.1 with 2.24.0, I
> got a mysterious error message:
> "Exited with return code -1073741784."
>
> Commenting out things until it would compile, I found the problem was
> specifically when articulate was applied to a music group with an
> accacciatura:
>
> \version "2.24.0"
> \language "deutsch"
>
> acctest = {\time 6/8
>            \relative c' {
>             d8 e f g a \acciaccatura c h}}
>
> \score {
>  \articulate
>  \acctest
> \layout{}
> \midi{}
> }
>
> The above exits with an error.
> With \articulate commented out, it compiles and displays the result, 6
> quavers with a grace note on the last, as expected.
> With the accacciatura commented out, it compiles and plays back correctly
> (and displays something a little odd, one bar of 6/8 with 6 eighth notes
> and 6 eights rests - but that is just it trying to display something
> intended only for MIDI export on the screen.)
>
> Please let me know if you get the same error, and if this is a matter for
> the programmers rather than for me to worry about.
>
> Thank you!
>
> GRB
>

Reply via email to