
			     microabc FAQ
			     ============

* How to import a Scala .scl file into microabc?

  inputscl:file.scl


* How to export a Scala .scl file from microabc?

  scala:file.scl


* How to export a frequency table for timidity?

  timidity:file.tbl


* How to export a .snt file to set frequencies in Standard MIDI Tuning
  with abc2midi?

  snt:file.snt


* How to use a .snt file?

  Either:

  a) Insert this command in every ABC tune header:

     #include file.snt

     and then preprocess the file with abcpp.

  or:

  b) Insert this command in every ABC tune header:

     %%microabc include:file.snt

     and then preprocess the file with microabc.

  or:

  c) Copy and paste the content of the .snt file to every ABC tune
     header.


* 
