LilyPond scores beautiful music

No readers like this yet.
Sheet music with geometry graphic

Photo by Jen Wike Huger

LilyPond is a free, mature music-typesetting program, similar in flavor to LaTeX. The software is part of the GNU Project and is released under the GNU General Public License (GPL). The authors originally developed LilyPond because they felt that computer-generated scores were, to their eyes, "soulless." They designed LilyPond to follow the traditions laid down in older engraved scores. The desire for "beautiful" music is what drives the community of people who still work on LilyPond, even after more than a decade.

Version 2.19.36 was released at the end of January, but 2.18 is still considered the stable version. Downloading and installing LilyPond is super easy.

Syntax errors? Well, yes. LilyPond does not come equipped with a GUI. A number of music-scoring programs can generate LilyPond input files, but the focus of the project is and always has been on the output, the final score. If you want to test just LilyPond, you're going to be hand-hacking a text file that, frankly, is a little bit arcane. That said, in about an hour, I converted a small sample score that I did some years ago with MuseScore into LilyPond, and the output results were really impressive. I spent that hour surfing around the outstanding online documentation, figuring out the formatting commands I would need to make things lay out the way I wanted them, and here's the output, a small choral piece:

LilyPond humorous score

You can exercise very fine control over the placement of elements on the score. For instance, I could have shifted the dynamic "ppp" or "molto espressivo" to the right or left, or above or even below the staves, with fairly simple formatting commands. In this case, I kept default behaviors everywhere, and things just worked. The system also has engraving tools for shape-note music, guitar tabulature, drum compositions, Gregorian chants, and many more. It's incredibly feature-rich, and every bit of it is thorougly documented with examples.

In my opinion, one functional advantage of LilyPond over MuseScore, which I have used in the past, is that it can be used even for a small snippet of music. MuseScore, by comparison, expects to be used for an entire work, a whole song. With LilyPond, you can write a small snippet of code, like this:

\relative c'' {
  \key g \major
  \time 6/8
  d4 b8 c4 a8 | d4 b8 g4
}

then compile the PDF with LilyPond, which can then be converted to an image, which you can easily include in a document or presentation. If you're working in LaTeX or HTML (or a couple of other formats), there's even a script included in LilyPond, called lilypond-book, that can automate that process for you.

The lack of a frontend might be off-putting to some users, but the LilyPond team has assembled a list of front-end programs that can be used to make editing easier. A user could use, for instance, Encore, MuseScore or NtEd, and then hand-modify the LilyPond code to fine-tune the final layout of their score. Some users actually do report that, once they learn the format, they can enter notes fairly rapidly using just a text editor.

Music teachers, arrangers, composers, band, and orchestra leaders could use LilyPond to help fill their lives with beautiful music.

User profile image.
Ruth Holloway has been a system administrator and software developer for a long, long time, getting her professional start on a VAX 11/780, way back when. She spent a lot of her career (so far) serving the technology needs of libraries, and has been a contributor since 2008 to the Koha open source library automation suite. Ruth is currently a Perl developer and project lead at Clearbuilt.

4 Comments

I use MUP from http://arkkra.com and find the results as good or better than lily. And, it is a LOT easier to use. Have a look ... it's free.

Frescobaldi is an excellent GUI for Lilypond. I would heartily recommend it.

Lilypond is like a programming language. So it's great for programmers, but from the perspective of a musician it is hard to associate Lilypond code with the music you have in your mind or in a score, not the least because you'll be coding each score part separately. But you do indeed get beautiful scores out of Lilypond once you've learned its use.

With MUP you'll be coding each bar of your score including all involved parts as a whole. That makes it possible to associate immediately MUP code with the music you're engraving. MUP has many facilities for tweaking the engraving result, so with MUP you'll be able to prepare beautiful score as well, though maybe not quite as beautiful as Lilypond scores prepared by highly experienced engravers.

This evaluation is based on my own editorial activities and on experience as manager of the former Werner Icking Archive, now merged with IMSLP.

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License.