Skip to content

Commit

Permalink
Added transpose to list of Key auto-arg functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncondits3 committed Sep 11, 2024
1 parent a7068e8 commit 8c51a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/humdrumR-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ autoArgTable <- rbind(data.table(Argument = 'groupby', Type = 'melodic',
Function = c('metlev', 'timeline', 'timestamp', 'metcount', 'metsubpos'),
Expression = list(quote(Bar == 0L))),
data.table(Argument = 'Key', Type = 'Keyed',
Function = c('mint', 'hint', 'int', 'sonority'),
Function = c('mint', 'hint', 'int', 'sonority', 'transpose'),
Expression = list(quote(Key))),
data.table(Argument = 'Exclusive', Type = 'Exclusive',
Function = c('mint', 'hint', 'int',
Expand Down

0 comments on commit 8c51a98

Please sign in to comment.