Redrose is an integrated environment to write music in the ABC syntax and play, preview and print the sheet music.
Redrose program is free software, copyright (C) 2021 Benoît Rouits and released under the GNU General Public License version 3. It is delivered as is in the hope it can be useful, but with no warranty.
$ git clone https://github.com/be1/redrose.git $ cd redrose
$ snap install redrose --channel=latest/edge
$ sudo apt install qtbase5-dev $ sudo apt install qttools5-dev $ sudo apt install qttools5-dev-tools $ sudo apt install libdrumstick-dev $ sudo apt install libspectre-dev $ sudo apt install libfluidsynth-dev
$ sudo apt install qt6-base-dev $ sudo apt install qt6-tools-dev $ sudo apt install qt6-tools-dev-tools $ sudo apt install libdrumstick-dev $ sudo apt install libspectre-dev $ sudo apt install libfluidsynth-dev
Once dependencies have been set up, build the program with the following commands in a command-line shell:
$ sudo apt install build-essential cmake git pkg-config $ tar zxvf redrose-0.5.25.tar.gz $ cd redrose-0.5.25 $ mkdir build $ cd build $ cmake -DCMAKE_BUILD_TYPE=Release .. $ make $ sudo make install $ sudo apt install abcm2ps $ sudo apt install abcmidiNow redrose is installed in /usr/local/bin/redrose by default. A desktop file and icon are installed too, and you should be able to see a red rose icon somewhere on your applications menu.
Donations are very welcomed to help me to maintain this software.
If you want, you can donate money through liberapay:Or if you prefer, you can use Paypal:
Happy music writing!