bug-lilypond
[Top][All Lists]
Advanced

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

Segfault in MIDI with empty score via skipTypesetting


From: David Kastrup
Subject: Segfault in MIDI with empty score via skipTypesetting
Date: Sun, 24 Oct 2021 00:16:19 +0200

The following eventually crashes:

\version "2.23.5"

\score {
  {
    \set Score.skipTypesetting = ##t
    c1
  }
  \midi { }
}
-*- mode: compilation; default-directory: "/tmp/" -*-
Compilation started at Sun Oct 24 00:14:20

lilypond /tmp/bah.ly
GNU LilyPond 2.23.5 (running Guile 1.8)
Processing `/tmp/bah.ly'
Parsing...
/tmp/bah.ly:1: warning: no \version statement found, please add

\version "2.23.5"

for future compatibility
Interpreting music...
programming error: no current dynamic
continuing, cross fingers
programming error: no current dynamic
continuing, cross fingers
programming error: no dynamic span to finish
continuing, cross fingers
MIDI output to `bah.midi'...
Compilation segmentation fault (core dumped) at Sun Oct 24 00:14:21

-- 
David Kastrup

reply via email to

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