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