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