toMXL {musicXML} | R Documentation |
Generic toMXL function
Description
Generic toMXL function
Usage
toMXL(x)
Arguments
x |
Object (note, measure or score) |
Value
A MusicXML string.
Examples
toMXL(note(p=pitch('C5'),d=duration(1),l=107))
[Package musicXML version 1.0.1 Index]