From 42b03aef901586f3a313a0cd609bb7f9718b2323 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Fri, 10 Sep 2021 13:14:07 +0200 Subject: Add lilypond cropping --- lilypond.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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`. -- cgit v1.2.3