View source: R/class_measure.R
toMXL.measure | R Documentation |
Convert an object of class 'measure' into the corresponding MusicXML chunk
## S3 method for class 'measure'
toMXL(x)
x |
measure to be converted. |
A MusicXML string.
notes=list(note(p=pitch('Db5'),d=duration(2)),note(p=pitch('B5'),d=duration(2)))
m <- measure(number=1,notes=notes)
toMXL(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.