# noteworthy class examples
x <- "a b c"
rev(x)
rev(as_noteworthy(x))
# noteinfo class examples
x <- "4x 4-.*2 2"
rev(as_noteinfo(x))
# music class examples
x <- "c,~4 c,1 c'e_'g'4-."
rev(as_music(x))
Run the code above in your browser using DataLab