#' @keywords internal
#' @export
to_MusicXML.Stem <- function(x, ...) {
MusicXML("stem", x[["direction"]])
}
#' @keywords internal
#' @export
insert.Stem <- function(x, to, ...) {
insert_note_child(x, to, "all")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.