1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-09 11:54:56 +00:00

Tweak lilypond arguments

This commit is contained in:
Starbeamrainbowlabs 2019-10-21 11:50:24 +01:00
parent 8f815b43d4
commit 4701d24bd7
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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"
}