vault backup: 2025-11-09 20:26:00
This commit is contained in:
+21
@@ -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)
|
||||
Reference in New Issue
Block a user