Context and Lilypond on Miketex with TeXnicCenter
Hallo I use MikeTex TeXnicCenter for writing Context with Lilypond. When I try this: \usemodule[lilypond] \starttext There are some notes \lilypond{\relative{bes a c b}} embedded in this line. \stoptext then I get this: This is pdfeTeX, Version 3.141592-1.30.6-2.2 (MiKTeX 2.5) (preloaded format=cont-en 2007.11.11) 14 NOV 2007 08:28 entering extended mode **C:/LaTeX1.tex \emergencyend (C:\LaTeX1.tex ConTeXt ver: 2007.09.28 16:52 MKII fmt: 2007.11.11 int: english/english language : language en is active system : cont-new loaded ("C:\Programme\MiKTeX 2.5\tex\context\base\cont-new.tex" systems : beware: some patches loaded from cont-new.tex ("C:\Programme\MiKTeX 2.5\tex\context\base\cont-new.mkii") ("C:\Programme\MiKTeX 2.5\tex\context\base\cont-mtx.tex")) system : cont-old loaded ("C:\Programme\MiKTeX 2.5\tex\context\base\cont-old.tex" loading : Context Old Macros ) system : cont-fil loaded ("C:\Programme\MiKTeX 2.5\tex\context\base\cont-fil.tex" loading : Context File Synonyms ) system : cont-sys.rme loaded ("C:\Programme\MiKTeX 2.5\tex\context\user\cont-sys.rme" ("C:\Programme\MiKTeX 2.5\tex\context\base\type-tmf.tex") ("C:\Programme\MiKTeX 2.5\tex\context\base\type-siz.tex") ("C:\Programme\MiKTeX 2.5\tex\context\base\type-one.tex") ("C:\Programme\MiKTeX 2.5\tex\context\base\type-akb.tex")) bodyfont : 12pt rm is loaded language : patterns en->ec:ec->1->2:3 uk->ec:ec->2->2:3 de->texnansi:tex nansi->3->2:3 de->ec:ec->4->2:3 fr->texnansi:texnansi->5->2:3 fr->ec:ec->6->2:3 es->ec:ec->7->2:3 pt->texnansi:texnansi->8->2:3 pt->ec:ec->9->2:3 it->texnansi :texnansi->10->2:3 it->ec:ec->11->2:3 nl->texnansi:texnansi->12->2:3 nl->ec:ec-
13->2:3 cz->il2:il2->14->2:3 cz->ec:ec->15->2:3 sk->il2:il2->16->2:3 sk->ec:ec ->17->2:3 pl->pl0:pl0->18->2:3 pl->ec:ec->19->2:3 pl->qx:qx->20->2:3 loaded specials : tex,postscript,rokicki loaded system : LaTeX1.top loaded (C:\LaTeX1.top specials : loading definition file tpd ("C:\Programme\MiKTeX 2.5\tex\context\base\spec-tpd.tex" specials : loading definition file fdf ("C:\Programme\MiKTeX 2.5\tex\context\base\spec-fdf.tex" ("C:\Programme\MiKTeX 2.5\tex\context\base\spec-fdf.mkii")) specials : fdf loaded ) specials : fdf,tpd loaded ) systems : system commands are disabled system : module lilypond loaded ("C:\Programme\MiKTeX 2.5\tex\context\lilypond\t-lilypond.tex" loading : LilyPond module ) (C:\LaTeX1.tuo) (C:\LaTeX1.tuo) (C:\LaTeX1.tuo) (C:\LaTeX1.tuo) (C:\LaTeX1.tuo) (C:\LaTeX1.tuo) (C:\LaTeX1.tuo) (C:\LaTeX1.tuo) (C:\LaTeX1.tuo) (C:\LaTeX1.tuo) ("C:\Programme\MiKTeX 2.5\tex\context\base\sort-lan.tex" loading : Context Sorting Macros (languages) ("C:\Programme\MiKTeX 2.5\tex\context\base\sort-lan.mkii")) (C:\LaTeX1.tuo) (C:\LaTeX1.tuo) systems : begin file LaTeX1 at line 3 ! Bad number (18). \dodostartlilypond ...lily!figures ]\fi \ifeof 18 \expanded {\installprogram... l.4 ... some notes \lilypond{\relative{bes a c b}} embedded in this line. ?
I would be nice, to get some help Thank You Ulrich -- This message was sent on behalf of u-wrede@t-online.de at openSubscriber.com http://www.opensubscriber.com/messages/ntg-context@ntg.nl/topic.html
On 11/14/07, u-wrede@t-online.de wrote:
Hallo I use MikeTex TeXnicCenter for writing Context with Lilypond.
When I try this:
\usemodule[lilypond]
\starttext There are some notes \lilypond{\relative{bes a c b}} embedded in this line. \stoptext
then I get this: ...
I don't have MikTeX here, but this looks silghtly suspicios to me: http://www.ctan.org/tex-archive/systems/win32/miktex/tm/packages/ context-lilypond.cab 2005-12-30 as well as: http://www.ctan.org/tex-archive/macros/context/contrib/t-lilypond/ For Ulrich: does it work if you replace C:\Programme\MiKTeX 2.5\tex\context\lilypond\t-lilypond.tex with http://dl.contextgarden.net/modules/t-lilypond/tex/context/third/t-lilypond.... ? (I had some minor problems with that, like non-optimal formatting, but at least it compiled OK.) Independent of that I need to ask the CTAN people about details (automatic updating of modules etc.). Mojca
Am 2007-11-14 um 08:48 schrieb u-wrede@t-online.de:
I use MikeTex TeXnicCenter for writing Context with Lilypond.
I don't know if t-lilypond will work on Windows at all. You need: - a rather recent version of ConTeXt (yours seems ok) - a rather recent version of pdfTeX (dito) - latest version of t-lilypond (from contextgarden) - LilyPond 2.10.x (previous or 2.11 versions don't work at the moment!) Try a \startlilypond ... \stoplilypond block instead of inline \lilypond{} - the latter is never tested and won't probably work at all. Try if you can call lilypond and pstopdf on the commandline. I don't understand why you name your file LaTeX, but that shouldn't cause any error. I'd never put any files in C-root, either (depending on your Windows version, TeX might be prohibited to write there). Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)
On Wed, 14 Nov 2007, Henning Hraban Ramm wrote:
Am 2007-11-14 um 08:48 schrieb u-wrede@t-online.de:
I use MikeTex TeXnicCenter for writing Context with Lilypond.
I don't know if t-lilypond will work on Windows at all.
I remember testing t-lilypond on Windows and it worked properly (that is I got some output from the examples in the source. I don't know music notation, so I do not know if the result was correct) as long as you have lilypond and ghostscript in PATH Aditya (who has happly moved to linux)
Hallo I have updatet my system to Miketex 2.6 The compilation with lilyponds works without error-message. Now there is another problem. I can't compile on C:\Dokumente und Einstellungen\Ulrich Wrede\Eigene Dateien The path is splitting in processing dokument 'Dokumente' processing dokument 'und' an so on. If i compile on C:\ root everything works but the outpput is on C:\Dokumente und Einstellungen\Ulrich Wrede\Eigene Dateien. So at least the pdf document is not created. There is: LaTeX2-lilypond-1-1.eps LaTeX2-lilypond-1-1.pdf with the notes. but no LateX2.pdf with the notes. Ulrich -- This message was sent on behalf of u-wrede@t-online.de at openSubscriber.com http://www.opensubscriber.com/message/ntg-context@ntg.nl/7987328.html
participants (4)
-
Aditya Mahajan
-
Henning Hraban Ramm
-
Mojca Miklavec
-
u-wrede@t-online.de