Re: Instructions to install lilypond onto Raspberry Pi

2020-01-17 Thread John Burt
Thank you for your help. I solved the problem in a stupidly easy way, or rather discovered that I had caused the problem in a stupid way. It struck me as strange that I could launch Denemo but not Lilypond, and it occured to me that when I installed Denemo from the add/remove software tab on the

Re: Instructions to install lilypond onto Raspberry Pi

2020-01-17 Thread David Wright
On Fri 17 Jan 2020 at 08:19:00 (-0700), John Burt wrote: > I downloaded the deb-file for lilypond from > http://partitura.org/index.php/lilypond/. It installed smoothly. But I had > trouble getting it to run because of the required dependency on guile 1.8 (I > have guile 2 something). I followed

Re: Instructions to install lilypond onto Raspberry Pi

2020-01-17 Thread karl
John Burt: ... > Is there another way that > you know of to install guile 1.8? ... git clone git://git.sv.gnu.org/guile.git cd guile git co release_1-8-8 ./autogen.sh ./configure --prefix=/usr/local/guile_1.8.8 make make install where the last step (make install) possible has to be done by

Re: Instructions to install lilypond onto Raspberry Pi

2020-01-17 Thread John Burt
I downloaded the deb-file for lilypond from http://partitura.org/index.php/lilypond/. It installed smoothly. But I had trouble getting it to run because of the required dependency on guile 1.8 (I have guile 2 something). I followed the instructions on the partitura page for downloading guile 1.8,

Re: Instructions to install lilypond onto Raspberry Pi

2018-10-15 Thread Partitura Organum
The deb-file is too large for the list and my message was rejected. I added it to my website, so you can download it there: http://partitura.org/index.php/lilypond/ I'd like to hear whether or not you succeed in installing it on your Raspberry. Regards, Auke On 15-10-2018 17:52, Partitura

Re: Instructions to install lilypond onto Raspberry Pi

2018-10-13 Thread Vivyan
That would be grand if you could send that to me, please! would I just have to install the package that you send following that ? -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Instructions to install lilypond onto Raspberry Pi

2018-10-12 Thread Engraver
It means you don't have all the required dependencies installed. Beginning with guile-1.8, plus all the others in the error message. The way forward is to install each of them. I'm my experience it was quite a puzzle to find all the right package names. It took al lot of googling.

Re: Instructions to install lilypond onto Raspberry Pi

2018-10-11 Thread Vivyan
Im following you instructions Jamie Ching this is what the compiler says after the first configure: WARNING: Please consider installing optional programs or files: guile-2.0 < 1.9.0 (installed: 2.0.13) ERROR: Please install required programs: International New Century Schoolbook fonts (make

Re: Instructions to install lilypond onto Raspberry Pi

2018-09-26 Thread Urs Liska
Am 26.09.2018 um 21:32 schrieb Karlin High: On 9/26/2018 1:40 PM, Partitura Organum wrote: And it worked! So my tablet build of Lilypond 2.21.0 (from source as it was on 17th  August) now runs on a Raspberry Pi as well. Good going! How about writing a Scores of Beauty blog post about the

Re: Instructions to install lilypond onto Raspberry Pi

2018-09-26 Thread Karlin High
On 9/26/2018 1:40 PM, Partitura Organum wrote: And it worked! So my tablet build of Lilypond 2.21.0 (from source as it was on 17th  August) now runs on a Raspberry Pi as well. Good going! How about writing a Scores of Beauty blog post about the project?

Re: Instructions to install lilypond onto Raspberry Pi

2018-09-26 Thread Partitura Organum
On 18-9-2018 15:49, Federico Bruni wrote: Il giorno mar 18 set 2018 alle 14:53, Karlin High ha scritto: On 9/18/2018 7:05 AM, Vivyan wrote: did they have any success building lilypond? I don't know if this is the exact thread that Federico Bruni had in mind, but it should be close.

Re: Instructions to install lilypond onto Raspberry Pi

2018-09-25 Thread Peter Engelbert
That's right -- I had to add the repository from the earlier version of Debian to the apt sources list. That was the only way I could get it to install. Compiling a large program such as lilypond from source was far too difficult for me (I'm a novice when it comes to building from source).

Re: Instructions to install lilypond onto Raspberry Pi

2018-09-18 Thread Federico Bruni
Il giorno mar 18 set 2018 alle 14:53, Karlin High ha scritto: On 9/18/2018 7:05 AM, Vivyan wrote: did they have any success building lilypond? I don't know if this is the exact thread that Federico Bruni had in mind, but it should be close.

Re: Instructions to install lilypond onto Raspberry Pi

2018-09-18 Thread Jamie Ching
Hi, Your best bet is to compile from source code itself if the distribution doesn't have Lilypond. As it sounds like you're using a Debian-based distribution, check if "sudo apt-get build-dep lilypond" works; if it doesn't, you will need to install the required development packages via apt-get. Be

Re: Instructions to install lilypond onto Raspberry Pi

2018-09-18 Thread Karlin High
On 9/18/2018 7:05 AM, Vivyan wrote: did they have any success building lilypond? I don't know if this is the exact thread that Federico Bruni had in mind, but it should be close. There, Peter Engelbert was trying to

Re: Instructions to install lilypond onto Raspberry Pi

2018-09-18 Thread Vivyan
did they have any success building lilypond? -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Instructions to install lilypond onto Raspberry Pi

2018-09-18 Thread Federico Bruni
Il giorno mar 18 set 2018 alle 10:54, Urs Liska ha scritto: Am 18.09.2018 um 09:37 schrieb Vivyan: Hi I need to run lilypond on the raspberry pi. I can't finsd any sources that say how to? I would typically use the command sudo apt-get install .., which has worked for frescobaldi but

Re: Instructions to install lilypond onto Raspberry Pi

2018-09-18 Thread Urs Liska
Am 18.09.2018 um 09:37 schrieb Vivyan: Hi I need to run lilypond on the raspberry pi. I can't finsd any sources that say how to? I would typically use the command sudo apt-get install .., which has worked for frescobaldi but not lilypond? That means that the exact Linux distribution you

Instructions to install lilypond onto Raspberry Pi

2018-09-18 Thread Vivyan
Hi I need to run lilypond on the raspberry pi. I can't finsd any sources that say how to? I would typically use the command sudo apt-get install .., which has worked for frescobaldi but not lilypond? Please may I have instructions to install lilypond onto the raspberrry pi, Many thanks --