lilypond-user
[Top][All Lists]
Advanced

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

Re: Lily 2.19.83 crashed


From: David Kastrup
Subject: Re: Lily 2.19.83 crashed
Date: Mon, 10 Feb 2020 15:52:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Jacques Menu <address@hidden> writes:

> Hello folks,
>
> The attached file caused a crash:
>
> menu@macbookprojm: ~/libmusicxml-git/files/samples/musicxml > lilypond 
> HelloWorld.ly 
> GNU LilyPond 2.19.83
> Processing `HelloWorld.ly'
> Parsing...
> Interpreting music...
> warning: no music found in score
> Preprocessing graphical objects...
> Interpreting music...
> warning: no music found in score
> MIDI output to `HelloWorld.midi'...Segmentation fault: 11 (core dumped)
>
> due to:
>
>       \new Staff = "Part_POne_Staff_One"
>       \with {
>       }
>       <<
>       >>
>
> My wrong, I confess…

The given example does not generate Midi.  An example showing probably
the same kind of crash would be

\score {
  \new Staff {}
  \midi {}
}
Might be worth reporting to the bug list so that it gets tracked.

-- 
David Kastrup
My replies have a tendency to cause friction.  To help mitigating
damage, feel free to forward problematic posts to me adding a subject
like "timeout 1d" (for a suggested timeout of 1 day) or "offensive".

reply via email to

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