Skip to content
/ gm Public

❗ This is a read-only mirror of the CRAN R package repository. gm — Create Music with Ease. Homepage: https://github.com/flujoo/gmhttps://flujoo.github.io/gm/

License

Notifications You must be signed in to change notification settings

cran/gm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gm logo

Create music with R.

Example

library(gm)

music <- 
  Music() +
  Meter(4, 4) +
  Line(c("C5", "D5", "E5", "F5"))
  
show(music)

Installation

Install gm:

install.packages("gm")

# Or install the development version from GitHub
pak::pak("flujoo/gm")

Install MuseScore. MuseScore is open source and free notation software.

More

See vignette("gm") for a complete guide to gm.

About

❗ This is a read-only mirror of the CRAN R package repository. gm — Create Music with Ease. Homepage: https://github.com/flujoo/gmhttps://flujoo.github.io/gm/

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages