lilypond-user
[Top][All Lists]
Advanced

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

Midi notes not stopping


From: Chris Yate
Subject: Midi notes not stopping
Date: Wed, 29 Nov 2017 01:19:38 +0000

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{}  }
------


reply via email to

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