Overview
| Comment: | Added default accidental value of None to Notes |
|---|---|
| Timelines: | family | ancestors | descendants | both | ply |
| Files: | files | file ages | folders |
| SHA1: |
c2f128e728901c604c89356d837411f9 |
| User & Date: | spiffytech@gmail.com on 2010-11-16 08:37:56.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2010-11-16
| ||
| 15:57 | Now parses roman numerals I-VII instead of notes check-in: 32e6229eaa user: spiffytech@gmail.com tags: ply | |
| 08:37 | Added default accidental value of None to Notes check-in: c2f128e728 user: spiffytech@gmail.com tags: ply | |
| 08:36 | Now parses note duration check-in: dc8bbfb68e user: spiffytech@gmail.com tags: ply | |
Changes
Modified parse.py
from [ba81961e5a]
to [09e3498be3].
| ︙ | |||
30 31 32 33 34 35 36 | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | - - + + + |
raise TypeError("Unknown text '%s'" % (t.value,))
t_ignore = " |"
lex.lex()
#lex.input("GFG B'AB,, | g/2fg gab | GFG BAB | d2A AFD")
|
| ︙ |