Hello all,

I would like to ask if anyone knows how to control the speed of the trills
in the MIDI output when using articulate.ly. Currently, the articulate.ly
simply converts a note with a trill into a bunch of 32nd notes, regardless
of the tempo of the piece. This works very well for slow tempi (< 60 bpm),
but sounds terrible when the tempo gets faster. E.g.:

\version "2.19.28"
\include "articulate.ly"
\score {
  \articulate {    
    \tempo 4 = 48
    c'4 d' e' f'
    g'1\startTrillSpan
    \tempo 4 = 88
    c'4\stopTrillSpan d' e' f'
    g'1\startTrillSpan
    \tempo 4 = 160
    c'4\stopTrillSpan d' e' f'
    g'1\startTrillSpan
  }
  \midi {}
  \layout {}
}

which produces this:  trills.mid
<http://lilypond.1069038.n5.nabble.com/file/n184205/trills.mid>  

Is there a way to manually set the division of those trills (e.g. 16th
notes, tuplets of 8th notes, etc.)?

Thanks a lot,
Gilberto



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/articulate-ly-and-trills-tp184205.html
Sent from the User mailing list archive at Nabble.com.

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

Reply via email to