Tweak LilyPond CLI

Also deliberately break the output because we haven't tackled all the 
security implications of calling lilypond yet
This commit is contained in:
Starbeamrainbowlabs 2019-10-21 01:33:36 +01:00
parent 0744498570
commit 8f815b43d4
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 2 deletions

View File

@ -43,9 +43,9 @@
"name": "LilyPond",
"description": "A music notation typesetter. Requires lilypond to be installed.",
"url": "http://lilypond.org/manuals.html",
"cli": "lilypond --png --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/png"
"output_format": "image/svg+xml"
}
} },
"interwiki_index_location": { "type": "text", "description": "The location to find the interwiki wiki definition file, which contains a list of wikis along with their names, prefixes, and root urls. May be a URL, or simply a file path - as it's passed to file_get_contents(). If left blank, interwiki link parsing is disabled.", "default": null },