lilypond-user
[Top][All Lists]
Advanced

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

New version of articulate available


From: Peter Chubb
Subject: New version of articulate available
Date: Fri, 18 Mar 2011 10:42:53 +1100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.2 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

Version 1.5 of the Articulate scripts is now available from
http://www.nicta.com.au/people/chubbp/articulate/ 

This version adds support for mordents --- thanks to Patrick Karl who
reported the issue.

The next big thing I'd like Lilypond to do is to handle dynamics in
MIDI better.  The problem is things like:
\version "2.13.55"
\score {
   \relative c' {
       \set Staff.midiInstrument = "clarinet"
       \tempo 8=44
       \cadenzaOn
       fis'8\ppp \< ~ fis2. ~ fis8 \!\ffff \bar "|"
       }
}
(from Messiaen's `Abime des Oiseaux', bar 13) -- a smooth crescendo
over almost the full range of the instrument.  Lily renders it in
three steps.  And the original is more like:

\score {
       \relative c' {
        \set Staff.midiInstrument = "clarinet"
       \tempo 8=44
       \cadenzaOn
       <<
        fis'1 \\
        { s8\ppp \< ~ s2. ~ s8 \!\ffff }
       >> 
               \bar "|"
       }
        \layout{}
        \midi{}
        }

but that renders really badly.
       
       

--
Dr Peter Chubb                                  peter DOT chubb AT nicta.com.au
http://www.ertos.nicta.com.au               ERTOS within National ICT Australia
All things shall perish from under the sky/Music alone shall live, never to die



reply via email to

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