lilypond-user
[Top][All Lists]
Advanced

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

Re: Midi notes not stopping


From: Gianmaria Lari
Subject: Re: Midi notes not stopping
Date: Wed, 29 Nov 2017 08:47:32 +0100

wow!!

Made some quick test (windows 10) and yes I have been able to reproduce the issue.

Ben is right, it goes away if you set tempo < 100.

It also looks related to the instrument you select. If you set the instrument to "electric piano 1" and tempo 2=100 you will see a very long sound decay(?) (few seconds) but at the end it will stop. The same with tempo 2=99 stops immediately. 
If you set to violin/accordion/trumpet and tempo 2=100 it looks lasting forever. Could it be a wrong setting in the midi instrument sustain/decay????


On 29 November 2017 at 02:19, Chris Yate <address@hidden> 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{}  }
------


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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