Creates guitar tablature from R code by providing functions for describing and organizing musical structures and wrapping around the 'LilyPond' backend (<http://lilypond.org>). 'LilyPond' is open source music engraving software for generating high quality sheet music based on markup language. 'tabr' provides a wrapper around this software and generates files following the 'LilyPond' markup syntax to be subsequently processed by 'LilyPond' into sheet music pdf files. A standalone 'LilyPond' file can be created or the package can make a system call to 'LilyPond' directly to render the guitar tablature output. While 'LilyPond' caters to sheet music in general, 'tabr' is focused on leveraging it specifically for creating quality guitar tablature. 'tabr' offers nominal MIDI file support in addition to its focus on tablature transcription. See the 'tuneR' package for more general use of MIDI files in R.
Version: | 0.2.0 |
Depends: | R (≥ 3.4.0) |
Imports: | magrittr, dplyr, purrr |
Suggests: | testthat, knitr, rmarkdown, covr, kableExtra, lintr |
Published: | 2018-05-17 |
Author: | Matthew Leonawicz [aut, cre] |
Maintainer: | Matthew Leonawicz <mfleonawicz at alaska.edu> |
BugReports: | https://github.com/leonawicz/tabr/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/leonawicz/tabr |
NeedsCompilation: | no |
SystemRequirements: | LilyPond |
Materials: | README NEWS |
CRAN checks: | tabr results |
Reference manual: | tabr.pdf |
Vignettes: |
Basic example Chords Engraving Phrase helpers Musical phrases Repeats Tracks and scores Non-standard tuning |
Package source: | tabr_0.2.0.tar.gz |
Windows binaries: | r-devel: tabr_0.2.0.zip, r-release: tabr_0.2.0.zip, r-oldrel: tabr_0.2.0.zip |
OS X binaries: | r-release: tabr_0.2.0.tgz, r-oldrel: tabr_0.2.0.tgz |
Old sources: | tabr archive |
Please use the canonical form https://CRAN.R-project.org/package=tabr to link to this page.