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))

musicXML documentation built on April 12, 2025, 2:13 a.m.