\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
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
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
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
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
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
\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
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
\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 }
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
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
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
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
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.
_
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 (
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
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' {
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
18 matches
Mail list logo