abcm2ps

abcm2ps 8.14.18

Command line program which converts ABC to music sheet in PostScript or SVG format

http://moinejf.free.fr/
GNU Lesser General Public License v3.0 or later
main program: abcm2psprograms: abcm2ps
Platforms (46)
x86_64-darwinpowerpc64-linuxriscv32-linuxm68k-linuxsh4-linuxpowerpc64le-linuxarmv7a-linuxmips-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  abcm2ps
];
Ad-hoc shell
nix-shell -p abcm2ps
Flake (nix run)
nix run nixpkgs#abcm2ps