vault backup: 2025-11-09 20:26:00

This commit is contained in:
2025-11-09 20:26:00 -05:00
parent b904d4bd88
commit 90346f79fd
8 changed files with 3284 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
# LilyPond
[LilyPond](https://lilypond.org) is a text-based [music engraving system](https://en.wikipedia.org/wiki/Music_engraving#Computer_music_engraving)
with syntax similar to [[latex]].
1. Install the latest version of LilyPond:
```
winget install LilyPond.LilyPond.Unstable
```
2. Restart Obsidian
```lily
\score{
\relative c' {a}
\layout {}
}
```
[Beginner Manual](https://lilypond.org/doc/v2.23/Documentation/learning/index)