Overview
| Comment: | Replaced roman numerals with note literals |
|---|---|
| Timelines: | family | ancestors | descendants | both | feature/abc |
| Files: | files | file ages | folders |
| SHA1: |
6a80123223267d7921b3eb9518ba9dc8 |
| User & Date: | brian on 2011-09-13 19:47:46.718 |
| Other Links: | branch diff | manifest | tags |
Context
|
2011-09-13
| ||
| 20:02 | Changed parser to include nodes check-in: 18dba95a2e user: brian tags: feature/abc | |
| 19:47 | Replaced roman numerals with note literals check-in: 6a80123223 user: brian tags: feature/abc | |
| 18:29 | Create new branch named "feature/abc" check-in: 3833b59ec2 user: brian tags: feature/abc | |
Changes
Modified parse.py
from [9c47a4ff24]
to [67fb9f1f54].
| ︙ | |||
38 39 40 41 42 43 44 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | - + + |
"CHORD_TYPE",
"QUOTE",
)
t_ignore = " |"
#t_BASENOTE = r"[A-Ga-g]"
|
| ︙ |