On Fri, Jan 02, 2009 at 04:48:35PM -0600, Jonathan Kulp wrote:
> That said, I'll definitely try the suggestions you've given me, just for
> the fun of it. I don't mind using included local files and of course I
> do it in many of my scores. Where I thought this feature might help is
> in sh
nclude a call to wget could be enough:
#(define remote-include (lambda (remote-file local-file)
(system* "wget" remote-file local-file)
)))
Perhaps wget needs other parametrization.
Bert
--- Original Message ---
From: "Valentin Villenave"
To: "Jonathan Kulp"
Le vendredi 02 janvier 2009 à 23:26 +0100, Valentin Villenave a écrit :
> Gosh, John was faster than me :)
I was this time only, but I go back to studies next Tuesday.
Cheers,
John
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.g
ld be enough:
#(define remote-include (lambda (remote-file local-file)
(system* "wget" remote-file local-file)
)))
Perhaps wget needs other parametrization.
Bert
> --- Original Message ---
> From: "Valentin Villenave"
> To: "Jonathan Kulp"
>
2009/1/2 John Mandereau :
> This looks like a pie-in-the-sky feature: we'd have to add networking
> support in LilyPond, it's not obvious to support it for all OSes; maybe
> using a Python script for downloading would work?
Gosh, John was faster than me :)
Cheers,
Valentin
_
2009/1/2 Jonathan Kulp :
> It occurred to me today that it would be nice if Lilypond could use \include
> to include files that are hosted on a website, the way html pages use
> stylesheets. Something like this:
>
> \include "http://www.websiteaddress.com/definitions.ly";
As far as I know, a web
Le vendredi 02 janvier 2009 à 16:11 -0600, Jonathan Kulp a écrit :
> It occurred to me today that it would be nice if Lilypond could use
> \include to include files that are hosted on a website, the way html
> pages use stylesheets. Something like this:
>
> \include "http://www.websiteaddress.c
It occurred to me today that it would be nice if Lilypond could use
\include to include files that are hosted on a website, the way html
pages use stylesheets. Something like this:
\include "http://www.websiteaddress.com/definitions.ly";
Is this something that's feasible? I tried just adding