lilypond-user
[Top][All Lists]
Advanced

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

Conflict between articulate.ly and \accacciatura in 2.24.0


From: Gordon Bower
Subject: Conflict between articulate.ly and \accacciatura in 2.24.0
Date: Sat, 7 Jan 2023 02:00:34 -0700


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

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