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
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
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
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
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
; 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
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
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
__
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
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
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
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
> "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
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
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
> "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
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
> "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:
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
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
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
> "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
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
> "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
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
25 matches
Mail list logo