spiffyscore

Check-in [01b7d73285]
Login
Overview
Comment:Presented this piece in class
Timelines: family | ancestors | descendants | both | master
Files: files | file ages | folders
SHA1: 01b7d73285fa910d8532c7c6e3861452d2368750
User & Date: spiffytech@gmail.com on 2010-11-18 19:01:58
Other Links: branch diff | manifest | tags
Context
2010-11-29
07:15
Chords now respect octaves check-in: 4ab39b23ec user: spiffytech@gmail.com tags: master
2010-11-18
19:01
Presented this piece in class check-in: 01b7d73285 user: spiffytech@gmail.com tags: master
17:45
Now enforces a fixed length for each instrument in each movement check-in: d9af5998b9 user: spiffytech@gmail.com tags: master
Changes

Modified cfg.py from [7b45339a13] to [3d35da4e7a].

97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
                "score": "u u y y u",
            },
        },
        "d": {  # Movement block 'a' for reuse throughout the piece
            "melody": {  # Instrument 'melody'
                "score_line": "i2 %(time)f %(duration)f 7000 %(octave)d.%(note)s 2",
                "octave": 8,
                "duration": 24,
                "grammars": {  # Notes for this instrument to use in this piece
                    "u": ['I VII V III u', "y"],
                    "w": ['VII I IV V VI u', 'w w'],
                    "x": ['VI/4 III/4 II/4 I/4 w', 'x x'],
                    "y": ["III/4 VI/4 II/4 V/4 VI/4 IV/4 VII2"],
                },
                "score": "w w x x w",







|







97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
                "score": "u u y y u",
            },
        },
        "d": {  # Movement block 'a' for reuse throughout the piece
            "melody": {  # Instrument 'melody'
                "score_line": "i2 %(time)f %(duration)f 7000 %(octave)d.%(note)s 2",
                "octave": 8,
                "duration": 20,
                "grammars": {  # Notes for this instrument to use in this piece
                    "u": ['I VII V III u', "y"],
                    "w": ['VII I IV V VI u', 'w w'],
                    "x": ['VI/4 III/4 II/4 I/4 w', 'x x'],
                    "y": ["III/4 VI/4 II/4 V/4 VI/4 IV/4 VII2"],
                },
                "score": "w w x x w",