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

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

Reply via email to