lilypond-user
[Top][All Lists]
Advanced

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

Coloring just one note in a chord


From: DoubleFelix
Subject: Coloring just one note in a chord
Date: Sat, 20 Aug 2022 12:24:46 -0500

I have a basic staff defined like so:

\version "2.22.2"
\language "english"
\new Staff {
\key c \major
\clef treble
\numericTimeSignature
<
f'
g'
d'
>1
\bar "|."
}

I want to make the g' note head colored in green, but if I try this, I get syntax errors about an unexpected \override:
\override NoteHead.color = SeaGreen
\override Stem.color = SeaGreen
g'
\revert NoteHead.color
\revert Stem.color

What am I doing wrong?

Thanks,
Felix

reply via email to

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