Options for tabr package.

tabr_options(...)

Arguments

...

a list of options.

Value

The function prints all set options if called with no arguments. When setting options, nothing is returned.

Details

Currently only lilypond, midi2ly and python are used. On Windows systems, if the system path for lilypond.exe, midi2ly and python.exe are not stored in the system PATH environmental variable, they must be provided by the user after loading the package.

Examples

tabr_options()
#> $lilypond
#> [1] "C:\\PROGRA~2\\LilyPond\\usr\\bin\\lilypond.exe"
#> 
#> $midi2ly
#> [1] "C:\\PROGRA~2\\LilyPond\\usr\\bin\\midi2ly"
#> 
#> $python
#> [1] "C:\\Users\\Matt\\AppData\\Local\\Programs\\Python\\PYTHON~1\\python.exe"
#> 
lilypond_path <- "C:/lilypond-2.24.2/bin/lilypond.exe" # if installed here
tabr_options(lilypond = lilypond_path)