lilypond-user
[Top][All Lists]
Advanced

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

Re: grace notes MIDI playback


From: Gilberto Agostinho
Subject: Re: grace notes MIDI playback
Date: Sat, 28 Nov 2015 04:55:32 -0700 (MST)

Hmm, but here is a huge limitation of the articulate.ly script: the duration
of the appoggiaturas played on the beat depend only on the number of notes,
not on their duration! See:

\version "2.19.28"
\include "articulate.ly"

music = {
  \appoggiatura {c'8} d'2
  \appoggiatura {c'16} d'2
  \appoggiatura {c'32} d'2
  r2
  \appoggiatura {c'8 e'} d'2
  \appoggiatura {c'16 e'} d'2
  \appoggiatura {c'32 e'} d'2
  r2
}

\score {
  \music
  \layout{}
}
\score {
  \articulate \music
  \midi{}
}
         
It produces:  appo.midi
<http://lilypond.1069038.n5.nabble.com/file/n184218/appo.midi>  . As you can
hear, each group sound the same when they shouldn't.

Cheers,
Gilberto



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/grace-notes-MIDI-playback-tp184215p184218.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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