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
Maintainers
Platforms (46)
x86_64-solarisi686-linuxi686-netbsdarmv6l-linuxmicroblazeel-linuxriscv32-linuxarmv7l-linuxm68k-linux
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