Part of the music class functionality is to allow handstrokes and
backstrokes to be specified independently, or together. An enumeration,
EStroke is provided to enable this to take place.
   
It is defined as follows:
     enum EStroke
     {
       eHandstroke,
       eBackstroke,
       eBoth
     };