Overview
Comment: | Added back in section ordering support |
---|---|
Timelines: | family | ancestors | descendants | both | feature/abc |
Files: | files | file ages | folders |
SHA1: |
1560bc634c7c6dec751c050050629195 |
User & Date: | brian on 2011-09-22 17:44:23 |
Other Links: | branch diff | manifest | tags |
Context
2011-09-22
| ||
17:46 | Added back in section ordering support check-in: 6dd4fffb1d user: brian tags: feature/abc | |
17:44 | Added back in section ordering support check-in: 1560bc634c user: brian tags: feature/abc | |
17:04 | Finally broke the program out into functions. It's now much cleaner and easier to underntand. check-in: 3cac4f013d user: brian tags: feature/abc | |
Changes
Modified cfg.py from [77ab4fec9b] to [b052479df1].
︙ | |||
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | 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 59 60 61 62 | + + + + + + + + - + + | "score_line": "i2 %(time)f %(duration)f 7000 %(octave)d.%(note)s 2", "octave": 8, "duration": 10, "grammars": { # Notes for this instrument to use in this piece "u": ["C C C C F/2 F/2 F/2 (u)", "D D G/2 A/2 D D (u)"], }, }, "harmony": { # Instrument 'melody' "score_line": "i2 %(time)f %(duration)f 7000 %(octave)d.%(note)s 2", "octave": 8, "duration": 10, "grammars": { # Notes for this instrument to use in this piece "u": ["C C C C F/2 F/2 F/2 (u)", "D D G/2 A/2 D D (u)"], }, }, }, } print '''f1 0 512 10 1 f2 0 8192 10 .24 .64 .88 .76 .06 .5 .34 .08 f3 0 1025 10 1 t 0 60 ''' start = 0 |
︙ |
Modified test.sco from [4da964b4dc] to [00c6c84bf8].
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - + - - - + + - - - - + + - - - - + + - - - |
|