Re: Background Colour

2021-05-18 Thread darkijah
\version "2.22.1" \relative d' {a b c d a b c d a b c d a b c d a b c d } \relative d' {\override Staff.Clef.color = #(rgb-color 0.953 0.471 0.125) a b c d a b c d e a b c d a b c d a b c } Fixed somewhat your color to the clef, I made a little darker so it is still visible, but I used your c

Re: Background Colour

2021-05-18 Thread Jean Abou Samra
Le 18/05/2021 à 17:55, Lukas-Fabian Moser a écrit : Hi Jean, How about a separate grob with engraver? Try the attached. This should be included in the documentation as a textbook example for a not-quite-trivial, but reasonably straightforward example of a both a custom engraver and a cust

Re: Background Colour

2021-05-18 Thread Lukas-Fabian Moser
Hi Jean, How about a separate grob with engraver? Try the attached. This should be included in the documentation as a textbook example for a not-quite-trivial, but reasonably straightforward example of a both a custom engraver and a custom grob. Thanks very much for this! And wouldn't it b

Re: Background Colour

2021-05-18 Thread Jean Abou Samra
Le 18/05/2021 à 16:38, Lukas-Fabian Moser a écrit : Seeing the discussion on coloured lyrics, colour this and that, I realized that for some parts I do change the Background Colour of the clefs maually (using a standard ofice yellow marking (grease) pencil each time after an update print

Re: Background Colour

2021-05-18 Thread Lukas-Fabian Moser
Seeing the discussion on coloured lyrics, colour this and that, I realized that for some parts I do change the Background Colour of the clefs maually (using a standard ofice yellow marking (grease) pencil each time after an update print. The purpose is to have a fast recognition point for

Re: Background Colour

2021-05-18 Thread Lukas-Fabian Moser
Hi Wim, Am 18.05.21 um 14:07 schrieb Wim van Dommelen: Seeing the discussion on coloured lyrics, colour this and that, I realized that for some parts I do change the Background Colour of the clefs maually (using a standard ofice yellow marking (grease) pencil each time after an update print

Re: Background Colour

2021-05-18 Thread darkijah
\relative c'' { a1 a a % place in bottom layer -\tweak layer #-1 -\markup { \with-dimensions #'(0 . 0) #'(0 . 0) % specify color \with-color #(rgb-color 1 0.5 0.5) % specify size \filled-box #'(-2 . 2) #'(-2 . 7) #0 } a } Well on the background thing... I have no idea how to

Re: Background Colour

2021-05-18 Thread Pierre Perol-Schneider
t; >> Seeing the discussion on coloured lyrics, colour this and that, I >> realized that for some parts I do change the Background Colour of the clefs >> maually (using a standard ofice yellow marking (grease) pencil each time >> after an update print. The purpose is to have

Re: Background Colour

2021-05-18 Thread darkijah
\version "2.22.1" \relative d' {\override Staff.Clef.color = #red a b c d \break a b c d e } \relative d' {a b c d \break a b c d e } \relative d' {\once \override Staff.Clef.color = #red a b c d \break a b c d e }

Re: Background Colour

2021-05-18 Thread darkijah
Found the snippet and changed the colors so better to point it out - yet... that is as far as I can help. \paper { indent = 0\mm line-width = 160\mm % offset the left padding, also add 1mm as lilypond creates cropped % images with a little space on the right line-width = #(- line-width

Re: Background Colour

2021-05-18 Thread darkijah
As far as I recall you can color the symbol itself, I saw an example somewhere on it, although looking for the page myself. I think it was the example page I saw it, although I don't have it at hand at the moment. But I am sure someone knows :) Dearly regards - Darkijah

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 look at the \version s

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 (prob

Re: background colour

2016-06-12 Thread Klaus Blum
http://lsr.di.unimi.it/LSR/Item?id=699> , the background rectangle would not cover the header area. Cheers, Klaus -- View this message in context: http://lilypond.1069038.n5.nabble.com/background-colour-tp191554p191568.html Sent from the User mailing list archive at Nabble.com. _

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 (override-color-for-all-grobs color) (lambda (

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. (Tha

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' {

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 (n