toMXL.note {musicXML} | R Documentation |
Note to MXL (MusicXML)
Description
Convert an object of class 'note' into the corresponding MusicXML chunk
Usage
## S3 method for class 'note'
toMXL(x)
Arguments
x |
Note to be converted. |
Value
A MusicXML string.
Examples
toMXL(note(p=pitch('Db5')))
[Package musicXML version 1.0.1 Index]