Mercurial > dottes
comparison makeAll.sh @ 943:d6e2a281cceb build-default-344
Change web page layout.
Put tune contents under 'tunes/<name>' or 'tunes-<instrument>/<name>'.
That way they won't move if the tune gets moved between Bookes.
For now I have not attempted to redirect old URLs.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Mon, 05 Aug 2019 23:25:28 +0100 |
parents | 7d651994b776 |
children | d5aa4847b966 |
comparison
equal
deleted
inserted
replaced
942:a774b3b3cad7 | 943:d6e2a281cceb |
---|---|
46 makeATransposedBooke() | 46 makeATransposedBooke() |
47 { | 47 { |
48 makeBookePrint "$1" | 48 makeBookePrint "$1" |
49 | 49 |
50 # Web output. Uses audio from main booke. | 50 # Web output. Uses audio from main booke. |
51 ./makeWebGraphics.sh "$1" | 51 ./makeWebGraphics.sh "$1" "$3" |
52 ./makeWeb.sh "$1" "$2" "$3" | 52 ./makeWeb.sh "$1" "$2" "$3" |
53 } | 53 } |
54 | 54 |
55 makeASingleBooke() | 55 makeASingleBooke() |
56 { | 56 { |