// **********************************************
// File: MENU.H

#define  M_FILE	0
#define  M_FILE_NEW	1
#define  M_FILE_OPEN	2
#define  M_FILE_SAVE	3
#define  M_FILE_SAVEAS	4
#define  M_FILE_CREATEMIDI      5
#define  M_PRINT        32
#define  M_LAYOUT	2
#define  M_LAYOUT_PARTS	49
#define  M_LAYOUT_PAGE	50
#define  M_LAYOUT_REFORMAT      51
#define  M_SYMBOLS	3
#define  M_SYMBOLS_NOTES	65
#define  M_SYMBOLS_KEYS	66
#define  M_SYMBOLS_BEATS	67
#define  M_SYMBOLS_BARS	68
#define  M_SYMBOLS_LOUDNESS	69
#define  M_SYMBOLS_TEXT 70
#define  M_SYMBOLS_BLOCK        71
#define  M_HELP	4
#define  M_HELP_ABOUT	81
