[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Lilypond crashes with SIGSEGV when creating an emtpy MIDI file
From: |
Jean Abou Samra |
Subject: |
Re: Lilypond crashes with SIGSEGV when creating an emtpy MIDI file |
Date: |
Tue, 7 Dec 2021 20:47:08 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.1 |
Le 06/12/2021 à 17:02, Johannes Feulner a écrit :
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.
Sounds like good analysis. Mind a fix?
Thanks,
Jean