Files
zmVault/lilypond.md
T

467 B

LilyPond

LilyPond is a text-based music engraving system with syntax similar to latex.

  1. Install the latest version of LilyPond:

    winget install LilyPond.LilyPond.Unstable
    
  2. Restart Obsidian

    \score{
    \relative c' {a}
    \layout {}
    }

Beginner Manual