diff options
-rw-r--r-- | lilypond.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lilypond.md b/lilypond.md index a59c48d..8002a11 100644 --- a/lilypond.md +++ b/lilypond.md @@ -36,3 +36,15 @@ Docs: `info LilyPond`. \time 3/4 \partial 8 e8 | a4 c8 b c4 | + +## Output formats + + lilypond --svg file.ly + lilypond --png file.ly + +Its useful to have these cropped: + + lilypond --svg -dcrop file.ly + +Will output both an A4-sized file.svg, and the cropped file.cropped.svg. +Suppress the non-cropped output with `-dno-print-pages`. |