wiki/notebook/text.lilypond.org
Gabriel Arazas 549f476c4c Update the notebook
The topics I've covered so far for Linux, package managers, archiving,
and learning.

I also updated some formatting for other notes especially with the
command line references.
2021-07-29 23:26:51 +08:00

953 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/branch/master/notebook/assets/lang.lilypond/notes.png

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

/foodogsquared/wiki/media/branch/master/notebook/assets/lang.lilypond/chords.png

Paper configuration

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