keyParsing: Parsing key information

keyParsingR Documentation

Parsing key information

Description

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().

Usage

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)

See Also

All humdrumR key functions make use of the deparsing functionality.


Computational-Cognitive-Musicology-Lab/humdrumR documentation built on Oct. 22, 2024, 9:28 a.m.