wiki/structured/text.lilypond.org
Gabriel Arazas 59c2bb4cb1 Update my cards and my notebook
Some additional notes on some tools I seem to use more frequently.
Nothing unusual here.
2021-05-21 12:09:51 +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/373cfe52fed667896c5c1afd850b4f470329014e/structured/assets/lang.lilypond/notes.png

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

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

Paper configuration