Ebe123 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/395175 )

Change subject: Remove useless argument
......................................................................

Remove useless argument

The `--png` argument in the Lilypond command
implies the use of the PostScript backend.
Specifying the backend is unnecessary and removed
here.

Change-Id: I56f375c49166e5f901e903fd88bb56a0b788e4c1
---
M includes/Score.php
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Score 
refs/changes/75/395175/1

diff --git a/includes/Score.php b/includes/Score.php
index ce43d94..bede431 100644
--- a/includes/Score.php
+++ b/includes/Score.php
@@ -549,7 +549,6 @@
                        $wgScoreLilyPond,
                        '-dmidi-extension=midi', // midi needed for Windows to 
generate the file
                        $mode,
-                       '-dbackend=ps',
                        '--png',
                        '--header=texidoc',
                        $factoryLy

-- 
To view, visit https://gerrit.wikimedia.org/r/395175
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I56f375c49166e5f901e903fd88bb56a0b788e4c1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Score
Gerrit-Branch: master
Gerrit-Owner: Ebe123 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to