Other packages > Find by keyword >

tabr  

Music Notation Syntax, Manipulation, Analysis and Transcription in R
View on CRAN: Click here


Download and install tabr package within the R console
Install from CRAN:
install.packages("tabr")

Install from Github:
library("remotes")
install_github("cran/tabr")

Install by package version:
library("remotes")
install_version("tabr", "0.5.1")



Attach the package and use:
library("tabr")
Maintained by
Matthew Leonawicz
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2018-04-18
Latest Update: 2023-09-21
Description:
Provides a music notation syntax and a collection of music programming functions for generating, manipulating, organizing, and analyzing musical information in R. Music syntax can be entered directly in character strings, for example to quickly transcribe short pieces of music. The package contains functions for directly performing various mathematical, logical and organizational operations and musical transformations on special object classes that facilitate working with music data and notation. The same music data can be organized in tidy data frames for a familiar and powerful approach to the analysis of large amounts of structured music data. Functions are available for mapping seamlessly between these formats and their representations of musical information. The package also provides an API to 'LilyPond' (<https://lilypond.org/>) for transcribing musical representations in R into tablature ("tabs") and sheet music. 'LilyPond' is open source music engraving software for generating high quality sheet music based on markup syntax. The package generates 'LilyPond' files from R code and can pass them to the 'LilyPond' command line interface to be rendered into sheet music PDF files or inserted into R markdown documents. The package offers nominal MIDI file output support in conjunction with rendering sheet music. The package can read MIDI files and attempts to structure the MIDI data to integrate as best as possible with the data structures and functionality found throughout the package.
How to cite:
Matthew Leonawicz (2018). tabr: Music Notation Syntax, Manipulation, Analysis and Transcription in R. R package version 0.5.1, https://cran.r-project.org/web/packages/tabr. Accessed 22 Dec. 2024.
Previous versions and publish date:
0.1.2 (2018-04-18 11:03), 0.2.0 (2018-05-18 00:13), 0.3.0 (2019-06-23 16:20), 0.3.5 (2019-10-07 00:00), 0.4.0 (2019-12-04 01:50), 0.4.1 (2020-02-09 21:50), 0.4.2 (2020-03-17 13:00), 0.4.3 (2020-05-05 17:30), 0.4.4 (2020-11-17 09:10), 0.4.5 (2021-02-20 23:20), 0.4.9 (2023-09-21 18:50), 0.5.0 (2024-06-29 19:20)
Other packages that cited tabr R package
View tabr citation profile
Other R packages that tabr depends, imports, suggests or enhances
Complete documentation for tabr
Functions, R codes and Examples using the tabr R package
Some associated functions: append_phrases . articulations . as_music_df . chord-compare . chord-filter . chord-mapping . chord_arpeggiate . chord_break . chord_def . chord_invert . chord_is_major . chord_set . chords . double-bracket . dyad . freq_ratio . guitarChords . hp . interval_semitones . intervals . is_diatonic . keys . lilypond . lilypond_root . lp_chord_id . lyrics . mainIntervals . midily . miditab . mode-helpers . music-helpers . music . n_measures . notate . note-checks . note-coerce . note-equivalence . note-logic . note-metadata . note-summaries . note_ngram . note_slice . noteinfo . phrase-checks . phrase . pitch_freq . pitch_seq . plot_fretboard . plot_music . ratio_to_cents . read_midi . render_chordchart . render_music . repeats . rest . scale-deg . scale-helpers . scale_chords . score . sf_phrase . simplify_phrase . single-bracket . string_unfold . tab . tabr-c . tabr-head . tabr-length . tabr-methods . tabr-rep . tabr-rev . tabr . tabrSyntax . tabr_options . tie . to_tabr . track . trackbind . transpose . tunings . tuplet . valid-noteinfo . valid-notes . 
Some associated R codes: chord_mapping.R . chords.R . class_methods.R . convert.R . data.R . df.R . freq.R . intervals.R . keys.R . lilypond.R . lp_render.R . lyrics.R . midi.R . modes.R . music.R . noteinfo.R . notes.R . options.R . phrase.R . phrase_helpers.R . pitch.R . plot.R . repeats.R . scales.R . sf.R . snippet.R . strings.R . tabr.R . time.R . tracks.R . transpose.R . utils.R . zzz.R .  Full tabr package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA