Changes in the MIDI volume take place only on starting a note, so
crescendi and decrescendi cannot affect the volume of a single note.
http://lilypond.org/doc/v2.18/Documentation/notation/creating-midi-files.html

Regards

Am 13.11.2017 um 08:38 schrieb Gianmaria Lari:
>
>     \version "2.19.80"
>     right = \relative c'' { c1 ~ c1 }
>     dynamics = { s4\fffff\> s4 s4 s4
>                  s4 s4 s4 s4\! \ppppp }
>
>     \score {
>       \new Staff \with { midiInstrument = "accordion"} 
>         \new Voice <<\right \dynamics>>
>       \midi {}
>       \layout {}
>     }
>

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

Reply via email to