lilypond-user
[Top][All Lists]
Advanced

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

Re: Midi notes not stopping


From: Ben
Subject: Re: Midi notes not stopping
Date: Tue, 28 Nov 2017 20:44:28 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

On 11/28/2017 8:19 PM, Chris Yate wrote:
Hi guys, 

I've searched a bit for hints on this and couldn't come up with anything relevant. I may be using the wrong search terms.

This is a very short excerpt from a piece I'm writing where the midi playback is broken. It's not the end of the world for the finished product, but it is very annoying.

The following example causes at least one midi note to not be released.  

The tempo marking is an issue, as at lower tempo I can't reproduce it. It also appears to have something to do with having the tuplet yhere.

Fails in both 2.18 and 2.19.80.

Thanks in advance for your time!

Chris

Code follows:
------
\score {
 \new Voice {  \set Staff.midiInstrument = #"trumpet"
     \relative c'''{
       \tempo 2 = 100
   \relative e'' { e4 \tuplet 5/4 { e16 f fis g gis }  }  
      }
  } \layout{}  \midi{}  }
------




Hi Chris,

Strange, the issue does indeed appear to go away when you set the the tempo to \tempo 2 = 99 or below, and yet remains for any tempo 100 and over...weird. I've never had that happen before.

I tried to add hidden notes or spacer rests after the tuplet just to see if I could kill the MIDI note(s) that way and I failed. I am curious too about this...



reply via email to

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