Index of /~jc/music/abc/src/abcm2ps

      Name                    Last modified       Size  Description

[DIR] Parent Directory 03-Apr-2013 11:09 - [TXT] Changes 28-May-2012 03:28 4k [TXT] INSTALL 17-Feb-2010 02:36 2k [TXT] License 15-Aug-1999 17:52 18k [TXT] Make.out 31-Mar-2013 16:10 1k [TXT] Makefile 04-Jun-2012 14:33 4k [TXT] Makefile.in 02-Feb-2012 04:37 4k [TXT] abc2ps.c 24-Feb-2012 04:28 21k [TXT] abc2ps.h 28-May-2012 03:25 20k [TXT] abcm2ps 08-Jan-2013 14:48 378k [TXT] abcparse.c 27-May-2012 14:21 57k [TXT] abcparse.h 27-May-2012 14:19 7k [TXT] accordion.abc 03-Nov-2011 14:22 2k [TXT] buffer.c 16-Feb-2012 13:54 21k [TXT] chinese.abc 03-Jan-2012 09:34 3k [TXT] config.guess 25-Dec-2008 05:39 44k [TXT] config.h 04-Jun-2012 14:33 1k [TXT] config.h.in 02-Feb-2007 05:16 1k [TXT] config.status 04-Jun-2012 14:33 27k [TXT] config.sub 25-Dec-2008 05:39 33k [TXT] configure 28-May-2012 03:30 137k [TXT] configure.in 28-May-2012 03:30 2k [TXT] deco.abc 24-Sep-2011 03:56 12k [TXT] deco.c 19-May-2012 14:26 49k [TXT] draw.c 28-May-2012 02:47 101k [TXT] fbook.fmt 26-Oct-1999 14:47 1k [TXT] features.txt 27-May-2012 04:52 10k [TXT] flute.fmt 03-Oct-2011 05:18 8k [TXT] fonts.fmt 26-Oct-1999 14:47 1k [TXT] format.c 26-May-2012 05:52 30k [TXT] format.txt 28-May-2012 03:22 45k [TXT] front.c 15-May-2012 04:56 20k [TXT] front.h 20-Dec-2011 14:12 1k [   ] install.sh 26-Jan-2001 14:26 5k [TXT] landscape.fmt 19-Aug-2001 02:48 1k [TXT] music.c 28-May-2012 02:27 102k [TXT] musicfont.fmt 22-Nov-2011 05:13 1k [TXT] newfeatures.abc 03-Jun-2006 06:01 3k [TXT] options.txt 21-Feb-2012 04:41 5k [TXT] parse.c 28-May-2012 03:28 97k [TXT] sample.abc 26-Oct-2011 06:16 4k [TXT] sample2.abc 07-Oct-2011 13:29 3k [TXT] sample3.abc 24-Oct-2011 11:54 2k [   ] sample3.eps 18-Jan-2003 08:10 1k [TXT] sample4.abc 07-Oct-2011 13:52 3k [TXT] sample5.abc 17-Oct-2011 07:15 2k [TXT] slre.c 05-Feb-2012 02:41 14k [TXT] slre.h 19-Jan-2012 05:26 3k [TXT] subs.c 21-May-2012 04:00 39k [TXT] svg.c 24-May-2012 13:21 85k [TXT] syms.c 24-May-2012 13:20 32k [TXT] tight.fmt 26-Oct-1999 14:49 1k [TXT] voices.abc 31-Jan-2012 12:48 3k

		--- abcm2ps version 6.x.x ---

Overview
========

abcm2ps is a program which converts music tunes from ABC format to
PostScript or SVG. Based on abc2ps version 1.2.5 (see Contacts below),
it was developped mainly to print barock organ scores which have
independant voices played on one or many keyboards and a pedal-board
(the 'm' of abcm2ps stands for many or multi staves/voices).


Features
========

The main features of abcm2ps are quite the same as the abc2ps ones,
but they are closer to the ABC standard 2.0 (draft IV - 14/8/2003):

	http://abc.sourceforge.net/standard/abc2-draft.html


Installation and usage
======================

The installation procedure is described in the file INSTALL.

Basically, the program usage is:

   abcm2ps [options] file1 [file1_options] file2 [file2_options] ...

where file1, file2, .. are the ABC input files. This will generate
a Postscript file (default name: 'Out.ps' - run 'abcm2ps -h' to
know the list of the command line options).


Documentation
=============

- options.txt contains the list of the command line options.

- format.txt contains the list of the format parameters.

- features.txt lists the differences from the current ABC standard.


Differences with abc2ps
=======================

- the algorithms relative to voice and staff handling are different and
  may give better or worse results depending on the tunes.

- abcm2ps does not print the list of tunes and has different filtering
  functions. On the command line:
	- '-o' is implicit
	- '-e' accepts only one parameter.
	- '-C', '-R', '-S', '-T' don't exist anymore. If you want such
	  filtering, you should to use some external script or program
	  instead.

- There is no interactive mode ('-i').

- The scale is global (it was restricted to the music part in abc2ps).

- The characters '\\' don't do a line break.

- In landscape format, the values of 'pagewidth' and 'pageheight'
  are internally exchanged, so there is no need to set them explicitely.

- The format 'staffwidth' is obsolete. Use 'pagewidth' instead.

- Look also in the file 'sample.abc' for other incompatibilities.


Limits
======

Many limits may be changed at compilation time (number of voices, staves,
..).


Contacts
========

The primary abcm2ps site is:

	http://moinejf.free.fr/

Guido Gonzatto maintains Win32 and RedHat binaries and some more
documentation at:

	http://abcplus.sourceforge.net/

abc2ps was developped by Michael Methfessel:

	http://www.ihp-ffo.de/~msm/
	mailto:msm@ihp-ffo.de

To know more about the ABC notation, have a look at:

	http://abcnotation.com/

For any comment:
	mailto:moinejf (at) free (dot) fr