Learn R Programming

musicXML (version 1.0.1)

toMXL: Generic toMXL function

Description

Generic toMXL function

Usage

toMXL(x)

Value

A MusicXML string.

Arguments

x

Object (note, measure or score)

Examples

Run this code
toMXL(note(p=pitch('C5'),d=duration(1),l=107))

Run the code above in your browser using DataLab