Skip to content

Commit

Permalink
Added the humdrumR methods for harte(), which I forgot.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncondits3 committed Dec 28, 2023
1 parent cfc5a7c commit 76bd1c0
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 36 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ S3method(grid,humdrumR)
S3method(group_by,humdrumR)
S3method(harm,default)
S3method(harm,humdrumR)
S3method(harte,default)
S3method(harte,humdrumR)
S3method(helmholtz,default)
S3method(helmholtz,humdrumR)
S3method(hint,default)
Expand Down
3 changes: 3 additions & 0 deletions R/Chords.R
Original file line number Diff line number Diff line change
Expand Up @@ -1672,6 +1672,9 @@ humdrumRmethods('harm')
#' @exportS3Method chord default
#' @exportS3Method chord humdrumR
humdrumRmethods('chord')
#' @exportS3Method harte default
#' @exportS3Method harte humdrumR
humdrumRmethods('harte')
#' @exportS3Method tertian default
#' @exportS3Method tertian humdrumR
humdrumRmethods('tertian')
Expand Down
36 changes: 18 additions & 18 deletions man/pitchDeparsing.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions man/pitchParsing.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 76bd1c0

Please sign in to comment.