toMXL.duration {musicXML}R 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))

[Package musicXML version 1.0.1 Index]