lilypond-user
[Top][All Lists]
Advanced

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

Re: Numerical note head colors


From: Jacques Menu
Subject: Re: Numerical note head colors
Date: Sun, 2 Jun 2019 07:19:44 +0200

Hello Ming,

Here it is:

\version "2.19.83"

\relative {
  \once \override NoteHead.color = #(map (lambda (x) (/ x 255)) '(#XAC #X01 #XE3))
  c'1
  d
  \once \override NoteHead.color = #(map (lambda (x) (/ x 255)) '(#X00 #X00 #XFF))
  e
}

JM

Le 2 juin 2019 à 03:20, yming tsang <address@hidden> a écrit :

Jacques,
 
Can you share a snippet? I learn through by example.
 
Thank you,
Ming
 
Sent from Mail for Windows 10


reply via email to

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