AFAICT the note is not played louder. However it is played twice and then 
depending on your sound device that may or may not result in that note being 
louder.

Mobil gesendet

> Am 09.07.2023 um 15:46 schrieb Knute Snortum <ksnor...@gmail.com>:
> 
> 
> 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