Re: background colour

2016-06-12 Thread Malte Meyn
Am 12.06.2016 um 16:31 schrieb Federico Bruni: This is the "second part" not working? (commented code is helpful...) I can't understand the error when I uncomment it, There is no error. This is why one should look at the \version statement ;) Christian’s 2.18.2 works fine, your 2.19.xx

Re: background colour

2016-06-12 Thread Klaus Blum
Hi Christian, Christian-186 wrote > Does anybody know how to make the background black? http://lsr.di.unimi.it/LSR/Item?id=969 offers a colored background for markups. You could modify it to produce a background in fixed dimensions: %

Re: lilypond-user Digest, Vol 163, Issue 29

2016-06-12 Thread Joshua Nichols
​> ​ For the opening height: ​>​ \override Hairpin.height = 2 ​This is great... > For the length if it?s too short by default: > \override Hairpin.minimum-length = 10​ This not the answer I'm looking for. This also changes the length of the hairpin and spacing inside the measure. I

Re: hairpin length (lilypond-user Digest, Vol 163, Issue 29)

2016-06-12 Thread David Wright
On Sun 12 Jun 2016 at 23:51:43 (-0400), Joshua Nichols wrote: > ​> ​ > For the opening height: > ​>​ > \override Hairpin.height = 2 > > ​This is great... > > > For the length if it?s too short by default: > > \override Hairpin.minimum-length = 10​ > > This not the answer I'm looking

Re: background colour

2016-06-12 Thread David Wright
On Sun 12 Jun 2016 at 11:00:13 (+), Christian wrote: > I am trying to make a reverted score (white music on black background). > The first part works, the second doesn't. > Does anybody know how to make the background black? Displaying the PDF in reverse-video is not sufficient, I assume.

Re: background colour

2016-06-12 Thread Malte Meyn
Am 12.06.2016 um 13:00 schrieb Christian: Hi all, I am trying to make a reverted score (white music on black background). The first part works, the second doesn't. Does anybody know how to make the background black? See http://lsr.di.unimi.it/LSR/Item?id=699 sopranoVoice = \relative c' {

Re: background colour

2016-06-12 Thread Federico Bruni
Il giorno dom 12 giu 2016 alle 13:00, Christian ha scritto: Hi all, I am trying to make a reverted score (white music on black background). The first part works, the second doesn't. Does anybody know how to make the background black? #(define

Re: Cannot install lilypond on a shared Hostmonster server

2016-06-12 Thread David Wright
On Sat 11 Jun 2016 at 12:47:40 (+), Mike wrote: > > > > When you run LP, it will ask gs to convert the file. However, which > > > > version of gs runs, LP's or the system's? Will it be happy running > > > > with LD_LIBRARY_PATH="/home1/myusername/lilypond/usr/lib"? > > > > > > No, same error

Re: Cannot install lilypond on a shared Hostmonster server

2016-06-12 Thread David Wright
On Sat 11 Jun 2016 at 21:32:09 (+), Mike wrote: > Update: I have tried to build the latest tar on my system, but I got the > following errors - interestingly all to do with symlinks: > > 70: extrac07.at:27 extracting symlinks to a read-only dir > extract extract07 read-only

Re: background colour

2016-06-12 Thread Federico Bruni
Il giorno dom 12 giu 2016 alle 19:31, Malte Meyn ha scritto: Am 12.06.2016 um 16:31 schrieb Federico Bruni: This is the "second part" not working? (commented code is helpful...) I can't understand the error when I uncomment it, There is no error. This is why one should

Re: Cannot install lilypond on a shared Hostmonster server

2016-06-12 Thread Andrew Bernard
Hi Mike, I am following this thread with ever increasing dismay. In order to help, I made a virtul machine here running Centos 6.7 and installed lilypond 2.18.2. Everything works fine. No issues at all. Having worked as a professional IT software developer, sysadmin, and enterprise architect for

Re: Cannot install lilypond on a shared Hostmonster server

2016-06-12 Thread Mike
> I suspect that you are not using GNU tar while lilypond's tarball gets > created with GNU tar. Thanks Werner. Actually I am using GNU tar (1.23) and I was trying to upgrade to the latest GNU tar (1.29). Cheers ___ lilypond-user mailing list

background colour

2016-06-12 Thread Christian
Hi all, I am trying to make a reverted score (white music on black background). The first part works, the second doesn't. Does anybody know how to make the background black? #(define (override-color-for-all-grobs color) (lambda (context) (let loop ((x all-grob-descriptions)) (if