-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
34 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
Package: tabr | ||
Title: Music Notation Syntax, Manipulation, Analysis and Transcription in R | ||
Version: 0.4.9 | ||
Version: 0.5.0 | ||
Authors@R: person("Matthew", "Leonawicz", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9452-2771")) | ||
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 | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters