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.4.9")



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.4.9, https://cran.r-project.org/web/packages/tabr
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)
Other packages that cited tabr R package
View tabr citation profile
Other R packages that tabr depends, imports, suggests or enhances
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

steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
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  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns