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.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to