lilypond-user
[Top][All Lists]
Advanced

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

Re: Custom colors in fret diagrams


From: Jean Abou Samra
Subject: Re: Custom colors in fret diagrams
Date: Thu, 16 May 2024 01:18:06 +0200
User-agent: Evolution 3.52.1 (3.52.1-1.fc40)

> Quick question on coloring dots in fret-diagrams. There is an option to use
> predefined colors from normal, CSS or X11 palettes which works perfectly well
> in the fret-diagram-verbose with the snippet below:
> 
> >  (place-fret 3 6 3 dodgerblue2)
> 
> For some reason I cannot get it working with custom RGB or Hex colors like
> this:
> 
> > (place-fret 3 6 3 #FF0000)


You should put quotes around it:

(place-fret 3 6 3 "#FF0000")

HTH
Jean


Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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