Music Notation Reference

Music notation using LilyPond via Kroki, plus educational nerdcore for CLI memorization.

Contents

Instrument Practice

CLI Nerdcore

  • CLI Nerdcore - Educational rap tracks for Linux tool memorization (YTCracker style)

Snippet Library

Reusable LilyPond snippets in examples/music/:

  • scale-g-major.ly - G major scale

  • scale-d-major.ly - D major scale

  • scale-a-major.ly - A major scale

  • open-strings.ly - Violin open strings

  • arpeggios-basic.ly - Basic arpeggios

  • slurs-ties.ly - Slur and tie notation

Usage

[lilypond,format=svg]
....
include::example$music/scale-g-major.ly[]
....

Or inline:

[lilypond,format=svg]
....
\relative c' {
  g4 a b c | d2 g |
}
....