mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
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:
parent
0744498570
commit
8f815b43d4
1 changed files with 2 additions and 2 deletions
|
@ -43,9 +43,9 @@
|
||||||
"name": "LilyPond",
|
"name": "LilyPond",
|
||||||
"description": "A music notation typesetter. Requires lilypond to be installed.",
|
"description": "A music notation typesetter. Requires lilypond to be installed.",
|
||||||
"url": "http://lilypond.org/manuals.html",
|
"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",
|
"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 },
|
"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 },
|
||||||
|
|
Loading…
Reference in a new issue