File: lilypond-sample.md

package info (click to toggle)
python-pandocfilters 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 376 kB
  • sloc: python: 802; makefile: 26
file content (31 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
header-includes:

    - \usepackage{lyluatex}

---


Use this

~~~~~~
```ly
\relative c' { c4 d e f g a b c }
```
~~~~~~

to get

```ly
\relative c' { c4 d e f g a b c }
```

and this

~~~~~~
`lilypond-score`{.ly staffsize=12}
~~~~~~

to get the score in `ly-score.ly` :

`lilypond-score`{.ly staffsize=12}