[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: color in polyphony
From: |
David Kastrup |
Subject: |
Re: color in polyphony |
Date: |
Wed, 09 Nov 2016 08:20:04 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
Mario Moles <address@hidden> writes:
> Hello guys! You can color a single note in <a b>? If you use <a
> \override NoteHead.color = #red b> error happens.
If you don't want to learn too much new (or want to use one of the
shortcut commands for creating an override), you can convert an override
(which holds at one or more time steps and thus cannot occur in a chord)
into a tweak (which works on a single _item_) by preceding it with
\single , like
<a \single \override NoteHead.color = #red b>
--
David Kastrup