Hi Yann,

2014-08-26 17:23 GMT+02:00 Yann <[email protected]>:


> My question is, is there a way to specify an absolute ending volume for
> the decresc (or maybe with an invisible dynamic). Is someone aware of a way
> to achieve this ?
>

See :
http://lilypond.org/doc/v2.16/Documentation/notation/controlling-midi-dynamics
Maybe :

\version "2.18.2"

\score {
  \relative c' {
    % uncomment :
    %\set midiMinimumVolume = #.5
    c4\mp d\< e f |
    g a b c |
    b\> a g f |
    e d c2\! |
    c c |
    g'1
    \unset midiMinimumVolume
  }
  \layout {}
  \midi {}
}

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

Reply via email to