lilypond
Typeset music and/or produce MIDI from file. More information: <https://lilypond.org>.
Install
- All systems
-
curl cmd.cat/lilypond.sh
- Debian
-
apt-get install lilypond - Ubuntu
-
apt-get install lilypond - Arch Linux
-
pacman -S lilypond - Kali Linux
-
apt-get install lilypond - Fedora
-
dnf install lilypond - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install lilypond - Raspbian
-
apt-get install lilypond
Typeset music and/or produce MIDI from file. More information: <https://lilypond.org>.
-
Compile a lilypond file into a PDF:
lilypond path/to/file -
Compile into the specified format:
lilypond --formats=format_dump path/to/file -
Compile the specified file, suppressing progress updates:
lilypond -s path/to/file -
Compile the specified file, and also specify the output filename:
lilypond --output=path/to/output_file path/to/input_file -
Show the current version of lilypond:
lilypond --version
© tl;dr; authors and contributors