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 21 Nov. 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

kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
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  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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