examples/accid

Some accidentals are defined using ``defacc:'', and converted to
Sagittal accidentals in decimal form. That way, the accidentals are
written inside brackets, but the (ABC) nominals not, as suggested by
Aaron Krister Johnson at MakeMicroMusic mailing list:

http://launch.groups.yahoo.com/group/MakeMicroMusic/message/19529

accid.txt => defines the accidentals.
accid.abp => input ``music'' file.

ps.abc => resulting ABC file for score generation.
mid.abc => resulting ABC file for MIDI generation.

HOW TO DO

For PS score:
microabc -iaccid.txt -e -S2 -Paccid.abp -ops.abc
abcm2ps -O= ps.abc

For MIDI:
microabc -iaccid.txt -S2 -Maccid.abp -omid.abc 
abc2midi mid.abc

Please note the command line flag -S2 when running microabc. The
command to preprocess accid.abp for PS uses the option -e to embed the
Sagittal Type 3 PS font inside the PS file. If you have installed the
Sagittal Type 1 PS font, the option can be omitted.

For convenience, the commands above are combined in a shell script.

MAKEFILE

make.sh => Shell script to proccess the example.
You can define the tuning when running make.sh:
	./make.sh equaltemp:55

