wiki/structured/text.lilypond.org
2021-07-17 18:25:00 +08:00

886 B

Lilypond

The LaTeX of music notation. It is a formatting language for music notation that has to be compiled into various output formats. The input file is a plain-text file making it very good with version control systems.

Notes, chords, and scales

<<lilypond-paper>>
{ c d e f g a b c' }
\relative d' { c d e f g a b c' }

/foodogsquared/wiki/media/commit/e8e1e1b26fe0155893bd67d1b566de9df8927716/structured/assets/lang.lilypond/notes.png

<<lilypond-paper>>
\chordmode { c1 d e f g a b c' }

/foodogsquared/wiki/media/commit/e8e1e1b26fe0155893bd67d1b566de9df8927716/structured/assets/lang.lilypond/chords.png

Paper configuration

\paper {
  indent=10\mm
  oddFooterMarkup=##f
}