Re: run error Lilypond-book on Windows 10

2021-08-06 Thread Archer Endrich
Dear David, Carl and Knute, Thank you for all your replies and information.  I'll work on the file-association suggestion tomorrow and let you know if the problem is solved. Thanks again, Archer

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread David Wright
On Fri 06 Aug 2021 at 18:55:13 (+0100), Archer Endrich wrote: > > However, there was an earlier version in my 2.18.2 Lilypond, so I > renamed that to disable it and added a full path to my 2.22.1 > lilypond-book in my batch file. > [ … ] > > When I run the batch files, Windows keeps asking me

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread Knute Snortum
On Fri, Aug 6, 2021 at 10:55 AM Archer Endrich wrote: > When I run the batch files, Windows keeps asking me "How do you want to > open this py file?" but does not give be a Browse option. Notice the > "access is denied" message in the command line display after running. > (I haven't actually

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread Archer Endrich
On 06/08/2021 18:32, Knute Snortum wrote: On Fri, Aug 6, 2021 at 9:35 AM Carl Sorensen wrote: You might check the following: Is there a python.exe that is somewhere in the path ahead of Lilypond's python? This can be checked using the Windows "where" command: C:\> where python -- Knute

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread Archer Endrich
Hello Carl, That was a good idea.  When I enter 'python' on the top level of my C:\ drive, it says that the version is 3.7.4. However, there was an earlier version in my 2.18.2 Lilypond, so I renamed that to disable it and added a full path to my 2.22.1 lilypond-book in my batch file. I

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread Knute Snortum
On Fri, Aug 6, 2021 at 9:35 AM Carl Sorensen wrote: > > You might check the following: > > Is there a python.exe that is somewhere in the path ahead of Lilypond's > python? This can be checked using the Windows "where" command: C:\> where python -- Knute Snortum

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread Carl Sorensen
You might check the following: Is there a python.exe that is somewhere in the path ahead of Lilypond's python? What is your system python version? The method you used to run lilypond-book does not include an explicit call to the lilypond's python; IIUC you're just using the .py extension to

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread Archer Endrich
Hello Aaron, Thank you for your reply.  I've checked the version of python.exe in my Lilyond usr\bin and it's 3.7.4, so it is puzzling that it is flagging an error about something not valid prior to 2.6.  I can't think where to go from here. Thanks. Archer P.S. I hope I've replied properly

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread Aaron Hill
On 2021-08-06 8:46 am, Archer Endrich wrote: [ . . . ] C:\P3L\lpbk>lilypond-book --output=out --pdf ALMdurasnumber.lytex   File "C:\Lilypond2221\usr\bin\lilypond-book.py", line 376     except subprocess.CalledProcessError as e:   ^ SyntaxError: invalid

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread Archer Endrich
Thank you Knute and David!  I have downloaded and installed MiKTeX and rerun my batch file (without the .py added to lilypond-book). It appears to have called lilypond-book successfully and also pdflatex.  However, it still reports an error in lilypond-book.ly which is preventing compilation.

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread David Wright
On Fri 06 Aug 2021 at 12:31:06 (+0100), Archer Endrich wrote: > > I have been using Lilypond for a long time and am in awe of those who > have created Lilypond and who maintain it.  It is the most wonderful > and flexible package, with super high-quality results. I have not > written to the Users

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread Knute Snortum
On Fri, Aug 6, 2021 at 6:06 AM Archer Endrich wrote: ... > > C:\P3L\lpbk\out>pdflatex ALMdurasnumber.tex > 'pdflatex' is not recognized as an internal or external command, > operable program or batch file. > > C:\P3L\lpbk\out>cd ..\ > > C:\P3L\lpbk> > > The message about pdflatex is a conundrum.

run error Lilypond-book on Windows 10

2021-08-06 Thread Archer Endrich
Dear Lilypond Users, I have been using Lilypond for a long time and am in awe of those who have created Lilypond and who maintain it.  It is the most wonderful and flexible package, with super high-quality results. I have not written to the Users Group before, but will have certain

Re: LilyPond-Book on Windows

2014-04-13 Thread Br. Samuel Springuel
I just tried rerunning lilypond-book after changing the temp directory to something simpler. That has run successfully, mostly. There were no errors thrown by either lilypond-book or pdflatex, but the snippet widths did not fit the page properly. The contents of the commandline follow:

Re: LilyPond-Book on Windows

2014-04-11 Thread Evans Winner
Br. Samuel Springuel rpspring...@gmail.com writes: I just downloaded the lilypond 2.19.4 windows binary and I'm not seeing any change in the behavior of lilypond-book. I don't know if this is worth anything, but I have not been having lilypond-book hang with 2.19.3, but due to a

Re: LilyPond-Book on Windows

2014-04-11 Thread Evans Winner
Evans Winner ego...@gmail.com writes: [...] and it is the Python version 2.5.4 that came Excuse me, I meant 2.4.5. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: python 2.6 in GUB Re: LilyPond-Book on Windows

2014-04-08 Thread Phil Holmes
: Sunday, April 06, 2014 2:42 AM Subject: python 2.6 in GUB Re: LilyPond-Book on Windows On Sat, Apr 05, 2014 at 08:53:04AM +0200, David Kastrup wrote: Jan Nieuwenhuizen jann...@gnu.org writes: David Kastrup writes: So my first impulse would be to throw out the workaround for 2.4.2 that Let's

Re: python 2.6 in GUB Re: LilyPond-Book on Windows

2014-04-08 Thread David Kastrup
Phil Holmes m...@philholmes.net writes: I pulled Julien's branch directly from his repo in order to update my version of GUB to his version with Python 2.6. The LilyPond build failed, with the error listing below. I've got the full python.log if needed. [...] Running chmod

Re: python 2.6 in GUB Re: LilyPond-Book on Windows

2014-04-08 Thread Phil Holmes
: python 2.6 in GUB Re: LilyPond-Book on Windows Phil Holmes m...@philholmes.net writes: I pulled Julien's branch directly from his repo in order to update my version of GUB to his version with Python 2.6. The LilyPond build failed, with the error listing below. I've got the full python.log

Re: LilyPond-Book on Windows

2014-04-08 Thread Br. Samuel Springuel
I just downloaded the lilypond 2.19.4 windows binary and I'm not seeing any change in the behavior of lilypond-book. Checking the included python version, and it still appears to be 2.4.5. Was this supposed to be upped to 2.6? Here's the contents of my command prompt after using the

Re: LilyPond-Book on Windows

2014-04-08 Thread David Kastrup
Br. Samuel Springuel rpspring...@gmail.com writes: I just downloaded the lilypond 2.19.4 windows binary and I'm not seeing any change in the behavior of lilypond-book. Checking the included python version, and it still appears to be 2.4.5. Was this supposed to be upped to 2.6? No, this is

Re: LilyPond-Book on Windows

2014-04-08 Thread Br. Samuel Springuel
As suggested, I tried moving the test files into a directory with a simple name and got what appear to me to be identical results: Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\Admincd c:\tmp C:\tmplilypond-book test2.lytex

Re: LilyPond-Book on Windows

2014-04-08 Thread Br. Samuel Springuel
As I was closing windows I noticed a texput.log file in the temporary directory which I hadn't seen before. It's contents: This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/W32TeX) (format=pdflatex 2014.3.29) 8 APR 2014 19:55 entering extended mode restricted \write18 enabled.

Re: LilyPond-Book on Windows

2014-04-08 Thread David Kastrup
Br. Samuel Springuel rpspring...@gmail.com writes: As suggested, I tried moving the test files into a directory with a simple name and got what appear to me to be identical results: Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and

Re: LilyPond-Book on Windows

2014-04-08 Thread Br. Samuel Springuel
The ~ is what Windows uses to create short names in their file structure. For instance: c:\docume~1\admin\locals~1\temp\tmpv3qfrb.tex Refers to C:\Documents and Settings\Admin\Local Settings\Temp\tmpv3qfrb.tex In this example, Documents and Settings has been shortened to docuem~1 and Local

Re: LilyPond-Book on Windows

2014-04-07 Thread David Kastrup
Br. Samuel Springuel rpspring...@gmail.com writes: Sorry if this is a double, but I hit the wrong reply button on the first one. On 2014-04-03 8:44 AM, David Kastrup wrote: It would appear that the above code using subprocess.Popen will most likely make lilypond-book hang on Windows

Re: LilyPond-Book on Windows

2014-04-07 Thread Trevor Daniels
David, you wrote Monday, April 07, 2014 10:22 AM Try with the just released LilyPond 2.19.4. If that's more successful, we'll port the fix to 2.18. Just to confirm, lilypond-book in 2.19.4 works fine here. I.e. no change in the parts I use from 2.19.3 AFAICS. Trevor

Re: LilyPond-Book on Windows

2014-04-07 Thread David Kastrup
Trevor Daniels t.dani...@treda.co.uk writes: David, you wrote Monday, April 07, 2014 10:22 AM Try with the just released LilyPond 2.19.4. If that's more successful, we'll port the fix to 2.18. Just to confirm, lilypond-book in 2.19.4 works fine here. I.e. no change in the parts I use from

Re: LilyPond-Book on Windows

2014-04-07 Thread Trevor Daniels
David, you wrote Monday, April 07, 2014 11:20 AM Trevor Daniels t.dani...@treda.co.uk writes: David, you wrote Monday, April 07, 2014 10:22 AM Try with the just released LilyPond 2.19.4. If that's more successful, we'll port the fix to 2.18. Just to confirm, lilypond-book in 2.19.4

Re: python 2.6 in GUB Re: LilyPond-Book on Windows

2014-04-06 Thread Phil Holmes
: Sunday, April 06, 2014 2:42 AM Subject: python 2.6 in GUB Re: LilyPond-Book on Windows On Sat, Apr 05, 2014 at 08:53:04AM +0200, David Kastrup wrote: Jan Nieuwenhuizen jann...@gnu.org writes: David Kastrup writes: So my first impulse would be to throw out the workaround for 2.4.2 that Let's

Re: python 2.6 in GUB Re: LilyPond-Book on Windows

2014-04-06 Thread Martin Tarenskeen
Doesn't Julien have GUB with python 2.6 ready for testing? I If I install lilypond on my Fedora 20 system using the version from the official Fedora repo (2.18.2) it will use the Python2 version that is shipped with Fedora (Python 2.7.5) and I never experienced problems with that.

Re: python 2.6 in GUB Re: LilyPond-Book on Windows

2014-04-06 Thread Graham Percival
On Sun, Apr 06, 2014 at 10:44:19AM +0100, Phil Holmes wrote: Doesn't Julien have GUB with python 2.6 ready for testing? I should be able to test GUB with Julien's Python 2.6 later this week. I'd just like to check the process. I click the Merge pull request at

Re: python 2.6 in GUB Re: LilyPond-Book on Windows

2014-04-06 Thread Urs Liska
There _is_ a lilypond organization on github already, created and owned by Janek. We can easily fork the necessary repositories there and give all persons the necessary push access. As to the merge question: As Graham sais you shouldn't merge the request. Rather add the respective fork as a

Re: LilyPond-Book on Windows

2014-04-05 Thread Jan Nieuwenhuizen
David Kastrup writes: So my first impulse would be to throw out the workaround for 2.4.2 that Let's do that. Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Re: LilyPond-Book on Windows

2014-04-05 Thread David Kastrup
Jan Nieuwenhuizen jann...@gnu.org writes: David Kastrup writes: So my first impulse would be to throw out the workaround for 2.4.2 that Let's do that. Well, issue 1933 URL:http://code.google.com/p/lilypond/issues/detail?id=1933 would suggest that this is a bad idea. Nothing substantially

python 2.6 in GUB Re: LilyPond-Book on Windows

2014-04-05 Thread Graham Percival
On Sat, Apr 05, 2014 at 08:53:04AM +0200, David Kastrup wrote: Jan Nieuwenhuizen jann...@gnu.org writes: David Kastrup writes: So my first impulse would be to throw out the workaround for 2.4.2 that Let's do that. Well, issue 1933

Re: LilyPond-Book on Windows

2014-04-03 Thread David Kastrup
} \begin{lilypond} \end{lilypond} \end{document} The same fault occurs. Further, documents which work just fine on a Mac and on Linux fail to work on Windows. The only difference is the OS. Something appears to be wrong with the way lilypond-book operates in Windows. Since you were actually

Re: LilyPond-Book on Windows

2014-04-03 Thread David Kastrup
The list or its Gmane mirror seems sort of messed up. I think I answered something further down in the line already. Br. Samuel Springuel rpspring...@gmail.com writes: I'm having trouble using lilypond-book on my Windows machine. The program sees to hang during the initial run

Re: LilyPond-Book on Windows

2014-04-03 Thread Phil Holmes
- Original Message - From: David Kastrup d...@gnu.org To: Br. Samuel Springuel rpspring...@gmail.com Cc: lilypond-user@gnu.org Sent: Thursday, April 03, 2014 1:44 PM Subject: Re: LilyPond-Book on Windows If we had somewhat more reliable feedback from Windows users (this was already

Re: LilyPond-Book on Windows

2014-04-03 Thread David Kastrup
Phil Holmes m...@philholmes.net writes: - Original Message - From: David Kastrup d...@gnu.org To: Br. Samuel Springuel rpspring...@gmail.com Cc: lilypond-user@gnu.org Sent: Thursday, April 03, 2014 1:44 PM Subject: Re: LilyPond-Book on Windows If we had somewhat more reliable

Re: LilyPond-Book on Windows

2014-04-03 Thread Phil Holmes
- Original Message - From: David Kastrup d...@gnu.org To: Phil Holmes m...@philholmes.net Cc: Br. Samuel Springuel rpspring...@gmail.com; lilypond-user@gnu.org Sent: Thursday, April 03, 2014 2:07 PM Subject: Re: LilyPond-Book on Windows Phil Holmes m...@philholmes.net writes

Re: LilyPond-Book on Windows

2014-04-03 Thread David Kastrup
Phil Holmes m...@philholmes.net writes: - Original Message - From: David Kastrup d...@gnu.org To: Phil Holmes m...@philholmes.net Cc: Br. Samuel Springuel rpspring...@gmail.com; lilypond-user@gnu.org Sent: Thursday, April 03, 2014 2:07 PM Subject: Re: LilyPond-Book on Windows

Re: LilyPond-Book on Windows

2014-04-03 Thread Phil Holmes
- Original Message - From: David Kastrup d...@gnu.org To: Phil Holmes m...@philholmes.net Cc: Br. Samuel Springuel rpspring...@gmail.com; lilypond-user@gnu.org Sent: Thursday, April 03, 2014 2:36 PM Subject: Re: LilyPond-Book on Windows Phil Holmes m...@philholmes.net writes

Re: LilyPond-Book on Windows

2014-04-03 Thread David Kastrup
Phil Holmes m...@philholmes.net writes: Sorry - probably busy with other stuff. This may be what you want: C:\Program Files (x86)\LilyPondV2.18.0\usr\binpython Python 2.4.5 (#1, Oct 6 2013, 18:41:07) [GCC 4.1.1] on mingw32 Type help, copyright, credits or license for more information.

Re: LilyPond-Book on Windows

2014-04-03 Thread Julien Rioux
On 03/04/2014 9:48 AM, Phil Holmes wrote: - Original Message - From: David Kastrup d...@gnu.org To: Phil Holmes m...@philholmes.net Cc: Br. Samuel Springuel rpspring...@gmail.com; lilypond-user@gnu.org Sent: Thursday, April 03, 2014 2:36 PM Subject: Re: LilyPond-Book on Windows Instead

Re: LilyPond-Book on Windows

2014-04-03 Thread Trevor Daniels
use lilypond-book under Windows, but only for compiling sections of the documentation. It works fine for me, even 2.19.3. I don't use Latex at all. Well, by fine I mean it does what I need. The opening preamble which attempts to determine some line width fails, but it has failed in the same way

Re: LilyPond-Book on Windows

2014-04-03 Thread David Kastrup
that it was available in the developer releases. I use lilypond-book under Windows, but only for compiling sections of the documentation. It works fine for me, even 2.19.3. I don't use Latex at all. The latest problems are in the LaTeX part and the problematic functionality involving TEXINPUTS has

Re: LilyPond-Book on Windows

2014-04-03 Thread Phil Holmes
- Original Message - From: David Kastrup d...@gnu.org To: Trevor Daniels t.dani...@treda.co.uk Cc: Phil Holmes m...@philholmes.net; lilypond-user@gnu.org Sent: Thursday, April 03, 2014 4:14 PM Subject: Re: LilyPond-Book on Windows Trevor Daniels t.dani...@treda.co.uk writes: David

Re: LilyPond-Book on Windows

2014-04-03 Thread David Kastrup
Phil Holmes m...@philholmes.net writes: - Original Message - From: David Kastrup d...@gnu.org To: Trevor Daniels t.dani...@treda.co.uk Cc: Phil Holmes m...@philholmes.net; lilypond-user@gnu.org Sent: Thursday, April 03, 2014 4:14 PM Subject: Re: LilyPond-Book on Windows Trevor

Re: LilyPond-Book on Windows

2014-04-03 Thread Phil Holmes
- Original Message - From: David Kastrup d...@gnu.org To: Phil Holmes m...@philholmes.net Cc: Trevor Daniels t.dani...@treda.co.uk; lilypond-user@gnu.org Sent: Thursday, April 03, 2014 4:34 PM Subject: Re: LilyPond-Book on Windows Phil Holmes m...@philholmes.net writes

Re: LilyPond-Book on Windows

2014-04-03 Thread David Kastrup
that it fails is of no relevance whatever. Except for Windows users of lilypond-book. Did you read what I wrote? It's _only_ relevant for compiling the LilyPond docs: lilypond-book users do not need automatic line-width detection. Why wouldn't they? The black bars are produced by Texinfo in draft mode

Re: LilyPond-Book on Windows

2014-04-03 Thread Trevor Daniels
David Kastrup Thursday, April 03, 2014 4:14 PM Trevor Daniels t.dani...@treda.co.uk writes: 'texi2pdf' is not recognized as an internal or external command, operable program or batch file. That looks like a path problem. No, it's because I couldn't find a version of texi2pdf that works

Re: LilyPond-Book on Windows

2014-04-03 Thread Trevor Daniels
David Kastrup Thursday, April 03, 2014 4:14 PM Trevor Daniels t.dani...@treda.co.uk writes: 'texi2pdf' is not recognized as an internal or external command, operable program or batch file. That looks like a path problem. No, it's because I couldn't find a version of texi2pdf that works

Re: LilyPond-Book on Windows

2014-04-03 Thread Br. Samuel Springuel
Sorry if this is a double, but I hit the wrong reply button on the first one. On 2014-04-03 8:44 AM, David Kastrup wrote: It would appear that the above code using subprocess.Popen will most likely make lilypond-book hang on Windows for essentially unknown reasons. Any idea what your Python

Re: LilyPond-Book on Windows

2014-04-03 Thread David Kastrup
couldn't find a version of texi2pdf that works under Windows, so I don't have such a program installed. Well, you wrote: I use lilypond-book under Windows, but only for compiling sections of the documentation. It works fine for me, even 2.19.3. I don't use Latex at all. Now if you use

Re: LilyPond-Book on Windows

2014-04-03 Thread Trevor Daniels
David, you wrote Thursday, April 03, 2014 6:40 PM Well, you wrote: I use lilypond-book under Windows, but only for compiling sections of the documentation. It works fine for me, even 2.19.3. I don't use Latex at all. Now if you use lilypond-book successfully under Windows

LilyPond-Book on Windows

2014-04-02 Thread Br. Samuel Springuel
I'm having trouble using lilypond-book on my Windows machine. The program sees to hang during the initial run of the typesetting engine that's used to determine the page settings. In this case, by hang I mean that everything proceeds normally up to this point, but then nothing happens, even

Re: LilyPond-Book on Windows

2014-04-02 Thread Jim Long
On Wed, Apr 02, 2014 at 08:58:52AM -0400, Br. Samuel Springuel wrote: I'm having trouble using lilypond-book on my Windows machine. The program sees to hang during the initial run of the typesetting engine that's used to determine the page settings. In this case, by hang I mean

Re: LilyPond-Book on Windows

2014-04-02 Thread Br. Samuel Springuel
fault occurs. Further, documents which work just fine on a Mac and on Linux fail to work on Windows. The only difference is the OS. Something appears to be wrong with the way lilypond-book operates in Windows. ✝ Br. Samuel (R. Padraic Springuel) PAX ☧ ΧΡΙΣΤΟΣ

AW: Lilypond-book on Windows 2.16.1

2013-01-06 Thread Christian Lubeseder
: Lilypond-book on Windows 2.16.1 I have created a new stable version of the windows binary (2.16.2) which should fix the problem that prevents lilypond-book from being run on 2.16.1. Before uploading this to the official website, I would appreciate it if interested and capable users could download

Re: AW: Lilypond-book on Windows 2.16.1

2013-01-06 Thread SoundsFromSound
An: LilyPond User Group Cc: Per Sennels; Chris; Olivier Biot Betreff: Lilypond-book on Windows 2.16.1 I have created a new stable version of the windows binary (2.16.2) which should fix the problem that prevents lilypond-book from being run on 2.16.1. Before uploading this to the official website

Re: Lilypond-book on Windows 2.16.1

2013-01-05 Thread Phil Holmes
- Original Message - From: Julien Rioux jri...@lyx.org To: lilypond-user@gnu.org Sent: Friday, January 04, 2013 9:43 PM Subject: Re: Lilypond-book on Windows 2.16.1 On 04/01/2013 4:30 PM, Phil Holmes wrote: Thanks for testing this. 2.16.2 is currently uploading and the stable build

Lilypond-book on Windows 2.16.1

2013-01-04 Thread Phil Holmes
I have created a new stable version of the windows binary (2.16.2) which should fix the problem that prevents lilypond-book from being run on 2.16.1. Before uploading this to the official website, I would appreciate it if interested and capable users could download it from my own website:

Re: Lilypond-book on Windows 2.16.1

2013-01-04 Thread Mats Bengtsson
On 01/04/2013 06:00 PM, lilypond-user-requ...@gnu.org wrote: I have created a new stable version of the windows binary (2.16.2) which should fix the problem that prevents lilypond-book from being run on 2.16.1. Before uploading this to the official website, I would appreciate it if interested

Re: Lilypond-book on Windows 2.16.1

2013-01-04 Thread Olivier Biot
On Fri, Jan 4, 2013 at 4:12 PM, Phil Holmes em...@philholmes.net wrote: I have created a new stable version of the windows binary (2.16.2) which should fix the problem that prevents lilypond-book from being run on 2.16.1. Before uploading this to the official website, I would appreciate it if

Re: Lilypond-book on Windows 2.16.1

2013-01-04 Thread Phil Holmes
; LilyPond User Group Sent: Friday, January 04, 2013 9:23 PM Subject: Re: Lilypond-book on Windows 2.16.1 On Fri, Jan 4, 2013 at 4:12 PM, Phil Holmes em...@philholmes.net wrote: I have created a new stable version of the windows binary (2.16.2) which should fix the problem that prevents

Re: Lilypond-book on Windows 2.16.1

2013-01-04 Thread Julien Rioux
On 04/01/2013 4:30 PM, Phil Holmes wrote: Thanks for testing this. 2.16.2 is currently uploading and the stable build (which you have actually already downloaded from my website) should be on lilypond.org tomorrow. -- Phil Holmes Thanks for tackling this, Phil, and thanks to those who ran

Re: Lilypond-book on Windows 2.16.1

2013-01-04 Thread Sennels Per
Hi Phil et al, downloaded, installed and tested, with both normal lilypond and lilypond-book, without any problems. Thanks for fixing this problem so quickly, Best Per Sennels 2013/1/4 Phil Holmes em...@philholmes.net I have created a new stable version of the windows binary (2.16.2) which

Re: Lilypond-book on Windows 2.16.1

2013-01-04 Thread David Kastrup
Julien Rioux jri...@lyx.org writes: On 04/01/2013 4:30 PM, Phil Holmes wrote: Thanks for testing this. 2.16.2 is currently uploading and the stable build (which you have actually already downloaded from my website) should be on lilypond.org tomorrow. -- Phil Holmes Thanks for tackling

Re: Question about lilypond-book and windows

2006-08-07 Thread Mats Bengtsson
... running lilypond-book under DOS command shell (twice) gives a .tex file that, when compiled, leaves the complete score out. (somehow in windows lilypond-book starts with shell output GNU LilyPond 2.8.5 but lilypond itself GNU LilyPond 2.6.4. This is really strange. The LilyPond installer

Re: Question about lilypond-book and windows

2006-08-07 Thread tiM Sportny
/2006-07/msg00033.html THANKS [ ... ] now... running lilypond-book under DOS command shell (twice) gives a .tex file that, when compiled, leaves the complete score out. (somehow in windows lilypond-book starts with shell output GNU LilyPond 2.8.5 but lilypond itself GNU LilyPond 2.6.4

Re: Question about lilypond-book and windows

2006-08-05 Thread tiM Sportny
2.8.5. now... running lilypond-book under DOS command shell (twice) gives a .tex file that, when compiled, leaves the complete score out. (somehow in windows lilypond-book starts with shell output GNU LilyPond 2.8.5 but lilypond itself GNU LilyPond 2.6.4. running lilypond-book under cygwin gives

Re: Invoking Lilypond-book from Windows

2002-05-26 Thread Carlos Garcia Suarez
be appreciatted Carlos - Original Message - From: Mats Bengtsson [EMAIL PROTECTED] To: Carlos Garcia Suarez [EMAIL PROTECTED] Cc: LilyPond User [EMAIL PROTECTED] Sent: Sunday, May 26, 2002 5:36 PM Subject: Re: Invoking Lilypond-book from Windows I am trying to collect a few notes