MuseScore
AnduinOS Verified App - Open Source
MuseScore is an AnduinOS verified app and it runs awesome on AnduinOS, with easy installation and automatic updates.
MuseScore is a free and open-source music notation software. It is used to create, edit, and print sheet music.
To install MuseScore on AnduinOS, run the following command:
sudo apt-get install musescore
Or you can install the AppImage version of MuseScore:
wget https://cdn.jsdelivr.net/musescore/v4.5.1/MuseScore-Studio-4.5.1.250800846-x86_64.AppImage -O musescore.AppImage
chmod +x musescore.AppImage
./musescore.AppImage --appimage-extract
sudo mv squashfs-root /opt/musescore
sudo ln -s /opt/musescore/AppRun /usr/bin/musescore
echo "[Desktop Entry]
Name=MuseScore
Comment=Music Notation Software
Exec=/opt/musescore/AppRun
Icon=/opt/musescore/usr/share/icons/hicolor/512x512/apps/mscore4portable.png
Terminal=false
Type=Application
Categories=Audio;Music;" | sudo tee /usr/share/applications/musescore.desktop