diff --git a/dottes.html b/dottes.html index 508c5d2..c1ef130 100644 --- a/dottes.html +++ b/dottes.html @@ -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 --git a/makeWeb.sh b/makeWeb.sh index f50b177..be1c362 100755 --- a/makeWeb.sh +++ b/makeWeb.sh @@ -31,7 +31,10 @@ abc2xml=$dir/abc2xml/abc2xml.py 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 @@ fi 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