| chord_arpeggiate | R Documentation | 
Create an arpeggio from a chord.
chord_arpeggiate(
  chord,
  n = 0,
  by = c("note", "chord"),
  broken = FALSE,
  collapse = FALSE
)
chord | 
 character, a single chord.  | 
n | 
 integer, number of steps, negative indicates reverse direction (decreasing pitch).  | 
by | 
 whether each of the   | 
broken | 
 logical, return result as an arpeggio of broken chords.  | 
collapse | 
 logical, collapse result into a single string ready for phrase construction.  | 
This function is based on chord_invert. If n = 0 then chord is returned
immediately; other arguments are ignored.
character
chord_arpeggiate("ce_gb_", 2)
chord_arpeggiate("ce_gb_", -2)
chord_arpeggiate("ce_gb_", 2, by = "chord")
chord_arpeggiate("ce_gb_", 1, broken = TRUE, collapse = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.