diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-12-09 23:19:19 +0100 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-12-09 23:19:19 +0100 |
commit | b4d1aead77932bd53f09bd609ab6c69d9c1991fe (patch) | |
tree | abf1b65bf2dd2ad2dae3a97d1ea32151a87c130c | |
parent | 078c3ba9130b1dc123b2363c6795a6355eca97d0 (diff) |
Add lilypond paper settings
-rw-r--r-- | lilypond.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lilypond.md b/lilypond.md index bbb1313..3146dc3 100644 --- a/lilypond.md +++ b/lilypond.md @@ -16,6 +16,14 @@ Docs: `info LilyPond`. tagline = ##f } +## Paper settings + +Indentation of first line: + + \paper { + indent = 0 + } + ## Rhythm stuff ### Setting beat divisions |