Re: [NTG-context] lilypond module error with mkiv beta

2011-02-24 Thread Lutz Haseloff
Thank you very much! 2011/2/24 Henning Hraban Ramm : > > Am 2011-02-24 um 14:22 schrieb Lutz Haseloff: > >> Hi all, >> with newest ConTeXt MKIV beta from Minimals >> following file (from the doc) failes to compile: > > > http://wiki.contextgarden.net/LilyPond#Deprecation_Warning > > Greetlings fro

Re: [NTG-context] lilypond module error with mkiv beta

2011-02-24 Thread Henning Hraban Ramm
Am 2011-02-24 um 14:22 schrieb Lutz Haseloff: Hi all, with newest ConTeXt MKIV beta from Minimals following file (from the doc) failes to compile: http://wiki.contextgarden.net/LilyPond#Deprecation_Warning Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.

[NTG-context] lilypond module error with mkiv beta

2011-02-24 Thread Lutz Haseloff
Hi all, with newest ConTeXt MKIV beta from Minimals following file (from the doc) failes to compile: \usemodule[lilypond] \starttext \subject{Telemann, TWV 40:11} \startlilypond \relative c' { \set Staff.instrumentName = flute \key fis \minor \time 3/4 \partial 4 r8 fis'8 | fis4. cis8 a cis | fis,

Re: [NTG-context] LilyPond module 2009-06-05

2009-06-09 Thread Richard Chonak
Am 2009-06-09 um 08:13 schrieb Richard Chonak: >> Vyatcheslav, can you record all the output from your pdflualatex command, >> and add it to your e-mail? It may contain an error message that would >> clarify why Lilypond is not being invoked successfully. und Henning schrieb: > Unfortunately t

Re: [NTG-context] LilyPond module 2009-06-05

2009-06-09 Thread Henning Hraban Ramm
Am 2009-06-09 um 08:13 schrieb Richard Chonak: Vyatcheslav, can you record all the output from your pdflualatex command, and add it to your e-mail? It may contain an error message that would clarify why Lilypond is not being invoked successfully. Unfortunately there's normally no error mes

Re: [NTG-context] LilyPond module 2009-06-05

2009-06-08 Thread Richard Chonak
Subject: Re: [NTG-context] LilyPond module 2009-06-05 Am 2009-06-05 um 16:13 schrieb Vyatcheslav Yatskovsky: > But my problem (under Windows) persists: no eps or pdfs are created. Only > "lily1-lilypond-1.tmp" and "lily1-lilypond-1.tmp.md5" in "lilytemp" folder.

Re: [NTG-context] LilyPond module 2009-06-05

2009-06-08 Thread Henning Hraban Ramm
Am 2009-06-05 um 16:13 schrieb Vyatcheslav Yatskovsky: But my problem (under Windows) persists: no eps or pdfs are created. Only "lily1-lilypond-1.tmp" and "lily1-lilypond-1.tmp.md5" in "lilytemp" folder. Installing GhostScript didn't help. Sorry for the delay, and sorry, but I can't help

Re: [NTG-context] LilyPond module 2009-06-05

2009-06-05 Thread Vyatcheslav Yatskovsky
Thanks, Hraban But my problem (under Windows) persists: no eps or pdfs are created. Only "lily1-lilypond-1.tmp" and "lily1-lilypond-1.tmp.md5" in "lilytemp" folder. Installing GhostScript didn't help. Regards, Vyatcheslav ___

[NTG-context] LilyPond module 2009-06-05

2009-06-05 Thread Henning Hraban Ramm
Just released the latest version with some fixes: - pstopdf is only called if there's no pdf created (seems like LilyPond creates PDFs by itself even in EPS mode now) - before trying to move a file, the target gets deleted if it already exists - some more code cleanup Is someone in need of a

Re: [NTG-context] Lilypond module problem

2009-06-03 Thread Lutz Haseloff
2009/6/3 Henning Hraban Ramm > Am 2009-06-03 um 09:08 schrieb Lutz Haseloff: > >>\directlua{ os.remove('\tmpdir/\lily!filename.tmp') } % new >> >> Is it possible to get these two lines (or some better code) into >> t-lilypond.tex >> to get it working for Windows? >> > > > Please try the attac

Re: [NTG-context] Lilypond module problem

2009-06-03 Thread Henning Hraban Ramm
Am 2009-06-03 um 09:08 schrieb Lutz Haseloff: \directlua{ os.remove('\tmpdir/\lily!filename.tmp') } % new Is it possible to get these two lines (or some better code) into t- lilypond.tex to get it working for Windows? Please try the attached version. Greetlings from Lake Constance! Hra

Re: [NTG-context] Lilypond module problem

2009-06-03 Thread Lutz Haseloff
2009/6/2 Henning Hraban Ramm > Am 2009-06-02 um 13:07 schrieb Lutz Haseloff: > >> Here it works with ConTeXt MkIV beta as of 2009.05.27 11:27. >>> >> I use ConTeXt ver: 2009.06.02 09:30 MKIV. >> > > Works still with 2009.06.02 09:30 on MacOS X / Intel. > > So it seems it's only a Windows problem

Re: [NTG-context] Lilypond module problem

2009-06-02 Thread Henning Hraban Ramm
Am 2009-06-02 um 16:01 schrieb Mojca Miklavec: MTXrun | file './lilytemp/lily1-lilypond-1.eps' is unchanged So you now create a subfolder called lilytemp? The name is even configurable. And I create another subfolder for the completed pictures. I like the idea and would be really glad t

Re: [NTG-context] Lilypond module problem

2009-06-02 Thread Lutz Haseloff
2009/6/2 Henning Hraban Ramm > Am 2009-06-02 um 13:07 schrieb Lutz Haseloff: > >> Here it works with ConTeXt MkIV beta as of 2009.05.27 11:27. >>> >> I use ConTeXt ver: 2009.06.02 09:30 MKIV. >> > > Works still with 2009.06.02 09:30 on MacOS X / Intel. > > So it seems it's only a Windows problem

Re: [NTG-context] Lilypond module problem

2009-06-02 Thread Henning Hraban Ramm
Am 2009-06-02 um 13:07 schrieb Lutz Haseloff: Here it works with ConTeXt MkIV beta as of 2009.05.27 11:27. I use ConTeXt ver: 2009.06.02 09:30 MKIV. Works still with 2009.06.02 09:30 on MacOS X / Intel. So it seems it's only a Windows problem - probably calling the LilyPond binary, but cou

Re: [NTG-context] Lilypond module problem

2009-06-02 Thread Lutz Haseloff
2009/6/2 Henning Hraban Ramm > Am 2009-06-02 um 08:45 schrieb Lutz Haseloff: > > the new lilypond module don't build new lilypond pdf files when >> I change the tex input file. >> > > Here it works with ConTeXt MkIV beta as of 2009.05.27 11:27. I use ConTeXt ver: 2009.06.02 09:30 MKIV. > >

Re: [NTG-context] Lilypond module problem

2009-06-02 Thread Henning Hraban Ramm
Am 2009-06-02 um 08:45 schrieb Lutz Haseloff: the new lilypond module don't build new lilypond pdf files when I change the tex input file. Here it works with ConTeXt MkIV beta as of 2009.05.27 11:27. In the log i get: system : module lilypond loaded (c:/contextminimal/texmf-local/t

[NTG-context] Lilypond module problem

2009-06-01 Thread Lutz Haseloff
Hi Mojca, Christopher, Hraban, Wolfgang, the new lilypond module don't build new lilypond pdf files when I change the tex input file. In the log i get: system : module lilypond loaded (c:/contextminimal/texmf-local/tex/context/third/lilypond/t-lilypond.texMTXrun | file './lilytemp/lily1-

Re: [NTG-context] LilyPond module 2009-05-27

2009-05-29 Thread Henning Hraban Ramm
Am 2009-05-28 um 20:43 schrieb Mojca Miklavec: On Wed, May 27, 2009 at 15:30, Henning Hraban Ramm wrote: Download: http://modules.contextgarden.net/t-lilypond Documentation: http://wiki.contextgarden.net/LilyPond and, of course: http://lilypond.org/doc/v2.12/Documentation/ Changes: - Code cle

Re: [NTG-context] LilyPond module 2009-05-27

2009-05-28 Thread Mojca Miklavec
On Wed, May 27, 2009 at 15:30, Henning Hraban Ramm wrote: > I'm a bit proud to announce the latest version of the LilyPond bridge > module. > > Download: http://modules.contextgarden.net/t-lilypond > > Documentation: http://wiki.contextgarden.net/LilyPond > and, of course: http://lilypond.org/doc/v

[NTG-context] LilyPond module 2009-05-27

2009-05-27 Thread Henning Hraban Ramm
I'm a bit proud to announce the latest version of the LilyPond bridge module. Download: http://modules.contextgarden.net/t-lilypond Documentation: http://wiki.contextgarden.net/LilyPond and, of course: http://lilypond.org/doc/v2.12/Documentation/ Changes: - Code cleanup (partly by Wolfgang) -

Re: [NTG-context] LilyPond module, release 2009-05-19

2009-05-20 Thread Henning Hraban Ramm
Thank you all for your kind responses! Now I know it's not only for myself ;-) Wolfgang just provided me with a new version with simplified code - thank you very much! So I don't have to re-implement it in Lua too soon ;-) I'll test the new one over the weekend and will release it then. Gree

Re: [NTG-context] LilyPond module, release 2009-05-19

2009-05-20 Thread David Wooten
I've used it in the past, and have been hoping to use it again in MKIV. On May 19, 2009, at 1:24 PM, Henning Hraban Ramm wrote: I just uploaded a version of the LilyPond module that works with ConTeXt MkIV latest beta (only a small fix). Documentation PDF is still the old one, since I couldn'

Re: [NTG-context] LilyPond module, release 2009-05-19

2009-05-20 Thread Piotr Kopszak
Yes I'm just preparing a four volume popular music history which relies on that. Piotr 2009/5/19 Henning Hraban Ramm : > I just uploaded a version of the LilyPond module that works with ConTeXt > MkIV latest beta (only a small fix). > Documentation PDF is still the old one, since I couldn't c

Re: [NTG-context] LilyPond module, release 2009-05-19

2009-05-20 Thread Henning Hraban Ramm
2009/5/20 Lutz Haseloff : > Thank you very much for the module. I only care for it, I didn't write it, that was Christopher Creutzig, and it wouldn't work with MkIV without Mojca Miklavec. > can you insert a line of code in ctxtools.rb? > after the line: > 430    $dontaskprefixes.push(Dir.glo

Re: [NTG-context] LilyPond module, release 2009-05-19

2009-05-19 Thread Lutz Haseloff
Hi Hraban, I use your module since it worked with lilypond 2.12 and I ever used it with mkiv. I had never a problem using it except to get started with lilypond :-) Your new module works here with LuaTeX, Version beta-0.41.0-2009051922 (Web2C 7.5.7) and ConTeXt ver: 2009.05.20 00:02 MKIV very we

Re: [NTG-context] LilyPond module, release 2009-05-19

2009-05-19 Thread Erich R Fickel
I just uploaded a version of the LilyPond module that works with ConTeXt MkIV latest beta (only a small fix). Documentation PDF is still the old one, since I couldn't compile it. Does anyone use this module at all, except me? Yes. I use the module, for the old Context. I plan to upgrade at some

[NTG-context] LilyPond module, release 2009-05-19

2009-05-19 Thread Henning Hraban Ramm
I just uploaded a version of the LilyPond module that works with ConTeXt MkIV latest beta (only a small fix). Documentation PDF is still the old one, since I couldn't compile it. Does anyone use this module at all, except me? Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texni

Re: [NTG-context] Lilypond module

2008-09-08 Thread Henning Hraban Ramm
Am 2008-09-07 um 17:41 schrieb Mojca Miklavec: >> Temporary solution: > Can you please update the module on the garden? (All my mails used to > bounce from you, and you have the rights to update the module.) It > then automatically propagates to TeX Live. I removed the last anti-spam setting of m

Re: [NTG-context] Lilypond module

2008-09-07 Thread Mojca Miklavec
On Sat, Sep 6, 2008 at 9:58 PM, Henning Hraban Ramm wrote: > > Temporary solution: Can you please update the module on the garden? (All my mails used to bounce from you, and you have the rights to update the module.) It then automatically propagates to TeX Live. Thanks, Mojca

Re: [NTG-context] Lilypond module

2008-09-07 Thread Henning Hraban Ramm
Am 2008-09-06 um 21:43 schrieb Henning Hraban Ramm: > Ok, let's come back to this unsolved mystery - I'm working at > another songbook... > > > LilyPond isn't called anymore, neither with MkII nor with MkIV. > > The buffer gets written, since I removed "\the" in \savebuffer, as > Wolfgang tol

Re: [NTG-context] Lilypond module

2008-09-07 Thread Henning Hraban Ramm
Ok, let's come back to this unsolved mystery - I'm working at another songbook... LilyPond isn't called anymore, neither with MkII nor with MkIV. The buffer gets written, since I removed "\the" in \savebuffer, as Wolfgang told us at 2008-08-05. As far as I can track it down, "\installprogra

Re: [NTG-context] Lilypond module

2008-08-08 Thread Wolfgang Schuster
On Wed, Aug 6, 2008 at 8:51 PM, Olivier Guéry <[EMAIL PROTECTED]> wrote: >> Post the log file and the terminal messages. > > So, you can find the log file join to this mail, and here is the > terminal output : No idea, what do you get with MkII or just "lilypond" on the command line without any Te

Re: [NTG-context] Lilypond module

2008-08-06 Thread Olivier Guéry
> Post the log file and the terminal messages. So, you can find the log file join to this mail, and here is the terminal output : # context test-lilypond.tex MtxRun | loading configuration for /usr/share/texmf/web2c from /home/nemo/.context-tmp/luatex-cache/context/6300afb4995fe38c77e9b86ed1ef102

Re: [NTG-context] Lilypond module

2008-08-05 Thread Wolfgang Schuster
On Tue, Aug 5, 2008 at 7:55 PM, Olivier Guéry <[EMAIL PROTECTED]> wrote: > 2008/8/5 Wolfgang Schuster <[EMAIL PROTECTED]>: >> On Tue, Aug 5, 2008 at 12:00 AM, Olivier Guéry <[EMAIL PROTECTED]> wrote: >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> Hello, >>> >>> It seem's that the lil

Re: [NTG-context] Lilypond module

2008-08-05 Thread Olivier Guéry
2008/8/5 Wolfgang Schuster <[EMAIL PROTECTED]>: > On Tue, Aug 5, 2008 at 12:00 AM, Olivier Guéry <[EMAIL PROTECTED]> wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Hello, >> >> It seem's that the lilypond module don't work. >> >> See this minimal exemple : >> >> \usemodule[lilypon

Re: [NTG-context] Lilypond module

2008-08-05 Thread Wolfgang Schuster
On Tue, Aug 5, 2008 at 12:00 AM, Olivier Guéry <[EMAIL PROTECTED]> 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, cle

[NTG-context] Lilypond module

2008-08-04 Thread Olivier Guéry
-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

Re: [NTG-context] LilyPond module for LilyPond 2.9.x

2006-10-03 Thread Henning Hraban Ramm
Am 2006-10-03 um 23:59 schrieb Mojca Miklavec: I cannot test since lilypond is not working properly on my computer, but I get the proper numbers. Here's an excerpt from the log file (I changed lilypond to echo): systems : begin file test1 at line 2 system(echo test1-lilypond-1.tmp)...

Re: [NTG-context] LilyPond module for LilyPond 2.9.x

2006-10-03 Thread Mojca Miklavec
On 10/3/06, Henning Hraban Ramm wrote: > Hello again, I'm still stuck with the counter problem, unfortunately > I got no response... > > ConTeXts writes out all the LilyPond pieces as "myfile-lilypond- > #.tmp", sequential numbered. > Then it should run LilyPond and epstopdf on the snippets, but ru

Re: [NTG-context] LilyPond module for LilyPond 2.9.x

2006-10-03 Thread Henning Hraban Ramm
Hello again, I'm still stuck with the counter problem, unfortunately I got no response... ConTeXts writes out all the LilyPond pieces as "myfile-lilypond- #.tmp", sequential numbered. Then it should run LilyPond and epstopdf on the snippets, but runs them always only on no.1 I.e. the counte

Re: [NTG-context] LilyPond module for LilyPond 2.9.x

2006-09-27 Thread Henning Hraban Ramm
Aaargh! It still doesn't work right; I should have tested with more than one LilyPond snippet. \lily!figures is the "image" counter; if I use it in the definition of the command, it stays 1. If I use it like below, I get "! Use of \LP doesn't match its definition." --- code --- \def\LP#1{t

Re: [NTG-context] LilyPond module for LilyPond 2.9.x

2006-09-27 Thread Henning Hraban Ramm
Am 2006-09-27 um 09:55 schrieb Hans Hagen: If I add --ifchanged to the lilypond call, it never does anything; without it's called twice (like before, I couldn't find out why). --ifchanged=filename Ah, great! Here's the new version again (Willi, please try this, no need for patching any more

Re: [NTG-context] LilyPond module for LilyPond 2.9.x

2006-09-27 Thread Hans Hagen
Henning Hraban Ramm wrote: > Am 2006-09-26 um 22:23 schrieb Hans Hagen: >> use texmfstart! >> >> texmfstart whateverscript whateverargs >> >> will free you from adding the path >> >> lilypond -b eps -f eps -dno-gs-load-fonts -dinclude-eps-fonts >> >> or texmfstart bin:lilypond >> >> conversion

Re: [NTG-context] LilyPond module for LilyPond 2.9.x

2006-09-26 Thread Willi Egger
Hi Hraban! This is great! Recently I was trying Lilypond again and thought, that this music-typesetting environment should be used within ConTeXt. - Your module worked, after adapting the three path-defs under Windows! Thanks Hraban and Chritopher! Willi Henning Hraban Ramm wrote: > Yeah, I

Re: [NTG-context] LilyPond module for LilyPond 2.9.x

2006-09-26 Thread Henning Hraban Ramm
Am 2006-09-26 um 22:23 schrieb Hans Hagen: use texmfstart! texmfstart whateverscript whateverargs will free you from adding the path lilypond -b eps -f eps -dno-gs-load-fonts -dinclude-eps-fonts or texmfstart bin:lilypond conversion to pdf: texmfstart pdftops somefile.eps if may be wo

Re: [NTG-context] LilyPond module for LilyPond 2.9.x

2006-09-26 Thread Hans Hagen
Henning Hraban Ramm wrote: > > % I tried different methods to convert the LilyPond EPS to PDF: > \def\LP{/usr/local/bin/lilypond -b eps -f eps -dno-gs-load-fonts - > dinclude-eps-fonts } > %\def\TU{/usr/local/teTeX/bin/powerpc-apple-darwin-current/texutil } > \def\TU{perl /usr

Re: [NTG-context] LilyPond module for LilyPond 2.9.x

2006-09-26 Thread Henning Hraban Ramm
Am 2006-09-26 um 20:34 schrieb Henning Hraban Ramm: > Yeah, I finally got it working with recent versions of LilyPond! No, it doesn't. :-( And it's strange: the external command for lilypond gets called, but not that for epstopdf: % I tried different methods to convert the LilyPond EPS to PDF:

[NTG-context] LilyPond module for LilyPond 2.9.x

2006-09-26 Thread Henning Hraban Ramm
Yeah, I finally got it working with recent versions of LilyPond! (The most important change was from "linewidth" to "line-width", and I overlooked that far too long...) The module still has lots of issues (e.g. paths for external command like lilypond are hardcoded), but it does what I want

[NTG-context] LilyPond module

2006-09-17 Thread Henning Hraban Ramm
Hi there! I'm trying to fix the LilyPond module for LilyPond 2.9.x (find my current version attached). One of the problems is, that the EPS/PDF produced by LilyPond is always too big (doesn't obey the ordered dimensions, but is uniformly upscaled). The code after line 250 should shift the n