Differences From Artifact [7b45339a1355644c]:
- Executable file
cfg.py
- 2010-11-18 17:45:32 - part of checkin [d9af5998b9] on branch master - Now enforces a fixed length for each instrument in each movement (user: spiffytech@gmail.com) [annotate]
To Artifact [3d35da4e7a33dc6f]:
- Executable file
cfg.py
- 2010-11-18 19:01:58 - part of checkin [01b7d73285] on branch master - Presented this piece in class (user: spiffytech@gmail.com) [annotate]
97 "score": "u u y y u", 97 "score": "u u y y u",
98 }, 98 },
99 }, 99 },
100 "d": { # Movement block 'a' for reuse throughout the piece 100 "d": { # Movement block 'a' for reuse throughout the piece
101 "melody": { # Instrument 'melody' 101 "melody": { # Instrument 'melody'
102 "score_line": "i2 %(time)f %(duration)f 7000 %(octave)d.%(note)s 102 "score_line": "i2 %(time)f %(duration)f 7000 %(octave)d.%(note)s
103 "octave": 8, 103 "octave": 8,
104 "duration": 24, | 104 "duration": 20,
105 "grammars": { # Notes for this instrument to use in this piece 105 "grammars": { # Notes for this instrument to use in this piece
106 "u": ['I VII V III u', "y"], 106 "u": ['I VII V III u', "y"],
107 "w": ['VII I IV V VI u', 'w w'], 107 "w": ['VII I IV V VI u', 'w w'],
108 "x": ['VI/4 III/4 II/4 I/4 w', 'x x'], 108 "x": ['VI/4 III/4 II/4 I/4 w', 'x x'],
109 "y": ["III/4 VI/4 II/4 V/4 VI/4 IV/4 VII2"], 109 "y": ["III/4 VI/4 II/4 V/4 VI/4 IV/4 VII2"],
110 }, 110 },
111 "score": "w w x x w", 111 "score": "w w x x w",