diff makeBookeTunePages.sh @ 520:b44fbcaeba38

Fix up some titles starting 'The'. The Booke standard is that all should end ", The". Fix tune page generator to do this on subtitles too.
author Jim Hague <jim.hague@acm.org>
date Thu, 14 Aug 2014 14:32:06 +0100
parents 27f29e8aafea
children 760d0ae5acea
line wrap: on
line diff
--- a/makeBookeTunePages.sh	Mon Jun 30 10:02:49 2014 +0100
+++ b/makeBookeTunePages.sh	Thu Aug 14 14:32:06 2014 +0100
@@ -42,6 +42,8 @@
         fixtitle "$title"
         title=$retval
         subtitle=`$dir/abcfield.py --index 2 --field T --latex $filename`
+        fixtitle "$subtitle"
+        subtitle=$retval
         composer=`$dir/abcfield.py --field C --latex $filename`
 
         changefile=`$dir/abcfield.py --field N --contains "Change:" $filename | sed -e "s/Change: *//"`