It is not allowed to use the "override" command within a chord; if you're
working with lilypond 2.8, you can use the "tweak" command.
Your example will work this way:
4
The old pre-tweak way would have been to create the chord with different
voices and line up the notes manually into a chord
Alle 19:40, martedì 9 maggio 2006, Xiaoyu Ding ha scritto:
> Is this because that I'm trying to color a note within a chord?
It is not allowed to use the "override" command within a chord; if you're
working with lilypond 2.8, you can use the "tweak" command.
Your example will work this way:
4
I
On 9-May-06, at 10:40 AM, Xiaoyu Ding wrote:
But when I try to color a note using:
4 |
I got an error:
error: syntax error, unexpected \override, expecting DRUM_PITCH or
NOTENAME_PITCH or '>'
Is this because that I'm trying to color a note within a chord? Is
that
allowed? If not, i
Hi,
I saw from your doc that I can color notes using:
\override NoteHead #'color = #red
c4 c
\override Stem #'color = #blue
e
But when I try to color a note using:
4 |
I got an error:
error: syntax error, unexpected \override, expecting DRUM_PITCH or
NOTENAME_PITCH o