Added accidental dimensions

This commit is contained in:
Matthias Neeracher 2006-10-21 09:25:45 +00:00
parent 58dabaf67e
commit 737f2b57b4

View File

@ -20,6 +20,10 @@ const float kKeyW = 10.0f;
const float kAccW = 10.0f;
const float kSharpY =-15.0f;
const float kFlatY = -7.0f;
const float kNaturalY =-15.0f;
const float kSharpW =-11.0f;
const float kFlatW = -9.0f;
const float kNaturalW = -7.0f;
const float kImgScale = 0.04f;
const float kChordY = 7.0f*kLineH;
const float kChordW = 40.0f;