File: Minim1.es

package info (click to toggle)
structure-synth 1.0.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,072 kB
  • ctags: 1,176
  • sloc: cpp: 7,070; python: 167; makefile: 66; lisp: 25
file content (22 lines) | stat: -rw-r--r-- 351 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22



{ s 100 100 1 color white } box
{ s 1 100 100  color white } box


1 * { x 1 y  -10  }   10 * { y 4}   10 * { x 4  }  tbox

rule tbox md 25  {
   { rx 34 s 1.2 1.2 6  } mbox  
}

rule mbox {
  3 * { y 1} m2box
}

rule m2box {
 { color white }  box 
{ z 0.6  s 1 1 0.1 color orange } box 
{ z 0.6  s 1 1 0.05 color blue } box 
}