Re: convert-ly problem 2

2019-12-20 Thread Knute Snortum
I think all you need in Windows is an entry in your PATH like this: C:\Program Files (x86)\LilyPond\usr\bin Then type convert-ly.py and Windows will ask you what program you want to execute it with. Select python.exe and you're done. At least that's how it works in my version of Window

Re: convert-ly problem

2019-12-19 Thread Gregory Hollands
convert-ly.py is a python script, so you have to call it via python: python convert-ly.py https://www.pythoncentral.io/execute-python-script-file-shell/ HTH, Greg

Re: convert-ly problem 2

2019-12-19 Thread Carl Sorensen
In general, the way to execute convert-ly.py is not with convert-ly.py But instead python convert-ly.py If you create an executable batch file somewhere in your PATH called convert-ly, with the contents C:\Program Files (x86)\LilyPond\usr\bin\python.exe C:\Program Files (x86)\LilyPond\usr

Re: convert-ly problem 2

2019-12-19 Thread Robin Bannister
Peter Gentry wrote: Clearly these other pythons have interfered with Lily somewhere and may have a bearing on my other recent issues. Relying on the .py association is asking for these problems. Get convert-ly to work with a single .ly file first. My batch file starts with "%programfiles(x

Re: convert-ly problem

2019-12-19 Thread Ben
On 12/19/2019 6:55 AM, Peter Gentry wrote: Having rediscovered the fact that Frescobaldi does not call convert-ly anymore. I went to the section 2.2 of the usage manual and popped the following into a windows 10 command prompt (with administrator privs) C:\Program Files (x86)\LilyPond\usr\bi

RE: Convert-ly problem

2007-01-03 Thread Palmer, Ralph
; I'm glad you mentioned logging off after installation. Ralph -Original Message- From: Mats Bengtsson [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 8:11 AM To: Palmer, Ralph Cc: lilypond-user@gnu.org Subject: Re: Convert-ly problem I hope you have logged off and on

Re: Convert-ly problem

2007-01-03 Thread Mats Bengtsson
ypond-user@gnu.org Subject: Re: Convert-ly problem The short answer is that there haven't been any syntax changes between 2.10.0 and 2.10.7, so there's no need to run convert-ly. Anyway, the procedure is: - Start a command prompt: Start Menu -> Programs -> Accessories -> Command Prom

Re: Convert-ly problem

2007-01-02 Thread Martial
Other simple procedure , in the folder of myfile.ly, open a new document text with your notepad, write : convert-ly -e myfile.ly . Save this document with the extension *.bat, example : convert.bat . Do launch with a double-clic on this file. -- Martial http://cathemline.org __

Re: Convert-ly problem

2007-01-02 Thread Mats Bengtsson
The short answer is that there haven't been any syntax changes between 2.10.0 and 2.10.7, so there's no need to run convert-ly. Anyway, the procedure is: - Start a command prompt: Start Menu -> Programs -> Accessories -> Command Prompt - Change working directory to the folder where you have you

Re: convert-ly problem

2005-08-01 Thread Imruska
Changing fonts has become so much easier. See http://pegasus.rutgers.edu/~elflord/unix/latex/no-bs.html for what it takes to put a Type1 font into LaTeX (let alone into LilyPond) and compare it to dropping the .pfa into ~/.fonts and doing #(define fonts (make-pango-font-tree

Re: convert-ly problem

2005-08-01 Thread Stephen
I have the opposite opinion from Laura. The first project I did using Lilypond was to convert an old file from 1.3 to 2.4. It required a lot of hand editing. In the end, it is easier to hand edit a file than to re-input all the notes. I had to manally move all the open brackets for beaming o

Re: convert-ly problem

2005-08-01 Thread Han-Wen Nienhuys
Laura Conrad wrote: HN> Discussing decisions beforehand is a nice democratic HN> tradition, but Lily is not a democracy. Neither is it a one-man development team for a program used by only one person. Well, whatever. Most changes are discussed with Jan, FWIW. (and no, we don't have rec

Re: convert-ly problem

2005-08-01 Thread Laura Conrad
> "HN" == Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: HN> Discussing decisions beforehand is a nice democratic HN> tradition, but Lily is not a democracy. Neither is it a one-man development team for a program used by only one person. HN> If you disagree with a change, you're we

Re: convert-ly problem

2005-07-31 Thread Han-Wen Nienhuys
Stephen wrote: > As I was working, I was pleased to see how much better the new syntax was. It was very refreshing to see developers who were willing to change a program so much to improve it without regard for compatibility issues. Finally, I found a project whose main objective was to be as go

Re: convert-ly problem

2005-07-31 Thread Han-Wen Nienhuys
Laura Conrad wrote: I don't think that's exactly what I'm asking for. Of course I love being able to go back to any LaTeX file I or anyone else has ever written and use it to figure out how to do something this year. But for lilypond, I'd just like to know that when my code becomes useless some

Re: convert-ly problem

2005-07-31 Thread Laura Conrad
> "HN" == Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: >> How about considering whether there would be more future potential >> users if the half-life of lilypond code were longer? HN> I seem to recall that you and I have been through this discussion HN> before, and probably

Re: convert-ly problem

2005-07-30 Thread Han-Wen Nienhuys
Laura Conrad wrote: HN> 1. the number of future (potential) users is smaller than the HN> number of current users. How about considering whether there would be more future potential users if the half-life of lilypond code were longer? I seem to recall that you and I have been through t

Re: convert-ly problem

2005-07-29 Thread Laura Conrad
> "GP" == Graham Percival <[EMAIL PROTECTED]> writes: >> Which "we" is that? I really think I'd remember a discussion of >> convert-ly not converting lyrics any more if it had happened on either >> lilypond-user or lilypond-devel. GP> I think that Erik is talking about this:

Re: convert-ly problem

2005-07-28 Thread Erik Sandberg
On Wednesday 27 July 2005 16.59, Laura Conrad wrote: > > "ES" == Erik Sandberg <[EMAIL PROTECTED]> writes: > >> I'm willing to believe there is no automated way to convert every > >> possible \addlyrics to an equivalent \lyricsto. I don't believe > >> that the most common cases cou

Re: convert-ly problem

2005-07-28 Thread Han-Wen Nienhuys
Laura Conrad wrote: there must be a lot of stuff that nobody can compile without major manual labor. At what point is this volume of stuff going to feed into design decisions? When either 1. the number of future (potential) users is smaller than the number of current users. 2. the current

Re: convert-ly problem

2005-07-27 Thread Graham Percival
On 27-Jul-05, at 7:59 AM, Laura Conrad wrote: ES> Yes, this is a known problem which we have discussed earlier. Which "we" is that? I really think I'd remember a discussion of convert-ly not converting lyrics any more if it had happened on either lilypond-user or lilypond-devel. I think

Re: convert-ly problem

2005-07-27 Thread Laura Conrad
> "ES" == Erik Sandberg <[EMAIL PROTECTED]> writes: ES> On Monday 25 July 2005 17.47, Laura Conrad wrote: >> > "ES" == Erik Sandberg <[EMAIL PROTECTED]> writes: ES> \addlyrics (2.0) is converted to \oldaddlyrics, which is ES> strongly deprecated, and pretty unsupported. It

Re: convert-ly problem

2005-07-27 Thread Erik Sandberg
On Monday 25 July 2005 17.47, Laura Conrad wrote: > > "ES" == Erik Sandberg <[EMAIL PROTECTED]> writes: > ES> \addlyrics (2.0) is converted to \oldaddlyrics, which is > ES> strongly deprecated, and pretty unsupported. It is known that > ES> it sometimes doesn't work. > > This seems

Re: convert-ly problem

2005-07-25 Thread Laura Conrad
> "ES" == Erik Sandberg <[EMAIL PROTECTED]> writes: ES> On Thursday 21 July 2005 17.42, Laura Conrad wrote: >> The attached lilypond file prints two verses if I run in in 2.0.1. >> >> If I run "convert-ly -f 2.0.1 tenor.ly >tenor-2.6.ly" and then run >> "lilypond tenor-2.6

Re: convert-ly problem

2005-07-21 Thread Erik Sandberg
On Thursday 21 July 2005 17.42, Laura Conrad wrote: > The attached lilypond file prints two verses if I run in in 2.0.1. > > If I run "convert-ly -f 2.0.1 tenor.ly >tenor-2.6.ly" and then run > "lilypond tenor-2.6.ly", I get a lot of error messages like: > > tenor-2.6.ly:25:0: warning: junking even