# HG changeset patch # User Jim Hague # Date 1565260734 -3600 # Node ID 40b43075a4212e12e94b485e4b1e7cbb047e2b52 # Parent 1b651f0b1cb40d0b37e2535fc7fe85425721a470 Add web links to the Bumper Booke. diff -r 1b651f0b1cb4 -r 40b43075a421 dottes.html --- a/dottes.html Thu Aug 08 11:22:09 2019 +0100 +++ b/dottes.html Thu Aug 08 11:38:54 2019 +0100 @@ -46,7 +46,7 @@

Printing

-

You can download a PDF with a booklet of these tunes. There is an +

You can download a PDF of a booklet of these tunes. There is an A5 landscape book with one tune per page, a 4x5in portrait book suitable for use with an eReader like a Kindle, Nook, Kobo etc., @@ -57,6 +57,14 @@ A5 booklet. Print this onto A4 paper using both sides of the paper, and fold in half to make an A5 booklet. +

You can also now download a PDF of the Bumper Booke. The Bumper + Booke contains all the Session tunes and all the Morris tunes in + a single book. There is an + A5 landscape book with one + tune per page, an A4 book + with two or more tunes per page, and an + A5 booklet + for printing on A4 paper and folding in half.

diff -r 1b651f0b1cb4 -r 40b43075a421 makeWeb.sh --- a/makeWeb.sh Thu Aug 08 11:22:09 2019 +0100 +++ b/makeWeb.sh Thu Aug 08 11:38:54 2019 +0100 @@ -31,7 +31,10 @@ instrumentSuffix="${1##*-}" if [ "$1" != "$instrumentSuffix" ]; then - basetunedir="${basetunedir}-${instrumentSuffix}" + instrumentSuffix="-${instrumentSuffix}" + basetunedir="${basetunedir}${instrumentSuffix}" +else + instrumentSuffix="" fi buildno=`cat buildno.txt` @@ -51,7 +54,8 @@ mkdir -p $bookewebdir sed -e "s/@BUILD@/$buildno/" -e "s/@SUBTITLE@/$subtitle/" \ - -e "s/@TITLE@/$title/" -e "s/@BOOK@/$booke/" dottes.html > $bookewebdir/$output + -e "s/@TITLE@/$title/" -e "s/@BOOK@/$booke/" \ + -e "s/@INSTRUMENT@/$instrumentSuffix/" dottes.html > $bookewebdir/$output for item in intro do