# NOT RUN {
gc_is_known("a b_,fb_d'f'")
gc_name_root("a aM b_,m7#5")
gc_name_mod("a aM b_,m7#5")
gc_info("a") # a major chord, not a single note
gc_info("ceg a#m7_5") # only second entry is a guitar chord
gc_info("ceg a#m7_5", key = "f")
gc_info("a,m c d f,")
gc_fretboard("a,m c d f,", root_fret = 0:3)
gc_notes_to_fb("a,eac'e' cgc'e'g'")
x <- gc_notes("a, b,", root_fret = 0:2)
summary(x)
# }
Run the code above in your browser using DataLab