#ifndef SCALES_LOADED
#define SCALES_LOADED 1
/* Scales.h */
extern int InstallScale (const int Select, int scale[]);
extern void TransposeScale (  const int transpose, int *scale, 
                              const int range);
#endif