Topic on Extension talk:Score

It can not be installed

10
189.217.123.254 (talkcontribs)

download lilypond executable .exe but when adding the path of that file in localsentigs.php when loading the site everything was fine but when I inserted it <score lang = "ABC">

X: 1

M: C

L: 1/4

K: C

C, D, E, F, | G, A, B, C | D E F G | A B c d |

e f g a | b c 'd' e '| f' g 'a' b '|]

</ score>

and save the changes shows me this error

LilyPond failed to run: /$IP/images/lilypond/lilypond-2.19.82-1.mingw.exe is not an executable file. Make sure $ wgScoreLilyPond is set correctly.

MarkAHershberger (talkcontribs)

You probably have

$wgScoreLilyPond = '$IP/images/lilypond/lilypond-2.19.82-1.mingw.exe';

when you should have

$wgScoreLilyPond = "$IP/images/lilypond/lilypond-2.19.82-1.mingw.exe";

(Note the quotes.)

I would not put the binary in my images directory, either.

Uvas magicas (talkcontribs)

It still does not work, I put it with "and the executable file I put it in a lilypond folder inside the extension score but it still does not work.

MarkAHershberger (talkcontribs)

What is the error message now?

Uvas magicas (talkcontribs)

the same as above

MarkAHershberger (talkcontribs)

If it is still failing with LilyPond failed to run: /$IP/images/lilypond/lilypond-2.19.82-1.mingw.exe is not an executable file, then could you copy the line here that you are using for $wgScoreLilyPond?

Uvas magicas (talkcontribs)

$wgScoreLilyPond = $IP/extensions/Score/lilypond/lilypond-2.18.82-1.mingw.exe

MarkAHershberger (talkcontribs)

You need to use quotes:

 $wgScoreLilyPond = "$IP/extensions/Score/lilypond/lilypond-2.18.82-1.mingw.exe"
Uvas magicas (talkcontribs)

I tried it like that but I still got that error:

LilyPond could not be executed: /home/surtico/public_html/laramaazul/wiki/extensions/Score/lilypond/lilypond-2.18.82-1.mingw.exe is not an executable file. Make sure that $ wgScoreLilyPond is aesthetically defined correctly.

MarkAHershberger (talkcontribs)

You are using the Windows version on a Linux host. You will need the Linux version.

Reply to "It can not be installed"