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 18 Feb. 2025.
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

clustMixType  
k-Prototypes Clustering for Mixed Variable-Type Data
Functions to perform k-prototypes partitioning clustering for mixed variable-type data according to ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
ppmf  
Read Census Privacy Protected Microdata Files
Implements data processing described in to align modern differentially ...
Download / Learn more Package Citations See dependency  
fclust  
Fuzzy Clustering
Algorithms for fuzzy clustering, cluster validity indices and plots for cluster validity and visuali ...
Download / Learn more Package Citations See dependency  
MOSS  
Multi-Omic Integration via Sparse Singular Value Decomposition
High dimensionality, noise and heterogeneity among samples and features challenge the omic integrat ...
Download / Learn more Package Citations See dependency  
OptGS  
Near-Optimal Group-Sequential Designs for Continuous Outcomes
Optimal group-sequential designs minimise some function of the expected and maximum sample size whil ...
Download / Learn more Package Citations See dependency  

23,712

R Packages

205,795

Dependencies

64,332

Author Associations

23,631

Publication Badges

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