tabr-c | R Documentation |
Several methods are implemented for the classes noteworthy
, noteinfo
, and
music
. See tabr-methods()
for more details on methods for tabr classes.
## S3 method for class 'noteworthy'
c(...)
## S3 method for class 'noteinfo'
c(...)
## S3 method for class 'music'
c(...)
## S3 method for class 'lyrics'
c(...)
## S3 method for class 'phrase'
c(...)
... |
objects. |
tabr-methods()
, note-metadata()
# noteworthy class examples
x <- "a b c"
c(x, x)
c(as_noteworthy(x), x)
# noteinfo class examples
x <- "4- t8( t8)( t8) 4*2"
c(as_noteinfo(x), x)
# music class examples
x <- "c,~4 c,1 c'e_'g'4-.*2"
c(as_music(x), x)
# phrase class examples
c(phrase(x), x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.