musescore

musescore 4.7.4

Music notation and composition software

https://musescore.org/
GNU General Public License v3.0 only
main program: mscoreprograms: musescore, mscore
Platforms (45)
i686-openbsdriscv32-linuxi686-netbsdriscv64-netbsdriscv64-linuxx86_64-openbsdmips64-linuxx86_64-freebsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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