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
|
hscale = auto;
activate a,b,c; note: note\nhere;
defstyle blockarrow [line.width=4]; note: note\nhere;
defstyle blockarrow [arrow.type=diamond]; note: note\nhere;
block a->b-c : aaaaaaaaaaaaaaaaaaaaaaa; note: note\nhere;
block a<=>b-c : diamond; note: note\nhere;
defstyle blockarrow [arrow.type=empty_diamond]; note: note\nhere;
block a->b-c : aaaaaaaaaaaaaaaaaaaaaaa; note: note\nhere;
block a<=>b-c : empty_diamond; note: note\nhere;
defstyle blockarrow [arrow.type=dot]; note: note\nhere;
block a->b-c : aaaaaaaaaaaaaaaaaaaaaaa; note: note\nhere;
block a<=>b-c : dot; note: note\nhere;
defstyle blockarrow [arrow.type=empty_dot]; note: note\nhere;
block a->b-c : aaaaaaaaaaaaaaaaaaaaaaa; note: note\nhere;
block a<=>b-c : empty_dot; note: note\nhere;
defstyle blockarrow [arrow.type=empty_inv]; note: note\nhere;
block a->b-c : aaaaaaaaaaaaaaaaaaaaaaa; note: note\nhere;
block a<=>b-c : empty_inv; note: note\nhere;
defstyle blockarrow [arrow.type=solid]; note: note\nhere;
block a->b-c : aaaaaaaaaaaaaaaaaaaaaaa; note: note\nhere;
block a<=>b-c : solid; note: note\nhere;
defstyle blockarrow [arrow.type=empty]; note: note\nhere;
block a->b-c : aaaaaaaaaaaaaaaaaaaaaaa; note: note\nhere;
block a<=>b-c : empty; note: note\nhere;
defstyle blockarrow [arrow.type=line]; note: note\nhere;
block a->b-c : aaaaaaaaaaaaaaaaaaaaaaa; note: note\nhere;
block a<=>b-c : line; note: note\nhere;
defstyle blockarrow [arrow.type=half]; note: note\nhere;
block a->b-c : aaaaaaaaaaaaaaaaaaaaaaa; note: note\nhere;
block a<=>b-c : half; note: note\nhere;
defstyle blockarrow [arrow.type=sharp]; note: note\nhere;
block a->b-c : aaaaaaaaaaaaaaaaaaaaaaa; note: note\nhere;
block a<=>b-c : sharp; note: note\nhere;
defstyle blockarrow [arrow.type=stripes]; note: note\nhere;
block a->b-c : aaaaaaaaaaaaaaaaaaaaaaa; note: note\nhere;
block a<=>b-c : stripes; note: note\nhere;
defstyle blockarrow [arrow.type=triangle_stripes]; note: note\nhere;
block a->b-c : aaaaaaaaaaaaaaaaaaaaaaa; note: note\nhere;
block a<=>b-c : triangle_stripes; note: note\nhere;
|