Skip to content

Releases: flujoo/gm

gm 2.0.0 New Components

10 Jul 17:47
Compare
Choose a tag to compare

Features

  • Add many new components (#11 #4).
  • Represent music with data frames.
  • Refactor code. Now it's more developer-friendly.
  • Reduce package dependencies.

Breaking Changes

  • Deprecate argument tie of Line(). Use Tie() instead.
  • Deprecate argument unit of Tempo(). Use marking instead.
  • Change arguments of export().
  • Remove tuplet() and Tupler(). Use argument durations of Line() instead.

gm 1.0.4

03 Jun 14:43
Compare
Choose a tag to compare
  • Recognize Shiny apps.

gm 1.0.3

20 Apr 04:33
Compare
Choose a tag to compare
  • Change default score margin to 0.
  • Add "MuseScore Command Line Options" in vignette("gm").
  • Improve show() and export() to accept MuseScore command line options (#10).

gm 1.0.2

15 Apr 15:23
Compare
Choose a tag to compare
  • Fix bug of not showing scores when knit to PDF or Word (#9).
  • Make filling rest notes after Lines invisible.
  • Add short introduction in Chinese.
  • Add "Comparison" section in vignette("gm").

gm 1.0.1

08 Apr 12:42
Compare
Choose a tag to compare
  • Improve Line() to accept non-logical NA as pitch.
  • Improve error message for pitches in Line().
  • Fix bug of incorrect default MuseScore path for Windows (#1).
  • Fix bug in error message for durations in Line().
  • Add acknowledgement.