From 4701d24bd752c6a487d01505e167c833fb9b6e36 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 21 Oct 2019 11:50:24 +0100 Subject: [PATCH] Tweak lilypond arguments --- peppermint.guiconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peppermint.guiconfig.json b/peppermint.guiconfig.json index ff8e437..6416830 100644 --- a/peppermint.guiconfig.json +++ b/peppermint.guiconfig.json @@ -43,7 +43,7 @@ "name": "LilyPond", "description": "A music notation typesetter. Requires lilypond to be installed.", "url": "http://lilypond.org/manuals.html", - "cli": "lilypondzzzzzz --silent --ddelete-intermediate-files -dbackend=eps -dresolution=600 --output {output_file} {input_file}", + "cli": "lilypondzzzzzz --silent -ddelete-intermediate-files -dbackend=eps -dresolution=600 --output {output_file} {input_file}", "cli_mode": "file", "output_format": "image/svg+xml" }