mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 07:57:57 +00:00
5f00260f95
Finally started a little on learning Lilypond, just a little bit.
886 B
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' }
<<lilypond-paper>>
\chordmode { c1 d e f g a b c' }