Skip to content
/ abcm2ps Public
forked from lewdlime/abcm2ps

abcm2ps fork to be useable as a library and work around QSvgRenderer poor SVG support. Original abcm2ps is Copyright © 2014-2016 Jean-Francois Moine.

License

Notifications You must be signed in to change notification settings

be1/abcm2ps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(lib) abcm2ps

Overview

the original abcm2ps is a C program which converts music tunes from the ABC music notation to PostScript or SVG.

This lib branch is a fork that aims to:

  • compile as a library instead of a program
  • workaround some SVG bad renderers such as QSvgRenderer.

Based on abc2ps, the Postscript generator for ABC music notation by 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 features of abcm2ps are based on the ABC draft 2.2 (February 2013). The differences are listed in the abcm2ps/abc2svg documentation.

Installation and usage for the lib branch.

To build the static library libabcm2ps.a with default settings run

    qmake
    make

Basically, the library API is:

abcm2ps(int argc, char** argv)

where argv is of [options] file1 [file1_options] file2 [file2_options] ...
where argc is the number of argv strings.

where file1, file2, .. are the ABC input files. This will generate a Postscript file (default name: Out.ps).

Documentation

Links

Original author of abcm2ps page: http://moinejf.free.fr/

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

About

abcm2ps fork to be useable as a library and work around QSvgRenderer poor SVG support. Original abcm2ps is Copyright © 2014-2016 Jean-Francois Moine.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.6%
  • Other 0.4%