highlight_chord: Highlight chord

View source: R/plot.R

highlight_chordR Documentation

Highlight chord

Description

Highlight chord

Usage

highlight_chord(
  data,
  chord,
  inversion = 0L,
  highest_tone = NULL,
  color = "lightblue"
)

Arguments

data

data with key coordinates, e.g. from keys_chords

chord

chord to highlight, e.g. from construct_chord_major() or construct_chord_raw()

inversion

inversion number

highest_tone

if inversion by highest tone is wanted

color

highlight color

Details

If highest_tone is provided, then inversion is ignored


mikldk/pichor documentation built on Jan. 28, 2023, 5 a.m.