mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
Fix interaction between key signature and accidentals preference
This commit is contained in:
parent
ef2de5ad11
commit
7c421e176a
|
@ -201,6 +201,9 @@ VLMusicElement sSemi2Accidental[13][12] = {
|
||||||
if (visual & VLNote::kWantSharp)
|
if (visual & VLNote::kWantSharp)
|
||||||
*accidental = kMusicSharp;
|
*accidental = kMusicSharp;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
visual = 0;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return (octave*3.5f
|
return (octave*3.5f
|
||||||
|
|
Loading…
Reference in New Issue
Block a user