abc2svg
Check-in [af5bcae7ac]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:New release v1.20.7
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | v1.20.7
Files: files | file ages | folders
SHA1: af5bcae7ac2b432ec29d8911cdf37b82f287aaf6
User & Date: jef 2020-01-01 14:18:53.312
Context
2020-01-01
16:36
core: fix: bad transposition with score=<note1> (without <note2>) ... (check-in: dc98412a6d user: jef tags: trunk)
14:18
New release v1.20.7 ... (check-in: af5bcae7ac user: jef tags: trunk, v1.20.7)
14:06
core: fix: bad display when m: and '%%writefields m 0' ... (check-in: 2bcf730e67 user: jef tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to package.json.
1
2
3
4
5
6
7
8
9
10
{
  "name": "abc2svg",
  "version": "1.20.6",
  "description": "ABC music notation translator",
  "devDependencies": {
    "uglify-js": "^2.5.0"
  },
  "files": [
    "COPYING",
    "COPYING.LESSER",


|







1
2
3
4
5
6
7
8
9
10
{
  "name": "abc2svg",
  "version": "1.20.7",
  "description": "ABC music notation translator",
  "devDependencies": {
    "uglify-js": "^2.5.0"
  },
  "files": [
    "COPYING",
    "COPYING.LESSER",
︙︙