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 (45)
armv7a-linuxaarch64-netbsdpowerpc-linuxpowerpc-netbsdriscv32-linuxaarch64-darwini686-freebsdx86_64-freebsd
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