#' @keywords internal
#' @export
to_MusicXML.Pedal <- function(x, type, ...) {
attributes <- list(type = type, sign = "yes", line = "no")
musicxml <- MusicXML("pedal", NULL, attributes)
musicxml <- MusicXML("direction-type", musicxml)
MusicXML("direction", musicxml)
}
#' @keywords internal
#' @export
insert.Pedal <- function(x, to, ...) {
insert_linelike(x, to)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.