Learn R Programming

musicXML (version 1.0.1)

toMXL.duration: Duration to MXL (MusicXML)

Description

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

Usage

# S3 method for duration
toMXL(x)

Value

A MXL string.

Arguments

x

Duration to be converted.

Examples

Run this code
toMXL(duration(8,dot=TRUE))

Run the code above in your browser using DataLab