MuseScore: Difference between revisions
Appearance
add category "Applications" |
Added bug section |
||
Line 4: | Line 4: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
nix-shell -p musescore | nix-shell -p musescore | ||
</syntaxhighlight> | </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. No solution found. | |||
[[Category:Applications]] | [[Category:Applications]] |
Revision as of 16:58, 7 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. No solution found.