Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | core: fix: |: was seen as an info field [e3dbee628b] |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | master |
| Files: | files | file ages | folders |
| SHA1: |
7979c352cc6123741afa9a328a3cd589 |
| User & Date: | jef 2018-06-12 11:50:11.832 |
Context
|
2018-06-12
| ||
| 13:20 | build: use 'date' instead of 'stat' to find a file date [510b1f7ce2] ... (check-in: 9796ecec1d user: jef tags: master) | |
| 11:50 | core: fix: |: was seen as an info field [e3dbee628b] ... (check-in: 7979c352cc user: jef tags: master) | |
| 07:41 | build: fix: bad version in abc2svg-1.js on new release [510b1f7ce2] ... (check-in: cf533b2fc3 user: jef tags: master) | |
Changes
Changes to core/front.js.
| ︙ | ︙ | |||
478 479 480 481 482 483 484 | continue } do_pscom(uncomment(text, true)) continue } // music line (or free text) | | | 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 |
continue
}
do_pscom(uncomment(text, true))
continue
}
// music line (or free text)
if (line1 != ':' || !/[A-Za-z+]/.test(line0)) {
last_info = undefined;
if (parse.state < 2)
continue
parse.line.buffer = uncomment(file.slice(bol, eol), true);
parse_music_line()
continue
}
|
| ︙ | ︙ |