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