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]
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 29 Mar. 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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for tabr051015202530TrendBars

Today's Hot Picks in Authors and Packages

gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
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  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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