lilypond-user
[Top][All Lists]
Advanced

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

Doubling a note makes MIDI output louder


From: Knute Snortum
Subject: Doubling a note makes MIDI output louder
Date: Sun, 9 Jul 2023 06:45:01 -0700

Hi everyone.

If two voices play the same note, the MIDI output for that note is louder (twice as loud?) than the surrounding notes.

%%%
\version "2.25.6"

\score {
  \new PianoStaff <<
    \new Staff { g'8 d' e' d' g'2 }
    \new Staff { \clef bass b8 d' c' d' b2 }
  >>
  \layout {}
  \midi {}
}
%%%

I'm not sure exactly how one would deal with this problem, other than with tags.  Maybe \parenthesize could not produce MIDI output?  Or is there a way to check internally if the same note is played by two voices not to double the loudness?

--
Knute Snortum


reply via email to

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