When note object in chords has a different color, it is not used: ``` const ch = new music21.chord.Chord(['C E G'); ch.notes[1].noteheadColor = 'red' ch.notes[1].noteheadFill = 'red' ```