Provides a music notation syntax and a collection of music programming functions for generating, manipulating, organizing and analyzing musical information in R. The music notation framework facilitates creating and analyzing music data in notation form. The package also provides API wrapper functions for transcribing musical representations in R into guitar tablature ("tabs") using the 'LilyPond' backend (<http://lilypond.org>). 'LilyPond' is open source music engraving software for generating high quality sheet music based on markup syntax. 'tabr' generates 'LilyPond' files from R code and can pass them to 'LilyPond' to be rendered into sheet music pdf files from R. While 'LilyPond' caters to sheet music in general and 'tabr' can be used to create basic sheet music, the transcription functions focus on leveraging 'LilyPond' specifically for creating quality guitar tablature. The package offers nominal MIDI file output support in conjunction with rendering tablature output. See the 'tuneR' package for more general use of MIDI files in R.
Version: | 0.3.5 |
Depends: | R (≥ 2.10) |
Imports: | magrittr, dplyr, purrr, tidyr, crayon, ggplot2 |
Suggests: | testthat, knitr, rmarkdown, covr, kableExtra, htmltools, fansi |
Published: | 2019-10-06 |
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: |
Transcription overview 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.5.tar.gz |
Windows binaries: | r-devel: tabr_0.3.5.zip, r-release: tabr_0.3.5.zip, r-oldrel: tabr_0.3.5.zip |
OS X binaries: | r-release: tabr_0.3.5.tgz, r-oldrel: tabr_0.3.5.tgz |
Old sources: | tabr archive |
Please use the canonical form https://CRAN.R-project.org/package=tabr to link to this page.