1
0
miroir de https://github.com/microtherion/VocalEasel.git synchronisé 2025-05-15 09:14:29 +00:00

Fix interaction between key signature and accidentals preference

Cette révision appartient à :
Matthias Neeracher 2008-07-13 21:14:49 +00:00
Parent ef2de5ad11
révision 7c421e176a

@ -201,6 +201,9 @@ VLMusicElement sSemi2Accidental[13][12] = {
if (visual & VLNote::kWantSharp)
*accidental = kMusicSharp;
break;
default:
visual = 0;
break;
}
return (octave*3.5f