From 737f2b57b4345a98421c0fa0cd101eb35fc7cbbc Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Sat, 21 Oct 2006 09:25:45 +0000 Subject: [PATCH] Added accidental dimensions --- Sources/VLSheetViewInternal.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Sources/VLSheetViewInternal.h b/Sources/VLSheetViewInternal.h index 863c177..11b9a90 100644 --- a/Sources/VLSheetViewInternal.h +++ b/Sources/VLSheetViewInternal.h @@ -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;