mechanism to allow Track (or other Route-derived type) to add its own processors...
[ardour.git] / doc / layering / build.sh
1 #!/bin/sh
2
3 for f in basic-layering layering-order-1 layering-order-2; do
4     echo "$f"
5     inkscape -z --export-area-drawing -f $f.svg --export-pdf $f.pdf
6 done
7
8 pdflatex layering.tex
9 pdflatex layering.tex
10