# HG changeset patch
# User Jim Hague <jim.hague@acm.org>
# Date 1478220503 0
# Node ID c95364aa550cfa104ec9a897854c878f0fda63ab
# Parent  507d853433efb990f5800bb8efc5f04390cd8a22
Put the title and subtitle on the section intro page.

Contents, for some reason, can't be taken from file.

diff -r 507d853433ef -r c95364aa550c dottes.tex.section-tunes
--- a/dottes.tex.section-tunes	Fri Nov 04 00:03:54 2016 +0000
+++ b/dottes.tex.section-tunes	Fri Nov 04 00:48:23 2016 +0000
@@ -7,7 +7,8 @@
 \vspace*{\fill}
 
 \begin{center}
-{\Large @SECTION@ tunes}
+{\Huge \input{@SECTION@-title.txt}}\\[\baselineskip]
+{\Large \input{@SECTION@-subtitle.txt}}
 \end{center}
 
 \vspace*{\fill}
diff -r 507d853433ef -r c95364aa550c makeBooke.sh
--- a/makeBooke.sh	Fri Nov 04 00:03:54 2016 +0000
+++ b/makeBooke.sh	Fri Nov 04 00:48:23 2016 +0000
@@ -27,11 +27,13 @@
 cp buzzard.pdf $builddir
 for item in title subtitle instrument
 do
-    rm -f $builddir/$item.txt
+    rm -f $builddir/$item.txt $builddir/$1-$item.txt
     if [ -r $booke/$item.txt ]; then
-        cp $booke/$item.txt $builddir
+        cp $booke/$item.txt $builddir/$item.txt
+        cp $booke/$item.txt $builddir/$1-$item.txt
     else
         touch $builddir/$item.txt
+        touch $builddir/$1-$item.txt
     fi
 done
 for item in intro