bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lilypond crashes with SIGSEGV when creating an emtpy MIDI file


From: James
Subject: Re: Lilypond crashes with SIGSEGV when creating an emtpy MIDI file
Date: Mon, 6 Dec 2021 17:04:28 +0000

Hello,

On 06/12/2021 16:02, Johannes Feulner wrote:
When running lilypond on LY-input broken.ly (s. below), lilypond crashes with SIGSEGV and a temporary  file named like broken.midi.0123abcd remains.

The desired output would be a correct MIDI file without any note on/off events.

\version "2.22.0"
\score {
   \new voice {
      \set Score.skipTypesetting = ##t
      c'
    }
  \midi {}
}

I hope someone can fix it.

This is waht I found, the creation of a Midi_walker fails because the audio_column_ of audio_items such as the track name does not get initialized.

Johannes


This has been reported on https://gitlab.com/lilypond/lilypond/-/issues/6202

Thanks

James

--
Regards

James




reply via email to

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