lilypond-user
[Top][All Lists]
Advanced

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

Re: how to get expression in midi


From: H. S. Teoh
Subject: Re: how to get expression in midi
Date: Wed, 4 Jan 2017 08:11:24 -0800
User-agent: NeoMutt/20161126 (1.7.1)

On Wed, Jan 04, 2017 at 05:07:30PM +0100, Dario Marrini wrote:
[...]
>        <<
>          \new Voice = "violino_I" { \violin_I }
>          \new Voice = "espress" { \expr_violin_I }
>        >>
[...]

In the latest 2.19.x, the MIDI dynamics performer has been moved from
Staff into Voice. So probably you should try this instead:

        \new Voice = "violino_I" <<
                \violin_I
                \expr_violin_I
        >>

That should do the trick, I believe.


--T



reply via email to

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