On Tue, Aug 5, 2008 at 7:55 PM, Olivier Guéry
2008/8/5 Wolfgang Schuster
: On Tue, Aug 5, 2008 at 12:00 AM, Olivier Guéry
wrote: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello,
It seem's that the lilypond module don't work.
See this minimal exemple :
\usemodule[lilypond] \setuplilypond[staffsize=30, fragment=yes, time=no, clef=no] \starttext \lilypond{ \new RhythmicStaff {\time 3/4 c8 r4.. c8 r16} } \blank[1*big] \stoptext
It failed with :
(/usr/share/texmf/tex/context/third/lilypond/t-lilypond.tex loading : LilyPond module ) utilityfile | not present systems : begin file test-lilypond at line 6 ! You can't use `the character 1' after \the. \lily!figures ->1
\dosavebuffer [#1]->\ctxlua {buffers.save("#1 ")} \dodostartlilypond ...ilypond-\the \lily!figures ] \fi \ifeof 18 \expanded {\... l.8 ... RhythmicStaff {\time 3/4 c8 r4.. c8 r16} } \blank[1*big]
My luatex is : This is LuaTeX, Version snapshot-0.28.0-2008071500 My context : MtxRun | main context file: /usr/share/texmf/tex/context/base/context.tex MtxRun | current version: 2008.07.31 16:30
Any idears ?
Remove the "\the" before \lily!figures at line 259 in the module or use MkII.
Thank's. No more error during the compilation, but no image. Look at the pdf !
Post the log file and the terminal messages. Wolfgang