1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-03-18 12:14:46 +01:00

audio: add LilyPond for music notation

This commit is contained in:
2026-03-14 09:50:28 +01:00
parent 1e4c70b606
commit 77a6431f52

View File

@@ -201,16 +201,22 @@ Files can be named in the following scheme:
- music: `[<discnumber>.]<tracknumber>._<artist>_-_<title>` - music: `[<discnumber>.]<tracknumber>._<artist>_-_<title>`
- audiobooks: `[<discnumber>.]<tracknumber>._<artist>_-_<album>_<tracknumber>` - audiobooks: `[<discnumber>.]<tracknumber>._<artist>_-_<album>_<tracknumber>`
### Scoring Music ### Sheet Music
Scoring music has moved more and more into the computer realm. Music has moved more and more into the computer realm.
An easy and intuitive software that can be used for this is An easy and intuitive software that can be used for this is [MuseScore.org](https://musescore.org/)
[MuseScore.org](https://musescore.org/). which features notating music aswell as a wide catalogue of available sheet music.
MuseScore is free and open-source and is cross-platform. 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` 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`. 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). For Windows visit the [download section of the MuseScore website](https://musescore.org/download).
Another option for music notation is [LilyPond](https://lilypond.org/).
It is free software and also features
[a plugin](https://github.com/martineausimon/nvim-lilypond-suite) for [NeoVIM](/wiki/linux/vim.md).
From the `.ly` files typical for LilyPond `.midi` files can automatically be generated.
These can in turn be played using [FluidSynth](https://www.fluidsynth.org/).
### Getting Metadata ### Getting Metadata
Using [MediaInfo](https://github.com/MediaArea/MediaInfo) metadata of a file can be obtained. Using [MediaInfo](https://github.com/MediaArea/MediaInfo) metadata of a file can be obtained.