/**************************************************************************** PROJECT: MusixTeX PreProcessor FILE : inote.h AUTHOR : J. C. Nieuwenhuizen copyright (c) FlowerSoft 1995 --*/ #ifndef __INOTE_H #define __INOTE_H void initNoteNames(); #ifndef __NOTENAMEARRAY_H #include "namearra.h" #endif extern NoteNameArray noteNames; #endif //__INOTE_H //