bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lilypond does not work with Windows anymore


From: Rick Hansen (aka RickH)
Subject: Re: Lilypond does not work with Windows anymore
Date: Thu, 5 Oct 2006 19:34:00 -0700 (PDT)

It appears that the installer no longer registers a file association between
the .ly extension and the lilypond exe.  All I had to do is add the
extension to windows using windows explorer.  Below is the contents of my
BAT script, I just have always simply named the .ly files diectly in
scripts, I dont use "start" or "lilypond".  The script below builds this
list of songs then invokes ghostwriter (via another command script in the
txt file) to concatenate all the PDF's into a song book, then it deletes all
the work files at the end.  It works fine now, but the lily installer script
should be changed to make the proper file association for .ly files so that
simply naming any .ly file will invole lily.


%SCRIPT BEGIN

cd "..\"

REM Compile all the songs

cd "..\All Of Me"
Music_Guitar1.ly

cd "..\All The Things You Are"
Music_Guitar1.ly

cd "..\As Time Goes By"
Music_Guitar1.ly

cd "..\Danny Boy"
Music_Guitar1.ly

cd "..\Days Of Wine And Roses"
Music_Guitar1.ly

cd "..\Five Foot Two Eyes Of Blue"
Music_Guitar1.ly

cd "..\Fly Me To The Moon"
Music_Guitar1.ly

cd "..\Georgia On My Mind"
Music_Guitar1.ly

cd "..\Golden Earrings"
Music_Guitar1.ly

cd "..\Have Yourself A Merry Little Christmas"
Music_Guitar1.ly

cd "..\It Had To Be You"
Music_Guitar1.ly

cd "..\Its Only A Paper Moon"
Music_Guitar1.ly

cd "..\Makin Whoopee"
Music_Guitar1.ly

cd "..\Misty"
Music_Guitar1.ly

cd "..\Moon River"
Music_Guitar1.ly

cd "..\More"
Music_Guitar1.ly

cd "..\My Favorite Things"
Music_Guitar1.ly

cd "..\One Note Samba"
Music_Guitar1.ly

cd "..\Over The Rainbow"
Music_Guitar1.ly

cd "..\Satin Doll"
Music_Guitar1.ly

cd "..\Stardust"
Music_Guitar1.ly

cd "..\Stormy Weather"
Music_Guitar1.ly

cd "..\The Christmas Song"
Music_Guitar1.ly

cd "..\The Girl From Ipanema"
Music_Guitar1.ly

cd "..\The Look Of Love"
Music_Guitar1.ly

cd "..\The Odd Couple"
Music_Guitar1.ly

cd "..\The Shadow Of Your Smile"
Music_Guitar1.ly

cd "..\The Way You Look Tonight"
Music_Guitar1.ly

cd "..\Till There Was You"
Music_Guitar1.ly

cd "..\Watch What Happens"
Music_Guitar1.ly

cd "..\When I Fall In Love"
Music_Guitar1.ly

cd "..\When Sunny Gets Blue"
Music_Guitar1.ly

cd "..\When You Wish Upon A Star"
Music_Guitar1.ly

cd "..\Yesterday"
Music_Guitar1.ly

REM Assemble the books

cd "..\_Jobs\BuildAll"
gs @_BookAssembleMusicGuitar1.txt

REM Clean up work files

del /S "..\..\Music_Guitar1.pdf"
del /S "..\..\Music_Guitar1.ps"


%SCRIPT END




Mats Bengtsson-4 wrote:
> 
> What command do you write in your BAT script?
> Do you use
> start myMusic.ly
> or
> lilypond myMusic.ly
> or ...?
> 
>    /Mats
> 
> Rick Hansen (aka RickH) wrote:
>> When I try to run a .ly file from a BAT script, I get an error that says
>> "myMusic.ly" is not a vaid Win32 application.
>>
>> Version 2.9.21
>>
>>
>>
>>   
> 
> -- 
> =============================================
>       Mats Bengtsson
>       Signal Processing
>       Signals, Sensors and Systems
>       Royal Institute of Technology
>       SE-100 44  STOCKHOLM
>       Sweden
>       Phone: (+46) 8 790 8463                         
>         Fax:   (+46) 8 790 7260
>       Email: address@hidden
>       WWW: http://www.s3.kth.se/~mabe
> =============================================
> 
> 
> 
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-lilypond
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Lilypond-does-not-work-with-Windows-anymore-tf2386478.html#a6672234
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]