keyParsing | R Documentation |
humdrumR includes a easy-to-use but powerful system for parsing diatonic key information:
various basic key representations (including numeric
and character
-string representations) can be "parsed"—read
and interpreted by humdrumR
.
For the most part, parsing automatically happens "behind the scenes" whenever you use any humdrumR key function, like key()
or signature()
.
diatonicSet(...)
## S3 method for class 'diatonicSet'
diatonicSet(x, ...)
## S3 method for class 'logical'
diatonicSet(x, ...)
## S3 method for class ''NULL''
diatonicSet(x, ...)
## S3 method for class 'numeric'
diatonicSet(x)
## S3 method for class 'integer'
diatonicSet(x)
## S3 method for class 'character'
diatonicSet(x, ..., Key = NULL, Exclusive = NULL, multiDispatch = FALSE)
All humdrumR
key functions make use of the deparsing functionality.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.