LilyPond: Music notation for everyone
lilypond.org
LilyPond: Music notation for everyone
1–10 of 89 posts
Re: LilyPond: Music notation for everyone
#2Re: LilyPond: Music notation for everyone
#3“Compiling” Music - https://news.ycombinator.com/item?id=30625450 - March 2022 (44 comments)
Lyp – The Lilypond Swiss Army Knife - https://news.ycombinator.com/item?id=13259590 - Dec 2016 (7 comments)
Obsessed with putting ink on paper or What's wrong with computer music notation? - https://news.ycombinator.com/item?id=1515262 - July 2010 (36 comments)
Open source typesetter for sheet music - https://news.ycombinator.com/item?id=1192289 - March 2010 (23 comments)
LilyPond architecture (music notation software in Lisp) - https://news.ycombinator.com/item?id=379234 - Nov 2008 (2 comments)
Re: LilyPond: Music notation for everyone
#4Re: LilyPond: Music notation for everyone
#5I write relatively simple music, though, mostly lead sheets. I always imagined LilyPond would shine in more complex scoring situations.
Re: LilyPond: Music notation for everyone
#6I tried to learn LilyPond once but it was a bit too arcane for my taste. Now I use MuseScore, WYSIWYG notation program which is a lot more intuitive (and, like LilyPond, also released under the GPL). I write relatively simple music, though, mostly lead sheets. I always imagined LilyPond would shine in more complex scoring situations.
Re: LilyPond: Music notation for everyone
#7Related. Others? “Compiling” Music - https://news.ycombinator.com/item?id=30625450 - March 2022 (44 comments) Lyp – The Lilypond Swiss Army Knife - https://news.ycombinator.com/item?id=13259590 - Dec 2016 (7 comments) Obsessed with putting ink on paper or What's wrong with computer music notation? - https://news.ycombinator.com/item?id=1515262 - July 2010 (36 comments) Open source typesetter for sheet music - https:/…
Re: LilyPond: Music notation for everyone
#8Re: LilyPond: Music notation for everyone
#9I ended up with a collection of macros I used for common tasks. Probably the most-used was a macro that manually overrode the positioning of an element to be more visually pleasing or less confusing. Of course, it could be argued that the need for this indicates a deficiency of the engraving engine (and this was sometimes the case), but a manual final pass makes the difference between functional and professional-looking results. LilyPond's markup language made this easy.
LilyPond's test suite taught me the value of comprehensive test-driven development: every bug starts as an addition to the test suite, and a visual diff—including a numerical value indicating the amount of change—is taken of the entire suite in between versions. In this way, regressions are quickly identified.
Re: LilyPond: Music notation for everyone
#10I tried to learn LilyPond once but it was a bit too arcane for my taste. Now I use MuseScore, WYSIWYG notation program which is a lot more intuitive (and, like LilyPond, also released under the GPL). I write relatively simple music, though, mostly lead sheets. I always imagined LilyPond would shine in more complex scoring situations.