bug-lilypond
[Top][All Lists]
Advanced

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

Bad interaction between MIDI volume and skipTypesetting


From: David Kastrup
Subject: Bad interaction between MIDI volume and skipTypesetting
Date: Mon, 18 Oct 2021 20:14:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Example file:
timetrack =
{
  \set Score.skipTypesetting = ##t
  \skip 1
  \set Score.skipTypesetting = ##f
  \skip 1*2
}

music =
{
  c1\mf
  c1\f
  c1\ff
}


\score {
  << \music
     \context Staff \timetrack
   >>
  \midi { }
}
Output:
~~~
-*- mode: compilation; default-directory: "/tmp/" -*-
Compilation started at Mon Oct 18 20:12:06

lilypond /tmp/bad.ly
GNU LilyPond 2.23.5 (running Guile 1.8)
Processing `/tmp/bad.ly'
Parsing...
/tmp/bad.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
MIDI output to `bad.midi'...
programming error: asked to compute volume at -1.000000 for dynamic span of 
duration 1.000000 starting at 1
continuing, cross fingers
programming error: asked to compute volume at -1.000000 for dynamic span of 
duration 1.000000 starting at 1
continuing, cross fingers
programming error: asked to compute volume at -1.000000 for dynamic span of 
duration 1.000000 starting at 2
continuing, cross fingers
programming error: asked to compute volume at -1.000000 for dynamic span of 
duration 1.000000 starting at 2
continuing, cross fingers
Success: compilation successfully completed

Compilation finished at Mon Oct 18 20:12:07
~~~

-- 
David Kastrup

reply via email to

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