lilypond-user
[Top][All Lists]
Advanced

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

Re: MIDI, dynamics and expression


From: Dario Marrini
Subject: Re: MIDI, dynamics and expression
Date: Fri, 7 Apr 2023 20:34:09 +0200

I tried your code, it's similar to my one, I attach a screen .mkv with audio
I don't know where is the problem
many thanks

Il giorno ven 7 apr 2023 alle ore 17:15 Knute Snortum <ksnortum@gmail.com> ha scritto:
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

Attachment: lY_Dynamic-2023-04-07_20.13.30.mkv
Description: video/matroska


reply via email to

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