Lilypond Quick Reference
February 11, 2011
Lilypond Book Blocks
You can add parameters to the \begin
when working with lilypond book. Here we have a 20pt sized stave, and the bars will be justified to the full width of the page.
\begin[staffsize=20,noragged-right]{lilypond}
Preventing Line Breaks
Use \noBreak
at a bar line in a score to prevent …