lilypond-user
[Top][All Lists]
Advanced

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

articulate.ly and trills


From: Gilberto Agostinho
Subject: articulate.ly and trills
Date: Fri, 27 Nov 2015 17:32:37 -0700 (MST)

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.



reply via email to

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