# NOT RUN {
x <- "a_2 a a#'"
note_is_natural(x)
note_is_accidental(x)
note_is_flat(x)
note_is_sharp(x)
x <- "e_2 a_, b_, c#f#a# c#'f#'a#''"
note_set_key(x, "f")
note_set_key(x, "g")
as_tick_octaves(x)
as_integer_octaves(x)
y <- as_vector_time(x)
is_vector_time(y)
is_space_time(as_space_time(y))
naturalize(x)
naturalize(x, "sharp")
sharpen_flat(x)
flatten_sharp(x)
pretty_notes(x)
# }
Run the code above in your browser using DataLab