{SAMPLE FILE FOR MICROABC}

{ Only one file for both MIDI and PostScript outputs. }
{ MIDI output will be quantised in 1/256 of semitone =  0.39062 cents. }
{ PostScript output will be quantised in eighth-tones. }

basefreq: 261.625488 6	{base frequency for microtonal scale}
size: 13	{number of degrees for each modulo instance}
range: -60 60	{range relative to the center pitch}

alias: 1 2	{macro names column}
scl: 3		{intervals column}
sclmod: 3/1	{formal octave in scala-like format}
den:256         {microtonal accidentals denominator}
abcm2ps:4	{microtone resolution for abcm2ps}

{Bohlen-Pierce scale}
  0:  i    .    1/1        E e,
  1:  l    .    146.304    F f,
  2:  lis  mes  292.608    ^F ^f, _G _g,
  3:  m    .    438.913    G g,
  4:  n    .    585.217    A a,
  5:  nis  os   731.521    ^A ^a, _B _b,
  6:  o    .    877.825    B b,
  7:  r    .    1024.130   c C'
  8:  s    .    1170.434   d D'
  9:  sis  tes  1316.738   ^d ^D' _e _E'
 10:  t    .    1463.042   e E'
 11:  tis  us   1609.437   ^e ^E' _f _F'
 12:  u    .    1755.651   f F'
{end basic scale}

{enharmonics as flats -- for score}
{they are not read when size:13}
 13:  mes  lis  292.608    _G _g,
 14:  os   nis  731.521    _B _b,
 15:  tes  sis  1316.738   _e _E'
 16:  us   tis  1609.437   _f _F'
{end enharmonics}



