lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Background Colour


From: darkijah
Subject: Re: Background Colour
Date: Tue, 18 May 2021 15:31:44 +0200
User-agent: Gigahost Webmail

\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 move it... But it is somewhat of the size that would be needed now I guess. But the other option of just coloring the Clef seems easier as far as I can see, if you need to used coordinate every single time to move it on the paper.

Is there a way to make a color glow from an image? :) I actually need something of that sort for the colored notes.

Dearly regards
Darkijah



reply via email to

[Prev in Thread] Current Thread [Next in Thread]