Overview
| SHA1 Hash: | 01b7d73285fa910d8532c7c6e3861452d2368750 |
|---|---|
| Date: | 2010-11-18 19:01:58 |
| User: | spiffytech@gmail.com |
| Comment: | Presented this piece in class |
| Timelines: | family | ancestors | descendants | both | master |
| Other Links: | files | file ages | manifest |
Tags And Properties
- branch=master inherited from [b8d35587a4]
- sym-master inherited from [b8d35587a4]
Changes
Modified cfg.py from [7b45339a1355644c] to [3d35da4e7a33dc6f].
97 97 "score": "u u y y u", 98 98 }, 99 99 }, 100 100 "d": { # Movement block 'a' for reuse throughout the piece 101 101 "melody": { # Instrument 'melody' 102 102 "score_line": "i2 %(time)f %(duration)f 7000 %(octave)d.%(note)s 2", 103 103 "octave": 8, 104 - "duration": 24, 104 + "duration": 20, 105 105 "grammars": { # Notes for this instrument to use in this piece 106 106 "u": ['I VII V III u', "y"], 107 107 "w": ['VII I IV V VI u', 'w w'], 108 108 "x": ['VI/4 III/4 II/4 I/4 w', 'x x'], 109 109 "y": ["III/4 VI/4 II/4 V/4 VI/4 IV/4 VII2"], 110 110 }, 111 111 "score": "w w x x w",