guile-1.8

program for typesetting sheet music

Install

All systems
curl cmd.cat/guile-1.8.sh
Debian Debian
apt-get install guile-1.8
Ubuntu
apt-get install guile-1.8
Arch Arch Linux
pacman -S lilypond
image/svg+xml Kali Linux
apt-get install lilypond
Fedora
dnf install lilypond
Windows (WSL2)
sudo apt-get update sudo apt-get install guile-1.8
Raspbian
apt-get install guile-1.8

lilypond

program for typesetting sheet music

LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. LilyPond supports many forms of music notation constructs, including chord names, drum notation, figured bass, grace notes, guitar tablature, modern notation (cluster notation and rhythmic grouping), tremolos, (nested) tuplets in arbitrary ratios, and more. LilyPond's text-based music input language support can integrate into LaTeX, HTML and Texinfo seamlessly, allowing single sheet music or musicological treatises to be written from a single source. Form and content are separate, and with LilyPond's expert automated formatting, users don't need typographical expertise to produce good notation. LilyPond produces PDF, PostScript, SVG, or TeX printed output, as well as MIDI for listening pleasures. LilyPond is exported from the RoseGarden and NoteEdit GUIs, and can import ABC, ETF and MIDI. LilyPond is part of the GNU Project. Authors: Han-Wen Nienhuys <[email protected]> Jan Nieuwenhuizen <[email protected]>

guile-1.8

GNU extension language and Scheme interpreter

Guile is a Scheme implementation designed for real world programming, providing a rich Unix interface, a module system, an interpreter, and many extension languages. Guile can be used as a standard #! style interpreter, via #!/usr/bin/guile, or as an extension language for other applications via libguile.