Jump to content

MuseScore: Difference between revisions

From NixOS Wiki
Summary and installation
 
Klinger (talk | contribs)
m added link to MuseScore
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
MuseScore is a free, open-source music notation software that allows users to create, edit, and share sheet music with a user-friendly interface. It supports a wide range of instruments, playback features, and file formats, making it popular among composers, musicians, and educators. The software also has a vibrant community contributing to its development and offering resources like scores and plugins.
[https://musescore.org/ MuseScore] is a free, open-source music notation software that allows users to create, edit, and share sheet music with a user-friendly interface. It supports a wide range of instruments, playback features, and file formats, making it popular among composers, musicians, and educators. The software also has a vibrant community contributing to its development and offering resources like scores and plugins.


== Installation ==
== Installation ==
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
nix-shell -p musescore
nix-shell -p musescore
</syntaxhighlight>This does not work properly (2025-07-07, MuseScore Studio version 4.5.2). The "Page settings" dialog does not open. There is no solution.
</syntaxhighlight>
 
== Bugs ==
 
* The "Page settings" dialog does not open (2025-07-07, MuseScore Studio version 4.5.2). Repeatedly pressing the "Page settings" button (click on page -> Properties tab -> Score appearance -> Page settings) as fast as possible may open the dialog.
* The "Mixer" is not opening (2025-07-07, MuseScore Studio version 4.5.2). No solution found.
 
[[Category:Applications]]

Latest revision as of 16:18, 8 July 2025

MuseScore is a free, open-source music notation software that allows users to create, edit, and share sheet music with a user-friendly interface. It supports a wide range of instruments, playback features, and file formats, making it popular among composers, musicians, and educators. The software also has a vibrant community contributing to its development and offering resources like scores and plugins.

Installation

nix-shell -p musescore

Bugs

  • The "Page settings" dialog does not open (2025-07-07, MuseScore Studio version 4.5.2). Repeatedly pressing the "Page settings" button (click on page -> Properties tab -> Score appearance -> Page settings) as fast as possible may open the dialog.
  • The "Mixer" is not opening (2025-07-07, MuseScore Studio version 4.5.2). No solution found.