wiki/notebook/text.lilypond.org
Gabriel Arazas b088086b06 Merge evergreen notes into the notebook
Now, it's all under the notebook umbrella. Seems to be appropriate as it
is just my notes after all.

I also updated some notes from there. I didn't keep track of what it is
this time. Something about more learning notes extracted from my
"Learning how to learn" course notes and then some. Lack of time and
hurriness just makes it difficult to track but it should be under
version control already.
2021-07-21 16:28:07 +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/b088086b0695da8b50287b30e0665eff38435008/notebook/assets/lang.lilypond/notes.png

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

/foodogsquared/wiki/media/commit/b088086b0695da8b50287b30e0665eff38435008/notebook/assets/lang.lilypond/chords.png

Paper configuration

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