File: README

package info (click to toggle)
abcm2ps 5.8.1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,084 kB
  • ctags: 1,094
  • sloc: ansic: 19,386; sh: 2,869; makefile: 186
file content (102 lines) | stat: -rw-r--r-- 2,582 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
		--- abcm2ps version 5.x.x ---

Overview
========

abcm2ps is a program which converts music tunes from ABC format to
PostScript. 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.


Features
========

The main features of abcm2ps are quite the same as the abc2ps ones,
but they are closer to the current ABC standard (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://abc.sourceforge.net/

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