From 0ec5a7842d03064bec87da226dc7f23d9d1de01d Mon Sep 17 00:00:00 2001 From: tiyn Date: Fri, 3 Nov 2023 22:00:53 +0100 Subject: [PATCH] audio: added music scoring --- wiki/audio.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/wiki/audio.md b/wiki/audio.md index 938aed3..08ad739 100644 --- a/wiki/audio.md +++ b/wiki/audio.md @@ -139,3 +139,13 @@ The audio file can then be split according to the `.cue` file. For splitting of `.flac` files on a Linux system check the [a flac (package) entry](/wiki/linux/flac_(package).md#splitting-flac-file-according-to-cue-file) for further informations. + +## Scoring Music + +Scoring music has moved more and more into the computer realm. +An easy and intuitive software that can be used for this is +[MuseScore](https://musescore.org/). +MuseScore is free and open-source and is cross-platform. +On [Linux based systems](/wiki/linux.md) it is available on most distributions via the `musescore` +package or their [website](https://musescore.org/download) and can be run with the command `mscore`. +For Windows visit the [download section of the MuseScore website](https://musescore.org/download).