lilypond-user
[Top][All Lists]
Advanced

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

Re: MIDI, dynamics and expression


From: Knute Snortum
Subject: Re: MIDI, dynamics and expression
Date: Fri, 7 Apr 2023 08:15:42 -0700

On Fri, Apr 7, 2023 at 2:02 AM Dario Marrini <dario.marrini@gmail.com> wrote:
Hi lilypond people,
I tried adding these : 

midiMinimumVolume = #0.05
midiMaximumVolume = #0.95

but I got no so different results; 

Hmm, with the code below, I got very noticable results:

%%%
\version "2.24.1"

\score {
  \new Voice { c'4\pp\< 4 4 4 | 4 4 4 4\ff }
  \midi {
    \tempo 4 = 120
    \context {
      \Score
      midiMinimumVolume = #0.1
      % midiMinimumVolume = #0.50
      midiMaximumVolume = #0.99
      % midiMaximumVolume = #0.50
    }
  }
  \layout {}
}
%%% 

--
Knute Snortum


reply via email to

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