tabr-c: Concatenate for tabr classes

tabr-cR Documentation

Concatenate for tabr classes

Description

Several methods are implemented for the classes noteworthy, noteinfo, and music. See tabr-methods() for more details on methods for tabr classes.

Usage

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

Arguments

...

objects.

See Also

tabr-methods(), note-metadata()

Examples

# 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)

tabr documentation built on Sept. 21, 2023, 5:06 p.m.