mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Tweak lilypond arguments
This commit is contained in:
parent
8f815b43d4
commit
4701d24bd7
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue