Hi Jean, Thanks for the quick response.
Putting quotes around it doesn't really help. The expression gets ignored and the dot comes with the default black color in this case. Sincerely, Nikita On Thu, May 16, 2024 at 2:18 AM Jean Abou Samra <j...@abou-samra.fr> wrote: > > 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 > > >