// Map symbols
constant kSymDiamond     := 1;	// these correspond to note types in notedata.txt
constant kSymTriangle    := 2;
constant kSymInvTriangle := 3;
constant kSymCircle      := 4;
constant kSymSquare      := 5;

constant kCursorSize := 10;
