papahippo / abcm2ps

abcm2ps is a command line program which converts ABC to music sheet in PostScript or SVG format. It is an extension of abc2ps which may handle many voices per staff. abcm2ps is Copyright © 2014-2016 Jean-Francois Moine.

Home Page:http://moinejf.free.fr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

abcm2ps

Build Status

Overview

abcm2ps is a program which converts music tunes from the ABC music notation to PostScript or SVG.
Based on the abc2ps version 1.2.5 from Michael Methfessel, it was first developped to print barock organ scores that have independant voices played on one or many keyboards and a pedal-board (the 'm' of abcm2ps stands for many or multi staves/voices).
Since this time, it has evolved so it can render many more music kinds.

Features

The main features of abcm2ps are quite the same as the abc2ps ones, but they are closer to the ABC draft 2.2 (February 2013):

http://abcnotation.com/wiki/abc:standard:v2.2

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

Links

To know more about the ABC music notation, have a look at: http://abcnotation.com/

Guido Gonzato maintains many abcm2ps binaries and more documentation at: http://abcplus.sourceforge.net/

About

abcm2ps is a command line program which converts ABC to music sheet in PostScript or SVG format. It is an extension of abc2ps which may handle many voices per staff. abcm2ps is Copyright © 2014-2016 Jean-Francois Moine.

http://moinejf.free.fr/

License:GNU General Public License v3.0


Languages

Language:C 99.6%Language:Makefile 0.2%Language:HTML 0.1%Language:PostScript 0.0%