LilyPond
Text-based music engraving program that produces publication-quality sheet music from plain-text input.
| Language | C++ / Scheme |
|---|---|
| Category | Composition & notation |
| License | GPL-3.0-or-later |
| Platforms | macOS Windows Linux |
| Install | Download binary from lilypond.org (or brew/apt) |
| First released | 1996 |
| Maintained | Yes |
| Links | Website · Source |
Strengths
- Exceptional automatic engraving quality
- Plain-text, version-controllable input
- Free software, part of the GNU Project
Limitations
- Steep learning curve; no WYSIWYG
- Compile-to-view workflow slows quick edits
Best for
High-quality, reproducible score engraving and programmatic notation pipelines.
Minimal example
\relative c' { c d e f g a b c }