toMXL.duration: Duration to MXL (MusicXML)

View source: R/class_duration.R

toMXL.durationR Documentation

Duration to MXL (MusicXML)

Description

Convert an object of class 'duration' into the corresponding MusicXML chunk

Usage

## S3 method for class 'duration'
toMXL(x)

Arguments

x

Duration to be converted.

Value

A MXL string.

Examples

toMXL(duration(8,dot=TRUE))

benRenard/musicXML documentation built on Feb. 23, 2025, 6:57 a.m.