Re: LilyPond 2.19.81 for Linux/Ubuntu

2018-02-21 Thread Ralph Palmer
On Tue, Feb 20, 2018 at 7:44 PM, David Wright 
wrote:

> On Tue 20 Feb 2018 at 16:21:19 (-0500), Ralph Palmer wrote:
>
> > I went to the download site < ​
> > http://lilypond.org/downloads/binaries/linux-64/ >, and tried to
> download <
> > lilypond-2.19.81-1.linux-64.sh >. When I right-clicked on the .sh link,
> > there was no "download" option, so I opened it in a separate tab. The
> > browser tried to load it as a text file. I was able to right-click on the
> > page and do a "save as", with a ".sh" extension, but when I tried to open
> > it through terminal, it said "sh: 0: Can't open
> > lilypond-2.19.81-1.linux-64.sh". Any suggestions? I just tried again,
> both
> > in /Downloads and at my :~$ prompt, and in both cases got "sudo: ​​sh​​:
> > command not found".
>
> If you navigate to the link for a large download, the best way
> to fetch it is to rightclick on the link and select
> Copy Link Location
> Then, at the commandline, type   wgetand paste the link.
>
> wget http://lilypond.org/downloads/binaries/linux-64/lilypond-2.
> 19.81-1.linux-64.sh
>
> If the link has spaces in it, enclose it in "".
>
> What's the benefit? If the download is interrupted and you have to
> repeat it, make sure you're in the same directory and, when you
> restart it, it'll will carry on from where it got up to.
>
> The LilyPond binary is marginal, but the documentation tarball is huge.
>
> Cheers,
> David.
>

​Ben and David -

Thanks for your help. Worked beautifully. Did the "wget", then ran "sh",
and it's in!

Ralph

-- 
Ralph Palmer
Brattleboro, VT
USA
palmer.r.vio...@gmail.com
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: LilyPond 2.19.81 for Linux/Ubuntu

2018-02-20 Thread David Wright
On Tue 20 Feb 2018 at 16:21:19 (-0500), Ralph Palmer wrote:

> I went to the download site < ​
> http://lilypond.org/downloads/binaries/linux-64/ >, and tried to download <
> lilypond-2.19.81-1.linux-64.sh >. When I right-clicked on the .sh link,
> there was no "download" option, so I opened it in a separate tab. The
> browser tried to load it as a text file. I was able to right-click on the
> page and do a "save as", with a ".sh" extension, but when I tried to open
> it through terminal, it said "sh: 0: Can't open
> lilypond-2.19.81-1.linux-64.sh". Any suggestions? I just tried again, both
> in /Downloads and at my :~$ prompt, and in both cases got "sudo: ​​sh​​:
> command not found".

If you navigate to the link for a large download, the best way
to fetch it is to rightclick on the link and select
Copy Link Location
Then, at the commandline, type   wgetand paste the link.

wget 
http://lilypond.org/downloads/binaries/linux-64/lilypond-2.19.81-1.linux-64.sh

If the link has spaces in it, enclose it in "".

What's the benefit? If the download is interrupted and you have to
repeat it, make sure you're in the same directory and, when you
restart it, it'll will carry on from where it got up to.

The LilyPond binary is marginal, but the documentation tarball is huge.

Cheers,
David.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: LilyPond 2.19.81 for Linux/Ubuntu

2018-02-20 Thread Ben


On 2/20/2018 4:21 PM, Ralph Palmer wrote:
On Tue, Feb 20, 2018 at 3:44 PM, Ben >wrote:


On 2/20/2018 3:38 PM, Ralph Palmer wrote:

Hi -

I'm runnning Linux via Ubuntu 16.04, with Frescobaldi 2.18.1.

I just had to reinstall Linux/Ubuntu, and the latest package
that's available through Frescobaldi in Ubuntu is 2.18.2, but I
have a lot of files that were written in or upgraded to 2.19.80.
I had previously installed 2.19.80 via the LilyPond website.
That, as far as I can tell, is not currently working.

I found the website for the binaries I need, but I have no clue
how to download them or run the install. I have a modicum of
experience with the terminal. Could someone respond (probably
off-line) to help me figure out how to download and install Ly
2.19.81?

Thanks for your help,

Ralph



Hi Ralph,

No problem. Easy peasy :) Here's what you need to do:

1) Download binary:
http://lilypond.org/downloads/binaries/linux-64/

*lilypond-2.19.81-1.linux-64.sh
 * 2018-01-28 19:51     30M

2) Install via terminal in Linux Mint/Ubuntu:

type this command -->

​​
sh
​​
lilypond-2.19.81-1.linux-64.sh


if you want to install to a certain location, just add this:

sh lilypond-2.19.81-1.linux-64.sh
 --prefix
/home/YourHomeFolder/LilyPond/etc...whatever you want

3) Enjoy LilyPond :)

Hope this helps!


​Hi, and thanks, Ben -

I went to the download site < 
​http://lilypond.org/downloads/binaries/linux-64/ >, and tried to 
download < lilypond-2.19.81-1.linux-64.sh 
 >. When I right-clicked on the 
.sh link, there was no "download" option, so I opened it in a separate 
tab. The browser tried to load it as a text file. I was able to 
right-click on the page and do a "save as", with a ".sh" extension, 
but when I tried to open it through terminal, it said "sh: 0: Can't 
open lilypond-2.19.81-1.linux-64.sh 
". Any suggestions? I just 
tried again, both in /Downloads and at my :~$ prompt, and in both 
cases got "sudo: ​​sh​​: command not found".


Ralph

--
Ralph Palmer
Brattleboro, VT
USA
palmer.r.vio...@gmail.com 


Ralph,

What browser are you using? There should be a download option, yes. It's 
also known as "save LINK as" ...

(see attached)

Once you do that, the command will work normally. :)







___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: LilyPond 2.19.81 for Linux/Ubuntu

2018-02-20 Thread Ralph Palmer
On Tue, Feb 20, 2018 at 3:44 PM, Ben  wrote:

> On 2/20/2018 3:38 PM, Ralph Palmer wrote:
>
> Hi -
>
> I'm runnning Linux via Ubuntu 16.04, with Frescobaldi 2.18.1.
>
> I just had to reinstall Linux/Ubuntu, and the latest package that's
> available through Frescobaldi in Ubuntu is 2.18.2, but I have a lot of
> files that were written in or upgraded to 2.19.80. I had previously
> installed 2.19.80 via the LilyPond website. That, as far as I can tell, is
> not currently working.
>
> I found the website for the binaries I need, but I have no clue how to
> download them or run the install. I have a modicum of experience with the
> terminal. Could someone respond (probably off-line) to help me figure out
> how to download and install Ly 2.19.81?
>
> Thanks for your help,
>
> Ralph
>
>
> Hi Ralph,
>
> No problem. Easy peasy :) Here's what you need to do:
>
> 1) Download binary:
> http://lilypond.org/downloads/binaries/linux-64/
> *lilypond-2.19.81-1.linux-64.sh  *
> 2018-01-28 19:51 30M
>
> 2) Install via terminal in Linux Mint/Ubuntu:
>
> type this command -->
>
> ​​
> sh
> ​​
> lilypond-2.19.81-1.linux-64.sh
>
> if you want to install to a certain location, just add this:
>
> sh lilypond-2.19.81-1.linux-64.sh --prefix 
> /home/YourHomeFolder/LilyPond/etc...whatever
> you want
>
> 3) Enjoy LilyPond :)
>
> Hope this helps!
>

​Hi, and thanks, Ben -

I went to the download site < ​
http://lilypond.org/downloads/binaries/linux-64/ >, and tried to download <
lilypond-2.19.81-1.linux-64.sh >. When I right-clicked on the .sh link,
there was no "download" option, so I opened it in a separate tab. The
browser tried to load it as a text file. I was able to right-click on the
page and do a "save as", with a ".sh" extension, but when I tried to open
it through terminal, it said "sh: 0: Can't open
lilypond-2.19.81-1.linux-64.sh". Any suggestions? I just tried again, both
in /Downloads and at my :~$ prompt, and in both cases got "sudo: ​​sh​​:
command not found".

Ralph

-- 
Ralph Palmer
Brattleboro, VT
USA
palmer.r.vio...@gmail.com
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: LilyPond 2.19.81 for Linux/Ubuntu

2018-02-20 Thread Ben

On 2/20/2018 3:38 PM, Ralph Palmer wrote:

Hi -

I'm runnning Linux via Ubuntu 16.04, with Frescobaldi 2.18.1.

I just had to reinstall Linux/Ubuntu, and the latest package that's 
available through Frescobaldi in Ubuntu is 2.18.2, but I have a lot of 
files that were written in or upgraded to 2.19.80. I had previously 
installed 2.19.80 via the LilyPond website. That, as far as I can 
tell, is not currently working.


I found the website for the binaries I need, but I have no clue how to 
download them or run the install. I have a modicum of experience with 
the terminal. Could someone respond (probably off-line) to help me 
figure out how to download and install Ly 2.19.81?


Thanks for your help,

Ralph



Hi Ralph,

No problem. Easy peasy :) Here's what you need to do:

1) Download binary:
http://lilypond.org/downloads/binaries/linux-64/
*lilypond-2.19.81-1.linux-64.sh *   2018-01-28 19:51 30M

2) Install via terminal in Linux Mint/Ubuntu:

type this command -->

sh lilypond-2.19.81-1.linux-64.sh

if you want to install to a certain location, just add this:

sh lilypond-2.19.81-1.linux-64.sh --prefix 
/home/YourHomeFolder/LilyPond/etc...whatever you want


3) Enjoy LilyPond :)

Hope this helps!


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


LilyPond 2.19.81 for Linux/Ubuntu

2018-02-20 Thread Ralph Palmer
Hi -

I'm runnning Linux via Ubuntu 16.04, with Frescobaldi 2.18.1.

I just had to reinstall Linux/Ubuntu, and the latest package that's
available through Frescobaldi in Ubuntu is 2.18.2, but I have a lot of
files that were written in or upgraded to 2.19.80. I had previously
installed 2.19.80 via the LilyPond website. That, as far as I can tell, is
not currently working.

I found the website for the binaries I need, but I have no clue how to
download them or run the install. I have a modicum of experience with the
terminal. Could someone respond (probably off-line) to help me figure out
how to download and install Ly 2.19.81?

Thanks for your help,

Ralph

-- 
Ralph Palmer
Brattleboro, VT
USA
palmer.r.vio...@gmail.com
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user