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. 'tabr' also provides a collection of helper functions for manipulating and transforming strings of musical notes, pitches, chords, keys, scales and modes.
Version: | 0.3.0 |
Depends: | R (≥ 2.10) |
Imports: | magrittr, dplyr, purrr, crayon, ggplot2 |
Suggests: | testthat, knitr, rmarkdown, covr, kableExtra, lintr, htmltools, fansi |
Published: | 2019-06-23 |
Author: | Matthew Leonawicz [aut, cre] |
Maintainer: | Matthew Leonawicz <matt_leonawicz at esource.com> |
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 Fretboard diagram plots Phrase helpers Musical phrases Chord functions Note functions Noteworthiness Musical scales Repeats Tracks and scores Non-standard tuning |
Package source: | tabr_0.3.0.tar.gz |
Windows binaries: | r-devel: tabr_0.3.0.zip, r-release: tabr_0.3.0.zip, r-oldrel: tabr_0.3.0.zip |
OS X binaries: | r-release: tabr_0.3.0.tgz, r-oldrel: tabr_0.3.0.tgz |
Old sources: | tabr archive |
Please use the canonical form https://CRAN.R-project.org/package=tabr to link to this page.