Re: [NTG-context] Lilypond

2014-06-12 Thread David Wooten
Right! Got it. On Jun 12, 2014, at 10:37 AM, Henning Hraban Ramm wrote: > Am 2014-06-12 um 23:00 schrieb David Wooten : > >> Both examples (1st page & multipage insertion) place the snippet on its own >> page, e.g. this gives me a 3 page document w/ snippet on page 2: > > The LilyPond setting

Re: [NTG-context] Lilypond

2014-06-12 Thread Henning Hraban Ramm
Am 2014-06-12 um 23:00 schrieb David Wooten : > Both examples (1st page & multipage insertion) place the snippet on its own > page, e.g. this gives me a 3 page document w/ snippet on page 2: The LilyPond settings are essential, otherwise LP produces whole pages, that’s not a problem of ConTeXt.

Re: [NTG-context] Lilypond

2014-06-12 Thread David Wooten
On Jun 11, 2014, at 1:51 AM, Henning Hraban Ramm wrote: > > Am 2014-06-11 um 00:26 schrieb David Wooten : > >> Hi Hraban, thanks very much — yes I am able to get the first examples to >> work. Is there still a way to insert snippets/single lines of music between >> paragraphs? > > Between p

Re: [NTG-context] Lilypond

2014-06-11 Thread Henning Hraban Ramm
Am 2014-06-11 um 00:26 schrieb David Wooten : > Hi Hraban, thanks very much — yes I am able to get the first examples to > work. Is there still a way to insert snippets/single lines of music between > paragraphs? Between paragraphs should just work like that. If you’d like to avoid \startlil

Re: [NTG-context] Lilypond

2014-06-10 Thread David Wooten
Hi Hraban, thanks very much — yes I am able to get the first examples to work. Is there still a way to insert snippets/single lines of music between paragraphs? Cheers, David On Jun 10, 2014, at 2:53 AM, Henning Hraban Ramm wrote: > Am 2014-06-09 um 04:31 schrieb David Wooten : > >> Greeting

Re: [NTG-context] Lilypond

2014-06-10 Thread Henning Hraban Ramm
Am 2014-06-09 um 04:31 schrieb David Wooten : > Greetings all, it’s been quite a while since I tried to use lilypond snippets > in a context file. Looks like we’re now using the filter module… can someone > post a small working example file to get me started? —there are a number of > different

[NTG-context] Lilypond

2014-06-08 Thread David Wooten
Greetings all, it’s been quite a while since I tried to use lilypond snippets in a context file. Looks like we’re now using the filter module… can someone post a small working example file to get me started? —there are a number of different & some incomplete approaches to be found, none of which

Re: [NTG-context] Lilypond

2011-08-22 Thread Aditya Mahajan
On Mon, 22 Aug 2011, Henning Hraban Ramm wrote: Am 2011-08-22 um 03:53 schrieb Aditya Mahajan: @Hraban: Long story short, the filter module is working again. Can you test the dev branch from the latest git version? Thank you! LilyPond ist called, but your approach of including the LaTeX file

Re: [NTG-context] Lilypond

2011-08-22 Thread Henning Hraban Ramm
Am 2011-08-22 um 03:53 schrieb Aditya Mahajan: @Hraban: Long story short, the filter module is working again. Can you test the dev branch from the latest git version? Thank you! LilyPond ist called, but your approach of including the LaTeX file fails, since you don’t define \linebreak from:

Re: [NTG-context] Lilypond

2011-08-21 Thread Aditya Mahajan
On Sun, 21 Aug 2011, Aditya Mahajan wrote: On Sun, 21 Aug 2011, Henning Hraban Ramm wrote: - even if I rename the buffer file, LilyPond isn’t run. t-filter> current filter : lilypond t-filter> base file : test1-temp-lilypond t-filter> input file : test1-temp-lilypond.t

Re: [NTG-context] Lilypond

2011-08-21 Thread Aditya Mahajan
On Mon, 22 Aug 2011, Hans Hagen wrote: On 22-8-2011 00:14, Aditya Mahajan wrote: On Sun, 21 Aug 2011, Henning Hraban Ramm wrote: Current version doesn’t work at all: - it writes the buffer with doubled filename and extension parts, i.e. from foo.tex "foo-foo-temp-lilypond.tmp.tmp", but looks

Re: [NTG-context] Lilypond

2011-08-21 Thread Hans Hagen
On 22-8-2011 00:14, Aditya Mahajan wrote: On Sun, 21 Aug 2011, Henning Hraban Ramm wrote: Current version doesn’t work at all: - it writes the buffer with doubled filename and extension parts, i.e. from foo.tex "foo-foo-temp-lilypond.tmp.tmp", but looks for "foo-temp-lilypond.tmp". The \saveb

Re: [NTG-context] Lilypond

2011-08-21 Thread Aditya Mahajan
On Sun, 21 Aug 2011, Henning Hraban Ramm wrote: Current version doesn’t work at all: - it writes the buffer with doubled filename and extension parts, i.e. from foo.tex "foo-foo-temp-lilypond.tmp.tmp", but looks for "foo-temp-lilypond.tmp". The \savebuffer command has changed!!! \starttext

Re: [NTG-context] Lilypond

2011-08-21 Thread Henning Hraban Ramm
Am 2011-08-21 um 14:07 schrieb Henning Hraban Ramm: I don’t know a solution for line breaking of scores - if you’d set LilyPond’s page size to ConTeXt’s remaining space, it would stay the same for the second page. Perhaps we can get single lines (systems) and let ConTeXt to the page breakin

Re: [NTG-context] Lilypond

2011-08-21 Thread Henning Hraban Ramm
Am 2011-08-20 um 10:19 schrieb Aditya Mahajan: The other thing is to be able to change linespace, papersize, offset, etc using parameters, so that one can say: \startlilypond[linespace=...] ... \stoplilypond This will require some lua side processing. You mean, translate ConTeXt-style setti

Re: [NTG-context] Lilypond

2011-08-20 Thread David Wooten
Hi Aditya & Hraban, I'm very glad to see improved Lilypond integration being discussed. I can't offer too much besides moral support, but would just point out one solution I've found for proper width/alignment of a snippet with extra-staff material (e.g. a piano staff marker { ): If the ConTeXt

Re: [NTG-context] Lilypond

2011-08-20 Thread Aditya Mahajan
On Fri, 19 Aug 2011, Henning Hraban Ramm wrote: Am 2011-08-19 um 17:08 schrieb Aditya Mahajan: But - can you even support different setups, say \startlilypondpreamble global settings for everything \stoplilypondpreamble \startlilypondpreamble[snippet] global settings for snippets \stoplilypon

Re: [NTG-context] Lilypond

2011-08-19 Thread Henning Hraban Ramm
Am 2011-08-19 um 17:08 schrieb Aditya Mahajan: I don't understand what you're planning, I am planning to add features so that you can say: \startlilypondpreamble global settings \stoplilypondpreamble Ah, that's great - at the moment I just import the same settings.ly file into every scor

[NTG-context] Lilypond (Re: buffer names in MKII)

2011-08-19 Thread Aditya Mahajan
Hi Hraban On Fri, 19 Aug 2011, Henning Hraban Ramm wrote: Am 2011-08-18 um 23:29 schrieb Aditya Mahajan: I am also thinking of providing an interface for parsing the buffer content at lua end. That will allow us to implement all the features of the gnuplot and lilypond module using the filte

Re: [NTG-context] LilyPond nowadays

2011-04-13 Thread David Wooten
On Apr 13, 2011, at 2:18 AM, Henning Hraban Ramm wrote: > Am 2011-04-13 um 01:37 schrieb David Wooten: > >> I've gotten back to tinkering with LilyPond, and wanted to ask if someone >> could send a small example of the new method of handling it, especially with >> some lilypond settings in the

Re: [NTG-context] LilyPond nowadays

2011-04-13 Thread Aditya Mahajan
On Wed, 13 Apr 2011, Henning Hraban Ramm wrote: Aditya, LilyPond’s preview mode doesn’t help - it just makes a preview (first line) of your music. That should work for inline snippets, right? Aditya___ If your que

Re: [NTG-context] LilyPond nowadays

2011-04-13 Thread Henning Hraban Ramm
Am 2011-04-13 um 01:37 schrieb David Wooten: I've gotten back to tinkering with LilyPond, and wanted to ask if someone could send a small example of the new method of handling it, especially with some lilypond settings in the .ly file mentioned below. My initial trials make place the lilypo

Re: [NTG-context] LilyPond nowadays

2011-04-12 Thread Aditya Mahajan
On Tue, 12 Apr 2011, David Wooten wrote: Hi all, I've gotten back to tinkering with LilyPond, and wanted to ask if someone could send a small example of the new method of handling it, especially with some lilypond settings in the .ly file mentioned below. My initial trials make place the lil

Re: [NTG-context] LilyPond nowadays

2011-04-12 Thread Aditya Mahajan
On Tue, 12 Apr 2011, David Wooten wrote: Hi all, I've gotten back to tinkering with LilyPond, and wanted to ask if someone could send a small example of the new method of handling it, especially with some lilypond settings in the .ly file mentioned below. My initial trials make place the lil

[NTG-context] LilyPond nowadays

2011-04-12 Thread David Wooten
Hi all, I've gotten back to tinkering with LilyPond, and wanted to ask if someone could send a small example of the new method of handling it, especially with some lilypond settings in the .ly file mentioned below. My initial trials make place the lilypond results on their own page. How would w

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 results do not show.

2009-03-01 Thread Mojca Miklavec
2009/2/25 Wei-Wei Guo wrote: > Hi everyone, > > I tried the tex file attached in this email, but the lily figure not shown. It works for me, but I have tried it with This is LuaTeX, Version snapshot-0.35.0 ConTeXt ver: 2009.02.25 14:43 MKIV fmt: 2009.2.28 int: english/english and the la

[NTG-context] lilypond results do not show.

2009-02-25 Thread Wei-Wei Guo
Hi everyone, I tried the tex file attached in this email, but the lily figure not shown. The result pdf file and log file are also attached. I also find that there are two files, "mytry-lilypond-l.tmp" and "mytry-lilypond-2.tmp", generated. Those two generated files contain codes for lilypond

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 MKIV, pstopdf, sysctl errors?

2007-08-27 Thread David Wooten
I narrowed it down to my editor, in fact. Strange! The command line call for TextMate ("mate") gives me the errors. I was compiling via the ConTeXt TextMate bundle and it must call "mate" for some reason at that point. pstopdf is off the hook ;) Dave On Aug. 27, 2007, at Aug 27, 3:54 AM, Mo

Re: [NTG-context] lilypond

2007-08-27 Thread Mojca Miklavec
On 7/6/07, Henning Hraban Ramm wrote: > Am 2007-07-03 um 17:59 schrieb Wolfgang Werners-Lucchini: > > Sorry, the publicly available LilyPond module is outdated. Try the > attached one. > > I delayed the publishing of my latest version because Ruby texexec > had a bug that prevented lilypond from be

Re: [NTG-context] lilypond

2007-08-27 Thread Steffen Wolfrum
Hallo Wolfgang, ich hoffe es ist OK, dass ich mich direkt an Dich wende. Deinem E-Mail an die Liste entnehme ich, dass Du an sich das Modul zum Laufen bekommen hast. Bei mir kommt statt jedoch nur ein grauer Kasten mit dem Inhalt: name: dummy file: test-lilypond-1 state: unknown Irgendwie wir

Re: [NTG-context] Lilypond MKIV, pstopdf, sysctl errors?

2007-08-27 Thread Mojca Miklavec
On 8/27/07, David Wooten wrote: > > On Aug. 26, 2007, at Aug 26, 6:44 PM, Mojca Miklavec wrote: > > > On 8/27/07, David Wooten wrote: > >> Greetings all, > >> > >> In trying to run Mojca's latest Lilypond extension with MKIV (on an > >> Intel Mac), I've been receiving the errors after pstopdf is ru

Re: [NTG-context] Lilypond MKIV, pstopdf, sysctl errors?

2007-08-26 Thread David Wooten
On Aug. 26, 2007, at Aug 26, 6:44 PM, Mojca Miklavec wrote: > On 8/27/07, David Wooten wrote: >> Greetings all, >> >> In trying to run Mojca's latest Lilypond extension with MKIV (on an >> Intel Mac), I've been receiving the errors after pstopdf is run, >> which I've never seen before: >> >> ***

Re: [NTG-context] Lilypond MKIV, pstopdf, sysctl errors?

2007-08-26 Thread Mojca Miklavec
On 8/27/07, David Wooten wrote: > Greetings all, > > In trying to run Mojca's latest Lilypond extension with MKIV (on an > Intel Mac), I've been receiving the errors after pstopdf is run, > which I've never seen before: > > *** > > sysctlbyname_with_pid: sysctl failed:Operation not permitted > is_

[NTG-context] Lilypond MKIV, pstopdf, sysctl errors?

2007-08-26 Thread David Wooten
Greetings all, In trying to run Mojca's latest Lilypond extension with MKIV (on an Intel Mac), I've been receiving the errors after pstopdf is run, which I've never seen before: *** sysctlbyname_with_pid: sysctl failed:Operation not permitted is_pid_native: sysctlbyname_with_pid failed:Ope

[NTG-context] lilypond

2007-08-26 Thread Hans Hagen
Mojca, cn you check this module for things like \leavevmode% \newdimen\FigWidth \FigWidth=\figurewidth \ifdim\FigWidth>\localhsize \!!dimena=\localhsize \advance\!!dimena by-\FigWidth

Re: [NTG-context] Lilypond for a newbie

2007-07-08 Thread Henning Hraban Ramm
Am 2007-07-06 um 23:46 schrieb Vyatcheslav Yatskovsky: > I saw some discussions of Lilypond here, but did not understand > it. :) Please, tell me as for a newbie, how to use Lilypond with > ConTeXt? I have some .ly files prepared and tested, but I know > nothing better then to render them as

[NTG-context] Lilypond for a newbie

2007-07-06 Thread Vyatcheslav Yatskovsky
Hello, I saw some discussions of Lilypond here, but did not understand it. :) Please, tell me as for a newbie, how to use Lilypond with ConTeXt? I have some .ly files prepared and tested, but I know nothing better then to render them as .png and then include in a document as images. Thanks and

Re: [NTG-context] lilypond

2007-07-06 Thread Henning Hraban Ramm
Am 2007-07-03 um 17:59 schrieb Wolfgang Werners-Lucchini: I tryed the first wiki-example: There are some notes \lilypond{ \relative{bes a c b} } embedded in this line. With version 2.11.27 the lilypond option -b eps is unknown. W

[NTG-context] lilypond

2007-07-03 Thread Wolfgang Werners-Lucchini
Hallo! I tryed the first wiki-example: There are some notes \lilypond{ \relative{bes a c b} } embedded in this line. With version 2.11.27 the lilypond option -b eps is unknown. With version 2.10.25 the above example is a 3-page ou

[NTG-context] lilypond snippet in the wiki

2007-05-29 Thread Piotr Kopszak
Hello all the lilyponders on the list, When I run the snippet from the wiki in a slightly modified form: \usemodule[lilypond] \starttext There are some notes\lilypond[clef=no, time=no, staffsize=6]{ \relative{bes a c b} } embedded in this line. \stoptext I'm getting desired result except for

Re: [NTG-context] lilypond newbie

2007-05-29 Thread Piotr Kopszak
On Thu, May 10, 2007 at 09:36:15AM +0200, Steffen Wolfrum wrote: > On Wed, 9 May 2007 23:31:00 +0200, Henning Hraban Ramm wrote: > > Am 2007-05-09 um 13:47 schrieb Steffen Wolfrum: > > > > \enableregime[utf] > >> \usemodule[lilypond] > >> > >> \starttext > >> > >> \startlilypond > >> % Telemann,

Re: [NTG-context] lilypond newbie

2007-05-14 Thread Henning Hraban Ramm
Am 2007-05-14 um 09:45 schrieb Steffen Wolfrum: > So, after extensive testing (with support from Arthur) using the > lilypond-module (as described) just doesn't work at all. > What to do now? > As it seems to be a question of several parts working / not working > together, who feels "responsib

Re: [NTG-context] lilypond newbie

2007-05-14 Thread Steffen Wolfrum
So, after extensive testing (with support from Arthur) using the lilypond-module (as described) just doesn't work at all. What to do now? As it seems to be a question of several parts working / not working together, who feels "responsible"? Steffen On Fri, 11 May 2007 18:31:10 +0200, Moj

Re: [NTG-context] lilypond newbie

2007-05-11 Thread Mojca Miklavec
On 5/10/07, Henning Hraban Ramm wrote: > > I didn't even knew there was a version of t-lilypond on CTAN > (overlooked that in Steffen's post). You cannot escape the big brother ;) > (It's a known problem that ConTeXt versions on CTAN are often > outdated, too.) If we're speaking about ConTeXt, t

Re: [NTG-context] lilypond newbie

2007-05-10 Thread Aditya Mahajan
On Thu, 10 May 2007, Henning Hraban Ramm wrote: > Am 2007-05-10 um 15:44 schrieb Arthur Reutenauer: >> * The version of the Lilypond module on CTAN isn't actually that new >> since it dates back to September 2005 (according to the date of >> t-lilypond.pdf). Now even without that date, we can

Re: [NTG-context] lilypond newbie

2007-05-10 Thread Henning Hraban Ramm
Am 2007-05-10 um 15:44 schrieb Arthur Reutenauer: > * The version of the Lilypond module on CTAN isn't actually that new > since it dates back to September 2005 (according to the date of > t-lilypond.pdf). Now even without that date, we can spot it in the > code > since it mentions the version

Re: [NTG-context] lilypond newbie

2007-05-10 Thread Arthur Reutenauer
Hallo Steffen, > I have no idea why this leads to statements like "far tool old" and > "We need code, not typography!". You have two different problems: * The version of the Lilypond module on CTAN isn't actually that new since it dates back to September 2005 (according to the date o

Re: [NTG-context] lilypond newbie

2007-05-10 Thread Steffen Wolfrum
On Wed, 9 May 2007 23:31:00 +0200, Henning Hraban Ramm wrote: > Am 2007-05-09 um 13:47 schrieb Steffen Wolfrum: > > \enableregime[utf] >> \usemodule[lilypond] >> >> \starttext >> >> \startlilypond >> % Telemann, TWV 40:11 >> \version "2.6.3" > > far tool old! use the latest LilyPond 2.10.x! > (

Re: [NTG-context] lilypond newbie

2007-05-09 Thread Henning Hraban Ramm
Am 2007-05-09 um 13:47 schrieb Steffen Wolfrum: \enableregime[utf] \usemodule[lilypond] \starttext \startlilypond % Telemann, TWV 40:11 \version "2.6.3" far tool old! use the latest LilyPond 2.10.x! (the module works only with LilyPond > 2.8, as mentioned on the wiki page) \relative c’

Re: [NTG-context] lilypond newbie

2007-05-09 Thread Steffen Wolfrum
On Wed, 9 May 2007 09:19:19 -0400 (EDT), Aditya Mahajan wrote: > On Wed, 9 May 2007, Steffen Wolfrum wrote: > >> Hi, >> >> just out of curiosity I wanted to check whether my context could >> typeset music. >> I found lilypond mentioned on the list, downloaded >> lilypond-2.10.23-1.darwin-x86.tar

Re: [NTG-context] lilypond newbie

2007-05-09 Thread John R. Culleton
On Wednesday 09 May 2007 09:19, Aditya Mahajan wrote: > On Wed, 9 May 2007, Steffen Wolfrum wrote: > > Hi, > > > > just out of curiosity I wanted to check whether my context could > > typeset music. I found lilypond mentioned on the list, downloaded > > lilypond-2.10.23-1.darwin-x86.tar.bz2 from li

Re: [NTG-context] lilypond newbie

2007-05-09 Thread Aditya Mahajan
On Wed, 9 May 2007, Steffen Wolfrum wrote: > Hi, > > just out of curiosity I wanted to check whether my context could typeset > music. > I found lilypond mentioned on the list, downloaded > lilypond-2.10.23-1.darwin-x86.tar.bz2 from lilypond.org, > t-lilypond.pdf from ctan and > t-lilypond.tex po

[NTG-context] lilypond newbie

2007-05-09 Thread Steffen Wolfrum
Hi, just out of curiosity I wanted to check whether my context could typeset music. I found lilypond mentioned on the list, downloaded lilypond-2.10.23-1.darwin-x86.tar.bz2 from lilypond.org, t-lilypond.pdf from ctan and t-lilypond.tex posted by Henning here. When I typeset texexec test.test

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

  1   2   >