lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: missing noteheads


From: Jan Nieuwenhuizen
Subject: Re: missing noteheads
Date: Fri, 21 Oct 2005 14:54:47 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Michael Porcaro writes:

Please stay on the mailing list.

> Wikitex doesn't work with 2.6.4 though.  I need wikitex for mediawiki.
> I tried everything, but 2.2.6 is the only version that works with
> wikitex.

You tried everything?  Wikitex is a shell script that has a number of
recipies to proces a text snippet to an imagi file.  It is trivial to
update the lilypond command for lilypond 2.6.  Just remove the
--no-pdf --no-ps options, see the patch below.

I'd advise you to look at lilypond's jail options before running this
as a server.

Jan.

===================================================================
RCS file: /cvsroot/wikipedia/wikitex/wikitex.sh,v
retrieving revision 1.16
diff -p -u -r1.16 wikitex.sh
--- wikitex.sh  16 Jun 2005 09:09:25 -0000      1.16
+++ wikitex.sh  21 Oct 2005 12:51:35 -0000
@@ -120,7 +120,7 @@ function fdp() {
 }
 
 function music() {
-    wt_exec "lilypond --no-pdf --no-ps --png ${HASH}"
+    wt_exec "lilypond --safe-mode --png ${HASH}"
     for i in ${HASH}*${EXT}; do wt_exec "mogrify -trim ${i}"; wt_img 
"${OUT}${i}"; done
     wt_anch
     STR="${STR}"$(printf '<a href="%s">[listen]</a>' "${OUT}${HASH}${MID}")

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]