lilypond-user
[Top][All Lists]
Advanced

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

Re: Specifying absolute MIDI start/end volume for crescendo/decrescendo


From: Pierre Perol-Schneider
Subject: Re: Specifying absolute MIDI start/end volume for crescendo/decrescendo
Date: Tue, 26 Aug 2014 20:07:02 +0200

Hi Yann,

2014-08-26 17:23 GMT+02:00 Yann <address@hidden>:
 
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


reply via email to

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