Index of /~jc/music/abc/src/abcm2ps-6.6.1
Name Last modified Size Description
Parent Directory 03-Apr-2013 11:09 -
Changes 02-Jan-2012 03:36 24k
INSTALL 17-Feb-2010 02:36 2k
License 15-Aug-1999 17:52 18k
Make.out 31-Mar-2013 16:10 1k
Makefile 03-Jan-2012 13:56 3k
Makefile.in 20-Dec-2011 13:14 3k
abc2ps.c 31-Dec-2011 06:33 22k
abc2ps.h 21-Dec-2011 12:45 20k
abcm2ps 03-Jan-2012 13:56 360k
abcparse.c 01-Jan-2012 10:53 57k
abcparse.h 21-Dec-2011 12:41 7k
accordion.abc 03-Nov-2011 14:22 2k
buffer.c 24-Dec-2011 05:56 20k
build/ 03-Jan-2012 13:56 -
chinese.abc 25-Oct-2010 07:31 3k
config.guess 25-Dec-2008 05:39 44k
config.h 03-Jan-2012 13:56 1k
config.h.in 02-Feb-2007 05:16 1k
config.status 03-Jan-2012 13:56 27k
config.sub 25-Dec-2008 05:39 33k
configure 02-Jan-2012 03:35 137k
configure.in 02-Jan-2012 03:34 2k
deco.abc 24-Sep-2011 03:56 12k
deco.c 28-Dec-2011 13:36 49k
draw.c 01-Jan-2012 11:30 101k
fbook.fmt 26-Oct-1999 14:47 1k
features.txt 28-Dec-2011 13:43 10k
flute.fmt 03-Oct-2011 05:18 8k
fonts.fmt 26-Oct-1999 14:47 1k
format.c 01-Jan-2012 05:25 30k
format.txt 01-Jan-2012 05:15 37k
front.c 01-Jan-2012 06:46 17k
front.h 20-Dec-2011 14:12 1k
install.sh 26-Jan-2001 14:26 5k
landscape.fmt 19-Aug-2001 02:48 1k
music.c 15-Dec-2011 02:45 101k
musicfont.fmt 22-Nov-2011 05:13 1k
newfeatures.abc 03-Jun-2006 06:01 3k
options.txt 22-Nov-2011 04:50 5k
parse.c 28-Dec-2011 06:57 78k
sample.abc 26-Oct-2011 06:16 4k
sample2.abc 07-Oct-2011 13:29 3k
sample3.abc 24-Oct-2011 11:54 2k
sample3.eps 18-Jan-2003 08:10 1k
sample4.abc 07-Oct-2011 13:52 3k
sample5.abc 17-Oct-2011 07:15 2k
subs.c 29-Dec-2011 04:02 38k
svg.c 28-Dec-2011 12:11 85k
syms.c 14-Nov-2011 04:42 32k
tight.fmt 26-Oct-1999 14:49 1k
voices.abc 09-Oct-2011 03:37 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