[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Lilypond crashes with SIGSEGV when creating an emtpy MIDI file
From: |
Johannes Feulner |
Subject: |
Lilypond crashes with SIGSEGV when creating an emtpy MIDI file |
Date: |
Mon, 6 Dec 2021 17:02:08 +0100 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.3.2 |
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
--
Johannes Feulner
Tel: +49 721 66995492 johannes.feulner@scorio.com
scorio WebMusic
Bonhoefferweg 3 76327 Pfinztal Germany
Inhaber Johannes Feulner
- Lilypond crashes with SIGSEGV when creating an emtpy MIDI file,
Johannes Feulner <=