mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 01:57:54 +00:00
b088086b06
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.
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' }
Paper configuration
\paper {
indent=10\mm
oddFooterMarkup=##f
}