lilypond-user
[Top][All Lists]
Advanced

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

Re: midi volume single note


From: bb
Subject: Re: midi volume single note
Date: Mon, 13 Nov 2017 10:57:13 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

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 {}
}


reply via email to

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